/*
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; }
.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;}

@media only screen and (max-width: 768px)  {
	.homepagemedia { display: none ; }
	.homepagemobile { display: flex; }
	.giftcard_cover img.wp-block-cover__image-background {
		position: absolute;
	}
}