/*
Theme Name: Chuck Blocks
Theme URI: https://github.com/wordpress/theme-experiments/
Author: Deep Space Robots
Description: The base for a block-based theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chuckblocks

Chuck Blocks WordPress Theme, (C) 2021 WordPress.org
Chuck Blocks is distributed under the terms of the GNU GPL.
*/


.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; height: 100%; }
.embed-responsive .embed-responsive-item { top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.rewards_signup_login  { display: none; }
.ryanlisting .ryanlist_head, .ryanlisting ul li { font-size: 18px; font-style: italic; }
.homepagemedia { display: flex ; }
.homepagemobile { display: none; }
.home_banner_link_desktop { display: block; }
.home_banner_link_mobile { display: none; }
.page-id-548 .cec_card_grp, .page-id-548 .cec-card { display:none; }
.winter-slider h3, .winter-slider p  {color: #000;}
.winter-slider .slide-text {background-color: #fff; border:none;}
.home .bubble-background h3 {color: #673685;}
.home .bubble-background p {color: #000;}
.home .bubble-background .slide-text {background-color: #fff;}
footer .wp-block-navigation__container:only-child { justify-content: center; }
.head-right-section { padding: 30px 0 5px; position: relative; }
.head-lng { text-align: center; position: absolute; left: 0; top: 0; width: 100%; }
.head-lng a { font-size: 14px; line-break: 20px; }
header .main-menu-wrapper { align-self: end; }
.header#header nav ul.menu-header-nav { padding: 0; }

.gpeventformhide {display:none;}
.head-right-section .wp-block-button{display:inline-block;}
/* Chart page */
.chart_data tr{
	height: 45px;
}

.chart_data tr.red_bar{
	height: 30px;
}

.chart_data tr td {
	border-top: 1px solid rgba(153,153,153,0.5);
	border-right: 1px solid rgba(153,153,153,0.5);
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding: 8px;
	line-height: 15px;
}
.chart_data th {
	border-bottom: 1px solid rgba(153,153,153,0.5);
	border-right: 1px solid rgba(153,153,153,0.5);
}
.chart_data tr td:first-child {text-align: right; width: 30%;}

.chart_data td > img { width: auto; margin: 0 auto; }

.chart_data td.bar {
	border-radius: 20px;
	background-color: #E91C47;
	color: #fff;
	text-align: center !important;
	font-size: 18px;
	padding: 2px;
	border-top:none;
	border-bottom: :none;
}
.chart_data .bar_next td {
	border-top: none;
}
.chart_terms {
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}
.chart_mobile {display: none;}

/* Chart Mobile */

.chart_mobile .badge {color: #000 !important; font-size: 16px; text-align: left;}
.chart_mobile .chart_list_item li {font-size: 16px; padding: 5px; line-height: 15px; border:none;}
.chart_mobile li.red_bar_mob {text-align: center; background-color:#E91C47;border-radius: 20px; color: #fff; font-size: 16px; padding: 8px;}
.chart_mobile .nav-pills .nav-link.active {background-color: #673685; color: #fff;}
.chart_mobile .nav-link{color: #673685; font-weight: 700; }

@media only screen and (max-width: 1199.98px)  {
	.header-top { display: none; }
}

@media only screen and (max-width: 768px)  {
	.homepagemedia { display: none ; }
	.homepagemobile { display: flex; }
	.giftcard_cover img.wp-block-cover__image-background {
		position: absolute;
	}
	.chart_data {display: none !important;}
	.chart_mobile {display: block !important;}
	
	.home_banner_link_desktop { display: none; }
    .home_banner_link_mobile { display: block; }
}
@media only screen and (max-width: 400px)  {
 .chart_mobile .chart_list_item li {font-size: 14px; padding: 4px; line-height: 14px; border:none;}
 .chart_terms { font-size: 10px; text-align: center; padding-top: 20px;}
}

@media only screen and (min-width: 1200px) {
.cec-text-beside-media.cec-text-beside-media--left .wp-block-media-text__content {
    margin-left: auto !important;	
}