/* float recipe ads */
.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}
.wprm-call-to-action {
clear: both;
}

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

div[id^="cls-video-container"] {
    margin-bottom: 30px;
}

body.adthrive-device-desktop .adthrive-sticky-container {
background: transparent !important;
}

/* STAGING SITE CSS */
body.raptive-staging .adthrive-ad{
background-color:#ddd;
border:solid 1px #ccc;
display:block!important;
}
body.raptive-staging .adthrive-content{
height:250px;
position:relative;
}
body.raptive-staging .adthrive-sidebar{
height:300px;
position:relative;
}
body.raptive-staging .adthrive-recipe{
position:relative;
}
body.raptive-staging .adthrive-below-post{
height:250px;
position:relative;
}
body.raptive-staging .adthrive-footer{
width:100%;
height:100px;
}
body.raptive-staging .adthrive-ad::before{
position:absolute;
left:0;
top:40%;
width:100%;
height:50px;
text-align:center;
}
body.raptive-staging .adthrive-sticky-outstream{
display:block!important;
}
/* END STAGING SITE CSS */