/* float recipe ads */
@media (min-width: 768px) {
body.adthrive-device-desktop .adthrive-recipe,
body.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}
}

/* Disable ads on printed pages */
@media print {
  div[data-gg-moat], 
  body[data-gg-moat], 
  iframe[data-gg-moat-ifr],
  div[class*="kargo-ad"],
  #ogy-ad-slot,
  div[class*=gg-overlay],
  .st-adunit,
  .adthrive-sticky-outstream,
  .adthrive-ad,
  .adthrive-comscore, 
  .adthrive-native-recipe,
  .raptive-sales {
    display: none !important;
    height: 0px;
    width: 0px;
    visibility:hidden;
  }
}

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

/* Add 'Advertisement' before ads */
.adthrive-content:before, .adthrive-recipe:before {
content: "ADVERTISEMENT";
font-family: sans-serif;
font-size: 11px;
letter-spacing: 2px;
margin-top: 0;
margin-bottom: 10px;
display: block;
color: #a5a5a5;
}

.adthrive-ad.adthrive-parallax-slot {
padding-bottom: 10px; /* parallax ads need a bit more spacing */
}

.adthrive-content {
    padding-top: 10px;
}

/* sticky content ads */
.adthrive-device-tablet .adthrive-sticky-container > div {
top: 143.01px!important;
}
.adthrive-device-phone .adthrive-sticky-container > div {
top: 157px!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;
}

body.adthrive-device-desktop .wprm-recipe-video-container,
body.adthrive-device-tablet .wprm-recipe-video-container,
body.adthrive-device-desktop .wprm-call-to-action,
body.adthrive-device-tablet .wprm-call-to-action {
    clear: both;
}