/*
Theme Name:     Storefront Child Theme
Author:         GMBS
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
body {
  font-family: "neuzeit-grotesk", sans-serif;
  color: #222;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "neuzeit-grotesk", sans-serif;
  color: #222;
}

body.home .content-area {
  width: 100%;
}

.nav-logo img {
  max-height: 40px;
  display: block;
}

.block-hero-front-page {
  min-height: 460px;
  height: 35vw;
  overflow: hidden;
}
.block-hero-front-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.block-hero-front-page .hero-video {
  background-position: center;
  background-size: cover;
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.block-hero-front-page .hero-video iframe {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
@media (max-width: 767px) {
  .block-hero-front-page {
    min-height: 460px;
    height: 35vw;
  }
  .block-hero-front-page .hero-video iframe {
    height: 100vw;
    width: 177.77777778vh;
  }
}

/* image overlay */
.background-image {
  position: absolute;
  overflow: hidden;
}

.front-page-teasers .level-teasers-flex__item.text-below,
.page-teasers .level-teasers-flex__item.text-below {
  background-color: #fff;
  color: #222;
  flex-direction: column;
  transition: all 0.3s ease;
}
.front-page-teasers .level-teasers-flex__item.text-below .background,
.page-teasers .level-teasers-flex__item.text-below .background {
  position: relative;
  flex: 0 0 300px;
  height: 300px;
  inset: auto;
  width: 100%;
}
.front-page-teasers .level-teasers-flex__item.text-below .background img,
.page-teasers .level-teasers-flex__item.text-below .background img {
  display: block;
}
.front-page-teasers .level-teasers-flex__item.text-below .background__image,
.page-teasers .level-teasers-flex__item.text-below .background__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.front-page-teasers .level-teasers-flex__item.text-below .background::before,
.page-teasers .level-teasers-flex__item.text-below .background::before {
  content: none;
}
.front-page-teasers .level-teasers-flex__item.text-below .level-teasers-flex__item__inner,
.page-teasers .level-teasers-flex__item.text-below .level-teasers-flex__item__inner {
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.5rem;
}

.level-teasers-flex {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.level-teasers-flex__item {
  color: #fff;
  display: flex;
  flex: 1 1 0;
  min-height: 300px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-radius: 15px;
}
.level-teasers-flex__item:hover {
  color: #fff;
  text-decoration: none;
}
.level-teasers-flex__item:hover .background__image {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.level-teasers-flex__item:hover .teaser-btn {
  background-color: #8b672d;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.level-teasers-flex__item .background {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.level-teasers-flex__item .background::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.level-teasers-flex__item .background__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.level-teasers-flex__item__inner {
  align-self: flex-start;
  padding: 2rem;
  width: 100%;
  z-index: 2;
}
.level-teasers-flex__item .project-title,
.level-teasers-flex__item .project-description {
  color: inherit;
}
.level-teasers-flex__item .project-description {
  margin-bottom: 1rem;
}
.level-teasers-flex__item .read-more-link.teaser-btn {
  margin-top: auto;
  border-radius: 5px;
}

.front-page-teasers .level-teasers-flex__item.text-below .background,
.page-teasers .level-teasers-flex__item.text-below .background {
  height: 300px;
  position: relative;
  border-radius: 5px;
}

.front-page-teasers .level-teasers-flex__item.teaser-text-overlay,
.page-teasers .level-teasers-flex__item.teaser-text-overlay {
  position: relative;
  color: #fff;
}
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay h1,
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay h2,
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay h3,
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay h4,
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay h5,
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay h6,
.page-teasers .level-teasers-flex__item.teaser-text-overlay h1,
.page-teasers .level-teasers-flex__item.teaser-text-overlay h2,
.page-teasers .level-teasers-flex__item.teaser-text-overlay h3,
.page-teasers .level-teasers-flex__item.teaser-text-overlay h4,
.page-teasers .level-teasers-flex__item.teaser-text-overlay h5,
.page-teasers .level-teasers-flex__item.teaser-text-overlay h6 {
  color: #fff;
}
.front-page-teasers .level-teasers-flex__item.teaser-text-overlay .background::before,
.page-teasers .level-teasers-flex__item.teaser-text-overlay .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
  z-index: 1;
  /* Ensure the overlay is above the image */
}

@media (max-width: 767.98px) {
  .level-teasers-flex__item {
    flex-basis: 100%;
    width: 100%;
  }
}
.block-hero-page {
  min-height: 250px;
  max-height: 450px;
  height: 50vw;
}
.block-hero-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.side-by-side > .row > * {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}

@media (min-width: 768px) {
  .side-by-side-image-right .side-by-side__image,
  .side-by-side-image-left .side-by-side__image {
    min-height: clamp(420px, 45vw, 420px);
  }
  .side-by-side-image-right .side-by-side__image img,
  .side-by-side-image-left .side-by-side__image img {
    display: block;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .side-by-side > .row > * {
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
  }
  .side-by-side.side-by-side-image-right > .row {
    flex-direction: column-reverse;
    gap: 2em !important;
  }
  .side-by-side__content {
    min-height: 200px;
    margin-top: 2em;
  }
  .side-by-side__image {
    height: 300px;
  }
  .side-by-side__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
header.woocommerce-products-header,
header.entry-header {
  margin-bottom: 2rem;
  padding: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 5px;
}
header.woocommerce-products-header > *,
header.entry-header > * {
  margin: 0;
  padding: 0;
}
header.woocommerce-products-header img,
header.entry-header img {
  max-height: 90px;
  width: auto;
}

.single_add_to_cart_button.button,
.wc-proceed-to-checkout .button,
#payment .place-order .button {
  color: #fff !important;
  border: 1px solid #8b672d;
  background-color: #8b672d;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.single_add_to_cart_button.button:hover,
.wc-proceed-to-checkout .button:hover,
#payment .place-order .button:hover {
  background-color: rgba(139, 103, 45, 0.8);
  border: 1px solid #8b672d;
  color: #fff;
}

.header-search-toggle svg {
  stroke: #222 !important;
}

.site-logo.logo-desktop {
  height: 65px;
}

ul.site-header-cart.only-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  ul.site-header-cart.only-mobile {
    display: block !important;
  }
}

.mobile-sidebar {
  display: none;
}
@media (max-width: 767px) {
  .mobile-sidebar {
    display: block;
    margin-bottom: 2rem;
  }
}

.desktop-sidebar {
  display: none !important;
}
@media (min-width: 768px) {
  .desktop-sidebar {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .main-navigation {
    position: absolute;
    right: 0;
    text-align: right !important;
  }
}

.col-full {
  max-width: 1200px !important;
}

.top-bar {
  background: #000;
  color: #fff;
  font-size: 17px;
  height: 30px;
  line-height: 20px;
  overflow: hidden;
}
.top-bar__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 30px;
  justify-content: space-between;
}
.top-bar .address-info,
.top-bar .opening-hours {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-bar .address-info p,
.top-bar .opening-hours p {
  display: inline;
  margin: 0;
}
.top-bar .social-media {
  display: flex;
  flex: 0 0 auto;
  gap: 0.75rem;
  white-space: nowrap;
}
.top-bar .social-media a {
  color: inherit;
  text-decoration: none;
}
.top-bar .social-media a:hover, .top-bar .social-media a:focus {
  text-decoration: underline;
}

.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
  padding: 0.65rem 1.75rem;
}
.btn-primary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover {
  background-color: #fff;
  color: #000;
}

.btn-secondary {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  padding: 0.65rem 1.75rem;
}
.btn-secondary:hover {
  background-color: #000;
  color: #fff;
}

.button,
input {
  border-radius: 5px !important;
}

body:not(.page) .site-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 2.617924em;
  padding-right: 2.617924em;
}

header {
  background-color: #e8d6cb !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
header .storefront-primary-navigation {
  position: relative;
}
header .storefront-primary-navigation > .col-full {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
header .site-branding {
  align-items: center;
  clear: none !important;
  display: flex !important;
  flex: 0 0 auto;
  float: none !important;
  height: 100px;
  margin-bottom: 0;
  margin-right: 0 !important;
  width: auto !important;
}
header .site-branding .custom-logo-link {
  display: block;
  height: 60px;
}
header .site-branding .custom-logo-link img {
  height: 60px;
  width: auto;
}
header .main-navigation {
  clear: none !important;
  flex: 1 1 auto;
  float: none !important;
  margin-right: 0 !important;
  text-align: center;
  width: auto !important;
}
header .site-search {
  margin-bottom: 0;
}
header .site-header-cart {
  display: flex;
  width: auto !important;
  align-items: center;
  justify-content: center;
}
header .site-header-cart.only-mobile {
  display: none !important;
}
header .site-header-cart.only-desktop {
  display: flex !important;
}

.header-search-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.header-search-toggle:hover {
  background: rgba(0, 0, 0, 0.06);
}
.header-search-toggle svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-product-search {
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  clear: none !important;
  display: none;
  float: none !important;
  margin-right: 0 !important;
  padding: 1rem;
  position: absolute;
  right: 2.617924em;
  top: 100%;
  width: min(420px, 100% - 5.235848em) !important;
  z-index: 10;
}
.header-product-search.is-open {
  display: block;
}
.header-product-search form {
  margin-bottom: 0;
}

.site-header-cart a.cart-contents-custom {
  align-items: center;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  padding: 0.5em 1em;
  position: relative;
}
.site-header-cart a.cart-contents-custom .count {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  bottom: -0.25em;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1.5em;
  left: 2.25em;
  position: absolute;
  width: 1.5em;
}
.site-header-cart a.cart-contents-custom::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  content: "\f291";
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 1em;
  height: 1.5em;
  width: 1.5em;
}

.site-branding .site-logo.logo-desktop {
  display: flex;
  height: 65px;
}
.site-branding .site-logo.logo-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .main-navigation.only-mobile {
    display: block !important;
  }
  .top-bar .top-bar__inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .top-bar .address-info {
    display: none;
  }
  .top-bar .opening-hours {
    font-size: 14px;
  }
  header {
    padding-bottom: 0 !important;
  }
  header .storefront-primary-navigation > .col-full {
    display: grid;
    gap: 0 !important;
    grid-template-columns: 15% 1fr 25%;
    position: relative;
  }
  header .menu-toggle {
    float: none !important;
    position: relative;
    z-index: 10001;
  }
  header .main-navigation.toggled .menu-toggle {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    right: 0;
    top: 0;
  }
  header .main-navigation.toggled .handheld-navigation {
    background: #e8d6cb;
    bottom: 0;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.35);
    left: 0;
    max-height: none;
    overflow-y: auto;
    padding: 5rem 1.41575em 2rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  header .header-search-toggle {
    margin-left: auto;
    position: relative;
    z-index: 99;
  }
  header .header-product-search {
    right: 1.41575em;
    width: calc(100% - 2.8315em) !important;
  }
  .handheld-navigation ul.menu {
    list-style: none;
    margin: 0;
    padding: 10rem 0 0 !important;
  }
  .handheld-navigation ul.menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    position: relative;
  }
  .handheld-navigation ul.menu li:last-child {
    border-bottom: 0;
  }
  .handheld-navigation ul.menu li.shop-btn {
    color: #000 !important;
  }
  .handheld-navigation ul.menu li.shop-btn a {
    color: #fff !important;
  }
  .handheld-navigation ul.menu li a {
    color: #222 !important;
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 1rem;
    text-decoration: none !important;
  }
  .handheld-navigation ul.menu li .dropdown-toggle::after {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 0.5rem;
    margin: 0;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    width: 0.5rem;
  }
  .handheld-navigation ul.menu li .dropdown-toggle.toggled-on::after {
    transform: rotate(-135deg);
  }
  .handheld-navigation ul.menu .sub-menu {
    background: rgba(255, 255, 255, 0.28);
    margin: 0;
    padding: 0 0 0.5rem 1rem;
  }
  .handheld-navigation ul.menu .sub-menu li {
    border-bottom: 0;
  }
  .handheld-navigation ul.menu .sub-menu a {
    font-size: 0.95rem;
    font-weight: 400;
    padding-bottom: 0.65rem;
    padding-top: 0.65rem;
  }
  .handheld-navigation .dropdown-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #222 !important;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    right: 0;
    top: 0;
    width: 48px;
  }
  .site-branding .site-logo.logo-desktop {
    display: none;
  }
  .site-branding .site-logo.logo-mobile {
    display: block;
  }
  .site-header-cart.only-mobile {
    display: flex !important;
  }
  .site-header-cart.only-desktop {
    display: none !important;
  }
}
.shop-btn:not(.hero-shop-btn) {
  background-color: #8b672d;
  border: 1px solid #8b672d;
  border-radius: 5px;
  color: #000 !important;
  display: inline-block;
  margin: 0 1em;
  position: relative;
  text-decoration: none;
}
.shop-btn:not(.hero-shop-btn) a {
  color: #fff !important;
  font-size: 16px;
  padding: 0.75rem 1.25rem 0.75rem 2.25rem !important;
}
.shop-btn:not(.hero-shop-btn)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  content: "\f291";
  font-size: 0.85rem;
  left: 15%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shop-btn:not(.hero-shop-btn):hover {
  background-color: rgba(139, 103, 45, 0.8);
  border-color: #8b672d;
  color: #fff;
}
.shop-btn:not(.hero-shop-btn):hover a {
  color: #fff !important;
}

.hero-shop-btn a {
  align-items: center;
  background-color: #8b672d;
  border: 1px solid #8b672d;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  gap: 0.5em;
  padding: 0.75rem 1.25rem 0.75rem 0.75rem !important;
  position: relative;
  text-decoration: none;
}
.hero-shop-btn a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  content: "\f291";
  color: #000;
  font-size: 0.85rem;
}
.hero-shop-btn a:hover {
  background-color: rgba(139, 103, 45, 0.8);
  border-color: #8b672d;
  color: #fff;
}

span.teaser-btn {
  background: #fff;
  border: 1px solid #8b672d;
  color: #000;
  display: block;
  padding: 0.5em 0.75em;
  text-align: center;
  width: 100%;
}
span.teaser-btn:hover {
  background-color: #8b672d;
  color: #000;
}

.product-categories.brand-color-filter li.cat-item::before {
  content: "" !important;
}

.brand-color-filter__summary {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.brand-color-filter__summary::marker, .brand-color-filter__summary::-webkit-details-marker {
  display: none;
}

.brand-color-filter__dropdown .brand-color-filter__brand-link {
  color: #222 !important;
  flex: 1 1 auto;
  text-decoration: none !important;
}
.brand-color-filter__dropdown .brand-color-filter__colors li a {
  color: #43454b !important;
  text-decoration: none;
}
.brand-color-filter__dropdown[open] .brand-color-filter__caret::before {
  transform: rotate(-135deg);
}

.brand-color-filter__caret {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: inline-flex;
  flex: 0 0 1.75rem;
  height: 1.75rem;
  justify-content: center;
  padding: 0;
}
.brand-color-filter__caret::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 0.45rem;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 0.45rem;
}

.handheld-navigation ul.menu li button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  margin-left: 0.5em;
}

p + h2,
p + header h2,
p + h3,
p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 0.5em;
}

.custom-footer-columns {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .custom-footer-columns {
    flex-direction: column;
    gap: 20px;
  }
}
