/*
   Olio Theme Responsive Design
*/

@media (max-width: 1024px) {
    .hero-moc{
        left: -60px;
    }
    .hero-section{
        height: 650px;
    }
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    ul.nav > li {
        display: inline-block;
        padding: 0 15px;
    }
    .hero-section{
        height: 570px;
    }
    .cta-content{
        text-align: center!important;
    }
    .cta-content h2{
        margin-left: 0;
    }
    .cta-content .default-btn{
        margin-top: 25px;
        margin-right: 0;
    }
    .contact-wrapper img{
        width: 100%;
    }
    .counter-content{
        margin: -15px;
        margin-top: 0;
        overflow: hidden;
    }
    .counter-content .counter-item {
        margin-bottom: 0!important;
        float: left;
        width: 50%;
        padding: 15px;
    }
}
/* ---- 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;
    }
    h3{
        font-size: 16px;
    }
    .mock-hide,
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .pdt-100{
        padding-top: 60px;
    }
    .xs-padding{
    	padding: 15px;
    }
    .navbar-brand{
        padding: 11px 0;
    }
    .menu-btn,
    .menu-wrap ul.nav{
        display: none;
    }
    .slicknav_menu {
        display:block;
    }
    .content-info{
        padding-bottom: 0;
    }
    .project-content h3 a{
        font-size: 28px;
    }
    
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    h1 br{
        display: none;
    }
    .hero-social {
        position: inherit;
        margin-bottom: 35px;
    }
    .hero-social li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    .cta-content h2{
        font-size: 24px;
    }
}
/* ---- 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 ---- */
