/* PODCAST NODE PAGE */

body.page-node-type-podcast h1.page-header {
    color: #333;
    margin: 25px 0;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2em;
}

body.page-node-type-podcast .region-content .group-left{
	width: 47%;
	margin-right: 3%;
	padding-bottom: 30px;
	padding-left: 0;
	}

body.page-node-type-podcast .region-content .group-right{
	padding-bottom: 30px;
	}

body.page-node-type-podcast .field--name-field-podcast-author{
	font-weight: bold;
	color: #F0515F;
	display: inline-block;
	padding-right: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
body.page-node-type-podcast .field--name-field-podcast-pub-date{
	display: inline-block;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
	}

body.page-node-type-podcast .field--name-field-podcast-pub-date:before{
	content: "| ";
	}

body.page-node-type-podcast .field--name-field-podcast-author:before{
	content: "By ";
	}

body.page-node-type-podcast .field--name-field-podcast-audio.field--type-file{
	padding-top: 20px;
	}
	
body.page-node-type-podcast .audiofield label{
	display: none;
	}
	
body.page-node-type-podcast .group-right .field--name-field-podcast-episode{
	font-size: 1.2em;
	margin-bottom: 15px;
	}

body.page-node-type-podcast .group-right .field--name-body{
	margin-bottom: 25px;
	}

body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes{
	overflow: hidden;
	padding-bottom: 10px;
	}

body.page-node-type-podcast .group-footer .field--name-field-podcast-related > .field--items > .field--item.col-lg-4.col-md-4.col-sm-6,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes > .field--items > .field--item.col-lg-4.col-md-4.col-sm-6{
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 25px;
	}

body.page-node-type-podcast .group-footer .field--name-field-podcast-related > .field--label,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes > .field--label{
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	clear: both;
	width: 100%;
	}

body.page-node-type-podcast .group-footer .field--name-field-podcast-related h3,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes h3{
	margin-bottom: 0;
	}

body.page-node-type-podcast .group-footer .field--name-field-podcast-related h3 a,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes h3 a{
	font-size: 20px;
	color: #333;
	display: block;
	padding: 7px 15px 0 15px;
	}
	

body.page-node-type-podcast .group-footer .field--name-field-podcast-related .field--name-field-podcast-episode,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related .field--name-body,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes .field--name-field-podcast-episode,
body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes .field--name-body{
	padding: 7px 15px 0 15px;
	}

body.page-node-type-podcast .group-footer .related-content-wrapper{
	margin: 0;
	padding-top: 1px;
	padding-bottom: 15px;
	background-color: #efefef;
	}

body.page-node-type-podcast .field--name-field-podcast-external-links{
	margin-top: 25px;
	}

body.page-node-type-podcast .field--name-field-podcast-external-links .field--item{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	}

body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a{
	content: " ";
	width: 50px;
	height: 50px;
	display: block;
	}

body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='apple']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_apple.png);
	background-size: 50px 50px;
	background-position: center center;
	}
body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='google']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_google.png);
	background-size: 50px 50px;
	background-position: center center;
	}
body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='spotify']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_spotify.png);
	background-size: 50px 50px;
	background-position: center center;
	}
body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='radiopublic']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_radiopublic.png);
	background-size: 50px 50px;
	background-position: center center;
	}
body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='pca']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_pocket.png);
	background-size: 50px 50px;
	background-position: center center;
	}
body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='overcast']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_overcast.png);
	background-size: 50px 50px;
	background-position: center center;
	}

body.page-node-type-podcast .field--name-field-podcast-external-links .field--item a[href*='rss']{
	content: " ";
	width: 50px;
	height: 50px;
	background-image: url(assets/icons/podcast_rss.png);
	background-size: 50px 50px;
	background-position: center center;
	}

body.page-node-type-podcast .field--name-field-podcast-external-links h3{
	font-size: 19px;
	color: #333;
	}
	
@media (max-width: 768px) {

	body.page-node-type-podcast .field--name-dynamic-block-fieldnode-related-podcasts .col-lg-4.col-md-6.col-sm-12.views-row,
	body.page-node-type-podcast .group-footer .field--name-field-podcast-related > .field--items > .field--item.col-lg-4.col-md-4.col-sm-6,
	body.page-node-type-podcast .group-footer .field--name-field-podcast-related-episodes > .field--items > .field--item.col-lg-4.col-md-4.col-sm-6{
		padding-right: 15px;
		padding-left: 15px;
		}
	
	body.page-node-type-podcast .region-content .group-left{
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
		}

	body.page-node-type-podcast .region-content .group-right{
		width: 100%;
		margin-left: 0;
		padding-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
		}
	}