/* **************** */
/* HEADER AD STYLES */
/* **************** */

._ul_ad_header  {
    background-color: white;
}

._ul_ad_header.archive > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

div[id^="div-gpt-ad"]._ul_ad_header--desktop,
div[id^="div-gpt-ad"]._ul_ad_header--tablet {
    display: none;
}

div[id^="div-gpt-ad"]._ul_ad_header--desktop,
div[id^="div-gpt-ad"]._ul_ad_header--tablet,
div[id^="div-gpt-ad"]._ul_ad_header--mobile {
    margin: 0 auto;
}

@media only screen and (min-width: 468px) {
    div[id^="div-gpt-ad"]._ul_ad_header--mobile {
        display: none;
    }
    div[id^="div-gpt-ad"]._ul_ad_header--tablet {
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    div[id^="div-gpt-ad"]._ul_ad_header--tablet {
        display: none;
    }
    div[id^="div-gpt-ad"]._ul_ad_header--desktop {
        display: block;
    }
}


/* ************* */
/* NAV AD STYLES */
/* ************* */

._ul_ad_nav {
    background-color: white;
}

div[id^="div-gpt-ad"]._ul_ad_nav--desktop,
div[id^="div-gpt-ad"]._ul_ad_nav--tablet {
    display: none;
}

div[id^="div-gpt-ad"]._ul_ad_nav--desktop,
div[id^="div-gpt-ad"]._ul_ad_nav--tablet,
div[id^="div-gpt-ad"]._ul_ad_nav--mobile {
    margin: 0 auto;
}

@media only screen and (min-width: 468px) {
    div[id^="div-gpt-ad"]._ul_ad_nav--mobile {
        display: none;
    }
    div[id^="div-gpt-ad"]._ul_ad_nav--tablet {
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    div[id^="div-gpt-ad"]._ul_ad_nav--tablet {
        display: none;
    }
    div[id^="div-gpt-ad"]._ul_ad_nav--desktop {
        display: block;
    }
}


/* **************** */
/* FOOTER AD STYLES */
/* **************** */

._ul_ad_footer {
    background-color: white;
}

._ul_ad_footer.archive > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

div[id^="div-gpt-ad"]._ul_ad_footer--desktop,
div[id^="div-gpt-ad"]._ul_ad_footer--tablet {
    display: none;
}

div[id^="div-gpt-ad"]._ul_ad_footer--desktop,
div[id^="div-gpt-ad"]._ul_ad_footer--tablet,
div[id^="div-gpt-ad"]._ul_ad_footer--mobile {
    margin: 0 auto;
}

@media only screen and (min-width: 468px) {
    div[id^="div-gpt-ad"]._ul_ad_footer--mobile {
        display: none;
    }
    div[id^="div-gpt-ad"]._ul_ad_footer--tablet {
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    div[id^="div-gpt-ad"]._ul_ad_footer--tablet {
        display: none;
    }
    div[id^="div-gpt-ad"]._ul_ad_footer--desktop {
        display: block;
    }
}


/* ***************** */
/* SIDEBAR AD STYLES */
/* ***************** */

.sb_ads_wrap {
    padding-top: 12px;
    overflow: hidden;
}

.page-template-page-HOME .sidebar-promo {
    top: 408px;
}

.page-template-page-HOME .sb_ads_wrap {
    padding-top: 0;
}

@media only screen and (max-width:560px) {
    .page-template-page-HOME .sb_ads_wrap {
        display: none;
    }
}


._ul_ad_sidebar {
    margin-bottom: 12px;
    text-align: center;
}


/* ***************** */
/* IMAGE AD STYLES */
/* ***************** */

[data-image-ad] > img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

[data-image-ad]._ul_ad_sidebar-img > img._ul_ad_sidebar-img-src {
    min-width: 300px;
}

[data-image-ad].responsive > img[data-size="desktop"] {
    display: none;
}

@media only screen and (min-width:600px) {
    [data-image-ad].responsive > img[data-size="mobile"] {
        display: none;
    }
    [data-image-ad].responsive > img[data-size="desktop"] {
        display: block;
    }
}



/* ******************* */
/* EXPANDING AD STYLES */
/* ******************* */

.expanding {
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.expanding-inner {
    transition: max-height 1s linear;
    overflow: hidden;
}

.expanding-inner.has-expanded {
    transition: max-height 0s linear;
}

@media only screen and (min-width: 960px) {
    .expanding {
        display: block;
    }
}