/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-sk-single-ad {
  line-height: 0; }
  .wp-block-cgb-sk-single-ad > img {
    margin: 0 auto;
    display: block; }
  .wp-block-cgb-sk-single-ad .sk-single-ad-item {
    display: block;
    overflow: hidden; }
  .wp-block-cgb-sk-single-ad .sk-ads-parallax {
    background-image: var(--img);
    background-attachment: fixed;
    position: relative;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 300px;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

/**
** Sticky Skins
**/
@media all and (max-width: var(769px)) {
  .sticky-skins-widget {
    display: none; } }

.sticky-skins-widget, .tru-skin-ad-widget {
  position: fixed;
  right: 0; }

.sticky-skins-widget {
  top: 0; }
  .sticky-skins-widget:first-of-type {
    right: auto;
    left: 0; }

/**
Tru Skins
**/
.tru-skin-ad-widget {
  top: 0;
  width: 100%;
  height: 100%; }
  .tru-skin-ad-widget img {
    width: 100%; }

body.has-tru-skin-ad.single-post .site-main,
body.has-sticky-skin-ad.single-post .site-main {
  background: #fff; }

body.has-tru-skin-ad.single-post header.site-header {
  margin-top: 250px; }

@media all and (min-width: 1040px) {
  body.has-tru-skin-ad.single-post header.site-header {
    max-width: calc(1040px - 40px);
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 1040px) {
  body.has-tru-skin-ad.single-post .site-content .ast-container {
    max-width: 1040px; }
  body.has-tru-skin-ad.single-post #primary {
    margin-bottom: 100px; }
  body.has-sticky-skin-ad.single-post .ast-article-single,
  body.has-tru-skin-ad.single-post .ast-article-single {
    padding-left: 20px;
    padding-right: 20px; } }

@media all and (min-width: 1040px) {
  body.has-sticky-skin-ad.home header.site-header {
    max-width: calc(100vw - 500px);
    margin-left: auto;
    margin-right: auto; } }

@media all and (max-width: 1600px) and (min-width: 1025px) {
  body.has-sticky-skin-ad.home .site-content .ast-container {
    max-width: calc(100vw - 500px + 0px); }
  body.has-sticky-skin-ad.home .entry-content .alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100vw - 500px + 0px); } }

@media all and (min-width: 1040px) {
  body.has-sticky-skin-ad.single-post header.site-header {
    max-width: calc(100vw - 500px);
    margin-left: auto;
    margin-right: auto; }
  body.has-sticky-skin-ad.single-post .site-content .ast-container {
    max-width: calc(100vw - 500px + 40px); } }

@media all and (min-width: 1584px) {
  body.has-sticky-skin-ad.single-post header .ast-container {
    max-width: 100%; } }

/**
* Tru & Sticky Skin Mobile
**/
@media all and (max-width: 1025px) {
  body.has-sticky-skin-ad .ad-size_sticky_skin {
    display: none; } }

@media all and (max-width: 775px) {
  body.has-tru-skin-ad .ad-size_tru_skin {
    display: none; } }

@media all and (min-width: 776px) {
  body.has-tru-skin-ad .ad-size_tru_skin_mobile {
    display: none; } }

@media all and (max-width: 1039px) {
  body.has-tru-skin-ad.single-post header.site-header {
    margin-top: 110px;
    padding-left: 10px;
    padding-right: 10px; }
  body.has-tru-skin-ad.single-post .ast-container {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  body.has-tru-skin-ad.single-post #primary {
    margin-bottom: 110px; } }
