/*
 Theme Name:   Draft House Child
 Theme URI:    https://wordpress.org/themes/twentytwenty-child/
 Description:  Twenty Twenty Child Theme
 Author:       Skyhawks Team
 Author URI:   skyhawksfusion.com
 Template:     twentytwenty
 Version:      1.8.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

body{
    padding:0;
    margin:0;
}
h1,h2,h3,h4,h5,h6,p,a{
  font-family: 'Raleway', sans-serif;
}

div.hero-section {
    width: 100%;
    background-image: url(https://clintspizzahouseqc.com/wp-content/themes/twentytwenty-child/image/Hero.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
}
section.header_section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient( 180deg, #000000 0%, rgba(67, 67, 67, 0.3) 100%);
    z-index: 9999;
    padding: 10px 0 30px 0;
}
.site-logo.faux-heading{margin-bottom: 15px;}

.social-icons{
    position: absolute;
    right: 12%;
}

.social-icons ul {
    list-style-type: none;
}

.social-icons ul li {
    display: inline-block;
    padding: 0 15px;
}
.main-menu ul {
    text-align: center;
    padding-bottom: 0;
}

.main-menu  li {
    line-height: 1;
    display: inline-block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}

.main-menu li:first-child {
    border-left: 0;
}

.main-menu li:last-child {
    border-left: 0;
    border-right: 0;
    position: absolute;
    right: 12%;
    padding: 4px;
}

.main-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

li.button-order {
    position: absolute;
    right: 16%;
}


li.button-order a {
    color: #c49c67 !important;
    border: 2px solid#c49c67;
    padding: 12px 24px;
    border-radius: 5px;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  
  header .main-menu>li {
    position: relative;
  }
  
  header .main-menu>li>a {
      color: #fff;
      font-size: 18px;
      padding: 25px 1.5vw;
      display: block;
      transition: .4s;
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -ms-transition: .4s;
      -o-transition: .4s;
      text-decoration: none;
  }

  
  
  header .main-menu>li>a:hover>i {
    color: #fff;
  }
  
  header .main-menu>li:hover>a i {
    color: #fff;
  }
  
  header .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 180px;
    overflow: hidden;
    border-top: 2px solid #f49306;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  
  header .main-menu .sub-menu a {
    padding: 11px 10px;
    display: block;
    color: #173966;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  
  header .main-menu>li:hover .sub-menu {
    display: block;
  }
  
  header .header-logo figure img {
    max-width: 200px;
  }
  
  header .demo-link {
    margin-left: 1vw;
  }
  
  header .side-menu-close {
    background: transparent;
    cursor: pointer;
  }
  
  header .side-menu-close span {
    background: #fff;
    width: 28px;
  }

  /* side menu */
  .side-menu-wrap {
    width: 300px;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-wrap.opened {
    left: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    padding: 30px;
  }
  
  .side-menu-logo {
    border-bottom: 2px solid #FE8204;
  }
  
  .side-menu-nav .main-menu>li {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu>li>a>i {
    color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #FE8204;
    background: #fff;
    display: none;
  }
  
  .side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee;
  }
  
  .side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-nav .main-menu .sub-menu a i {
    color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu .sub-menu a:hover {
    background: #F5F5F5;
  }
  
  .side-menu-nav .main-menu>li>a {
    color: #212529;
    padding: 15px 30px 15px 10px;
    font-weight: 600;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    cursor: pointer;
  }
  
  .side-menu-close {
    height: 40px;
    width: 40px;
    background: #21395F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-close span:nth-child(1) {
    top: -5px;
  }
  
  .side-menu-close span:nth-child(3) {
    bottom: -5px;
  }
  
  .side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
  }
  
  .side-menu-close.closed span:nth-child(2) {
    opacity: 0;
  }
  
  .side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
  }
  



.hero-text {
    padding-top: 220px;
}

.hero-text h1 {
    text-align: center;
    font-size: 54px;
    color: #fff;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.hero-text h3 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 16px;
}

.hero-text p {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
}

.hero-text a {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
}

.hero-text a:hover {
  color: #fff;
}


.bg_color{
    background-color:#C5B292;
}

.clint-about {
  padding-left: 100px;
  padding-top: 120px;
  position: relative;
  padding-right: 50px;
  width: 100%;
  height: 100%;
}

.image-family img{
    width: 100%;
    height: 100%;
}

.clint-about h4 {
    text-align: center;
    color: #DE0012;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.clint-about h4:before {
    position: absolute;
    content: " ";
    background-color: #DE0012;
    width: 12px;
    height: 2px;
    top: 8rem;
    right: 13rem;
}
.clint-about h4:after {
    position: absolute;
    content: " ";
    background-color: #DE0012;
    width: 12px;
    height: 2px;
    top: 8rem;
    left: 16rem;
}


.clint-about h2{
    text-align: center;
    font-size: 28px;
    color: #6E6657;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-family: 'Libre Baskerville', serif;
}

.clint-about p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom:40px;
}

.clint-about a {
    color: #6E6657;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border: 1px solid#6e6657;
    border-radius: 5px;
    text-decoration: none;
}

.clint-about a:hover{
  color: #6E6657;
 
}

.slider-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-section:before {
  position: absolute;
  content: " ";
  background-color: #191C1B;
  width: 100%;
  height: 371px;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: -1;
}

.bg-black h2 {
  color: #C5B292;
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 40px;
  margin-bottom: 30px;
}


.happy-hours{
    background-color: #1A1C1C;
    width: 100%;
    height: 100%;
}
.hour-happy img {
    width: 100%;
}
.hour_happy{
    padding: 50px 80px;
}

.hour_happy h4 {
    text-align: center;
    font-size: 28px;
    color: #C5B292;
    margin-bottom: 40px;
    font-family: 'Libre Baskerville', serif;
}

.hour_happy h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.hour_happy a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 32px;
    text-decoration: underline;
}

.hour_happy a:hover {
  color: #fff;
}

section.our-menu{
    padding-top:100px;
    padding-bottom: 100px;
    background-color: #F1EEE8;
}

.menu-header h2 {
  font-size: 38px;
  color: #6E6657;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

ul#myTab li {
  padding-left: 15px;
  padding-right: 30px;
}

ul#myTab {
  border: none;
}
ul#myTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #343332 !important;
  font-weight: 600;
  border-bottom: 2px solid;
  font-size: 18px;
  background-color: transparent!important;
  border-bottom-color:#343332 !important;
  border-top-color: transparent!important;
  border-left-color: transparent!important;
  border-right-color: transparent!important;
}
.nav-tabs .nav-link{
  color: #6E6657;
  font-weight:600;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 10px;
}

.menu-tab {
  margin-top: 40px;
}

.menu-detail{
  position: relative;
  margin-left: 20px;
}

.menu-image img {
  width: 100%;
}

.menu-detail h4:before {
  top: 2rem;
  position: absolute;
  content: " ";
  background: #343332;
  width: 65px;
  height: 2px;
  left: 0;
}

.menu-name h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.menu-elements p {
  color: #888473;
  font-size: 16px;
}

.menu-content {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

section.cater-banner{
  background-image: url("https://clintspizzahouseqc.com/wp-content/themes/twentytwenty-child/image/catter.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:80px;
  padding-bottom: 80px;
}

.cater-header h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  padding-bottom: 40px;
}

.cater-header p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 40px;
}

.cater-header a {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid#fff;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.cater-header {
  text-align: center;
}

section.up-event {
  padding-top: 100px;
  padding-bottom: 100px;
}

.up-head h2 {
  font-size: 38px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  color: #6E6657;
}
.event-place {
  background: #1A1C1A;
  padding: 13% 20%;
  height: 175px;
}

.event-place h4 {
  text-align: center;
  color: #C5B292;
  font-size: 18px;
}
.event-time {
  background-color: #C5B292;
  height: 175px;
  padding: 0 38px;
}

.event-time h4 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
}
.event-time {
  position: relative;
}

.event-time:before {
  position: absolute;
  content: " ";
  background: #fff;
  width: 2px;
  height: 66px;
  left: auto;
  right: 22rem;
}


section.map iframe {
  width: 100%;
  height: 400px;
}

.up-head {
  position: relative;
}

.up-head:after {
  position: absolute;
  content: " ";
  background-image: url(https://clintspizzahouseqc.com/wp-content/themes/twentytwenty-child/image/Group3.svg);
  width: 100%;
  height: 100%;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  top: 4rem;
}

.menu-header1 {
  position: relative;
}

.menu-header1:after {
  position: absolute;
  content: " ";
  background-image: url(https://clintspizzahouseqc.com/wp-content/themes/twentytwenty-child/image/Group3.svg);
  width: 100%;
  height: 100%;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  top: 4rem;
}

.footer-section{
    width: 100%;
    background-image: url(https://clintspizzahouseqc.com/wp-content/themes/twentytwenty-child/image/Footer-bg.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.logo-footer{
    text-align: center;
}

.footer-text p {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.margin-text {
    margin: 3rem;
}

.footer-header h5 {
    color: #fff;
    font-size: 20px;
}

.footer-header p {
    color: #fff;
    font-size: 15px;
}

.footer-header a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.footer-header a:hover {
  color: #fff;
}

.footer-header h5 {
    margin-bottom: 43px;
}

.site-nav {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 3;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 480px) {
    .clint-about {
      padding-left: 10px;
      padding-top: 120px;
      position: relative;
      padding-right: 10px;
      width: 100%;
      height: 100%;
      padding-bottom: 25px;
  }
  .clint-about h4:before {
    right: 16rem;
}
.hero-text h1 {
  font-size: 40px;
}

.hero-text p {
  font-size: 24px;
}

.hero-text h3 {
  font-size: 24px;
}
.hour_happy a {
  font-size: 24px;
}
.hour_happy h2 {
  font-size: 30px;
}

.hour_happy h4 {
  font-size: 20px;
}

.menu-name h4 {
  font-size: 14px;
}

.menu-elements p {
  font-size: 12px;
}

.event-time:before {
  right: 12rem;
}
.event-place {
  padding: 17% 20%;
}

.event-time h4 {
  font-size: 14px;
}

}

.toggle-menu {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: 10px;
  float: right;
  z-index: 1000;
}

.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 30px;
  left: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.toggle-menu i:nth-child(1) {
  top: 16px;
}

.toggle-menu i:nth-child(2) {
  top: 24px;
}

.toggle-menu i:nth-child(3) {
  top: 32px;
}

.toggle-menu.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(
45deg);
  transform: rotateZ(
45deg);
  background: #000;
}

.toggle-menu.active i:nth-child(2) {
  background: transparent;
}

.toggle-menu.active i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #000;
}

.menu-drawer {
  width: 460px;
  background-color: #fff9f9;
  height: 900px;
  position: absolute;
  right: -550px;
  top: 0;
  transition: right linear 0.2s;
  padding: 50px;
}

.open {
  right: -7rem;
  transition: right linear .2s;
}

.menu-drawer.open ul li {
  list-style-type: none;
  padding: 10px 20px;
}

.menu-drawer.open ul li a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}


*{box-sizing: border-box;}
ul, ol, li{list-style-type: none; padding: 0; margin: 0;}
img{max-width: 100%; height: auto; outline: none; border: none;}
div.hero-section.bg-hero .header_section{background: #000;}
.site-banner{position: relative; margin: 0 0 70px;}
.site-banner:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; right: 0; background: rgba(0,0,0,0.5); content: '';}
.site-banner img{width: 100%;}
.site-banner .site-banner-text {position: absolute; top: 50%; z-index: 999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); left: 0; right: 0; margin: auto; text-align: center; padding: 0 15px;}
.site-banner .site-banner-text span {color:#fff; font-size:32px; display: block; line-height: 32px; margin: 0 0 10px; text-transform: uppercase;}
.site-banner .site-banner-text p {font-size: 18px; color: #fff;}

.list-section{margin: 0 0 70px;}
.list-section .client-list li {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px;}
.list-section .client-list li .list-text {width: calc(100% - 280px); background: #f7f7f7; padding: 20px;}
.list-section .client-list li .list-img{width: 280px;box-shadow: 0px 0px 15px rgb(0 0 0 / 30%); -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%); -ms-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);}
.list-section .client-list li .list-img img {width: 100%; height:100%; object-fit: cover;}
.list-section .client-list li .list-text p {font-size: 14px; letter-spacing: 2px; line-height: 24px; margin: 0 0 5px;}
.list-section .client-list li:last-child{margin: 0;}
.video-section{margin: 0 0 70px; display: flex; flex-wrap: wrap;}
.video-section > div{width: 40%;}
.video-section > div img {height: 100%; object-fit: cover; display: block;}
.video-section > div iframe{display: block;}
.video-section > div.video-div {width: 60%;}
.video-section > div.video-div iframe{min-height: 500px;}
.footer-header a i{margin-right: 5px;}

.food-slider{margin-bottom: 70px;}
.food-slider ul{display: flex; margin: 0 -7.5px; flex-wrap: wrap;}
.food-slider ul li{width: 33.33%; padding: 0 7.5px;}
.food-slider ul li img{min-height: 250px; object-fit: cover; width: 100%;}
.boot-accordion{margin-bottom: 70px;}
.accordion-button:focus, .accordion-button:hover{box-shadow: none; outline: none; border: 0;}
.fixed-banner{background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position: center center; min-height: 400px;}
input:focus, input:hover, textarea:focus, textarea:hover{outline: none; border: 0; box-shadow: 0;}
.contact-section{margin-bottom: 70px;}
.contact-section .contact-details .contact-text {width: 45%;}
.contact-section .contact-details .contact-text h1 {font-size: 26px; margin: 0 0 15px; font-weight: 600; line-height: 26px;}
.contact-section .contact-details .contact-text p {font-size: 14px; line-height: 24px; letter-spacing: 1px; margin: 0;}
.contact-section .contact-details .contact-text .sm-div span {font-size: 16px; font-weight: 600; display: block; margin: 0 0 10px;text-transform: uppercase;}
.contact-section .contact-details .contact-text .sm-div address{font-size: 15px; font-family: 'Raleway', sans-serif; line-height: 24px; letter-spacing: 1px; font-weight: 500;}
.contact-section .contact-details .contact-text .sm-div a {color: #000; font-size: 15px; font-family: 'Raleway', sans-serif; display: flex; align-items: center; font-weight: 500; text-decoration: none; margin-bottom: 10px;}
.contact-section .contact-details .contact-text .sm-div a i {margin-right: 10px; background: #000; width: 30px; height: 30px; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 13px;}
.contact-section .contact-details .contact-text .sm-div.add span {line-height: 16px;}
.contact-section .contact-details .contact-text .contact-head {margin: 0 0 25px;}

.contact-section .contact-details{display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-section .contact-details .contact-form{width: 45%;}
.contact-section .contact-details .contact-form .field{margin: 0 0 20px;}
.contact-section .contact-details .contact-form .field label{font-size: 14px; line-height: 24px; letter-spacing: 1px; margin: 0 0 8px; font-family: 'Raleway', sans-serif; display: block;}
.contact-section .contact-details .contact-form .field input {font-family: 'Raleway', sans-serif; height: 40px; width: 100%; background: #f4f4f4; border: 0; font-size: 14px; padding: 0 15px;}
.contact-section .contact-details .contact-form .field textarea {font-family: 'Raleway', sans-serif; height: 120px; width: 100%; background: #f4f4f4; border: 0; font-size: 14px; padding:15px;}
.contact-section .contact-details .contact-form button {background: #000; border: none; color: #fff;font-family: 'Raleway', sans-serif; font-size: 12px; letter-spacing: 1px; padding: 8px 16px; border-radius: 5px; text-transform: uppercase; font-weight: 600;}

.innerpage_body section.header_section {background: #000;}
.innerpage_body {padding-top: 150px;}
section.gallary-slider .slider_custom ul.slick-dots {display: flex; margin: 40px 0 40px; justify-content: center;}
section.gallary-slider .slider_custom ul.slick-dots li {margin: 0 8px 0 0;}
section.gallary-slider .slider_custom ul.slick-dots li button {border: 2px solid #dbd6d6; width: 24px; height: 24px; border-radius: 100%; font-size: 0;}
section.gallary-slider .slider_custom ul.slick-dots li button:after {width: 6px; height: 6px; background: #C5B292; content: ''; display: inline-block; border-radius: 100%;}
section.gallary-slider .slider_custom ul.slick-dots li.slick-active button::after { background: #000;}

body{overflow-x: hidden;}
section.gallary-slider {
    position: relative;
    padding-top: 70px;
    background: #F1EEE8;
    padding-bottom:30px;

}
section.gallary-slider .slider-header {
    position: relative;
    z-index: 999;
    margin: 0 -15px 50px;
}
section.gallary-slider:before {
    background: #191C1B;
    min-height: 250px;
    left: -50vw;
    right: -50vw;
    content: '';
    position: absolute;
    top: 0;
}
section.gallary-slider .slider-header h2:before {
    width: 50px;
    background: #C5B292;
    position: absolute;
    bottom: -5px;
    content: '';
    height: 2px;
    left:0;
}
section.gallary-slider .slider-header h2:after {
    width: 35px;
    background: #C5B292;
    position: absolute;
    bottom: -11px;
    content: '';
    height: 2px;
    left: 0;
}

section.gallary-slider .slider-header h2 {
    margin: 0;
    color: #C5B292;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
}

@media (max-width: 1199px) {
  .list-section .client-list li .list-text p{letter-spacing: 0px; }
  .main-menu li a{font-size: 14px;}
  .main-menu li{padding-left: 1rem; padding-right: 1rem;}
  .footer-text p{font-size: 14px;}
  .footer-header p{font-size: 14px;}
  .footer-header h5{font-size: 16px;}
  .contact-section .contact-details .contact-text p, .contact-section .contact-details .contact-text .sm-div address, .contact-section .contact-details .contact-text .sm-div a{font-size: 14px; letter-spacing: 0;}
}

@media (max-width: 991px) {
  .site-banner .site-banner-text span{font-size: 20px; line-height: 20px;}
  .site-banner .site-banner-text p{font-size: 14px;}
  .site-banner{margin-bottom: 30px;}
  .list-section{margin-bottom: 30px;}
  .list-section .client-list li .list-text p{font-size: 13px;}
  .list-section .container {max-width: 100%;}
  .video-section > div.video-div{width: 100%; margin-bottom: 15px;}
  .video-section > div{width: 100%;}
  .video-section{margin-bottom: 30px;}
  .video-section > div.video-div iframe{min-height:250px;}
  .container{max-width: 100%;}
  .food-slider{margin-bottom: 30px;}
  .fixed-banner{min-height: 280px;}
  .contact-section .contact-details .contact-text{width: 100%; margin-bottom: 20px;}
  .contact-section .contact-details .contact-text h1{font-size: 20px; margin: 0 0 10px; line-height: 20px;}
  .contact-section .contact-details .contact-text .contact-head{margin-bottom: 15px;}
  .contact-section .contact-details .contact-text .sm-div span{font-size: 15px; letter-spacing: 0;}
  .contact-section .contact-details .contact-form{width: 100%;}
  .contact-section .contact-details .contact-form .field label{font-size: 13px; letter-spacing: 0; line-height: 18px;}
  .contact-section .contact-details .contact-text p, .contact-section .contact-details .contact-text .sm-div address,.contact-section .contact-details .contact-text .sm-div a{font-size: 13px;}
  section.header_section{padding: 0;}
  header a.navbar-brand {padding: 0; max-width: 100px; margin: 0;}
  .toggle-menu{width: 40px; height: 40px; top: 0;}
  .innerpage_body {padding-top: 100px;}
}

@media (max-width: 767px) {
  .site-banner img{min-height: 180px; object-fit: cover;}
  .list-section .client-list li .list-img{width: 100%;}
  .list-section .client-list li .list-text{width: 100%; padding: 10px;}
  .list-section .client-list li{margin: 0 0 15px;}
  .list-section .client-list li .list-img img{min-height: 180px;}
  .video-section > div img{min-height: 180px;}
  .food-slider ul li{width: 100%; margin-bottom: 15px;}
  .food-slider ul li:last-child{margin: 0;}
  .fixed-banner{min-height: 200px;}
}
@media (max-width: 575px) {
.food-slider ul li img{min-height: 150px;}
	
	.woocommerce ul.products li.product {padding: 10px;}
 .cart .product_type_simple {background: #c49c67; padding: 18px 15px!important; text-align:center; color:#fff;}
}