/* DETAILS
==================================================
	Theme Name: Jasmine Auburn Restaurant	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
/*font-family: 'Open Sans', sans-serif;
font-family: 'Dancing Script', cursive;*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}

/********* COMMON-CSS ********/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #ED3188 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/****/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container p{
	margin:0;	
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	display: inline-block;
	position:relative;
}
.site-btn a {
	color: #c95e09;
	display: inline-block;
	font-size: 15px;
	padding: 12px 43px 15px 34px;
	font-weight: 700;
	line-height: 15px;
	position: relative;
}
.site-btn:before{
	position:absolute;
	left:0;
	top:0;
	width:84%;
	height:2px;
	background:#c95e09;
	z-index:99;
	content:'';	
}
.site-btn:after{
	position:absolute;
	right:0;
	bottom:0;
	width:84%;
	height:2px;
	background:#c95e09;
	z-index:99;
	content:'';	
}
.site-btn a:before{
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:33px;
	background:#c95e09;
	z-index:99;
	content:'';	
}
.site-btn a:after{
	position:absolute;
	right:0;
	bottom:0;
	width:2px;
	height:33px;
	background:#c95e09;
	z-index:99;
	content:'';	
}
.site-title {
	font-family: 'Dancing Script', cursive;
	font-size: 48px;
	color: #c95e09;
	line-height: 48px;
	font-weight: 700;
	text-transform: capitalize;
}
/*******END********/
/***********HOME-PAGE-CSS-Start************/
.header {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.7);
	border-bottom: 2px dashed #fff;
	padding: 26px 0 0 0;
	z-index: 9;
}
.logo {
	line-height: 0px;
}
/*********MENU**********/
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	text-align: center;
	margin: 0;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 12px 30px;
	line-height: 14px;
	font-weight: 600;
}
.menu li.active a{
	color: #e47317;
}	
.menu li a:hover, .menu li a:focus {
	color: #e47317;
}
/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: #444;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 99;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li > ul > li > a {
	padding: 13px 10px;
}
.menu > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0; 	
}
/****end***/
/**********MAIN-BANNER*****/
.banner-wrap {
	position: absolute;
	left: 0;
	top: 34%;
	width: 100%;
}
.banner-content h1 {
	font-family: 'Dancing Script', cursive;
	color: #e47317;
	font-size: 38px;	
}
.banner-content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.banner-content p {
	color: #ededed;
	font-size: 15px;
	width: 410px;
	margin: 0px 0 24px;
}
/*****END*****/
/** about **/
.about-block {
	padding: 80px 0 105px;
	background:url(../images/abt-bg.jpg) right center no-repeat;
	/*background-attachment:fixed;*/
}
.abt-text h2{
	margin:0 0 25px;	
}
.abt-text h3 {
	font-size: 24px;
	color: #222222;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 20px;
}
.abt-text p {
	font-size: 14px;
	color: #6c6c6c;
	font-weight:400;
	margin:0 0 48px 0;
}
.abt-text .site-btn a{
	color:#c95e09;	
}
.abt-img img {
	background: #fff;
	padding: 52px 23px;
	margin: 84px 0 0;
	box-shadow: 0 2px 6px #575757;
}
/**** Menu *****/
.menu-sec {
	padding: 0 0 60px;
}
.menu-sec .site-title {
	width: 100%;
	text-align: center;
	margin: 0 0 39px;
}
.menu-cat {
	padding: 0px !important;
}
.menu-cat img{
	width:100%;
	object-fit: cover;	
}
.menu-cat-img1 img {
	height: 288px;
}
.menu-cat-img2 img {
	height: 275px;
}
.menu-cat-top1 {
	background: url(../images/menu-bg1.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 31px 0 33px 38px;
}
.menu-cat-top1 img {
	display: inline-block;
	float: left;
	margin: 0 59px 0 0;
}
.menu-cat-top1 h2 {
	display: flex;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 700;
	font-style: italic;
	margin:0 0 22px 0;
}
.menu-cat-top1 a {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 22px 11px;
}
.menu-cat-top2 {
	background: url(../images/menu-bg2.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 10px 0 47px 50px;
}
.menu-cat-top2 img {
	display: inline-block;
	float: left;
	margin: -20px 59px 0 0;
}
.menu-cat-top2 h2 {
	display: flex;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 700;
	font-style: italic;
	margin: 20px 0 22px 0;
}
.menu-cat-top2 a {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	display: inline-block;
	border: 2px solid #fff;
	padding: 8px 22px 11px;
}
.menu-cat-top1 img, .menu-cat-top2 img{
	width:auto;	
}
.menu-slider-wrap {
	width: 100%;
	padding: 0 50px;
	margin: 30px 0 0 0;
}
.menu-each img {
	width: auto;
	object-fit: cover;
	height: 168px;
}
.menu-each h3{
	font-size:17px;
	color:#101010;
	line-height:17px;
	font-weight:600;
	margin:16px 0 8px;	
}
.menu-each h4{
	font-size:15px;
	color:#c95e09;
	line-height:15px;
	font-weight:700;
	margin:0px;	
}
.menu-slider .owl-item img {
	width: auto;
}
.menu-slider .owl-nav {
	margin: 43px auto 0 !important;
	/* position: absolute; */
	width: 140px;
	bottom: 10px;
	left: 0;
	right: 0;
}
.menu-slider .owl-nav .owl-prev{
	background:url(../images/prev2.png) no-repeat 0 0 !important;
	width:47px;
	height:47px;
	text-indent: -10000px;
	border-radius: 0px !important;
}
.menu-slider .owl-nav .owl-next {
	background: url(../images/next2.png) no-repeat 0 0 !important;
	width:47px;
	height:47px;
	text-indent: -10000px;
	border-radius: 0px !important;
}
/**** banquet ****/
.banquet {
	padding: 0 0 35px;
}
.banquet .site-title {
	width: 100%;
	text-align: center;
	margin: 0 0 35px 0;
}
.ban-each img {
	width: 100%;
	height: 304px;
	object-fit: cover;
	margin: 0 0 20px;
}
.ban-each h2 {
	font-size: 30px;
	color: #101010;
	font-weight: 600;
	margin: 0px;
	text-align: center;
}
/**** Gallery ****/
.gallery-block {
	padding: 0 0 48px 0;
}
.gallery-block .site-title{
	width: 100%;
	text-align: center;
	margin: 0 0 35px;	
}
.main-gal-each {
	padding: 0px !important;
}
.main-gal-each img{
	width:100%;
	object-fit:cover;	
}
.gallery-block .btn-wrap {
	text-align: center;
	width: 100%;
	margin: 60px 0 0 auto;
}
.gal-lt .main-gal-each:nth-child(1) img {
	height: 310px;
}
.gal-lt .main-gal-each:nth-child(2) img {
	height: 250px;
}
.gal-lt .main-gal-each:nth-child(3) img {
	height: 250px;
}
.gal-rt .main-gal-each:nth-child(1) img {
	height: 250px;
}
.gal-rt .main-gal-each:nth-child(2) img {
	height: 250px;
}
.gal-rt .main-gal-each:nth-child(3) img {
	height: 310px;
}
/**** Blog ****/
.blog .site-title {
	text-align: center;
	margin: 0 0 40px;
}
.blog-img {
	position: relative;
}
.blog-img img {
	width: 100%;
	height: 304px;
	object-fit: cover;
	margin: 0 0 19px 0;
}
/******copyright****/
.footer-top {
	background: #252525;
}
.footer-top h3 {
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px 0;
	font-weight: 600;
}
.footer-each {
	padding-top: 30px;
}
.f-menu {
	margin: 0px;
}
.f-menu li{
	font-size:13px;
	line-height:15px;	
}
.f-menu li a{
	font-size:13px;
	color:#fff;
	line-height:15px;
	text-transform:uppercase;
	display:inline-block;
	margin:0 0 10px 0;	
}
.f-menu li a:hover{
	color:#c95e09;	
}
.f-menu li:last-child a{
	margin:0px;
}
.contact {
	margin: 0px;
}
.contact li, .contact li a{
	color:#fff;	
}
.contact li {
	margin: 0 0 22px 0;
	float: left;
	width: 100%;
}
.contact li i.fa {
	color: #c95e09;
	float: left;
	margin: 1px 10px 0 0;
}
.contact li span {
	width: 80%;
	float: left;
	font-size: 14px;
	line-height: 17px;
}
.social {
	margin: 0px;
}
.social li {
	margin: 0 0 22px;
}
.social li a:hover span{
	color:#c95e09;
}
.social span {
	color: #fff;
	text-align: left;
}
.social li i.fa {
	color: #c95e09;
	width: 22px;
	height: 22px;
	background: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	margin: 0 20px 0 0;
}
.footer-bottom {
	background: #000;
	text-align: center;
	padding:10px 0;
}
.footer-bottom p {
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.footer-bottom p a{
	color:#fff;	
}
/****end****/
.owl-item {
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
 .owl-item.active {
    opacity: 1;
    
}
.owl-carousel.owl-drag .owl-item iframe{
	width:100%;
	height:540px;	
}
/**** Inner Page ****/
.inner-banner {
	position: relative;
}
.inner-banner img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.menu-cat-block {
	padding: 60px 0px;
}
.menu-cat-block .site-title{
	text-align:center;
	margin:0 0 25px 0;	
}
.each-menu {
	margin: 0 0 30px;
}
.each-menu a {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 8px #e7e7e7;
}
.each-menu img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.each-menu-text {
	padding: 20px 10px 30px;
	position: relative;
	min-height: auto;
}
.each-menu-text h3 {
	font-size: 21px;
	font-weight: 600;
	margin: 0px 0px 10px;
	color: #101010;
}
.each-menu-text h4 {
	font-size: 16px;
	font-weight: 600;
	color: #c95e09;
	margin: 0;
	padding-bottom: 0;
	bottom: 0;
}
.each-menu-img {
	text-align: center;
}
.each-menu-img img {
	width: auto;
	height: auto;
	object-fit: contain;
	box-shadow: 0px 0px 4px #a4a4a4;
	background: #fff;
	padding: 5px;
}
.each-menu-info h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0px 0px 10px;
	color: #101010;
	line-height: 24px;
}
.each-menu-info h4 {
	font-size: 16px;
	font-weight: 600;
	color: #444;
	margin: 0 0 25px;
	padding-bottom: 0;
	bottom: 0;
}
.each-menu-info h4 span{
	color: #c95e09;	
}
.each-menu-info h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 7px;
	color: #101010;
	line-height: 18px;
	padding: 10px 10px;
	background: #ffd0aa;
}
.each-menu-info p {
	color: #444;
	font-size: 14px;
	margin: 0px 0 24px;
}
.each-menu-info ul{
	margin:0px;	
}
.each-menu-info ul li {
	display: inline-block;
	padding: 0 17px 0 12px;
	position: relative;
	font-size: 15px;
	line-height: 17px;
}
.each-menu-info ul li::before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c95e09;
	z-index: 9;
	content: '';
}
.menu > li > ul > li > ul {
	text-align: left;
	/*display: none;*/
	background: darkcyan;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 240px;
	visibility: hidden;
	opacity:0;
	transition: all .2s ease-in-out;
	margin:0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0;
}
