/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Oct 14 2020 | 18:26:19 */
/* Featured Image on Page by Chords Agency */

@media screen and (min-width: 1041px) { /* Desktop 781px */
	body:not(.page-id-70):not(.page-id-11963):not(.page-id-11963):not(.page-id-46):not(.archive):not(.search) .entry-thumbnail { /* post fetured image size */
/*		margin-left: calc(50% - 640px);
		margin-right: calc(50% - 640px); */
	}

	body:not(.page-id-46):not(.page-id-74).page.no-active-sidebar .entry-thumbnail { /* post fetured image size */
		margin-left: calc(50% - 640px);
		margin-right: calc(50% - 640px);
	}

/*	.page .rwi-recent-publications .entry-thumbnail {
		margin-left: unset !important;
		margin-right: unset !important;
	} */
}

@media screen and (max-width: 740px) {
	.single-news .entry-thumbnail:first-of-type,
	.single-blog .entry-thumbnail:first-of-type,
	.single-events .entry-thumbnail:first-of-type,
	.single-podcast .entry-thumbnail:first-of-type,
	.single-post .entry-thumbnail:first-of-type,
	.single-publication .entry-thumbnail:first-of-type,
	body:not(.page-id-46):not(.page-id-74).page .entry-thumbnail:first-of-type {
		width: calc(100% + 40px);
		height: 320px;
		overflow: hidden;
		margin-left: -20px;
		margin-right: unset;
		margin-bottom: -60px;
	}

	.single-news .entry-thumbnail:first-of-type img,
	.single-blog .entry-thumbnail:first-of-type img,
	.single-events .entry-thumbnail:first-of-type img,
	.single-podcast .entry-thumbnail:first-of-type img,
	.single-post .entry-thumbnail:first-of-type img,
	.single-publication .entry-thumbnail:first-of-type img,
	body:not(.page-id-46):not(.page-id-74).page .entry-thumbnail:first-of-type img {
		height: 320px;
		width: auto;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		position: absolute;
		max-width: unset;
		max-height: unset;
	}
}
