/*
Theme Name: mshk-theme
Layout: No sidebar
*/
body {

}
.page .site-content { 
    background-color: #fff; 
    padding: 0 0 3em 0; 
}

.entry-header,
.page-header,
.head-wrap,
.entry-content,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    max-width: 960px;
    max-width: 96rem;
    min-width: 280px;
    min-width: 28rem;
    padding: 0 1rem;
    margin: 0 auto;
}
.head-wrap {
    height: 100%;
}
.head-wrap .head-wrap-flexbox {
    display: flex;
    height: 100%;
}
.homepage-promo .head-wrap .taglines {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
}
.homepage-promo {
    display: block;
    position: relative;
    color: #fff;
    clear: both;
    height: 300px;
    margin: 0 auto;
    background: no-repeat center;
    background-color: #333;
    background-image: url("/static/wp-content/uploads/2014/08/MSHK_Website_HeroBG.png");
    background-size: cover !important;
        -moz-background-size: cover!important;
        -webkit-background-size: cover!important;
}
.homepage-device,
.homepage-device-hans, 
.homepage-device-hant {
    display: block;
    width: 285px;
    margin-top: 1em;
    background: no-repeat bottom left;
    background-size: contain!important;
            -moz-background-size: contain!important;
            -webkit-background-size: contain!important;
}
.homepage-device-hans {
    background-image: url("/static/wp-content/uploads/images/zh_CN/MSHK_Website_iPad-ch-S-new.png");
}
.homepage-device-hant {
    background-image: url("/static/wp-content/uploads/images/zh_TW/MSHK_Website_iPad-cn-TW.png");
}
.cta-band {
    margin: 0 0 2em 0;
}
.page-header,
.paging-navigation {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    list-style-type: none;
    background: #fff;
}

.page-header {
    margin-top: 1em;
    margin-bottom: 1em;
}




@media screen and (max-width: 1024px) {
    .entry-header,
    .page-header,
    .head-wrap,
    .entry-content,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation {
        padding: 0 1rem;
        width: 100%;
    }
    .homepage-promo {
        height: 250px;
    }
    .head-wrap {
        padding: 0;
    }
    .homepage-device {
        z-index: 15;
        flex-basis: 50%;
    }
    .homepage-promo .head-wrap .tagline1 {
        padding-top: 1em;
    }
    .homepage-promo .head-wrap .tagline1,
    .homepage-promo .head-wrap .tagline2 {
        position: relative;
        z-index: 20;
    }
}
@media screen and (max-width: 500px) {
    .homepage-promo {
        height: 200px;
    }
}

#masthead>.head-wrap {
    height: 0px;
}
