/* Moban 8-2-10 Responsive */
@media(max-width:1024px){
    .waterfall-grid,.posts-waterfall{columns:2}
    .footer-widgets{grid-template-columns:repeat(2,1fr)}
    .hero-title{font-size:2.2rem}
}
@media(max-width:768px){
    .waterfall-grid,.posts-waterfall{columns:1}
    .hero-section{padding:60px 0 40px}
    .hero-title{font-size:1.6rem}
    .footer-widgets{grid-template-columns:1fr}
    .section-title{font-size:1.4rem;margin-bottom:25px}
    .hscroll-item{flex:0 0 250px}
    .hscroll-item img{width:250px;height:160px}
    .single-post{padding:30px 0}
    .single-post .post-title{font-size:1.5rem}
    .drawer-toggle{top:12px;left:12px}
    .header-inner{padding-left:45px}
}
@media(max-width:480px){
    .hero-title{font-size:1.3rem}
    .hero-subtitle{font-size:1rem}
    .btn{padding:10px 22px;font-size:.85rem}
    .container{padding:0 15px}
    .section-title{font-size:1.2rem}
    .single-post .post-title{font-size:1.3rem}
    .archive-title{font-size:1.3rem}
}
