/* Mobile Sticky Video Player Defaults */
.adthrive-collapse-mobile-background {
max-height:153px;
}
.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-top-center.adthrive-player-without-wrapper-text {
padding-top:0px !important;
}
/* END Mobile Sticky Video Player Defaults */

/* White Background For Mobile Sticky Video Player */
.adthrive-collapse-mobile-background {
background-color: #fff!important;
}
.adthrive-top-collapse-close > svg > * {
stroke: black;
font-family: sans-serif;
}
.adthrive-top-collapse-wrapper-video-title,
.adthrive-top-collapse-wrapper-bar a a.adthrive-learn-more-link {
color: #000!important;
}
/* END White Background For Mobile Sticky Video Player */

body.adthrive-device-desktop .adthrive-footer-message,
body.adthrive-device-tablet .adthrive-footer-message {
    margin-bottom:0;
    padding-bottom: 100px;
}

body.adthrive-device-phone .adthrive-footer-message {
    margin-bottom:0;
    padding-bottom: 60px;
}

body.adthrive-device-desktop .adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-right {
    left: 5px;
    right: auto;
}

.adthrive-ad iframe {
    margin-top: unset !important;
    min-height: unset !important;
    margin: auto;
}

.adthrive-content, .adthrive-recipe, .adthrive-sidebar, .adthrive-below-post {
    min-height: 250px !important;
}

/* sticky content ads */
.adthrive-device-desktop .adthrive-sticky-container > div,
.adthrive-device-tablet .adthrive-sticky-container > div {
top: 42px!important;
}
.adthrive-device-phone .adthrive-sticky-container > div {
top: 42px!important;
}

/* Fix ads that are not centered (iframe) */
.adthrive-ad div[id^='google_ads_iframe'] {
display: flex;
justify-content: center;
}
.adthrive-ad-cls>div, .adthrive-ad-cls>iframe {
    flex-basis: unset !important;
}