/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .hero_section{
        height: 480px;
    }

}
/* ---- 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;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .header_section{
        height: 60px;
    }
    .hero_section{
        height: 400px;
    }
    .menu_items .menu_item{
        padding-right: 0;
        padding-left: 80px;
    }
    .menu_items .menu_item img{
        right: auto;
        left: 0;
    }
    .menu_items li:nth-child(2n+1) .menu_item .menu_content{
        text-align: left;
    }
    .menu_items li:nth-child(2n+1) .menu_item span.price{
        right: 20px;
        left: auto;
    }
    .gallery_items .tab_menu li a{
        padding: 0 15px;
        font-size: 10px;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 480px CSS ---- */
@media all and (max-width: 480px) {
    .hero_section{
        height: 350px;
    }
    .col-xs-6{
        float: none;
        width: 100%;
    }
    .reserv_form .form-group .col-xs-6{
        float: left;
        width: 50%;
    }

}
/* ---- End of max-width 480px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    
    .subscribe_form .submit {
        margin-top: 10px;
        width: 100%;
    }
    .subscribe_form .form_input {
        width: 100%;
    }
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	
}
/* ---- End of max-width 380px CSS ---- */
