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

body.adthrive-device-desktop .back-top {
    margin-bottom: 260px;
}

body.adthrive-device-tablet .back-top {
    margin-bottom: 200px;
}

body.adthrive-device-phone .back-top {
    margin-bottom: 50px;
}

body.adthrive-device-phone #onesignal-slidedown-container {
    z-index: 1 !important;
}

body.adthrive-device-desktop #onesignal-bell-launcher {
    margin-bottom: 280px;
}

body.adthrive-device-tablet #onesignal-bell-launcher {
    margin-bottom: 240px;
}

body.adthrive-device-phone #onesignal-bell-launcher {
    margin-bottom: 75px;
}