
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #545454;
	background: #E5E5E5;
	line-height: 1.5;
}
.explanation {
	font-style: italic;
	font-size: 10px;
	color: #9E9E9E;
	text-align: center;
}
a, a:link, a:visited {
	color: #005C82;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1 {
	margin-top: 0;
		margin-bottom: 0;
		font-weight: 300;
		font-size: xx-large;
}

h2, h3 {
	margin-top: 0;
	margin-bottom: 0px;
	font-weight:300;
}
h2 {
	margin-top: 20px;
}

h3 {
	font-size:small;
	font-weight: 500;
}

img {
	max-width: 100%;
}

#content {
	max-width: 900px;
	margin: 0 auto;
	background: #FFF;
	padding: 30px;
	border-radius: 14px;
	padding-top: 0px;
	box-shadow: 0px 0px 2px #5D5D5D;
}
#channel-image {
	float: right;
	width: 220px;
}
#channel-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-left: 10px;
	display: block;
}
.channel-header {
	padding-top: 20px;
	margin-left: -10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #E5E5E5;
}
.channel-header:last-of-type, .channel-header.last {
	border-bottom: none;
}
.channel-item {
	clear: both;
	border-top: 2px solid #E5E5E5;
	margin: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
	overflow: auto;
}

.episode-image {
	float: right;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.episode-image img {
	width: 100px;
	height: auto;
	border-radius: 5px;
}

.episode-title {
	margin-bottom:20px;
}

.episode_meta {
	font-size: 11px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.channel-description {
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;

}
.channel-copyright {
	text-align: center;
	margin: 10px;
	font-size: small;
	margin-bottom: 80px;
}
.channel-author {
	font-size: small;
	font-weight: 600;
	margin-bottom: 10px;
}
.channel-subtitle {
	font-size: large;
	font-weight: 500;
	margin-bottom: 20px;
}
.channel-feed {
	font-size: small;
	font-weight: 600;
	margin-bottom: 20px;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	margin-right: 5px;
	display: initial;
}
.player {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 960px;
	margin: 0 auto;
}
#audioplayer {
	width: 100%;
	display: block;
}
