/*.podcast-single{}*/

.section.podcast-single {
	
}
.podcast-single .entry-content p > iframe{
	display: none;
}
.container.podcast-single-container {
	width: 90%;
	max-width: 1440px;
}
.single-post header {
	z-index: 3;
    position: relative;
}
.podcast-single .entry-post-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 4rem;
	justify-content: center;
	/*border-bottom: solid 1px var(--grey);*/
	/*margin-bottom: 5rem;*/
}

.podcast-single .episode{
	display: inline-block;
	padding-bottom: 10px;
	color: var(--black);
    font-size: var(--copyFontSmall);
}

.podcast-single .episode-date {
	margin-left: 20px;
	color: var(--grey);
}
.podcast-single .section-title {
	padding-top: 0;
	padding-bottom: 60px;
}

.podcast-series-name h1 {
	padding-bottom: 0;
}

.podcast-single .entry-excerpt {
	font-size: var(--copyFontSmall);
}

.podcast-single .podcast-series-thumbnail img{
	border-radius: 10px;
	margin: 0 0 20px;
	max-width: 270px;
}

.podcast-single .series-podcast-links{
	margin-top: 6rem;
}

.podcast-single .series-podcast-links .podcast-link{
	margin-bottom: 2rem;
}

.podcast-single .entry-excerpt {
	max-width: 650px;
	font-size: var(--smallFontMin);
    line-height: 1.5;
}

.podcast-single .entry-content {
	max-width: 800px;
	margin: auto;
}

.podcast-single .entry-content > p {
	font-size: var(--smallFontMin);
    line-height: 1.5;
}

.podcast-single h1.entry-title {
	max-width: 800px;
	font-weight: 700;
}

.podcast-single .podcast_meta {
	margin-bottom: 30px;
}

.single-post article.podcast-single {
	margin-bottom: 0;
	padding-bottom: 60px;
}

.podcast_meta {
	font-family: var(--museo);
}

.series-description p {
	max-width: 850px;
    margin: auto;
    font-size: var(--smallestFontMin);
    line-height: 1.5;
    color: var(--black);
    /*text-align: center;*/
}

@media screen and (min-width: 991px) {
	.podcast-single .entry-post-header{
		flex-direction: row;
	}

	.podcast-single .podcast-series-thumbnail img{
		margin: 0 40px 0 0;
	}
}