/*!
Theme Name: Lelo Restaurant
Theme URI: http://underscores.me/
Author: lelo-restaurant
Author URI: http://lelo-restaurant.com
Description: Meet, Eat & Enjoy The True Taste in our restaurant.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lelo-restaurant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lelo-restaurant is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*!*  Theme Variables* ----------------------------------------------- */
@font-face{
	src:url(./assets/fonts/Roboto-Bold.ttf);
	font-family: 'Roboto Bold';
	font-weight: 600;
	font-display: swap;
}
@font-face{
	src:url(./assets/fonts/Roboto-Regular.ttf);
	font-family: 'Roboto Regular';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--body-font-family: "Roboto Regular", sans-serif;
	--body-font-size: 17px;
	--body-font-weight: 400;
	--body-font-color: #5B5B5B;
	--body-line-height: 1.76;
	--heading-font-family: "Roboto Bold", sans-serif;
	--heading-font-color: #1E1E1E;
	--heading-font-weight: 600;
	--link-font-color: #000000;
	--link-hover-font-color: #deb844;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* Sections
	   ========================================================================== */
body {
	margin: 0;
}

main {
	display: block;
}

.section {
	padding-bottom: 20px;
	padding-top: 20px;
}

.section--green {
	background: rgba(0, 255, 224, 0.1);
}

.section-title {
	margin-bottom: 30px;
}

.section-title h2 {
	margin-bottom: 0;
}


/* Grouping content  ========================================================================== */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}
img {
	border-style: none;
}


/* Interactive 	 ========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}


/* Box sizing --------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/* Typography
  --------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	letter-spacing: 1px;
	color: var(--body-font-color);
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	font-weight: var(--body-font-weight);
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--heading-font-family);
	color: var(--heading-font-color);
	font-weight: var(--heading-font-weight);
	margin: 0 0 30px;
	line-height: 1.7;
}

h1,
.h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.28!important;
}

h2,
.h2 {
	font-size: 42px;
	line-height: 1.28!important;
}

h3,
.h3 {
	font-size: 35px;
	line-height: 1.4;
}

h4,
.h4 {
	font-size: 25px;
	line-height: 1.5;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
	font-weight: 400;
}

p {
	margin: 0 0 30px;
	font-size: 16px;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-weight: normal;
	font-style: italic;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-bottom: 24px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}


/*!*  Typo* ----------------------------------------------- */

.text-uppercase {
	text-transform: uppercase !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.font-lg {
	font-size: 24px;
}

.font-md {
	font-size: 20px;
}

.font-sm {
	font-size: 14px;
}


/*!*  Spacer* ----------------------------------------------- */

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-12 {
	margin-top: 12px !important;
}

.mt-24 {
	margin-top: 24px !important;
}

.mt-32 {
	margin-top: 32px !important;
}

.mt-48 {
	margin-top: 48px !important;
}

.mt-64 {
	margin-top: 64px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.mb-12 {
	margin-bottom: 12px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-64 {
	margin-bottom: 64px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}


/*Grid*/

.row {
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

[class*="col-"] {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-1 {
	max-width: 8.33333333%;
	flex: 0 0 8.33333333%;
}

.col-2 {
	max-width: 16.66666667%;
	flex: 0 0 16.66666667%;
}

.col-3 {
	max-width: 25%;
	flex: 0 0 25%;
}

.col-4 {
	max-width: 33.33333333%;
	flex: 0 0 33.33333333%;
}

.col-5 {
	max-width: 41.66666667%;
	flex: 0 0 41.66666667%;
}

.col-6 {
	max-width: 50%;
	flex: 0 0 50%;
}

.col-7 {
	max-width: 58.33333333%;
	flex: 0 0 58.33333333%;
}

.col-8 {
	max-width: 66.66666667%;
	flex: 0 0 66.66666667%;
}

.col-9 {
	max-width: 75%;
	flex: 0 0 75%;
}

.col-10 {
	max-width: 83.33333333%;
	flex: 0 0 83.33333333%;
}

.col-11 {
	max-width: 91.66666667%;
	flex: 0 0 91.66666667%;
}

.col-12 {
	max-width: 100%;
	flex: 0 0 100%;
}

.no-guttor {
	margin-right: 0;
	margin-left: 0;
}

.no-guttor>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.row--reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row--space-between {
	justify-content: space-between;
}

.row--space-center {
	justify-content: center;
}

.row--items-center {
	-ms-align-items: center;
	align-items: center;
}


/* Elements
  --------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*Main center wrap*/

.wrap,
.wrap-fuild {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.wrap *,
.wrap-fuild * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}


/*============= BUTTONS =============*/

.btn {
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid var(--link-font-color);
	border-radius: 5px;
	color: var(--heading-font-color) !important;
	text-decoration: none;
	min-width: 140px;
	-webkit-appearance: none;
}

.btn:hover {
	background-color: transparent;
	border-color: var(--link-font-color);
	color: var(--link-hover-font-color) !important;
}

.btn+.btn {
	margin-left: 16px;
}

.btn--lg {
	font-size: 18px;
	font-weight: 700;
	padding: 16px 48px;
}

.btn--sm {
	font-size: 14px;
	padding: 10px 16px;
}


/*Bullet List*/

.bullet-circle li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}

.bullet-circle li:before {
	content: "";
	border: 2px solid #333;
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bullet-check li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 16px;
}

.bullet-check li:last-child {
	margin-bottom: 0;
}

.bullet-check li:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 8px;
	width: 8px;
	height: 16px;
	border: solid #333;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}


/* Links
  --------------------------------------------- */

a,
a:visited,
a:link {
	color: var(--link-font-color);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--link-hover-font-color);
	outline: none;
}
.site-footer a:hover, a:focus, a:active{
	color: var(--link-hover-font-color);
}
.site-footer .menu .current-menu-item>a{
	color: var(--link-hover-font-color);
}


/*Form*/

.form-group {
	margin-bottom: 16px;
	position: relative;
}

.form-group br {
	display: none;
}

.form-group label {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
	background-color: #fff;
	font-family: var(--body-font-family);
	font-size: 16px;
	color: #939393;
	font-weight: normal;
	display: block;
}
label {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	color: #252b33;
	font-weight: 500;
}
textarea.form-control {
	height: 100px;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 4px;
}
select.form-control {
	border-radius: 4px;
	height: 40px;
	display: block;
	width: 100%;
	padding: 0 0 0 15px;
	background: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	box-sizing: border-box;
}


/* Posts and pages
  --------------------------------------------- */

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


/* Comments
  --------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/* Widgets
  --------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}


/* Media
  --------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/* Captions
  --------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/* Galleries
  --------------------------------------------- */

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Accessibility
  --------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}


/* Alignments
  --------------------------------------------- */

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*============= Header =============*/

.site-header {
	padding: 15px 0;
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 999;
}

/* sticky code */
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #fff;
}

.sticky {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	background-color: #fff;
	box-shadow: 0 5px 6px -10px #000000;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.admin-bar .site-header{
	top:32px!important;
}
/*End sticky header*/

.header__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}

.site-title {
	font-size: 30px;
	line-height: 1.33;
}

.sub-menu-toggle {
	display: none;
}

.navbar ul.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar li {
	position: relative;
}

.navbar li+li {
	margin-left: 18px;
}

.navbar li a {
	font-size: 14px;
	line-height: 1.66;
	letter-spacing: 1px;
	color: var(--link-font-color);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	padding: 0 4px 8px;
	position: relative;
	text-transform: uppercase;
}

.navbar li a:hover,
.navbar .current-menu-item>a {
	color: var(--link-hover-font-color) !important;
}

.navbar li a:hover:before,
.navbar .current-menu-item>a:before {
	display: block;
}

.secondary-nav li.btn-link {
	padding: 0;
}

.navbar .sub-menu-toggle {
	display: none;
}

.navbar .sub-menu {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px rgb(0 0 0 / 16%);
	left: 0;
	min-width: 120px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	transition: top 0s, opacity 0.3s, -webkit-transform 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0.3s, 0, 0;
	visibility: hidden;
	z-index: -1000;
}

.navbar li:hover .sub-menu {
	opacity: 1;
	top: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: top 0s, opacity 0.3s, -webkit-transform 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s;
	transition: top 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0;
	visibility: visible;
	z-index: 10;
}

.navbar .sub-menu li {
	padding: 0;
}

.navbar .sub-menu li+li {
	margin-left: 0;
}

.navbar .sub-menu li a {
	display: block;
	padding: 4px 16px;
	white-space: nowrap;
}
.site-header.sticky{
	background-color: #fff;
}

/* menu-toggle */
.home .menu-toggle {
	border-top: 2px solid #fff !important;
}
.menu-toggle {
    background: none;
    border: none;
    width: 32px;
    height: 20px;
    border-top: 2px solid #000 !important;
    cursor: pointer;
    z-index: 99;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: transparent !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    display: none;
}
.home .menu-toggle:before,
.home .menu-toggle:after{
	background-color: #fff!important;
}
.menu-toggle:before,
.menu-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #000;
}

.menu-toggle:before {
    top: 50%;
    margin-top: -2px;
}

.menu-toggle:after {
    bottom: 0;
}
.nav-on .menu-toggle {
    width: 32px;
    height: 32px;
    border: 0;
    border-top: 0 !important;
}

.nav-on .menu-toggle .label-close {
    display: block;
}
.nav-on .menu-toggle:hover {
    opacity: 1;
}
.home .nav-on .menu-toggle:before,
.home .nav-on .menu-toggle:after{
	background-color: #fff;
}
.nav-on .menu-toggle:before,
.nav-on .menu-toggle:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 32px;
    width: 2px;
    background-color: #000;
}
.menu-toggle:before {
    top: 66%;
    margin-top: -2px;
    width: 17px;
    margin: 0;
    transform: rotate(0);
    transition: .3s ease-in-out;
    cursor: pointer;
    top: 7px;
    display: grid;
    left: 14px;
}

.nav-on .menu-toggle:before {
    transform: rotate(45deg);
    top: 0;
    margin-top: 0;
}

.nav-on .menu-toggle:after {
    transform: rotate(-45deg);
}

/*Footer*/

.site-footer {
	padding-top: 40px;
	background: #1E1E1E;
	font-size: 14px;
}
.site-footer .footer__top .row{
	margin: 0 auto;
	gap: 20px;
}
.site-footer .col-4 {
    max-width: calc(33.33333333% - 20px);
    flex: 0 0 calc(33.33333333% - 20px);
}
.site-footer .col-2 {
    max-width: calc(16.66666667% - 20px);
    flex: 0 0 calc(16.66666667% - 20px); 
}
.site-footer .col-3 {
    max-width: calc(25% - 20px);
    flex: 0 0 calc(25% - 20px); 
}
.site-footer .footer-logo{
 	display: flex;
}
.widget.widget_block.widget_media_image{
	background-color: #fff;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	max-width: 304px;
	padding: 20px;
	margin: 0!important;
}
.site-footer .footer-logo img{
	margin: 0 auto;
}
.social-icons a:hover{
	scale: 1.20;
	transition: all 0.5s ease;
}
.site-footer .footer-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-pt{
	padding-top: 80px
}
.site-footer  a, a:visited, a:link{
	color: #C0C0C0;
}
.site-footer ul{
	list-style: none!important;
}
.site-footer ul li{
	text-transform: uppercase;
	margin-bottom: 12px;
}
.site-footer h2{
	font-size: 16px;
	color: #FFFFFF;
}
.site-footer .contact-info{
	margin-bottom: 20px;
	display: flex;
	column-gap: 8px;
	align-items: flex-start;
}
.site-footer .contact-info img{
	width: 20px;
	height: 20px;
}
.site-footer .contact-text{
	position: relative;
	top: -3px;
	color: #C0C0C0;
}
.site-footer .widget_nav_menu ul{
	padding: 0;
	margin: 0;
}
.site-footer .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.site-footer .social-icons{
	display: flex;
	column-gap: 12px;
}


/* custom css */
.main-navigation{
	display: flex;
	flex: 1;
}
.menu-menu-1-container{
	margin: auto;
}
.site-header .social-icons{
	display: flex;
	align-items: center;
	column-gap: 8px;
	margin-right: 15px;
}
.home .site-header{
	background-color: transparent!important;
}
.home .site-header.sticky{
	background-color: #000!important;
}
.home .navbar li a{
	color: #fff;
}
.site-header .social-icons p{
	font-size: 14px;
}
.home .site-header .social-icons p{
	color: #fff!important;
}
.social-icons p{
	color: #000;
}
.banner-img{
	height: 100%;
	min-height: 857px;
}
.hr-line{
	margin-left: 30px;
	position: relative;
}
.hr-line:before{
	content: '';
	position: absolute;
	top: 8px;
	left: -30px;
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #939393;
}
.food-dishes-slider .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{
	width: 100%;
	height: 100%;
	min-height: 430px;
	max-width: 400px;
	object-fit: cover;
}
.food-dishes-slider .elementor-swiper-button-prev{
	left: -25px!important;
}
.food-dishes-slider .elementor-swiper-button-next{
	right: -25px!important;
}
.food-dishes-slider .elementor-swiper-button-prev,.food-dishes-slider .elementor-swiper-button-next {
 	background: #fff;
	border-radius: 50%;
	box-shadow: 3px 0px 16px 0px #00000040;
	padding: 9px;
}

.welcome-reservation .elementor-background-overlay{
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.481) 69.9%, rgba(0, 0, 0, 0) 100%);
}

/* customer reviews */
.reviews-section .elementor-section .elementor-container{
	justify-content: center;
}
.reviews-section .elementor-column.elementor-col-50{
	width: 40% !important;
}
.customer-reviews{
	display: flex;
	justify-content: space-between;
}
.customer-reviews .customer-name{
	display: flex;
	column-gap: 15px;
	align-items: center;
	width: 100%;
}
.customer-reviews .customer-name h6{
	margin: 0;
}
.customer-reviews .customer-name img{
	border-radius: 50%;
}
.rating-customer{
	display: flex;
	column-gap: 12px;
	align-items: center;
}
.rating-numner{
	font-weight: bold;
}
.rating-star:before{
	content:"★";
	color: #FEED01;
	font-size: 25px;
	overflow:hidden;
	white-space: pre;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* latest menus post */
.latest-menus p{
	min-height: 75px;
}

.latest-menus .menu-title{
	font-weight: 600;
	color: #1E1E1E;
	text-transform: uppercase;
}
.latest-menus .menu-img a img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 8px;
}
.latest-menus .col-4 {
    max-width: 32%;
    flex: 0 0 32%;
    margin-left: 1%;
	margin-right: 1%;}
.latest-menus .col-4:first-child {
    margin-left: 0;
}
.latest-menus .col-4:last-child {
    margin-right: 0;
}
.latest-menus .menu-content p{
	font-size: 14px;
	color: #939393;
}
.latest-menus .view-menu-btn{
	font-weight: 600;
	text-transform: capitalize;
}
.view-menu-btn:hover{
	background-color: #000;
	color: #fff!important;
	border-color: #000;
}

/* formuaire-contact-us */
.formuaire-contact .form-btn{
	text-align: center;
	position: relative;
}
.formuaire-contact .form-btn .btn{
	color: #fff!important;
	border-color: #fff!important;
}
.formuaire-contact .form-btn .btn:hover{
	color: #000!important;
	background: #fff;
	border-color: #fff;
}
.formuaire-contact .wpcf7-not-valid-tip{
	color: #ff3131!important;
}
.formuaire-contact .wpcf7-form-control-wrap select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: #fff!important;
	background: url('/wp-content/uploads/2024/07/down-arrow.svg') no-repeat right 10px center; 
	background-size: 16px;
    padding-right: 20px;
}
/* Events page */
.events-heading .elementor-background-overlay{
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.481) 69.9%, rgba(0, 0, 0, 0) 100%);
}

/* Contact Us page */
.contact-info .elementor-column.elementor-col-100{
	max-width: 873px;
	margin: 0 auto;
}
.contact-icon ul{
	list-style: none;
}
.contact-icon .elementor-icon-list-icon svg{
	min-width: 35px;
    min-height: 35px;
}
/* lelo-experience page */
.lelo-experience img{
	height: 100% !important;
	max-height: 500px!important;
	object-fit: cover;
}
.cocktail-party-img .elementor-background-slideshow__slide__image {
	background-position: 100% 72%!important;
}

/* menu page  */
.explore-menu p{
	margin: 0 auto;
	max-width: 60rem;
	font-size: 14px;
}
.our-menu-tabs .elementor-tabs 	.elementor-tab-title.elementor-active{
	background: #1E1E1E;
	border: 1px solid #1E1E1E!important;
	padding: 16px 36px 16px 36px!important;
	width: auto!important;
	border-radius: 4px;
}
.our-menu-tabs .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{
	justify-content: space-between;
}
.our-menu-tabs .elementor-widget-tabs .elementor-tab-desktop-title{
	border: 1px solid #1E1E1E!important;
	padding: 16px 36px 16px 36px!important;
	border-radius: 4px;
	text-align: center;
	width: auto!important;
}
.our-menu-tabs .elementor-tab-content{
	width: 100%;
	max-width: 60rem!important;
	margin: 0 auto;
}
.our-menu-content p.breakfast-time{
	color: #939393;
}
.our-menu-content .menu-item-price{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #939393;
	padding: 12px 0;
}
.our-menu-content .row{
	gap: 4%;
}
.our-menu-content .col-6{
	flex: 1;
}

/* Reservation page */
.reservation-form .elementor-column.elementor-col-100{
	max-width: 873px;
	margin: 0 auto;
}
.mf-input-wrapper{
	position: relative;
	margin-bottom: 20px;
}
.reservation-form .mf-input{
	background-position-y: 7px!important;
}
.reservation-form .mf-error-message{
	position: absolute;
}

/* Sticky Reservation Button */
.reservation-btn{
	float: right;
	position: relative;
	top: 143px;
	right: 10px;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	z-index: 999;
}
.reservation-btn a{
	background-color: #E6D46B;
	padding: 15px;
	color: #1E1E1E!important;
	transition: all 0.2s ease;
	font-weight: 600;
}
.reservation-btn a:hover{
	color: #fff!important;
	transition: all 0.2s ease;
}

*:focus-visible{
	outline:none!important;
}
.wpcf7-spinner{
	position: absolute!important;
	top: 12px;
}
.home .elementor{
	overflow: hidden;
}

/* translate css */
.gtranslate_wrapper{
	display: flex;
	align-items: center;
}
.gt_switcher{
 	width: 111px !important;
}
.gt_switcher .gt_selected a{
	font-family: var(--body-font-family);
	width: auto !important;
	font-size: 14px!important;
}

/* 404 page css */
.error-404.not-found{
	background:#e0e3e5;
}
.error404 .error-404 .page-header {
    padding: 10rem 0;
    text-align: center;
}
.error404 .error-404 .page-header h1.page-title{
    font-size: 150px;
    font-weight: bold;
    color: #000;
    text-shadow: 
    1px 1px 1px #E6D46B,    
    2px 2px 1px #E6D46B,
    3px 3px 1px #E6D46B,
    4px 4px 1px #E6D46B,
    5px 5px 1px #E6D46B,
    6px 6px 1px #E6D46B,
    7px 7px 1px #E6D46B,
    8px 8px 1px #E6D46B,
    25px 25px 8px rgba(0,0,0, 0.2);
}
.error404 .error-404 .page-header .page-info strong {
    font-size: 22px;
}
.error404 .error-404 .page-header .page-info {
    font-size: 20px;
    font-weight: 500;
}
/**********-----===== Responsive =====-----**********/
@media screen and (max-width: 1138px) and (min-width: 993px) {
	.navbar li+li{
		margin-left: 0;
	}
}
@media screen and (max-width: 1066px) and (min-width: 993px) {
	.navbar li a{
		font-size: 12px;
	}
	.site-header .social-icons p{
		font-size: 12px;
	}
	.site-header .social-icons{
		margin-right: 8px;
	}
}
@media screen and (max-width: 992px) {
	.row .col-md-12 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.row .col-md-6 {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.row .col-md-8 {
		max-width: 66.66666667%;
		flex: 0 0 66.66666667%;
	}

	.row .col-md-4 {
		max-width: 33.33333333%;
		flex: 0 0 33.33333333%;
	}

	.mb-md-32 {
		margin-bottom: 32px !important;
	}

	/* mobile header-menu */
	.site-header {
		padding: 20px 0;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}
	body.nav-on #site-navigation {
		right: 0;
	}
	#site-navigation .menu {
		display: block;
		height: 100%;
	}
	#site-navigation {
		position: absolute;
		top: 100%;
		right: -700px;
		background-color: #000;
		width: 100%;
		max-width: 500px;
		z-index: 999;
		height: calc(100vh - 100px);
		overflow-y: auto;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		box-shadow: 0px 0px 24px 10px rgba(255, 255, 255, 0.13);
	}

	.navbar .sub-menu, .navbar li:hover .sub-menu {
		position: static;
		display: none;
		margin: 12px 0 24px;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
		top: 0;
		border-radius: 10px;
	}
	.menu-item-has-children.focus > .sub-menu {
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.navbar ul.menu .sub-menu li .sub-menu{
		margin: 20px;
	}
	.main-navigation .menu > li ,
	.social-icons-mobile {
		margin: 0;
		padding: 0 24px;
		display: block;
		min-height: auto;

	}
	.main-navigation .menu li.current-menu-item a {
		color: #ff5657;
	}
	.main-navigation .menu li a,
	.social-icons-mobile a{
		color: #fff;
		padding: 14px 0;
		display: block;
		white-space: initial;
	}
	.navbar li a {
		padding: 12px 0;
	}
	.navbar li, .social-icons-mobile  {
		box-shadow: inset 0px 15px 24px -3px rgba(255, 255, 255, 0.23);
	}
	.main-navigation.navbar li a:hover {
		color: #fff;
	}
	.navbar .sub-menu li a {
		padding: 8px 30px 8px 16px;
	}
	.menu-btn a {
		display: inline-block !important;
		padding: 8px 15px !important;
		margin-top: 14px;
	}
	.main-navigation.navbar{
		display: block;
	}
	.reservation-btn{
		top: 137px;
	}
	.food-dishes-slider .elementor-swiper-button-next{
		right: -15px!important;
	}
	.food-dishes-slider .elementor-swiper-button-prev{
		left: -15px!important;
	}
	.our-menu-tabs .elementor-widget-tabs .elementor-tab-title{
		padding: 15px!important;
		border: 1px solid #1E1E1E !important;
		margin-bottom: 20px;
		border-radius: 4px;
	}
	.our-menu-tabs .elementor-tab-mobile-title{
		margin-top: 25px;
	}
	.our-menu-content .title{
		margin-bottom: 25px;
	}
	.social-icons p{
		color: #fff;
	}
	.home .social-icons a img{
		filter: inherit!important;
	}
	.social-icons.social-icons-mobile a img{
		filter: invert(1) brightness(2);
	}
	.site-footer .footer__top .row.footer-row{
		gap: inherit;
		max-width: 700px;
	}
	.site-footer .footer-social{
		display: flex;
		justify-content: center;
	}
	.latest-menus .view-menu-btn{
		position: absolute;
		bottom: -54px;
	}
	.gtranslate_wrapper{
		margin-left: 24px;
		padding: 14px 0;
	}
}

@media screen and (max-width: 767px) {
	.row .col-sm-12 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.row .col-sm-6 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.mb-sm-32 {
		margin-bottom: 32px;
	}

	.mb-row--reverse {
		flex-direction: column-reverse;
	}
	.reviews-section .elementor-column.elementor-col-50{
		width: 100%!important;
	}
	.footer-pt{
		padding-top: 45px;
	}
	.footer-contact,.footer-social{
		display: flex;
		justify-content: center;
	}
	.banner-img .elementor-column-gap-default{
		position: absolute!important;
		top: 50%!important;
	}
	.food-dishes-slider .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{
		max-width: inherit;
	}
	.reservation-btn {
        top: 8px;
    }
	.latest-menus .view-menu-btn{
		position: inherit;
	}
}

@media screen and (max-width: 577px) {
	h1,
	.h1 {
		font-size: 42px;
		font-weight: 300;
	}

	h2,
	.h2 {
		font-size: 32px;
		line-height: 1.16;
	}

	h3,
	.h3 {
		font-size: 26px;
		line-height: 1.2;
	}

	h4,
	.h4 {
		font-size: 20px;
		line-height: 1.2;
	}

	h5,
	.h5 {
		font-size: 18px;
		line-height: 1.2;
	}

	h6,
	.h6 {
		font-size: 16px;
		font-weight: 400;
	}
	.row .col-xs-12 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footer-nav,.footer-contact,.footer-social{
		display: block!important;
	}
	.site-footer .contact-info,.site-footer h2 {
		margin-bottom: 10px;
	}
	.footer-pt{
		padding-top: 0px;
	}
	.widget.widget_block.widget_media_image{
		margin-bottom: 25px!important;
	}
}

@media screen and (max-width: 479px) {

}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 374px) {

}
::-webkit-details-marker {   display:none; }