/* fix sticky sidebar ads for fixed header */
.adthrive-sidebar.adthrive-stuck {
margin-top: 90px;
}
.adthrive-sticky-sidebar > div,
.rp-sticky-sidebar > div  {
top: 90px!important;
}

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

/* Prevent video player from expanding on desktop */
body.adthrive-device-desktop .adthrive-collapse-player,
body.adthrive-device-desktop #adthrive-contextual-container {
max-width: 600px;
height: auto!important;
}
body.adthrive-device-desktop div[id^="cls-video-container"] {
min-height: 360px!important; /* <- adjust as needed for particular site */
}

body.adthrive-device-desktop #uix_jumpToFixed {
    margin-bottom: 270px !important;
} 

body.adthrive-device-tablet #uix_jumpToFixed {
    margin-bottom: 200px !important;
} 

body.adthrive-device-phone #uix_jumpToFixed {
    margin-bottom: 55px !important;
} 

body.adthrive-device-desktop .adthrive-footer-message, 
body.adthrive-device-desktop .adthrive-privacy-preferences, 
body.adthrive-device-desktop .adthrive-ccpa-link {
    text-align: left !important;
}

body.adthrive-device-desktop .adthrive-footer-message {
    clear: both;
    margin-top: 30px;
}  

.adthrive-footer-message>span {
    border-top: none !important;
}