.adthrive-device-desktop .adthrive-recipe,
.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"],
  .adthrive-ad,
  .adthrive-comscore, 
  .adthrive-native-recipe,
  .raptive-sales {
    display: none !important;
    height: 0px;
    width: 0px;
    visibility:hidden;
  }
}
/* END disable ads on printed pages */

/* Print Preview pages */
body.wprm-print .adthrive-sidebar {
    right: 10px;
    min-width: 250px;
    max-width: 320px
}

body.wprm-print .adthrive-sidebar:not(.adthrive-stuck) {
    position: absolute;
    top: 275px;
}

@media screen and (max-width: 1299px) {
    body.wprm-print.adthrive-device-desktop .wprm-recipe {
        margin-left: 25px;
        max-width: 650px;
    }
}
/* END - Print Preview pages */

/* for final sticky SB */
.adthrive-sidebar.adthrive-stuck {
margin-top: 20px;
}
/* for ESSAs */
.adthrive-sticky-sidebar > div {
top: 20px!important;
}

body.adthrive-device-desktop .adthrive-content > div,
body.adthrive-device-desktop .adthrive-recipe > div,
body.adthrive-device-tablet.adthrive-content > div,
body.adthrive-device-tablet .adthrive-recipe > div {
top: 60px!important;
}