/* for sticky SB9 */
.adthrive-sidebar.adthrive-stuck {
margin-top: 85px;
}
/* for sticky SB1-5 */
.adthrive-sticky-sidebar > div {
top: 85px!important;
}

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

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

.adthrive-player-close {
position: absolute;
top: -3px;
}

body.wp-print .adthrive-comscore {
    display: none;
}

/* 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 {
		display: none!important;
		height: 0px;
		width: 0px;
		visibility: hidden;
	}
}
/* END disable ads on printed pages */