/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .hero_section{
        height: 520px;
    }
    .about_section .about_img{
        left: 0;
    }
    .opening_hour_section:after{
        right: 10px;
    }

}
/* ---- 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;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .header_btn{ background-color: #a53c47; }
    .header_btn:hover{ background-color: #a53c47; opacity: 0.8; color: #fff; }
    .hero_section{
        height: 450px;
    }
    .opening_hour_section:after,
    .about_section:before{
        display: none;
    }
    .project_slider .slider_content .project_info{
        width: 80%;
        margin: 0 auto;
    }
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 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%;
    }
    .reserv_form .form-group .col-xs-6:first-child{
        margin-bottom: 15px;
    }

}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    .hero_section{
        height: 380px;
    }
    .blog_section .blog_posts .blog_content{
        padding: 0;
    }
	.blog_section .blog_posts .blog_content img {
        width: 100%;
        height: auto;
        position: inherit;
        margin-bottom: 10px;
    }
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
    
}
/* ---- End of max-width 380px CSS ---- */
