.tl-podcast-network-social a {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.tl-podcast-network-social a:last-child {
    margin-right: 0%;
}
.view_all_podcasts a {
    background-color: #ed1c24;
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 25px;
    padding: 6px 40px;
    font-weight: 300;
    transition: all .5s;
    display: table;
    margin: 0 auto;
}

.view_all_podcasts {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.view_all_podcasts a:hover {
    background-color: #000;
}
.tl-podcast-tagline h1 {
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 50px;
    /* text-align: center; */
    padding-bottom: 15px;
    color: #fff;
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tl-podcast-tagline {
    background-color: #ed1c24;
    padding: 30px 0;
    width: 100%;
    float: left;
}
.tl-podcast-tagline section {
    margin-bottom: 0;
}
.tl-previous-episode-item {
    background-color: #fff;
    width: 48.5%;
    float: left;
    margin-right: 3%;
    padding: 30px 30px 30px 0;
}
.tl-previous-episode-item:nth-of-type(2n+2) {
   margin-right: 0%;
}
.tl-previous-episode-item h2 {
    border-left: 10px solid #ed1c24;
    padding: 10px 0 10px 20px;
    margin-bottom: 0;
}
.tl-previous-episode-item h2 a {
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 50px;
    /* text-align: center; */
    padding-bottom: 15px;
    color: #000;
    border-bottom: none;
}
.tl-previous-episode-item p.delaicomment {
    width: 100%;
    float: left;
    padding-left: 30px;
}
.tl-previous-episode-item-button {
    width: 100%;
    float: left;
    padding-left: 30px;
    margin-bottom: 20px;
}
.tl-previous-episode-item-button img {
    background-color: #ed1c24;
    margin-right: 10px;
}
.tl-previous-episode-item p.desc {
   width: 100%;
    float: left;
    padding-left: 30px;
    height: 154px;
    overflow: hidden;
}
.tl-previous-episode-item a.read-more {
    background-color: #ed1c24;
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 25px;
    padding: 10px 40px;
    font-weight: 300;
    transition: all .5s;
}
.tl-previous-episode-item a.read-more:hover {
    background-color: #000;
}
.tl-previous-episode-item p.read-more {
    width: 100%;
    float: left;
    padding-left: 30px;
}
.page-template-page-podcast .site-inner{
	display:none;
}
.tl-podcast-network-social {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #ed1c24;
    text-align: center;
}
.tl-podcast-network-social section {
    margin-bottom: 0;
}
.tl-recent-podcast-episode {
    /* width: 100%; */
    /* float: left; */
    width: 100%;
    float: left;
    background-color: #1d1d1d;
    padding: 80px 0;
}
.widget_recent_podcast_episode h4.widget-title.widgettitle {
    background-color: #ed1c24;
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 30px;
    /* text-align: center; */
    padding-bottom: 15px;
    color: #fff;
    border-bottom: none;
    padding: 20px;
}
.tl-podcast-featured-podcast-episode {
    width: 100%;
    float: left;
    background-color: #1d1d1d;
    padding: 80px 0;
}
.widget_featured_podcast_episode h4.widget-title.widgettitle {
    background-color: #ed1c24;
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 30px;
    /* text-align: center; */
    padding-bottom: 15px;
    color: #fff;
    border-bottom: none;
    padding: 20px;
}
.featured_podcast_episode_item {
    background-color: #fff;
    padding: 40px 40px 40px 0;
    width: 100%;
    float: left;
}
.featured_podcast_episode_item_left {
    width: 82%;
    float: left;
    padding-right: 20px;
}
.featured_podcast_episode_item_right {
    width: 14%;
    float: right;
    text-align: right;
    padding-top: 20px;
}
.featured_podcast_episode_item_right img {
    background-color: #ed1c24;
	transition:all .5s;
}
.featured_podcast_episode_item_right img:hover {
	 background-color: #000000;
}
.podcast-play-new-window {
    padding: 20px;
	    max-width: 650px;
}
.podcast-play-new-window h2 a {
    /* background-color: #ed1c24; */
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    padding-bottom: 15px;
    color: #000;
    border-bottom: none;
}
.featured_podcast_episode_item_left_above h2 {
    border-left: 10px solid #ed1c24;
    padding: 10px 0 10px 30px;
}
.featured_podcast_episode_item_left_above h2 a {
    /* background-color: #ed1c24; */
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 50px;
    /* text-align: center; */
    padding-bottom: 15px;
    color: #000;
    border-bottom: none;
}
.featured_podcast_episode_item_left_above .delaicomment {
    width: 100%;
    float: left;
    padding-left: 40px;
}
.featured_podcast_episode_item_left_above {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.featured_podcast_episode_item_left_below {
    width: 100%;
    float: left;
}
.featured_podcast_episode_item_left_below_left {
    width: 33%;
    float: left;
    padding-left: 40px;
}
.featured_podcast_episode_item_left_below_right {
    width: 67%;
    float: left;
    padding-left: 20px;
}
.featured_podcast_episode_item_left_below_right a.read-more {
    background-color: #ed1c24;
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 25px;
    padding: 10px 40px;
    font-weight: 300;
	transition:all .5s;
}
.featured_podcast_episode_item_left_below_right a.read-more:hover {
    background-color: #000000;
}
.tl-podcast-call-to-action {
    width: 100%;
    float: left;
	background:url(images/banner-podcast.jpg) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.tl-podcast-call-to-action section:nth-of-type(1) {
    width: 100%;
    text-align: right;
    float: left;
    padding: 20px 0;
    margin-bottom: 0;
}
.tl-podcast-call-to-action section:nth-of-type(1) i.fa {
    color: #fff;
    background-color: #000000;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 25px;
    text-align: center;
    transition: all .5s;
	line-height: 25px !important;
}
.tl-podcast-call-to-action section:nth-of-type(1) i.fa:hover {
    color: #fff;
    background-color: #ed1c24;
}
.tl-podcast-call-to-action section:nth-of-type(1) a {
    margin-right: 15px;
}
.tl-podcast-call-to-action section:nth-of-type(2) {
    padding: 70px 0;
    width: 100%;
    float: left;
	background:url(images/bk-call-to-action.png) top center no-repeat;
	background-size:cover;
}
.tl-podcast-call-to-action section:nth-of-type(2) .widget-wrap {
    max-width: 646px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	padding:10px;
}
.tl-podcast-call-to-action section:nth-of-type(2) .widget-wrap h2 {
    font-family: 'Bebas Neue';
    color: #fff;
    line-height: 80px;
    font-size: 80px;
    font-weight: 300;
    margin-bottom: 30px;
}
.tl-podcast-call-to-action section:nth-of-type(2) .widget-wrap a.more-link {
    background-color: #ed1c24;
    font-family: 'Bebas Neue';
    font-size: 25px;
    font-weight: 300;
    padding: 12px 50px;
    color: #fff;
}
@media only screen and (max-width: 800px) {
	.featured_podcast_episode_item_left_below_left {
    width: 34%;
    float: left;
    padding-left: 40px;
}
.featured_podcast_episode_item_left_below_right {
    width: 57%;
    float: left;
    padding-left: 20px;
}
}
@media only screen and (max-width: 700px) {
	.featured_podcast_episode_item_left_below_left {
    width: 100%;
    float: left;
    padding-left: 40px;
}
.featured_podcast_episode_item_left_below_right {
    width: 100%;
    float: left;
    padding-left: 40px;
}
}
@media only screen and (max-width: 600px) {
	.tl-podcast-call-to-action section:nth-of-type(2) .widget-wrap h2 {
    font-family: "Bebas Neue";
    color: #FFF;
    line-height: 30px;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}
.tl-podcast-call-to-action section:nth-of-type(2) {
    padding: 20px 0px;
    width: 100%;
    float: left;
    background: transparent url("images/bk-call-to-action.png") no-repeat scroll center top / cover;
}
.tl-podcast-call-to-action section:nth-of-type(2) .widget-wrap a.more-link {
    background-color: #ED1C24;
    font-family: "Bebas Neue";
    font-size: 20px;
    font-weight: 300;
    padding: 12px 28px;
    color: #FFF;
}
.featured_podcast_episode_item_left {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.featured_podcast_episode_item_right {
    float: right;
    text-align: left;
    padding-top: 20px;
    width: 100%;
    padding-left: 40px;
}
.featured_podcast_episode_item_right p{
	display:inline; margin-right:15px;
}
.tl-podcast-network-social a {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
}
.tl-previous-episode-item {
    background-color: #FFF;
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 30px 30px 30px 0px;
}
.featured_podcast_episode_item_left_above h2 a {
    font-family: "Bebas Neue";
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: medium none;
}
.tl-previous-episode-item h2 a {
    font-family: "Bebas Neue";
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: medium none;
}
.tl-podcast-tagline h1 {
    font-family: "Bebas Neue";
    font-weight: 300;
    font-size: 30px;
    color: #FFF;
    border-bottom: medium none;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 480px) {
	.featured_podcast_episode_item {
    background-color: #FFF;
    padding: 10px 10px 10px 0px;
    width: 100%;
    float: left;
}
.featured_podcast_episode_item_left_above h2 {
    border-left: 10px solid #ED1C24;
    padding: 10px 0px 10px 10px;
}
.featured_podcast_episode_item_left_above .delaicomment {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.featured_podcast_episode_item_left_below_left {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.featured_podcast_episode_item_left_below_right {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.featured_podcast_episode_item_right {
    float: right;
    text-align: left;
    padding-top: 20px;
    width: 100%;
    padding-left: 20px;
}
}