/* 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,
  .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: 100px;
}
.adthrive-sticky-sidebar > div {
top: 100px!important;
}

body.adthrive-device-desktop .wprm-recipe-template-cc-template-footer,
body.adthrive-device-tablet .wprm-recipe-template-cc-template-footer {
    clear: both;
}

body.adthrive-device-desktop #kt-scroll-up {
    margin-bottom: 250px;
}

body.adthrive-device-tablet #kt-scroll-up {
    margin-bottom: 200px;
}

body.adthrive-device-phone #kt-scroll-up {
    margin-bottom: 30px;
}

body.adthrive-device-desktop .wprm-nutrition-container,
body.adthrive-device-tablet .wprm-nutrition-container {
     overflow: auto;
}

/* Add a min height for video player in WPRM recipe card */
body.adthrive-device-desktop .wprm-recipe-video,
body.adthrive-device-tablet .wprm-recipe-video {
    min-height: 300px!important;
}
body.adthrive-device-phone .wprm-recipe-video {
    min-height:190px!important;
}