@media screen and (max-width: 1190px){
    .container{
        width: 840px;
    }
    body{
        padding-top: 60px;
    }
    /*
    * HEADER.
    */
    .icon-show-nav,
    .icon-search{
        display: block;
    }
    .header{
        background-color: #f5f5f5;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 10000;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .header-fixed .header-main{
        display: block;
    }
    .header-main .container{
        height: 60px;
    }
    .header-bottom{
        display: none;
    }
    .logo{
        width: 100%;
        height: 32px;
        margin-top: 14px;
    }
    .logo a img{
        margin: 0 auto;
    }
    .header-main-right{
        display: none;
    }
    .header-mobile{
        height: 100%;
    }
    .header-mobile .header-main .container{
        height: auto;
    }
    .header-mobile .icon-show-nav,
    .header-mobile .icon-search{
        display: none;
    }
    .header-mobile .close-nav{
        display: block;
    }
    .header-mobile .logo{
        height: 40px;
        margin-top: 20px;
    }
    .header-mobile .header-main-right{
        display: block;
        width: 100%;
    }
    .header-mobile .header-social{
        display: none;
    }
    .header-mobile .search-form{
        float: none !important;
        width: 400px;
        margin: 0 auto;
        padding: 0px;
        border: none;
        margin-top: 20px;
    }
    .header-mobile .search-input{
        width: 100%;
    }
    .header-mobile .header-bottom{
        display: block;
        background-color: transparent;
        margin-top: 30px;
    }
    .header-mobile .header-bottom .container{
        height: auto;
        line-height: 1.5;
    }
    .header-mobile .main-nav{
        width: 100%;
    }
    .header-mobile .main-nav-inner>ul>li{
        float: none;
    }
    .header-mobile .main-nav-inner>ul>li:nth-child(n+2){
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #e8e8e8;
    }
    .header-mobile .main-nav-inner>ul>li>a{
        color: #333;
        padding: 0px 10px;
    }
    .header-mobile .main-nav-inner>ul>li.home-nav-item a{
        color: #333;
        background-color: transparent;
    }
    .header-mobile .main-nav-inner>ul>li.home-nav-item a i{
        display: none;
        margin-right: 0px;
    }
    .header-mobile .main-nav-inner>ul>li.home-nav-item a span{
        display: block;
    }
    /*
    * MAIN WRAP.
    */
    .ads-post-new-right{
        display: none;
    }
    .post-new-wrap{
        width: 100%;
    }
    /*
    * BLOCK POST FEA.
    */
    .post-fea-item-thumb{
        height: 130px;
    }
    /*
    * BLOCK COLL.
    */
    .col-big-right{
        width: 240px;
    }
    .col-big-left{
        width: calc(100% - 270px);
    }
    .col-smal-right{
        display: none;
    }
    .col-smal-left{
        width: 100%;
    }
    /*
    * SINGLE.
    */
    .primary{
        width: 100%;
    }
    .sidebar{
        display: none;
    }
    .single-related-item{
        width: calc((100% - 30px) / 2);
    }
    .single-related-item:nth-child(3n+3){
        float: left;
        margin-right: 30px;
    }
    .single-related-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .single-related-item:nth-child(n+3){
        margin-top: 30px;
    }
}
@media screen and (max-width: 860px){
    .container{
        width: 575px;
    }
    /*
    * MAIN WRAP.
    */
    .post-new-wrap-left,
    .post-new-wrap-right{
        width: 100%;
    }
    .post-new-wrap-right .post-new-item:nth-child(n){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
        overflow: hidden;
    }
    .post-new-wrap-right .post-new-item:nth-child(n) .post-new-item-thumb{
        width: 270px;
        height: 162px;
        float: left;
    }
    .post-new-wrap-right .post-new-item:nth-child(n) .post-new-item-title{
        margin-top: 0px;
        margin-left: 290px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /*
    * BLOCK POST FEA.
    */
    .post-fea-item:nth-child(n),
    .single-related-item{
        width: 100%;
        overflow: hidden;
        margin-right: 0px;
    }
    .post-fea-item:nth-child(n+2),
    .single-related-item:nth-child(n+2){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
        overflow: hidden;
    }
    .post-fea-item-thumb,
    .single-related-item-thumb{
        width: 270px;
        height: 162px;
        float: left;
    }
    .post-fea-meta{
        margin-top: 0px;
        margin-left: 290px;
    }
    .post-fea-item-title{
        margin-left: 290px;
        font-size: 16px;
    }
    /*
    * BLOCK COLL.
    */
    .col-big-right{
        display: none;
    }
    .col-big-left{
        width: 100%;
    }
    /*
    * FOOTER.
    */
    .footer-top{
        display: none;
    }
    .footer-item:nth-child(n){
        width: 100%;
        margin-right: 0px;
    }
    .footer-item:nth-child(n+2){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }
    /*
    * SINGLE.
    */
    .single-share-wrap{
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #e8e8e8;
    }
    .single-content-main{
        width: 100%;
    }
    .single-share-title{
        font-size: 14px;
    }
}
@media screen and (max-width: 600px){
    .container{
        width: 96%;
    }
    /*
    * HEADER.
    */
    .header-mobile .search-form{
        width: 100%;
    }
    /*
    * MAIN WRAP.
    */
    .post-new-wrap-left .post-new-item:nth-child(n){
        width: 100%;
        overflow: hidden;
    }
    .post-new-wrap-left .post-new-item:nth-child(n+2){
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
        overflow: hidden;
    }
    .post-new-wrap-left .post-new-item:nth-child(n) .post-new-item-thumb,
    .post-new-wrap-right .post-new-item:nth-child(n) .post-new-item-thumb,
    .post-fea-item:nth-child(n) .post-fea-item-thumb,
    .pnf-item-thumb,
    .single-related-item-thumb{
        width: 150px;
        height: 100px;
        float: left;
    }
    .post-new-wrap-left .post-new-item:nth-child(n) .post-new-meta{
        margin-top: 0px;
        margin-left: 170px;
    }
    .post-new-wrap-left .post-new-item:nth-child(n) .post-new-item-title,
    .post-fea-item-title{
        margin-left: 170px;
        font-size: 16px;
        margin-top: 5px;
    }
    .post-new-wrap-left .post-new-item:nth-child(n) .post-new-item-title a,
    .pnf-item-title a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /**/
    .post-new-wrap-right .post-new-item:nth-child(n) .post-new-item-title,
    .post-fea-meta{
        margin-left: 170px;
    }
    /**/
    .pnf-item-info{
        width: calc(100% - 170px);
    }
    .pnf-item-meta{
        margin-top: 5px;
    }
    .pnf-item-des{
        display: none;
    }
    /*
    * SINGLE.
    */
    .post-meta,
    .post-auth{
        width: 100%;
    }
    .post-auth{
        margin-top: 5px;
        box-sizing: border-box;
    }
}