/**
Theme Name: Foetenberg
Author: Michael Braatz [FOE Creative]
Author URI: ps://foecreative.com
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: p://www.gnu.org/licenses/gpl-2.0.html
**/

@import 'css/reset.css';
@import 'css/framework.css';
@import 'css/accordion.css';
@import 'css/blog.css';
@import 'css/button.css';
@import 'css/color.css';
@import 'css/error.css';
@import 'css/footer.css';
@import 'css/form.css';
@import 'css/gallery.css';
@import 'css/header.css';
@import 'css/slider.css';
@import 'css/typography.css';
@import 'css/woocommerce.css';
@import 'css/animation.css';

/************************ CONTENT STYLE ************************/

.container,
.flexcontainer {
  max-width: 1920px;
  margin: 0 auto;
}

.front-page .two-col:first-of-type {
  box-sizing: border-box;
  padding: 0 5%;
}

.hero {
  width: 100%;
  min-height: calc(100vh - 130px);
  background-size: cover;
  background-position: center;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 5%;
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.hero-transition {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.homepage-hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  vertical-align: middle;
}

.down-arrow {
  position: absolute;
  top: calc(100% - 150px);
  left: 50%;
  height: 40px;
  width: 40px;
  padding: 20px;
  background-image: url(img/mouse-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
  z-index: 99;
}

.pad-bot {
  padding-bottom: 4vw !important;
}

.nodisplay {
  display: none;
}

.four-col .gallery-image {
  max-height: 70% !important;
  max-width: 70% !important;
}

.custom-position p {
  padding: 5px 0 !important;
}

.hero video {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  min-width: 100vw;
}

.mc4wp-form {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}

.mc-signup {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 50rem;
  margin: 1vw auto;
  position: relative;
}

.mc-signup input.email {
  background-color: #fff;
  height: 50px;
  width: calc(100% - 60px);
  padding: 0 20px;
  border: none;
  border-radius: 50rem;
  color: #211d26;
  font-size: 16px;
}

.mc-signup input.submit {
  display: block;
  background-image: url(img/right-arrow.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 50px;
  width: 50px;
  border: 0;
  border-radius: 50rem;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  color: #211d26;
  padding-bottom: 10px;
  cursor: pointer;
}

.wp-block-columns.has-background.twenty {
  padding: 0 20%;
}

.wp-block-columns.has-background.ten,
.ten {
  padding: 0 10%;
  box-sizing: border-box;
}

.twenty {
  padding: 0 20%;
  box-sizing: border-box;
}

.wp-block-spacer {
  height: 3.5vw !important;
}

.primary-bg h3,
.primary-bg p {
  color: var(--foe-color-six);
}

.wp-block-jetpack-slideshow
  .wp-block-jetpack-slideshow_container
  .wp-block-jetpack-slideshow_slide
  figure
  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-left: 1px;
}

.wp-block-jetpack-slideshow_button-prev,
.wp-block-jetpack-slideshow_button-next,
.wp-block-jetpack-slideshow_button-pause {
  display: none !important;
}

.ht-n-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.ht-n-top .ht-notification-wrap,
.ht-n-bottom .ht-notification-wrap {
  padding: 0;
  height: 30px;
  text-align: center;
}

.ht-n-container .ht-notification-text,
.ht-n-container .ht-notification-text p {
  padding: 0;
}

.ht-notification-text p {
  font-size: 17px;
}

.cn-button.bootstrap {
  color: #fff;
  background: var(--foe-color-two) !important;
}

.page-id-15 .hero h1 {
  margin-top: -90px;
}

.has-text-align-left {
  text-align: center;
}

.wp-block-columns.has-background {
  padding: 50px 0;
}

.mobile-padding {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.leaf-1-left::before {
  content: '';
  background-image: url('img/leaf-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 0.64366);
  width: 30vw;
  top: -2vw;
  left: -13vw;
  animation: decoration-one 12s infinite ease-in-out;
  -moz-animation: decoration-one 12s infinite ease-in-out;
  -webkit-animation: decoration-one 12s infinite ease-in-out;
  -o-animation: decoration-one 12s infinite ease-in-out;
}

.leaf-3-right::after {
  content: '';
  background-image: url('img/leaf-3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 0.6962);
  width: 30vw;
  top: -9vw;
  right: -12vw;
  animation: decoration-two 10s infinite ease-in-out;
  -moz-animation: decoration-two 10s infinite ease-in-out;
  -webkit-animation: decoration-two 10s infinite ease-in-out;
  -o-animation: decoration-two 10s infinite ease-in-out;
}

.leaf-9-right::after {
  content: '';
  background-image: url('img/leaf-9.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 1.04467);
  width: 30vw;
  top: -18vw;
  right: -25vw;
  animation: decoration-three 12s infinite ease-in-out;
  -moz-animation: decoration-three 12s infinite ease-in-out;
  -webkit-animation: decoration-three 12s infinite ease-in-out;
  -o-animation: decoration-three 12s infinite ease-in-out;
}

.leaf-10-right::after {
  content: '';
  background-image: url('img/leaf-10.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(25vw * 1.17955);
  width: 25vw;
  top: -22vw;
  right: -10vw;
  animation: decoration-four 9s infinite ease-in-out;
  -moz-animation: decoration-four 9s infinite ease-in-out;
  -webkit-animation: decoration-four 9s infinite ease-in-out;
  -o-animation: decoration-four 9s infinite ease-in-out;
}

.leaf-11-left::after {
  content: '';
  background-image: url('img/leaf-11.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 0.88781);
  width: 30vw;
  bottom: -12vw;
  left: -12vw;
  animation: decoration-five 13s infinite ease-in-out;
  -moz-animation: decoration-five 13s infinite ease-in-out;
  -webkit-animation: decoration-five 13s infinite ease-in-out;
  -o-animation: decoration-five 13s infinite ease-in-out;
}

.leaf-12-left::before {
  content: '';
  background-image: url('img/leaf-12.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 0.81069);
  width: 30vw;
  top: -14vw;
  left: -12vw;
  animation: decoration-six 10s infinite ease-in-out;
  -moz-animation: decoration-six 10s infinite ease-in-out;
  -webkit-animation: decoration-six 10s infinite ease-in-out;
  -o-animation: decoration-six 10s infinite ease-in-out;
}

.leaf-10-left::before {
  content: '';
  background-image: url('img/leaf-10.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 1.17955);
  width: 30vw;
  top: -7vw;
  left: -15vw;
  animation: decoration-one 12s infinite ease-in-out;
  -moz-animation: decoration-one 12s infinite ease-in-out;
  -webkit-animation: decoration-one 12s infinite ease-in-out;
  -o-animation: decoration-one 12s infinite ease-in-out;
}

.leaf-1-right::before {
  content: '';
  background-image: url('img/leaf-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(30vw * 0.64366);
  width: 30vw;
  top: -7vw;
  right: -15vw;
  animation: decoration-two 10s infinite ease-in-out;
  -moz-animation: decoration-two 10s infinite ease-in-out;
  -webkit-animation: decoration-two 10s infinite ease-in-out;
  -o-animation: decoration-two 10s infinite ease-in-out;
}

div.wp-block-columns
  div.wp-block-column
  div.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.is-image-fill.hero.homepage-hero
  figure.wp-block-media-text__media {
  position: relative;
}

div.page-content.front-page
  div.wp-block-columns
  div.wp-block-column
  div.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.is-image-fill.hero.homepage-hero::after {
  content: '';
  background-image: url('../../uploads/2021/09/wine-mockup-home-leaf-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: calc(50vw * 1.16236);
  width: 50vw;
  top: 10%;
  left: 25%;
  transform: translate(-50%, -50%);
  animation: decoration-two 10s infinite ease-in-out;
  -moz-animation: decoration-two 10s infinite ease-in-out;
  -webkit-animation: decoration-two 10s infinite ease-in-out;
  -o-animation: decoration-two 10s infinite ease-in-out;
  z-index: -1;
}

html
  .page-id-15
  main
  div.page-content
  div.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.winery-bottle.leaf-12-left
  figure.wp-block-media-text__media::after {
  display: block;
  height: 100vh;
  width: 40vw;
  top: 0%;
  left: 51%;
  position: relative;
}

html
  .page-id-15
  main
  div.page-content
  div.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.winery-bottle.leaf-12-left
  figure.wp-block-media-text__media::after {
  content: '';
  background-image: url('../../uploads/2021/10/wine-mockup-winery-leaf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: 50vw;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  animation: decoration-two 10s infinite ease-in-out;
  -moz-animation: decoration-two 10s infinite ease-in-out;
  -webkit-animation: decoration-two 10s infinite ease-in-out;
  -o-animation: decoration-two 10s infinite ease-in-out;
  z-index: -1;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
  .mobile-padding {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}

@media only screen and (min-width: 500px) {
  div.page-content.front-page
    div.wp-block-columns
    div.wp-block-column
    div.wp-block-media-text.alignwide.has-media-on-the-right.is-stacked-on-mobile.is-image-fill.hero.homepage-hero::after {
    height: 100vh;
    width: 40vw;
    top: 0%;
    left: 51%;
  }
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .hero {
    min-height: calc(100vh - 80px);
  }

  .page-id-15 .hero h1 {
    margin-top: 0;
  }

  .custom-position {
    padding-left: 25vw !important;
  }

  .wp-block-jetpack-slideshow {
    margin-right: 30px;
  }

  .has-text-align-left {
    text-align: left;
  }

  .mobile-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .hero {
    min-height: calc(100vh - 130px);
  }

  table {
    margin-bottom: 25px;
  }

  .two-col img {
    width: 100%;
  }

  .custom-position {
    padding-left: 17vw !important;
  }

  .pad {
    box-sizing: border-box;
    padding: 0 5% !important;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1440px) {
  .page-content .three-col .container {
    margin-left: calc(5% - 35px);
  }

  .custom-position {
    padding-left: 20vw !important;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart .page-content {
    box-sizing: border-box;
    padding: 150px 5% 0;
  }

  .twenty,
  .wp-block-columns.has-background.twenty,
  .ten,
  .wp-block-columns.has-background.ten {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 768px) {
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0 5%;
  }

  .footer-mobile-style li {
    margin: 5px 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    text-align: center;
  }

  .woocommerce-page table.cart td.actions .coupon .input-text {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100% !important;
  }

  .woocommerce-cart .page-content {
    box-sizing: border-box;
    padding: 100px 10% 0;
  }
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0 !important;
}

.hthb-row {
  padding: 0;
  height: 30px;
}

.hthb-notification-content p {
  padding: 0px;
  text-align: center;
}

h4.has-foe-color-two-color {
  color: var(--foe-color-two);
}

.hide {
  display: none;
}
