/* float recipe ads */
.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}
.wprm-recipe-equipment-container,
.wprm-call-to-action {
clear: both;
}

h3.adthrive-player-title {
margin-top: 0;
margin-bottom: 0;
}

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

.posts-wrapper.post-grid-layout > .adthrive-content {
  margin-top: 0;
  width: 100%;
}

body.page .adthrive-ad {
width:100%;
}

body.archive .adthrive-content, body.page:not(.home) .adthrive-content {
  grid-column: 1 / -1;
}


