@font-face {
    font-family: 'Champagne-Limousines';
    src: url('../fonts/ChampagneLimousines.eot');
    src: url('../fonts/ChampagneLimousines.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChampagneLimousines.woff2') format('woff2'),
        url('../fonts/ChampagneLimousines.woff') format('woff'),
        url('../fonts/ChampagneLimousines.svg#Champagne&Limousines') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url('../fonts/ChampagneLimousines-Bold.eot');
    src: url('../fonts/ChampagneLimousines-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ChampagneLimousines-Bold.woff2') format('woff2'),
        url('../fonts/ChampagneLimousines-Bold.woff') format('woff'),
        url('../fonts/ChampagneLimousines-Bold.svg#Champagne&Limousines-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
body {
    color: #271404;
    font-size: 15px;
    line-height: 20px;
}
.container{
    width: 1100px;
}
h1, h2, h3, h4,p.modal-title{
    font-weight: 400;
    font-family: 'Champagne-Limousines-Bold', sans-serif;   
}
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}
a:hover {
    color: #000;
}
h1,
.heading {
    font-size: 34px;
    line-height: 40px;
}
h2{
    font-size: 22px;
    line-height: 26px; 
}
#careers p.modal-title{
    font-size: 22px;

}
h2.small {
    font-size: 24px;
}
h3 {
    font-size: 17px;
    line-height: 24px;
}
h3.large {
    font-size: 20px;
    line-height: 24px;
}
h4{
    font-size: 18px;
}
p.large {
  font-size: 20px;
  line-height: 26px;
}
/*strong {
    font-family: 'Champagne-Limousines-Bold';
}*/
p strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
p s{
    font-size: 13px;
}
.thin{
    font-weight: 400;
}
.thick{
    font-weight: 900;
}
figure{
    margin: 0px;
}
.letter-spacing{
    letter-spacing: 1px;
}
.bg-grey {
    background: #313131;
}
.bg-grey2 {
    background: #e5e5e5;
}
.bg-brown{
    background: #372616;
}
.bg-cream{
    background: #f4f6e0;
}
.bg-black{
    background: #000;
}
.border-grey{
    border: 1px solid #e5e5e5;
}
.text-black{
    color: #000;
}
.text-white a{
    color: #fff;
}
.text-grey{
    color: #ccc;
}
.form-control:focus{
    box-shadow: none;
}
.shadow {
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15) !important;
}
.border{
    border: 1px solid #555 !important;
}
.round{
    border-radius: 8px;
    overflow: hidden;
}
.btn-primary {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 9px 20px;
  color: #000;
  border-radius: 0px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.btn-primary:hover{
    background: #e5ba21;
    color: #000;
    text-decoration: none;
    border: 1px solid #fff;
}
.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #888;
  border-color: transparent;
}
.btn-primary.btn-sm {
  padding: 5px 15px;
}
.btn-secondary {
  background: #000;
  color: #fff;
  border-radius: 0;
  border: 0px;
  padding: 8px 12px;
  font-size: 15px;
  border: 1px solid transparent;
}
.btn-secondary:hover{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn-secondary:focus, 
.btn-secondary.focus {
    box-shadow: none;
}
.btn-dark {
  background: #000;
  color: #fff;
  border-radius: 0;
  border: 0px;
  padding: 15px 25px 10px 25px;
  font-size: 15px;
  border: 1px solid transparent;
}
.btn-dark:hover{
  background: #e5ba21;
  color: #000;
  border: 1px solid #000;
}
.bg-gradient{
    background: rgb(1,167,225);
    background: -moz-linear-gradient(180deg, rgba(1,167,225,1) 0%, rgba(1,125,195,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(1,167,225,1) 0%, rgba(1,125,195,1) 100%);
    background: linear-gradient(180deg, rgba(1,167,225,1) 0%, rgba(1,125,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01a7e1",endColorstr="#017dc3",GradientType=1);
}
.preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #372616;
    z-index: 10;
    display: table;
}
.preLoaderContent {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.lds-ellipsis {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 1%;
    background: #f5f6e0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #333;
    text-indent: -9999px;
    display: none;
    z-index: 2;
    border: 1px solid #838383;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.btn-reservation {
  position: fixed;
  right: -88px;
  top: 35%;
  z-index: 3;
  display: inline-block;
  transform: rotate(-90deg);
  background: #372616;
  border: 1px solid #372616;
}
.btn-reservation a {
  text-transform: uppercase;
  padding: 6px 10px;
  background: #fff;
  text-decoration: none;
}
.btn-reservation a:hover {
  background: #372616;
  text-decoration: none;
  color: #fff;
}
.btn-reservation i {
  background: #372616;
  color: #fff;
  padding: 6px;
  font-size: 18px;
  transform: rotate(90deg);
}
/*----------------- Header -------------
.btn-reservation, .btn-reservation:focus, 
.btn-reservation:not(:disabled):not(.disabled):active, 
.btn-reservation:not(:disabled):not(.disabled):active:focus {
    padding: 8px;
    position: fixed;
    right: -80px;
    top: 35%;
    font-size: 16px;
    transform: rotate(-90deg);
    z-index: 2;
    padding: 5px 12px !important;
    color: #000;
    border: 0px;
    
      -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite;
      animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #fff; }
  50% { background-color: #eee; }
  100% { background-color: #fff; }
}

@keyframes glowing {
  0% { background-color: #fff; }
  50% { background-color: #eee; }
  100% { background-color: #fff; }
}
.btn-reservation:hover{
    
}
------*/
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
    background: #f4f6e0;
}
header a {
    font-size: 14px;
    margin: 0 9px;
    font-weight: 400;
}
header.fixed-top {
    animation: smoothScroll 0.5s forwards;
    background: #372616;
}
header.fixed-top .logo{
    display: none;
}
header.fixed-top .mainMenu {
}

header.fixed-top .navbar .navbar-nav.mainMenu a.nav-link {
  padding: 15px 8px 8px 8px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.logo{
}

.logo img {
  width: 120px;
  z-index: 2;
  position: relative;
}
.navbar{
    padding: 0px;
    z-index:1;
    background: #372616;
    margin-top: -10px;
    font-family: 'Champagne-Limousines-Bold';
}
.navbar-dark .navbar-toggler {
    border: 0px;
    background: #f4f6e0;
    color: #fff;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mainMenu {
    list-style: none;
    margin-top: 15px;
    margin-top: 0px;
}
.navbar .navbar-nav.mainMenu a.nav-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    border-bottom: 5px solid transparent;
    padding-bottom: 5px;
    margin-top: 5px;
}
.navbar .navbar-nav.mainMenu a.nav-link.btn-primary,
.navbar .navbar-nav.mainMenu a.nav-link.btn-primary:hover{
    padding: 9px 20px;
    color: #000;
    margin-top: -5px;
    border: 0;
}
.navbar .navbar-nav.mainMenu div.btn-group{
    vertical-align: top;
    color: #fff;
    margin-top: 5px;
}
.navbar .navbar-nav.mainMenu div.btn-group .dropdown-toggle{
    padding-bottom: 8px;
}
.navbar .navbar-nav.mainMenu div.btn-group > a {
    color: #fff;
    text-decoration: none;
}
.navbar .btn-group:hover .dropdown-menu{
    transition: .3s; 
    opacity:1; 
    visibility: visible; 
    top:100%; 
    transform: rotateX(0deg); 
    z-index: 2;
    border-top: 5px solid #f0c901;
}
.navbar .dropdown-menu{
    border-radius: 0px;
    display:block; 
    opacity: 0;  
    visibility: hidden; 
    transition:.3s; 
    margin-top: 0px; 
    left: 0px;
    z-index: -1;
    border-top: 5px solid #f0c901;
}
.navbar .btn-group:hover::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #f0c901;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;   
}
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%;  }
.navbar .navbar-nav.mainMenu li:first-child a.nav-link::after{
    display: none;
}
.navbar .navbar-nav.mainMenu a.selected,
.navbar .navbar-nav.mainMenu a.nav-link:hover,
.navbar .navbar-nav.mainMenu a.nav-link:focus, 
.navbar .navbar-nav.mainMenu .nav-item.active a.nav-link {
    border-bottom: 5px solid #8c6c4d;
}
.navbar .dropdown-menu.complex-menu{
    width: 655px;
    left: -200px;   
}
.navbar .btn-group:hover .dropdown-menu.complex-menu::before {
    left: 40%;
}
.banner {
    margin-top: 80px;
}
.banner h2,.banner .banner_title {
  font-size: 40px;
  line-height: 45px;
  font-family: 'Champagne-Limousines';
}
.banner-slider div{
    position: relative;
}
.banner-slider aside {
    width: 45%;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%, 0%);
    z-index: 3;
    text-align: center;
}
.banner-slider .slick-active aside div h2,
.banner-slider .slick-active aside div p{
  animation-name: fade-Up;
  animation-duration: 2s;
  opacity: 1;
  position: relative;
}

@keyframes fade-Up {
  
  0% {
    bottom: -40px;
    opacity: 0;
  }
  
  60% {
    bottom: 0px;
    opacity:1;
  }

}
.fade-Up {
  -webkit-animation-name: fade-Up;
  animation-name: fade-Up;
}
@-webkit-keyframes fade-Up {
  
  0% {
    bottom: -20px;
    opacity: 0;
  }
  
  40% {
    bottom: 0px;
    opacity:1;
  }

}
.banner-slider.subpage aside {
    top: auto;
    bottom: 40px;
}
.banner-slider .btn-primary{
    background: #f4f6e0;
    color: #333;
    margin: 0 5px;
}
.banner-slider .btn-primary:hover{
    background: transparent;
    color: #fff;
}
.banner-slider figure {
    width: 100%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    position: relative;
}
.banner-slider figure img{
    width: 100%;
}
.banner-slider figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.042436957693233524) 0%, rgba(0,0,0,0.6866946607744661) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.042436957693233524) 0%, rgba(0,0,0,0.6866946607744661) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.042436957693233524) 0%, rgba(0,0,0,0.6866946607744661) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.banner-slider .slick-slide {
      padding: 0;
      position: relative;
}
.banner-slider .slick-dots {
  bottom: 45%;
  text-align: left;
  padding-left: 20px;
}
.banner-slider .slick-dots li button::before {
  border: 1px solid #fff;
  opacity:1;
}
.banner-slider .slick-dots li:hover button::before {
    background: #eee;
}
.banner-slider .slick-dots li.slick-active button::before {
    background: #fff;
}
.banner-slider .slick-dots  li{
    display: block;
    margin-bottom: 5px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.scroll-down {
  display: block;
  width: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.scroll-down img {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
    width: 25px;
    margin: 12px auto;
}
#tab-about{
    position: relative;
}
#tab-about::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #372616;
  left: 0;
  top: 0;
  position: absolute;
}
.img-about {
  width: 360px;
  position: relative;
  bottom: -60px;
  z-index:2;
}
.beans {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 150px;
  margin-left: -98px;
  top: 20%;
}
.promotions-slider {
  margin-left: -5px;
  margin-right: -5px;
}
.promotions-slider i.fa {
  font-size: 20px;
}
.btnPrev {
  position: absolute;
  bottom: -40px;
  left: 46%;
}
.btnNext{
    position:absolute;
    bottom: -40px;
    right: 46%;
}
.btnPrev i::before,
.btnNext i::before {
    color: #372616;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li button::before {
  width: 14px;
  height: 14px;
  content: '';
  opacity: 1;
  border: 1px solid #000;
}
.slick-dots li:hover button::before {
    background: #888;
}
.slick-dots li.slick-active button::before {
    background: #000;
}
h2.line {
    position: relative;
    display: inline-block;
}
h2.line::after, h2.line::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background: #bbb;
    width: 100px;
    top: 17px;
}
h2.line::before{
    left:108%;
}
h2.line::after{
    right: 108%;
}
.zoom{
    overflow: hidden;
}
.zoom img{
    max-height: unset;
}
.zoom:hover img {
    transform: scale(1.15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
/*.product-box {
    position: relative;
    overflow: hidden;
}
.product-box:hover figure img {
    transform: scale(1.1);
}
.product-box aside {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 100%;
}
.product-box aside h3 {
  background: #161616;
  margin: 0;
  padding: 20px;
  padding-left: 0px;
  border-bottom: 6px solid transparent;
}
.product-box aside:hover h3 {
  background: #3d3d3d;
  padding-left: 20px;
  border-bottom: 6px solid #f5de3b;
}
.product-box aside ul{
    display: none;
    opacity: 0;
    list-style-type: none;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
}
.product-box aside ul li{
    margin-bottom: 10px;
}
.product-box aside ul li a{
    text-decoration: none;
    text-transform: uppercase;
}
.product-box aside ul li i {
  margin-left: 0px;
  font-size: 13px;
  color: #f5de3b;
  opacity:0;
}
.product-box aside ul li:hover i{
    margin-left: 10px;
    font-size: 15px;
    opacity:1;
}
.product-box:hover aside ul{
    display: block;
    opacity: 1;
}
.product-box:hover aside{
    padding-top: 400px;
}*/
/*.our-outlets{
    background: url("../images/bg-our-outlets.jpg") no-repeat center center;
    background-size: cover;
}*/
.gallery-slider figure{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: url("../images/zoom.png"), auto;
    background: #000;   
}
.gallery-slider .slick-active figure,
.promotions-slider .slick-active figure{
  animation-name: zoomIn;
  animation-duration: 1.2s;
  opacity: 1;
}

/*.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}*/
@keyframes zoomIn {
    
  0% {
    opacity: 0;
    transform-style: preserve-3d;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
    
  0% {
    opacity: 0;
    transform-style: preserve-3d;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.gallery-slider figure img {
    flex-shrink: 0;
    min-width: 100%;
    height: 230px;
    object-fit: cover;
}
.gallery-slider figure:hover img {
    opacity: 0.7;
}
.gallery-slider .slick-slide div {
  padding: 0 5px;
}
.fancybox-thumbs__list a::before {
  border: 4px solid #f0c901;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, #f0c901);
}
#careers label {
  margin: 15px 0px 3px 0;
  font-weight: 400;
}
.modal-content{
    background: #f5f5f5;
}
.modal-header .close {
  padding: 0;
  margin: 0 0 0 0;
  opacity: 1;
  font-size: 45px;
  line-height: 50px;
  color: #372616;
}
.form-control,
.modal-content{
    border-radius: 0px;
}
.btn-store{
    width: 150px;
}
.subscribe .input-group {
  width: 300px;
}    
.subscribe .input-group-text {
  background: #eec31c;
  border: 0;
}
.subscribe a{
    color: #000;
}
.subscribe input {
  background: #1f1f1f;
  border: 0px;
  border-radius: 0;
}
footer{
    font-size: 12px;
    line-height: 16px;
    color: #efd6c0;
}
footer .btn-secondary {
  background: transparent;
  border: 1px solid #efd6c0;
  text-decoration: none;
  padding: 5px 10px;
  color: #efd6c0;
  display: inline-block;
}
footer a, footer a:hover{
    color: #efd6c0;
}
footer .media i::before {
    color: #efd6c0;
    font-size: 18px;
    padding-bottom: 4px;
}
footer .media a:hover i::before {
    color: #ffffff;
    border-bottom: 2px solid #fff;
}
footer .media i {
  margin: 6px 15px 0 0px;
}
.copyrights{
    border-top: 1px solid #666;
}
.copyrights, .copyrights p, .copyrights a{
    font-size: 14px;
}
footer hr {
  border-color: #5d3613;
}
footer hr.vline {
  width: 1px;
  height: 72%;
  position: absolute;
  left: 0;
  border-left: 1px solid #5d3613;
  top: 9%;
  border-top: 0;
}
.bg-shadow{
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
}
.listing-box figure img, .refrences-box figure img,
.btn-primary, .btn-secondary, footer .media a i, .box-item figure img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
/*----July-14--*/
.tw-newsletter-form .form-control {
  height: calc(1.5em + 0.75rem + 6px);
  font-size: 15px;
}
/*---404---*/
body.error404 {
  height: auto;
}
.error404 .innerBanner {
  min-height: 61vh;
}
/*---Inner Banner--*/
.innerBanner{
    padding: 4rem 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-page-content p a{
    color: #372616;
}
.inner-page-content p a:hover{
    text-decoration: none;
    color: #000;
}
/*----cookie---*/
#gdpr {
    padding: 20px;
    background: #161616;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#gdpr p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}
#gdpr p a {
    color: #fff;
}
#gdpr .btn-primary {
    color: #333;
    background: #f7f7f7;
    font-size: 15px;
    margin-right: 6px;
    text-transform: uppercase;
    border: 1px solid transparent;
    width: 10%;
    padding: 6px 12px;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 1px;
}
/*---CF7-------*/
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:first-of-type{
    display: block;
}
/*@media screen and (min-width: 1300px) {

	.img-about {
	  bottom: -80px;
	}

} */
@media only screen and (max-width:1200px) {  
    .container {
        width: 100%;
        max-width: unset;
    }   
    .banner-slider aside {
        width: 100%;
    }   
    .banner-slider .slick-next {
      right: 20px;
      bottom: 25px;
    }
    .banner-slider .slick-prev {
      right: 80px;
      bottom: 25px;
    }
    .banner-slider aside div {
        width: 100%;
        padding: 0px 40px;
    }
    .upcoming-slider .slick-prev {
      left: -15px;
    }
    .upcoming-slider .slick-next {
      right: -15px;
    }
    
    .upcoming-slider .slick-slide {
      position: relative;
      margin: 0 5px;
      background: #000;
    }
    .upcoming-slider figure,
    .upcoming-slider aside{
        float: left;
        width: 50%;
        position: relative;
        margin-bottom: 0px;
    }  
}

@media only screen and (max-width:991px) {
    
    /*.mainMenu .logo {
      display: none;
    }*/
    header.fixed-top .navbar-dark .navbar-toggler {
        margin-top: 20px;
    }
    .logo img {
      width: 90px;
      margin-bottom: 5px;
      filter: invert();
    }
    
    .navbar-dark .navbar-toggler {
      /*margin-top: 15px;*/
      margin-top: 25px;
    }
    
    .navbar{
        background: transparent;
    }
    
    .mainMenu,
    header.fixed-top .mainMenu{
        margin-top: 10px;
    }
    
    header{
        background: rgba(0,0,0,0.8);
        padding: 10px;
		position: relative;
    }
	
	.banner{
		margin-top: 0px;
	}
    
    .top-menu{
        display: none;
    }
    
    header.fixed-top .navbar .navbar-nav.mainMenu a.nav-link {
      padding: 8px 0 0 0;
    }
    
    .navbar .navbar-nav.mainMenu a.nav-link {
      border-bottom: 0;
      margin-top: 5px;
      text-align: right;
      padding-bottom: 0px;
    }
    .navbar .navbar-nav.mainMenu a.nav-item:hover, 
    .navbar .navbar-nav.mainMenu a.nav-item:focus, 
    .navbar .navbar-nav.mainMenu a.nav-item.active {
        border-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    
    
    h1,
    .heading {
        font-size: 24px;
        line-height: 30px;
    }
    
    h2 {
        font-size: 20px;
        line-height: 22px;
    }
    #careers p.modal-title {
        font-size: 20px;
        
    }

    
        
    
    
    .banner-slider aside h2 {
        font-size: 25px;
        text-align: center;
        line-height: 28px;
    }
    

    .banner-slider aside p{
        display: none;
    }
    
    .banner-slider.subpage aside {
        top: 50%;
        bottom: auto;
    }
    
    .upcoming-slider figure,
    .upcoming-slider aside{
        width: 100%;
    }
    
    .upcoming-slider figure span img {
      width: 150px;
      height: 70px;
    }
    
    .btn-primary {
      padding: 9px 16px 5px 16px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 45px;
    }
    
    #tab-about::after {
        background: transparent;
    }
    .img-about {
      width: 100%;
      bottom: auto;
    }
    
    .beans{
        display: none;
    }
    
    .btn-store{
        width: 100px;
    }
    
    footer {
        /*background: url("../images/bubbles.png") no-repeat right bottom;*/
        background-size: auto 170px;
    }
    
    footer h3 {
        margin: 25px 0 15px;
    }
    
    #scroll{
        bottom: 20px;
    }
    
    footer a,
    footer p, 
    .product-box aside ul li a,
    .navbar-nav .nav-link {
      font-size: 14px;
      line-height: 26px;
    }
    /*---Inner Banner--*/
    .innerBanner img {
        max-width:150px;
    }
    /*----cookie---*/
    #gdpr .btn-primary{
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
}


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

    .slider.banner-slider .btn-primary {
        margin: 5px !important;
        font-size: .75rem;
        line-height: 0.8rem;
        padding: .5rem .5rem;
    }

    .banner-slider figure {
        height: 100vh;
        max-height: 600px;
    }
    
    
    .banner-slider figure img {
        height: 100%;
        object-fit: cover;
    }
    
    .img-about {
      bottom: auto;
      width: 100%;
    }
    
    .btnPrev {
      left: 40%;
    }
    
    .btnNext{
        right: 40%;
    }
	
	footer hr.vline {
	  width: 100%;
	  height: 1px;
	  position: relative;
	  left: 0;
	  border-left: 0px solid #5d3613;
	  top: 0;
	  border-top: 1px solid #5d3613;
	}
    
    
}

@media only screen and (max-width:420px) {
    
    
    .gallery-slider figure img {
      height: 180px;
    }
    
    
}


.sub-menu {
  position: absolute;
  background: #372616;
  list-style: none;
  padding-left: 0;
  display: none;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}


@media only screen and (max-width:767px) {
    .sub-menu {
        position: static;
    }
    header.fixed-top .sub-menu {
       background:#372616;
    }
    header .sub-menu {
       background: rgb(51, 51, 51);
        border-right: 2px solid #efd6c0;
        padding-right: 8px;
        display: block;
        margin-right: 10px;
    }
}


#accordionfaq .btn-faq {
  position: relative;
  text-decoration: none;
  padding-left:0;
}

/* Default (collapsed) → + */
#accordionfaq .btn-faq::after {
  content: "+";
  position: absolute;
  right: -10px;
  font-size: 20px;
  font-weight: bold;
}


#accordionfaq .btn-faq:not(.collapsed)::after {
  content: "−";
}

#accordionfaq  .btn:focus{box-shadow:none;}

#accordionfaq .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:unset;
  background-clip: border-box;
  border-radius: 1px; 
  border-bottom: 1px solid #372616 !important;
  border:none;
}
 
#accordionfaq .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: unset;
  border-bottom: unset;
}
#accordionfaq .card-body p{font-size:14px;color: #795b3f;}
/* styles for blog page */
 
.blog-page {
    background: #f4f6e0;
}
 
.blog-page header .logo,
header.fixed-top .logo {
    display: inline-block;
}
 
header .logo img {
    width: 120px;
    /* margin-bottom: 10px; */
    margin-top: 11px;
    margin-bottom: 19px;
}
 
header.fixed-top .logo img {
    width: 68px;
    margin-bottom: 4px;
    filter: brightness(1) invert(1);
}
 
.blog-page header .navbar-nav.mainMenu a.nav-link.active {
    color: #e5ba21;
}
 
.blog-hero {
    margin-top: 80px;
    padding: 70px 0 40px;
    background: linear-gradient(rgba(39, 20, 4, 0.7), rgba(39, 20, 4, 0.55)), no-repeat bottom center;
    background-size: cover;
    background-position: bottom center;
}
 
.blog-hero-box {
    min-height: 320px;
}
 
.blog-intro {
    padding: 42px 0 12px;
}
 
.blog-intro-box {
    max-width: 900px;
    margin: 0 auto;
}
 
.blog-kicker {
    color: #c08f63;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 3px;
}
 
.blog-intro h1 {
    font-size: 52px;
    line-height: 58px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
 
.blog-hero-copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 28px;
    color: #5d4a3e;
}
 
.blog-listing {
    padding: 35px 0 35px;
}
 
.blog-card {
    background: #fff;
    height: 100%;
    box-shadow: 0 16px 40px rgba(55, 38, 22, 0.08);
}
 
.blog-card-image {
    display: block;
    overflow: hidden;
}
 
.blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
 
.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}
 
.blog-card-body {
    padding: 28px 24px 24px;
}
 
.blog-date {
    margin-bottom: 12px;
    color: #8f7663;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
.blog-card h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
}
.blog-card .more_stories_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
    font-family: 'Champagne-Limousines-Bold', sans-serif;
}
 
.blog-card h2 a:hover {
    color: #7d5331;
    text-decoration: none;
}
 
.blog-card p:last-of-type {
    color: #5d4a3e;
    line-height: 25px;
    margin-bottom: 18px;
}
 
.blog-readmore {
    display: inline-block;
    font-family: 'Champagne-Limousines-Bold', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #271404;
    padding-bottom: 3px;
}
 
.blog-readmore:hover {
    color: #7d5331;
    border-color: #7d5331;
    text-decoration: none;
}
 
.blog-pagination-wrap {
    padding: 10px 0 35px;
    text-align: center;
}
 
.blog-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.blog-pagination li {
    display: inline-block;
    margin: 0 5px;
}
 
.blog-pagination a,
.blog-pagination span {
    display: inline-block;
    min-width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d5c4b3;
    background: #fff;
    padding: 0 14px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
 
.blog-pagination a:hover,
.blog-pagination span.current{
    background: #372616;
    border-color: #372616;
    color: #fff;
    text-decoration: none;
}
 
.blog-newsletter {
    padding-bottom: 30px;
}
 
.blog-detail-hero {
    background: linear-gradient(rgba(39, 20, 4, 0.76), rgba(39, 20, 4, 0.58)), no-repeat center center;
    background-size: cover;
    background-position: bottom center;
}
 
.blog-detail-content {
    padding: 45px 0 20px;
}
 
.blog-article-shell {
    background: #fff;
    box-shadow: 0 16px 40px rgba(55, 38, 22, 0.08);
    padding: 34px 34px 20px;
}
 
.blog-breadcrumb {
    margin-bottom: 22px;
    color: #8f7663;
    font-size: 13px;
    line-height: 22px;
}
 
.blog-breadcrumb a {
    color: #8f7663;
}
 
.blog-breadcrumb a:hover {
    color: #372616;
    text-decoration: none;
}
 
.blog-breadcrumb span {
    display: inline-block;
    margin: 0 8px;
}
 
.blog-article-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 28px;
}
 
.blog-article-media {
    margin-bottom: 30px;
}
 
.blog-article-media img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}
 
.blog-article-body {
    color: #4d3a2d;
}
 
.blog-article-body p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 29px;
}
 
.blog-article-body h2 {
    font-size: 27px;
    line-height: 33px;
    margin: 34px 0 16px;
}
.blog-article-body h3 {
    font-size: 23px;
    line-height: 32px;
    margin: 34px 0 16px;
}
 
.blog-article-list {
    margin: 0 0 24px;
    padding-left: 20px;
}
 
.blog-article-list li {
    margin-bottom: 10px;
    line-height: 27px;
}
 
.blog-article-cta {
    margin-top: 35px;
    padding: 28px;
    background: #f4f6e0;
    border-left: 4px solid #372616;
}
 
.blog-article-cta p {
    margin-bottom: 16px;
}
 
.blog-share {
    padding-top: 10px;
    margin-top: 22px;
    border-top: 1px solid #eaded1;
    display: flex;
}
.sub-heading {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 0;
  font-family: 'Champagne-Limousines-Bold', sans-serif;
}
 
.blog-share h3 {
    margin-bottom: 0;
}
 
.blog-share-links {
    margin-top: 2px;
    margin-left: 1rem;
    width: 100%;
    display: flex;
}
 
.blog-share-links a {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 10px;
    color: #372616;
    font-family: 'Champagne-Limousines-Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
.blog-share-links a:hover {
    color: #7d5331;
    text-decoration: none;
}
 
.blog-share-links i {
    margin-right: 6px;
}
 
.blog-related {
    padding: 20px 0 40px;
}
 
.blog-section-head {
    margin-bottom: 22px;
}
 
.blog-section-head h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
}
 
@media only screen and (max-width:991px) {
    header .sub-menu li a {
        color: #efd6c0 ;
    }
    header a.logo {
        margin: 0;
    }
    .blog-hero {
        padding: 55px 0 30px;
    }
    .blog-intro h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .blog-card h2{
        font-size: 21px;
        line-height: 27px;
    }
    .blog-article-title {
        font-size: 31px;
        line-height: 37px;
    }
}
 
@media only screen and (max-width:767px) {
    .blog-hero-box {
        min-height: 240px;
    }
    .blog-intro {
        padding-top: 34px;
    }
    .blog-intro h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .blog-hero-copy {
        font-size: 15px;
        line-height: 25px;
    }
    .blog-listing {
        padding-top: 35px;
    }
    .blog-article-shell {
        padding: 24px 20px 16px;
    }
    .blog-article-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 22px;
    }
    .blog-article-body h3 {
        font-size: 23px;
        line-height: 29px;
    }
    .blog-share-links a {
        display: block;
        margin-right: 0.5rem;
    }
}
 
@media only screen and (max-width:576px) {
    .blog-page header .logo img {
        width: 102px;
        margin-bottom: 6px;
    }
    .blog-page header.fixed-top .logo img {
        width: 78px;
        margin-bottom: 2px;
    }
    .blog-hero {
        margin-top: 0px;
        padding: 35px 0 20px;
    }
    .blog-hero-box {
        min-height: 180px;
    }
    .blog-card-image img {
        height: 220px;
    }
    .blog-card-body {
        padding: 22px 18px 20px;
    }
    .blog-detail-content {
        padding-top: 30px;
    }
    .blog-article-media {
        margin-bottom: 22px;
    }
    .blog-article-body p {
        font-size: 15px;
        line-height: 27px;
    }
    .blog-article-cta {
        padding: 22px 18px;
    }
}
.custom-content-home p{
  max-width: 960px;
  margin: auto;
  padding-bottom: 16px;
  text-align: center;
}
.wp-block-list li {
  margin-bottom: .75rem;
}
.blog-article-body p a{text-decoration: underline;}
.about-pic {
  display: flex;
  justify-content: center;
}