.entry-header {
	display: none;
}

.widget-area.sidebar {
	display: none;
}

#content.site-content,
#primary.content-area {
	width: 100%;
}

#page.site.hfeed {
	background: unset;
}

.flex-row img.podcast_horvat_headshot {
	width: 146px;
	height: 202px;
}

h1.podcast_header {
	font-weight: 700;
	font-size: 33.6px;
	margin-bottom: 0.25em;
}
span.podcast_header_subtitle {
	color: #888888;
	font-size: 23px;
}

/* AUDIO LIST CONTAINER */
.audio_list_container {
	background-color: white;
	padding: 1em;
}
.audio_list_container ul.audio_listing {
	list-style: none;
	margin-left: 0px;
	padding-top: 1em;
}
.audio_list_container ul.audio_listing li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}
.audio_list_container hr {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}
.audio_list_container h2 {
	color : #3f0000;
	font-size: 29px;
}
.audio_list_container .title_wrapper {
	display: flex;
	flex-direction: column;
	width: 350px;
}
.audio_list_container strong {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
}
.audio_list_container span {
	color: #888888;
	font-size: 23px;
}