/* WMXZ-HD3 */

/* Media Queries */

/* Smartphones and portrait tablets */

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .featuregroup.taxonomy .tax p.cat {
        padding-left: 10px
    }

    .featuregroup.taxonomy .tax:last-child {
        padding-bottom: 4px
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .page {
        padding-top: 0
    }

    #featuredshow {
        color: #151515;
        background: #cccccc url(img/featured-show.jpg) repeat 0 0;
        background-size: 980px 284px;
        background-image: -webkit-image-set(url(img/featured-show.jpg) 1x, url(img/featured-show@2x.jpg) 2x);
        background-image: -o-image-set(url(img/featured-show.jpg) 1x, url(img/featured-show@2x.jpg) 2x);
        background-image: -ms-image-set(url(img/featured-show.jpg) 1x, url(img/featured-show@2x.jpg) 2x);
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .personality {
        width: 100%;
        min-height: 250px;
        background: #cccccc url(img/morning-newswatch-home-mobile.jpg) no-repeat center top;
        background-size: 980px 284px;
        background-image: -webkit-image-set(url(img/morning-newswatch-home-mobile.jpg) 1x, url(img/morning-newswatch-home-mobile@2x.jpg) 2x);
        background-image: -o-image-set(url(img/morning-newswatch-home-mobile.jpg) 1x, url(img/morning-newswatch-home-mobile@2x.jpg) 2x);
        background-image: -ms-image-set(url(img/morning-newswatch-home-mobile.jpg) 1x, url(img/morning-newswatch-home-mobile@2x.jpg) 2x);
    }

    .personality a {
        min-height: 250px
    }

    #otherstories {
        display: none
    }

    .content-body {
        margin-top: 0;
        margin-bottom: 0;
    }

    #topstory {
        margin-top: 20px
    }

    #topstory img {
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
    }

    #topstory h1 {
        margin-right: 0
    }

    #topstory h2.headline {
        bottom: 0
    }

    .featuredshowdetail {
        margin-left: 0
    }

    #leadad_1,
    #leadad_2 {
        display: none
    }

    #mobileotherstories {
        display: block
    }
}

@media only screen and (max-width: 800px) {
    #masthead .logo {
        display: block;
        margin: 0 auto;
        width: 220px;
        height: 120px;
        background-size: 220px 120px;
        background: transparent url(img/centered-logo.png) no-repeat 0 0;
        background-image: -webkit-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
        background-image: -o-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
        background-image: -ms-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
        color: #ffffff;
    }

    #masthead .logo img {
        display: none
    }
}

@media only screen and (max-width: 979px) {
    a.navcollapse {
        display: block;
    }
    nav li {
        display: block !important;
        margin-right: 0 !important;
        line-height: 40px;
        font-size: 13px !important;
    }
}
