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

/*recipe print page */
body.wprm-print .adthrive-sidebar, 
body:has(.mv-create-print-view) .adthrive-sidebar {
    right: 10px;
    min-width: 250px;
    max-width: 320px
}
body:has(.mv-create-print-view) .adthrive-sidebar {
    position:fixed;
    top: 250px;
}
body.wprm-print .adthrive-sidebar:not(.adthrive-stuck),
body:has(.mv-create-print-view) .adthrive-sidebar:not(.adthrive-stuck) {
    position: absolute;
    top: 250px;
}
body.wprm-print .wprm-recipe,
body:has(.mv-create-print-view) .mv-create-print-view {
    max-width:800px;
}
@media screen and (max-width: 1299px) {
    body.wprm-print.adthrive-device-desktop .wprm-recipe,
    body:has(.mv-create-print-view) .mv-create-print-view {
        margin-left: 25px;
        max-width: 650px;
    }
}


/* Disable ads on printed pages */
@media print {
  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;
  }
}

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

body.adthrive-device-desktop .wprm-recipe-equipment-container,
body.adthrive-device-tablet .wprm-recipe-equipment-container {
    clear: right;
}

body.page-id-2 .adthrive-footer-message {
   margin-bottom: 0px;
}

/* AB TEST to remove comment button */
body.test-comment-button .jump-buttons > .commentjump {
display: none !important;
}
/* END AB TEST to remove comment button */

/* Start - Customizations for gated print modal */
.raptive-gated-print-modal-container .raptive-gated-print-modal-body {
  font-size: 0 !important; /* hide original text */
}
.raptive-gated-print-modal-container .raptive-gated-print-modal-body::after {
  content: "Enter your email below to access the printable version of every post on my site. \00000a You'll only need to enter your email address one time to access the print feature on any of my recipes, now or in the future.";
  font-size: 18px;
  white-space: pre-wrap;
}
/* END - Customizations for gated print modal */
