.ft-podcasts-container {

}

.ft-podcasts-container .container, .single-podcast-entry .container {
    max-width: 1280px;
}

#ft_podcast_search {
    padding-top: 15px;
    padding-bottom: 20px;
}

#ft_podcast_search h2 {
    margin-top: 23px;
    color: #124267;
}

#ft_podcast_grid h2 {
    color: #124267;
}

#ft_podcast_subscribe h5 {
    color: #ffffff;
    padding-top: 8px;
}

#ft_podcast_search .all-podcast-form-search {

}

#ft_podcast_search .all-podcast-form-search .podcast-search-group {

}

#ft_podcast_search .all-podcast-form-search .podcast-search-group input[type="text"] {

}

#ft_podcast_search .all-podcast-form-search .podcast-search-group input[type="submit"] {
    background: #0bce69;
    border: none;
    padding: 4px;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

#ft_podcast_search .all-podcast-form-search .podcast-search-group select {
    width: 100%;
}

#ft_podcast_search .all-podcast-form-search .podcast-search-label {
    font-size: 14px;
    margin-bottom: 0px;
}

#ft_podcast_featured {
    background: #124267;
    padding-bottom: 35px;
    padding-top: 25px;
}

#ft_podcast_grid {

}

#ft_podcast_subscribe {
    background: #0bce69;
    margin-bottom: 25px;
    padding-top: 10px;
}

#ft_podcast_featured h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    margin-top: 4px;
    margin-bottom: -3px;
}

#ft_podcast_featured h4 a {
    color: #FFF !important;
}

.col-featured-podcast-meta span {
    color: #FFF;
    font-size: 12px;
}

.col-featured-podcast-content {
    color: #FFF;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured-soundclound-player iframe {
    width: 100%;
    max-height: 115px;
    border: none;
}

.col-sm-12.col-featured-podcast-content {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
}

.all-podcasts-single {
    border-bottom: 1px solid #124267;
    /* border-radius: 5px; */
    margin-top: 10px;
    margin-bottom: 15px;
    display: none;
    padding-bottom: 20px;
}

.all-podcasts-single h4 {
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

.all-podcasts-single h4 a {
    color: #0bce69;
}

.all-podcast-single-meta {
    margin-top: 2px;
    margin-bottom: 2px;
    font-style: italic;
    font-size: 13px;
}

.all-podcast-single-content p {
    font-size: 15px;
    color: #677078;
    line-height: 1.4em;
}

.all-podcast-single-player iframe {
    width: 100%;
    border: none;
    max-height: 110px;
}

a.podcast-readmore {
    color: #124267;
    font-size: 12px;
}

.search-podcast-results-row {
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 25px;
}

#load_more_podcasts {
    background: #0bce69;
    color: #FFF;
    padding: 14px;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 15px;
    cursor: pointer;
}

.load_more_podcasts_empty_spacer {
    margin-bottom: 20px;
}

.single-podcast-entry {

}

.podcast-date-of {
    font-size: 15px;
    padding-left: 10px;
}

.single-podcast-entry iframe {
    width: 100%;
}

.podcast-mobile-only {
    display: none;
}

@media (max-width: 990px) {
    .podcast-mobile-only {
        display: block !important;
    }

    .podcast-desktop-only {
        display: none !important;
    }
}

.ft_podcasts_transcript_toggle {
	display: inline-block;
	border: 3px solid #fff;
	padding: 0px 15px 2px;
	color: #fff;
	font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 10px;
    float: right;
}
.ft_podcasts_transcript_toggle:hover {
	background: #fff;
	color: #0fa757;
	cursor: pointer;
}
.ft_podcasts_transcript {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
@media( max-width: 690px ) {
    #ft_podcast_subscribe .one_column {
	    text-align: center;
    }
    .ft_podcasts_transcript_toggle {
        float: none;
    }
}