@charset "utf-8";
/* CSS Document */


@import url(https://db.onlinewebfonts.com/c/41ef03052040400ec0acd500990fdc97?family=URW+Imperial+W01+Regular);
@import url(https://db.onlinewebfonts.com/c/5c33a71ddc0f3fc886d94b7655e9a860?family=ADRIANNA+Regular);


/* @font-face { src:url(../fonts/URW-Imperial-W01-Regular.ttf), format('ttf');} */

@font-face { src:url(../fonts/Adrianna/adrianna-regular.otf), format('otf');} 
@font-face { src:url(../fonts/Adrianna/adrianna-italic.otf), format('otf');} 
@font-face { src:url(../fonts/Adrianna/adrianna-demibold.otf), format('otf');} 
@font-face { src:url(../fonts/Adrianna/adrianna-demiboldital.otf), format('otf');} 

/* @font-face {
    font-family: "ADRIANNA Regular";
    src: url("https://db.onlinewebfonts.com/t/5c33a71ddc0f3fc886d94b7655e9a860.eot");
    src: url("https://db.onlinewebfonts.com/t/5c33a71ddc0f3fc886d94b7655e9a860.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5c33a71ddc0f3fc886d94b7655e9a860.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/5c33a71ddc0f3fc886d94b7655e9a860.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/5c33a71ddc0f3fc886d94b7655e9a860.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/5c33a71ddc0f3fc886d94b7655e9a860.svg#ADRIANNA Regular")format("svg");
} */

@font-face {
    font-family: "URW Imperial W01 Regular";
    src: url("https://db.onlinewebfonts.com/t/41ef03052040400ec0acd500990fdc97.eot");
    src: url("https://db.onlinewebfonts.com/t/41ef03052040400ec0acd500990fdc97.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/41ef03052040400ec0acd500990fdc97.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/41ef03052040400ec0acd500990fdc97.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/41ef03052040400ec0acd500990fdc97.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/41ef03052040400ec0acd500990fdc97.svg#URW Imperial W01 Regular")format("svg");
}


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: "URW Imperial W01 Regular";
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;
	scroll-behavior: smooth;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul, ol{
	list-style:none;
	margin:0;
	padding:0;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
a:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #E63818;
	text-decoration: none;}
		
hr{
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #E63818;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #E63818;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.nomar{
	margin:0;}
	
.nomarl{
	margin-left:0;}
	
.nomarr{
	margin-right:0;}
	
.porel{
	position:relative;}
	
/** Basic css end here **/ 

.main-wrap{
	width:100%;
	height:auto;
	position:relative;}
	
header{
	position:absolute;
	z-index:99999999;
	width: 100%;}
	
.logo{
	width:100%;
	height:150px;
	line-height:150px;
	text-align: center;
	overflow: hidden;}
		
.logo img{
	max-width:100%;
	max-height:100%;}


.book-btn{
	padding:51px 0;}
	
.book-btn .btn {
	font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
	border-radius: 0;
}

.book-btn .btn i{
	margin-right: 5px;
}

.book-btn .btn:hover{
	background: #fff;
	color: #000;
	border-color: #fff;
}


.lan-select{
	margin-top: 65px;
	margin-left: 25px;
}
.lan-select ul{
	text-align:right;
}
.lan-select ul li{
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.lan-select ul li a{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.language_option_active{
	font-weight: 600 !important;
}

.lan-select ul li:first-child::after{
	content: '|';
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 14px;
    right: -10px;
    top: -1px;
}

.lan-select ul li:last-child{
	margin-right: 0;
}

.logo-big{
	display: none;
}

.logo-small{
	display: inline-block;
}


.sticky{
	width:100%;
	position:fixed !important;
	top:0;
	left:0;
	z-index:99999999;
	padding:0;
	background:#000;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24); 
    animation:slide-down 0.5s;}
	
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}

.sticky .logo-big{
	display: inline-block;
}

.sticky .logo-small{
	display: none;
}

.sticky .logo{
	width:100%;
	height:80px;
	line-height:80px;}

.sticky .book-btn {
	padding: 13px 0;
}

.sticky .lan-select {
    margin-top: 30px;
}

.sticky .menu-btn{
	margin-top: 20px;
}

.menu-btn{
	margin-top: 65px;
}
.menu-btn a{
	font-size: 30px;
	color: #fff;
}

.menu-btn button{
	width: 30px;
	height: 40px;
	position: relative;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.menu-btn button::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 12px;
}

.menu-btn button::after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 12px;
}


.drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
}

.nav-drawer{
	position:fixed;
	top:0;
	left: -25%;
	width:25%;
	min-height:100vh;
	background:#fff;
	transition: all .3s ease-in-out;
	z-index: 999999999999;
}

.nav-drawer-toggle{
	left: 0 !important;
}

.nav-drawer-menu ul li{
	border-bottom:1px solid #fff;
}

.nav-drawer-menu ul li:last-child{
	margin:0;
}
			
.nav-drawer-menu ul li a{
	display: block;
    padding: 10px 20px 10px 70px;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
	line-height: normal;
}

.nav-drawer-menu ul li a:hover{
	color: #E63818;
}

.close-btn{
	padding: 30px 50px;
	text-align: right;
}
.close-btn button{
	width: 30px;
	height: 40px;
	position: relative;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.close-btn button::before{
	content: '';
	position: absolute;
    top: 19px;
    left: 8px;
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    transition: transform 0.25s;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn button::after{
	content: '';
	position: absolute;
    top: 19px;
    left: 8px;
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    transition: transform 0.25s;
	-webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.reservation-btn{
	padding: 0 0 0 70px;
}
.reservation-btn .btn{
	margin-top: 30px;
    font-size: 16px;
    border: 2px solid #E63818;
    color: #E63818;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
	background: #fff;
}

.reservation-btn .btn:hover{
	background: #E63818;
	color: #ffff;
}

.socail-links-sidebar{
	margin-top: 40px;
	padding-left: 70px;
}

.socail-links-sidebar ul li{
	display: inline-block;
	margin-right: 15px;
}

.socail-links-sidebar ul li a{
	display: inline-block;
	font-size: 20px;
	color: #000;
}

.sidebar-address{
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding: 50px 0 0 70px;
}


.hm-banner{
	position: relative;
	overflow: hidden;
}

.hm-banner .item{
	overflow: hidden;
}

.hm-banner img{
	width: 100%;
	height: 900px;
	object-fit: cover;
}

.wave-pattern{
	position: relative;
	z-index: 9999999;
}
.wave-pattern svg{
	position: absolute;
	bottom: 0;
	transform: rotate(180deg);
	height: 100px;
    width: 100%;
}

.elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.zoominheader {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .2s ease-in-out;
	overflow: hidden;
  }
  
  /* The innermost element*/
  /* Zoom in Keyframes */
  @-webkit-keyframes zoomin {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
  }
  @keyframes zoomin {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */


.banner-content-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.4);
}


.banner-content{
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-content h1{
	font-size: 80px;
	color: #fff;
}

.banner-btns .btn{
	font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
	margin: 20px 5px 0 5px;
}

.banner-btns .btn:hover{
	background: #fff;
	color: #000;
}

.banner-btns  .view-menu-btn{
	background: #fff;
	border-color:#fff;
	color: #000;
}

.banner-btns  .view-menu-btn:hover{
	background: #E63818;
	border-color:#E63818;
	color: #fff;
}

.more-text{
	padding: 80px 0 110px 0;
	text-align: center;
}

.more-text h5{
	font-size: 21px;
	color: #E63818;
}

.more-text h2{
	font-size: 70px;
	color: #000;
	margin-top: 15px;
}

.more-text p{
	font-size: 20px;
	color: #555;
	width: 60%;
	margin: 15px auto 0;
	line-height: 26px;
}


.about-sections{
	width: 100%;
}

.about-section-box img{
	width: 100%;
    height: 800px;
    object-fit: cover;
}

.about-bg{
	background: #F8FCFF;;
}

.about-text{
	padding: 60px;
	margin-top: 120px;
}
.about-text h5{
	font-size: 21px;
	color: #E63818;
}

.about-text h2{
	font-size: 70px;
	color: #000;
	margin-top: 15px;
}

.about-text p{
	font-size: 20px;
	color: #555;
	margin-top: 15px;
	line-height: 26px;
}

.about-text .btn {
	margin-top: 30px;
	font-size: 16px;
    border: 2px solid #E63818;
    color: #E63818;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
	border-radius: 0;
}

.about-text .btn:hover{
	background: #E63818;
	color: #fff;
	border-color: #E63818;
}


.item-menu ul{
	margin-top: 60px;
	border-top: 1px solid #ccc;
	list-style: lower-roman;
}
.item-menu ul li{
	border-bottom: 1px solid #ccc;
}

.item-menu ul li a{
	padding: 25px 5px;
	display: block;
	font-size: 30px;
	color: #000;
}

.recommendations{
	background-image: url(../images/home-bg-4.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	padding-top: 130px;
}


.recommendation-box{
	width:600px;
	height: 600px;
	background: #fff;
	float: right;
	padding: 40px;
}

.menu-area{
	padding: 40px 0;
}

.menu-box{
	margin-top: 50px;
}

.menu-item ul{
	display: flex;
}

.menu-item ul li:nth-child(1){
	width: 80%;
}

.menu-item ul li:nth-child(2){
	width: 20%;
}

.menu-item{
	margin: 12px 0;
}
.menu-item ul li{
	font-size: 18px;
}

.menu-item ul li h5{
	font-size: 25px;
	position: relative;
	color: #E63818;
	padding-bottom: 2px;
}

.menu-item ul li p{
	margin-top: 4px;
	font-size: 16px;
	color: #555;
	margin-bottom: 5px;
}

.menu-item ul li h5::after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d1d0d0;
    position: absolute;
    bottom: 0;
	transform: translateY(-100%);
	right: 0;
}

.menu-item ul li span{
	font-size: 13px;
    color: #333;
    font-style: italic;
}

.recommendation-box h6{
	font-size: 16px;
	color: #E63818;
	text-align: center;
}

.recommendation-box h3{
	font-size: 40px;
	color: #000;
	margin-top: 5px;
	text-align: center;
}

.event-sections .item-menu li{
	list-style: none;
}


.event-sections .item-menu li a{
	font-size: 20px;
}

.event-sections .item-menu li span{
	font-size: 17px;
	color: #E63818;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
}

footer{
	margin-top:3px;
	width:100%;
	height:auto;
	position:relative;}
	
		
.top-footer{
	padding:100px 0;
	width:100%;
	height: auto;
	background:#BFB5AD;}
	
.footer-logo{
	width:100%;
	height: auto;
	text-align: center;}
	
.footer-logo img{
	max-width:100px;
	height:auto;}

.footer-socail-links{
	margin-top:30px;
	text-align: center;}
		
.footer-socail-links ul li a{
	display:inline-block;
	width:35px;
	height:35px;
	font-size:18px;
	line-height:35px;
	text-align:center;
	background:#E63818;
	border-radius:2px;}
	
.footer-socail-links ul li a:hover{
	background:#fff;
	color:#E63818;}

.footer-menu h4{
	font-family: "URW Imperial W01 Regular";
	font-size:20px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:.5px;}
	
.footer-menu ul{
	margin-top:15px;}
		
.footer-menu ul li{
	display:block;
	margin-bottom:15px;}
	
.footer-menu ul li:last-child{
	margin:0;}
	
.footer-menu ul li a{
	display:inline-block;
	font-size:16px;
	color:#000;}
	
.footer-menu ul li a:hover{
	color:#E63818;}
	
.footer-address ul li{
	display:flex;
	font-size:15px;
	color:#000;}
	
.footer-address ul li i{
	color:#E63818;
	margin-right:8px;}
	
.bottom-footer{
	width:100%;
	height:auto;
	background:#BFB5AD;
	padding:15px 0;
	text-align:center;}
	
.bottom-footer p{
	font-size:15px;
	color:#000;
	margin:0;}

.footer-socail-links ul li{
	display: inline-block;
}

.footer-socail-links ul li a{
	color: #fff;
}


.partner-logo{
	margin-top: 25px;
	text-align: center;
}
.partner-logo a{
	display: inline-block;
	width: 150px;
	background: #fff;
	padding: 6px;
	border-radius: 4px;
}

.bottom-footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.bottom-footer ul li {
    border-right: 2px solid #7b7b7b;
}

.bottom-footer ul li:last-child {
    border-right: none;
}

.centro-di-text{
	text-transform: uppercase;
	margin-top: 5px;
}

.centro-di-text img{
	display: inline-block;
	margin-left: 10px;
	margin-top: -5px;
}

.news-letter{
	padding: 100px 0;
	background: #F4F8FB;
}

.news-letter h2 {
    font-size: 35px;
    color: #000;
}

.news-letter p {
	font-size: 17px;
    color: #555;
    margin-top: 5px;
    line-height: 26px;
}
.news-input{
	position: relative;
}

.news-input button{
	font-size: 18px;
	background: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 14px;
	cursor: pointer;
}
.news-input .form-control{
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	font-size: 18px;
	box-shadow: none !important;
	padding-left: 0;
	background: #F4F8FB;
}

.condition-text{
	margin-top: 10px;
	font-size: 16px;
}

.condition-text input{
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.inner-banner img{
	height:700px;
}

.qyantity .about-text{
	margin-top: 70px;
}

.qyantity-img{
	display: flex;
}

.qyantity-img-one{
	width: 60%;
}

.qyantity-img-one img{
	width: 100%;
	margin-top: 164px;
}

.qyantity-img-two{
	width: 40%;
}

.qyantity-img-two img{
	width: 420px;
    margin-left: -200px;
}

.right-here .about-text{
	text-align: right;
}

.right-here .qyantity-img img{
	width: 100%;
	margin: 0;
}

.right-here .qyantity-img{
	margin-top: 100px;
}

.qyantity-img-one{
	padding-right: 5px;
}

.qyantity-img-two{
	padding-left: 5px;
}

.qyantity-img-one, .qyantity-img-two{
	width: 50%;
}

.qyantity-img-two{
	margin-top: 30px;
}

.about-image-gallery img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.gallery-small-img img{
	height: 295px;
}

.padr-5{
	padding-right: 5px !important;
}

.padl-5{
	padding-left: 5px !important;
}

.marb-5{
	margin-bottom: 5px !important;
}

.mart-5{
	margin-top: 5px !important;
}

.testimonial{
	padding: 100px 0;
}

.testimonial h2{
	margin-top: 20px;
    font-size: 50px;
    color: #000;
    font-weight: bold;
}

.testimonial .title-label{
	background: #fff;
}

.testimonial-area{
	margin-top: 10px;
}

.testimonial-box{
	position: relative;
	padding: 40px 20px;
	text-align: center;
}
.quote-sign{
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
}
.quote-sign i{
	font-size: 25px;
	color: #E63818;
}

.testimonial-review p{
	font-size:20px;
    color: #555;
	line-height: 30px;
}

.testimonial-name h5{
	font-size: 20px;
	color: #000;
}

.testimonial-name h6{
	margin-top: 6px;
	font-size: 16px;
	color: #777777;
}

.testimonial-pic{
	margin-bottom: 20px;
}

.testimonial-pic img{
	width: 100px !important;
	height: 100px !important;
	object-fit: cover;
	margin: 0 auto;
	border-radius: 50%;
}

.testimonial-slider .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:15px auto 0 !important;}
		
.testimonial-area .owl-theme .owl-dots .owl-dot{
	outline:none !important;}

.testimonial-area .owl-theme .owl-dots .owl-dot span{
	background:#d2d2d2 !important;}
		
.testimonial-area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#E63818 !important;}
	
.book-a-table{
	position: relative;
	padding: 100px 0;
	background-image: url(../images/alaksiej-carankievic-JBDYs80RTcs-unsplash.jpg);
	background-size: cover;
	background-position: center center;
}

.book-a-table-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

.book-form{
	position: relative;
	z-index: 9999;
	padding: 30px 0 70px 0;
}

.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_444444_256x240.png) !important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png) !important;
}

.book-a-table .table{
	margin: 0;
}

.book-a-table .table tr td{
	border: none;
	vertical-align: bottom;
}
.book-a-table .form-control{
	background: none !important;
	font-size: 20px;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	box-shadow: none !important;
}

.book-a-table .form-control option{
	background: #000;
}

.table-book-btn {
    font-size: 16px;
    border: 2px solid #fff;
    padding: 8px 40px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    margin: 20px 5px 0 5px;
	background: #E63818;
    border-color: #E63818;
    color: #fff;
}

.table-book-btn:hover{
	background: #fff;
	border-color: #fff;
	color: #000;
}

.book-a-table .more-text{
	position: relative;
	z-index: 9999;
	padding: 0;
}

.book-a-table .more-text h2 {
    color: #fff;
}

.for-desktop{
	display: block;
}

.for-mobile{
	display: none;
}


.our-suggestions-chef{
	padding: 60px 0;
}


.suggestions-chef-box{
	margin-top: 60px;
}

.suggestions-chef-box ul li{
	display: block;
}

.suggestions-chef-box ul li a{
	display: block;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
	position: relative;
	line-height: 1.4em;
	padding: 15px 0 15px 10px;
	text-align: left;
}

.menu-content h2{
	font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    text-transform: None;
    letter-spacing: 1.4px;
	color: #333;
	margin-bottom: 20px;
}

.menu-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0;
    color: #555;
}

.menu-content img{
	margin-top: 25px;
	width: 100%;
}

.stunning-things{
	padding: 60px 0;
}

.stunning-things-sec{
	margin-top: 60px;
}

.stunning-things-box{
	text-align: center;
}


.stunning-things-box h4{
	margin-top: 15px;
	font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stunning-things-box p{
	margin-top: 5px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 0;
	color: #555;
}

.menu-content {
    display: none;
}

.suggestions-chef-box ul li{
	border-right: 2px solid #ebebeb;
}

.suggestions-chef-box ul li:hover{
	border-color: #F48567;
	background: #fbeeea;
}


.menu-area{
	padding: 40px 0;
}

.menu-box{
	margin-top: 50px;
}

.menu-item ul{
	display: flex;
}

.menu-item ul li:nth-child(1){
	width: 80%;
}

.menu-item ul li:nth-child(2){
	width: 20%;
}

.menu-item{
	margin: 12px 0;
}
.menu-item ul li{
	font-size: 18px;
}

.menu-item ul li h5{
	font-weight: 600;
	font-size: 16px;
	position: relative;
	color: #E63818;
	padding-bottom: 2px;
}

.menu-item ul li p{
	margin-top: 4px;
	font-size: 16px;
	color: #848484;
	margin-bottom: 5px;
}

.menu-item ul li h5::after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d1d0d0;
    position: absolute;
    bottom: 0;
	transform: translateY(-100%);
	right: 0;
}

.menu-item ul li span{
	font-size: 13px;
    color: #333;
    font-style: italic;
}

.menu-group{
	margin-bottom: 70px;
}

.suggestions-chef-box ul li{
	border-right: 2px solid #ebebeb;
}

.suggestions-chef-box ul li:hover{
	border-color: #F48567;
	background: #fbeeea;
}

.menu-content{
	display: none;
}

.menu-area .more-text{
	padding: 30px 0;
}


.contact-wrap{
	padding: 50px 0;
}

.contact-wrap .contact-section{
	margin-top: 60px;
	background: none;
	padding: 0;
}

.contact-wrap .contact-section{
	min-height: auto;
}

.contact-wrap .contact-form {
	margin-top: 30px;
}

.contcat-details{
	margin-top: 60px;
}

.contact-wrap .section-heading h1{
	font-size: 36px;
	color: #000;
}

.contcat-details h2 {
    font-size: 25px;
    color: #ED3403;
    font-weight: 600;
}

.contcat-details ul {
    margin-top: 20px;
}

.contcat-details ul li {
    display: flex;
    font-size: 20px;
    color: #333;
    line-height: 28px;
    margin-bottom: 15px;
}

.contcat-details ul li i {
    font-size: 20px;
    color: #ED3403;
    margin-right: 15px;
}

.contcat-details h2{
	margin-top: 63px;
}

.contact-form{
	margin-top: 100px;
}

.contact-section .form-control{
	font-size: 20px;
	background: #eee;
	color: #000;
	height: 60px;
	border:none;
}

.textarea-control{
	height: 150px !important;
}

.contact-section .form-control::placeholder{
	color: #000;
}

.submit-btn .btn{
	background: #fff;
	font-size: 16px;
    border: 2px solid #E63818;
    color: #E63818;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
}

.submit-btn .btn:hover{
	background: #E63818;
	color: #fff;
}




.events-area{
	padding: 50px 0;
}

.events-lists{
	margin-top: 40px;
}

.event-img img{
	width: 100%;
}

.event-text{
	position: relative;
}

.price-amount{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	color: #000;
}

.date{
	font-size: 20px;
    margin-top: 10px;
    display: inline-block;
}

.date span{
	font-weight: bold;
}


.event-text h2{
	margin-top:15px;
	font-size: 35px;
	color: #000;
}

.event-text p{
	font-size: 16px;
}

.event-list-box{
	border: 1px solid #e7e7e7;
	padding: 10px;
	margin-bottom: 20px;
}

.event-btns{
	margin-top: 40px;
}

.event-btns a{
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
	margin-right: 10px;
	border-width: 2px;
}

.event-btns a i{
	margin-right: 6px;
}

.event-btns a.wp-btn{
	border-color: #3bb309;
	color: #3bb309;
}

.event-btns a.wp-btn:hover{
	background:#3bb309 ;
	color: #fff;
}

.event-btns a.view-btn{
    border-color:#E63818;
    color: #E63818;

}

.event-btns a.view-btn:hover{
	background:#E63818;
	color: #fff;
}

.passed-event-btn{
	text-align: right;
	margin-bottom: 15px;
}

.passed-event-btn a{
	display: inline-block;
	padding: 10px 25px;
	border: 2px solid #000;
	font-weight: 600;
	text-transform: uppercase;
}

.event-details-area{
	padding: 50px 0;
}

.event-details-banner .inner-banner-content{
	padding-top: 360px;
}

.event-details-text{
	position: relative;
}

.event-details-text .date{
	font-size: 40px;
	margin-bottom: 30px;
}

.event-details-text p{
	font-size: 16px;
	line-height: 28px;
}


.event-gallery{
	padding: 50px 0;
}

.gallery-img{
	margin: 10px 0;
}
.gallery-img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.gallery-wrap{
	margin-top: 30px;
}

.event-date{
	font-size: 60px;
	line-height: normal;
}

.event-date span{
	display: block;
	font-size: 26px;
	color: #E63818;
}

.event-details-content{
	margin-top: 0;
}

.event-price-amount{
	font-size: 60px;
	line-height: normal;
	margin-top: 270px;
}

.event-price-amount span{
	display: block;
	font-size: 26px;
	color: #E63818;
}

.events-area .more-text{
	padding: 40px 0;
}

.map iframe{
	width: 100% !important;
	height: 600px !important;
}

.news-input .frm_primary_label{
	display: inline-block !important;
	position: relative;
    top: 2px;
}

.news-input .frm_opt_container{
	display: inline-block !important;
}























