/*FONTS*/
@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-BoldItalic.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Italic.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
body{
    font-family: 'TeXGyreAdventor';
    font-weight: normal;
}
html {
  scroll-behavior: smooth;
}
.sidebar{
    background: #000;
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.sidebar .logo{
    padding: 30px 0;
    text-align: center;
}
.sidebar .nav-footer{
    position: absolute;
    bottom: 0;
    background:#d7d0ab;
    width: 100%;
    padding: 20px 0;
}
.sidebar .nav-footer.nav-menu{
    bottom: 90px;
    background:#000;
    border-top: 1px solid #979797;
}
.sidebar .nav-footer a{
    color: #000;
    z-index: 2;
    position: relative;
}
.sidebar .nav-footer ul li::after{
    content: '';
    background: #ccc;
    position: absolute;
    right: 0;
    margin-right: 25px;
    background: url(../img/icon/mail.svg) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
}
.sidebar .nav-footer ul li.menu::after{
    background-image: url(../img/icon/menu.svg) !important;
}
.sidebar .nav-footer ul li.contact a{
    width: 100%;
    float: left;
}
.sidebar .nav-footer ul li.menu a{
    color: #fff;
}
.sidebar .nav-footer ul li.contact a:focus{
    border:0;
}
.sidebar li{
    list-style: none;
    padding: 13px 0;
    width: 100%;
    float: left;
}
.sidebar .nav-middle{
    padding-top: 0;
}
.sidebar .nav-middle li a{
    color: #a2a2a2;
}
.sidebar ul{
    margin: 0;
    width: 100%;
    float: left;
}
.sidebar ul li a.active-a::before{
    content: '';
    background:url(../img/icon/bullet.svg) no-repeat left center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}
.banner .slider img{
    width: 100%;
    object-fit: cover;
}
.banner .slider{
    height: 100vh;
    background:url(../img/banner.jpg) #ccc center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.banner .slider .video{
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.banner .welcome{
    position: absolute;
    top: 100px;
    left: 300px;
    z-index: 1;
    color: #fff;
}
.banner .welcome .bar{
    position: absolute;
    width: 70px;
    border-bottom: 1px solid #fff;
    float: left;
    top: calc(50% - 1px);
    margin-left: 5px;
}
.active .sidebar{
  left: 0;
  z-index: 999;
}

.active:after{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  z-index: 0;
}

.open-menu{
    position: absolute;
    top: 50px;
    left: 30px;
    color: #fff;
    z-index: 10;
}
.close-menu{
    color: #fff;
    right: 0;
    position: absolute;
    padding: 10px;
}

.banner .floting-logo{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 55vw;
}
.banner .slider .floting-board{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 30vw;
}
.who-we-are{
    background: url(../img/who-we-are/figure1.svg) #fbf9f6 left center no-repeat;
    position: relative;
    height: 100vh;
    background-size: 60vh;
    background-image: none;
}
.who-we-are .figure1{
    position: absolute;
    z-index: 0;
    top: 0;
}
.who-we-are .spoon-fork img{
    height: 80vh;
}
.who-we-are h2{
    margin-bottom: 30px;
}
.who-we-are h3{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.who-we-are .description{
    line-height: 30px;
}
.gallery .slider-for .slick-slide img{
    width: 100%;
}
.gallery .thumbnail{
    position: absolute;
    z-index: 0;
    bottom: 5px;
    width: 100%;
    /*height: 150px;*/
    /*background: #ccc;*/
    padding: 15px 0;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.gallery .thumbnail-inner{
/*    background: #000;
    height: 100px;*/
}
.gallery .thumbnail img{
    width: 100%;
}
.gallery .thumbnail .slick-slide{
    padding: 0 10px;
}
.gallery .thumbnail .slick-prev{
    position: absolute;
    right: -30px !important;
    left: auto;
}
.gallery .thumbnail .slick-prev::before {
    content: '';
    background: url(../img/gallery/gallery-left.svg) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: ;
    background-size: 100%;
    top: 0;
    left: 0;
}
.gallery .thumbnail .slick-next{
    position: absolute;
    right: -80px !important;
}
.gallery .thumbnail .slick-next::before {
    content: '';
    background: url(../img/gallery/gallery-right.svg) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: ;
    background-size: 100%;
    top: 0;
    left: 0;
}
.gallery .fraction{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 100px;
    background: #fff;
    padding: 15px 50px;
    margin-top: 30px;
}
.cuisine{
    background: #fbf9f6;
    padding: 100px 0 150px 0;
}
.cuisine h2{
    margin-bottom: 30px;
}
.cuisine .board{
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.cuisine .board img{
    width: 100%;
}
.cuisine .onion img{
    width: 130px;
}
.cuisine .onion{
    overflow: hidden;
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: 0;
}
.cuisine .mashroom{
    overflow: hidden;
    position: absolute;
    bottom: -130px;
    left: 200px;
    z-index: 0;
}
.cuisine .mashroom img{
    width: 130px;
}


.cuisine .signature h3{
    margin: 30px 0 20px 0;
}
.cuisine .dishes .slick-slide img{
    width: 100%;
}
.cuisine .description{
    line-height: 33px;
    margin-bottom: 30px;
}
.dishes .slick-prev{
    position: absolute;
    z-index: 1;
    top: -30px;
    left: auto;
    right: 65px;
}
.dishes .slick-prev::before {
    content: '';
    background: url(../img/cuisine/dishes-right.svg) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: ;
    background-size: 100%;
    top: 0;
    left: 0;
}
.dishes .slick-next{
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 25px;
}
.dishes .slick-next::before {
    content: '';
    background: url(../img/cuisine/dishes-left.svg) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: ;
    background-size: 100%;
    top: 0;
    left: 0;
}
.dishes .slick-prev::before, .dishes .slick-next::before{
    font-size: 40px;
    color: #263529;
}
.dishes .slick-slide{
    padding: 0 10px;
}
.dishes .slick-slide .img{
    position: relative;
}
.dishes .slick-slide .overlay{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,53,41,0.8);
    color: #fff;
    padding: 0 15px;
    display: none !important;
}
.dishes .slick-slide:hover .overlay{
    display: flex !important;
}
.dishes .slick-slide .text h5{
    margin: 15px 0;
    font-size: 18px;
}
.cuisine .dishes .slick-slide:hover > div{
    border-bottom: 1px solid #ccc;
}
.cuisine .dishes .slick-slide{
    border-bottom: 1px solid transparent;
}
.chef .content{
    line-height: 33px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.insta .title .seperator{
    float: left;
    width: 100px;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
}
.insta .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner{
    border: 5px solid #000;
    background-color: #000;
}
.insta .wdi_feed_theme_1 .wdi_feed_wrapper {
    background-color: #000;
}
.insta .wdi_feed_thumbnail_1 .wdi_feed_container {
    background-color: #000;
    border-bottom: 5px solid #000;
}
.chef{
    background: #171917;
}
.chef .chef_img img{
    width: 100%;
}
.chef .chef_img{
    position: relative;
    top: -50px;
}
.chef .man_behind{
    color: #fff;
    position: relative;
    padding: 10px 0;
}
.chef .man_behind h3 span.top{
    border-top: 1px solid #fff;
    width: 70px;
    position: absolute;
    top:0;
    left: 0;
}
.chef .man_behind h3 span.bottom{
    border-top: 1px solid #fff;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.chef .text{
    position: relative;
}
.chef .text .spatula img{
    width: 100%;
}
.chef .text .spatula{
    position: absolute;
    top: -50px;
    left: -150px;
    width: 250px;
}
.chef .text .knife img{
    width: 100%;
}

.chef .text .knife{
    position: absolute;
    right: 0;
    width: 250px;
}
.chef .chef-img-outer{
    position: relative;
}
.chef .chef-img-outer .rolling-pin img{
    width: 100%;
}
.chef .chef-img-outer .rolling-pin{
    position: absolute;
    right: 60%;
    width: 100px;
    bottom: -80px;
}
.chef .content{
    color: #fff;
}
.insta h5{
    color: #fff;
}
.insta{
    background: #171917;
}
.insta img{
    width: 100%;
}
.insta .feed-inner{
    padding: 0 30px;
}

.locate-us .map{
    height: 100vh;
    width: 100%;
}
.locate-us{
    position: relative;
}
.locate-us .map-upper{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: transparent;
    pointer-events:none;
    top: 0;
}
.locate-us .drop_by{
    background: #000;
    padding: 20px 30px;
    color: #fff;
    pointer-events:auto;
}
.locate-us .contact-box{
    background: #fbf9f6;
    border: 1px solid #1e2c21;
    padding: 20px 50px 20px 15px;
    pointer-events:auto;
}
.locate-us .contact-box .email a{
    color: #000;
}
.locate-us .contact-box h5{
    color: #ccc;
    font-size: 16px;
}
.locate-us .contact-box a[href^="tel:"] {
  color: #000;
  text-decoration: none;
}
footer{
    background: #000;
    padding: 20px 0;
}
footer a{
    text-decoration: none;
    color: #fff;
}
footer a:hover{
    text-decoration: none;
    color: #fff;  
}
footer .copy-right p{
    color: #fff;
    margin:0;
}
footer .wad .text p{
    margin: 0;
    color: #fff;
}
footer .wad{
    position: relative;
    float: right;
    right: 40px;
}
footer .scroll-up{
    position: fixed;
    z-index: 20;
    right: 10px;
    bottom: 90px;  
    width: 34px;
    height: 34px;
    display: none;
}
footer .scroll-up-inner{
    background: #d7d0ab;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 20px;
}
footer .scroll-up a{
    color: #000;
}
/*contact form*/
.modal-dialog{
    max-width: 700px;
}
#inquireModal{
    z-index: 99999;
}
#inquireModal input.wpcf7-text,#inquireModal textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000 !important;
}
#inquireModal label{
    width: 100%;
}
#inquireModal  label.floatinglbl{
    width: auto;
    font-size: 13px;
    color: #ccc;
}
#inquireModal .modal-header{
    border: 0;
}
#inquireModal .modal-title{
    font-size: 30px;
}
#inquireModal .close span{
    background: url(../img/home/menu-close.svg) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    background-size: 30px;
}
#inquireModal .modal-content{
    border-radius: 0;
}
.btn-send{
    padding: 10px 20px;
    float: right;
    background: #000;
    color: #fff;
    border: 0;
}
.btn-send:before {
    content: '__';
    left: -10px;
    position: relative;
    top: -7px;
    color: #f4bd02;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*contact form label*/
.floatinglbl{
position:absolute;
top:0px;
left:0px;
}

input:focus + .floatinglbl {
  top: -15px;
}
textarea:focus + .floatinglbl {
  top: -15px;
}

.input-focus-label {
  top: -15px !important;
}
.wpcf7-response-output{
    float: left;
}
.wpcf7-form-control-wrap{
    width: 100%;
    float: left;
}
.contact-row{
    padding: 10px 0 20px 0;
}
.grecaptcha-badge {
    visibility: hidden;
}