/*
 * Post Ad Area
 * */

@media all and (min-width: 993px) {

	.post-has-ad .post-content__body,
	.post-has-ad .post-content__ad {
			display: inline-flex;
			flex-direction: column;
	}

	.post-has-ad .post-content__ad {
		width: 33%;
		position: sticky;
		top: 4.25rem;
		align-items: center;
	}

	.post-has-ad .post-content__body {
		width: 66%;
		margin-top: -1.5rem;
	}

	.post-has-ad .ad__inner-wrapper {
		width: 300px;
	}

	.post-has-ad .post-header .social-share {
		top: calc(100% + 4rem);
	}

		.post-has-ad .ad_pre_post_body {
		display: none;
	}

	.post-content-ad .adsbygoogle {
		margin-top: -4.25rem;
	}

}

@media all and (max-width: 992px) {

	.post-has-ad .post-content__ad 	{
		height: 150px;
	}

	.ad__inner-wrapper {
		position: relative;
	}
		.post-has-ad .ad_sidebar {
		display: none;
	}

}
