/* # Styles for Podcast
------------------------------------------*/

.podcast-code {
    display: block;
    ;
    overflow: hidden;
    padding: 20px 0 40px;
}

.template-podcast .teasers h2 {
    float: left;
    width: 100%;
    font-size: 2.5vw;
    padding-left: 1vw;
    line-height: 2.7vw;
}

.template-podcast a.featured_image_link {
    float: left;
    width: 30%;
    clear: left;
}

.template-podcast .teasers {
    max-width: 870px;
}

.template-podcast .post_excerpt {
    float: right;
    width: 70%;
}

.template-single-podcast .wp-post-image {
    max-width: 380px;
}

.template-single-podcast #content_area h1 {
    float: right;
    max-width: 48%;
}

.template-single-podcast .post_content {
    display: block;
    clear: both !important
}

.template-single-podcast #big_headline_single {
    height: 130px;
}

.template-podcast .archive_intro {
    display: none;
}