/*
Theme Name: Podcaster Child
Template: podcaster
Author: Child Theme Configurator
Version: 1.0.1448214201
Updated: 2015-11-22 17:43:21
*/

@charset "UTF-8";

.postfooter span {
    color: white;
}

.next-week .content.buttons {
    text-align: center;
}

.next-week .content.buttons .butn.small {
    margin: 2px;
}

.open-menu {
    background-color: #000;
}

header .main-title a {
    background-size: auto !important;
}

#top.header h1.main-title a {
    padding: 50px 0px;
}

.podcaster-theme .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    color: #000 !important;
}

.mirror {
    display: inline-block;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.small {
    padding: 12px 15px;
}

@media screen and (max-width: 321px) {
    .single .album-art img {
        width:50%;
    }
}

@media screen and (max-width: 300px) {
    .main-title a {
        background-position: right center !important;
    }
}

@media screen and (min-width: 800px) {
    #cb_p6_sidebar_site_widget-3 h3, #cb_p6_sidebar_site_widget-3 h3 + div {
        display: none;
    }
    #cb_p6_sidebar_site_widget-3 .cb_p6_patreon_site_widget {
        position: absolute;
        top: -170px;
        left: 135px;
    }
}