main {
	font-family: 'ET Text';
	font-style: normal;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

.image img {
	width: 100%;
}

a, a:hover, a:visited {
	color: #2F2F2F;
}

h2.title {
	font-family: 'Source Serif';
	font-weight: 600;
	font-variation-settings: 'opsz' 40;
	font-size: 30px;
	line-height: 30px;
}

#header.epochcasts {
	display: block;
}

#header.epochcasts .container {
	max-width: 1200px;
	height: 115px;
	padding: 0;
}

#header .right_col #login_wrapper {
	width: unset;
}

header.epochcasts .left_col img {
	width: 144px;
}

header.epochcasts .top_wrapper .column_name {
	font-family: 'ET Text';
	line-height: 56px;
	font-size: 55px;
	color: #0064C8;
}

header.epochcasts .top_wrapper .tagline {
	font-family: 'ET Text';
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
}

#header.epochcasts .top_wrapper .left_col,
#header.epochcasts .top_wrapper .right_col {
	top: 40px;
}

#header.epochcasts .top_wrapper .logo {
	padding-top: 10px;
}

#header.epochcasts .center_container {
	max-width: 1200px;
}

#header.epochcasts .main_nav {
	background-color: #0064C8;
	border: none;
}

#header.epochcasts .main_nav ul li a {
	color: #fff;
	font-family: 'ET Text';
	font-weight: 400;
	font-size: 16px;
}

.epochcasts .main_content {
	margin: 0 auto;
	max-width: 720px;
	color: #2F2F2F;
}

.albums .main_content {
	max-width: 1200px;
}

main.epochcast .banner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

main.epochcast .banner img {
	display: block;
}

.main_content .breadcrumbs {
	margin-top: 10px;
	font-family: 'ET Text';
	font-weight: 500;
	font-size: 14px;
	color: #374151;
	line-height: 21px;
}

.breadcrumbs .separator {
	color: #9CA3AF;
	margin: 0 10px;
}

.breadcrumbs .last {
	color: #0064C8;
	font-size: 24px;
}

.epochcast .album_list {
	margin-bottom: 20px;
}

.epochcast .album {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	background-color: #F8F8F8;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 25px;
	margin-top: 20px;
	align-items: flex-start;
	padding: 20px;
}

.album .head {
	display: flex;
	flex-direction: column;
	padding-top: 7%;
	max-width: 220px;
}

.album .head,
.album .episode {
	width: 25%;
	text-align: center;
}

.album .episode {
	max-width: 286px;
	text-align: left;
	background-color: #fff;
	padding: 15px 10px;
}

.album .head .avatar {
	width: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.album .head .avatar.books {
	border-radius: unset;
}

.head .show_name {
	font-family: 'ET Text';
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

.head .host {
	font-family: 'ET Text';
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.album_row {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.episode .image {
	max-width: 160px;
}

.episode .title {
	font-family: 'Source Serif';
	font-weight: 600;
	font-variation-settings: 'opsz' 40;
	font-size: 15px;
	height: 115px;
}

.episode .aplayer_app {
	background-color: #DDDDDD;
}

.one_album {
	flex-basis: 24%;
	margin-right: 16px;
}

.one_album .title {
	font-family: 'Source Serif';
	font-weight: 600;
	font-variation-settings: 'opsz' 40;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.8px;
	color: #0B0B0B;
	margin-top: 16px;
	margin-bottom: 4px;
}

.one_album .desc {
	font-family: 'ET Text';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #0B0B0B;
	margin-bottom: 20px;
}

.one_album .view_all {
	font-family: 'ET Text';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #0066B3;
	margin-top: 22px;
}

.one_album .view_all a {
	color: #0066B3;
}

.one_episode {
	display: block;
	margin: 10px auto 30px;
	width: 100%;
	max-width: 534px;
	padding: 16px;
	background: #FAFAFA;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

.one_episode .image,
.one_episode h3.title {
	display: inline-block;
}

.one_episode .image {
	width: 40%;
	max-width: 170px;
}

.one_episode h3.title {
	width: 60%;
	vertical-align: top;
	padding-left: 10px;
}

.one_episode.lead {
	max-width: 720px;
	padding: unset;
	background: unset;
	border-radius: unset;
	box-shadow: unset;
}

.one_episode.lead .image {
	width: 100%;
	max-width: 720px;
}

.one_episode.lead .title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.one_episode .date {
	font-family: 'ET Text';
	font-size: 14px;
	font-weight: 325;
	line-height: 17px;
	letter-spacing: 0px;
	color: #939393;
}

.one_episode .tools_row {
	margin-top: 10px;
	position: relative;
	height: 20px;
}

.one_episode .tools_row .tools {
	float: left;
}

.one_episode .tools_row .social_icons {
	float: right;
}

.one_episode .time {
	font-family: 'ET Text';
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #8C8C8C;
}

.one_episode h3.title {
	font-family: 'Source Serif';
	font-weight: 600;
	font-variation-settings: 'opsz' 40;
	font-style: normal;
	font-size: 20px;
	line-height: 27px;
	color: #2F2F2F;
}

.one_episode .author .author_name {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #595959;
}

.one_episode .author_name a {
	color: #595959;
}

.one_episode .excerpt {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 24px;
	color: #0B0B0B;
}

.one_episode .tool {
	position: relative;
	font-family: 'ET Text';
	font-weight: 500;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #0066B3;
}

.one_episode .read:before,
.one_episode .cmt:before,
.one_episode .cplink:before {
	font-family: 'Genericons';
	font-size: 18px;
	vertical-align: middle;
}

.one_episode .read:before {
	content: "\f1c6";
	margin-right: 4px;
}

.one_episode .cmt:before {
	content: "\f1ae";
	margin-left: 10px;
	margin-right: 4px;
}

.one_episode .cplink:before {
	content: "\f13f";
	margin-left: 10px;
	margin-right: 4px;
}

.one_episode .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding-top: 0;
	vertical-align: middle;
	font-size: 0;
	border-radius: 2px;
	background-color: #4D5B63;
	margin-left: 10px;
}

.one_episode .fb a:before,
.one_episode .tw a:before,
.one_episode .gettr a:before {
	font-family: 'Genericons';
	font-size: 18px;
	vertical-align: middle;
	color: #fff;
	line-height: 25px;
	padding-left: 3px;
}

.one_episode .fb a:before {
	content: "\f12d";
}

.one_episode .tw a:before {
	content: "\f17c";
}

.one_episode .icon.truth img {
	width: 18px;
	margin: 3px;
}

.one_episode .icon.gettr img {
	width: 23px;
	margin-top: -1px;
}

.one_episode .share_link .share {
	display: none;
}

.share_dropdown {
	position: absolute;
	width: 100px;
	padding-top: 20px;
	opacity: 1;
	z-index: 1;
}

.share_dropdown .share {
	margin: 0;
	text-align: center;
	display: block;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}

.share_dropdown a {
	width: 100%;
	clear: left;
	overflow: hidden;
	white-space: nowrap;
	display: list-item;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: -webkit-match-parent;
	border-bottom: 1px dotted #cecece;
}

.cmt_link {
	display: none !important;
}

.to_all {
	position: relative;
	margin-bottom: 18px;
	padding-left: 16px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
}

.to_all a {
	color: #FFFFFF;
}

.to_all:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}

.block_title {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.4px;
	color: #000000;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

/* front page */
.featured_one {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 60px 100px;
	background-color: #F4F8FA;
}

.featured_one .detail {
	padding-right: 24px;
}

.featured_one .image {
	flex: 0 0 50%;
}

.featured_one .cat {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #506DB5;
}

.featured_one .title {
	font-family: 'Source Serif';
	font-weight: 600;
	font-variation-settings: 'opsz' 40;
	font-style: normal;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.8px;
	margin-top: 8px;
	margin-bottom: 20px;
}

.page main:not(.cat) h2 {
	margin-top: 60px;
	margin-bottom: 10px;
	font-family: 'ET Text';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.4px;
	color: #000000;
}

/* cat page */
.cat .top_container {
	background: linear-gradient(233.82deg, #2F8996 7.02%, #0C4D7B 91.83%);
}

.cat .wrapper {
	max-width: 630px;
	margin: 0 auto;
	padding: 14px 20px 32px;
}

.cat .album h1 {
	font-family: 'Source Serif';
	font-weight: 600;
	font-variation-settings: 'opsz' 40;
	font-style: normal;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0.8px;
	color: #FFFFFF;
}

.cat .album h4.desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #FFFFFF;
}

.cat .list {
	max-width: 720px;
	margin: 0 auto;
}

.cat .list .block_title:before {
	font-family: 'Genericons';
	content: "\f1c7";
	font-size: 24px;
	margin-right: 8px;
	vertical-align: top;
}

.cat .show_more {
	margin-top: 28px;
	margin-bottom: 44px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #0066B3;
	cursor: pointer;
}

/* single page */
.single .article_body {
	max-width: 630px;
	margin: 0 auto;
	padding: 14px 20px 44px;
}

.single .to_all {
	font-weight: bold;
}

.single .to_all a {
	color: #000;
}

.single .to_all:before {
	border-color: #000;
}

.single .article_body > .one_episode .details {
	display: block;
	height: auto;
	opacity: 1;
	overflow: unset;
}

.single .article_body > .one_episode button.listen {
	display: none;
}

.single .time {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.8px;
	color: #8C8C8C;
}

.single .one_episode {
	border-bottom: unset;
}

.single .article_body > .one_episode {
	padding-left: 16px;
	padding-right: 16px;
	background: #F4F8FA;
}

.single .prev_next {
	padding-left: 16px;
	padding-right: 16px;
}

.single .block_title {
	margin-top: 44px;
}

body.epochcasts #footer {
	position: relative;
	background-color: #343434;
	z-index: 1;
}

body.epochcasts #footer .toprow {
	border: none;
	padding: 0;
}

body.epochcasts #footer .toprow .logo {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

body.epochcasts #footer .copyright {
	border: none;
	padding: 0;
	margin-bottom: 0;
	color: #fff;
}

@media screen and (max-width: 900px) {
	.featured_one {
		padding: 40px 50px;
	}
}

@media screen and (max-width: 640px) {
	.album_row {
		flex-direction: column;
	}
	.one_album {
		flex-basis: auto;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		column-gap: 16px;
		margin-right: 0;
		margin-bottom: 28px;
		padding-bottom: 22px;
		border-bottom: 1px dashed #BFBFBF;
	}
	.one_album .image {
		flex: 0 0 100px;
	}
	.one_album .title {
		margin-top: 0;
	}
	.one_episode button {
		float: unset;
	}
	.page main:not(.cat) {
		padding: 16px 16px 32px;
		margin: auto;
	}
	.page main:not(.cat) h1 {
		font-weight: normal;
		font-size: 32px;
		line-height: 38px;
		letter-spacing: 0.8px;
		margin-bottom: 16px;
	}
	.page main:not(.cat) h2 {
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.4px;
		margin-top: 16px;
		margin-bottom: 24px;
		padding-bottom: 4px;
		border-bottom: 1px solid #000;
	}
	.featured_one {
		flex-direction: column-reverse;
		padding: 0;
		background-color: unset;
	}
	.featured_one .detail {
		padding-right: 0;
		padding-top: 16px;
	}
	.featured_one .title {
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.8px;
		margin-bottom: 16px;
	}
	.cat .top_container {
		background: unset;
	}
	.cat .to_all {
		padding: 14px 28px;
		margin-bottom: 0;
		font-weight: bold;
	}
	.cat .to_all a, .cat .to_all:before {
		color: #000;
		border-color: #000;
	}
	.cat .to_all:before {
		top: 22px;
		margin-left: 16px;
	}
	.cat .wrapper {
		padding: 14px 20px 32px;
		background: linear-gradient(233.82deg, #2F8996 7.02%, #0C4D7B 91.83%);
	}
	.cat .album {
		display: block;
	}
	.cat .album .image {
		position: absolute;
		width: 120px;
	}
	.cat .album h1 {
		display: table-cell;
		height: 120px;
		vertical-align: bottom;
		padding-left: 136px;
		font-weight: 500;
		font-size: 40px;
		line-height: 48px;
		color: #FFFFFF;
	}
	.cat .album h4.desc {
		margin-top: 12px;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	.cat .list {
		padding: 12px 16px 0;
	}
	.cat .one_episode.open {
		width: calc(100% + 32px);
		margin-left: -16px;
	}
	.cat .show_more {
		text-align: left;
		padding-left: 16px;
	}
	.single .article_body {
		padding-left: 0;
		padding-right: 0;
	}
	.single .to_all {
		padding-left: 32px;
		margin-bottom: 14px;
	}
	.single .to_all:before {
		left: 16px;
	}
	.single .block_title {
		margin-top: 20px;
	}
}
