body {
    overflow-x: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
    body {
        display: inline;
    }
}

a {
	color: #7d2a34;
}

section {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grey-bg {
    background-color: #cedbeb;
}

section.grey-white {
	background: linear-gradient(90deg, #cedbeb 50%, #FFFFFF 50%);
}

@media (max-width: 991px) {
    section.grey-white {
		background: rgb(206,219,235);
		background: linear-gradient(180deg, rgba(206,219,235,1) 0%, rgba(255,255,255,1) 100%);
	}
}

section.white-grey {
	background: linear-gradient(90deg, #FFFFFF 50%, #cedbeb 50%);
}

@media (max-width: 991px) {
    section.white-grey {
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(206,219,235,1) 100%);
	}
}

section.page-title.parallax-section {
	margin-top: 80px;
}

@media (max-width: 991px) {
    section.page-title.parallax-section {
		margin-top: 60px;
	}
}

@media (max-width : 768px) {
    .blog-masonry.two-col .masonry-post {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    #footer {
        position: relative;
    }
}

.copy-text p {
    margin: 0;
    text-align: center;
}

.vc_col-md-6.img-side {
	padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .img-cover {
        display: none;
        min-height: 300px;
    }
}

/* Navbar */

#navbar {
	background-color: #222225;
}

@media (min-width: 992px) {
    #navbar #navigation {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
    }
}

@media (min-width: 992px) {
    #navbar .navigation-menu {
        float: none;
    }
}

@media (min-width: 992px) {
    #navbar .navigation-menu>li {
        position: relative;
        float: none;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #navbar .logo {
        position: absolute;
        left: 50%;
        margin-left: -75px;
    }
    .home #navbar .logo {
        margin-left: -25px;
    }
}

@media (min-width: 992px) {
    #navbar.stick .logo {
        margin-left: -25px;
    }
}

#navbar .logo img {
    width: 150px;
    max-height: 150px;
}

.home #navbar .logo img {
    width: 50px;
    max-height: 50px;
}

#navbar .logo .logo-dark  {
    width: 50px;
}

@media only screen and (max-width: 991px) {
    #navbar .menu-extras .menu-item>div>a, #aside-nav .menu-extras .menu-item>div>a {
        color: #fff;
    }
}

.hamburger-inner {
    background-color: #fff;
}

.hamburger-inner:before {
    background-color: #fff;
}

.hamburger-inner:after {
    background-color: #fff;
}

.vc_row.ov-v[data-vc-full-width],
.ov-v[data-vc-full-width]  {
    overflow: visible;
    z-index: 20;
}

.hero-img img {
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    .hero-img img {
        transform: scale(1.0) translateX(0);
    }
}

@media (min-width: 1200px) {
    .hero-img img {
        transform: scale(1.3);
    }
    .home .hero-img img {
        transform: scale(1.4) translateX(30px);
    }
}

@media (min-width: 1800px) {
    .hero-img img {
        transform: scale(1.3);
    }
    .home .hero-img img {
        transform: scale(1.25) translateX(100px);
    }
}

@media (min-width: 992px) {
    .light-slide #navbar:not(.stick) .navigation-menu>li>a {
        color: #FFF;
    }
}

/* header */

.v-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.v-stack .logo-holder {
  max-width: 150px;
  height: auto;
}

/* On larger screens, switch to row layout */
@media (min-width: 768px) {
  .v-stack {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .v-stack .title {
    text-align: left;
  }

  .v-stack .logo-holder {
    margin-right: 1rem;
  }
	
	.v-stack .btn-container {
    	text-align: left;
	}
}

section.parallax-section .parallax-overlay {
    opacity: .3;
}

@media (min-width: 992px) {
    .title h1 {
        font-size: 66px;
        letter-spacing: 0;
        margin-top: 0;
    }
}

.title h4, .title h4.upper {
    font-size: 22px;
    letter-spacing: 0;
}

/* homeslider */

#home-slider .row-parallax-bg .parallax-wrapper {
    height: 100% !important;
    transform: none  !important;
}

.slide-content h1, .slide-content h2, .slide-content h3, .slide-content h4, .slide-content h5, .slide-content h6 {
    font-family: 'Bungee Inline', 'PhosphateInline', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.slide-content h1 {
    color: #fff;
}

.slide-content h3 {
    color: #e7b868;
}

.slide-content img,
.slide-content .wpb_single_image img {
    max-width: 300px;
}

/* product info */

.product-info {
  position: relative;
  min-height: 163px;
  max-height: 163px;
  padding-bottom: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.shop-product:hover .product-info {
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.product-info h3 {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0;
}
.product-info h3 a:hover {
  color: #5f5f5f;
}
.product-info span.product-price {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.product-info .add-to-cart-btn {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  bottom: -100%;
  left: 0;
  right: 0;
}
.product-info .add-to-cart-btn a {
  display: inline-block;
  color: #00c077;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
}
.product-info .add-to-cart-btn a > span,
.product-info .add-to-cart-btn a.added_to_cart {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  letter-spacing: 0.05em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.product-info .add-to-cart-btn a.added_to_cart {
  margin-left: 0;
}
.product-info .add-to-cart-btn a > i {
  display: inline-block;
  vertical-align: middle;
}
.product-info .add-to-cart-btn a:hover {
  color: #00da87;
  background-color: transparent;
}
.product-info .add-to-cart-btn a.added {
  pointer-events: none;
}
.product-info .add-to-cart-btn a.added > i,
.product-info .add-to-cart-btn a.added > span {
  display: none;
}
.product-info .add-to-cart-btn a.added:after {
  font-size: 12px;
  vertical-align: middle;
}
.shop-product:hover .product-info .add-to-cart-btn {
  bottom: 0;
}
.product-info .product-rating {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* icon-box */
.icon-box-side {
	padding-left: 105px;
}

/* accordian */
.accordion-content p {
    margin-bottom: 1rem;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

/* WPBakery Overwrite */

.wpb_content_element.mb-0 {
    margin-bottom: 0
}

.h-100 > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

/* Tribe Overwrite */

.event-tickets .tribe-tickets__commerce-checkout, .tribe-common .tribe-tickets__commerce-checkout {
    max-width:  100%;
}

.tribe-events .tribe-events-c-small-cta__stock {
    display: none !important;
}

.tribe-common-b3.tribe-tickets__tickets-item-extra-available {
    display: none;
}