/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .feature_list,
    .about_content {
        padding: 0;
    } 
    .hero_mockup{
        background-position: -570% top;
    }
    ul.nav > li > a {
        padding: 0 5px;
        font-size: 10px;
    }
    .feature_list .circle{
        display: none;
    }
    .feature_list li:last-child{
        margin-bottom: 0;
    }
    .download_mockup{
        display: none;
    }
    .screen_wrap{
        width: 700px;
    }

}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px!important;
    }
    h2{
        font-size: 20px!important;
    }
    h3{
        font-size: 16px;
    }
    .mock-hide,
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .navbar-brand{
        padding: 17px 0;
    }
    .menu-btn,
    .menu-wrap ul.nav{
        display: none;
    }
    .slicknav_menu {
        display:block;
    }
    .hero_section{
        height: 450px;
    }
    .cta_section.overlay:before{
        width: 100%;
    }
    .feature_list.feature_left{
        text-align: left;
        margin-bottom: 15px;
    }
    .video_section{
        padding: 100px 0;
    }
    .testimonial_items .owl-nav div{
        left: 0;
    }
    .testimonial_items .owl-nav div.owl-next{
        right: 0;
    }
	.download_mockup{
        display: none;
    }
    .download_content h3{
        font-size: 28px;
    }
    .download_content p{
        font-size: 14px;
    }
    .download_section:after{
        bottom: -100px;
    }
    .social_link li{ margin-bottom: 5px; }
    #scroll-to-top{
        right: 20px;
        bottom: 20px;
    }
    .screen_wrap{
        width: 100%;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    .subscribe_form{ width: 100%; }
}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {}
/* ---- End of max-width 380px CSS ---- */
