/*
   Responsive CSS
*/

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

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .sm-br-none br{ display: none; }
    .blog-posts .col-6,
    .portfolio-items .col-6,
    .counter-items .col-6,
    .promo-items .col-6{
        float: left;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}
/* ---- 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;
    }
    .ptb-100{ padding-top: 60px; padding-bottom: 60px; }
    .pb-60{ padding-bottom: 60px; }
    .xs-mb-15{ margin-bottom: 15px !important; }
    .xs-padding{
        padding: 15px;
    }
    .xs-text-left{ text-align: left;}
    .xs-text-center{ text-align: center !important; }
    .xs-no-padding{ padding: 0; }
    .xs-br-none br{ display: none; }
    
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    .container .col-6{
        float: none;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 15px;
    }
    .counter-section .col-6{
        float: left;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}
/* ---- 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 ---- */
