/*------------------------------------*\
    1. BASE
\*------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    1. MEDIA QUERY MIXINS
\*------------------------------------*/
/*------------------------------------*\
    1. BRAND
\*------------------------------------*/
/* black */
/* gold */
/*------------------------------------*\
    2. FONTS & TYPO
\*------------------------------------*/
/*------------------------------------*\
   3. Z-LEVELS
\*------------------------------------*/
/*------------------------------------*\
    1. MIXINS
\*------------------------------------*/
/*------------------------------------*\
    2. LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    1. DEFAULT BOX-SIZING
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------------------*\
    2. BASE
\*------------------------------------*/
html, body {
  min-height: 100%;
}
html ::-moz-selection, body ::-moz-selection {
  background-color: black;
  color: white;
}
html ::selection, body ::selection {
  background-color: black;
  color: white;
}

body.scroll-blocked {
  overflow: hidden;
}

#main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  opacity: 0;
  overflow-x: hidden;
  transition: 500ms opacity linear;
  width: 100%;
}
#main-wrapper.active {
  opacity: 1;
}
#main-wrapper #content-wrapper {
  flex: 1 0 auto;
  /* ie 11 */
}

/*------------------------------------*\
    1. FONTS
\*------------------------------------*/
@font-face {
  font-family: Balboa Studer;
  font-weight: 300;
  src: url("../fonts/balboa-studer-light.woff2") format("woff2");
}
@font-face {
  font-family: Balboa Studer;
  font-weight: 600;
  src: url("../fonts/balboa-studer-bold.woff2") format("woff2");
}
/*------------------------------------*\
    1. BASIC TYPO
\*------------------------------------*/
html {
  color: black;
  font-family: Balboa Studer, sans-serif;
  font-size: 100%;
}

body {
  color: black;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1260px) {
  body {
    font-size: 1.75vw;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 1.5vw;
  }
}

/*------------------------------------*\
    2. PARAGRAPH & STYLES
\*------------------------------------*/
p {
  margin: 0;
  padding: 0 0 0.875rem;
}

strong, bold {
  font-weight: 600;
}

/*------------------------------------*\
    3. TITLE
\*------------------------------------*/
h1, .title-h1, h2, .title-h2, h3, .title-h3, h4 {
  line-height: 1.2;
  margin: 0 0 0.5rem;
  padding: 0;
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}
a h1:hover, a h1:focus, a h2:hover, a h2:focus, a h3:hover, a h3:focus, a h4:hover, a h4:focus, a h5:hover, a h5:focus {
  color: black;
}

h1, .title-h1 {
  color: black;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.225;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  h1, .title-h1 {
    font-size: 3em;
  }
}

h2, .title-h2 {
  color: black;
  font-size: 1.75em;
  font-weight: 600;
  margin: 2.5rem 0 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  h2, .title-h2 {
    font-size: 2.125em;
  }
}

h3, .title-h3 {
  color: black;
  font-size: 1.375em;
  font-weight: 300;
  margin: 1.5rem 0 0.5em;
  text-transform: uppercase;
}

.section-title {
  margin-top: 0;
  padding-top: 0;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: black;
  outline: none;
  transition: 200ms all linear;
  text-decoration: none;
}
a:hover, a:focus {
  color: black;
  outline: none;
}

/*------------------------------------*\
    5. BUTTONS
\*------------------------------------*/
button {
  background-color: transparent;
  border: 2px solid black;
  border-radius: 0;
  color: black;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 2rem 0.425rem;
  outline: none;
  text-transform: uppercase;
  transition: 200ms all linear;
}
button:hover, button:focus {
  cursor: pointer;
  transform: scale(1.05);
  transform-origin: center center;
}

/*------------------------------------*\
    6. LISTS
\*------------------------------------*/
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    1. IMAGES & FIGURE
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

figure {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 1.5rem 0;
  position: relative;
}
figure img {
  margin: 0;
}
figure figcaption {
  background-color: white;
  font-size: 0.725em;
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0.25rem 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-weight: 300;
}

/*------------------------------------*\
    1. IFRAME
\*------------------------------------*/
iframe {
  max-width: 100%;
}

/*------------------------------------*\
    1. FORMS
    1.2 PLACEHOLDER
\*------------------------------------*/
form {
  position: relative;
}

input {
  line-height: normal;
  max-width: 100%;
}

input[type=text],
input[type=email] {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid black !important;
  border-radius: 0;
  box-shadow: none !important;
  color: black;
  display: block;
  font-family: Balboa Studer, sans-serif;
  font-weight: 300;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1.25rem;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus {
  border-color: #b18955 !important;
  outline: none !important;
}

textarea {
  background-color: transparent;
  border: 2px solid black !important;
  font-family: Balboa Studer, sans-serif;
  font-weight: 300;
  padding: 0.75rem 1.25rem;
  width: 100%;
  -webkit-appearance: none;
}
textarea:focus {
  border-color: #b18955 !important;
  outline: none !important;
}

.submit-wrapper {
  margin-top: 0.925rem;
}
.submit-wrapper input[type=submit] {
  background-color: #b18955;
  border-radius: 0;
  box-shadow: 0;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  font-family: Balboa Studer, sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0.625rem 0 0.5rem;
  text-transform: uppercase;
  transition: all 0.55s ease;
  width: 100%;
  -webkit-appearance: none;
}
.submit-wrapper input[type=submit]:hover, .submit-wrapper input[type=submit]:focus {
  background-color: black;
  opacity: 1;
}

/* 1.2 PLACEHOLDER */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
  font-size: 0.925em;
  line-height: 1;
  opacity: 0.375;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-size: 0.925em;
  line-height: 1;
  opacity: 0.375;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
  font-size: 0.925em;
  line-height: 1;
  opacity: 0.375;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-size: 0.925em;
  line-height: 1;
  opacity: 0.375;
}

/*------------------------------------*\
    1. CONTACT-FORM 7 STYLING
\*------------------------------------*/
/* CONTACT-FORM 7 OVERRIDES */
body {
  /* Mailchimp Checkbox */
  /* HONEY-POT */
}
body .ajax-loader {
  display: none !important;
  display: none !important;
}
body .wpcf7-not-valid-tip {
  color: black !important;
  font-size: 1rem;
  margin-top: -0.75rem 0 0.85rem;
  font-weight: 300;
  opacity: 1 !important;
}
body .wpcf7-response-output {
  border: none !important;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
  border: 1px solid black;
  font-size: 1rem;
  padding: 0.5rem 2rem !important;
}
body div.wpcf7-mail-sent-ok {
  background-color: black;
  border: 0;
  color: white;
  font-size: 1.25rem;
  padding: 0.35rem 2rem;
}
body span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}
body .wpcf7-spinner,
body .mc4wp-checkbox {
  display: none !important;
}
body .important-fields {
  display: none !important;
}

/*------------------------------------*\
    3. MODULES
\*------------------------------------*/
/*------------------------------------*\
    1. HEADER
    1.1 HEADER-IMAGE (FRONTPAGE)
    1.2 HEADER-TOP-BAR
\*------------------------------------*/
header.header-image {
  background-image: url(../img/background-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 50% 50%/0 0 3.75% 3.75%;
  display: flex;
  align-items: center;
  height: 97.5vh;
}
@media only screen and (min-width: 1260px) {
  header.header-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header.header-image .header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 82.5%;
}
header.header-image .header-inner .header-text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  header.header-image .header-inner .header-text {
    width: 45%;
  }
}
header.header-image .header-inner .header-text .main-title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  header.header-image .header-inner .header-text .main-title {
    text-align: left;
  }
}
header.header-image .header-inner .header-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  header.header-image .header-inner .header-image {
    width: 45%;
  }
}
header.header-image .header-inner .header-image img {
  margin: 0 auto;
  width: 80%;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  header.header-image .header-inner .header-image img {
    height: 50vh;
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 1260px) {
  header.header-image .header-inner .header-image img {
    height: 75vh;
  }
}

header.header-top-bar {
  background-color: black;
  font-size: 1rem;
}
header.header-top-bar .back-bar {
  margin: 0 auto;
  padding: 0.2rem 0;
  width: 90%;
  max-width: 1200px;
}
header.header-top-bar .back-bar .back-link {
  color: white;
}
header.header-top-bar .back-bar .back-link::before {
  background-image: url("../img/icons/arrow-back-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
header.header-top-bar .back-bar .back-link:hover, header.header-top-bar .back-bar .back-link:focus {
  opacity: 0.85;
}

/*------------------------------------*\
    1. FOOTER
\*------------------------------------*/
footer {
  background-image: url(../img/background-footer.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: 20vh;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  footer {
    height: 50vh;
  }
}
footer .disclaimer {
  margin-top: auto;
  padding: 0.5rem 0;
}
footer .disclaimer ul {
  font-size: 0.7em;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  footer .disclaimer ul {
    font-size: 1rem;
  }
}
footer .disclaimer ul li {
  font-size: 300;
  margin: 0 0.5rem;
}
footer .disclaimer ul li a:hover, footer .disclaimer ul li a:focus {
  opacity: 0.625;
}

#buy-button {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  #buy-button {
    top: 2rem;
    right: 2rem;
  }
}
#buy-button a {
  background-color: #b18955;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5.5rem;
  width: 5.5rem;
  padding-top: 0.125em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #buy-button a {
    height: 6.25rem;
    width: 6.25rem;
  }
}
#buy-button a:hover, #buy-button a:focus {
  color: white;
  transform: scale(1.125);
}

/*------------------------------------*\
    1. CONFIRMATION
\*------------------------------------*/
#age-confirmation {
  background-color: rgba(255, 255, 255, 0.925);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
#age-confirmation .inner {
  text-align: center;
  width: 90%;
}
#age-confirmation .inner h2 {
  color: #b18955 !important;
  margin-top: 0;
}
#age-confirmation .inner div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
#age-confirmation .inner div a {
  border: 3px solid #b18955;
  color: #b18955 !important;
  display: block;
  font-size: 0.825em;
  margin: 0 0.5rem;
  text-transform: uppercase;
  padding: 0.5rem 1.75rem 0.15rem;
}
#age-confirmation .inner div a:hover, #age-confirmation .inner div a:focus {
  border-color: black !important;
  color: black !important;
}

/*------------------------------------*\
    5. VIEWS
\*------------------------------------*/
/*------------------------------------*\
    1. FRONT-PAGE
\*------------------------------------*/
.home main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home main section {
  padding: 4.25em 0;
  width: 100%;
}
.home main section .section-title {
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .home main section .section-title {
    display: flex;
    flex-direction: column;
  }
}
.home main section:nth-child(1) {
  max-width: 1600px;
  width: 82.5%;
}
.home main section:nth-child(1) .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home main section:nth-child(1) .inner > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(1) .inner > div {
    width: 47.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(1) .inner > div *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.home main section:nth-child(2) {
  max-width: 1600px;
  padding-top: 0;
  width: 82.5%;
}
.home main section:nth-child(2) .inner {
  display: flex;
  flex-direction: column;
}
.home main section:nth-child(2) .title .section-title {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(2) .title .section-title {
    width: 45%;
  }
}
.home main section:nth-child(2) .map {
  line-height: 0;
  text-align: center;
}
.home main section:nth-child(2) .map img {
  margin: 1.625em auto 1.75em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(2) .map img {
    width: 60%;
  }
}
.home main section:nth-child(2) .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home main section:nth-child(2) .text > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(2) .text > div {
    width: 47.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(2) .text > div p {
    padding-bottom: 0;
  }
}
.home main section:nth-child(3) {
  padding-top: 0;
}
.home main section:nth-child(3) .image-slider {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.home main section:nth-child(3) .image-slider ul {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100vw;
}
.home main section:nth-child(3) .image-slider ul li .image-wrapper {
  line-height: 0;
  position: relative;
}
.home main section:nth-child(3) .image-slider ul li .image-wrapper::before {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: inline-block;
  height: 25%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home main section:nth-child(3) .image-slider ul li .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 65vh;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(3) .image-slider ul li .image-wrapper img {
    height: 82.5vh;
  }
}
.home main section:nth-child(3) .image-slider ul li .image-wrapper .label {
  color: white;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(3) .image-slider ul li .image-wrapper .label {
    bottom: 1.25rem;
    right: 3.25rem;
    left: auto;
  }
}
.home main section:nth-child(3) .image-slider .controls button {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 0;
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home main section:nth-child(3) .image-slider .controls button:last-child {
  background-image: url(../img/icons/arrow-right.png);
  right: 2.5vw;
}
.home main section:nth-child(3) .image-slider .controls button:first-child {
  background-image: url(../img/icons/arrow-left.png);
  left: 2.5vw;
}
.home main section:nth-child(4) {
  padding-top: 0;
  padding-bottom: 2.5em;
  width: 82.5%;
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(4) {
    width: 67.5%;
  }
}
@media only screen and (min-width: 1600px) {
  .home main section:nth-child(4) {
    padding-bottom: 4.25em;
  }
}
.home main section:nth-child(4) .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home main section:nth-child(4) .inner .title {
  margin-bottom: 1.625em;
  text-align: center;
  width: 100%;
}
.home main section:nth-child(4) .inner .title .section-title {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(4) .inner .title .section-title {
    width: 57.5%;
  }
}
.home main section:nth-child(4) .inner > .image,
.home main section:nth-child(4) .inner > .text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(4) .inner > .image,
.home main section:nth-child(4) .inner > .text {
    width: 47.5%;
  }
}
.home main section:nth-child(4) .inner .ingredients {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5em;
}
.home main section:nth-child(4) .inner .ingredients .ingredient {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 3.25rem;
  width: 31.5%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(4) .inner .ingredients .ingredient {
    width: 48.25%;
  }
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(4) .inner .ingredients .ingredient {
    width: 31.5%;
  }
}
.home main section:nth-child(4) .inner .ingredients .ingredient .image {
  text-align: center;
}
.home main section:nth-child(4) .inner .ingredients .ingredient .image img {
  height: 4em;
  width: auto;
  margin: 0 auto;
}
.home main section:nth-child(4) .inner .ingredients .ingredient .image img.cubeb-pepper {
  height: auto;
  padding-top: 1.5rem;
  margin: 0 auto;
  width: 60%;
}
.home main section:nth-child(4) .inner .ingredients .ingredient .label {
  display: block;
  font-size: 0.75em;
  margin-top: auto;
  padding-top: 0.2em;
  text-align: center;
}
.home main section:nth-child(4) .inner .image {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(4) .inner .image {
    margin-bottom: 0;
  }
}
.home main section:nth-child(4) .inner .image img {
  width: 80%;
  margin: 0 auto;
  max-width: 480px;
}
.home main section:nth-child(5) {
  background-image: url(../img/background-gold-matterhorn.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vh;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(5) {
    height: 75vh;
  }
}
.home main section:nth-child(5)::before, .home main section:nth-child(5)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
}
.home main section:nth-child(5)::before {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}
.home main section:nth-child(5)::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  bottom: 0;
  right: 0;
}
.home main section:nth-child(5) .inner {
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0 7.5vw;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(5) .inner {
    align-items: center;
  }
}
.home main section:nth-child(5) .inner .section-title {
  color: #b18955;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .home main section:nth-child(5) .inner .section-title {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .home main section:nth-child(5) .inner .section-title {
    font-size: 1.5em;
    padding-bottom: 2rem;
  }
}
.home main section:nth-child(6) {
  max-width: 1600px;
  padding-bottom: 2rem;
  width: 82.5%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) {
    padding-bottom: 0;
  }
}
.home main section:nth-child(6) .text-image {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .text-image {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1260px) {
  .home main section:nth-child(6) .text-image {
    align-items: center;
  }
}
.home main section:nth-child(6) .text-image > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .text-image > div {
    width: 47.5%;
  }
}
.home main section:nth-child(6) .text-image > div.image figure {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .text-image > div.text > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .home main section:nth-child(6) .text-image > div.text > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.home main section:nth-child(6) .images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .images {
    margin-top: 4.5em;
  }
}
.home main section:nth-child(6) .images .item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .images .item {
    width: 32.5%;
  }
}
.home main section:nth-child(6) .images .item figure {
  margin: 0;
  overflow: hidden;
}
.home main section:nth-child(6) .images .item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  height: 100%;
  width: 100%;
}
.home main section:nth-child(6) .images .image-baskets {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.home main section:nth-child(6) .images .image-baskets .text {
  background-color: white;
  display: flex;
  align-items: center;
  padding: 0.325rem 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .images .image-baskets .text {
    background-color: transparent;
    height: 25%;
    margin-bottom: 0;
    padding: 0;
    position: static;
  }
}
.home main section:nth-child(6) .images .image-baskets .text h3 {
  font-size: 1.625em;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .images .image-baskets .text h3 {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(6) .images .image-baskets .text h3 {
    font-size: 1.4em;
  }
}
.home main section:nth-child(6) .images .image-baskets figure {
  display: none;
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .images .image-baskets figure {
    display: block;
  }
}
.home main section:nth-child(6) .images .image-distilling {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home main section:nth-child(6) .images .image-distilling {
    display: block;
  }
}
.home main section:nth-child(6) .images .image-baskets figure {
  height: 75%;
}
.home main section:nth-child(7) {
  max-width: 1600px;
  padding-bottom: 0;
  width: 82.5%;
}
.home main section:nth-child(7) .form-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(7) .form-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .home main section:nth-child(7) .form-wrapper > div {
    width: 47.5%;
  }
}

/*------------------------------------*\
    1. DEFAULT-PAGE
\*------------------------------------*/
.page-template-default:not(.home) main,
.error404 main {
  font-size: 1em;
  margin: 0 auto;
  padding: 5rem 0 0;
  width: 90%;
  max-width: 1200px;
}
.page-template-default:not(.home) main > *:first-child,
.error404 main > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.page-template-default:not(.home) main > *:last-child,
.error404 main > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
