/* 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;
  }
}

body.adthrive-device-desktop .to-top {
    margin-bottom: 250px;
}

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

body.adthrive-device-phone .to-top {
    margin-bottom: 30px;
}

body.adthrive-device-desktop #page {
    overflow-x: clip !important;
}