/* DETAILS
==================================================
	Theme Name: Jasmine Auburn Restaurant	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/
/******************************MEDIA QUERIES***********************/
@media (min-width:2280px) {
.container {
	width: 2100px;
}
}
@media (min-width:1900px) {
.container {
	width: 1700px;
}
}
@media (min-width:1600px) {
.container {
	width: 1400px;
}
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1100px) {
.about-block {
	background-size: 50%;
}	
}
@media screen and (max-width: 980px) {
.container{
	width:960px;	
}
}
@media screen and (max-width: 812px) {
.container{
	max-width:100% !important;	
}
.header {
	left: auto; 
	padding: 16px 0;
}
.menu {
	/* display: none; */
	position: fixed;
	top: 0;
	left: -100%;
	right: 0;
	display: block;
	background: #000;
	z-index: 9999999;
	height: 100%;
	max-width: 240px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
.menu-toggle {
	color: #000;
	font-size: 24px;
	cursor: pointer;
	text-align: right;
	display:block;
}
.menu-toggle .fa {
	position: absolute;
	right: 20px;
	color: #fff;
	z-index: 999;
	/* background: #f35e00; */
	padding: 11px;
	top: 3px;
}
.menu li {
	margin: 0;
	float: none;
	display: block;
	text-align: center;
}
.menu li a, .menu li a:hover {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
}
.menu > li > ul > li > ul {
	top: 100%;
	left: 0;
}
.banner-content h2 {
	font-size: 22px;
}
.banner-content p {
	width: 360px;
}
.about-block {
	padding: 30px 0 30px;
}
.menu-cat-top1 h2, .menu-cat-top2 h2 {
	font-size: 26px;	
	line-height: 26px;
}
.menu-cat-top1 a, .menu-cat-top2 a {
	font-size: 13px;
	line-height: 13px;
	padding: 6px 12px 9px;
}
.menu-cat-top2 img {
	height: 136px;
}
.menu-sec {
	padding: 0 0 30px;
}
.site-title {
	font-size: 36px;
	line-height: 36px;
}
.footer-each, .footer-last {
	max-width: 50%;
	flex: auto;
	padding-top: 20px;
}
.banquet {
	padding: 0px;
}
}
@media screen and (max-width: 736px) {
.ban-each {
	margin: 0 0 40px;
}
.ban-each img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0 0 10px;
}
.ban-each h2 {
	font-size: 20px;
	line-height: 20px;
}
.footer-each, .footer-last {
	max-width: 100%;
	flex: auto;
	padding-top: 20px;
}
}
 
@media screen and (max-width: 667px) {
	
}
@media screen and (max-width: 568px) {
.menu-cat-img1 img {
	height: auto;
}
.menu-cat-img2 img {
	height: auto;
}
}
@media screen and (max-width: 480px) {
.about-block {
	background: none;
}
.banner-content h1 {
	font-size: 22px;
	line-height: 22px;
}
.banner-content h2 {
	font-size: 13px;
}
.banner-content h2 {
	font-size: 13px;
	margin: 0 0 10px;
}
.banner-content p {
	max-width: 100%;
	font-size: 13px;
}
.site-title {
	font-size: 22px;
	line-height: 22px;
}
.abt-text h2 {
	margin: 0 0 5px;
}
.abt-text p {
	font-size: 14px;
	color: #6c6c6c;
	font-weight: 400;
	margin: 0 0 0 0;
}
.abt-img {
	text-align: center;
}
.abt-img img {
	margin: 24px auto 0;
}
.menu-sec .site-title {
	margin: 0 0 20px;
}
.footer-bottom p {
	font-size: 14px;
}
}
@media screen and (max-width: 375px) {
.banner-content p {
		display: none;
}
.banner-wrap {
	top: 50%;
	width: 100%;
}	
.abt-text h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
}
.menu-cat-top2 {
	background: url(../images/menu-bg2.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 10px 0 37px 20px;
}
.menu-cat-top2 img {
	height: 76px;
	margin: 0px 40px 0 0;
}
.menu-cat-top1 {
	background: url(../images/menu-bg1.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 31px 0 33px 20px;
}
.menu-slider-wrap {
	padding: 0 20px;
	margin: 30px 0 0 0;
}
}
@media screen and (max-width: 320px) {

}
