/* fix sticky sidebar ads for fixed header */
.adthrive-sidebar.adthrive-stuck {
margin-top: 170px;
}
.adthrive-sticky-sidebar > div {
top: 170px!important;
}

/* 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 {
    right: 10px;
    min-width: 250px;
    max-width: 320px
}
body.wprm-print .adthrive-sidebar:not(.adthrive-stuck) {
    position: absolute;
    top: 275px;
}
body.wprm-print .wprm-recipe {
    max-width:800px;
}
@media screen and (max-width: 1299px) {
    body.wprm-print.adthrive-device-desktop .wprm-recipe {
        margin-left: 25px;
        max-width: 650px;
    }
}

body.archive .adthrive-content {
  grid-column: 1 / -1;
}