/*
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, .page-id-1974 .wp-block-column ul li {
    font-size: 18px;
    font-style: italic;
}
  .homepagemedia {
    display: block ;
  }
.homepagemobile {
  display: none;
}
.page-id-548 .cec_card_grp, .page-id-548 .cec-card {
	display:none;
}

@media only screen and (max-width: 768px)  {  
  .homepagemedia {
    display: none ;
  }
  .homepagemobile {
  display: block;
}
}