/* 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: black!important;
}
/* END White Background For Mobile Sticky Video Player */

.adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-right {
right: 70px !important;
}

/* Add 'Advertisement' before ads */
.adthrive-content:before,
.adthrive-below-post:before {
content: "Advertisement";
font-family: Lato,san-serif;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
margin-top: 0;
margin-bottom: 10px;
display: block;
color: #888;
}
.adthrive-parallax-slot {
padding-bottom: 10px; /* parallax ads need a bit more spacing */
}
.adthrive-content, .adthrive-below-post {
padding-top: 10px;
}
/* END 'Advertisement' */

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

.adthrive-player-position.adthrive-collapse-mobile.adthrive-collapse-bottom-right, .raptive-player-container.adthrive-collapse-mobile.adthrive-collapse-bottom-right, .adthrive-player-position.adthrive-collapse-float.adthrive-collapse-bottom-right, .raptive-player-container.adthrive-collapse-float.adthrive-collapse-bottom-right {
    right: 70px !important; 
}

body.adthrive-device-desktop .adthrive-sticky-outstream,
body.adthrive-device-tablet .adthrive-sticky-outstream {
    margin-right: 70px;
}