@charset "UTF-8";
/*
Theme Name: Benedetto Guitars 2021
Theme URI: https://benedettoguitars.com/
Author: Kymera
Author URI: https://kymerastudio.com/
Description: Version 2.0 of the Benedetto Guitars theme, ready for 2021. Now uses SCSS to generate the stylesheet.
Version: 2.0.2.1
Text Domain: benny

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


1.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.6 Footer
   	  13.6.1 Footer - Sampler Section
   	  13.6.1 Footer - Sampler Section
   13.7 Optin Popup
   13.9 WooCommerce Overrides
      13.9.1 Single Product Pages
14.0 Comments
15.0 Widgets
16.0 Media & Plugins
   16.1 Galleries
   16.2 fancyBox Gallery
   16.3 LiquidSlider
   16.4 StickMe
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Animations
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/
/*_variables.scss */
/* Define Variables */
/*********************
BREAKPOINTS
*********************/
/*------------------------
ASPECT RATIO BOX
---------------------------- */
/*----------------------
FIX WEBKIT TRANSFORM STUTTER on ANIMATION
------------------------ */
/*-----------------------
EASING 
---------------------- */
/* Scss Document */
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #e0ffda;
  color: #B29F75;
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #D2C7AE;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.screen-reader-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus,
.screen-reader-only:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #302D2B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

*:focus-visible {
  outline: 1px solid #302D2B;
}

*:focus:not(:focus-visible) {
  outline: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* Font Cleanup & Reset */
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-feature-settings: "liga", "kern";
}

/* ------ General/Global Site Content ------------ */
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

#page {
  position: relative;
  word-wrap: break-word;
  width: 100%;
  overflow: hidden;
  background: #F5F3F1;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 1366px;
  max-width: 100%;
  padding: 0px 28px;
  position: relative;
  z-index: 2;
}
.wrap.wrap-full {
  width: 100%;
}
@media (min-width: 1024px) {
  .wrap {
    padding: 0px 48px;
  }
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  position: relative;
  z-index: 1;
}

.page-top-fill {
  height: 500px;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

#next-content {
  padding-top: 80px;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #B29F75;
  border: 0;
  height: 1px;
  margin: 55px 0px;
}

.hidden {
  display: none;
}

/* -------------------------------------------------------
 --------------------Vertical Center Content --------------
------------------------------------------------------------- */
.table-container {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.table-overlay {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  position: relative;
  max-width: 100vw;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 1px solid #D2C7AE;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  /*border-bottom: 1px solid $tan;*/
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}
a:hover {
  outline: 0px;
}
a:active {
  outline: 0px;
}
.site-content a {
  position: relative;
  display: inline-block;
  color: currentColor;
  transition: all 0.3s ease 0s;
}

/* ------ Arrow Links ------ */
a.next-arrow {
  display: block;
  width: 14px;
  height: auto;
  position: absolute;
  bottom: 12vh;
  left: 50%;
  margin-left: -7px;
  z-index: 10;
  color: #D2C7AE;
}

.page-template-page-about-benny a.next-arrow {
  color: #ffffff;
}

#page-arrow {
  width: 14px;
  height: 66px;
}

#page-arrow polygon {
  fill: currentColor;
}

@media screen and (min-width: 1072px) {
  a.next-arrow {
    bottom: 6vh;
  }
}
/* ---------------- Button Links ----------------------*/
a.button,
button.button,
a#bb-pp-button .woocommerce-page.woocommerce a.button,
.woocommerce-page.woocommerce .mm-col a#price-list-btn,
.bb-product-info #bb-pp-button,
.woocommerce-page.woocommerce a#more_posts {
  display: inline-block;
  position: relative;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  font-weight: 700;
  background: transparent;
  border: 1px solid #302D2B;
  border-radius: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1em;
  padding: 16px 18px 16px 18px;
  max-width: 100%;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
}
a.button:hover,
button.button:hover,
a#bb-pp-button .woocommerce-page.woocommerce a.button:hover,
.woocommerce-page.woocommerce .mm-col a#price-list-btn:hover,
.bb-product-info #bb-pp-button:hover,
.woocommerce-page.woocommerce a#more_posts:hover {
  background: #302D2B;
  color: #ffffff;
}
a.button.white,
button.button.white,
a#bb-pp-button .woocommerce-page.woocommerce a.button.white,
.woocommerce-page.woocommerce .mm-col a#price-list-btn.white,
.bb-product-info #bb-pp-button.white,
.woocommerce-page.woocommerce a#more_posts.white {
  background-color: #ffffff;
  color: #B29F75;
}
a.button.white:hover,
button.button.white:hover,
a#bb-pp-button .woocommerce-page.woocommerce a.button.white:hover,
.woocommerce-page.woocommerce .mm-col a#price-list-btn.white:hover,
.bb-product-info #bb-pp-button.white:hover,
.woocommerce-page.woocommerce a#more_posts.white:hover {
  background: #D2C7AE;
  color: #ffffff;
}

a.button-round,
.button-round {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-color: transparent;
  background-image: url("assets/images/arrowdisc-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease 0s;
  font-size: 0px;
  -webkit-appearance: none;
  border: 0px;
}
a.button-round.white,
.button-round.white {
  background-image: url("assets/images/arrowdisc-white.svg");
}
a.button-round.purple,
.button-round.purple {
  background-image: url("assets/images/arrowdisc-purple.svg");
}
a.button-round:hover,
.button-round:hover {
  transform: translateX(10px);
}

.has-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.has-bg picture {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.has-bg picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  min-height: 100%;
  width: 100%;
  display: flex;
}
.has-bg img.bg {
  z-index: 1;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
}

picture img {
  display: flex;
}

.blurme {
  filter: blur(0px);
  transform: scale(1);
  transition: filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.blurme.blurred {
  filter: blur(8px);
  transform: scale(1.02);
}

.aktiv {
  font-family: aktiv-grotesk, sans-serif;
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* Scss Document */
/*--------------------------------------------------------------
5.0 Font Includes
--------------------------------------------------------------*/
@font-face {
  font-family: "GT Super Display";
  src: url("assets/fonts/GT-Super-Display-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Super Display";
  src: url("assets/fonts/GT-Super-Display-Light-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Scss Document */
/* Typography */
body,
button,
input,
select,
textarea {
  color: #302D2B;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.06em;
  margin: 0 0 0.75em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

h2,
.home.blog .entry-title {
  color: #B29F75;
  font-family: "GT Super Display", serif;
  font-weight: 300;
}

@media (min-width: 768px) {
  .page-template-default h2 {
    font-size: 34px;
    color: #302D2B;
  }
}

.page-template-default ul li {
  font-size: 18px;
  line-height: 1.45em;
  font-weight: normal;
}

h3 {
  color: #B29F75;
  font-size: 30px;
  font-weight: 300;
}

h4 {
  color: #B29F75;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  color: #B29F75;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}

p {
  margin: 0px 0px 24px 0px;
  padding: 0;
  font-size: 18px;
  line-height: 1.45em;
  font-weight: normal;
}
p + h3, p + h2 {
  margin-top: 54px;
}
@media (min-width: 1024px) {
  p + h3, p + h2 {
    margin-top: 62px;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #B29F75;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #D2C7AE;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #B29F75;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

/* Scss Document */
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
label {
  color: inherit;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  font-size: 14px !important;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  background: #ffffff;
  border: 1px solid #302D2B;
  border-width: 1px 1px 1.5px 1px;
  padding: 10px 0px 10px 22px;
  height: 50px;
  text-transform: none;
  letter-spacing: 1px !important;
  height: auto;
  outline: 0;
}

textarea {
  font-size: 14px !important;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  background: #ffffff;
  border: 1px solid #302D2B;
  border-width: 1px 1px 1.5px 1px;
  padding: 22px 22px 22px 22px !important;
  height: 50px !important;
  text-transform: none;
  letter-spacing: 1px;
  height: 165px !important;
  outline: 0;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=number],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=range],
.gform_wrapper input[type=date],
.gform_wrapper input[type=month],
.gform_wrapper input[type=week],
.gform_wrapper input[type=time],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=color] {
  padding: 10px 0px 10px 22px !important;
  height: 50px !important;
}

.default-inner input[type=text],
.default-inner input[type=email],
.default-inner textarea {
  margin-bottom: 26px;
  display: inline-block;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #302D2B;
  border-color: #B29F75;
}

select {
  max-width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
}

button {
  -webkit-appearance: none;
}

input[type=button],
input[type=submit] {
  display: inline-block;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  font-weight: 700;
  background: transparent;
  border: 1px solid #302D2B;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1em;
  padding: 19px 30px;
  max-width: 100%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}
input[type=button]:hover,
input[type=submit]:hover {
  background: #302D2B;
  color: #ffffff;
}

/* ------------------ Placeholders -------------- */

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #B29F75;
  font-family: inherit;
  opacity: 1;
  position: relative;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B29F75;
  font-family: inherit;
  opacity: 1;
  position: relative;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input::placeholder,
textarea::placeholder {
  color: #B29F75;
  font-family: inherit;
  opacity: 1;
  position: relative;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

/* ---------------------- End Placeholders ------------------ */
/* On WooCommerce Checkout  */

.woocommerce-checkout ::-moz-placeholder {
  color: #B29F75;
  font-family: aktiv-grotesk, sans-serif;
  opacity: 1;
}

.woocommerce-checkout ::placeholder {
  color: #B29F75;
  font-family: aktiv-grotesk, sans-serif;
  opacity: 1;
}

input:-webkit-autofill {
  background-color: #ffffff;
  color: #B29F75;
}

/*--------------------------------------------------------------
6.0 Gravity Forms Overrides
--------------------------------------------------------------*/
.gform_wrapper .gfield,
.gform_wrapper span {
  position: relative;
}

#gform_submit_button_1 {
  width: 100%;
  color: #ffffff;
  background: #B29F75;
  border-radius: 0px;
  font-size: 13px;
  letter-spacing: 1px;
  border-width: 1.5px;
  margin-top: 40px;
}
#gform_submit_button_1:hover {
  background: #302D2B;
}

.gform_wrapper ::-moz-placeholder {
  text-transform: none;
}

.gform_wrapper ::placeholder {
  text-transform: none;
}

/* Set labels to hidden for some fields */
.gform_wrapper label {
  /*font-size:18px !important;
     font-weight:$normal !important;
     font-family:$font_body;
     color:inherit;
  display:block;
     width:100%;
     padding:7px 0px 7px 18px;
     margin:0px;
     position:absolute;
     left:0px;
     top:0px;
     line-height:32px !important;
     opacity:1;
     transition:all .5s ease 0s;
     z-index:5;
     pointer-events:none;
     */
  /* Hide for regular visitors - will show for screen readers */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Show labels for some fields */
#field_1_5 label,
#field_1_6 label {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible;
}

.gform_wrapper.gravity-theme label.gfield_label,
.gform_wrapper.gravity-theme legend.gfield_label {
  font-size: 14px;
  color: #302D2B;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 24px;
  padding-left: 24px;
}

#field_1_1 legend,
#field_1_13 legend {
  display: none !important;
}

.ginput_container_name label {
  display: none;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0p !important;
}

.gform_wrapper label.active {
  opacity: 0;
  transform: translateX(40px);
}

#gform_2 .gform_footer {
  text-align: right;
  margin-top: 0px;
}

#gform_2 ul.gform_fields li.gfield {
  padding-right: 0px;
}

.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 16px !important;
}

@media (min-width: 768px) {
  #field_1_4 {
    margin-top: 70px;
  }
}

#field_1_9 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #field_1_9 {
    margin-top: 60px;
  }
}

.gchoice {
  position: relative;
  margin-bottom: 10px;
}
.gchoice input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.gchoice label {
  display: flex !important;
  align-items: center;
  font-size: 14px !important;
  font-weight: 400;
}
.gchoice label::before {
  content: "";
  display: block;
  position: relative;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #302D2B;
  background: #ffffff;
  opacity: 1;
  margin-right: 12px;
}
.gchoice input[type=radio]:checked + label::before {
  background: #302D2B;
}

#field_1_10 {
  margin-top: 50px;
}
#field_1_10 h2 {
  font-size: 14px;
  color: #B29F75;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 24px;
  padding-left: 24px;
}

.gchoice_1_6_5 {
  display: flex;
  align-items: center;
}
.gchoice_1_6_5 br {
  display: none;
}
.gchoice_1_6_5 label {
  font-size: 0px !important;
}
.gchoice_1_6_5 input[type=text] {
  margin-top: 0px !important;
}

.gform_wrapper.gravity-theme .ginput_container_address {
  justify-content: space-between;
}

.gform_wrapper.gravity-theme .ginput_container_address span span {
  padding: 0px;
}

.gform_wrapper.gravity-theme .ginput_container_address span span.select2-selection__rendered {
  padding-left: 20px;
}

#field_1_14 {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
#field_1_14 legend.gfield_label {
  padding-left: 0px;
  text-transform: none;
  letter-spacing: 0px;
}
#field_1_14 .ginput_container_checkbox {
  display: inline-block;
}
#field_1_14 .ginput_container_checkbox .gchoice {
  margin-bottom: 0px;
}
#field_1_14 .gfield_description {
  padding-top: 0px;
}

/*--------------------------------------------------------------
6.1 Mailing List Form
--------------------------------------------------------------*/
.ml-form {
  position: relative;
  transition: all 0.3s ease 0s;
}

.ml-form .gform_wrapper {
  position: relative;
  transition: all 0.3s ease 0s;
}

.mailing-list {
  text-align: left;
}

.ml-form-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(assets/images/ml-loader-dark.gif) top center no-repeat;
  background-size: auto 100%;
  z-index: 5;
}

#footer-form .ml-form-loading {
  background: url(assets/images/ml-loader-light.gif) top center no-repeat;
  background-size: auto 100%;
}

input.submit-hide {
  display: none !important;
}

label.submit-label {
  margin: 0px !important;
  display: block;
  height: 40px;
}

/* Phone Landscape */
/* Tablet Portrait */
@media screen and (min-width: 768px) {
  .mailing-list .ml-input {
    width: 48%;
    margin-right: 0% !important;
  }
}
/* Tablet Landscape and Wider */
/* Scss Document */
/* Navigations/Header */
/* --------------- Sitewide Notice ------------- */
.site-notice {
  background: #B29F75;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 36px;
  font-weight: 300;
  color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  text-transform: none;
  letter-spacing: 1px;
  font-family: aktiv-grotesk, sans-serif;
  transition: margin 1s cubic-bezier(0.32, 0.24, 0.15, 1);
  font-size: 10px;
  line-height: 1.15em;
  padding-right: 30px;
}
.site-notice a {
  color: #ffffff;
  text-decoration: underline;
}
.site-notice #notice-close {
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 15px;
  width: 13px;
  height: 12px;
  background: url("assets/images/close.svg") center center no-repeat;
  background-size: cover;
  font-size: 0px;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 768px) {
  .site-notice #notice-close {
    top: 12px;
    right: 26px;
  }
}
@media (min-width: 768px) {
  .site-notice {
    font-size: 13px;
    padding-right: 0px;
  }
}

.admin-bar .site-notice {
  top: 32px;
}

/*-------------------------------------------------------------- Header Setup --------------------------------------------------------------*/
.site-header {
  font-size: 23px;
  color: rgb(0, 77, 68);
  bottom: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 7;
  padding-right: 0px;
  text-align: right;
  transition: margin 1s cubic-bezier(0.32, 0.24, 0.15, 1), background-color 0.5s ease 0s, border 0.5s ease 0s, backdrop-filter 1s ease 0s, -webkit-backdrop-filter 1s ease 0s, opacity 1s ease 0s;
}
.site-header.notice-on {
  margin-top: 36px;
}
.site-header.header-scroll {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 1;
}
@media (min-width: 768px) {
  .site-header.header-scroll {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
@media (min-width: 768px) {
  .site-header.header-scroll.up {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header.header-scroll.down {
  opacity: 1;
}
@media (min-width: 1024px) {
  .site-header.header-scroll.down {
    opacity: 0;
    pointer-events: none;
  }
}
.site-header .header-inner a {
  color: #302D2B;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.5s ease 0s;
}
.site-header a.button {
  color: #302D2B;
  font-weight: bold;
  text-transform: uppercase;
}
.site-header a.button:hover {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .site-header.header-scroll .header-inner a {
    color: #302D2B;
  }
  .site-header.header-scroll path, .site-header.header-scroll circle, .site-header.header-scroll polygon {
    fill: #302D2B;
  }
}

.admin-bar .site-header {
  top: 32px;
}

.site-header path,
.site-header circle,
.site-header polygon {
  fill: #302D2B;
  transition: fill 0.3s ease 0s;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: auto;
  padding: 20px 0px 10px 20px;
  height: 84px;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .header-inner {
    padding: 26px 50px 10px 50px;
    height: 104px;
  }
}

.header-left {
  text-align: left;
}

.header-right {
  display: none;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .header-right {
    display: inline-block;
  }
}

/* ----------------------------- Desktop Top Navigation --------------------------- */
.menu-top {
  display: none;
  margin-left: 48px;
  width: auto;
}
.menu-top ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0px;
  text-align: center;
}
.menu-top ul li {
  display: inline-block;
  padding: 0px 12px;
}
.menu-top ul a {
  position: relative;
  display: inline-block;
}
.menu-top ul a:after {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background: currentColor;
  transition: all 0.3s ease 0s;
}
.menu-top ul a:hover:after {
  width: 100%;
  opacity: 1;
}
@media (min-width: 1024px) {
  .menu-top {
    display: inline-block;
  }
}

a.header-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  color: #302D2B;
  position: relative;
  z-index: 5;
  width: 152px;
  transition: all 0.3s ease 0s;
}
a.header-title.open {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  a.header-title {
    width: 169px;
  }
}
.home .header-scroll a.header-title {
  opacity: 1;
}
.home .header-scroll a.header-title.open {
  opacity: 0;
}

.site-header.open path,
.site-header.open circle,
.site-header.open polygon {
  fill: #ffffff;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.nav-top-phone {
  margin-right: 22px;
}
.nav-top-phone span {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

#nav-cart {
  margin-left: 66px;
}

/* ----------------- Mega Menus ----------------- */
.megamenu {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 0px;
  overflow: hidden;
  width: 100%;
  background: #F5F3F1;
  text-align: center;
}

.mm-cols {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  text-align: left;
  padding: 60px 60px 0px 60px;
  margin: 0px auto;
}
.mm-cols.mm-cols-guitars {
  width: 940px;
}
.mm-cols.mm-cols-company {
  width: 1060px;
}
.mm-cols .mm-col {
  opacity: 0;
  transform: translateY(-25px);
}
.mm-cols .mm-col h3 {
  font-size: 13px;
  margin-bottom: 26px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  text-transform: uppercase;
}
.mm-cols .mm-col h3 a {
  font-weight: 700;
  text-transform: uppercase;
}
.mm-cols .mm-col a {
  text-transform: none;
}
.mm-cols .mm-col a.button {
  text-transform: uppercase;
}
.mm-cols .mm-col li a,
.mm-cols .mm-col h3 a {
  position: relative;
  display: inline-block;
}
.mm-cols .mm-col li a:after,
.mm-cols .mm-col h3 a:after {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background: #302D2B;
  transition: all 0.3s ease 0s;
}
.mm-cols .mm-col li a:hover:after,
.mm-cols .mm-col h3 a:hover:after {
  width: 100%;
  opacity: 1;
}

.nav-img {
  width: 162px;
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  aspect-ratio: 162/243;
}

.nav-img-link {
  display: inline-block;
  overflow: hidden;
  width: 162px;
}
.nav-img-link:hover .nav-img {
  transform: scale(1.1);
}

.menu-header-drop {
  display: block;
  vertical-align: top;
  width: auto;
}
.menu-header-drop h3 {
  font-size: 13px;
  margin-bottom: 26px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  text-transform: uppercase;
}
.menu-header-drop h3 a {
  color: #302D2B;
  text-transform: uppercase;
}
.menu-header-drop .menu {
  list-style: none;
  display: block;
}
.menu-header-drop .menu a {
  font-size: 13px;
  color: #302D2B;
  font-weight: 400;
}
/* ------------------------------------------- Mobile Navigation ------------------------------------------- */
/* Toggle Icon */
.menu-icon {
  display: inline-block;
}
@media (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
}

#menu-toggle {
  width: 64px;
  height: 64px;
  margin: 0px 0px 0px 15px;
  z-index: 50;
  position: relative;
  cursor: pointer;
}
#menu-toggle span {
  display: block;
  width: 34px;
  height: 1px;
  position: relative;
  margin: 8px 0;
  background: #302D2B;
  transition: 0.25s ease-in-out, background 0.4s ease 0s;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 21% 0px 0px 0px;
  transition: background 0.4s ease 0s;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
  width: 31px;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
  width: 31px;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  width: 31px;
}
@media (min-width: 768px) {
  #menu-toggle #hamburger {
    padding: 21% 0px 0px 8px;
  }
  #menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
    width: 31px;
  }
  #menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
    width: 31px;
  }
  #menu-toggle #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
    width: 31px;
  }
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg) scale(0.5) translate(-20px, 13px);
  border-radius: 50%;
  transition: background 0.4s ease 0.3s;
}
#menu-toggle #cross span {
  transition: 0.25s ease-in-out, background 0s;
  background: #ffffff;
  margin: 0px;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0%;
  left: calc(50% - 1px);
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0%;
  top: calc(50% - 1px);
  transition-delay: 0.25s;
}
#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
  width: 0px;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
  width: 0px;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
  width: 0px;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.375s;
}
@media (min-width: 768px) {
  #menu-toggle {
    margin: 0px 0px 0px 30px;
  }
}

/* ---------- Mobile Menu ----------- */
#nav-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  background: rgba(48, 45, 43, 0.4);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 0.6s ease 0.5s;
}
#nav-wrapper.open {
  pointer-events: auto;
  opacity: 1;
  height: 100vh;
  transition-delay: 0s;
}
#nav-wrapper.open ul.nav-mobile {
  /*opacity:1;
  transform:translateY(0vw);
  transition-delay:.6s;
  */
}

.nav-mobile-container {
  width: 100%;
  min-height: calc(100vh - 75px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 30%;
}
.nav-mobile-btm {
  width: 100%;
  height: 75px;
  border-top: 1px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: fixed;
  bottom: 0vh;
  transition: all 0.3s ease 0s;
}
.nav-mobile-btm a {
  display: flex;
  width: 50%;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}
.nav-mobile-btm .nav-mobile-contact {
  border-right: 1px solid #ffffff;
}
.nav-mobile-btm .nav-mobile-contact span {
  width: 17px;
  display: inline-block;
  margin-right: 15px;
}

ul.nav-mobile {
  text-align: center;
  display: block;
  list-style: none;
  margin: 0px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  /*transition:.75s ease 0s;

  opacity:0;
  transform:translateY(-50px);*/
}
ul.nav-mobile li {
  display: block;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  line-height: 3em;
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  opacity: 0;
  transform: translateY(-20px);
}
ul.nav-mobile li li {
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  opacity: 1;
  transform: translateY(0px);
}
ul.nav-mobile a {
  color: #ffffff;
}
ul.nav-mobile a.open {
  color: #ffffff;
}
ul.nav-mobile .sub-menu {
  display: none;
  text-align: center;
  margin: 20px 0px;
}
ul.nav-mobile .sub-menu.open {
  margin: 20px 0px;
}
ul.nav-mobile .sub-menu a {
  font-size: inherit;
}
/* --------End Mobile Menu ---------*/
/* Scss Document */
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
/* ---------Footer Structure ------------ */
#footer {
  background: #D2C7AE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1.5px solid #302D2B;
  padding: 0px 0px 36px 0px;
}
#footer:before {
  display: none;
}
@media (min-width: 768px) {
  #footer {
    padding: 87px 0px 24px 0px;
  }
}

.footer-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-left {
    width: 75%;
  }
}

.footer-right {
  width: 100%;
  padding: 0px 56px;
}
.footer-right .menu-footer {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-right {
    width: 20.5%;
    padding: 0px 20px 0px 0px;
  }
}
@media (min-width: 1024px) {
  .footer-right {
    width: 18.5%;
    padding: 0px 60px 0px 0px;
  }
}

.footer-left-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 42px 56px 0px 56px;
  position: relative;
  margin-top: 44px;
  order: 2;
}
.footer-left-top:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1.5px;
  top: 0px;
  left: 0px;
  position: absolute;
  background: #302D2B;
}
.footer-left-top .menu-footer-g-flag {
  margin-right: 54px;
}
@media (min-width: 768px) {
  .footer-left-top {
    padding: 0px 0px 0px 60px;
    margin-top: 0px;
    order: 1;
  }
  .footer-left-top .menu-footer-bb {
    padding-right: 40px;
  }
  .footer-left-top .menu-footer-g-flag {
    margin-right: 20px;
  }
  .footer-left-top:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer-left-top .menu-footer-bb {
    padding-right: 0px;
    margin-right: 105px;
  }
  .footer-left-top .menu-footer-g-flag {
    margin-right: 54px;
    min-width: 210px;
  }
  .footer-left-top .menu-footer-g-pro {
    min-width: 246px;
  }
}

.footer-left-btm {
  padding: 46px 28px 0px 28px;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .footer-left-btm {
    justify-content: space-between;
    width: 100%;
    order: 2;
    padding: 42px 0px 0px 60px;
    margin-top: 0px;
  }
  .footer-left-btm:before {
    content: "";
    width: 120%;
    top: 0px;
    right: 0px;
    height: 1.5px;
    background: #302D2B;
    position: absolute;
  }
}
.footer-left-btm a.ftr-logo-link {
  display: inline-block;
  width: 205px;
  position: relative;
}
@media (min-width: 768px) {
  .footer-left-btm a.ftr-logo-link {
    width: 231px;
    left: -5px;
    max-width: 23.6%;
  }
}
.footer-left-btm #footer-form {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-left-btm #footer-form {
    width: 72.4%;
  }
}

.footer-nav-img {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.footer-nav-img .nav-img {
  aspect-ratio: 296/186;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-nav-img {
    width: 177px;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .footer-nav-img .nav-img {
    width: auto;
    aspect-ratio: 177/247;
  }
}

.copyright {
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.copyright p {
  font-size: 11px;
  color: #302D2B;
  margin: 30px 0px 0px 0px;
}
.copyright a {
  color: #302D2B;
  margin: 5px 10px;
  display: inline-block;
  position: relative;
}
.copyright a:after {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background: #302D2B;
  transition: all 0.3s ease 0s;
}
.copyright a:hover:after {
  width: 100%;
  opacity: 1;
}
@media (min-width: 768px) {
  .copyright {
    width: 75%;
  }
  .copyright a {
    margin: 0px 20px;
  }
  .copyright a:last-child {
    margin-right: 0px;
  }
}

#benny-logo-footer {
  width: 100%;
}
#benny-logo-footer path {
  fill: #302D2B;
}

/* ---------- Footer Menus ----------- */
.menu-footer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.menu-footer h3 {
  font-size: 13px;
  margin-bottom: 18px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-footer h3 a {
  color: #302D2B;
  position: relative;
  display: inline-block;
}
.menu-footer h3 a:after {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background: #302D2B;
  transition: all 0.3s ease 0s;
}
.menu-footer h3 a:hover:after {
  width: 100%;
  opacity: 1;
}
.menu-footer .menu {
  list-style: none;
  display: block;
  margin-bottom: 36px;
}
.menu-footer .menu li {
  line-height: 1.7em;
}
.menu-footer .menu a {
  font-size: 15px;
  color: #302D2B;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.menu-footer .menu a:after {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 3px;
  left: 0px;
  background: #302D2B;
  transition: all 0.3s ease 0s;
}
.menu-footer .menu a:hover:after {
  width: 100%;
  opacity: 1;
}
@media (min-width: 768px) {
  .menu-footer .menu {
    margin-bottom: 28px;
  }
  .menu-footer .menu li {
    line-height: 1.35em;
  }
  .menu-footer .menu a {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .menu-footer {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .menu-footer {
    width: auto;
  }
}

/* ----------------------- Footer Mailing List Form --------------------------*/
#footer-form {
  width: 678px;
  max-width: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  animation-duration: 1.5s;
}
#footer-form ::-moz-placeholder {
  color: #302D2B;
  opacity: 0;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
#footer-form ::placeholder {
  opacity: 0;
}
@media (min-width: 768px) {
  #footer-form {
    margin: 0px;
  }
}
#footer-form h2.ml-h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  color: #302D2B;
  line-height: 1.2em;
  margin: 18px 0px 24px 0px;
  text-align: center;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  #footer-form h2.ml-h2 {
    text-align: left;
    padding: 0px;
    margin: 0px 0px 28px 0px;
  }
}
#footer-mailing-list, .mailing-list {
  position: relative;
}
#footer-mailing-list input[type=text],
#footer-mailing-list input[type=email], .mailing-list input[type=text],
.mailing-list input[type=email] {
  border-width: 0px 0px 1.5px 0px;
  background: #F5F3F1;
}
#footer-mailing-list .gform_required_legend, .mailing-list .gform_required_legend {
  display: none !important;
}
#footer-mailing-list .gform_wrapper.gravity-theme .gform_fields, .mailing-list .gform_wrapper.gravity-theme .gform_fields {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#footer-mailing-list .gform_wrapper.gravity-theme .gform_fields label, .mailing-list .gform_wrapper.gravity-theme .gform_fields label {
  text-align: left;
}
@media (min-width: 768px) {
  #footer-mailing-list .gform_wrapper.gravity-theme .gform_fields, .mailing-list .gform_wrapper.gravity-theme .gform_fields {
    justify-content: flex-start;
  }
  #footer-mailing-list .gform_wrapper.gravity-theme .gform_fields #field_3_1, .mailing-list .gform_wrapper.gravity-theme .gform_fields #field_3_1 {
    width: 425px;
    max-width: 60%;
    margin-right: 8px;
  }
}

#footer-mailing-list label,
.mailing-list label {
  font-size: 13px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  display: block;
  width: 100%;
  padding: 0px 22px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  line-height: 53px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  z-index: 5;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer-mailing-list label.active,
.mailing-list label.active {
  opacity: 0;
  transform: translateX(40px);
}

.cli-style-v2 .cli-bar-message {
  line-height: 1.5em;
}

/*--------------------------------------------------------------
13.7 Optin Popup Form
--------------------------------------------------------------*/
#optin-popup {
  width: 90%;
  max-width: 90%;
  margin: 5%;
  height: auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  display: block;
  text-align: left;
  transition: all 0.4s ease 0s;
  background: #B29F75;
  transform: translate3d(0, 500px, 0);
  padding: 30px;
}

#optin-popup.on {
  transform: translate3d(0, 0px, 0);
}

#optin-popup .mailing-list .gform_wrapper .gform_body {
  width: 324px;
  max-width: calc(100% - 47px);
  margin-right: 0px;
}

#optin-popup h2.ml-h2 {
  font-size: 25px;
  padding-right: 34px;
  text-align: left;
}
@media (min-width: 768px) {
  #optin-popup h2.ml-h2 {
    font-size: 28px;
    padding-right: 44px;
  }
}

#optin-popup h3.ml-h3 {
  text-align: left;
  font-size: 14px;
  margin-top: 18px;
  color: #D2C7AE;
}

#optin-popup .mailing-list {
  display: inline-block;
  width: 678px;
  max-width: 100%;
}

#optin-popup .ml-form {
  margin-top: 0px;
}

#optin-popup .gform_confirmation_message {
  color: #D2C7AE;
}

#optin-popup .gf_left_half,
#optin-popup .gf_right_half {
  width: 324px;
  max-width: 100%;
  padding-right: 0px;
  line-height: 1.4em;
}

#optin-popup .gf_left_half {
  margin-bottom: 9px !important;
}

#optin-close {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

#optin-close:before {
  content: "";
  background: #ffffff;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center center;
}

#optin-close:after {
  content: "";
  background: #ffffff;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: center center;
}

#optin-close:hover:before,
#optin-close:hover:after {
  color: #D2C7AE;
}

/* Phone Landscape */
/* Tablet Portrait */
@media screen and (min-width: 768px) {
  #optin-popup {
    width: 495px;
    max-width: 90%;
    margin: 0px auto;
    height: auto;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50;
    display: block;
    text-align: left;
    transition: all 0.4s ease 0s;
    background: #B29F75;
    transform: translate3d(0, 500px, 0);
    padding: 50px 20px 50px 50px;
  }
  #optin-popup .ml-form {
    margin-top: 16px;
  }
  #optin-popup .gf_left_half {
    margin-bottom: 20px !important;
  }
  #optin-popup h3.ml-h3 {
    text-align: left;
    font-size: 19px;
    margin-top: 18px;
    color: #B29F75;
  }
  #optin-popup .mailing-list .gform_wrapper .gform_body {
    width: 324px;
    max-width: calc(100% - 60px);
    margin-right: 20px;
  }
}
/* ----------- Blog - Main, Single Post, Archives -------------------------- */
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
  overflow: hidden;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transition: all 0.5s ease-in-out;
  display: block;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  transform: scale(1.2);
}

/* --------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------ BLOG MAIN LISTINGS -------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------- */
.page-blog {
  position: relative;
}

.page-blog > .wrap {
  display: block;
  position: relative;
  z-index: 2;
}

.blog-inner {
  width: 1200px;
}

.blog-list {
  padding-bottom: 80px;
}

.blog-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 34px 0px;
  position: relative;
}
.blog-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -20vw;
  width: 120vw;
  height: 1.5px;
  background: #302D2B;
}
@media (min-width: 768px) {
  .blog-list-item {
    border-top: 1.5px solid #302D2B;
  }
  .blog-list-item:last-child {
    border-bottom: 1.5px solid #302D2B;
  }
  .blog-list-item:before {
    display: none;
  }
}
.blog-list-item .blog-list-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-list-item .blog-list-content {
    width: 44%;
  }
}
.blog-list-item .blog-list-content p {
  font-size: 19px;
  font-weight: 300;
}
.blog-list-item .blog-list-content p.blog-list-cats {
  font-size: 14px;
}
@media (min-width: 768px) {
  .blog-list-item .blog-list-content p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .blog-list-item .blog-list-content p {
    font-size: 20px;
  }
}

a.show-gallery {
  font-size: 14px;
  font-weight: 700;
  font-weight: aktiv-grotesk, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #302D2B;
  margin-bottom: 0px;
  cursor: pointer;
}
@media (min-width: 768px) {
  a.show-gallery {
    display: none;
  }
}

.blog-image-gallery {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
  height: 0px;
  margin-top: 30px;
}
.blog-image-gallery.opened {
  height: auto;
}
.blog-image-gallery a.news-thumb-img {
  display: none;
  width: 16.67%;
  margin: 0px;
  aspect-ratio: 1/1;
}
.blog-image-gallery a.news-thumb-img[style*=Array] {
  display: none;
}
.blog-image-gallery .news-thumb-mobile {
  display: block;
  width: 100%;
  margin: 0px 0px 40px 0px;
}
@media (min-width: 768px) {
  .blog-image-gallery {
    display: flex;
    height: auto;
  }
  .blog-image-gallery a.news-thumb-img {
    display: inline-block;
    margin: 0px 4.1625% 4.1625% 0px;
  }
  .blog-image-gallery a.news-thumb-img:last-child {
    margin-right: 0px;
  }
  .blog-image-gallery .news-thumb-mobile {
    display: none;
  }
}

.blog-list-media {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .blog-list-media {
    width: 52.2%;
  }
}
.blog-list-media .news-hero {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog-list-media .news-hero {
    margin-bottom: 0px;
  }
}
.blog-list-media a.show-gallery {
  order: 2;
}
@media (min-width: 768px) {
  .blog-list-media a.show-gallery {
    order: 3;
  }
}
.blog-list-media .blog-image-gallery {
  order: 3;
}
@media (min-width: 768px) {
  .blog-list-media .blog-image-gallery {
    order: 2;
  }
}
.blog-list-media img.news-hero {
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .blog-list-media img.news-hero {
    order: 1;
  }
}
.blog-list-media img.news-hero + .blog-image-gallery {
  width: 100%;
  justify-content: space-between;
}
.blog-list-media img.news-hero.tall {
  width: 100%;
  margin-bottom: 40px;
}
.blog-list-media img.news-hero.tall + .blog-image-gallery {
  width: 100%;
}
.blog-list-media img.news-hero.tall + .blog-image-gallery a.news-thumb-img {
  width: 45%;
  margin: 0px 0px 14px 0px;
}
@media (min-width: 768px) {
  .blog-list-media img.news-hero.tall {
    width: 58%;
    margin-bottom: 0px;
  }
  .blog-list-media img.news-hero.tall + .blog-image-gallery {
    width: 38%;
  }
}
.blog-list-media img.news-hero.wide + .blog-image-gallery, .blog-list-media img.news-hero.square + .blog-image-gallery {
  margin-top: 32px;
}
.blog-list-media .blog-video-wrap {
  display: block;
  position: relative;
  width: 100%;
  order: 1;
  aspect-ratio: 16/9;
}
.blog-list-media .blog-video-wrap .blog-video, .blog-list-media .blog-video-wrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.blog-list-media .blog-video-wrap + .blog-image-gallery {
  width: 100%;
  justify-content: space-between;
}

.blog-list-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: auto;
  width: 100%;
}
.blog-list-header time {
  font-size: 13px;
  font-weight: 700;
  font-weight: aktiv-grotesk, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #302D2B;
}
.blog-list-header h2 {
  width: 100%;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: capitalize;
  margin: 24px 0px 12px 0px;
  color: #302D2B;
}
.blog-list-header h2 a {
  color: #302D2B;
}
@media (min-width: 768px) {
  .blog-list-header h2 {
    font-size: 34px;
    margin: 18px 0px 0px 0px;
  }
}
@media (min-width: 1024px) {
  .blog-list-header h2 {
    font-size: 42px;
  }
}
.blog-list-header .blog-list-cats {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #B29F75;
}
.blog-list-header .blog-list-cats a {
  font-weight: 400;
}
.blog-list-header .blog-list-cats a:after {
  content: ", ";
}
.blog-list-header .blog-list-cats a:last-child:after {
  content: "";
}

/* --------------- Blog Main Navigation ------------- */
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-family: "GT Super Display", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 60px 0px;
  width: 100%;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
}
.nav-links.single {
  justify-content: space-between;
}

.page-numbers {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  padding: 6px;
  margin: 0px 3px;
  border: 1px solid #B29F75;
  text-align: center;
  line-height: 1em;
  background: transparent;
  color: #B29F75;
  transition: all 0.3s ease 0s;
}
.page-numbers:hover {
  background: #B29F75;
  color: #ffffff;
}
.page-numbers.dots {
  border: 0px;
}
.page-numbers.dots:hover {
  color: #B29F75;
  background: transparent;
}
.page-numbers.next {
  width: auto;
  border: 0px;
}
.page-numbers.next:hover {
  background: transparent;
  color: #B29F75;
}
.page-numbers.next:hover .arrow-blog {
  transform: translateX(10px);
}
.page-numbers.prev {
  width: auto;
  border: 0px;
}
.page-numbers.prev:hover {
  background: transparent;
  color: #B29F75;
}
.page-numbers.prev:hover .arrow-blog {
  transform: rotate(180deg) translateX(10px);
}
.page-numbers.current {
  background: #D2C7AE;
  color: #ffffff;
}

.arrow-blog {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px 5px;
}
.arrow-blog.left {
  transform: rotate(180deg);
  margin: 0px 5px 0px 0px;
}

/* ------------------ Top Nav Area and Archive Dropdown -------------- */
.blog-header .blog-nav {
  order: 5;
  width: 100%;
  margin-top: 22px;
}
.blog-header h1 {
  order: 2;
}
.blog-header a.blog-gallery-button {
  order: 1;
}
.blog-header h2 {
  order: 3;
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: #302D2B;
  margin: 4px 0px 0px 0px;
}
@media (min-width: 768px) {
  .blog-header .blog-nav {
    order: 1;
    width: auto;
    margin-top: 0px;
  }
  .blog-header a.blog-gallery-button {
    order: 2;
  }
  .blog-header h2 {
    order: 5;
    padding-right: 65px;
  }
  .blog-header h1 {
    order: 4;
  }
}

.blog-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-nav .archive-select {
  display: inline-block;
  vertical-align: middle;
}

.archive-select {
  width: 100%;
  margin: 0px 0px 13px 0px;
}
@media (min-width: 768px) {
  .archive-select {
    width: 265px;
    margin: 0px 18px 0px 0px;
  }
  .archive-select.select-tag {
    width: 220px;
  }
  .archive-select.select-yearly {
    width: 130px;
  }
}
@media (min-width: 1024px) {
  .archive-select.select-tag {
    width: 320px;
  }
  .archive-select.select-yearly {
    width: 175px;
  }
}

.related-posts-title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 82px;
}

.related-posts-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 51px;
  background: #B29F75;
  position: absolute;
  bottom: -61px;
  left: 50%;
}

h4.related-date {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 600;
  /*text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);*/
}

@media screen and (min-width: 768px) {
  .list-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    margin-bottom: 86px;
  }
  .list-post:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .list-post-info {
    width: 58%;
    padding: 0px 10%;
  }
  .list-post-title {
    font-family: "GT Super Display", serif;
    font-size: 40px;
    line-height: 1em;
  }
  a.list-read-more {
    color: #B29F75;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
    font-weight: bold;
    box-shadow: inset 0 -6px 0 0 #9defb4;
    transition: all 0.3s ease 0s;
  }
  a.list-read-more:hover {
    box-shadow: inset 0 -16px 0 0 #9defb4;
  }
  .list-post-thumbnail {
    width: 42%;
  }
}
@media screen and (max-width: 800px) {
  .post-info h3 {
    font-size: 30px;
  }
  .post-date-cat {
    height: 45px;
  }
  .post-date-cat h4 {
    line-height: 47px;
  }
  .post-date-cat h4.cat {
    line-height: 47px;
  }
  .post-date-cat h4.date {
    padding: 0px 16px;
  }
  .post-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-info p {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  #posts {
    padding: 28px 0px 0px 0px;
  }
  .home-post-wide .post-info h3 {
    font-size: 28px;
  }
  .post-info h3 {
    font-size: 28px;
  }
  .home-post-left {
    width: 100%;
  }
  .home-post-right {
    width: 100%;
  }
  .post-date-cat {
    height: 36px;
  }
  .post-date-cat h4 {
    line-height: 38px;
  }
  .post-date-cat h4.cat {
    line-height: 38px;
    font-size: 13px;
  }
  .post-date-cat h4.date {
    font-size: 13px;
    padding: 0px 12px;
  }
  .home-post-wide .post-image:after {
    padding-top: 86%;
  }
  .post-info {
    padding-top: 30px;
  }
  .post-info h3 {
    margin-bottom: 16px;
  }
  .oc-product {
    margin-top: 36px;
  }
  .oc-product + .oc-product {
    margin-top: 0px;
  }
  .related-date {
    font-size: 13px;
    padding: 16px;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------ SINGLE BLOG POST -------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------- */
.page-content.page-blog-single {
  padding-bottom: 0px;
}

.inner {
  width: 1048px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
}

.inner:after {
  content: "";
  display: table;
  clear: both;
}

#header-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding: 0px 20px 26px 20px;
  z-index: 5;
  overflow: visible;
}
#header-post span {
  display: inline-block;
  width: 30%;
  font-size: 14px;
  font-family: "GT Super Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
#header-post span.year {
  text-align: right;
}
#header-post h1 {
  width: 100%;
  order: 3;
  font-size: 40px;
  text-align: center;
  font-family: "GT Super Display", serif;
  line-height: 1em;
  font-weight: 300;
  position: relative;
  margin: 18px 0px 0px 0px;
}
@media (min-width: 768px) {
  #header-post {
    padding: 0px 20px 40px 20px;
  }
  #header-post span {
    font-size: 16px;
    width: 20%;
  }
  #header-post span.year {
    text-align: right;
    order: 3;
  }
  #header-post h1 {
    width: 60%;
    order: 2;
    margin-top: 0px;
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  #header-post {
    padding: 0px 20px 60px 20px;
  }
  #header-post h1 {
    font-size: 80px;
    width: 77%;
  }
  #header-post span {
    font-size: 18px;
    width: 10%;
  }
  #header-post span.year {
    text-align: right;
    order: 3;
  }
}
@media (min-width: 1440px) {
  #header-post h1 {
    font-size: 100px;
    width: 77%;
  }
  #header-post span {
    font-size: 23px;
    width: 10%;
  }
  #header-post span.year {
    text-align: right;
    order: 3;
  }
}

.blog-single-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px;
  position: relative;
  z-index: 2;
}

#featured-image-block {
  display: block;
  z-index: 2;
  margin: 0px auto 36px auto;
  width: calc(100vw - 40px);
  max-width: 100vw;
}
@media (min-width: 1280px) {
  #featured-image-block {
    width: 60%;
    margin: 0px auto 48px auto;
  }
}

#featured-image-block img {
  display: block;
  width: 100%;
}

.post-inner-container {
  margin-top: 36px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .post-inner-container {
    margin-top: 45px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .post-inner-container {
    margin-top: 90px;
    padding-bottom: 120px;
  }
}

.post-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0px 40px;
}
@media (min-width: 768px) {
  .post-flex {
    padding: 0px 40px;
  }
}
@media (min-width: 1280px) {
  .post-flex {
    padding: 0px 54px;
  }
}

.pullquote {
  width: 100%;
  padding: 0px;
}
.pullquote p {
  font-size: 31px;
  font-family: "GT Super Display", serif;
  font-style: italic;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .pullquote p {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .pullquote {
    width: 34.5%;
    padding: 0px 3.9vw 0px 2.6vw;
  }
}

.post-text-inner {
  width: 100%;
  border-top: 1px solid #B29F75;
  padding-top: 50px;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .post-text-inner {
    width: 48.1%;
  }
}
.post-text-inner p {
  text-indent: 64px;
}
.post-text-inner p:first-child {
  text-indent: 0px;
}
.post-text-inner p.sig-label {
  text-indent: 0px;
}
.post-text-inner h2 {
  text-align: center;
  font-family: "GT Super Display", serif;
  font-size: 16px;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-text-inner h2 + p {
  text-indent: 0px;
}

.caption {
  text-align: center;
  margin: 27px 0px 0px 0px;
}

.caption p {
  color: #767676;
  font-size: 14px;
  font-family: "GT Super Display", serif;
  letter-spacing: 0px;
  line-height: 1.2em;
}

.caption p a {
  color: #767676;
}

.caption p a:hover {
  color: #B29F75;
}

.caption p a:after {
  background: #767676;
}

.caption p a:hover:after {
  background: #B29F75;
}

.post-image-wide {
  margin: 48px auto;
}

.post-image-wide img {
  display: block;
  margin: 0px auto;
}

.post-image-2-up {
  margin-bottom: 48px;
}

.post-image-2up-left {
  float: left;
  width: calc(50% - 22px);
}

.post-image-2up-right {
  float: right;
  width: calc(50% - 22px);
}

.post-sig {
  text-align: right;
  margin-bottom: 68px;
}

.sig {
  width: 152px;
  display: inline-block;
  height: auto;
}

#related-posts {
  background: #f4f4f4;
  padding: 74px 0px 52px 0px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .home-post-wide .post-info h3 {
    font-size: 30px;
  }
  .post-info h3 {
    font-size: 30px;
  }
  .post-date-cat {
    height: 45px;
  }
  .post-date-cat h4 {
    line-height: 47px;
  }
  .post-date-cat h4.cat {
    line-height: 47px;
  }
  .post-date-cat h4.date {
    padding: 0px 16px;
  }
  .cat-post {
    width: 30.4%;
  }
  .post-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-info p {
    line-height: 1.5em;
  }
  .cat-post .post-info h3 {
    font-size: 20px;
  }
  ul.cat-menu a {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 500px) {
  .post-image-2up-left {
    width: 100%;
  }
  .post-image-2up-right {
    width: 100%;
  }
  .home-post-wide .post-info h3 {
    font-size: 28px;
  }
  h3.blog-post-date {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .post-info h3 {
    font-size: 28px;
  }
  .home-post-left {
    width: 100%;
  }
  .home-post-right {
    width: 100%;
  }
  .post-date-cat {
    height: 36px;
  }
  .post-date-cat h4 {
    line-height: 38px;
  }
  .post-date-cat h4.cat {
    line-height: 38px;
    font-size: 13px;
  }
  .post-date-cat h4.date {
    font-size: 13px;
    padding: 0px 12px;
  }
  .home-post-wide .post-image:after {
    padding-top: 86%;
  }
  .post-info {
    padding-top: 30px;
  }
  .post-info h3 {
    margin-bottom: 16px;
  }
  .cat-post {
    width: 100%;
    margin: 0px 0px 36px 0px;
  }
  .cat-post .oc-item-info h3 {
    font-size: 26px;
  }
  .oc-product {
    margin-top: 36px;
  }
  .oc-product + .oc-product {
    margin-top: 0px;
  }
  .related-date {
    font-size: 13px;
    padding: 16px;
  }
  ul.cat-menu li {
    height: 30px;
  }
  ul.cat-menu a {
    font-size: 10px;
    letter-spacing: 0px;
    padding: 10px 0px;
    height: 30px;
  }
  ul.cat-menu li:before {
    height: 4px;
  }
  ul.cat-menu li:after {
    height: 12px;
    top: 9px;
  }
  ul.cat-menu li.col-2 {
    height: 34px;
  }
  ul.cat-menu li.col-2 a {
    font-size: 14px;
    padding: 10px 0px;
    height: 34px;
  }
  ul.cat-menu li.col-2:after {
    height: 15px;
    top: 10px;
  }
  ul.cat-menu li.col-3 {
    height: 34px;
  }
  ul.cat-menu li.col-3 a {
    font-size: 12px;
    padding: 10px 0px;
    height: 34px;
  }
  ul.cat-menu li.col-3:after {
    height: 15px;
    top: 10px;
  }
  ul.cat-menu li.col-4 {
    width: 50%;
    border-bottom: 1px solid #000;
  }
  .cat-menu.sched-menu {
    transform: scale(1.02);
    border-bottom: 0px !important;
  }
  .col-4.current-menu-item {
    background: #000;
  }
  .col-4.current-menu-item a {
    color: #ffffff;
  }
  ul.cat-menu li.col-4 a:after {
    display: none;
  }
}
/* =Comments
-------------------------------------------------------------- */
a.comments-open {
  display: block;
  text-align: center;
  border-top: 1px solid #B29F75;
  border-bottom: 1px solid #B29F75;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #B29F75;
  line-height: 1em;
  padding: 20px 0px;
  cursor: pointer;
}

a.comments-open span {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  top: 5px;
  width: 20px;
  height: 1px;
  background: #B29F75;
  position: relative;
}

a.comments-open span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 1px;
  transform: rotate(90deg);
  background: #B29F75;
  transition: all 0.3s ease 0s;
}

a.comments-open.open span:after {
  transform: rotate(0deg);
}

#comments {
  clear: both;
  margin: 40px 0px;
}

#comments .navigation {
  padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
  color: #B29F75;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

h3#comments-title {
  padding: 24px 0;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}

#comments .comment-body p:last-child {
  margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}

.comment-author cite {
  color: #B29F75;
  font-style: normal;
  font-weight: bold;
}

.comment-author .says {
  font-style: italic;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33;
}

.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
  color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}

.commentlist .children {
  list-style: none;
  margin: 0;
}

.commentlist .children li {
  border: none;
  margin: 0;
}

.nopassword,
.nocomments {
  display: none;
}

#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.commentlist li.comment + li.pingback {
  margin-top: -6px;
}

#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments form */
#respond {
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}

#respond p {
  margin: 0;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.form-allowed-tags {
  line-height: 1em;
}

.children #respond {
  margin: 0 48px 0 0;
}

h3#reply-title {
  margin: 18px 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

#respond .required {
  font-weight: bold;
}

#respond input {
  margin: 0 0 9px;
  width: 100%;
}

#respond textarea {
  width: 100%;
}

#respond .form-allowed-tags {
  font-size: 12px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond .form-submit {
  margin: 12px 0;
}

#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

/*--------------------------------------------------------------
Pages - General
--------------------------------------------------------------*/
.page-wrap {
  padding-top: 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-wrap.page-padded {
  padding: 100px 34px 0px 34px;
}
@media (min-width: 768px) {
  .page-wrap.page-padded {
    padding: 100px 40px 0px 40px;
  }
}
@media (min-width: 1024px) {
  .page-wrap {
    padding-top: 166px;
  }
  .page-wrap.page-padded {
    padding: 166px 50px 0px 50px;
  }
}

.page-content ul {
  margin: 18px 0px 44px 0px;
}
.page-content ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.page-content ul li:before {
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  background: #302D2B;
}
.page-content a {
  color: #302D2B;
  text-decoration: none;
  position: relative;
  display: inline;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.page-content a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #302D2B;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.page-content a:hover {
  color: #302D2B;
}
.page-content a:hover:after {
  background: #302D2B;
  width: 0%;
}
.page-content a.button {
  display: inline-block;
}
.page-content a.button:hover {
  color: #ffffff;
}
.page-content a.button:after {
  display: none;
}
.page-content h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #302D2B;
}
@media (min-width: 1024px) {
  .page-content h3 {
    letter-spacing: 2px;
  }
}

.page-nav {
  width: 100%;
  position: relative;
}
.page-nav.mobile {
  display: block;
  width: 100vw;
  padding: 0px 0px;
  margin-bottom: 32px;
  transform: translateX(-34px);
  border-top: 1px solid #302D2B;
  border-bottom: 1px solid #302D2B;
}
.page-nav.mobile h3 {
  font-size: 14px;
  padding: 24px 34px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.page-nav.mobile h3:after {
  content: "+";
  font-size: 43px;
  font-weight: 300;
  position: absolute;
  top: 24px;
  right: 0px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.page-nav.mobile.open h3::after {
  transform: rotate(45deg);
}
.page-nav.mobile .menu-side {
  width: 100%;
  border-top: 0px;
  border-bottom: 0px;
  padding: 8px 40px 20px 40px;
}
.page-nav.mobile .menu-side ul li:first-child {
  margin-top: 0px;
}
.page-nav.mobile .menu-side-toggle {
  display: none;
}
.page-nav.pp-nav {
  position: fixed;
  background: #F5F3F1;
  z-index: 20;
  left: 0px;
  top: 134px;
  width: 100vw;
  transform: none;
  opacity: 0;
  transition: all 0.5s ease 0s;
  pointer-events: none;
}
.page-nav.pp-nav.pinned {
  opacity: 1;
  pointer-events: auto;
}
.page-nav.shop-nav-mobile {
  position: relative;
  transform: translateX(0px);
  border: 0px;
  margin: 14px 0px 0px 0px;
}
.page-nav.shop-nav-mobile:before {
  content: "";
  display: block;
  width: 120vw;
  position: absolute;
  top: 0px;
  left: -10vw;
  height: 1.5px;
  background: #302D2B;
}
.page-nav.shop-nav-mobile:after {
  content: "";
  display: block;
  width: 120vw;
  position: absolute;
  bottom: 0px;
  left: -10vw;
  height: 1.5px;
  background: #302D2B;
}
.page-nav.desktop {
  display: none;
  width: 14.6%;
}
@media (min-width: 768px) {
  .page-nav.mobile {
    display: none;
  }
  .page-nav.desktop {
    display: block;
  }
}

div:not(.wrap) .page-nav.mobile h3::after {
  right: 28px;
}

.page-content-leftnav {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .page-content-leftnav {
    width: 72.5%;
  }
}
@media (min-width: 1024px) {
  .page-content-leftnav {
    width: 66.5%;
  }
}

.menu-side {
  display: block;
  width: 300px;
  max-width: 100vw;
  position: relative;
  z-index: 5;
  left: 0px;
  padding: 10px 6px;
  border-top: 1px solid #302D2B;
  border-bottom: 1px solid #302D2B;
}
.menu-side.menu-toggle h3 {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .menu-side {
    max-width: 18vw;
    position: fixed;
    z-index: 5;
    bottom: 12vh;
    left: 0px;
  }
  .menu-side.shop-menu-side {
    position: relative;
    bottom: auto;
    left: 0px;
    max-width: none;
    padding: 0px;
  }
}
.menu-side ul {
  display: block;
  margin: 0px;
  list-style: none;
}
.menu-side ul li {
  list-style: none;
  margin: 10px 0px;
}
@media (min-width: 1024px) {
  .menu-side ul li {
    margin: 15px 0px;
  }
}
.menu-side ul li.current-menu-item a {
  color: #B29F75;
}
.menu-side ul li.current-menu-item a:after {
  background: #B29F75;
}
.menu-side a {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
  .menu-side a {
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .menu-side a {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
.menu-side a:after {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background: #302D2B;
  transition: all 0.3s ease 0s;
}
.menu-side a:hover:after {
  width: 100%;
  opacity: 1;
}
.menu-side a.active {
  color: #B29F75;
}
.menu-side a.active:after {
  background: #B29F75;
}
.menu-side.scrolled-past {
  position: absolute;
}
.menu-side.scrolling {
  margin-left: 40px;
}
@media (min-width: 768px) {
  .menu-side.scrolling {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .menu-side.scrolling {
    margin-left: 50px;
  }
}
.menu-side.shop-menu-side {
  border: 0px;
  padding: 0px 30px;
}
.menu-side.shop-menu-side a {
  font-size: 13px;
  letter-spacing: 1px;
}
.menu-side.shop-menu-side ul li.current-menu-item a {
  color: #B29F75;
}
.menu-side.shop-menu-side ul li.current-menu-item a:after {
  background: #B29F75;
}
.menu-side.shop-menu-side ul li.menu-item-73337 a {
  color: #302D2B;
}
.menu-side.shop-menu-side ul li.menu-item-73337 a:after {
  background: #302D2B;
}

.parallax-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.parallax {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.home-parallax {
  transform: translate(0%, 0%) scale(1.4);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.header-parallax {
  transform: translate(0%, 0%) scale(1.4);
  opacity: 0;
}

.body-parallax-wrapper {
  height: 800px;
  max-height: 60vh;
}
@media (min-width: 768px) {
  .body-parallax-wrapper {
    max-height: 60vh;
  }
}
@media (min-width: 1280px) {
  .body-parallax-wrapper {
    max-height: 80vh;
  }
}

.body-parallax.has-bg {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.hero {
  min-height: 374px;
}
@media (min-width: 768px) {
  .hero {
    min-height: 50vh;
  }
}

.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0px;
}
.page-header.page-header-right {
  justify-content: flex-end;
}
.page-header.page-header-right .page-title {
  text-align: right;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
}
.page-header.page-header-right .page-title.left {
  text-align: left;
}
@media (min-width: 768px) {
  .page-header.page-header-right .page-title {
    text-align: right;
  }
  .page-header.page-header-right .page-title.left {
    text-align: right;
  }
}
.page-header.border-bottom {
  padding-bottom: 20px;
  margin-bottom: 26px;
  position: relative;
}
.page-header.border-bottom::after {
  content: "";
  position: absolute;
  display: block;
  width: 140%;
  height: 1.5px;
  background: #302D2B;
  bottom: 0px;
  right: -20%;
}
.page-header.border-bottom .page-title {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .page-header.border-bottom {
    padding-bottom: 30px;
    margin-bottom: 46px;
  }
  .page-header.border-bottom::after {
    width: 100%;
    right: 0px;
  }
}

.page-title {
  font-family: "GT Super Display", serif;
  font-weight: 300;
  font-size: 41px;
  text-align: left;
  margin-bottom: 35px;
  line-height: 0.98em;
  color: #302D2B;
}
.page-title span.main {
  font-family: aktiv-grotesk, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 0px;
  letter-spacing: 2px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 55px;
    margin-bottom: 70px;
  }
  .page-title span.main {
    font: aktiv-grotesk, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 75px;
    margin-bottom: 70px;
  }
}

/* ------- Page Right Header ------------*/
.header-alignright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1em;
  margin-bottom: 18px;
}
.header-alignright h1 {
  font-family: "GT Super Display", serif;
  font-size: 40px;
  font-weight: 300;
  margin: 0px 0px 0px auto;
}
@media (min-width: 768px) {
  .header-alignright {
    margin-bottom: 34px;
  }
  .header-alignright h1 {
    font-size: 50px;
    margin: 0px 0px 0px auto;
  }
}
@media (min-width: 1280px) {
  .header-alignright h1 {
    font-size: 75px;
    margin: 0px 0px 0px auto;
  }
}

.brand-video {
  display: block;
  position: relative;
  background: #302D2B;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .brand-video {
    aspect-ratio: 1366/604;
  }
}
.brand-video:before {
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.brand-video.active {
  aspect-ratio: 16/9;
}

.brand-video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.brand-video-play.inactive {
  z-index: 1;
}
.brand-video-play .play-me {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  background: url("assets/images/play-triangle.svg") center center no-repeat;
  background-size: 13px 15px;
  z-index: 3;
}
@media (min-width: 768px) {
  .brand-video-play .play-me {
    background-size: 17px 20px;
    width: 125px;
    height: 125px;
  }
}
.brand-video-play .play-me span {
  display: none;
}
.brand-video-play .play-me .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  animation: rotation 7s infinite linear;
  background: url("assets/images/brand-video-circle.svg") center center no-repeat;
  background-size: cover;
}

.brand-video-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.brand-video-player.active {
  z-index: 2;
  opacity: 1;
}
.brand-video-player iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.footer-banner {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  aspect-ratio: 414/196;
}
@media (min-width: 1024px) {
  .footer-banner {
    aspect-ratio: 1366/377;
  }
}
.footer-banner .banner-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
}
.footer-banner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: #000000;
  opacity: 0.75;
}
.footer-banner.news-banner:after {
  background: #000000;
  opacity: 0.6;
}
.footer-banner .banner-link {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 3;
}
.footer-banner .banner-link h2 {
  font-size: 35px;
  color: #ffffff;
  font-family: "GT Super Display", serif;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-banner .banner-link h2 {
    font-size: 50px;
    margin-bottom: 28px;
  }
}
.footer-banner .banner-link h3 {
  font-family: aktiv-grotesk, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0px;
  line-height: 1.25em;
  letter-spacing: 2.5px;
  padding: 0px 40px;
}
@media (min-width: 768px) {
  .footer-banner .banner-link h3 {
    letter-spacing: 3px;
  }
}

/* ---------------------404 page --------------------------------*/
.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

.default-inner {
  max-width: 960px;
  margin: 0px auto 100px auto;
}

/* ---------------------------------------------------------------
404 Page --------------------------------------
----------------------------------------------------------------- */
.page-404 {
  padding-top: 100px;
}

.icon-404 {
  width: 364px;
  height: auto;
  max-width: 70%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

.buttons-404 {
  width: 530px;
  max-width: 100%;
  text-align: center;
  display: block;
  vertical-align: top;
  margin: 0px auto;
}

.content-404 {
  text-align: center;
}

.page-404 .inner {
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
}

.button-404 {
  color: #00be73;
  margin: 0px 16px 16px 16px;
  border-width: 2px;
}

.button-404:hover {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .content-404 {
    text-align: left;
  }
  .icon-404 {
    width: 30%;
  }
  .buttons-404 {
    width: 68%;
  }
  .button-404 {
    font-size: 16px;
    min-width: 180px;
  }
  .page-404 {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .content-404 p {
    font-size: 30px;
  }
  .content-404 p:first-child {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .button-404 {
    font-size: 19px;
    min-width: 218px;
  }
  .buttons-404 {
    width: 530px;
  }
  .icon-404 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .icon-404 {
    margin-right: 80px;
  }
  .page-404 {
    padding-top: 400px;
  }
  .page-404 .page-title {
    font-size: 150px;
  }
}
/* ---------------------------------- Home Page -----------------------------------*/
.page-template-page-home .site-header .header-left a,
.page-template-page-home .site-header .header-right a {
  color: #ffffff;
  transition: background 0.5s ease 0s, color 1s ease 0s;
  transform: translateY(20px);
  opacity: 0;
  display: inline-block;
}
.page-template-page-home .site-header .header-left a:hover,
.page-template-page-home .site-header .header-right a:hover {
  color: #B29F75;
}
.page-template-page-home .site-header path, .page-template-page-home .site-header circle, .page-template-page-home .site-header polygon {
  fill: #ffffff;
}
.page-template-page-home .site-header #menu-toggle #hamburger span {
  background: #ffffff;
}
.page-template-page-home .site-header.header-scroll .header-left a,
.page-template-page-home .site-header.header-scroll .header-right a {
  color: #302D2B;
}
.page-template-page-home .site-header.header-scroll path, .page-template-page-home .site-header.header-scroll circle, .page-template-page-home .site-header.header-scroll polygon {
  fill: #302D2B;
}
.page-template-page-home .site-header.header-scroll #menu-toggle #hamburger span {
  background: #302D2B;
}
.page-template-page-home .site-header.header-scroll #phone path, .page-template-page-home .site-header.header-scroll #phone circle, .page-template-page-home .site-header.header-scroll #phone polygon {
  fill: #302D2B;
}

/*
.page-template-page-home .site-header, 
.page-template-page-home .site-header {

    &.header-scroll {


             .header-inner a,
             .header-right a,
             .header-left a {
                 color:$white;
             }

             path, circle, polygon {
                 fill:$white;
             }
            #menu-toggle #hamburger span {
                background:$white;
            }
         }

}
*/
.page-wrap.page-home {
  padding-top: 0px;
}

.page-home {
  background: #B29F75;
}

.home-top {
  width: 100%;
  min-height: 700px;
  position: relative;
  z-index: 3;
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  opacity: 0;
}
.home-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000000;
  opacity: 0.72;
}
.home-top picture, .home-top img.bg {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  .home-top {
    padding-top: 224px;
    min-height: 100vh;
  }
}

.home-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
}
.home-grid:before {
  content: "";
  display: block;
  width: 0%;
  background: #ffffff;
  height: 1.5px;
  position: absolute;
  left: 0%;
  bottom: 50%;
  z-index: 3;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.home-grid.animated:before {
  width: 100%;
}
@media (min-width: 768px) {
  .home-grid:before {
    height: calc(0% - 30px);
    width: 1.5px;
    left: 50%;
    bottom: auto;
    top: 30px;
  }
  .home-grid.animated:before {
    height: calc(100% - 30px);
    width: 1.5px;
  }
}

.home-grid-title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1.5px;
  z-index: 10;
}
.home-grid-title h2 {
  display: inline-block;
  position: absolute;
  border-radius: 40px;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 2px;
  margin: 0px;
  left: 50%;
  font-weight: 700;
  padding: 15px 25px;
  opacity: 0;
  transform: translate(-50%, -75%);
  position: relative;
  transition: all 1s ease 0s;
}
@media (min-width: 768px) {
  .home-grid-title h2 {
    font-size: 16px;
    padding: 20px 40px;
    letter-spacing: 3px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
  }
}
.home-grid-title h2:before {
  content: "";
  height: 1.5px;
  width: 0vw;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 100%;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.home-grid-title h2:after {
  content: "";
  height: 1.5px;
  width: 0vw;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 100%;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.home-grid-title h2.animated {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.home-grid-title h2.animated:before {
  width: 50vw;
}
.home-grid-title h2.animated:after {
  width: 50vw;
}

.home-grid-box {
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  opacity: 0;
}
@media (min-width: 768px) {
  .home-grid-box {
    height: auto;
    width: 50%;
  }
}
.home-grid-box h3 {
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  margin: 0px;
  font-family: "GT Super Display", serif;
  line-height: 0.95em;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .home-grid-box h3 {
    font-size: 65px;
  }
}
@media (min-width: 1024px) {
  .home-grid-box h3 {
    font-size: 85px;
  }
}
.home-grid-box h3 a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-grid-left {
  overflow: hidden;
}
.home-grid-left .big-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0s;
  pointer-events: none;
}
.home-grid-left:hover .big-bg {
  transform: scale(1);
  opacity: 1;
}

.home-grid-right {
  overflow: hidden;
}
.home-grid-right .big-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0s;
  pointer-events: none;
}
.home-grid-right:hover .big-bg {
  transform: scale(1);
  opacity: 1;
}
.home-grid-right:hover .series-box {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.home-grid-right:hover .series-box.pro {
  transition-delay: 0.75s;
}
.home-grid-right .series-box {
  position: relative;
  width: 100%;
  height: 50%;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.home-grid-right .series-box.pro:before {
  content: "";
  width: 100%;
  height: 1.5px;
  display: block;
  background: #ffffff;
  top: 0px;
  left: 0px;
  position: absolute;
}
.home-grid-right .series-box h4 {
  text-align: center;
  font-family: "GT Super Display", serif;
  color: #ffffff;
  width: 100%;
  font-size: 25px;
  font-weight: 300;
  margin: 0px 0px 14px 0px;
  line-height: 1.18em;
}
.home-grid-right .series-box h4 br {
  display: none;
}
@media (min-width: 768px) {
  .home-grid-right .series-box h4 {
    text-align: right;
    width: 52%;
    font-size: 36px;
    margin: 0px;
  }
  .home-grid-right .series-box h4 br {
    display: block;
  }
}
@media (min-width: 1024px) {
  .home-grid-right .series-box h4 {
    font-size: 60px;
  }
}
.home-grid-right .series-box .series-box-buttons {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .home-grid-right .series-box .series-box-buttons {
    width: 48%;
    text-align: center;
  }
}
.home-grid-right .series-box .series-box-buttons .button {
  color: #ffffff;
  border-color: #ffffff;
  width: 158px;
  max-width: 48%;
  margin: 0px 8px;
  padding: 10px 14px;
  font-size: 12px;
}
.home-grid-right .series-box .series-box-buttons .button:hover {
  background: #ffffff;
  color: #302D2B;
}
@media (min-width: 768px) {
  .home-grid-right .series-box .series-box-buttons .button {
    width: 245px;
    max-width: 80%;
    margin: 7px 0px;
    padding: 16px 18px 16px 18px;
  }
}

.home-top-content {
  background: #D2C7AE;
  width: 100%;
  padding: 46px 0px 26px 0px;
  position: relative;
}
@media (min-width: 768px) {
  .home-top-content {
    border-bottom: 1.5px solid #302D2B;
    padding: 46px 0px 40px 0px;
  }
  .home-top-content:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: #302D2B;
    position: absolute;
  }
}

.home-top-content-inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.home-top-content-inner h2 {
  color: #302D2B;
  font-size: 30px;
  width: 100%;
  margin: 0px;
  line-height: 1.15em;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .home-top-content-inner h2 {
    width: 50%;
    font-size: 28px;
    padding-right: 45px;
  }
}
@media (min-width: 1280px) {
  .home-top-content-inner h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
}
.home-top-content-inner .home-top-sub {
  width: 100%;
  position: relative;
  margin: 42px 0px 0px 0px;
  padding: 42px 0px 0px 0px;
}
.home-top-content-inner .home-top-sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0px;
  left: -28px;
  height: 1.5px;
  background: #302D2B;
}
@media (min-width: 768px) {
  .home-top-content-inner .home-top-sub {
    width: 50%;
    padding: 0px 0px 0px 45px;
    margin: 15% 0px 0px 0px;
  }
  .home-top-content-inner .home-top-sub:before {
    display: none;
  }
}
.home-top-content-inner p {
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .home-top-content-inner p {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .home-top-content-inner p {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.home-top-content-inner a {
  position: relative;
}
.home-top-content-inner a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1.5px;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  opacity: 1;
  transition: opacity 0.5s ease, width 0.5s ease;
}
.home-top-content-inner a:hover:after {
  opacity: 0;
  width: 0%;
}

.home-callouts-buttons {
  display: flex;
  flex-wrap: wrap;
  border-top: 1.5px solid #302D2B;
  background: #EEEDDF;
  list-style: none;
  width: 100%;
  margin: 0px;
}
.home-callouts-buttons li {
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1.5px solid #302D2B;
}
.home-callouts-buttons a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #B29F75;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 22px 0px;
  transition: color 0.3s ease 0.1s;
  overflow: hidden;
}
.home-callouts-buttons a span {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.home-callouts-buttons a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #B29F75;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.home-callouts-buttons a:hover {
  color: #ffffff;
}
.home-callouts-buttons a:hover:after {
  top: 0%;
}
@media (min-width: 768px) {
  .home-callouts-buttons li {
    width: 33.3%;
    border-right: 1.5px solid #302D2B;
  }
  .home-callouts-buttons a {
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .home-callouts-buttons a {
    padding: 32px 0px;
    font-size: 14px;
    letter-spacing: 3px;
  }
}

.home-bio {
  padding: 60px 0px 40px 0px;
  width: 100%;
  background: #F5F3F1;
}
@media (min-width: 768px) {
  .home-bio {
    padding: 115px 0px 85px 0px;
  }
}
@media (min-width: 1024px) {
  .home-bio {
    padding: 145px 0px 165px 0px;
  }
}

.home-bio-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.home-bio-content {
  width: 100%;
}
.home-bio-content h2 {
  width: 90%;
  font-size: 30px;
  color: #302D2B;
  font-weight: 300;
  line-height: 1.18em;
  margin-bottom: 40px;
}
.home-bio-content p {
  font-size: 24px;
  width: 80%;
  margin-top: 36px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .home-bio-content h2 {
    width: 48.6%;
    font-size: 39px;
    margin-bottom: 110px;
  }
  .home-bio-content p {
    font-size: 28px;
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .home-bio-content h2 {
    width: 48.6%;
    font-size: 42px;
    margin-bottom: 110px;
  }
  .home-bio-content p {
    font-size: 28px;
    width: 34%;
    margin-top: 0px;
  }
}

.home-bio-images {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .home-bio-images {
    width: 33.78%;
    position: absolute;
    top: -13%;
    right: 0px;
  }
}
@media (min-width: 1024px) {
  .home-bio-images {
    width: 39.78%;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

.home-bio-1 {
  width: 59.8%;
  display: none;
  position: absolute;
  left: -45%;
  top: 55%;
  z-index: 2;
  aspect-ratio: 301/396;
}
@media (min-width: 768px) {
  .home-bio-1 {
    display: block;
  }
}

.home-bio-2 {
  width: 110%;
  position: relative;
  z-index: 1;
  aspect-ratio: 507/451;
}
@media (min-width: 768px) {
  .home-bio-2 {
    width: 100%;
  }
}

#home-products-section {
  position: relative;
  padding: 56px 0px 10px 0px;
  background: #ffffff;
}
@media (min-width: 768px) {
  #home-products-section {
    padding: 66px 0px;
  }
}

.home-products-intro {
  display: inline-block;
  position: absolute;
  top: 246px;
  left: 52px;
  transform-origin: left center;
  transform: rotate(-90deg);
}
.home-products-intro h2 {
  margin: 0px;
  font-size: 41px;
}
@media (min-width: 768px) {
  .home-products-intro {
    left: 64px;
    top: 280px;
  }
  .home-products-intro h2 {
    font-size: 50px;
  }
}

.about-intro-content {
  background: #D2C7AE;
  width: 100%;
  padding: 46px 0px 26px 0px;
  position: relative;
  border-bottom: 1.5px solid #302D2B;
}
@media (min-width: 768px) {
  .about-intro-content.bob-intro-content {
    padding: 52px 0px 46px 0px;
  }
  .about-intro-content:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: #302D2B;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .about-intro-content.bob-intro-content {
    padding: 52px 0px 86px 0px;
  }
}

.about-intro-content-inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-right: 7%;
}
@media (min-width: 768px) {
  .about-intro-content-inner {
    padding-right: 0px;
  }
}
.about-intro-content-inner h2 {
  color: #302D2B;
  font-size: 30px;
  width: 100%;
  margin: 0px;
  line-height: 1.15em;
}
@media (min-width: 768px) {
  .about-intro-content-inner h2 {
    width: 50%;
    font-size: 28px;
    padding-right: 45px;
  }
}
@media (min-width: 1280px) {
  .about-intro-content-inner h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
}
.about-intro-content-inner .about-intro-sub {
  width: 100%;
  position: relative;
  margin: 42px 0px 0px 0px;
  padding: 42px 0px 0px 0px;
}
.about-intro-content-inner .about-intro-sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0px;
  left: -28px;
  height: 1.5px;
  background: #302D2B;
}
@media (min-width: 768px) {
  .about-intro-content-inner .about-intro-sub {
    width: 50%;
    padding: 0px 0px 0px 45px;
    margin: 15% 0px 0px 0px;
  }
  .about-intro-content-inner .about-intro-sub:before {
    display: none;
  }
}
.about-intro-content-inner p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.36em;
}
@media (min-width: 768px) {
  .about-intro-content-inner p {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .about-intro-content-inner p {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.about-top-banner {
  position: relative;
  width: 100%;
  border-top: 1.5px solid #302D2B;
  border-bottom: 1.5px solid #302D2B;
  aspect-ratio: 414/212;
}
@media (min-width: 768px) {
  .about-top-banner {
    aspect-ratio: 1366/558;
  }
}

.about-side-by-side {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about-side-by-side .sbs-img {
  width: 100%;
  aspect-ratio: 414/392;
}
.about-side-by-side .sbs-text {
  width: 100%;
  padding: 25px 45px 0px 28px;
}
.about-side-by-side .sbs-text p {
  font-weight: 300;
}
.about-side-by-side .left-credit {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 16px 0px 0px 39px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-side-by-side {
    border-bottom: 1.5px solid #302D2B;
  }
  .about-side-by-side .sbs-img {
    width: 50%;
  }
  .about-side-by-side .sbs-text {
    width: 50%;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 40px 25px;
    border-left: 1.5px solid;
  }
  .about-side-by-side .sbs-text p {
    font-size: 18px;
  }
  .about-side-by-side .left-credit {
    position: absolute;
    bottom: 42px;
    right: 45px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  .about-side-by-side {
    border-bottom: 1.5px solid #302D2B;
  }
  .about-side-by-side .sbs-text {
    padding: 0px 40px 100px 45px;
    border-left: 1.5px solid;
  }
  .about-side-by-side .sbs-text p {
    font-size: 25px;
  }
  .about-side-by-side .left-credit {
    position: absolute;
    bottom: 42px;
    right: 45px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
  }
}

.wide-text {
  width: 100%;
  padding: 0px 45px 25px 28px;
}
.wide-text .wide-text-inner {
  max-width: 100%;
}
.wide-text p {
  font-weight: 300;
}
@media (min-width: 768px) {
  .wide-text {
    padding: 60px 0px 40px 0px;
  }
  .wide-text p {
    font-size: 22px;
  }
  .wide-text .wide-text-inner {
    width: 1170px;
    margin: 0px auto;
    padding: 0px 48px;
  }
}
@media (min-width: 1024px) {
  .wide-text {
    padding: 110px 0px 86px 0px;
  }
  .wide-text p {
    font-size: 25px;
  }
}

.about-wide-banner {
  position: relative;
  width: 100%;
  z-index: 4;
  aspect-ratio: 414/202;
}
@media (min-width: 768px) {
  .about-wide-banner {
    aspect-ratio: 1366/672;
  }
}
.about-wide-banner p.credit {
  display: inline-block;
  position: absolute;
  left: 38px;
  margin: 0px;
  bottom: -28px;
}
@media (min-width: 768px) {
  .about-wide-banner p.credit {
    left: 54px;
    bottom: -54px;
  }
}

.about-text-images {
  background: #F5F3F1;
  width: 100%;
  padding: 68px 0px 0px 0px;
  position: relative;
  border-bottom: 1.5px solid #302D2B;
  display: flex;
  flex-wrap: wrap;
  border-top: 1.5px solid #302D2B;
}
@media (min-width: 768px) {
  .about-text-images {
    padding-top: 75px;
  }
  .about-text-images:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 50%;
    top: 0px;
    z-index: 5;
    background: #302D2B;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .about-text-images {
    padding-top: 145px;
  }
}
.about-text-images p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.36em;
}
@media (min-width: 768px) {
  .about-text-images p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.42em;
  }
}
@media (min-width: 1024px) {
  .about-text-images p {
    font-size: 25px;
    margin-bottom: 70px;
    line-height: 1.42em;
  }
}
.about-text-images a {
  /*&:after{
      content: "";
      display: none;
      position: absolute;
      bottom: 3px;
      left: 0;
      height: 1.5px;
      width: 100%;
      background-color: currentColor;
      transform-origin: right top;
      opacity: 1;
      transition: opacity .5s ease, width .5s ease;
  }

  &:hover:after {
      opacity:0;
      width:0%;
  }
   */
}

.about-text-images-inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding: 0px 10px 58px 0px;
}
@media (min-width: 768px) {
  .about-text-images-inner {
    padding: 0px 0px 102px 0px;
  }
}
@media (min-width: 1024px) {
  .about-text-images-inner {
    padding: 0px 0px 192px 0px;
  }
}
@media (min-width: 768px) {
  .about-text-images-inner.howard-about-text-images {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .about-text-images-inner.howard-about-text-images {
    padding-bottom: 80px;
  }
}
.about-text-images-inner .left-side {
  color: #302D2B;
  width: 100%;
  margin: 0px;
}
@media (min-width: 768px) {
  .about-text-images-inner .left-side {
    width: 50%;
    padding: 0px 10% 0px 0px;
  }
}
.about-text-images-inner .right-images {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .about-text-images-inner .right-images {
    width: 50%;
  }
}

.bio-image-1 {
  width: 90%;
  height: auto;
  position: relative;
  z-index: 2;
  aspect-ratio: 312/325;
}
@media (min-width: 1024px) {
  .bio-image-1 {
    width: 80.4%;
    height: auto;
    z-index: 1;
    aspect-ratio: 507/528;
  }
}
.bio-image-1.howard-image-1 {
  aspect-ratio: 497/704;
}

.bio-image-2 {
  width: 66%;
  margin-left: auto;
  margin-top: -50px;
  position: relative;
  z-index: 3;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .bio-image-2 {
    height: auto;
    position: absolute;
    right: 24px;
    top: 74%;
    width: 56%;
  }
}
@media (min-width: 1024px) {
  .bio-image-2 {
    margin: 0px;
    width: 58.8%;
    height: auto;
    position: absolute;
    right: 48px;
    top: 74%;
  }
}

.left-lg-img {
  width: 100%;
  position: relative;
  aspect-ratio: 414/600;
}
@media (min-width: 768px) {
  .left-lg-img {
    width: 50%;
    aspect-ratio: 688/1103;
  }
}
.right-text {
  width: 100%;
  position: relative;
  padding: 38px 28px 28px 28px;
}
@media (min-width: 768px) {
  .right-text {
    width: 683px;
    padding: 60px 28px 50px 28px;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .right-text {
    width: 683px;
    padding: 154px 48px 50px 48px;
    max-width: 50%;
  }
}

/* ---------------------- About Quote --------------- */
.about-quote {
  position: relative;
  background: #D2C7AE;
  display: flex;
  flex-wrap: wrap;
  min-height: 356px;
  width: 100%;
  border-bottom: 1.5px solid #302D2B;
}
@media (min-width: 768px) {
  .about-quote {
    min-height: 585px;
  }
  .about-quote:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 50%;
    top: 0px;
    z-index: 5;
    background: #302D2B;
    position: absolute;
  }
}
.about-quote.about-bg-quote:before {
  display: none;
}
.about-quote.about-bg-quote .about-quote-content {
  width: 100%;
}
.about-quote.about-bg-quote .about-quote-inner {
  width: 100%;
}
.about-quote.about-bg-quote .quote-img {
  height: 242px;
  border-top: 0px;
}
.about-quote.about-bg-quote p.credit {
  padding-left: 56%;
}
@media (min-width: 768px) {
  .about-quote.about-bg-quote p {
    padding-right: 16vw;
  }
  .about-quote.about-bg-quote p.credit {
    width: 100%;
    padding: 13vw 0px 0px 59.88%;
    padding-left: 59.88%;
    text-align: right;
  }
  .about-quote.about-bg-quote .about-quote-inner {
    padding-top: 88px;
  }
  .about-quote.about-bg-quote .quote-img {
    height: 20vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
}

.quote-img {
  height: 356px;
  width: 100%;
  border-top: 1.5px solid #302D2B;
}
@media (min-width: 768px) {
  .quote-img {
    width: 50%;
    height: auto;
    border-top: 0px;
  }
}

.about-quote-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .about-quote-content {
    width: 50%;
  }
}

.about-quote-inner {
  width: 100%;
  padding: 60px 28px 40px 28px;
}
@media (min-width: 768px) {
  .about-quote-inner {
    width: 683px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .about-quote-inner {
    padding: 0px 40px 54px 48px;
  }
}
.about-quote-inner p {
  font-family: "GT Super Display", serif;
  line-height: 1.25em;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .about-quote-inner p {
    font-size: 38px;
  }
}

p.credit {
  font-family: aktiv-grotesk, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 40px 0px 0px 0px;
  text-align: right;
}
p.credit.quote-credit-desc {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  display: none;
}
@media (min-width: 768px) {
  p.credit {
    text-align: left;
    margin: 50px 0px 0px 0px;
  }
  p.credit.quote-credit-desc {
    margin-top: 66px;
    display: block;
  }
}
@media (min-width: 1024px) {
  p.credit {
    font-size: 14px;
  }
}
p.credit span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  display: block;
  line-height: 1.3em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  p.credit span {
    margin-top: 10px;
  }
}

.about-gallery {
  width: 100vw;
  position: relative;
  margin: 60px 0px 80px 0px;
  order: auto;
}
@media (min-width: 768px) {
  .about-gallery {
    margin: 60px 0px 0px 0px;
  }
}
@media (min-width: 1024px) {
  .about-gallery {
    margin: 60px 0px;
  }
}

.about-two-up {
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about-two-up .twoup-image-1 {
  order: 1;
}
.about-two-up .twoup-image-2 {
  order: 2;
}
.about-two-up .credit-1 {
  order: 3;
}
.about-two-up .credit-2 {
  order: 4;
}
.about-two-up + .about-text-images {
  border-top: 0px;
}
.about-two-up .image-box {
  width: 100%;
  height: 280px;
  position: relative;
}
.about-two-up .image-box.twoup-image-1 {
  border-bottom: 1.5px solid #ffffff;
}
@media (min-width: 768px) {
  .about-two-up .image-box {
    width: 50%;
    height: 34vw;
  }
  .about-two-up .image-box.twoup-image-1 {
    z-index: 20;
    border-bottom: 0px;
  }
  .about-two-up .image-box.twoup-image-1:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 100%;
    top: 0px;
    z-index: 5;
    background: #ffffff;
    position: absolute;
  }
}
.about-two-up .image-credit {
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 0px 36px;
  position: relative;
  margin: 0px;
  font-weight: 400;
}
.about-two-up .image-credit.credit-1 {
  margin: 20px 0px 20px 0px;
}
.about-two-up .image-credit.credit-1:before {
  content: "TOP: ";
}
.about-two-up .image-credit.credit-2:before {
  content: "BOTTOM: ";
}
@media (min-width: 768px) {
  .about-two-up .image-credit {
    width: 50%;
    padding: 28px 28px 0px 28px;
  }
  .about-two-up .image-credit.credit-1 {
    margin: 0px;
  }
  .about-two-up .image-credit.credit-1:before {
    content: "";
    display: none;
  }
  .about-two-up .image-credit.credit-1:after {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 100%;
    top: 0px;
    z-index: 5;
    background: #302D2B;
    position: absolute;
  }
  .about-two-up .image-credit.credit-2 {
    text-align: right;
  }
  .about-two-up .image-credit.credit-2:before {
    content: "";
  }
}
@media (min-width: 1024px) {
  .about-two-up .image-credit {
    font-size: 14px;
    width: 50%;
    padding: 28px 52px 0px 52px;
  }
  .about-two-up .image-credit.credit-1 {
    margin: 0px;
  }
  .about-two-up .image-credit.credit-1:before {
    content: "";
  }
  .about-two-up .image-credit.credit-1:after {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 100%;
    top: 0px;
    z-index: 5;
    background: #302D2B;
    position: absolute;
  }
  .about-two-up .image-credit.credit-2 {
    text-align: right;
  }
  .about-two-up .image-credit.credit-2:before {
    content: "";
  }
}

.about-miner {
  width: 100%;
  position: relative;
  padding: 44px 0px;
}
@media (min-width: 768px) {
  .about-miner {
    padding: 100px 0px 100px 0px;
  }
}
@media (min-width: 1024px) {
  .about-miner {
    padding: 100px 0px 160px 0px;
  }
}
.about-miner .page-title.left {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-miner .page-title.left {
    margin-bottom: 0px;
    padding-right: 14.39vw;
  }
}

.miner-content {
  display: flex;
  flex-wrap: wrap;
}
.miner-content p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.36em;
}
@media (min-width: 1024px) {
  .miner-content p {
    font-size: 25px;
    margin-bottom: 70px;
    line-height: 1.42em;
  }
}
.miner-content .miner-left {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  order: 2;
}
@media (min-width: 768px) {
  .miner-content .miner-left {
    width: 50%;
    padding: 60px 60px 0px 0px;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .miner-content .miner-left {
    padding: 60px 90px 0px 0px;
  }
}
.miner-content .miner-right {
  width: 100%;
  position: relative;
  order: 1;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .miner-content .miner-right {
    width: 50%;
    order: 2;
    padding-bottom: 0px;
  }
}

.miner-image-1 {
  width: 62vw;
  height: auto;
  position: relative;
  z-index: 2;
  aspect-ratio: 259/326;
}
@media (min-width: 768px) {
  .miner-image-1 {
    width: 35.6vw;
    height: auto;
    z-index: 1;
    aspect-ratio: 486/595;
  }
}
.miner-image-2 {
  width: 51.93vw;
  margin-left: auto;
  margin-top: -50px;
  position: relative;
  z-index: 3;
  aspect-ratio: 215/207;
}
@media (min-width: 768px) {
  .miner-image-2 {
    margin: 0px;
    width: 29.72vw;
    height: auto;
    position: absolute;
    right: 48px;
    top: 74%;
    aspect-ratio: 403/389;
  }
}
@media (min-width: 768px) {
  .miner-image-2 {
    top: 54%;
  }
}

.miner-image-3 {
  width: 62.56vw;
  margin: 0px 0px 70px 12px;
  position: relative;
  z-index: 3;
  display: inline-block;
  aspect-ratio: 259/364;
}
@media (min-width: 768px) {
  .miner-image-3 {
    margin: 0px 0px 0px 4.83vw;
    width: 20.8vw;
    height: auto;
    aspect-ratio: 284/389;
  }
}

.miner-image-4 {
  width: 26.57vw;
  margin-left: auto;
  position: relative;
  z-index: 3;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  aspect-ratio: 202/664;
}
@media (min-width: 768px) {
  .miner-image-4 {
    margin: 62px 0px 0px 3vw;
    width: 9.74vw;
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.about-image-buttons {
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  order: 10;
}
@media (min-width: 768px) {
  .about-image-buttons:before {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 50%;
    top: 0px;
    z-index: 5;
    background: #ffffff;
    position: absolute;
  }
}
.about-image-buttons .image-box {
  width: 100%;
  height: 230px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.about-image-buttons .image-box.box-1 {
  border-bottom: 1.5px solid #ffffff;
}
.about-image-buttons .image-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: #000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .about-image-buttons .image-box {
    width: 50%;
    height: 34vw;
  }
  .about-image-buttons .image-box.box-1 {
    border-bottom: 0px;
  }
}
.about-image-buttons .image-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.about-image-buttons span {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  display: flex;
  font-family: "GT Super Display", serif;
  color: #ffffff;
  font-size: 29px;
  padding: 0px 40px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .about-image-buttons span {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .about-image-buttons span {
    font-size: 50px;
  }
}

.blur {
  filter: blur(0px);
  transform: scale(1);
  transition: filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.blur.blurred {
  filter: blur(8px);
  transform: scale(1.02);
}

/* ------------------- Contact Page --------------------- */
.page-wrap.page-contact {
  padding: 100px 24px 60px 24px;
}
@media (min-width: 1024px) {
  .page-wrap.page-contact {
    padding: 166px 50px 100px 50px;
  }
}

.contact-left {
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-left {
    width: 22.3%;
  }
}
@media (min-width: 1024px) {
  .contact-left {
    width: 24.3%;
  }
}

.contact-info {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.contact-info:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -20%;
  width: 140%;
  height: 1.5px;
  display: block;
  background: #302D2B;
}
@media (min-width: 768px) {
  .contact-info {
    padding-bottom: 46px;
  }
  .contact-info:after {
    content: "";
    left: 0px;
    width: 100%;
  }
}

.page-wrap.page-contact .page-content-leftnav {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .page-wrap.page-contact .page-content-leftnav {
    width: 72.5%;
  }
}
@media (min-width: 1024px) {
  .page-wrap.page-contact .page-content-leftnav {
    width: 66.8%;
    padding-right: 6.5%;
  }
}

.contact-info h3 {
  font-size: 14px;
  color: #302D2B;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 24px;
}
.contact-info p {
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
}
.contact-info a.button {
  padding: 16px 28px;
}
@media (min-width: 768px) {
  .contact-info h3 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .contact-info h3 {
    font-size: 14px;
  }
}

.contact-numbers {
  margin: 34px 0px 34px 0px;
}
@media (min-width: 768px) {
  .contact-numbers {
    margin: 64px 0px 70px 0px;
  }
}
.contact-numbers h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-numbers h4 {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .contact-numbers h4 {
    font-size: 14px;
  }
}
.contact-numbers p {
  font-size: 25px;
  font-family: "GT Super Display", serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-numbers p {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .contact-numbers p {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.contact-numbers a[href^="mailto:"] {
  font-style: italic;
  color: #302D2B;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.contact-numbers a[href^="mailto:"]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #302D2B;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.contact-numbers a[href^="mailto:"]:hover {
  color: #B29F75;
}
.contact-numbers a[href^="mailto:"]:hover:after {
  background: #B29F75;
  width: 50%;
}

/* ---------------------------------- Page - Players -----------------------------------*/
/* ------------------- About Pages Top Section ------------------- */
.player-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

a.player-grid-item {
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 56px;
  transition: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
a.player-grid-item.artist {
  width: 100%;
}
@media (min-width: 768px) {
  a.player-grid-item {
    width: 29.8%;
    opacity: 0;
  }
  a.player-grid-item.artist {
    width: 45.9%;
  }
}
a.player-grid-item h3 {
  font-family: "GT Super Display", serif;
  font-size: 33px;
  font-weight: 300;
  color: #302D2B;
  position: relative;
  margin: 15px 0px 0px 0px;
}
@media (min-width: 1024px) {
  a.player-grid-item h3 {
    margin: 25px 0px 0px 0px;
  }
}
@media (min-width: 1024px) {
  a.player-grid-item:hover .player-img {
    transform: scale(1.1);
    filter: blur(10px);
  }
}

.player-img-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.player-img {
  display: block;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  aspect-ratio: 453/512;
}
.player-img img.bg {
  height: 100%;
}

.player-bio-popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  display: none;
  justify-content: flex-end;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}
.player-bio-popup.open {
  opacity: 1;
  z-index: 50;
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.player-bio-popup .player-bio-popup-inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 54px;
  position: relative;
}
@media (min-width: 1024px) {
  .player-bio-popup .player-bio-popup-inner {
    width: 50%;
  }
}
.player-bio-popup a.close-bio {
  display: block;
  width: 49px;
  height: 49px;
  background: url("assets/images/close-popup.svg") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 36px;
}
.player-bio-popup .player-popup-img {
  width: 227px;
  aspect-ratio: 227/256;
}
.player-bio-popup .popup-title {
  font-family: "GT Super Display", serif;
  font-size: 33px;
  color: #ffffff;
  font-weight: 300;
  margin: 20px 0px 40px 0px;
}
.player-bio-popup .player-popup-content {
  padding-left: 26%;
  font-size: 15px;
}
.player-bio-popup .player-popup-content p {
  font-size: 15px;
}
.player-bio-popup .player-popup-content a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.player-bio-popup .player-popup-content a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.player-bio-popup .player-popup-content a:hover {
  color: #B29F75;
}
.player-bio-popup .player-popup-content a:hover:after {
  background: #B29F75;
  width: 50%;
}

/* ---------------------------------- Page - Customer Care -----------------------------------*/
.page-template-page-customer-care .site-header.header-scroll {
  background: #F5F3F1;
}

.cc-section {
  padding: 210px 0px 125px 0px;
  opacity: 1;
  position: relative;
}
.cc-section p {
  font-size: 16px;
  font-weight: 300;
}
.cc-section ul li {
  font-size: 13px;
  font-weight: 400;
}
.cc-section ul li.blank:before {
  display: none;
}
.cc-section ul li ul li {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .cc-section {
    padding: 195px 0px 175px 0px;
  }
  .cc-section p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .cc-section ul li {
    line-height: 1.6em;
  }
}
@media (min-width: 1024px) {
  .cc-section p {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .cc-section p {
    font-size: 25px;
  }
}

#faq .faq {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #faq .faq {
    margin-top: 0px;
  }
}

h2.cc-header {
  font-family: "GT Super Display", serif;
  font-weight: 300;
  font-size: 36px;
  text-align: right;
  margin-bottom: 35px;
  line-height: 0.98em;
  color: #302D2B;
  position: absolute;
  top: -8px;
  right: 0px;
  z-index: 1;
  background: #F5F3F1;
  display: block;
  width: 100%;
}
h2.cc-header.pinned {
  position: fixed;
  top: 84px;
  right: 0px;
  padding-right: 34px;
  padding-bottom: 10px;
  margin: 0px;
}
@media (min-width: 768px) {
  h2.cc-header.pinned {
    padding-right: 40px;
    border-bottom: 1.5px solid #302D2B;
  }
}
@media (min-width: 1024px) {
  h2.cc-header.pinned {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  h2.cc-header {
    font-size: 75px;
    margin-bottom: 70px;
    top: -5px;
  }
}
@media (min-width: 1024px) {
  h2.cc-header {
    font-size: 75px;
    margin-bottom: 70px;
  }
}

.admin-bar h2.cc-header.pinned {
  top: 116px;
}
.admin-bar .pp-nav {
  top: 166px;
}

.cc-price-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cc-price-lists .cc-price-list {
  width: 48%;
}
.cc-price-lists .cc-price-list h3 {
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
  color: #302D2B;
  margin-bottom: 12px;
}
.cc-price-lists .cc-price-list h4 {
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  color: #302D2B;
  margin-bottom: 44px;
}
.cc-price-lists .cc-price-list p {
  line-height: 1.5em;
}

.toggle-view {
  padding: 10px 0px 24px 0px;
  margin-bottom: 14px;
  border-bottom: 1px solid #302D2B;
}
.toggle-view .toggle-header {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
.toggle-view .toggle-header h3 {
  color: #302D2B;
  font-size: 19px;
  width: 95%;
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}
@media (min-width: 768px) {
  .toggle-view .toggle-header h3 {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .toggle-view .toggle-header h3 {
    font-size: 25px;
  }
}
.toggle-view .toggle-header:after {
  content: "+";
  color: #B29F75;
  font-size: 35px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.toggle-view .panel {
  display: none;
  padding-top: 24px;
}
.toggle-view .panel p:last-child {
  margin-bottom: 0px;
}
.toggle-view.open .toggle-header:after {
  transform: rotate(45deg);
}

#careers .button {
  margin-top: 30px;
}

#purchasing-policies p {
  font-size: 13px;
  font-weight: 400;
}
#purchasing-policies p:first-child {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #purchasing-policies p:first-child {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  #purchasing-policies p:first-child {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  #purchasing-policies h3 {
    margin-bottom: 32px;
  }
}

/* ---------------------------------- Page - Build Your Own Benedetto  -----------------------------------*/
.page-byob {
  padding-top: 0px;
}

.byob-top {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1.5px solid #302D2B;
}

.byob-hero-placeholder {
  display: none;
}
@media (min-width: 768px) {
  .byob-hero-placeholder {
    display: block;
    width: 45vw;
    background-position: bottom center;
  }
}

.byob-intro {
  width: 100vw;
  padding: 102px 0px 27px 0px;
  position: relative;
}
.byob-intro p {
  font-size: 14px;
  line-height: 1.5em;
  padding: 0px 27px;
  font-weight: 300;
}
.byob-intro .byob-hero-wrap {
  height: 440px;
  width: 100%;
  background-position: bottom -28px center;
  background-size: 87% auto;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .byob-intro {
    padding: 166px 20px 90px 53vw;
    width: 100vw;
  }
  .byob-intro .byob-hero-wrap {
    width: 45vw;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .byob-intro {
    padding: 166px 50px 90px 53vw;
  }
  .byob-intro .byob-hero-wrap {
    width: 45vw;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .byob-intro p {
    font-size: 20px;
    padding: 0px;
  }
}
.byob-intro .page-title.byob-title {
  padding: 0px 38px;
  text-align: left;
}
@media (min-width: 768px) {
  .byob-intro .page-title.byob-title {
    width: 510px;
    max-width: 100%;
    text-align: right;
    padding: 0px 20px 0px 0px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .byob-intro .page-title.byob-title {
    padding: 0px;
    margin-bottom: 150px;
  }
}

h2.byob-intro-copy {
  font-size: 30px;
  color: #302D2B;
  line-height: 1.18em;
  padding: 46px 38px 0px 27px;
}
@media (min-width: 768px) {
  h2.byob-intro-copy {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  h2.byob-intro-copy {
    font-size: 42px;
    padding: 0px;
    line-height: 1.22em;
  }
}

a#byob-contact {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 7vh;
  left: 10vw;
  width: 80vw;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 5;
  transform: translateY(100%);
  transition: transform 1s ease 0s, opacity 1s ease 0s, background 0.5s ease 0s, color 0.5s ease 0s;
  opacity: 0;
  display: inline-block;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  font-weight: 700;
  border: 1px solid #302D2B;
  border-radius: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 16px 18px 16px 18px;
  max-width: 100%;
}
a#byob-contact.onscreen {
  opacity: 1;
  transform: translateY(0%);
}
a#byob-contact:hover {
  color: #ffffff;
  background: #302D2B;
}
@media (min-width: 768px) {
  a#byob-contact {
    display: inline-block;
    top: 11vh;
    bottom: auto;
    left: 28px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  a#byob-contact {
    bottom: auto;
    top: 20vh;
  }
}
@media (min-width: 1440px) {
  a#byob-contact {
    top: 15vh;
    left: 50px;
  }
}

.admin-bar a#byob-contact {
  top: 160px;
}

.byob-grid-wrap {
  width: 100%;
}

h2.byob-grid-intro {
  width: 870px;
  max-width: 100%;
  margin: 28px auto;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #302D2B;
  line-height: 1.3em;
  padding: 0px 38px;
}
@media (min-width: 768px) {
  h2.byob-grid-intro {
    margin: 40px auto;
  }
}
@media (min-width: 1024px) {
  h2.byob-grid-intro {
    margin: 64px auto;
    font-size: 28px;
    padding: 0px;
  }
}

.byob-info-boxes {
  width: 100%;
  border-top: 1.5px solid #302D2B;
  background: #D2C7AE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
@media (min-width: 768px) {
  .byob-info-boxes:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 33.3%;
    top: 0px;
    width: 1.5px;
    height: 100%;
    background: #302D2B;
  }
  .byob-info-boxes:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 66.6%;
    top: 0px;
    width: 1.5px;
    height: 100%;
    background: #302D2B;
  }
}

.info-box {
  width: 100%;
  padding: 22px;
  border-bottom: 1.5px solid #302D2B;
  text-align: center;
  color: #302D2B;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .info-box {
    width: 33.3%;
    height: auto;
    min-height: 200px;
    padding: 26px;
  }
}
@media (min-width: 1024px) {
  .info-box {
    width: 33.3%;
    height: auto;
    min-height: 240px;
    padding: 36px;
  }
}
@media (min-width: 768px) {
  .info-box.open .info-box-title {
    opacity: 0;
    pointer-events: none;
  }
  .info-box.open .info-box-content {
    pointer-events: auto;
  }
}

.info-box-title {
  position: relative;
  display: flex;
  z-index: 4;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  pointer-events: auto;
  justify-content: center;
  text-align: center;
}
.info-box-title h3 {
  color: #302D2B;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .info-box-title h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .info-box-title h3 {
    font-size: 22px;
  }
}
.info-box-title span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 43px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .info-box-title span {
    font-size: 63px;
    right: 50%;
    top: auto;
    bottom: 46px;
    transform: translate(50%, 0%);
  }
}
@media (min-width: 1024px) {
  .info-box-title span {
    font-size: 83px;
    right: 50%;
    top: auto;
    bottom: 54px;
    transform: translate(50%, 0%);
  }
}
@media (min-width: 768px) {
  .info-box-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 36px;
  }
  .info-box-title.less h3 {
    opacity: 0;
  }
  .info-box-title.less span {
    opacity: 0;
  }
}

.info-box-content {
  height: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.info-box-content p {
  font-size: 15px;
  text-align: left;
  line-height: 1.4em;
  font-weight: 400;
}
.info-box-content p:last-child {
  margin-bottom: 0px;
}
.info-box-content.opened {
  height: auto;
  padding-top: 24px;
  opacity: 1;
}
@media (min-width: 768px) {
  .info-box-content {
    padding-top: 0px;
  }
  .info-box-content.opened {
    padding-top: 0px;
  }
}

.byob-purchase {
  background: #F5F3F1;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .byob-purchase {
    padding-top: 96px;
  }
}

.byob-purchase-top {
  position: relative;
  width: 1144px;
  max-width: 100%;
  margin: 0px auto;
  z-index: 2;
  order: 2;
}
@media (min-width: 768px) {
  .byob-purchase-top {
    order: 1;
  }
}

.byob-purchase-img {
  width: 202px;
  position: relative;
  margin: -40px auto 40px auto;
  transition: none;
  aspect-ratio: 205/249;
}
@media (min-width: 768px) {
  .byob-purchase-img {
    width: 43.5%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.byob-purchase-content {
  text-align: center;
  width: 100%;
  margin: 0px 0px 0px auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .byob-purchase-content {
    min-height: 390px;
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .byob-purchase-content {
    min-height: 390px;
    width: 50%;
  }
}
.byob-purchase-content h2 {
  color: #302D2B;
  font-size: 31px;
  margin: 0px 0px 18px 0px;
}
@media (min-width: 768px) {
  .byob-purchase-content h2 {
    font-size: 50px;
    margin: 0px 0px 22px 0px;
  }
}
.byob-purchase-content h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .byob-purchase-content h3 {
    font-size: 14px;
  }
}
.byob-purchase-content h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .byob-purchase-content h4 {
    font-size: 14px;
  }
}
.byob-purchase-content p {
  font-size: 21px;
  font-family: "GT Super Display", serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .byob-purchase-content p {
    font-size: 27px;
    margin-bottom: 50px;
  }
}
.byob-purchase-content a[href^="mailto:"] {
  font-style: italic;
  color: #302D2B;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.byob-purchase-content a[href^="mailto:"]:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #302D2B;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.byob-purchase-content a[href^="mailto:"]:hover {
  color: #302D2B;
}
.byob-purchase-content a[href^="mailto:"]:hover:after {
  background: #302D2B;
  width: 0%;
}
.byob-purchase-content .byob-purchase-contact {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .byob-purchase-content .byob-purchase-contact {
    margin-top: 80px;
  }
}

.byob-purchase-banner {
  position: relative;
  order: 1;
  width: 100%;
  aspect-ratio: 414/188;
}
@media (min-width: 768px) {
  .byob-purchase-banner {
    order: 2;
    aspect-ratio: 1366/408;
  }
}

/* ---------------------------------- Page - Luthiers  -----------------------------------*/
.page-luthiers {
  background: #F5F3F1;
}

.luth-main {
  display: flex;
  flex-wrap: wrap;
}

.luth-main-intro {
  width: 100%;
}

.luth-hero-1 {
  aspect-ratio: 414/224;
  width: 100%;
}
@media (min-width: 1024px) {
  .luth-hero-1 {
    width: 66.84%;
  }
}

.master-luth-title {
  display: none;
}
.master-luth-title.mobile-only {
  display: block;
  padding-left: 28px;
}
@media (min-width: 1024px) {
  .master-luth-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 85.8%;
    padding-left: 40px;
  }
  .master-luth-title.mobile-only {
    display: none;
  }
}
.master-luth-title h3 {
  display: inline-block;
  font-family: "GT Super Display", serif;
  color: #302D2B;
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .master-luth-title h3 {
    font-size: 33px;
  }
}
.master-luth-title h3 span {
  font-size: 26px;
  display: block;
  font-style: italic;
  margin-top: 3px;
}
.master-luth-title h3 span span {
  display: inline-block;
  font-style: normal;
  color: #B29F75;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .master-luth-title h3 span {
    font-size: 28px;
  }
}

.luth-main-content {
  width: 100%;
  position: relative;
  background: #D2C7AE;
  padding: 36px 0px;
  border-top: 1.5px solid #302D2B;
  border-bottom: 1.5px solid #302D2B;
}
@media (min-width: 1024px) {
  .luth-main-content {
    padding: 48px;
  }
  .luth-main-content:after {
    content: "";
    display: block;
    width: 1.5px;
    height: 100%;
    left: 50%;
    top: 0px;
    position: absolute;
    background: #302D2B;
  }
}
.luth-main-content h2 {
  font-weight: 300;
  color: #302D2B;
  font-family: aktiv-grotesk, sans-serif;
  line-height: 1.3em;
  padding: 0px 12% 0px 28px;
}
@media (min-width: 1024px) {
  .luth-main-content h2 {
    width: 50%;
    font-size: 28px;
    padding: 0px 5% 0px 0px;
    margin-bottom: 46px;
  }
}
.luth-main-content .luth-main-bio {
  padding: 0px 28px;
}
@media (min-width: 1024px) {
  .luth-main-content .luth-main-bio {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 10%;
         column-gap: 10%;
    padding: 0px;
  }
}
.luth-main-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}
.luth-main-content .master-luth-twoup {
  border-top: 1.5px solid #302D2B;
  border-bottom: 1.5px solid #302D2B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 212px;
  margin: 40px 0px;
}
@media (min-width: 768px) {
  .luth-main-content .master-luth-twoup {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .luth-main-content .master-luth-twoup {
    height: auto;
    margin: 0px;
    border: 0px;
    width: 33.16%;
    position: absolute;
    top: 0px;
    left: 66.84%;
    padding-right: 48px;
    transform: translateY(-90%);
  }
}
.luth-main-content .master-luth-twoup .luth-hero-2 {
  width: 49%;
  height: 100%;
}
@media (min-width: 1024px) {
  .luth-main-content .master-luth-twoup .luth-hero-2 {
    width: 85.8%;
    height: auto;
    z-index: 1;
    aspect-ratio: 345/384;
  }
}
.luth-main-content .master-luth-twoup .luth-hero-3 {
  width: 49%;
  height: 100%;
}
@media (min-width: 1024px) {
  .luth-main-content .master-luth-twoup .luth-hero-3 {
    width: 39.2%;
    height: auto;
    position: absolute;
    right: 48px;
    top: 94%;
    z-index: 2;
    aspect-ratio: 1/1;
  }
}

.luthier-bio .showmore-content {
  height: 138px;
  overflow: hidden;
}
.luthier-bio .showmore-content.opened {
  height: auto;
}
.luthier-bio .more-button {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 16px;
  letter-spacing: 3px;
}
.luth-main-bio .showmore-content {
  height: 428px;
  overflow: hidden;
}
.luth-main-bio .showmore-content.opened {
  height: auto;
}
.luth-main-bio .more-button {
  cursor: pointer;
  letter-spacing: 3px;
  padding: 10px 16px;
  width: 145px;
  display: block;
  margin: 20px auto 0px auto;
}
@media (min-width: 768px) {
  .luth-main-bio .showmore-content {
    height: auto;
    overflow: visible;
  }
  .luth-main-bio .more-button {
    display: none;
  }
}

.luth-list-wrap {
  background: #F5F3F1;
  padding: 38px 0px 0px 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .luth-list-wrap {
    padding: 77px 0px 0px 0px;
  }
}
.luth-list-wrap.employees {
  border-top: 1.5px solid #302D2B;
}

ul.luthiers-list {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.luthiers-list li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 50px 0px;
}
@media (min-width: 768px) {
  ul.luthiers-list li {
    width: 30%;
    margin: 0px 5% 80px 0px;
  }
}
ul.luthiers-list li:nth-child(3n) {
  margin: 0px 0px 80px 0px;
}
ul.luthiers-list li .luthier-img {
  width: 100%;
  aspect-ratio: 401/396;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  ul.luthiers-list li .luthier-img {
    margin-bottom: 26px;
  }
}
ul.luthiers-list li p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.43em;
}
@media (min-width: 768px) {
  ul.luthiers-list li p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  ul.luthiers-list li p {
    letter-spacing: 1px;
    line-height: 1.6em;
  }
}
ul.luthiers-list li h3 {
  font-family: "GT Super Display", serif;
  color: #302D2B;
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  ul.luthiers-list li h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  ul.luthiers-list li h3 {
    font-size: 33px;
  }
}
ul.luthiers-list li h3 span {
  font-size: 26px;
  display: block;
  font-style: italic;
  margin-top: 3px;
}
ul.luthiers-list li h3 span:before {
  content: "";
  display: inline-block;
  font-style: normal;
  background: #B29F75;
  margin-top: 0px;
  width: 20px;
  height: 1px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  ul.luthiers-list li h3 span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  ul.luthiers-list li h3 span {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------------
Photo Credits  --------------------------------------
----------------------------------------------------------------- */
.page-photo-credits .wrap {
  padding: 0px;
}

ul.photo-credits {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 30px 0px;
}
ul.photo-credits li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  opacity: 0;
}
ul.photo-credits li:before {
  display: none;
}
@media (min-width: 768px) {
  ul.photo-credits li {
    width: 33%;
    margin: 0px 0px 20px 0px;
  }
}
ul.photo-credits li .photo-credit-img {
  aspect-ratio: 220/187;
  display: inline-block;
  width: 40%;
}
@media (min-width: 768px) {
  ul.photo-credits li .photo-credit-img {
    width: 28%;
  }
}
ul.photo-credits li p {
  width: 58%;
  flex-grow: 3;
  margin: 0px;
  padding: 8px 0px 0px 10px;
  font-size: 15px;
}
@media (min-width: 768px) {
  ul.photo-credits li p {
    font-size: 14px;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  ul.photo-credits li p {
    padding: 16px 0px 0px 24px;
    font-size: 15px;
  }
}

/* -------------------- WooCommerce Styles -------------------- */
/* ---------------------------------------------------------------
13.9 WooCommerce Overrides & Other Shop Styles --------------------------------------
----------------------------------------------------------------- */
.woocommerce .woocommerce-breadcrumb {
  font-size: 13px;
  font-weight: 400;
  color: #302D2B;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #B29F75;
}
.woocommerce .woocommerce-breadcrumb span.divider {
  color: #B29F75;
  display: inline-block;
  margin: 0px 4px;
}

/* WooCommerce Overrides */
#woocommerce-main {
  padding-top: 84px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #woocommerce-main {
    padding-top: 122px;
  }
}

.woocommerce .products ul::after, .woocommerce ul.products::after {
  display: none !important;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none !important;
}

.post-type-archive-product .site-content-contain,
.single-product .site-content-contain {
  background-color: #ffffff;
}

.woocommerce-cart .site-content-contain,
.woocommerce-checkout .site-content-contain {
  background: #ffffff;
}

.woocommerce-page img {
  width: auto;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-family: "GT Super Display", serif;
  font-size: 22px;
  font-weight: 300;
  color: #B29F75;
}

.woocommerce-page .woocommerce #respond input#submit.alt,
.woocommerce-page .woocommerce a.button.alt,
.woocommerce-page .woocommerce button.button.alt,
.woocommerce-page .woocommerce input.button.alt {
  background: #B29F75;
  color: #F5F3F1;
}

.woocommerce-page .woocommerce #respond input#submit.alt:hover,
.woocommerce-page .woocommerce a.button.alt:hover,
.woocommerce-page .woocommerce button.button.alt:hover,
.woocommerce-page .woocommerce input.button.alt:hover {
  background: #B29F75;
  color: #F5F3F1;
}

.woocommerce-page.woocommerce #respond input#submit.alt,
.woocommerce-page.woocommerce a.button.alt,
.woocommerce-page.woocommerce button.button.alt,
.woocommerce-page.woocommerce input.button.alt {
  background: #B29F75;
  color: #F5F3F1;
}

.woocommerce-page.woocommerce #respond input#submit.alt:hover,
.woocommerce-page.woocommerce a.button.alt:hover,
.woocommerce-page.woocommerce button.button.alt:hover,
.woocommerce-page.woocommerce input.button.alt:hover {
  background: #B29F75;
  color: #F5F3F1;
}

.woocommerce-page.woocommerce #respond input#submit,
.woocommerce-page.woocommerce a.button,
.woocommerce-page.woocommerce button.button,
.woocommerce-page.woocommerce input.button {
  background: #B29F75;
  color: #F5F3F1;
}

.woocommerce-page.woocommerce #respond input#submit {
  width: 100%;
}

.cart #wc-stripe-payment-request-wrapper {
  display: inline-block;
  clear: none !important;
}

.woocommerce-page.woocommerce div.product .product_title {
  padding: auto;
}

.woocommerce a.remove {
  transition: all 0.3s ease 0s;
  font-size: 2.5em;
  font-weight: 300;
}

.woocommerce-message:before {
  color: #302D2B;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #ffffff;
  color: #302D2B;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  border: 1px solid #B29F75;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  letter-spacing: 2px;
}

.woocommerce-info::before {
  color: #302D2B;
}

.woocommerce-info {
  border-top-color: #B29F75;
}

.checkout-login .woocommerce-info {
  background: transparent;
  padding: 0px;
  border: 0px;
}
.checkout-login .woocommerce-info:before {
  display: none;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 50px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0px;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block !important;
}

.woocommerce-page table.cart .product-thumbnail:before {
  content: "" !important;
}

.woocommerce-cart thead th {
  border-bottom: 0px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
  border-radius: 0px;
  margin-top: 50px;
}

td.product-name a {
  font-weight: 600;
  font-size: 17px;
  color: #B29F75;
}

.woocommerce-cart tr.cart-subtotal td {
  text-align: center;
  border-bottom: 0px !important;
  font-weight: 600;
}

td.product-quantity .quantity {
  float: none;
  display: inline-block;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0px;
  padding: 3px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .checkout-coupon input,
.woocommerce form .form-row textarea {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #302D2B !important;
  border-width: 1px 1px 1.5px 1px !important;
  padding: 10px 0px 10px 22px;
  height: 50px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .checkout-coupon input:focus,
.woocommerce form .form-row textarea:focus {
  border: 1px solid #B29F75;
}

.woocommerce form .form-row textarea {
  height: auto;
}

.woocommerce-billing-fields .create-account label {
  display: inline-block !important;
  margin: 0px 0px 0px 4px;
}

.woocommerce-shipping-fields {
  margin-top: 7px;
}

h3.ship-to-different-address {
  padding-left: 3px;
}

.woocommerce-checkout p.lost_password a {
  box-shadow: none;
}

.woocommerce-checkout p.lost_password {
  padding-left: 3px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #ffffff;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #B29F75;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border: 1px solid #B29F75;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  padding-left: 3px;
}

tr.shipping p {
  margin-bottom: 0px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  margin-bottom: 11px;
}

td.product-remove {
  float: left;
  border-bottom: 0px !important;
  background-color: inherit !important;
}

.woocommerce form .form-row label.hidden {
  display: none;
}

/* Account Pages */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul a {
  color: #D2C7AE;
  transition: all 0.3s ease 0s;
}

.woocommerce-MyAccount-navigation ul a:hover {
  color: #B29F75;
}

.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
  color: #B29F75;
}

.woocommerce .woocommerce-customer-details address {
  border: 0px;
  margin-bottom: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  text-align: center;
}

.woocommerce-MyAccount-navigation ul {
  margin-bottom: 40px;
}

.wc_payment_method + .wc_payment_method {
  margin-top: 20px !important;
}

.wc_payment_method label {
  display: inline;
}

/* Smart Coupons Call For Credit */
#product-1382 p.price {
  display: none !important;
}

#call_for_credit {
  margin-bottom: 30px;
}

#call_for_credit p {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0px 14px 0px 0px;
}

#credit_called {
  display: inline-block;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding-right: 20px;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding-left: 20px;
  }
}
/* -----------Buttons---------- */
span.button-price {
  padding-left: 30px;
}

button ins {
  background: none;
}

.woocommerce-products-header .term-description {
  width: 780px;
  max-width: 100%;
  margin: 0px auto 70px auto;
  text-align: center;
  padding: 0px 20px;
}

.woocommerce-form-login input.button {
  margin-right: 12px;
}

.woocommerce-form-login input.button:hover {
  color: #ffffff;
}

.wwlc_country { /* Hide Country Field */
  display: none;
}

.wwlc_address,
.wwlc_address_2 {
  width: 93.5%;
}

.cart-empty, .return-to-shop {
  text-align: center;
}

.return-to-shop .button {
  background: #D2C7AE;
  box-shadow: none !important;
}

.return-to-shop .button:after {
  display: none;
}

.return-to-shop .button:hover {
  background: #B29F75 !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* -------- Custom Checkbox --------------- */
.customCheckbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #B29F75;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0);
  margin: 0px 5px 3px 0px;
  overflow: hidden;
}

.customCheckbox.customCheckboxChecked {
  background: #D2C7AE;
  border: 1px solid #D2C7AE;
}

.customCheckbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.customCheckbox span {
  display: none;
  text-align: center;
  line-height: 14px;
  font-size: 75%;
  color: #ffffff;
}

.customCheckbox.customCheckboxChecked span {
  display: block;
}

/* Responsive Styles */
/* Wide Screen */
@media screen and (min-width: 768px) {
  span.button-price {
    padding-left: 44px;
  }
  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    margin-bottom: 0px;
  }
  li.woocommerce-MyAccount-navigation-link {
    display: inline-block;
    width: auto;
    margin: 0px 20px 0px 0px;
  }
}
@media screen and (min-width: 1024px) {
  td.product-remove {
    float: none;
    border-bottom: 1px solid #9defb4 !important;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: table-cell !important;
  }
  li.woocommerce-MyAccount-navigation-link {
    display: block;
    width: auto;
    margin: 0px 0px 4px 0px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    text-align: left;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-bottom: 40px;
  }
}
/* Checkout - Coupon & Account Overrides */
.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
  display: auto !important;
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
  display: auto !important;
}

/* 13.9.4 ---------------------- Smart Coupon Overrides --------------------- */
.sc_info_box {
  width: 100% !important;
  background: #9defb4;
  margin: 50px 0px !important;
  padding: 30px !important;
}

.sc_info_box h3 {
  font-size: 2em;
  font-family: "GT Super Display", serif;
}

.sc_info_box ul {
  margin: 10px 0px 0px 0px;
}

.sc_info_box label {
  display: inline-block;
}

.sc_info_box .form_table {
  border-top: 0px !important;
}

.sc_info_box p {
  font-weight: 600;
}

.sc_info_box input,
.sc_info_box textarea {
  border: 1px solid #D2C7AE;
  font-size: 16px !important;
  padding: 14px 14px 12px !important;
  background: #ffffff;
}

/* ------------ Product Archives -------------- */
.archive #woocommerce-main {
  background: #ffffff;
}
.archive.term-bobs-boutique #woocommerce-main {
  background: #F5F3F1;
}

p.noguitarsmessage {
  text-align: center;
  width: 100%;
}

.woocommerce-products-header {
  order: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-products-header {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.woocommerce-products-header nav {
  order: 2;
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .woocommerce-products-header nav {
    order: 1;
    width: auto;
    text-align: left;
  }
}
.woocommerce-products-header h1 {
  order: 1;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce-products-header h1 {
    order: 2;
    width: auto;
    margin-bottom: 0px;
  }
}
.woocommerce-products-header.merch-products-header {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .woocommerce-products-header.merch-products-header {
    margin-bottom: 20px;
  }
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0px 0px 15px 0px !important;
  text-align: center;
  order: 2;
}
ul.products .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  ul.products {
    justify-content: flex-start;
  }
}

.woocommerce.archive ul.products {
  margin: 0px 0px 25px 0px !important;
}
@media (min-width: 1024px) {
  .woocommerce.archive ul.products {
    margin: 0px 0px 30px 0px !important;
  }
}

ul#home-products-list.products {
  width: 79vw;
  margin-left: 21vw !important;
  overflow: visible;
}
@media (min-width: 768px) {
  ul#home-products-list.products {
    width: 91vw;
    margin-left: 9vw !important;
  }
}

.archive-item {
  width: 50%;
  position: relative;
  margin-bottom: 46px;
  opacity: 0;
}
@media (min-width: 768px) {
  .archive-item {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .archive-item {
    width: 25%;
    margin-bottom: 76px;
  }
}
.archive-item .archive-content {
  margin-top: 40px;
}
.archive-item .archive-link {
  display: block;
}
.archive-item .archive-link img {
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.archive-item .archive-link img:hover {
  transform: translateY(-5%);
}
.archive-item h2 {
  font-size: 20px;
  font-weight: 300;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .archive-item h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.archive-item strong {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  color: #B29F75;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.archive-item.bb-item {
  width: 48%;
}
.archive-item.bb-item strong {
  font-size: 13px;
  color: #302D2B;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .archive-item.bb-item {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .archive-item.bb-item {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  .archive-item.bb-item {
    width: 20%;
  }
}
.archive-item.bb-sold-item {
  width: 48%;
  margin-bottom: 12px;
}
.archive-item.bb-sold-item strong {
  font-size: 13px;
  color: #302D2B;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .archive-item.bb-sold-item {
    width: 33%;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .archive-item.bb-sold-item {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  .archive-item.bb-sold-item {
    width: 20%;
  }
}
@media (min-width: 1680px) {
  .archive-item.bb-sold-item {
    width: 20%;
  }
}

.merch-item .merch-archive-link {
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .merch-item .merch-archive-link {
    padding: 0px 20px;
  }
}

.model-item picture {
  display: inline-block;
}
.model-item .model-img {
  height: 360px;
  width: auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .model-item .model-img {
    height: 456px;
  }
}
@media (min-width: 1024px) {
  .model-item .model-img {
    height: 505px;
  }
}
@media (min-width: 1440px) {
  .model-item .model-img {
    height: 625px;
  }
}

#home-products-list .model-item .model-img {
  height: 456px;
  width: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #home-products-list .model-item .model-img {
    height: 456px;
  }
}
@media (min-width: 1024px) {
  #home-products-list .model-item .model-img {
    height: 505px;
  }
}
@media (min-width: 1440px) {
  #home-products-list .model-item .model-img {
    height: 625px;
  }
}

.bb-item .bb-archive-link {
  overflow: hidden;
  padding: 0px 0px;
}
.bb-item .bb-archive-link .bb-archive-content {
  position: relative;
  bottom: 0px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: translateY(0%);
  text-align: left;
  background: #F5F3F1;
  padding: 15px 0px 0px 11px;
  text-align: left;
  width: 100%;
  margin-top: 0px;
  z-index: 3;
}
.bb-item .bb-archive-link h2 {
  font-size: 15px;
}
.bb-item .bb-archive-link strong {
  display: none;
}
@media (min-width: 768px) {
  .bb-item .bb-archive-link h2 {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .bb-item .bb-archive-link {
    padding: 0px 20px;
  }
  .bb-item .bb-archive-link h2 {
    font-size: 20px;
  }
  .bb-item .bb-archive-link strong {
    display: block;
  }
  .bb-item .bb-archive-link .bb-archive-content {
    position: absolute;
    bottom: 0px;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transform: translateY(100%);
    text-align: left;
    background: #F5F3F1;
    padding: 40px 0px 0px 0px;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bb-item .bb-archive-link h2 {
    font-size: 22px;
  }
}
.bb-item .bb-archive-link:hover .bb-archive-content {
  transform: translateY(0%);
}
.bb-item .bb-archive-link .bb-archive-img {
  width: 100%;
  display: block;
  aspect-ratio: 300/538;
}

#bb-sold-header {
  padding-bottom: 0px;
}
#bb-sold-header .bb-sold-title {
  text-align: right;
  font-size: 33px;
  padding-right: 70px;
  line-height: 0.8em;
  font-style: italic;
}
@media (min-width: 768px) {
  #bb-sold-header .bb-sold-title {
    font-size: 55px;
    line-height: 0.8em;
  }
}
@media (min-width: 1024px) {
  #bb-sold-header .bb-sold-title {
    font-size: 85px;
    line-height: 0.7em;
  }
}

.bb-sold-item .bb-sold-item-link {
  background-position: bottom center;
  aspect-ratio: 1/1;
  display: flex;
}
.bb-sold-item .bb-sold-item-link img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.bb-sold-item .bb-archive-link {
  overflow: hidden;
  padding: 0px 0px;
}
@media (min-width: 768px) {
  .bb-sold-item .bb-archive-link {
    padding: 0px 20px;
  }
}
.bb-sold-item .bb-archive-link .bb-archive-content {
  position: absolute;
  bottom: 0px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: translateY(100%);
  text-align: left;
  background: #F5F3F1;
  padding: 40px 0px 0px 0px;
  text-align: left;
  width: 100%;
  z-index: 3;
}
.bb-sold-item .bb-archive-link h2 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .bb-sold-item .bb-archive-link h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .bb-sold-item .bb-archive-link h2 {
    font-size: 22px;
  }
}
.bb-sold-item .bb-archive-link:hover .bb-archive-content {
  transform: translateY(0%);
}
.bb-sold-item .bb-archive-link .bb-archive-img {
  width: 100%;
  display: block;
  aspect-ratio: 300/538;
}

nav.woocommerce-pagination {
  order: 3;
  width: 100%;
}

.product-archive {
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .product-archive {
    margin: 60px 0px 114px 0px;
  }
}
@media (min-width: tablewide) {
  .product-archive {
    margin: 110px 0px 114px 0px;
  }
}

.product-archive-item {
  width: 100%;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 40px 0px;
  padding: 0px 5vw 0px 10vw;
  position: relative;
  transition: opacity 0.3s ease 0s;
}
.product-archive-item.slick-slide {
  opacity: 0.4;
}
.product-archive-item.slick-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .product-archive-item {
    width: 50%;
    padding: 0px 6.9vw 0px 0px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .product-archive-item {
    max-width: none;
    width: 33%;
    margin-bottom: 90px;
  }
}

#home-products-list .archive-item {
  margin: 0px;
  width: 60vw;
  padding: 0px 0px 0px 0px;
  opacity: 0.3;
  transition: opacity 0.5s ease 0s;
}
@media (min-width: 768px) {
  #home-products-list .archive-item {
    width: 25vw;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  #home-products-list .archive-item {
    width: 25vw;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
  }
}
#home-products-list .archive-item img {
  display: inline-block;
  width: auto;
  opacity: 0.3;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#home-products-list .archive-item.slick-active img {
  opacity: 1;
}

.cat-description {
  padding: 0px 40px 40px 40px;
  order: 4;
  width: 100%;
  background: #e5ebc4;
}
.cat-description .page-description {
  width: 804px;
  max-width: 100%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .cat-description {
    padding: 0px 40px 60px 40px;
  }
}

.product-archive-image {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

a.product-archive-link {
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  a.product-archive-link:hover .product-archive-title {
    opacity: 0;
    transform: translateY(40px);
  }
  a.product-archive-link:hover .product-archive-learn-more {
    opacity: 1;
    transform: translateY(0px);
  }
}
a.product-archive-link:after {
  display: none;
}

.woocommerce span.onsale {
  background: #D2C7AE;
  z-index: 10;
}

.archive-notes-list {
  display: block;
  width: 100%;
  margin: 0px;
  text-align: center;
}

.archive-notes-list li {
  list-style: none;
  display: inline-block;
  font-size: 11px;
  color: #B29F75;
  padding: 2px 8px;
  line-height: 16px;
  border-right: 1px solid #D2C7AE;
  font-weight: 600;
  letter-spacing: 1px;
}

.archive-notes-list li:last-child {
  border-right: 0px;
}

.product-archive-link .woocommerce-Price-amount {
  font-size: 28px;
  color: #B29F75;
  font-weight: 500;
}

.product-archive-top {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.product-archive-courses-hero {
  display: block;
  width: 100%;
  aspect-ratio: 314/379;
}

.product-archive-title {
  position: absolute;
  z-index: 2;
  top: -30px;
  left: -40px;
  width: 95%;
  color: #ffffff;
  font-size: 50px;
  font-family: "GT Super Display", serif;
  font-weight: 300;
  text-align: left;
  line-height: 0.9em;
  margin-bottom: 0px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .product-archive-title {
    font-size: 52px;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  .product-archive-title {
    font-size: 57px;
    width: 95%;
  }
}

.product-archive-learn-more {
  position: absolute;
  z-index: 2;
  top: -30px;
  left: -40px;
  width: 85%;
  color: #ffffff;
  font-size: 57px;
  font-family: "GT Super Display", serif;
  font-weight: 300;
  text-align: left;
  line-height: 0.9em;
  margin-bottom: 0px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform: translateY(-40px);
}

.product-archive-info {
  text-align: left;
  padding: 22px 0px 22px 0px;
}
.product-archive-info p {
  font-size: 17px;
  text-indent: 64px;
}
.product-archive-info .archive-subtitle {
  color: #B29F75;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.9em;
  margin: 0px;
}
@media (min-width: 768px) {
  .product-archive-info .archive-subtitle {
    line-height: 1.2em;
  }
}
@media (min-width: 1024px) {
  .product-archive-info .archive-subtitle {
    line-height: 0.9em;
  }
}

.shop-grid-button {
  font-size: 0px;
}

.archive-image-container {
  width: 100%;
  aspect-ratio: 314/379;
}

.product-archive-top img {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: auto;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out 0s;
}

.shop-blog-link {
  background: #B29F75;
  text-align: center;
  padding: 48px 42px;
  width: 100%;
  order: 5;
}
.shop-blog-link h2 {
  font-family: "GT Super Display", serif;
  color: #D2C7AE;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 26px;
}
.shop-blog-link a {
  color: #D2C7AE;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .shop-blog-link {
    padding: 98px 42px 92px 42px;
  }
  .shop-blog-link h2 {
    font-size: 35px;
    margin-bottom: 32px;
  }
}

.load-more-wrap {
  margin: 20px 0px 40px 0px;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .product-archive-perfume-title {
    left: -62px;
  }
}
/* Phone Landscape */
/* Tablet Portrait */
/* Tablet Landscape and Wider */
@media screen and (min-width: 1024px) {
  .product-archive-perfume-title {
    left: 0px;
  }
}
/* Wide Screen */
@media screen and (min-width: 1300px) {
  .product-archive-link {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .archive-notes-list {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .archive-notes-list li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #B29F75;
    padding: 6px 14px;
    line-height: 16px;
    border-right: 1px solid #D2C7AE;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .archive-notes-list li:last-child {
    border-right: 0px;
  }
  .product-archive-link .woocommerce-Price-amount {
    font-size: 28px;
    color: #B29F75;
    font-weight: 500;
  }
}
@media screen and (min-width: 1500px) {
  .archive-notes-list li {
    font-size: 16px;
  }
}
/*  ---------------------Single Product Pages --------------------- */
.product {
  background: #F5F3F1;
}
.product .brand-video {
  order: 5;
}

.single #woocommerce-main {
  padding-top: 0px;
}
.single .woocommerce-notices-wrapper {
  display: none !important;
}
@media (min-width: 768px) {
  .single #woocommerce-main {
    padding-top: 0px;
  }
  .single.notice-on #woocommerce-main {
    padding-top: 0px;
  }
}

.woocommerce article.product {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce article.product > section {
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .woocommerce article.product.product_cat-merch {
    padding-bottom: 90px;
  }
}

.product-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 0px 34px;
}
@media (min-width: 768px) {
  .product-top {
    padding: 0px 40px 40px 40px;
  }
  .product-top.model-top:after {
    content: "";
    display: block;
    background: #ffffff;
    height: 100%;
    width: 35.87vw;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 1024px) {
  .product-top {
    padding: 0px 50px 40px 50px;
  }
}

.product-info {
  width: 100%;
  order: 2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-info.bb-product-info {
  padding-top: 20px;
}
.product-info.bb-product-info h1.product-title {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-info {
    width: 40.34vw;
    order: 1;
    padding-top: 152px;
  }
  .product-info.bb-product-info {
    width: 54.3vw;
    padding-top: 152px;
  }
  .product-info.bb-product-info h1.product-title {
    margin-bottom: 48px;
  }
  .product-info .boutique-gallery.normal-product-gallery {
    display: none;
  }
  .product-info.model-info .boutique-gallery {
    display: none;
  }
}
.product-info h1.product_title {
  font-size: 41px;
  font-family: "GT Super Display", serif;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1em;
}
.product-info h1.product_title sup {
  top: -1.5em;
  font-size: 15px;
  line-height: 1em;
  font-family: aktiv-grotesk, sans-serif;
}
.product-info h1.product_title span {
  display: block;
  font-size: 50%;
  line-height: 1em;
}
.product-info h1.product_title span sup {
  top: -1em;
}
@media (min-width: 768px) {
  .product-info h1.product_title {
    margin-bottom: 24px;
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .product-info h1.product_title {
    font-size: 85px;
    margin-bottom: 48px;
  }
  .product-info h1.product_title sup {
    font-size: 21px;
    top: -2em;
  }
}

.product-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-info > * {
  width: 100%;
}
.product-info nav {
  order: 1;
}
.product-info h1 {
  order: 2;
}
.product-info .price {
  order: 3;
}
.product-info form.cart {
  order: 4;
}
.product-info .online-order-notice {
  order: 5;
}
.product-info .boutique-gallery {
  order: 6;
}
.product-info .product-content {
  order: 7;
}
@media (min-width: 768px) {
  .product-info {
    display: block;
  }
}

.model-images {
  z-index: 3;
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .model-images {
    width: 41.54vw;
    order: 2;
  }
  .model-images.bb-image {
    width: 32vw;
  }
}

figure.woocommerce-product-gallery__wrapper {
  margin: 0px;
}
figure.woocommerce-product-gallery__wrapper.gallery-model {
  margin-top: -73%;
}
figure.woocommerce-product-gallery__wrapper.gallery-model .woo-product-thumbs {
  display: none;
}
figure.woocommerce-product-gallery__wrapper.gallery-model .model-gallery {
  display: none;
}
figure.woocommerce-product-gallery__wrapper.gallery-model .product-hero {
  display: block;
  margin: 0px auto;
  max-width: 70%;
}
@media (min-width: 768px) {
  figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -36vw;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .woo-product-thumbs {
    display: flex;
    margin-top: 30px;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .woo-product-thumbs .woo-gallery-image {
    width: 25%;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .model-gallery {
    display: none;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .product-hero {
    display: block;
    margin: 0px auto;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  figure.woocommerce-product-gallery__wrapper.gallery-model {
    width: 90%;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .woo-product-thumbs .woo-gallery-image {
    width: auto;
  }
}
@media (min-width: 1440px) {
  figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -22vw;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .product-hero {
    width: 80%;
  }
}
@media (min-width: 1680px) {
  figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -22vw;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-model .product-hero {
    width: 80%;
  }
}
@media (min-width: 1700px) {
  figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -26vw;
  }
}
figure.woocommerce-product-gallery__wrapper.gallery-normal {
  padding-top: 100px;
}
figure.woocommerce-product-gallery__wrapper.gallery-normal .model-gallery {
  display: none;
}
figure.woocommerce-product-gallery__wrapper.gallery-normal .woo-product-thumbs {
  display: none;
}
@media (min-width: 768px) {
  figure.woocommerce-product-gallery__wrapper.gallery-normal {
    padding-top: 152px;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-normal .woo-product-thumbs {
    display: flex;
    margin-top: 30px;
  }
  figure.woocommerce-product-gallery__wrapper.gallery-normal .woo-product-thumbs .woo-gallery-image {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  figure.woocommerce-product-gallery__wrapper.gallery-normal .woo-product-thumbs .woo-gallery-image {
    width: auto;
  }
}

.postid-71618 figure.woocommerce-product-gallery__wrapper.gallery-model {
  margin-top: -73%;
}
@media (min-width: 1024px) {
  .postid-71618 figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -22vw;
  }
}
@media (min-width: 1440px) {
  .postid-71618 figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -12vw;
  }
}
@media (min-width: 1680px) {
  .postid-71618 figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -22vw;
  }
}
@media (min-width: 1700px) {
  .postid-71618 figure.woocommerce-product-gallery__wrapper.gallery-model {
    margin-top: -26vw;
  }
}

.woo-product-thumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.woo-product-thumbs a {
  display: inline-block;
  border: 1px solid #302D2B;
  margin: 9px;
}
.woo-product-thumbs a img {
  display: block;
}

.bb-image-gallery {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  display: none;
  margin-top: 30px;
}
.bb-image-gallery a.news-thumb-img {
  display: none;
  width: calc(16.67% - 17px);
  margin: 0px 16px 16px 0px;
  aspect-ratio: 1/1;
}
.bb-image-gallery a.news-thumb-img[style*=Array] {
  display: none;
}
.bb-image-gallery img.news-thumb-mobile {
  display: block;
  width: 100%;
  margin: 0px 20px 20px 0px;
}
@media (min-width: 768px) {
  .bb-image-gallery {
    display: flex;
    margin-top: 0px;
  }
  .bb-image-gallery a.news-thumb-img {
    display: block;
  }
  .bb-image-gallery img.news-thumb-mobile {
    display: none;
  }
}

.boutique-gallery {
  margin-top: 20px;
}
.boutique-gallery.normal-product-gallery {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .boutique-gallery {
    margin-top: 80px;
  }
}
.boutique-gallery .woo-product-thumbs {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  display: none;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .boutique-gallery .woo-product-thumbs {
    display: flex;
  }
}
.boutique-gallery .woo-product-thumbs .woo-gallery-image {
  width: calc(16.67% - 17px);
  margin: 0px 16px 16px 0px;
}
.boutique-gallery .woo-product-thumbs .woo-gallery-image a {
  margin: 2px;
  display: block;
}
.boutique-gallery .woo-product-thumbs .woo-gallery-image a img {
  width: 100%;
}
@media (min-width: 768px) {
  .boutique-gallery .woo-product-thumbs .woo-gallery-image {
    width: calc(16.67% - 8px);
    margin: 0px 6px 6px 0px;
  }
  .boutique-gallery .woo-product-thumbs .woo-gallery-image .woo-gallery-image {
    display: block;
  }
  .boutique-gallery .woo-product-thumbs .woo-gallery-image a.news-thumb-img {
    display: block;
  }
}
@media (min-width: 1024px) {
  .boutique-gallery .woo-product-thumbs .woo-gallery-image {
    width: calc(16.67% - 17px);
    margin: 0px 16px 16px 0px;
  }
}

.product-info .price {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #302D2B;
  padding: 16px 0px;
  margin-bottom: 30px;
}
.product-info .price:empty {
  display: none;
}
.product-info .price .amount {
  font-family: "GT Super Display", serif;
  font-size: 25px;
  font-weight: 300;
}
.product-info .price .woocommerce-Price-currencySymbol {
  font-style: italic;
}
@media (min-width: 768px) {
  .product-info .price {
    margin-bottom: 48px;
  }
}

.price:empty {
  display: none;
}

.pricing-note {
  margin: 0px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #B29F75;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .pricing-note {
    font-size: 13px;
  }
}

.bb-product-info .pricing-note {
  color: #302D2B;
}

.add-to-cart-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  height: 78px;
  border: 1.5px solid #302D2B;
  width: 100%;
}
.add-to-cart-wrap .added_to_cart {
  display: none !important;
}
.add-to-cart-wrap button.single_add_to_cart_button {
  -webkit-appearance: none;
  border-radius: 0px;
  border-right: 1.5px solid #302D2B;
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 13px;
  font-weight: 700;
  padding: 18px 18px;
}
.add-to-cart-wrap button.single_add_to_cart_button span {
  line-height: 1em;
  z-index: 2;
}
.add-to-cart-wrap button.single_add_to_cart_button.noclick {
  background: #B29F75;
  pointer-events: none;
  opacity: 0.5;
}
.add-to-cart-wrap button.single_add_to_cart_button:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0%;
  background: #302D2B;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease 0s;
}
.add-to-cart-wrap button.single_add_to_cart_button:hover {
  color: #ffffff;
  background: #B29F75;
}
.add-to-cart-wrap button.single_add_to_cart_button:hover:after {
  height: 100%;
}
@media (min-width: 768px) {
  .add-to-cart-wrap button.single_add_to_cart_button {
    width: 36%;
  }
}
.add-to-cart-wrap .need-help {
  width: 51%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-grow: 1;
}
.add-to-cart-wrap .need-help strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0px;
  color: #B29F75;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .add-to-cart-wrap .need-help strong {
    font-size: 13px;
  }
}
.add-to-cart-wrap .need-help a {
  font-family: "GT Super Display", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  color: #302D2B;
  position: relative;
  line-height: 1.05em;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .add-to-cart-wrap .need-help a {
    margin-left: 18px;
    font-size: 23px;
  }
}
.add-to-cart-wrap .need-help a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #302D2B;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.add-to-cart-wrap .need-help a:hover {
  color: #302D2B;
}
.add-to-cart-wrap .need-help a:hover:after {
  background: #302D2B;
  width: 0%;
}
@media (min-width: 768px) {
  .add-to-cart-wrap .need-help {
    width: 64%;
  }
}

.online-order-notice {
  font-size: 12px;
  padding: 0px 40px;
  color: #B29F75;
  margin: 20px 0px 0px 0px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .online-order-notice {
    text-align: left;
    font-size: 13px;
    padding: 0px;
  }
}
.online-order-notice strong {
  color: #302D2B;
  font-size: 130%;
  margin-top: 5px;
  display: inline-flex;
}

.variations td {
  max-width: 100%;
}
.variations td.value {
  padding: 0px;
}
.variations tr + tr td.value {
  padding-top: 16px;
}
.variations .select2-container {
  max-width: 80vw;
}

.sold-individually .quantity {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.woocommerce-variation-add-to-cart .qty-label {
  margin: 0px 12px 0px 0px;
  text-transform: uppercase;
  color: #302D2B;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}
.woocommerce-variation-add-to-cart .variations {
  margin-bottom: 12px;
}
.woocommerce-variation-add-to-cart input::-webkit-outer-spin-button,
.woocommerce-variation-add-to-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-variation-add-to-cart input[type=number] {
  -moz-appearance: textfield;
  padding: 10px 0px !important;
  text-align: center;
  height: 50px;
  border-left: 0px;
  border-right: 0px;
  padding: 12px 0px !important;
}

.qty-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.qty-wrap input[type=number] {
  -moz-appearance: textfield;
  padding: 10px 0px !important;
  text-align: center;
  height: 50px;
  border-left: 0px;
  border-right: 0px;
  padding: 12px 0px !important;
}
.qty-wrap .qty-label {
  margin: 0px 12px 0px 0px;
  text-transform: uppercase;
  color: #302D2B;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

a.reset_variations {
  margin-top: 8px;
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.num-adjust {
  -webkit-appearance: none;
  height: 50px;
  line-height: 48px;
  border-radius: 0px;
  border: 1px solid #302D2B;
  cursor: pointer;
  width: 26px;
  background: #ffffff;
  margin: 0px 0px;
  font-weight: normal;
  border-bottom-width: 1.5px;
}
.num-adjust.minus {
  border-right: 0px;
}
.num-adjust.plus {
  border-left: 0px;
}

.plus + .add-to-cart-wrap {
  margin-top: 20px;
}

.product-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65em;
  letter-spacing: 0.6px;
}
.product-content p.bb-serial {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-content p a {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .bb-product-top {
    padding-bottom: 92px;
  }
}

.bb-product-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bb-product-info nav {
  width: 100%;
  order: 1;
}
.bb-product-info h1 {
  width: 100%;
  order: 2;
}
.bb-product-info .price {
  width: 100%;
  order: 3;
}
.bb-product-info .cart {
  width: 100%;
  order: 4;
}
.bb-product-info p.online-order-notice {
  width: 100%;
  order: 5;
}
.bb-product-info .bb-content {
  width: 100%;
  order: 6;
  margin-top: 40px;
}
.bb-product-info .boutique-gallery {
  width: 100%;
  order: 7;
}
.bb-product-info #bb-pp-button {
  order: 8;
}
@media (min-width: 768px) {
  .bb-product-info .product-content,
  .bb-product-info .price,
  .bb-product-info form.cart {
    width: 40.34vw;
  }
  .bb-product-info nav {
    order: 1;
  }
  .bb-product-info h1 {
    order: 2;
  }
  .bb-product-info .bb-content {
    order: 3;
    margin-top: 0px;
  }
  .bb-product-info .price {
    order: 4;
  }
  .bb-product-info .cart {
    order: 5;
  }
  .bb-product-info p.online-order-notice {
    order: 6;
  }
  .bb-product-info .boutique-gallery {
    order: 7;
  }
  .bb-product-info #bb-pp-button {
    order: 8;
    width: auto;
  }
}

a#bb-pp-button {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .bb-gallery {
    display: none;
  }
}

.boutique-gallery .woo-product-thumbs.bb-thumbs {
  display: none;
}
@media (min-width: 768px) {
  .boutique-gallery .woo-product-thumbs.bb-thumbs {
    display: flex;
  }
}

.customize-model {
  background: rgba(237, 236, 224, 0.6);
  position: fixed;
  bottom: 7vh;
  right: 10vw;
  width: 80vw;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 5;
  transform: translateY(100%);
  transition: transform 1s ease 0s, opacity 1s ease 0s, background 0.5s ease 0s, color 0.5s ease 0s;
  opacity: 0;
  display: inline-block;
  font-family: aktiv-grotesk, sans-serif;
  color: #302D2B;
  font-weight: 700;
  border: 1px solid #302D2B;
  border-radius: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 16px 18px 16px 18px;
  max-width: 100%;
}
.customize-model.onscreen {
  opacity: 1;
  transform: translateY(0%);
}
.customize-model:hover {
  color: #ffffff;
  background: #302D2B;
}
@media (min-width: 1024px) {
  .customize-model {
    bottom: auto;
    top: 170px;
    right: 50px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .customize-model {
    top: 170px;
  }
}

.model-specs {
  background: #D2C7AE;
  padding: 0px;
  border-top: 1.5px solid #302D2B;
  margin-bottom: 60px;
  order: 3;
}
@media (min-width: 768px) {
  .model-specs {
    order: 2;
    padding: 50px 34px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .model-specs {
    padding: 50px 50px;
    border-bottom: 1.5px solid #302D2B;
  }
  .model-specs + .model-gallery {
    margin-top: 40px;
  }
}
.model-specs h2 {
  font-family: "GT Super Display", serif;
  font-style: italic;
  color: #ffffff;
  font-size: 85px;
  text-align: right;
  padding-right: 10.83%;
  margin: 0px 0px 0px 0px;
  line-height: 0.71em;
}

.model-specs-mobile {
  display: block;
}
@media (min-width: 768px) {
  .model-specs-mobile {
    display: none;
  }
}

.model-specs-desktop {
  display: none;
}
@media (min-width: 768px) {
  .model-specs-desktop {
    display: block;
  }
}

.model-body-specs {
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .model-body-specs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    padding-top: 28px;
    border-top: 1.5px solid #302D2B;
    border-bottom: 1.5px solid #302D2B;
    margin-bottom: 62px;
  }
}
.model-body-specs .body-spec {
  width: 100%;
  margin-bottom: 20px;
}
.model-body-specs .body-spec h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #302D2B;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.model-body-specs .body-spec p {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .model-body-specs .body-spec {
    width: 25%;
    border-left: 1.5px solid #302D2B;
    padding: 20px 20px 20px 20px;
    margin-bottom: 0px;
  }
  .model-body-specs .body-spec:first-child {
    border-left: 0px;
    padding-left: 20px;
  }
  .model-body-specs .body-spec:last-child {
    padding-right: 20px;
  }
  .model-body-specs .body-spec h3 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .model-body-specs .body-spec {
    padding: 20px 60px 40px 60px;
  }
}

ul.specs-list {
  display: block;
  width: 100%;
}
ul.specs-list.mobile {
  text-align: left;
  margin-top: 20px;
}
@media (min-width: 768px) {
  ul.specs-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (min-width: 1024px) {
  ul.specs-list {
    padding-left: 48px;
  }
}
ul.specs-list li {
  list-style: none;
  margin-bottom: 30px;
}
ul.specs-list li h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.65em;
  color: #302D2B;
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 8px 0px;
}
ul.specs-list li p {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  ul.specs-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  ul.specs-list li h4 {
    display: inline-block;
    width: 100%;
    margin: 0px;
  }
  ul.specs-list li p {
    letter-spacing: 0px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  ul.specs-list li h4 {
    width: 23%;
    margin: 0px;
  }
  ul.specs-list li p {
    letter-spacing: 0px;
    width: 70%;
  }
}

.model-listen {
  position: relative;
  order: 2;
  background: #F5F3F1;
  padding: 30px 0px 50px 0px;
}
@media (min-width: 768px) {
  .model-listen {
    order: 3;
  }
}
.model-listen .wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .model-listen .wrap {
    padding: 60px 5vw;
  }
}
@media (min-width: 1024px) {
  .model-listen .wrap {
    padding: 80px 180px 0px 80px;
  }
}

.listen-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.listen-inner h2 {
  position: relative;
  order: 1;
  width: 100%;
  font-family: "GT Super Display", serif;
  font-style: italic;
  font-size: 33px;
  font-weight: 300;
  color: #302D2B;
  z-index: 1;
  padding-left: 10vw;
}
.listen-inner h2 span {
  position: relative;
  z-index: 2;
}
.listen-inner h2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 100vw;
  height: calc(100% + 100px);
  top: -48px;
  left: 0px;
  z-index: 1;
}
.listen-inner h2:after {
  content: "";
  display: block;
  width: 40vw;
  height: 1.5px;
  background-color: #302D2B;
  position: absolute;
  bottom: 6px;
  right: 90%;
  z-index: 4;
}
@media (min-width: 1024px) {
  .listen-inner h2 {
    width: 20%;
    line-height: 1.2em;
    order: 2;
    padding: 0px 45px 12px 45px;
    margin: 71px 0px 0px 0px;
  }
  .listen-inner h2:before {
    width: 100%;
  }
  .listen-inner h2:after {
    width: 40vw;
    bottom: 0px;
    left: 0px;
    right: auto;
  }
}

.listen-video {
  width: 100%;
  order: 2;
  z-index: 3;
  position: relative;
  aspect-ratio: 16/9;
}
.listen-video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .listen-video {
    width: 80%;
    order: 1;
  }
}

.model-gallery {
  width: 100vw;
  position: relative;
  order: 4;
}
.model-gallery.single-model-gallery {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .model-gallery.single-model-gallery {
    padding-bottom: 0px;
  }
}
.model-gallery h2 {
  font-size: 45px;
  color: #B29F75;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .model-gallery h2 {
    font-size: 50px;
    transform: rotate(-90deg);
    position: absolute;
    top: 50px;
    left: -90px;
    margin: 0px;
    transform-origin: right;
  }
}
.model-gallery .wrap {
  width: 100%;
  padding-right: 0px;
  padding-left: 38px;
}
@media (min-width: 768px) {
  .model-gallery .wrap {
    padding: 110px 0px 130px 180px;
  }
}

p.stock {
  display: none;
}

p.stock.out-of-stock {
  display: block;
  font-size: 19px;
}

.wholesale-message p a {
  box-shadow: inset 0 -6px 0 0 #9defb4;
}

.wholesale-message p a:hover {
  box-shadow: inset 0 -16px 0 0 #9defb4;
}

/* --------- Star Ratings ------------- */
.woocommerce .star-rating {
  font-size: 13px;
}
@media (min-width: 1024px) {
  .woocommerce .star-rating {
    font-size: 15px;
  }
}

.woocommerce .certs-reviews .single-rating .star-rating {
  font-size: 13px;
  color: #D2C7AE;
}
.woocommerce .certs-reviews .single-rating .woocommerce-review-link {
  color: #D2C7AE;
  font-size: 13px;
  font-weight: 300;
  margin: 0px 0px 0px 6px;
  vertical-align: top;
}
.woocommerce .certs-reviews .single-rating .woocommerce-review-link span {
  font-size: 13px;
}
.woocommerce .certs-reviews .single-rating .woocommerce-review-link:after {
  display: none;
}
.woocommerce .certs-reviews .single-rating .woocommerce-review-link:hover {
  color: #B29F75;
}

/*--------------------- Related Products----------------------------- */
.related-products {
  max-width: 100vw;
}

.related-products h2:not(.product-archive-title) {
  text-align: center;
  font-family: "GT Super Display", serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: none;
}

/* ------------------- Color Swatch Fields ---------------------- */
tr.pa_guitar-color {
  display: block;
}
tr.pa_guitar-color td.label {
  display: block !important;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
tr.pa_guitar-color td.label:before {
  content: "Choose a ";
  font-weight: 700;
}
tr.pa_guitar-color td.label label {
  display: inline-block;
  margin: 0px;
}
tr.pa_guitar-color td.value {
  width: 100%;
}
tr.pa_guitar-color span.select2 {
  display: none !important;
}

.thwvsf-tooltip .tooltiptext {
  width: auto !important;
  min-width: 120px;
  font-size: 13px;
  padding: 5px !important;
}

@media screen and (min-width: 1024px) {
  .woocommerce .product p.stock {
    display: none;
  }
  .product-images {
    position: absolute;
    z-index: 2;
    bottom: -110px;
    left: 0px;
  }
  /* End New Product Layout 10.18 */
}
/* Wide Screen */
@media screen and (min-width: 1200px) {
  .product-hero-image {
    position: relative;
    margin-bottom: 150px;
  }
  .product-hero-image img {
    width: auto;
    max-height: 580px;
    right: auto;
  }
  .product-thumbs {
    width: 100%;
    display: block;
    text-align: center;
  }
  .product-thumbs .product-thumb {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px 4px;
  }
  .product-thumb a {
    display: block;
  }
}
/* Displays/Screens (e.g. MacBook @ 1440x900) -------------- */
@media only screen and (min-width: 1024px) and (max-width: 1440px) and (max-height: 900px) {
  .woocommerce .product p.price, .woocommerce .product span.price {
    font-size: 25px;
  }
}
@media screen and (min-width: 1500px) {
  .perfume-top h1 {
    font-size: 510px;
  }
  .sampler-top h1 {
    font-size: 250px;
  }
}
@media screen and (min-width: 1800px) {
  .sampler-top .product-hero-image img {
    right: 40px;
  }
  h3.free-shipping {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 24px;
    line-height: 68px;
  }
}
@media screen and (min-width: 1960px) {
  h3.free-shipping {
    padding-left: 36px;
  }
}
.woocommerce-reviews {
  background: #B29F75;
  text-align: center;
  padding: 68px 36px 52px 36px;
}
.woocommerce-reviews #comments {
  padding: 0px;
  margin: 0px;
}

.woocommerce-reviews-title {
  font-family: "GT Super Display", serif;
  font-weight: light;
  color: #D2C7AE;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1em;
  font-size: 42px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .woocommerce-reviews-title {
    font-size: 65px;
    margin-bottom: 41px;
  }
}

/* Comments/Reviews */
.woocommerce p.stars a {
  box-shadow: none;
}
.woocommerce p.stars a:after {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist {
  text-align: center;
  margin: 58px 0px;
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #ffffff;
  font-size: 12px;
}
.woocommerce #reviews #comments ol.commentlist li p {
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .woocommerce #reviews #comments ol.commentlist li {
    width: 48%;
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .woocommerce #reviews #comments ol.commentlist li .meta {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .woocommerce #reviews #comments ol.commentlist li {
    width: 32%;
  }
}

#reviews {
  color: #ffffff;
}

#review_form_wrapper {
  padding-top: 60px;
  width: 800px;
  max-width: 100%;
  margin: 0px auto;
  display: none;
}

.woocommerce #review_form #respond p {
  margin-bottom: 12px;
}

.comment-form-rating {
  margin: 24px 0px 24px 0px;
}
.comment-form-rating label {
  font-weight: 400;
}

.review-comment-field {
  position: relative;
}

.comment-form-comment {
  position: relative;
}

.review-comment-field label,
.comment-form-comment label {
  font-size: 18px;
  font-weight: 300;
  font-family: aktiv-grotesk, sans-serif;
  color: #B29F75;
  margin: 0px;
  text-align: left;
  letter-spacing: 0px;
  display: block;
  width: 100%;
  padding: 0px 25px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 54px;
  line-height: 53px;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: 5;
  pointer-events: none;
}

.review-comment-field label.active,
.comment-form-comment label.active {
  opacity: 0;
  transform: translateX(40px);
}

#review_form_wrapper .comment-form-rating .select2 {
  display: none;
  min-width: 40% !important;
}

#review_form .form-submit {
  text-align: left;
}

#reply-title {
  font-family: "GT Super Display", serif;
  font-size: 30px;
}

.woocommerce #review_form #respond textarea {
  padding: 14px !important;
  font-size: 17px !important;
}

p.woocommerce-noreviews {
  text-align: center;
}

.woocommerce .single-rating {
  text-align: center;
  margin-bottom: 12px;
}

.woocommerce .single-rating .star-rating {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.woocommerce .single-rating .count {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.woocommerce .single-rating a.woocommerce-review-link {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0px 0px 6px;
  color: #013a2b;
}

@media screen and (min-width: 768px) {
  .related-products h2:not(.product-archive-title) {
    font-size: 35px;
    margin-bottom: 60px;
  }
}
/* WooCommerce Checkout Page Customizations  */
#place_order {
  opacity: 1;
  padding: 18px !important;
}

.woocommerce-notices-wrapper:empty {
  padding: 0px;
}

.wc_coupon_message_wrap {
  padding: 0px !important;
}

a.checkout-logo {
  display: block;
  width: 300px;
  max-width: 70%;
  text-align: center;
  margin: 0px auto 30px auto;
}
a.checkout-logo path {
  fill: #302D2B;
}
a.checkout-logo:after {
  display: none !important;
}

.woocommerce-checkout header {
  display: none;
}
.woocommerce-checkout nav {
  display: none !important;
}
.woocommerce-checkout footer {
  display: none;
}

.woocommerce-order-received header {
  display: block;
}
.woocommerce-order-received footer {
  display: block;
}

.woocommerce-checkout .woocommerce {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #ffffff;
}

.woocommerce-order-received .woocommerce {
  padding-top: 120px;
}
.woocommerce-order-received .woocommerce.notice-on {
  padding-top: 142px;
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce {
    padding-top: 200px;
  }
  .woocommerce-order-received .woocommerce.notice-on {
    padding-top: 220px;
  }
}

.woocommerce-order-received .woocommerce .woocommerce-order {
  width: 1048px;
  max-width: 100%;
  padding: 0px 30px;
  margin: 0px auto;
}

.checkout-flex {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  width: 100%;
  min-height: 100vh;
  background: #F5F3F1;
  align-items: stretch;
}

.checkout-flex-left {
  width: 100%;
  padding: 60px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.checkout-flex-left .checkout-flex-inner {
  width: 580px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-flex-left {
    width: 57%;
  }
}
@media (min-width: 1024px) {
  .checkout-flex-left {
    padding: 70px 60px 40px 40px;
  }
}

.checkout-flex-right {
  width: 100%;
  background: #ffffff;
  border-left: 0px;
  padding: 60px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.checkout-flex-right .checkout-flex-inner {
  width: 430px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-flex-right {
    width: 43%;
  }
}
@media (min-width: 1024px) {
  .checkout-flex-right {
    padding: 196px 45px 40px 40px;
  }
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}

.woocommerce-form-coupon {
  display: block !important;
}

.woocommerce-checkout form.checkout_coupon {
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 21px 0px;
  border-bottom: 1px solid #D2C7AE;
}

.woocommerce-checkout form.checkout_coupon {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.woocommerce-checkout form.checkout_coupon input {
  width: 72%;
}
.woocommerce-checkout form.checkout_coupon .button {
  opacity: 1 !important;
  width: 25%;
  background: #B29F75;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0px;
  height: 40px;
}
.woocommerce-checkout form.checkout_coupon .button:hover {
  background-color: #B29F75;
}

.woocommerce-checkout form.login {
  padding: 20px;
  border: 1px solid #D2C7AE;
}

.checkout-login {
  text-align: center;
}

.woocommerce-billing-fields h3,
h3#order_review_heading,
h3#payment-heading {
  font-family: "GT Super Display", serif;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0px 0px 30px 0px;
  font-size: 28px;
  text-transform: capitalize;
  color: #302D2B;
}
@media (min-width: 768px) {
  .woocommerce-billing-fields h3,
  h3#order_review_heading,
  h3#payment-heading {
    font-size: 34px;
  }
}

.woocommerce form .form-row label {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

#ship-to-different-address label {
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-account-fields label {
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 20px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper label,
.woocommerce form .woocommerce-shipping-fields__field-wrapper label {
  display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border-radius: 0px;
  background: #B29F75;
  font-weight: 700;
  width: 100%;
  margin-top: 40px;
  padding: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background: #D2C7AE;
}

.woocommerce table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: 0px;
  padding-bottom: 10px;
  margin-bottom: 21px;
  border-bottom: 1px solid #B29F75;
  font-family: aktiv-grotesk, sans-serif;
}

.woocommerce table.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody,
.woocommerce table.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D2C7AE;
}

.page-checkout .woocommerce table.woocommerce-checkout-review-order-table th {
  font-size: 14px;
  font-weight: 300;
  padding: 0px 0px;
}

.page-checkout .woocommerce table.woocommerce-checkout-review-order-table tr {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item {
  margin-bottom: 6px;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total {
  border-top: 1px solid #D2C7AE;
  margin-top: 14px;
  padding-top: 8px;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total td {
  font-size: 16px;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table tr.order-total th {
  font-size: 16px;
}

.page-checkout .woocommerce table.woocommerce-checkout-review-order-table td {
  border: 0px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table td.product-name {
  padding-right: 10px;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table td p {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
}
.page-checkout .woocommerce table.woocommerce-checkout-review-order-table td dl.variation {
  margin: 0px 0px 0px 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody th, .woocommerce table.woocommerce-checkout-review-order-table tfoot td, .woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  border-top: 0px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 15px !important;
  border: 1px solid #D2C7AE !important;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0px 6px 0px 0px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 700;
  font-size: 15px;
  margin: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li label[for=wc-stripe-new-payment-method] {
  font-size: 11px;
  font-weight: 300;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  max-width: 30px !important;
  padding-left: 0px !important;
  margin: 0px 0px 0px 6px !important;
}

#wc-stripe-cc-form br {
  display: none;
}

#stripe-payment-data p:not(.form-row) {
  font-style: italic;
  font-size: 14px;
  margin: 0px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  font-size: 14px;
  margin: 18px 0px;
  padding: 18px;
  color: inherit;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  border: 1px solid #D2C7AE;
}

.woocommerce-additional-fields__field-gift-message h3 {
  font-family: "GT Super Display", serif;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
  font-size: 28px;
  text-transform: uppercase;
}

#gmfw_gift_message_field label {
  display: none;
}

#gmfw_counter_wrap #gmfw_counter_wrap {
  font-size: 10px;
  line-height: 1.2em;
  margin: 0px 0px 10px 3px;
}

/* -------------- Cart Page --------------- */
.woocommerce-cart .woocommerce {
  width: 760px;
  max-width: 100%;
  margin: 0px auto;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0px;
  border-top: 1px solid #D2C7AE;
}

.woocommerce table.shop_table {
  border: 0px;
  border-radius: 0px;
  border-collapse: collapse;
}
.woocommerce table.shop_table a:after {
  display: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  border: 0px !important;
}

.woocommerce-cart table.cart thead {
  border-bottom: 1px solid #D2C7AE;
  display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  border-top: 1px solid #D2C7AE;
  width: 100%;
  float: none;
  padding-top: 3px;
}

.woocommerce-page .woocommerce .cart-collaterals a.checkout-button.button {
  border-radius: 0px;
  background: #B29F75;
  font-weight: 300;
  width: 100%;
  margin: 40px 0px 0px 0px;
  padding: 0px;
  line-height: 60px;
}
.woocommerce-page .woocommerce .cart-collaterals a.checkout-button.button:hover {
  background: #D2C7AE;
}

.cart_totals table {
  width: 100%;
  margin-top: 16px;
}
.cart_totals table th {
  width: 77% !important;
  text-align: right !important;
  font-weight: 300;
}
.cart_totals table td {
  width: 100% !important;
  text-align: center !important;
}
@media (min-width: 768px) {
  .cart_totals table td {
    width: 30% !important;
  }
}

.woocommerce table.shop_table_responsive tr.cart_item,
.woocommerce-page table.shop_table_responsive tr.cart_item {
  border-bottom: 1px solid #D2C7AE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce table.shop_table_responsive tr.cart_item:last-child,
.woocommerce-page table.shop_table_responsive tr.cart_item:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .woocommerce table.shop_table_responsive tr.cart_item,
  .woocommerce-page table.shop_table_responsive tr.cart_item {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: none !important;
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  padding: 4px 0px;
}
@media (min-width: 1024px) {
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 6px 0px;
  }
}

/* -------- GSAP Animate Elements ------- */
.slide-title {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.slide-title.onscreen {
  opacity: 1;
  transform: translateX(0px);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in.onscreen {
  opacity: 1;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in-left.onscreen {
  opacity: 1;
  transform: translateX(0px);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in-right.onscreen {
  opacity: 1;
  transform: translateX(0px);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.fade-in-up.onscreen {
  opacity: 1;
  transform: translateY(0px);
}

/* ----- Fancybox overrides ---------- */
.fancybox-button--play,
.fancybox-button--zoom,
.fancybox-button--thumbs {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.home-products-list .slick-track {
  align-items: flex-start;
}

.slick-slide {
  float: none;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 10px;
  width: 54px;
  min-width: 0px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 10;
  bottom: -40px;
  left: 50%;
  padding: 0;
  border: none;
  outline: none;
  background: url("assets/images/arrow-right-white.svg") right center no-repeat;
  background-size: cover;
  transition: scale 0.3s ease 0s;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover {
  background: url("assets/images/arrow-right-white.svg") right center no-repeat;
  background-size: cover;
  border: 0px;
}
.slick-prev:focus, .slick-prev:active,
.slick-next:focus,
.slick-next:active {
  background: url("assets/images/arrow-right-white.svg") right center no-repeat;
  background-size: cover;
  transform: scale(1.2);
}

.normal-product-gallery .slick-prev,
.normal-product-gallery .slick-next {
  display: none !important;
}

.gallery-slider .slick-track {
  align-items: flex-start;
}
.gallery-slider .gallery-slide {
  width: auto;
  padding-right: 18px;
  height: auto;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.gallery-slider .gallery-slide.slick-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .gallery-slider .gallery-slide {
    padding-right: 32px;
  }
}
.gallery-slider p.gallery-caption {
  margin: 8px 0px 0px 0px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.5s ease 0s;
  max-width: 90%;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0px;
}
@media (min-width: 768px) {
  .gallery-slider p.gallery-caption {
    margin: 14px 0px 0px 0px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .gallery-slider p.gallery-caption {
    font-size: 13px;
    margin: 15px 0px 0px 0px;
  }
}
.gallery-slider .slick-active p.gallery-caption {
  opacity: 1;
}
.gallery-slider .gallery-img {
  width: 100%;
  display: block;
  height: 30vh;
}
.gallery-slider .gallery-img img {
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .gallery-slider .gallery-img {
    height: 40vh;
  }
}
@media (min-width: 1280px) {
  .gallery-slider .gallery-img {
    height: 50vh;
  }
}
@media (min-width: 1440px) {
  .gallery-slider .gallery-img {
    height: 40vh;
  }
}
.gallery-slider.bb-slider .gallery-img {
  aspect-ratio: 236/419;
}
.gallery-slider.bb-slider .slick-prev,
.gallery-slider.bb-slider .slick-next {
  display: none !important;
}
.gallery-slider.model-slider {
  margin-bottom: 50px;
}
.gallery-slider.model-slider .gallery-img {
  aspect-ratio: 1/1;
  border: 1.5px solid black;
}
.gallery-slider.model-slider .slick-prev,
.gallery-slider.model-slider .slick-next {
  display: none !important;
}
.gallery-slider.model-slider p.gallery-caption {
  display: none;
}
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  min-width: 0px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 10;
  top: -53px;
  left: auto;
  right: 88px;
  padding: 0;
  border: none;
  outline: none;
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
  transition: scale 0.3s ease 0s;
}
@media (min-width: 768px) {
  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    top: -49px;
    left: auto;
    right: 88px;
  }
}
.gallery-slider .slick-prev.slick-disabled,
.gallery-slider .slick-next.slick-disabled {
  opacity: 0.5;
}
.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover {
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
  border: 0px;
}
.gallery-slider .slick-prev:focus, .gallery-slider .slick-prev:active,
.gallery-slider .slick-next:focus,
.gallery-slider .slick-next:active {
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    width: 40px;
    height: 40px;
    top: -70px;
  }
}
.gallery-slider .slick-prev {
  right: 140px;
}
@media (min-width: 768px) {
  .gallery-slider .slick-prev {
    right: 160px;
  }
}

#home-products-list .slick-prev,
#home-products-list .slick-next,
.related-products .slick-prev,
.related-products .slick-next {
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  top: auto;
}
#home-products-list .slick-prev,
.related-products .slick-prev {
  left: 29%;
  right: auto;
  margin: 0px 0px 0px -27px;
  transform: translateY(-200%) rotate(-180deg) !important;
  display: none !important;
}
#home-products-list .slick-next,
.related-products .slick-next {
  left: 29%;
  margin: 0px 0px 0px 55px;
  right: 0px;
  display: none !important;
}
@media (min-width: 1024px) {
  #home-products-list .slick-prev,
  #home-products-list .slick-next,
  .related-products .slick-prev,
  .related-products .slick-next {
    top: 45%;
    transform: translateY(-200%);
  }
  #home-products-list .slick-prev,
  .related-products .slick-prev {
    left: auto;
    right: 232px;
    margin: 0px 0px 0px -27px;
    display: inline-block !important;
    transform: translateY(-200%) rotate(-180deg) !important;
  }
  #home-products-list .slick-next,
  .related-products .slick-next {
    margin: 0px;
    left: auto;
    right: 160px;
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  #home-products-list .slick-prev,
  #home-products-list .slick-next,
  .related-products .slick-prev,
  .related-products .slick-next {
    top: 50%;
    transform: translateY(-240%);
  }
  #home-products-list .slick-next,
  .related-products .slick-next {
    right: 210px;
  }
  #home-products-list .slick-prev,
  .related-products .slick-prev {
    right: 272px;
    transform: translateY(-240%) rotate(-180deg) !important;
  }
}

#home-products-list .archive-item strong {
  display: none;
}

#testimonials-slider .slick-prev,
#testimonials-slider .slick-next {
  height: 10px;
  width: 54px;
  background-image: url("assets/images/arrow-right-blue.svg");
  background-size: cover;
  bottom: 0px;
}
#testimonials-slider .slick-prev {
  left: 50%;
  right: auto;
  margin: 0px 0px 0px -60px;
}
#testimonials-slider .slick-next {
  left: auto;
  margin: 0px -60px 0px 0px;
  right: 50%;
}
@media (min-width: 768px) {
  #testimonials-slider .slick-prev {
    left: 56px;
    right: auto;
    margin: 0px;
  }
  #testimonials-slider .slick-next {
    left: auto;
    margin: 0px;
    right: 56px;
  }
}

.slick-prev {
  transform: rotate(180deg);
  margin-left: -46px;
}
.slick-prev:focus, .slick-prev:active {
  transform: rotate(180deg) scale(1.2);
}

.slick-next {
  margin-left: 11px;
}
.slick-next:focus {
  transform: scale(1.2);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.archive-dropdown {
  width: 100%;
}

.select2-search {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #302D2B;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  top: 0px;
}
.select2-dropdown.select2-dropdown--above {
  top: 32px;
}
.select2-dropdown.select2-dropdown--below {
  top: 0px;
}
@supports (-moz-appearance: none) {
  .select2-dropdown.select2-dropdown--below {
    top: 30px;
  }
}

.select2-results {
  display: block;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

/* ---------------Dropdown Options List ------------ */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 6px 20px 12px 20px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
}

/* ---------------Dropdown Options List - Single Optio ------------ */
.select2-results__option {
  padding: 2px 0px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ------ Search Field ------------ */
.select2-search--dropdown {
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* -----------Select Box Wrap (includes background arrow) --------*/
.select2-container--default .select2-selection--single {
  background-image: url("assets/images/select-arrow.svg");
  background-position: right 22px center;
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid #302D2B;
  border-bottom: 1.5px solid #302D2B;
  border-radius: 0px;
}

/* ---------- Select Box Label ----------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #B29F75;
  font-family: aktiv-grotesk, sans-serif;
  text-transform: uppercase;
  line-height: 48px;
  padding-left: 24px !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

#select2-input_1_4-container {
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #select2-input_1_4-container {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  padding-left: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #B29F75;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: none;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background-image: url("assets/images/select-arrow-up.svg");
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #B29F75;
  color: white;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-results__option--highlighted {
  background-color: #B29F75;
  color: white;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$whiteFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$whiteFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="$whiteFF", GradientType=0);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.woofc-area {
  font-family: aktiv-grotesk, sans-serif;
  background: #F5F3F1 !important;
}

.woofc-area.woofc-style-02 .woofc-area-top {
  background: #B29F75;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
}

.woofc-area a, .woofc-area input, .woofc-area p {
  font-family: aktiv-grotesk, sans-serif;
}

.woofc-item-title a {
  font-family: aktiv-grotesk, sans-serif;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
  color: #B29F75;
  font-weight: 400;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
  font-weight: 300;
  color: #302D2B;
}

.woofc-item-qty-inner .quantity {
  height: auto;
}
.woofc-item-qty-inner .quantity-nav {
  display: none;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-total {
  color: #B29F75;
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-close {
  color: #ffffff;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  background: #B29F75;
  color: #ffffff !important;
  font-family: aktiv-grotesk, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
  background: #302D2B;
  border-color: #302D2B;
}

span.woofc-continue-url {
  font-size: 12px;
  letter-spacing: 0px;
}

.cmplz-cookiebanner .cmplz-close svg {
  opacity: 0;
  display: none !important;
}

.cmplz-hidden {
  display: none !important;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .children {
  margin: 0px 0px 0px 24px;
}

.comment-list li:before {
  display: none;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #B29F75;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #B29F75;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 1em 0 2em;
}

.widget {
  padding-bottom: 3em;
}

h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.widget-title a {
  color: inherit;
}

/* widget forms */
.widget select {
  width: 100%;
}

/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}

.widget ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}

/* Search */
.search-form {
  position: relative;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  box-shadow: none;
  display: inline-block;
  float: left;
  font-size: 14px !important; /* !important to overwrite inline styles */
  font-size: 0.875rem !important;
  margin: 4px 4px 0 0 !important;
  padding: 4px 10px 5px !important;
  position: relative;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #D2C7AE;
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption {
  color: #B29F75;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/* --------------------------------------------------------------
16.2 FANCYBOX (POPUP IMAGE GALLERY) ------------------------------------
--------------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: none;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("assets/images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("assets/images/preloader.png") center center no-repeat;
}

.fancybox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 69px;
  height: 68px;
  cursor: pointer;
  background: url("assets/images/btn-x.png") center center no-repeat;
  background-size: 41px 40px;
  z-index: 8041;
  transform-origin: 50% 50%;
}

.fancybox-close:hover {
  transform: rotate(180deg);
  transition: all 0.4s ease 0s;
}

.fancybox-nav {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: none; /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.no-touch .fancybox-prev {
  left: 0;
  cursor: url("assets/images/cursor-left-arrow.png"), auto;
  cursor: -webkit-image-set(url("assets/images/cursor-left-arrow.png") 1x, url("assets/images/cursor-left-arrow-2x.png") 2x) 40px 80px, auto;
}

.no-touch .fancybox-next {
  right: 0;
  cursor: url("assets/images/cursor-right-arrow.png"), auto;
  cursor: -webkit-image-set(url("assets/images/cursor-right-arrow.png") 1x, url("asset/simages/cursor-right-arrow-2x.png") 2x) 40px 80px, auto;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  display: none !important;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
  display: none !important;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #112357;
  background: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
16.3 LiquidSlider
--------------------------------------------------------------*/
/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll;
}

.ls-preloader {
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
  margin: 0px auto;
}

.liquid-slider {
  background: #fff;
  width: 90px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}

.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {
  width: 980px;
  display: block;
  float: left;
}

.ls-panel-inner {
  padding: 12px 20px 20px 1px;
}

.ls-panel-inner h2 {
  display: none;
}

.ls-panel-inner p {
  font-size: 17px;
  font-family: "GT Super Display", serif;
  font-weight: 300;
}

.panel-wrapper {
  padding: 0px 0px;
  position: relative;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow: hidden;
  clear: both;
}

.ls-nav a {
  display: block;
  color: #B29F75;
  position: relative;
  margin: 0px 17px;
  padding: 10px 0px;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.ls-nav li:first-child a {
  margin-left: 0px;
}

.ls-nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: #9defb4;
  transition: all 0.3s ease 0s;
}

.no-touch .ls-nav a:hover {
  text-shadow: none;
}

.ls-nav a:hover {
  color: #D2C7AE;
}

.ls-nav .current a {
  color: #D2C7AE;
}

.currentCrossLink {
  font-weight: bold;
}

.ls-nav ul {
  background: #fff;
  text-align: left;
  padding: 0;
  clear: both;
  display: block;
  margin: 0px auto 40px auto;
  border-bottom: 1px solid #D2C7AE;
  overflow: hidden;
  width: 100%;
}

.ls-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ls-nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background: #D2C7AE;
}

.ls-nav ul li:last-child:after {
  display: none;
}

.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: url(assets/images/ls-menu.png) no-repeat right 20px center #B29F75;
  background-size: 33px 33px;
  margin-bottom: 20px;
  padding-left: 14px;
}

.ls-select-box select {
  color: #fff;
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  height: 50px;
  cursor: pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top: 0;
  float: left;
  clear: both;
}

.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}

.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}

.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}

.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/* Responsive Styles */
@media screen and (min-width: 768px) {
  .ls-panel-inner {
    padding: 20px 20px 40px 1px;
  }
  .ls-panel-inner p {
    font-size: 22px;
  }
  .ls-nav a {
    font-size: 19px;
    letter-spacing: 2px;
  }
  .ls-panel-inner h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .ls-nav a {
    display: block;
    position: relative;
    margin: 0px 20px;
    padding: 10px 0px;
    outline: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .ls-panel-inner p {
    font-size: 16px;
  }
  .ls-panel-inner h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .ls-nav a {
    display: block;
    position: relative;
    margin: 0px 16px;
    padding: 10px 0px;
    outline: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .ls-panel-inner p {
    font-size: 18px;
  }
  .ls-panel-inner h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .ls-nav a {
    display: block;
    position: relative;
    margin: 0px 24px;
    padding: 10px 0px;
    outline: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .ls-panel-inner p {
    font-size: 22px;
  }
  .ls-panel-inner h6 {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
16.4 StickMe
--------------------------------------------------------------*/
.stickme-holder {
  transition: opacity 0.3s ease 0s;
}

.stickme-holder.fadeOut {
  opacity: 0;
}

/*--------------------------------------------------------------
20.0 Media Queries
--------------------------------------------------------------*/
/* iPhone SE/5 */
@media screen and (max-width: 320px) {
  .title-home {
    font-size: 42px;
  }
  .home-button {
    padding: 19px 26px 16px 26px;
  }
  .mid-section h2 {
    font-size: 34px;
  }
  .ms-1-top h2 {
    margin: -24px 0px 0px 0px;
  }
  .ms-2-top h2 {
    margin-top: -24px;
  }
  .woocommerce-page.woocommerce #respond input#submit.alt, .woocommerce-page.woocommerce a.button.alt, .woocommerce-page.woocommerce button.button.alt, .woocommerce-page.woocommerce input.button.alt {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wr-title {
    font-size: 48px;
  }
  .tri-sust {
    display: inline-block;
  }
  #footer-form input[type=text], #footer-form input[type=email] {
    font-size: 15px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .press-title {
    font-size: 56px;
  }
  a.press-email {
    font-size: 20px;
  }
  .woocommerce form .form-row label {
    font-size: 13px;
  }
  #add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    font-size: 16px;
  }
  .woocommerce-billing-fields h3, h3#order_review_heading, h3#payment-heading {
    font-size: 36px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 14px !important;
  }
  .woocommerce form .form-row textarea {
    height: 5em;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-gina-subtitle {
    font-size: 15px;
  }
  .about-gina-title:after {
    left: 48pc;
  }
}
/* Phone Landscape */
@media screen and (min-width: 480px) {
  /* Typography */
  h1 {
    font-size: 30px;
  }
  h2,
  .home.blog .entry-title,
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 16px;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  /* Blog Index, Archive, Search */
  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Site Footer */
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
/* Tablet Portrait */
@media screen and (min-width: 768px) {
  /* Typography */
  .has-sidebar:not(.error404) #primary {
    float: left;
    width: 58%;
  }
  .has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 36%;
  }
  .error404 #primary {
    float: none;
  }
  .error404 .page-content {
    padding-bottom: 9em;
  }
}
/* Tablet Landscape and Wider */
@media screen and (min-width: 1264px) {
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: -20%;
  }
  .blog:not(.has-sidebar) .entry-content blockquote.alignright,
  .archive:not(.has-sidebar) .entry-content blockquote.alignright,
  .page-two-column .entry-content blockquote.alignright,
  .benny-front-page .entry-content blockquote.alignright {
    margin-right: -20%;
  }
}
@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.site-header,
  .admin-bar .site-navigation-hidden.site-header {
    top: 46px;
  }
}
/*--------------------------------------------------------------
21.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .site-header,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }
  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page .panel-content .entry-title,
  body.page:not(.benny-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }
  .custom-header-media {
    padding: 0;
  }
  .benny-front-page.has-header-image .site-branding,
  .benny-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important; /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */
  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }
  body,
  a,
  .site-title a,
  .benny-front-page.has-header-image .site-title,
  .benny-front-page.has-header-video .site-title,
  .benny-front-page.has-header-image .site-title a,
  .benny-front-page.has-header-video .site-title a {
    color: #222 !important; /* Make sure color schemes don't affect to print */
  }
  h2,
  h5,
  blockquote,
  .site-description,
  .benny-front-page.has-header-image .site-description,
  .benny-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important; /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}