/* 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 .wprm-call-to-action,
body.adthrive-device-tablet .wprm-call-to-action,
body.adthrive-device-desktop .wprm-recipe-video-container,
body.adthrive-device-tablet .wprm-recipe-video-container {
    clear: both;
}

body.page .adthrive-content {
    margin-left: auto;
    margin-right: 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;
}

body.adthrive-device-desktop .wprm-recipe-container .block-save-recipe,
body.adthrive-device-tablet .wprm-recipe-container .block-save-recipe {
    clear: both;
}

body.adthrive-device-phone .cwp-food-content > div {
    margin-top: 15px !important;
    padding-top: 15px !important;
}