/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
    
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .hero_section{
        height: 600px;
    }
    .book_content{ padding: 0; }

}
/* ---- 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;
    }
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .xs-text-center{ text-align: center!important; }
    .hero_section{
        background-color: #fff;
    }
    .hero_section .hero_content h1 {
        font-size: 30px;
    }
    .hero_section .hero_content h1 span {
        font-size: 45px;
    }
    .product_items .owl-nav div{
        left: 0;
    }
    .product_items .owl-nav div.owl-next{
        right: 0;
    }
    .subscribe_form .form_input{
        width: 60%;
    }
    .subscribe_form .submit{
        width: 40%;
        padding: 0 15px;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
    .col-xs-6{
		float: none;
		width: 100%;
	}
    .hero_section{
        height: 350px;
    }
    .subscribe_content .subscribe_form .submit {
        margin-top: 10px;
        width: 100%;
    }
    .subscribe_content .subscribe_form .form_input {
        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 ---- */
