/* screen width 1200px */

@media(max-width: 1200px) {
    .arrow-holder {
        width: 6%;
    }
    .podcast-display-main, .special-guests-inner, .main-host-inner, .transcript-inner {
        width: 86%;
    }
}


/* screen width 991px */

@media(max-width: 991px) {
    .arrow-holder {
        width: 4%;
    }
    .arrow-holder img {
        width: 25px;
    }
    .podcast-display-main, .special-guests-inner, .main-host-inner, .transcript-inner {
        width: 90%;
    }
    .episode-strip span {
        font-size: 12px;
        padding: 8px;
    }
    .app-links {
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }
}


/* screen width 767px */

@media(max-width: 767px) {
    .menu-holder {
        width: 100%;
        right: -100%;
    }
    img.logo-mobile {
        display: inline-block;
    }
    .menu-backmask.open {
        display: none;
    }
    .menu-item.subscribe {
        /*display: block;*/
    }
    .arrow-holder {
        display: none;
    }
    .podcast-display-main iframe {
        position: static!important;
        margin: 0 auto!important;
    }
    .single-episode-page section.logo-section {
        display: none;
    }
    .podcast-display {
        padding: 0;
    }
    a.mobile-next-prev {
        display: inline;
    }
    .podcast-display-main, .special-guests-inner, .main-host-inner, .transcript-inner {
        width: 100%;
    }
    .small-host img {
        /*display : none;*/
    }
    .episode-strip {
        display: none;
    }
    .social-strip-desktop {
        display: none;
    }
    .social-mobile {
        display: block;
    }
    /* t-shirt popup */
    .tshirt-popup {
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        min-height: 90px;
        background-image: none!important;
    }
    .tshirt-inner {
        padding: 18px 9px 9px;
    }
    .tshirt-popup p, .tshirt-popup a p {
        font-size: 24px;
        line-height: 28px;
        margin-bottom : 10px;
    }
    .tshirt-close {
        color: white;
        padding: 10px 18px;
    }
    .tshirt-popup button {
        font-size: 18px;
        padding: 4px 12px;
        border: 0;
        background: #9a2728;
        min-width: 170px;
    }
    .tshirt-popup.minimized {
        left: auto;
   		bottom: 20px;
    }
}


/* end 767 */


/* 450  */

@media (max-width: 450px) {
    .home .apps a img {
        display: block;
        margin-bottom: 5px;
    }
}