

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

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

