body.adthrive-device-desktop .adthrive-footer-message,
body.adthrive-device-tablet .adthrive-footer-message {
    margin-bottom:0;
    padding-bottom: 100px;
}

body.adthrive-device-phone .adthrive-footer-message {
    margin-bottom:0;
    padding-bottom: 60px;
}

/* 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;
content:"Raptive Ad";
}
body.raptive-staging .adthrive-sticky-outstream{
display:block!important;
}
/* END STAGING SITE CSS */

#recipe > .container > div[class="_12-columns align-top fade-up"] {
    transform: unset !important;
    transform-style: unset !important;
}

body:not(.adthrive-device-desktop) .adthrive-recipe {
    margin-left: auto !important;
    margin-right: auto !important;
} 

/* float recipe ads */
.adthrive-device-desktop .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}

/* Disable ads on printed pages */
@media print {
  div[id^="cls-video-container"],
  .adthrive-auto-injected-player-container,
  .raptive-player-container,
  div[data-gg-moat], 
  body[data-gg-moat], 
  iframe[data-gg-moat-ifr],
  div[class*="kargo-ad"],
  .adthrive-ad,
  .adthrive-comscore, 
  .adthrive-native-recipe,
  .raptive-sales {
    display: none !important;
    height: 0px;
    width: 0px;
    visibility:hidden;
  }
}