/*
 * Title:  La Meridian - Restaurant Website
 * Author: XeroTheme Teams
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3. Hero section
4. Food enjoyment
5. Food booking
6. Food gallery
7. Our chefs
8. Testimonial
9. Footer extra
10. Footer copyright
11. Responsive
12.About page
13.Contact page
14.Menu page
15.Offer page
16.Gallery page
17. Index dark
18.Dark pages

[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

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; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; 
  background-color: #1c1b18;
}



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

 font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }



/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */

.active_sc{
    background:#000000 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=77, Color=#000000)";/*IE 8*/
    -moz-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000); /*IE 5.5-7*/
    transition: box-shadow 2s;
    padding-top: 20;
    padding-bottom: 20px;
    z-index: 99999;
    transition: 0.3s all;
}
.navbar.active_sc .navbar-brand{
  padding-top: 0;
}



.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  z-index: 99999;
      padding-top: 20px;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #ffffff;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar .nav-item a{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
  color: #ffffff;
  text-decoration: underline;
}
.navbar .navbar-brand{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding:25px 0 0 0;
  max-width: 200px;
}


/*sub menu*/

.navbar.center-brand .nav-item.drop_menu {
  position: relative;
      float: left;
    position: relative;
    margin-right: 6px;
    height: 50px;
}
.navbar.center-brand .nav-item.drop_menu ul li{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.navbar.center-brand .nav-item.drop_menu a i{
  padding-left: 5px;
}

.navbar.center-brand .nav-item.drop_menu ul{
  margin:30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  transition: all .2s ease-in-out;
}

.navbar.center-brand .nav-item.drop_menu ul li a{
      color:#000000;
    float: left;
    width: 100%;
    font-weight: 700;
    text-align: left;
    padding: 5px 15px;
    font-size: 12px;
}
.navbar.center-brand .nav-item.drop_menu:hover ul{
  opacity: 1;
  visibility: visible;
  top: 20px;
}



/* -------------------------------- 

close menue style

-------------------------------- */




/* -------------------------------- 

Start Hero section style

-------------------------------- */

.hero-section{
  width: 100%;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-top: 150px;
  padding-bottom: 120px;
}

.hero-section:after{
  content: '';
  width: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -9;
}

.hero-section:before{
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../img/hero-rec.png);
}

.hero-content h1{
  color: #ffffff;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3em;
}
.hero-content p{
  padding-top: 10px;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.7em;
  padding-bottom: 20px;
}
.hero-content a{
  font-weight: 700;
  color: #DFBA72;
  font-size: 26px;
}

/* -------------------------------- 

Close Hero section style

-------------------------------- */




/* -------------------------------- 

Start Food enjoyment style

-------------------------------- */

.food-enjoyment{
  width: 100%;
  background-color: #1c1b18;
  padding-top: 270px;
  margin-top: -80px;
}

.title h3{
  color: #DFBA72;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
}
.title p{
  padding-top: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7em;

}
.title a{
  font-weight: 700;
  color: #DFBA72;
  font-size: 24px;
  padding:30px 0 0 0;
}
.food-enjoyment .mr-top{
  margin-top: -150px;
}


/* -------------------------------- 

Close Food enjoyment style

-------------------------------- */




/* -------------------------------- 

Start Food booking style

-------------------------------- */

.food-booking-sec{
  width: 100%;
  background-color: #1c1b18;
  margin-top: -1px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.food-booking-sec .title{
  padding-bottom: 80px;
}
.food-booking-sec .book-img img{
  width: 390px;
  height: 380px;
}
.food-booking-sec .book-con{
  max-width: 528px;
  background-color: #DFBA72;
  float: right;
  margin-top: -310px;
  z-index: 1;
  position: relative;
  padding: 20px 25px;
}
.food-booking-sec .book-con h4{
  color: #000;
  padding-bottom: 18px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2em;
}
.food-booking-sec .book-con p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 18px;
}
.food-booking-sec .book-con a{
  font-weight: 700;
  color: #000;
  font-size: 26px;
}


/* -------------------------------- 

Close Food booking style

-------------------------------- */




/* -------------------------------- 

Start Food gallery style

-------------------------------- */


.food-gallery-sec{
  width: 100%;
  position: relative;
  padding-top: 240px;
  background-image: url(../img/gellary-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9;
  overflow:hidden;
}
.food-gallery-sec:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50%;
  top: 240px;
  background-color: #000000;
  z-index: -9;
}
.food-gallery-sec .container .row{
  background-color: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.food-gallery-sec .owl-nav{
  width: 100%;
  text-align: right;
  padding-top: 12px;
}
.food-gallery-sec .owl-carousel .owl-nav button.owl-next, 
.food-gallery-sec .owl-carousel .owl-nav button.owl-prev{
  outline: 0;
  color: #ffa628;
  border:1px solid #ffa628;
  padding:4px 10px !important;
  margin-left: 10px;
  font-size: 16px;
}

/* -------------------------------- 

Close Food gallery style

-------------------------------- */



/* -------------------------------- 

Start Our chefs style

-------------------------------- */

.our-chefs-sec{
  width: 100%;
  background-color: #1c1b18;
  padding-top: 120px;
  margin-top: -2px;
}
.our-chefs-sec .title{
  padding-bottom: 80px;
}
.our-chefs-sec .single-chf{
  position: relative;

}
.our-chefs-sec .chef-info{
  position: absolute;
  left: 0;
  background-color: rgba(165,0,34,0.5);
  padding: 18px;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  bottom: -30px;
  opacity: 0;
}
.our-chefs-sec .chef-info h5{
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
}
.our-chefs-sec .chef-info p{
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}
.our-chefs-sec .single-chf:hover .chef-info{
  opacity: 1;
  bottom: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.our-chefs-sec .owl-nav{
  text-align: right;
  padding-top: 12px;
  position: absolute;
  top: -140px;
  right: 0;
}
.our-chefs-sec .owl-carousel .owl-nav button.owl-next, 
.our-chefs-sec .owl-carousel .owl-nav button.owl-prev{
  outline: 0;
  color: #ffa628;
  border:1px solid #ffa628;
  padding:4px 10px !important;
  margin-left: 10px;
  font-size: 16px;
}

/* -------------------------------- 

Close Our chefs style

-------------------------------- */



/* -------------------------------- 

Start Testimonial style

-------------------------------- */


.cus-testimonial{
  width: 100%;
  padding-top: 80px;
  background-color: #1c1b18;
  padding-bottom: 60px;
}
.cus-testimonial .pad-top{
  padding-top: 90px;
}
.cus-testimonial .single-testi{
  padding: 18px;
  background-color: #DFBA72;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=0, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);/*FF 3.5+*/
  -webkit-box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color=#000000); /*IE 5.5-7*/
  margin: 10px;  
}
.cus-testimonial .owl-carousel .owl-item .single-testi img{
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cus-testimonial .owl-carousel .owl-item .single-testi h4{
  color: #000;
  font-weight: 400;
  font-size: 30px;
  padding-left: 10px;
  padding-top: 15px;
}

.cus-testimonial .owl-carousel .owl-item .single-testi p{
  color: #000;
  padding-top: 15px;
  font-weight: 400;
  font-size: 16px;
}
.cus-testimonial .owl-nav{
  text-align: right;
  padding-top: 12px;
  position: absolute;
  top: -80px;
  right: 0;
}
.cus-testimonial .owl-carousel .owl-nav button.owl-next, 
.cus-testimonial .owl-carousel .owl-nav button.owl-prev{
  outline: 0;
  color: #ffa628;
  border:1px solid #ffa628;
  padding:4px 10px !important;
  margin-left: 10px;
  font-size: 16px;
}

/* -------------------------------- 

Close Testimonial style

-------------------------------- */




/* -------------------------------- 

Start Footer extra style

-------------------------------- */


.footer-widget{
  width: 100%;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top;
  background-color: #1c1b18;
  padding-top: 120px;
  padding-bottom: 40px;
}

.footer-widget .footer-menu h4,
.footer-widget .footer-news h4,
.footer-widget .footer-social h4{
  color: #ffffff;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
}
.footer-widget .footer-menu ul li{
  padding-bottom: 5px;
}
.footer-widget .footer-menu ul li a{
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.footer-widget .footer-news form{
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.footer-widget .footer-news form input{
  width: 100%;
  outline: 0;
  border:0;
  border-bottom: 1px solid #ffa628;
  font-weight: 400;
  font-size: 14px;
  color: #ff6c8b;
  padding-bottom: 10px;
  background: none;
}
.footer-widget .footer-news form button{
  position: absolute;
  right: 0;
  top: 0;
  color: #ffa628;
  border:0;
  outline: 0;
  background:none;
  cursor: pointer;
}
.footer-widget .footer-social ul li{
  display: inline-block;
}
.footer-widget .footer-social ul li a{
  width: 40px;
  height: 40px;
  background-color: #ff6c8b;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  float: left;
  color: #000000;
}
/* -------------------------------- 

Close Footer extra style

-------------------------------- */




/* -------------------------------- 

Start Footer copyright style

-------------------------------- */

.copyright-text{
  width: 100%;
  text-align: center;
  background-color: #000000;
  padding: 20px 0;
}
.copyright-text p{
  font-weight: 400;
  color: #DFBA72;
  font-size: 14px;
}


/* -------------------------------- 

Close Footer copyright style

-------------------------------- */



/* -------------------------------- 

Start Responsive style

-------------------------------- */



@media only screen and (max-width : 767px) {
  .navbar .navbar-collapse{
    text-align: center;
    background-color: #000000;
  }
  .navbar-toggler{
    color: #ffffff;
    border:1px solid #ffffff;

  }

  .navbar .navbar-brand{
    position: relative;
    margin: 0;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding-top: 0px;
  }
  .navbar.navbar-expand-lg{
    padding-top: 0;
  }
  .active_sc{
    padding-bottom: 0;
  }
  .hero-content{
    padding-top:50px;
  }
  .hero-content h1{
    font-size: 50px;
  }
  .hero-content p{
    font-size: 20px;
  }
  .hero-content a{
    font-size: 22px;
  }
  .food-enjoyment{
    margin-top: -40px;
    padding-top: 120px;
  }
  .food-enjoyment .mr-top{
    margin-top: 0;
  }
  .food-enjoyment .enj-img{
    padding-top: 50px;
    text-align: center;
  }
  .title h3{
    font-size: 40px;
  }
  .title p{
    font-size: 18px;
  }
  .title a,
  .food-booking-sec .book-con a{
    font-size: 20px;
  }
  .food-booking-sec .book-con h4{
    font-size: 28px;
  }
  .food-booking-sec .book-con p{
    font-size: 16px;
  }
  .cus-testimonial .owl-carousel .owl-item .single-testi h4{
    font-size: 24px;
  }
  .cus-testimonial .owl-carousel .owl-item .single-testi p{
    font-size: 14px;
  }
  .food-booking-sec .book-con{
    max-width: 320px;
  }
  .cus-testimonial{
    padding-bottom: 0;
  }
  .footer-news{
    padding-top: 50px;
  }
}

@media (min-width: 1200px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
  .navbar .navbar-collapse{
    text-align: center;
    background-color: #000000;
  }
  .navbar-toggler{
    color: #ffffff;
    border:1px solid #ffffff;

  }

  .navbar .navbar-brand{
    position: relative;
    margin: 0;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding-top: 0px;
  }
  .navbar.navbar-expand-lg{
    padding-top: 0;
  }
  .active_sc{
    padding-bottom: 0;
  }

  .hero-content h1{
    font-size: 50px;
  }
  .hero-content p{
    font-size: 20px;
  }
  .hero-content a{
    font-size: 22px;
  }
  .title h3{
    font-size: 40px;
  }
  .title p{
    font-size: 18px;
  }
  .title a,
  .food-booking-sec .book-con a{
    font-size: 20px;
  }
  .food-booking-sec .book-con h4{
    font-size: 28px;
  }
  .food-booking-sec .book-con p{
    font-size: 16px;
  }
  .cus-testimonial .owl-carousel .owl-item .single-testi h4{
    font-size: 24px;
  }
  .cus-testimonial .owl-carousel .owl-item .single-testi p{
    font-size: 14px;
  }
  .food-booking-sec .book-con{
    max-width: 320px;
  }
}

@media only screen and (max-width : 575px) {
  .footer-menu{
    padding-top: 50px;
  }
  .food-booking-sec .book-con{
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .food-booking-sec .book-img{
    text-align: center;
  }
  .food-booking-sec .book-img img{
    width: 100%;
    height: auto;
  }
}


/* -------------------------------- 

Close Responsive style

-------------------------------- */




/* -------------------------------- 

Start About page style

-------------------------------- */


.inner-page-title h2{
  color: #ffffff;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.2em;
}

.video-inside-about{
  width: 100%;
  background-image: url(../img/about/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
  margin-top: 40px;
}
.video-inside-about #video{
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #af072a;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding-top: 18px;
  padding-left: 18px;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(175,7,42, 0.8);
  }
  70% {
    box-shadow: 0 0 0 6vh rgba(175,7,42, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(175,7,42, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(175,7,42, 0.8);
  }
  70% {
    box-shadow: 0 0 0 6vh rgba(175,7,42, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(175,7,42, 0);
  }
}

/*know more about*/
.know-more-about{
  width: 100%;
  margin-top: -70px;
  padding-top: 120px;
  position: relative;
  z-index: 9;
  background-color: #1c1b18;
  overflow: hidden;
}
.know-more-about:after{
  content: '';
  width: 42%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 120px;
  background-image: url(../img/about/about1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.know-more-about.about-second{
  margin-top: 0;
}
.know-more-about.about-second:after{
  content: '';
  width: 42%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 120px;
  background-image: url(../img/about/about2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-page-title h3{
  color: #ffffff;
  line-height: 1.3em;
  font-weight: 700;
  font-size: 60px;
}
.about-page-title p{
  color: #ffffff;
  padding-top: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7em;
}

/*about promo title*/
.about-promo-title{
  width: 100%;
  background-image: url(../img/about/promo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  margin-top: 120px;
}

.inside-promo-title{
  width: 100%;
  background-color: rgba(165,0,34,0.8);
  padding: 64px 50px;
  text-align: center;
}
.inside-promo-title p{
  color: #ffffff;
  padding-top: 46px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7em;
}

@media only screen and (max-width : 767px) {
  .inner-page-title h2{
    font-size: 50px;
  }
  .about-page-title h3{
    font-size: 36px;
  }
  .about-page-title p,
  .inside-promo-title p{
    font-size: 20px;
  }
  .know-more-about{
    padding-bottom: 300px;
  }
  .know-more-about:after,
  .know-more-about.about-second:after{
    width: 100%;
    bottom: 0;
    top: auto;
    height: 280px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
  .inner-page-title h2{
    font-size: 60px;
  }
  .about-page-title h3{
    font-size: 48px;
  }
  .about-page-title p,
  .inside-promo-title p{
    font-size: 20px;
  }
}


/* -------------------------------- 

Close About page style

-------------------------------- */



/* -------------------------------- 

Start Contact page style

-------------------------------- */
.contact-page-info{
  width: 100%;
  padding-top: 190px;
}

.contact-page-info .inside-page-con h2{
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2em;
}
.contact-page-info .inside-page-con p{
  color: #ffffff;
  padding-top: 36px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7em;
}

.contact-form-page{
  width: 100%;
  padding-top: 60px;
}

.contact-form-page .form-inside input,
.contact-form-page .form-inside textarea{
  width: 100%;
  background:none;
  border:0;
  border-bottom: 1px solid #ffa628;
  padding-bottom: 10px;
  color: #ff6c8b;
  font-size: 14px;
  outline: 0;
  resize: none;
}
.contact-form-page .form-inside button{
  cursor: pointer;
  opacity: 1;
  color:#ffa628;
  background:none;
  text-transform: uppercase;
  padding: 0;
  outline: 0;
}
.contact-form-page .form-inside .form-group{
  padding-bottom: 20px;
}

#map{
  height: 100%;
  width: 100%;
}

.contact-details-page{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}
.contact-details-page .contact-title h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.contact-details-page  .single-contact{
  padding-top: 40px;
}
.contact-details-page  .single-contact .icon{
  background-color: #ffa628;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact-details-page  .single-contact p{
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  padding-top: 10px;
  line-height: 1.7em;
}


@media only screen and (max-width : 767px) {
  .contact-page-info .inside-page-con h2,
  .contact-details-page .contact-title h3{
    font-size: 46px;
  }
  .contact-page-info .inside-page-con p,
  .contact-details-page .single-contact p{
    font-size: 20px;
  }
  #map{
  height: 300px;
  width: 100%;
  margin-top: 20px;
 }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
.contact-page-info .inside-page-con h2,
  .contact-details-page .contact-title h3{
    font-size: 46px;
  }
  .contact-page-info .inside-page-con p,
  .contact-details-page .single-contact p{
    font-size: 20px;
  }
}


/* -------------------------------- 

Close Contact page style

-------------------------------- */




/* -------------------------------- 

Start Menu page page style

-------------------------------- */

.menu-page-tab{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}
.menu-page-tab .menu-title{
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}
.menu-page-tab .menu-title h3{
  color: #DFBA72;
  font-weight: 700;
  font-size: 40px;
}


.menu-page-tab  .nav-tabs{
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  display: block;
  border-bottom: 0;
}
.menu-page-tab  .nav-tabs .nav-link{
  border:0;
}
.menu-page-tab  .nav-tabs li{
  display: inline-block;
}
.menu-page-tab  .nav-tabs li a{
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
}
.menu-page-tab  .nav-tabs .nav-link.active{
  color: #ffa628;
  background:none;
}

.single-menu-list{
  width: 100%;
  background-color: #DFBA72;
  margin-top: 30px;
  padding: 18px;
}
.single-menu-list .media-body{
  padding-left: 12px;
}
.single-menu-list .media-body h3{
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3em;
}
.single-menu-list .media-body p{
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  padding-top: 10px;
}
.single-menu-list .media-body ul li{
  display: inline-block;
  padding-top: 10px;
}
.single-menu-list .media-body ul li:nth-child(2){
  float: right;
}
.single-menu-list .media-body ul li h5{
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.single-menu-list .media-body ul li a{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width : 767px) {
  .menu-page-tab .menu-title h3{
    font-size: 46px;
  }
  .menu-page-tab .nav-tabs li a{
    font-size: 24px;
  }
  .single-menu-list .media-body h3{
    font-size: 24px;
  }
}



/* -------------------------------- 

Close Menu page page style

-------------------------------- */




/* -------------------------------- 

Start Offer page style

-------------------------------- */

.offer-page-single{
  width: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
}
.offer-page-single .offer-title{
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
.offer-page-single .offer-title h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
}

.single-offer-inside{
  position: relative;
  background-color: #b10327;
  margin-top: 30px;
}
.single-offer-inside .card{
  border:0;
  background-color: #b10327;
}
.single-offer-inside .offer-dis{
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(165,0,34,0.7);
  padding: 8px 12px;
  text-align: center;
}
.single-offer-inside .offer-dis h2{
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
}
.single-offer-inside .offer-dis h6{
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}
.single-offer-inside .card-body ul li{
  display: inline-block;
  padding-bottom:15px;
}
.single-offer-inside .card-body ul li:nth-child(2){
  float: right;
}
.single-offer-inside .card-body ul li h4{
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
}
.single-offer-inside .card-body ul li p{
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.single-offer-inside .card-body p{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 18px;
}
.single-offer-inside .card-body a{
  color:#ffa628;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width : 767px) {
  .offer-page-single .offer-title h3{
    font-size: 46px;
  }
  .single-offer-inside .offer-dis h2{
    font-size: 18px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
  .single-offer-inside .card-body ul li:nth-child(2){
    width: 100%;
    text-align: right;
  }
  .single-offer-inside .offer-dis h2{
    font-size: 18px;
  }
}


/* -------------------------------- 

Close Offer page style

-------------------------------- */




/* -------------------------------- 

Start Gallery page style

-------------------------------- */
.gallery-page-single{
  padding-top: 80px;
  padding-bottom: 60px;
}

.gallery-page-single .gallery-title{
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}
.gallery-page-single .gallery-title h3{
  color: #DFBA72;
  font-weight: 700;
  font-size: 40px;
}

.item-inner{
    color:#fff;
    position:relative;
    overflow:hidden;
    width:100%;
    text-align:center;
    margin-top:30px;
}
.item-inner *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.item-inner img{
    opacity:1;
    width:100%;
    -webkit-transition:opacity .35s;
    transition:opacity .35s
}
.item-inner .overlay{
    position:absolute;
    bottom:0;
    left:0;
    padding:3em;
    width:100%;
    height:100%
}
.item-inner .overlay::before{
    position:absolute;
    top:50%;
    right:15px;
    bottom:50%;
    left:15px;
    border-top:1px solid rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.8);
    content:'';
    opacity:0;
    background-color:#fff;
    -webkit-transition:all .4s;
    transition:all .4s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s
}
.item-inner .view-list,.item-inner a,.item-inner p{
    margin:0 0 5px;
    opacity:0;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s,transform .35s
}
.item-inner .view-list,.item-inner a{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s
}
.item-inner:hover .overlay .view-list,.item-inner:hover .overlay a{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
  }
.item-inner:hover .overlay::before{
  background-color:#1c1b18;
  border:none;
  top:15px;
  bottom:25px;
  -webkit-transition-delay:0s;
  transition-delay:0s;
  opacity:.6;
  border-radius: 20px;
}
.item-inner .view-list{
    margin-top:-25px;
    position:relative;
    top:50%;
    transform:translate3d(0,50%,0);
    transition-delay:.3s;
    width:100%
}
.item-inner .view-list a{
  display:inline-block;
  line-height:40px;
  margin:0 2px;
  color: #ffffff;
}

@media only screen and (max-width : 767px) {
  .gallery-page-single .gallery-title h3{
    font-size: 46px;
    line-height: 1.3em;
  }
}

/* -------------------------------- 

Close Gallery page style

-------------------------------- */




/* -------------------------------- 

Start Index dark style

-------------------------------- */

body.dark-mode{
  background-color: #3C3232;
}
.dark-mode.active_sc{
  background: #463C3C !important;
}
.hero-section.dark-mode{
  background-color: #463C3C;
}
.hero-section.dark-mode:after{
  background-image: url(../img/bg-dark.png);
}
.hero-section.dark-mode:before{
  background-image: url(../img/hero-rec-dark.png);
}
.dark-mode .hero-content a,
.dark-mode .title a,
.dark-mode .food-booking-sec .book-con a{
  color: #ffffff;
  text-decoration: underline;
}
.food-enjoyment.dark-mode,
.food-booking-sec.dark-mode,
.our-chefs-sec.dark-mode,
.cus-testimonial.dark-mode{
  background-color: #3c3232;
}

.dark-mode .food-booking-sec .book-con{
  background-color: #463c3c;
}
.dark-mode .food-gallery-sec .container .row,
.food-gallery-sec.dark-mode:after{
  background-color: #322828;
}
.food-gallery-sec.dark-mode .owl-carousel .owl-nav button.owl-next,
.food-gallery-sec.dark-mode .owl-carousel .owl-nav button.owl-prev{
  border-color: #ffffff;
  color: #ffffff;
}
.our-chefs-sec.dark-mode .owl-carousel .owl-nav button.owl-next, 
.our-chefs-sec.dark-mode .owl-carousel .owl-nav button.owl-prev{
  border-color: #ffffff;
  color: #ffffff;
}
.our-chefs-sec.dark-mode .chef-info{
  background-color: rgba(50,40,40,0.8);
}
.cus-testimonial.dark-mode .owl-carousel .owl-nav button.owl-next, 
.cus-testimonial.dark-mode .owl-carousel .owl-nav button.owl-prev{
  border-color: #ffffff;
  color: #ffffff;
}
.cus-testimonial.dark-mode .single-testi{
  background-color: #463c3c;
}
.footer-widget.dark-mode{
  background-image: url(../img/footer-bg-dark.png);
  background-color: #3c3232;
}
.footer-widget.dark-mode .footer-news form input{
  color: #ffffff;
  border-color: #ffffff;
}
.footer-widget.dark-mode .footer-news form button{
  color: #ffffff;
}
.footer-widget.dark-mode .footer-social ul li a{
  background-color: #ffffff;
  color: #3c3232;
}

.copyright-text.dark-mode{
  background-color: #3c3232;
}
.copyright-text.dark-mode p{
  color: #ffffff;
}


/* -------------------------------- 

Close Index dark style

-------------------------------- */




/* -------------------------------- 

Start pages dark style

-------------------------------- */

.know-more-about.dark-mode,
.about-promo-title.dark-mode{
  background-color: #3c3232;
}
.dark-mode .inside-promo-title{
  background-color: rgba(60,50,50,0.7);
}
.dark-mode .video-inside-about #video{
  background-color: #1E1C1C;
}

.dark-mode .contact-form-page .form-inside input, 
.dark-mode .contact-form-page .form-inside textarea{
  border-color: #ffffff;
  color: #ffffff;
}
.dark-mode .contact-form-page .form-inside button{
  color: #ffffff;
}
.dark-mode .contact-details-page .single-contact .icon{
  background-color: #ffffff;
}
.dark-mode .item-inner:hover .overlay::before{
  background-color: #3c3232;
}

.dark-mode .menu-page-tab .nav-tabs .nav-link.active{
  color: #ffffff;
  text-decoration: underline;
}
.dark-mode .single-menu-list{
  background-color: #463C3C;
}
.dark-mode .single-menu-list .media-body ul li a{
  color:#ffffff;
}

.dark-mode .single-offer-inside .card{
  background-color: #463C3C;
}
.dark-mode .single-offer-inside .card-body a{
  color: #ffffff;
}
.dark-mode .single-offer-inside .offer-dis{
  background-color: rgba(70,60,60,0.70);
}

/* -------------------------------- 

Close pages dark style

-------------------------------- */
