.single-post--container {
	padding: 30px;
}

@media (min-width: 992px) {
	.single-post--container {
		padding: 60px 30px 30px;
		
	}
}

.single-post--title {
	text-align: center;
	max-width: 1100px;
	margin: 0 auto 30px;
}

.single-post--subtitle {
	text-align: center;
}

.single-post--copy {
	max-width: 900px;
	margin: 0 auto;
}

.single-post--copy a {
	color: var(--theme-green);
	font-variation-settings: "slnt" 0, "wght" 500;
}

.single-post--copy a:hover {
	text-decoration: underline;
}

.single-post--categories {
	text-align: center;
	margin-bottom: 30px;
	
}

.single-post--categories a {
	color: var(--theme-green);
}

.single-post--categories a:hover {
	text-decoration: underline;
}

.single-post--categories span:last-of-type {
	display: none;
}

.single-post--thumbnail {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.single-post--thumbnail {
		margin-bottom: 60px;
		max-height: 500px;
	}	
}

.single-post--link-wrap {
	text-align: center;
	margin-top: 45px;
}

figure.wp-block-embed.is-type-video.alignfull .wp-block-embed__wrapper,
figure.wp-block-embed.is-type-video.alignwide .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video.alignfull iframe,
figure.wp-block-embed.is-type-video.alignwide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* hide thum for webinars */
.resource_type-webinar .single-post--thumbnail {
	display: none;
}
