/*!
Theme Name: BillionDollar
Theme URI: http://underscores.me/
Author: Federation Design
Author URI: https://federation-design.co.uk/
Description: Custom theme built for Billion Dollar Smiles
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: billion-dollar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BillionDollar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: clamp(2em, 8vw, 3em);
  /* 	font-size: clamp(2.5em, 10vw, 5em); */
  font-size: 48px;
}

h2 {
  font-size: clamp(1.5em, 3vw, 2.5em);
  /* 	font-size: clamp(2.5em, 5vw, 4.5em); */
  font-size: 42px;
}

h3 {
  font-size: clamp(1.15em, 2.5vw, 1.75em);
  /* 	font-size: clamp(1.5em, 3.5vw, 3.25em); */
}

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

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

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

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

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Garage";
  src: local("GarageGothicRegular"), url("fonts/GarageGothicRegular.woff2") format("woff2"), url("fonts/GarageGothicRegular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: local("Futura Bold"), local("Futura-Bold"), url("fonts/Futura-Bold.woff2") format("woff2"), url("fonts/Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "helveticaregular";
  src: url("fonts/helvetica.eot");
  src: url("fonts/helvetica.woff") format("woff"), url("fonts/helvetica.ttf") format("truetype"), url("fonts/helvetica.svg#helveticaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold";
  src: url("fonts/helvetica-bold.eot");
  src: url("fonts/helvetica-bold.woff") format("woff"), url("fonts/helvetica-bold.ttf") format("truetype"), url("fonts/helvetica-bold.svg#helveticabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLightRegular";
  src: url("fonts/helvetica-light-webfont.eot");
  src: url("fonts/helvetica-light-webfont.woff") format("woff"), url("fonts/helvetica-light-webfont.ttf") format("truetype"), url("fonts/helvetica-light-webfont.svg#HelveticaLightRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Garage";
  /* 	font-family: 'Futura'; */
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}

p:last-of-type {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #000;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-family: "Garage";
}

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: #111;
}

select {
  border: 1px solid #ccc;
  font-family: "Garage";
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #333333;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

::placeholder {
  color: #333333;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: #FFFFFF;
}

.site-header.nav-open .morph-dropdown-wrapper {
  display: block;
}

.site-header .dropdown-list > ul > li {
  margin: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.3em !important;
}

.site-header .label {
  display: block;
  font-size: 2.2rem;
  color: #1A1A1A;
  margin-bottom: 0.8em;
}

.site-header .gallery .content ul {
  position: relative;
  left: auto;
  top: auto;
  float: none;
  display: flex !important;
  justify-content: flex-start !important;
  flex-direction: column;
  box-shadow: none;
}

.site-header .content ul.sub-menu li {
  width: 100%;
  flex-basis: 100%;
  border-bottom: 1px dotted #fff;
  margin: 0 0 1.4em 0 !important;
}

.site-header #primary-menu .content {
  opacity: 0;
  visibility: hidden;
}

.site-header .content li:after {
  clear: both;
  content: "";
  display: block;
}

.site-header .gallery .content li {
  margin-bottom: 1.4em !important;
  text-align: left;
}

.site-header .gallery .content a {
  display: block;
  color: #FFFFFF !important;
}

/* .site-header .menu-item-2965.gallery .content a {
display: block;
color: #fff !important;
}
.site-header .gallery .content a svg path{
fill: #2b2d33 !important;
}
.site-header .menu-item-2965.gallery .content a svg path{
fill: #fff !important;
} */
.site-header .gallery .content a::before {
  /* icon on the left */
  content: "";
  display: none;
  float: left;
  height: 54px;
  width: 54px;
  margin-right: 0.6em;
  background: red;
  border-radius: 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.site-header .gallery .content a span, .site-header .gallery .content a em {
  display: block;
  line-height: 1.2;
}

.site-header .gallery .content a em {
  font-size: 1.8rem;
  padding: 0.4em 0 0.2em;
  color: #1A1A1A;
}

.site-header .gallery .content a span {
  font-size: 1.4rem;
  color: #a6a6a6;
}

/* .site-header .gallery .content a:hover::before {
background-color: #1A1A1A;
}
.site-header .gallery li:nth-of-type(1) a::before {
background: #f4e58a url(../img/cd-gallery-icons.svg) no-repeat 0 0;
}
.site-header .gallery li:nth-of-type(2) a::before {
background: #F4AF6D url(../img/cd-gallery-icons.svg) no-repeat -54px 0;
}
.site-header .gallery li:nth-of-type(3) a::before {
background: #DB6356 url(../img/cd-gallery-icons.svg) no-repeat -108px 0;
}
.site-header .gallery li:nth-of-type(4) a::before {
background: #8D4645 url(../img/cd-gallery-icons.svg) no-repeat -162px 0;
} */
/* .site-header .links .content > ul > li {
margin-top: 1em;
}
.site-header .links-list a,
.site-header .btn {
display: block;
margin-left: 14px;
font-size: 2.2rem;
line-height: 1.6;
}
.site-header .links-list a:hover,
.site-header .btn:hover {
color: #1A1A1A;
} */
.site-header .content h2 {
  color: #a6a6a6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 20px 0 10px 14px;
}

.site-header > .wrapper:before {
  content: "mobile";
  display: none;
}

@media only screen and (min-width: 960px) {
  .site-header {
    position: absolute;
    /* 		height: 80px; */
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    /*     background-color: transparent; */
  }

  .site-header > .wrapper:before {
    content: "desktop";
  }

  .site-header .nav-trigger {
    display: none;
  }

  .site-header .main-nav {
    display: inline-block;
  }

  .site-header .main-nav > ul > li {
    display: inline-block;
    float: left;
  }

  .site-header .main-nav > ul > li > a {
    display: block;
    padding: 0 1.8em;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .site-header > .wrapper.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: 0.6;
  }

  .site-header > .wrapper.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }

  .site-header .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: calc(115% - 16px);
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .site-header .wrapper.is-dropdown-visible .morph-dropdown-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .site-header .dropdown-list {
    position: absolute;
    top: 20px;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
    border-radius: 15px;
    transform: translateX(172%) !important;
  }

  .no-csstransitions .site-header .dropdown-list {
    display: none;
  }

  .site-header .dropdown-list:before {
    /* dropdown top triangle */
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .site-header .dropdown-list:before {
    border-bottom-color: #9abddf;
  }

  .dropdown-list:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 9px solid transparent;
    border-bottom-color: #9abddf;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .site-header .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100% !important;
    overflow: hidden;
    border-radius: 15px;
    display: flex !important;
    flex-direction: column !important;
  }

  .site-header .wrapper.is-dropdown-visible .dropdown-list {
    visibility: visible;
    -webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, height 0.3s;
    transition: transform 0.3s, width 0.3s, height 0.3s, -webkit-transform 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.64);
    box-shadow: 0 30px 60px 10px rgba(81, 89, 99, 0.35), 0 18px 36px 10px rgba(0, 0, 0, 0.2);
  }

  .site-header .wrapper.is-dropdown-visible .dropdown-list:before,
.site-header .wrapper.is-dropdown-visible .dropdown-list:after {
    opacity: 1;
  }

  .site-header .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .site-header .dropdown > a {
    display: none !important;
  }

  .site-header .dropdown.active {
    opacity: 1;
    visibility: visible;
  }

  .site-header .dropdown.active ul {
    margin-right: auto !important;
    margin-top: 0 !important;
  }

  .scrolled .site-header .dropdown.active {
    margin-top: 0px !important;
  }

  .site-header .dropdown.move-left .content {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  .site-header .dropdown.move-right .content {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  .site-header .label {
    /* hide the label on bigger devices */
    display: none;
  }

  .site-header .content {
    padding: 2.2em 1.8em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    text-align: left;
  }

  .site-header .content > ul:after {
    clear: both;
    content: "";
    display: block;
  }

  .site-header .content > ul > li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 0;
  }

  .site-header .content ul li a {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    min-width: 360px;
  }

  .site-header .content ul li a:hover {
    text-indent: 6px;
  }

  .site-header .content a .description {
    font-size: 75% !important;
    padding-top: 2px;
    color: #363636 !important;
  }

  .site-header .content > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }

  .site-header .gallery .content {
    /* you need to set a width for the .content elements because they have a position absolute */
    width: 520px;
    padding-bottom: 1.8em;
    background: #9abddf;
    border-radius: 15px;
  }

  .site-header .menu-item-2965.gallery .content {
    background: #2b2d33;
  }

  .site-header .gallery .content li {
    margin-bottom: 0;
  }

  /* 	.site-header .links .content > ul > li {
  	margin-top: 0;
  }
  	.site-header .links .content,
  	.site-header .button .content {
  	width: 390px;
  }
  	.site-header .links-list a {
  	font-size: 1.6rem;
  	margin-left: 0;
  }
  	.site-header .btn {
  	display: block;
  	width: 100%;
  	height: 60px;
  	margin: 1.5em 0 0;
  	font-size: 1.8rem;
  	text-align: center;
  	color: #FFFFFF;
  	line-height: 60px;
  	background: #DB6356;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }
  	.site-header .btn:hover {
  	background: #1A1A1A;
  	color: #FFFFFF;
  } */
  .site-header .content h2 {
    font-size: 1.8rem;
    text-transform: none;
    font-weight: normal;
    color: #1A1A1A;
    margin: 0 0 0.6em;
  }

  .site-header .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #d1acd7;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .site-header .wrapper.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
}
.main-navigation {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .scrolled .main-navigation {
    top: 50px !important;
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* 	.menu-toggle {
  	display: none;
  } */
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  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;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  height: 60px;
  width: 60px;
  margin: -32px 0 0 -30px;
  line-height: 60px;
  left: 50%;
  bottom: 10px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
  /*animated scroll arrow animation*/
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
a.anchor_position {
  position: relative;
  top: -160px;
}

@media (max-width: 768px) {
  a.anchor_position {
    position: relative;
    top: -80px;
  }
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*---------------------------------------------------------------------------
CUSTOM CSS
-----------------------------------------------------------------------------*/
:root {
  --blue: #9abddf;
  --lilac: #d1acd7;
  --gold: #E7C46B;
}

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

.absolute-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.row {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.row-wide {
  max-width: 78.75em;
}

.row-sml {
  max-width: 52.5em;
}

.row .wrapper {
  max-width: 1080px;
  position: relative;
  padding: 2em;
  margin: 0 auto;
  width: 100%;
}

.row .wrapper.wrapper-narrow {
  max-width: 768px;
  padding: 4em 2em;
  /* 	padding: 5vw 2vw; */
}

@media (min-width: 1280px) {
  .row .wrapper {
    max-width: 1280px;
  }
}
/*---------------------------------------------------------------------------
FLEX
-----------------------------------------------------------------------------*/
.flex_row {
  display: flex;
}

.flex_column {
  width: 50%;
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_align-center {
  align-items: center;
}

.flex_justify-space-between {
  align-items: center;
}

/*---------------------------------------------------------------------------
BACKGROUND IMAGES
-----------------------------------------------------------------------------*/
.bg_image {
  background-size: cover !important;
  background-position: center !important;
}

.bg_image-contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.bg_fixed {
  background-attachment: fixed !important;
}

.bg_image_tint {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------------------------------------------
BUTTONS
-----------------------------------------------------------------------------*/
button.add-to-cart {
  max-width: 180px;
  margin: 26px auto 0 auto;
}

button.button,
button.add-to-cart,
a.button {
  border: 0;
  border-radius: 0;
  padding: 12px 0px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  position: relative;
  max-width: 180px;
  font-size: 14px;
  background: var(--blue);
  width: 100%;
  display: block;
}

button.button span,
button.add-to-cart span,
a.button span {
  color: #fff;
  display: block;
  padding-left: 16px;
  text-transform: uppercase;
  transform: scaleX(0.6);
  /* 	letter-spacing: 3px; */
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

button.button em,
button.add-to-cart em,
a.button em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 26%;
  right: 22px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}

button.button:before,
button.button:after,
button.add-to-cart:before,
button.add-to-cart:after,
a.button:before,
a.button:after {
  content: "";
  background: #d0abd7;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

button.button:before,
button.add-to-cart:before,
button.add-to-cart:before,
a.button:before {
  top: 0;
  left: 0;
  right: auto;
}

button.button:after,
button.add-to-cart:after,
a.button:after {
  bottom: 0;
  right: 0;
  left: auto;
}

button.button:hover:before,
button.add-to-cart:hover:before,
a.button:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

button.button:hover:after,
button.add-to-cart:hover:after,
a.button:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

button.add-to-cart:hover span,
a.button:hover span {
  /* 	color: #000; */
}

button.add-to-cart:hover em,
a.button:hover em {
  /* 	background: #000; */
  transform: scaleX(1);
}

/*---------------------------------------------------------------------------
EMBED - VIDEO
-----------------------------------------------------------------------------*/
.embed-container {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  background-color: #000;
  /* background-size: cover!important; */
  /* background-position: center!important; */
  margin: 0 !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  max-width: unset;
}

.embed-container iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 331.777778vh;
}

.youtube .embed-container iframe {
  height: 100%;
  width: 100%;
}

.vimeo .embed-container iframe {
  max-width: 100%;
}

/*---------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/
#site-header {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1b1b1b;
  display: block;
  /* 	height: 120px; */
  left: 0;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: -moz-linear-gradient(top, #25211e 0, rgba(37, 33, 30, 0) 100%);
  background: -webkit-linear-gradient(top, #25211e 0, rgba(37, 33, 30, 0) 100%);
  background: linear-gradient(to bottom, #25211e 0, rgba(37, 33, 30, 0) 100%);
  overflow: visible;
}

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

.scrolled #site-header {
  background: #000;
  position: fixed;
}

.scrolled #site-header .wrapper {
  padding-top: 11px;
  padding-bottom: 11px;
  height: 64px;
}

.scrolled #site-header .wrapper .site-branding {
  display: inline-flex;
  position: absolute;
  left: 1em;
  top: 0;
  z-index: 99999;
}

#site-header .wrapper {
  padding-top: 24px;
  padding-bottom: 0;
  z-index: 1;
}
.scrolled #site-header .wrapper {
  max-width: 100% !important;
}

#site-header:after, #site-header:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background-color: #1b1b1b;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 90%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}

#site-header img.header-logo.aligncenter {
  max-width: 300px;
  width: 90%;
}
@media (max-width: 1023px) {
  #site-header img.header-logo.aligncenter {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #site-header img.header-logo.aligncenter {
    margin-left: 50px;
  }
}

.scrolled #site-header img.header-logo.aligncenter {
  width: 100%;
  max-width: 240px;
}

.scrolled .header-buttons {
  top: 12px;
  right: 125px;
}

/* .scrolled #site-header a.button.add-to-cart.shop-link {
right: 10em;
top: 12px;
} */
#site-header .menu-main-container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 0;
}

#site-header #site-navigation ul {
  list-style: none;
  text-align: center;
  display: inline-flex;
  overflow: visible;
  width: auto;
  justify-content: center;
  padding: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #site-header #site-navigation ul {
    top: 50px;
  }
}

.scrolled #site-header #site-navigation ul {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .scrolled #site-header #site-navigation ul {
    margin-right: auto;
  }
}

.scrolled #site-header #site-navigation .dropdown-list ul {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .scrolled #site-header #site-navigation ul {
    margin-right: 32%;
  }
}
#site-header #site-navigation ul li {
  margin: 0 8px;
}

#site-header #site-navigation ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: block;
  height: auto;
  letter-spacing: 1px;
  font-variant-ligatures: none;
  padding: 6px 6px;
  position: relative;
  text-transform: uppercase;
  z-index: 19;
}
@media (max-width: 1280px) {
  #site-header #site-navigation ul li a {
    font-size: 10px;
  }
}

#site-header #site-navigation ul li.current-menu-item a {
  color: #e7c35e;
}

#site-header #site-navigation ul li:hover a {
  color: #e7c35e;
}

#site-header #site-navigation ul.sub-menu li a {
  width: 100%;
  padding: 12px 24px 12px 36px;
  font-size: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

#site-header #site-navigation ul.sub-menu li a img {
  width: auto;
  height: 32px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

#site-header #site-navigation ul.sub-menu li a a:hover {
  text-indent: 6px;
}

#site-header .social-links ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 52px;
}

.scrolled #site-header .social-links ul {
  top: 20px;
  position: absolute;
  right: calc(32px + 2em);
  z-index: 9;
}

#site-header .social-links ul li a {
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

#site-header .social-links ul li a svg path {
  fill: #fff;
}

.header-buttons {
  position: absolute;
  right: 6em;
  top: 45px;
  display: flex;
  grid-gap: 8px;
}

a.button.add-to-cart.shop-link {
  padding-right: 32px;
  padding-left: 32px;
  text-align: center;
  background: #d0abd7;
  width: auto;
  min-width: 140px;
}

#site-header .wrapper ul#site-header-cart {
  list-style: none;
}

.site-header-cart .cart-contents svg {
  width: 22px;
  height: auto;
}

.site-header-cart .cart-contents svg path {
  fill: #9abddf;
  transition: 300ms all;
}

.site-header-cart:hover .cart-contents svg path {
  fill: #d0abd7;
}

a.button.add-to-cart.shop-link span {
  color: #fff !important;
  padding-right: 16px;
  text-align: center;
  transform: none;
  transform-origin: unset;
  font-weight: normal;
}

@media (min-width: 768px) {
  #site-header .wrapper ul#site-header-cart {
    display: block !important;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }

  #site-header #site-navigation ul li.menu-item-has-children > a span,
#site-navigation a.button.add-to-cart.shop-link,
#site-navigation .social-links,
#site-navigation a.menu-close,
nav#site-navigation img,
#site-header .topbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .scrolled .social-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .scroll-down-link {
    width: 40px;
    margin: -32px 0 0 -20px;
  }

  #site-header {
    /* 		background: #000; */
    position: fixed;
  }

  #site-header .topbar {
    top: 34px;
    display: flex;
    align-items: center;
    height: 24px;
    z-index: 99999;
    display: none;
  }

  #site-header .topbar .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    flex-direction: row-reverse;
    padding-left: 10%;
    padding-right: 10%;
  }

  #site-header .topbar .wrapper ul#site-header-cart {
    display: none;
  }

  #site-header .wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 99999;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .menu-toggle {
    background: none;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 99999;
    margin-left: auto;
    margin-right: 5px;
  }

  button.menu-toggle svg {
    width: 24px;
  }

  button.menu-toggle svg path {
    fill: #e7c25f;
  }

  #site-header .wrapper .site-header-cart {
    top: 4px;
    position: relative;
    z-index: 99999;
  }

  .site-branding {
    position: absolute;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
  }

  a.button.add-to-cart.shop-link {
    display: none;
  }

  #site-header .menu-main-container {
    width: 100%;
  }

  nav#site-navigation img {
    max-width: 100px;
    margin: 0px auto 64px auto;
    filter: brightness(0);
    transform: scale(1.45);
  }

  #site-header #site-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }

  #site-header #site-navigation ul li {
    text-align: right;
  }

  #site-header #site-navigation ul li a {
    font-size: 18px;
    /* 		height: auto; */
    /* 		font-family: revert; */
    color: #000;
  }

  #site-header #site-navigation ul.sub-menu {
    position: relative;
    box-shadow: none;
    top: auto;
    display: none;
  }

  #site-header #site-navigation ul.sub-menu li {
    margin: 0 0 0 0;
  }

  #site-header #site-navigation ul.sub-menu li a {
    font-size: 14px !important;
    color: #000 !important;
    height: 32px !important;
  }

  #site-header #site-navigation ul li.menu-item-has-children > a span svg {
    width: 8px;
    line-height: 1;
    position: relative;
    top: 3px;
    margin-left: 8px;
    transform: rotate(90deg);
  }

  #site-header #site-navigation ul li.sub-open a span svg {
    transform: rotate(-90deg);
  }

  #site-header #site-navigation ul.sub-menu span.description {
    display: none;
  }

  #site-header #site-navigation ul li.current-menu-item a {
    color: #000;
  }

  #site-header #site-navigation ul li.current-menu-item a:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background: #000;
    right: 0;
    top: 18px;
    transform: scaleX(1) translateX(150%);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
  }

  #site-header #site-navigation ul li a:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background: #000;
    right: 0;
    top: 18px;
    transform: scaleX(0) translateX(150%);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
  }

  #site-header #site-navigation ul li a:hover:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 1px;
    background: #000;
    right: 0;
    top: 18px;
    transform: scaleX(1) translateX(150%);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
  }

  #site-navigation a.button.add-to-cart.shop-link {
    display: block;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 32px auto 0 auto;
  }

  #site-navigation .social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }

  #site-navigation .social-links ul {
    list-style: none;
    display: flex !important;
    flex-direction: row !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #site-navigation .social-links ul li a {
    display: flex;
    width: 32px;
    height: 32px !important;
    margin-right: 0;
    padding: 0 !important;
  }

  #site-navigation .social-links ul li a svg {
    width: 32px;
  }

  #site-navigation .social-links ul li a svg path {
    fill: #fff;
  }

  #site-navigation {
    left: -120%;
    width: 80vw;
    height: 100%;
    min-height: 100vh;
    background-color: #9abddf;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    align-items: center;
    transition: left 0.25s ease;
    background-image: url(../../../wp-content/uploads/2022/07/backgroundLeaves.svg);
    background-size: 80%;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 99999;
  }

  #site-navigation.toggled {
    left: 50%;
    transition: left 0.25s ease;
  }

  #site-navigation a.menu-close {
    display: none;
  }

  #site-navigation.toggled a.menu-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #9abddf;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(99%);
  }

  a.menu-close svg {
    width: 70%;
    height: 70%;
  }

  a.menu-close svg path {
    fill: #000;
  }

  .icon-1, .icon-2, .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 24px;
    height: 3px;
    border-radius: 5px;
    background-color: #e7c25f;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }

  .icon-1 {
    transform: translateY(-8px);
    animation-delay: 100ms;
  }

  .icon-3 {
    transform: translateY(8px);
    animation-delay: 250ms;
  }

  .hamburger-icon {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  /* 	.hamburger-icon:hover {
  	transform: scale(1.2);
  	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  } */
  .icon-1.a {
    transform: rotate(40deg);
  }

  .icon-3.b {
    transform: rotate(-40deg);
  }

  .icon-2.c {
    opacity: 0;
  }

  body.menu-open:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    height: 105vh;
    z-index: 9;
    opacity: 0.85;
  }
}
/*---------------------------------------------------------------------------
HERO
-----------------------------------------------------------------------------*/
.hero {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  height: auto;
  min-height: 47vh;
}

.page-template-default .hero {
  min-height: 40vh;
}

.hero:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  -moz-box-shadow: 0 -120px 47px -70px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 -120px 47px -70px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 -120px 47px -70px rgba(0, 0, 0, 0.3) inset;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.75) 90%, black 100%);
}

.hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.hero .hero-placeholder {
  width: calc(100vw - (100vw - 100%));
  /* 	height: 47vw;
  max-height: calc(100vh - 160px); */
}

.hero .hero-content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 200px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  z-index: 20;
  bottom: 0;
  /* 	font-size: 0; */
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
  overflow-y: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

.page-template-default .hero .hero-content-wrapper,
.bundles .hero .hero-content-wrapper,
.contact .hero .hero-content-wrapper,
.awards-press .hero .hero-content-wrapper,
.default .hero .hero-content-wrapper,
.woocommerce-shop .hero .hero-content-wrapper,
.ingredients .hero .hero-content-wrapper {
  padding-top: 260px;
}

.hero .hero-content-wrapper .flex_row {
  align-items: center;
}

.hero .hero-content-wrapper .flex_column {
  flex-direction: column;
  display: flex;
}

.hero .hero-content-wrapper h4 {
  color: var(--lilac);
  font-size: clamp(1.25em, 2vw, 2em);
}

#blog-carousel h1,
#blog-carousel h2,
.hero .hero-content-wrapper h1,
.hero .hero-content-wrapper h2 {
  color: #fff;
  font-size: clamp(1.5em, 5vw, 3.5em);
}

.hero .hero-content-wrapper a.button {
  background: var(--blue);
  max-width: 240px;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}

.hero .hero-content-wrapper img.hero-badges {
  max-width: 240px;
  width: 100%;
  margin-top: 20px;
}

.hero .hero-content-wrapper img.hero-image {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1440px) {
  .hero .hero-content-wrapper {
    max-width: 1280px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content-wrapper {
    padding-top: 85px;
  }

  .home .hero .hero-content-wrapper {
    min-height: calc(100vh - 145px);
  }

  .home .hero .hero-content-wrapper .flex_row {
    min-height: calc(100vh - 145px);
    height: 100%;
  }

  .hero .hero-content-wrapper img.hero-badges {
    max-width: 180px;
    margin-bottom: 16px;
  }

  .home .hero .hero-content-wrapper .flex_column:last-of-type {
    display: none;
  }

  .hero .hero-content-wrapper img.hero-image {
    max-width: 75%;
  }
}
/*---------------------------------------------------------------------------
INTRO
-----------------------------------------------------------------------------*/
.intro .wrapper {
  padding: 5%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.page-id-45 .intro .wrapper {
  padding: 2em;
  padding-bottom: 0;
}

.page-id-45 .intro .wrapper-narrow {
  padding: 4em 2em;
}

/*---------------------------------------------------------------------------
FEATURED PRODUCTS
-----------------------------------------------------------------------------*/
/* .featured-products.row .wrapper{
padding: 0;
} */
.featured-product {
  min-height: auto;
  position: relative;
  margin: 2%;
  margin: 2vw;
}

.featured-product--inner {
  margin: 0 auto;
  padding: clamp(5%, 15vw, 20%);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.featured-products.featured-products--fullwidth .featured-product--inner {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
}

.featured-products.best-sellers .featured-product--inner {
  flex-direction: column;
  height: auto;
}

.featured-product.has-bg_image {
  margin: 0;
}

.featured-product .bg_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.featured-product .bg_image--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.featured-product--content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 60px 2vw 60px 2vw;
  max-width: 50%;
}

.featured-products--grid .featured-product--content {
  justify-content: flex-start;
}

.featured-products.featured-products--fullwidth .featured-product--content.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin: 80px auto 80px auto !important;
  /* 	max-width: 540px !important;
  transform: translateX(-50%);
  padding-left: 2vw !important; */
  padding: 2em;
}

.featured-products.featured-products--fullwidth .featured-product--content--inner {
  width: 50%;
}

.featured-products.featured-products--grid .featured-product--content,
.featured-products.best-sellers .featured-product--content {
  margin: 60px 64px 60px 2vw;
  max-width: 100%;
  align-items: center;
}

.featured-products.best-sellers .featured-product--content {
  justify-content: flex-start;
}

.featured-products.best-sellers .featured-product--content img.featured-products--image {
  width: auto;
  height: 200px;
}

img.featured_products--image {
  max-width: 75%;
}

.featured-product--content h2 {
  margin: 0;
}

.featured-product--content .button {
  margin: 32px 0 0 0;
}

section#featured-products-2 {
  background-image: url(../../../wp-content/uploads/2022/07/backgroundLeaves.svg);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.featured-products.featured-products--grid > .wrapper {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto auto;
  /* 	padding: 2vw !important; */
  /*     padding-top: 0 !important; */
}

.featured-products.best-sellers .wrapper {
  display: flex;
  flex-flow: row wrap;
}
.featured-products.best-sellers .wrapper .featured-product {
  width: 25%;
  flex: 1 1 25%;
  display: flex;
  flex-flow: column;
  padding: 10px;
  box-sizing: border-box;
}
.featured-products.best-sellers .wrapper.flickity-enabled {
  display: block;
  flex-flow: unset;
}
.featured-products.best-sellers .flickity-slider {
  position: relative;
  display: flex;
  gap: 20px;
}

.featured-products.best-sellers .featured-product,
.featured-products.featured-products--grid .featured-product {
  margin: 0;
  min-height: unset;
}

/* .featured-products.featured-products--grid .featured-product:first-of-type .featured-product--content img{
max-width: 40%;
} */
.featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content img,
.featured-products.featured-products--grid .featured-product:last-of-type .featured-product--content img {
  width: 100%;
  /* 	max-width: 404px; */
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.featured-products.best-sellers .featured-product .featured-product--content img.featured_products--image {
  max-width: 90%;
}

.featured-products.best-sellers .featured-product:first-of-type .featured-product--content img.featured_products--image {
  max-height: 235px;
  width: auto;
}

.featured-products.best-sellers .featured-product:last-of-type .featured-product--content img.featured_products--image {
  max-height: 235px;
  width: auto;
}

.featured-products.best-sellers .featured-product .featured-product--footer {
  width: 100%;
  padding: 8px 8px;
  position: relative;
  margin-top: 8px;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}

.featured-products.featured-products--grid .featured-product .featured-product--footer {
  width: 100%;
  padding: 8px 8px;
  position: relative;
  margin-top: 8px;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}

/* .featured-product--footer:before {
content: '';
background: #d7d7d7;
width: calc(100% - 32px);
height: 1px;
position: absolute;
top: 8px;
} */
.featured-product--footer .flex_row {
  align-items: center;
  flex-wrap: nowrap;
}

.featured-product--footer .flex_row:last-of-type {
  margin-top: 8px;
}

.featured-products.best-sellers .featured-product .featured-product--footer h3 {
  /* 	font-size: clamp(1.25em, 2.25vw, 1.85em); */
  font-size: clamp(16px, 2.25vw, 24px);
  padding-right: 16px;
}

.featured-products.best-sellers .featured-product .featured-product--footer p.price {
  border-left: 2px solid #d7d7d7;
  padding-left: 16px;
  text-align: center;
  padding-right: 16px;
  font-size: clamp(1.5em, 3.25vw, 3em);
  margin: 0;
  font-family: "Garage";
}

.featured-products.best-sellers .featured-product .featured-product--footer .product-rating {
  width: 80%;
  display: flex;
}

.featured-products.best-sellers .featured-product .featured-product--footer .product-rating svg {
  width: 100%;
  height: auto;
  margin-right: 4px;
}

.featured-products.best-sellers .featured-product .featured-product--footer .product-rating svg path {
  fill: #796dbf;
}

.featured-products.best-sellers .featured-product .product-link {
  margin: 8px 0 0 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #d7d7d7;
}

.featured-products.best-sellers .featured-product .product-link a.button {
  width: 100%;
  max-width: 100%;
  background: var(--lilac);
  padding: 8px 0;
}

.featured-products.best-sellers .featured-product .product-link a.button span {
  transform: none;
  transform-origin: unset;
  padding-right: 16px;
  text-align: center;
  font-family: "Garage";
  font-size: 24px;
  font-weight: 100 !important;
}

.featured-products.best-sellers .featured-product .product-link a.button:before,
.featured-products.best-sellers .featured-product .product-link a.button:after {
  background: var(--blue);
}

.featured-products.featured-products--grid .product-rating {
  width: 80%;
  display: flex;
}

.featured-products.featured-products--grid .product-rating svg {
  width: 100%;
  height: auto;
  margin-right: 4px;
}

.featured-products.featured-products--grid .product-rating svg path {
  fill: #796dbf;
}

.featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content h2,
.featured-products.featured-products--grid .featured-product:last-of-type .featured-product--content h2 {
  text-align: left;
}

.featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content h2 {
  /* 	margin-bottom: 32px;
  grid-row-start: 2; */
}

.featured-product--content.wrapper h2 {
  font-size: clamp(2em, 4vw, 3em);
}

.featured-products.featured-products--grid .image-wrapper {
  /* aspect-ratio: 1; */
  height: 280px;
  width: 100%;
}

.image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.featured-products.featured-products--grid .featured-product .featured-product--content {
  /* 	padding-top: 60px;
  padding-bottom: 60px; */
}

.featured-products.featured-products--grid .featured-product:nth-of-type(2) h3.product-title,
.featured-products.featured-products--grid .featured-product:nth-of-type(3) h3.product-title,
.featured-products.featured-products--grid .featured-product:nth-of-type(2) .short-description,
.featured-products.featured-products--grid .featured-product:nth-of-type(3) .short-description {
  /* 	display: none; */
}

.featured-products.featured-products--grid .featured-product p.price {
  border-left: 2px solid #d7d7d7;
  padding-left: 16px;
  text-align: center;
  padding-right: 16px;
  font-size: clamp(1.5em, 3.25vw, 3em);
  margin: 0;
  font-family: "Garage";
}

.featured-products.featured-products--grid .featured-product a.button {
  max-width: 100%;
  /* 	background: #d0abd7; */
  font-size: 18px;
}

/* .featured-products.featured-products--grid .featured-product:first-of-type a.button:before,
.featured-products.featured-products--grid .featured-product:first-of-type a.button:after {
background: #e7c35e;
} */
.featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content a.button,
.featured-products.featured-products--grid .featured-product:last-of-type .featured-product--content a.button {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  margin: 0;
}

.featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content a.button {
  grid-row-start: 3;
  grid-column-end: 3;
  max-width: 50%;
  margin-left: 25%;
  margin-top: 0;
}

.featured-products.best-sellers .featured-product .featured-product--inner,
.featured-products.featured-products--grid .featured-product .featured-product--inner {
  padding: clamp(16px, 5vw, 32px);
  padding: 16px;
}

.featured-products.featured-products--grid .featured-product .featured-product--inner {
  height: auto;
}

.featured-products.best-sellers .featured-product .featured-product--content,
.featured-products.featured-products--grid .featured-product .featured-product--content {
  min-height: unset;
  margin: 0;
}

.featured-products.featured-products--grid .featured-product .featured-product--content h2 {
  font-size: clamp(1em, 2.5vw, 2em);
  font-size: clamp(2em, 5.5vw, 4em);
  font-size: 48px;
}

.featured-products.featured-products--grid .featured-product .flex_column.prices {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.featured-products.featured-products--grid .featured-product .flex_column.prices > p {
  flex-basis: 50%;
}

.flex_column.prices p.price {
  border-right: 2px solid #d7d7d7;
}

.featured-products.featured-products--grid .featured-product .flex_column.prices p.bundle-saving {
  color: #d0abd7 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.featured-products.featured-products--grid .featured-product .flex_column.prices p.bundle-saving span:first-of-type {
  font-size: 80%;
}

.featured-products.best-sellers .featured-product .featured-product--content h2 {
  font-size: clamp(1em, 2.25vw, 1.5em);
  font-size: 42px;
}

.price-flash {
  position: absolute;
  top: 0;
  background-image: url("https://dev.federation-design.co.uk/bds/wp-content/themes/billion-dollar/images/price-flash.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* Product Bundles */
.featured-products.bundles .featured-product {
  margin: 0 0 32px 0;
  margin: 0 0 2vw 0;
}

.featured-products.bundles > .wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 2%;
}

.featured-products.bundles .featured-product {
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 0;
}

.featured-products.bundles .featured-product .featured-product--inner {
  padding: clamp(5%, 15vw, 20%);
  padding-top: 0;
  padding-bottom: 0;
}

.featured-products.bundles .featured-product .featured-product--content {
  align-items: center;
  justify-content: center;
  margin: 60px auto 60px auto;
  max-width: 100%;
}

.featured-products.bundles .featured-product .featured-product--content h2.bundle-title {
  font-size: clamp(2.5em, 5vw, 4.5em);
}

.bundle-thumb {
  position: relative;
}

.featured-products.bundles .featured-product .featured-product--content .product-sales-point-badges {
  margin: 0 auto 32px auto;
  max-width: 280px;
}

.featured-products.bundles .featured-product .featured-product--content h2.product-title {
  font-size: clamp(1.5em, 5vw, 2.5em);
}

h3.product-title {
  font-size: clamp(1.15em, 2.5vw, 2.75em);
}

@media (max-width: 600px) {
  .featured-products.best-sellers > .wrapper,
.featured-products.featured-products--grid > .wrapper {
    grid-template-columns: 100%;
  }

  .featured-products.featured-products--grid .featured-product:first-of-type {
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .featured-products.featured-products--grid .featured-product .featured-product--inner {
    height: auto;
    aspect-ratio: unset;
  }

  .featured-products.featured-products--grid .featured-product:first-of-type .featured-product--inner {
    height: auto;
    aspect-ratio: unset;
  }

  .featured-products.featured-products--grid .featured-product .featured-product--content {
    justify-content: center;
  }

  .featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content h2 {
    margin-bottom: 32px;
  }

  .featured-products.featured-products--grid .featured-product h3.product-title {
    font-size: clamp(1.15em, 7.5vw, 2.75em);
  }

  .featured-products.featured-products--grid .featured-product p.price {
    font-size: clamp(1.5em, 12.25vw, 3em);
  }

  .featured-products.featured-products--grid .featured-product:nth-of-type(2) {
    grid-row-start: 2;
  }

  .featured-products.featured-products--grid .featured-product:nth-of-type(3) {
    grid-row-start: 3;
  }

  .featured-products.featured-products--grid .featured-product:last-of-type {
    grid-row-start: 4;
    grid-row-end: 4;
  }
}
/*---------------------------------------------------------------------------
REVIEWS
-----------------------------------------------------------------------------*/
.reviews img.rating-stars {
  margin: 0 auto 24px auto;
}

.reviews .carousel-cell {
  width: 100%;
}

.reviews h2.review-content {
  color: var(--lilac);
  text-transform: uppercase;
  font-size: clamp(2em, 3vw, 4em);
}

.reviews h5.review-author {
  color: #E7C45E;
  font-size: clamp(1em, 2.5vw, 1.5em);
  margin-top: 24px;
  text-transform: none;
}

.reviews .flickity-page-dots {
  width: calc(100% - 4em);
  bottom: 32px;
}

.reviews .flickity-page-dot {
  margin: 0 3px;
  background: #ffffff;
  border: 1px solid #e7c35e;
  width: 15px;
  height: 15px;
}

.reviews .flickity-page-dot.is-selected {
  background: #e7c35e;
}

.reviews .flickity-page-dot:focus {
  outline: 0;
  box-shadow: none;
}

.reviews button:focus {
  border-color: #d1acd7;
}

@media (max-width: 600px) {
  .reviews .flickity-page-dots {
    width: calc(100% - 2em);
    bottom: 32px;
  }
}
/*---------------------------------------------------------------------------
INGREDIENTS
-----------------------------------------------------------------------------*/
.ingredients > .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.ingredient.flex_row {
  /* 	grid-gap: 16px;
  margin: 16px; */
}

.ingredient.flex_row:nth-of-type(even) {
  flex-direction: row-reverse;
}

.ingredient.flex_row .flex_column.ingredient--content {
  border: 12px solid #fff;
}

.ingredient-content--inner {
  padding: clamp(16px, 5vw, 32px);
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ingredient-icon--wrapper {
  width: 25%;
  height: 0;
  padding-top: 25%;
  position: relative;
}

img.ingredient-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
  object-position: center;
}

.ingredient-featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------
BDS BLOCKS
-----------------------------------------------------------------------------*/
.bds-blocks .wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 16px;
}

.flex_column.bds-block--content {
  width: 100%;
  flex-basis: 100%;
  padding-top: 100%;
  height: 0;
}

.bds-block-content--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.bds-block-content--inner .button {
  margin-top: 32px;
  font-size: 16px;
}
.bds-block-content--inner .button.purple {
  background-color: var(--lilac);
}
.bds-block-content--inner .button.purple:before, .bds-block-content--inner .button.purple:after {
  background-color: var(--blue);
}

.bds-block.bds-block--products > div {
  display: flex;
  justify-content: space-between;
  grid-gap: 50px;
}

.bds-block-icon--wrapper {
  width: 25%;
  position: relative;
}

.bds-block.bds-block--products {
  grid-column-start: 1;
  grid-column-end: 3;
}
.bds-block.bds-block--products .flex_column {
  flex-flow: row wrap;
  padding-top: unset;
  height: auto;
}

.bds-block.bds-block--products > div .featured-product {
  width: calc(50% - 8px);
  flex-basis: 50%;
  position: absolute;
  top: 0;
  margin: 0;
  position: relative;
  flex-flow: column;
  display: flex;
  flex-basis: 47%;
}
@media (max-width: 768px) {
  .bds-block.bds-block--products > div .featured-product {
    flex-basis: 100%;
  }
}

.bds-block.bds-block--products > div .featured-product .featured-product--inner {
  padding: 0;
}

.bds-block.bds-block--products > div .featured-product .featured-product--inner .featured-product--content {
  width: 100%;
  max-width: 100%;
  margin: 32px 0;
}

.bds-block.bds-block--products > div .featured-product .featured-product--inner .featured-product--content img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer {
  width: 100%;
  padding: 8px 8px;
  position: relative;
  margin-top: 8px;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer {
  width: 100%;
  padding: 8px 8px;
  position: relative;
  margin-top: 8px;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}

/* .featured-product--footer:before {
content: '';
background: #d7d7d7;
width: calc(100% - 32px);
height: 1px;
position: absolute;
top: 8px;
} */
.bds-block.bds-block--products > div .featured-product--footer .flex_row {
  align-items: center;
  flex-wrap: nowrap;
}

.bds-block.bds-block--products > div .featured-product--footer .flex_row:last-of-type {
  margin-top: 8px;
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer h3 {
  /* 	font-size: clamp(1.25em, 2.25vw, 1.85em); */
  font-size: clamp(16px, 2.25vw, 24px);
  padding-right: 16px;
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer p.price {
  border-left: 2px solid #d7d7d7;
  padding-left: 16px;
  text-align: center;
  padding-right: 16px;
  font-size: clamp(1.5em, 3.25vw, 3em);
  margin: 0;
  font-family: "Garage";
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer .product-rating {
  width: 80%;
  display: flex;
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer .product-rating svg {
  width: 100%;
  height: auto;
  margin-right: 4px;
}

.bds-block.bds-block--products > div .featured-product .featured-product--footer .product-rating svg path {
  fill: #796dbf;
}

.bds-block.bds-block--products > div .featured-product .product-link {
  margin: 8px 0 0 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #d7d7d7;
}

.bds-block.bds-block--products > div .featured-product .product-link a.button {
  width: 100%;
  max-width: 100%;
  background: var(--lilac);
  padding: 8px 0;
}

.bds-block.bds-block--products > div .featured-product .product-link a.button span {
  transform: none;
  transform-origin: unset;
  padding-right: 16px;
  text-align: center;
  font-family: "Garage";
  font-size: 24px;
  font-weight: 100 !important;
}

.bds-block.bds-block--products > div .featured-product .product-link a.button:before,
.bds-block.bds-block--products > div .featured-product .product-link a.button:after {
  background: var(--blue);
}

.bds-block.bds-block--products > div .featured-products.featured-products--grid .product-rating {
  width: 80%;
}

.bds-block.bds-block--products > div .featured-products.featured-products--grid .product-rating svg {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .bds-blocks .wrapper {
    grid-template-columns: 100%;
  }

  .flex_column.bds-block--content {
    padding-top: 0;
    height: auto;
  }

  #bds-block--3 .flex_column.bds-block--content {
    aspect-ratio: 1;
  }

  .bds-block-content--inner.absolute-fill {
    position: relative;
  }
}
.page-id-13 .bds-block-content--inner {
  padding: 64px;
}

.page-id-13 .bds-block-content--inner > div {
  margin: 32px 0;
  width: 100%;
}

.page-id-13 .bds-block-content--inner > div ul {
  margin: 0;
  padding: 0 0 0 24px;
}

.page-id-13 .bds-block-content--inner > div ul li {
  margin: 6px 0;
}

/*---------------------------------------------------------------------------
GOOGLE FOCUS
-----------------------------------------------------------------------------*/
.google_focus .wrapper {
  padding: 5%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.bds-fade-up {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.75s ease;
}

.bds-fade-in {
  opacity: 0;
  transition: all 0.75s ease;
}

/*---------------------------------------------------------------------------
INSTAGRAM
-----------------------------------------------------------------------------*/
img.instagram-logo {
  max-width: 260px;
}

/*---------------------------------------------------------------------------
PARTNERS
-----------------------------------------------------------------------------*/
section#logo_carousel {
  color: #fff;
  margin-top: -1px;
  padding: 32px;
}

section#logo_carousel .flickity-viewport {
  width: 100%;
}

.logo_carousel_items {
  display: flex;
}

.logo_carousel_item {
  padding: 0 5em;
  width: calc(100% / 4);
}

.logo_carousel_item .bg_image {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  height: 100px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.logo_carousel_item .bg_image:hover {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

@media (max-width: 768px) {
  .logo_carousel_item {
    padding: 0 0.5em;
    width: calc(100% / 2);
  }
}
/*---------------------------------------------------------------------------
BLOG CAROUSEL
-----------------------------------------------------------------------------*/
section#blog-carousel .wrapper {
  max-width: 100%;
  height: 100%;
  min-height: 56vh;
  /* 	margin-top: 160px; */
  margin: 0;
  padding: 0;
}

section#blog-carousel:after {
  display: none;
}

section#blog-carousel .wrapper .carousel-cell.bg_image {
  width: 100%;
  height: 100% !important;
  min-height: 400px;
  min-height: 56vh;
}

section#blog-carousel .wrapper .carousel-cell.bg_image > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
  min-height: 56vh;
  padding: 120px 2em 60px 2em;
  background: rgba(0, 0, 0, 0.35);
}

section#blog-carousel .wrapper .carousel-cell.bg_image > div h2 {
  color: #fff;
  font-size: 4em;
}

section#blog-carousel .embed-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999;
}

@media (max-width: 600px) {
  section#blog-carousel .wrapper .carousel-cell.bg_image > div h2 {
    font-size: 3em;
  }
}
/*---------------------------------------------------------------------------
BLOG FEED
-----------------------------------------------------------------------------*/
section#blog-feed .wrapper {
  display: flex;
  justify-content: space-between;
}

section#blog-feed .wrapper .blog-posts {
  flex-basis: 65%;
  width: 65%;
}

section#blog-feed .wrapper .blog-posts h1.page-title {
  font-family: "Garage";
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-bottom: 32px;
  text-align: center;
  color: #000000;
  border-bottom: 1px #7a7c7e solid;
}

section#blog-feed .wrapper .blog-posts article {
  border-bottom: 1px #7a7c7e solid;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

section#blog-feed .wrapper .blog-posts article .blog-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

section#blog-feed .wrapper .blog-posts article header.entry-header h2 {
  margin-bottom: 24px;
}

section#blog-feed .wrapper .blog-posts article header.entry-header h2 a {
  text-decoration: none;
  color: #000;
}

section#blog-feed .wrapper .blog-posts .post-thumbnail img {
  width: 100%;
}

section#blog-feed .wrapper .blog-posts article .entry-meta {
  margin-bottom: 16px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #7a7c7e;
}

section#blog-feed .wrapper .blog-posts article .entry-meta a {
  text-decoration: none;
  color: #7a7c7e;
}

section#blog-feed .wrapper .blog-posts article .more {
  margin-top: 20px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: table;
  font-family: "Garage";
}

section#blog-feed .wrapper aside#secondary {
  flex-basis: 30%;
  width: 30%;
}

section#blog-feed .wrapper aside#secondary > section {
  border-bottom: 1px #7a7c7e solid;
  margin-bottom: 32px;
  padding-bottom: 32px;
  text-align: center;
}

section#blog-feed .wrapper aside#secondary > section h3 {
  margin-bottom: 24px;
}

section#blog-feed .wrapper aside#secondary > section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section#blog-feed .wrapper aside#secondary > section ul li a {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #7a7c7e;
  text-decoration: none;
}

section#blog-feed .wrapper aside#secondary .wp-block-social-link a svg {
  font-size: 20px;
}

section#blog-feed .wrapper aside#secondary .wp-block-social-link a svg path {
  fill: #000000;
}

@media (max-width: 768px) {
  section#blog-feed .wrapper .blog-posts {
    flex-basis: 100%;
    width: 100%;
  }

  section#blog-feed .wrapper aside#secondary {
    display: none;
  }
}
/*---------------------------------------------------------------------------
SINGLE BLOG POST
-----------------------------------------------------------------------------*/
section#blog-post .wrapper {
  display: flex;
  justify-content: space-between;
}

section#blog-post .wrapper .blog-posts {
  flex-basis: 65%;
  width: 65%;
}

section#blog-post .wrapper .blog-posts article {
  border-bottom: 1px #7a7c7e solid;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

section#blog-post .wrapper .blog-posts article .blog-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 	padding-top: 0; */
  height: auto;
  /* 	aspect-ratio: 1; */
}

section#blog-post .wrapper .blog-posts article .blog-video.youtube {
  aspect-ratio: 16/9;
}

section#blog-post .wrapper .blog-posts article .blog-video.youtube iframe {
  height: 100%;
}

section#blog-post .wrapper .blog-posts article header.entry-header h1 {
  margin-bottom: 24px;
}

section#blog-post .wrapper .blog-posts article header.entry-header h2 a {
  text-decoration: none;
  color: #000;
}

section#blog-post .wrapper .blog-posts .post-thumbnail img {
  width: 100%;
}

section#blog-post .wrapper .blog-posts article .entry-meta {
  margin-bottom: 16px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #7a7c7e;
}

section#blog-post .wrapper .blog-posts article .entry-meta a {
  text-decoration: none;
  color: #7a7c7e;
}

section#blog-post .wrapper .nav-previous a,
section#blog-post .wrapper .nav-next a {
  text-decoration: none;
  color: #7a7c7e;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Garage";
}

section#blog-post .wrapper aside#secondary {
  flex-basis: 30%;
  width: 30%;
}

section#blog-post .wrapper aside#secondary > section {
  border-bottom: 1px #7a7c7e solid;
  margin-bottom: 32px;
  padding-bottom: 32px;
  text-align: center;
}

section#blog-post .wrapper aside#secondary > section h3 {
  margin-bottom: 24px;
}

section#blog-post .wrapper aside#secondary > section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

section#blog-post .wrapper aside#secondary > section ul li a {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #7a7c7e;
  text-decoration: none;
}

section#blog-post .wrapper aside#secondary .wp-block-social-link a svg,
section#blog-feed .wrapper aside#secondary .wp-block-social-link a svg {
  font-size: 20px;
}

section#blog-post .wrapper aside#secondary .wp-block-social-link a svg path,
section#blog-feed .wrapper aside#secondary .wp-block-social-link a svg path {
  fill: #000000;
}

@media (max-width: 768px) {
  section#blog-post .wrapper .blog-posts {
    flex-basis: 100%;
    width: 100%;
  }

  section#blog-post .wrapper aside#secondary {
    display: none;
  }
}
/*---------------------------------------------------------------------------
AWARDS & PRESS
-----------------------------------------------------------------------------*/
/* .page-template-team  section#row_intro h2.page_title {
font-family: 'gibsonw04-lightregular';
font-size: 24px;
font-weight: 100;
} */
section#row_team {
  overflow: visible;
  z-index: 3;
}

.page-template-stockists .flex_row,
.page-template-awards-press .flex_row {
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 8px;
}

.flex_row.stockists-group {
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px !important;
}

.flex_row.stockists-group .flex_row {
  width: 100%;
}

.flex_row.stockist-group {
  margin-bottom: 32px;
}

.flex_row.stockist-group:last-of-type {
  margin-bottom: 32px;
}

.page-template-awards-press a.subtitle.next_section i {
  font-size: 42px;
}

.page-template-awards-press section#row_intro .inner {
  padding-bottom: 0;
}

.flex_column.team_member {
  width: calc(33.333% - 6.6667px) !important;
  flex-basis: calc(33.333% - 6.6667px) !important;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  border: 0px solid #333 !important;
  margin-top: 0;
  margin-left: 0;
}

.flex_column.team_member .team_member--inner {
  background: #f8f8f8;
  height: 0px !important;
  padding-top: 100% !important;
  position: relative;
}

.flex_column.team_member .team_member_image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 9;
  width: 70%;
  height: 50%;
}

.page-template-stockists .flex_column.team_member .team_member_image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  margin-top: 25%;
  left: 15%;
  z-index: 9;
  width: 70%;
  height: 50%;
  max-height: 150px;
  top: auto;
}

/* .flex_row.stockists-group .flex_column.team_member .team_member_image{
top: 15%;
} */
.flex_column.team_member .team_member_content {
  position: absolute;
  z-index: 99;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  align-items: center;
  /* 	padding-bottom: 0; */
  /* 		background: rgba(0,0,0,0.3); */
  transition: background 0.3s ease, top 0.3s ease;
}

.flex_column.team_member .team_member_content a h2 {
  color: #fff !important;
  position: relative;
}

.flex_column.team_member .member-hover .team_member_content {
  position: relative;
  z-index: 1;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* 		background: rgba(0,0,0,0.3); */
}

.flex_column.team_member .team_member--inner .team_member_content {
  transition: background 0.3s ease, top 0.3s ease;
}

.flex_column.team_member.is-active {
  z-index: 99;
}

.flex_column.team_member .team_member--inner.is-active .team_member_content {
  background: rgba(0, 0, 0, 0.75);
  transition: background 0.3s ease, top 0.3s ease;
  top: 0;
  justify-content: flex-end;
  padding-bottom: 20px;
}

h2.team_member_name,
h2.team_member_position {
  padding: 0.4em 0;
}

h2.team_member_name {
  padding-bottom: 0;
  font-size: 1.25em;
}

.flex_column.team_member .team_member_content a h2.team_member_position {
  padding-top: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #FF4D00 !important;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

a.button.btn_arrow {
  align-items: center;
  padding: 6px 12px;
  width: auto;
  height: auto;
  margin-right: auto;
  display: inline-flex;
  min-width: unset;
  border: 1px solid #ff4d00 !important;
  color: black !important;
  margin-top: 6px !important;
  line-height: 1;
}

a.button.btn_arrow span {
  font-size: 14px;
  font-family: "gibsonw04-lightregular";
}

.team_member_modal_inner {
  min-height: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.team_member_modal_inner h1 {
  color: #e7c15f;
  margin-bottom: 0;
}

.team_member_modal_inner p {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
}

.team_member_modal_inner p.awards-press--introduction {
  margin-bottom: 16px;
}

.team_member_modal_inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.team_member_modal_inner a.button {
  padding-right: 32px;
  padding-left: 32px;
  padding: 12px 20px;
  text-align: center;
  position: relative;
  right: auto;
  top: auto;
  background: #d4c9e5;
  width: auto;
  min-width: 140px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  margin-top: 16px;
}

.team_member_modal_inner h2.team_member_name {
  padding-bottom: 0;
  font-size: 1.75em;
  border-bottom: none;
  margin-bottom: 0;
  font-family: "playfair_displayregular";
}

.team_member_modal_inner h2.team_member_position {
  font-size: 1.05em;
  text-transform: uppercase;
  color: #FF4D00 !important;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  padding-top: 0;
}

.member-hover {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  display: none;
  height: 100%;
  width: calc(200% + 16px);
  border: 0px solid #000;
  min-height: 200%;
  height: auto;
}

.member-hover {
  background: #000;
  padding: 12px 24px 12px;
}

.member-hover.mobileClass {
  left: 0 !important;
  top: 100% !important;
  width: 100%;
}

.member-hover span.team_member_biography p {
  font-size: 15px;
}

a.modal_close {
  position: absolute;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  top: 0;
  right: 0;
}

a.modal_close svg {
  width: 30px;
}

@media (max-width: 768px) {
  .member-hover {
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  .team_member_modal_inner h2.team_member_name {
    font-size: 1.5em;
  }

  .team_member_modal_inner h2.team_member_position {
    font-size: 1.15em;
  }

  /* 	.flex_column.team_member .team_member_content{
  	padding-bottom: 12px;
  }
  	.flex_column.team_member .team_member--inner.is-active .team_member_content{
  	padding-bottom:12px;
  } */
  .member-hover span.team_member_biography p {
    font-size: 15px;
    line-height: 1.2;
  }

  .member-hover span.team_member_biography p:last-of-type {
    padding-bottom: 0px;
  }

  .flex_column.team_member {
    width: 50% !important;
    flex-basis: 50% !important;
  }

  .team_member_image {
    /* 		min-height: 300px; */
    /* 		width: 100% !important; */
    /* 		padding: 0 !important; */
  }

  .team_member_modal_inner a.button {
    min-width: 180px;
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .flex_column.team_member {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
.page-template-stockists .flex_column.team_member .team_member--inner {
  padding-top: 0 !important;
  height: auto !important;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
}

.page-template-stockists .flex_column.team_member .team_member_image {
  position: relative;
}

.page-template-stockists .flex_column.team_member .team_member_content {
  top: 0 !important;
  background: rgba(0, 0, 0, 0) !important;
}

p.stockist-web-address {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  position: relative;
}

/*---------------------------------------------------------------------------
CONTACT
-----------------------------------------------------------------------------*/
.contact .intro {
  margin: 60px 0 !important;
}

.contact .row .wrapper.wrapper-narrow {
  width: 92%;
}

.contact .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 440px;
  margin: 32px auto 0 auto;
}

.contact .wpcf7 label {
  display: none;
}

.contact .wpcf7 .input {
  height: auto;
  background: white;
  border: 1px solid #ffffff;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333333;
  width: 100%;
  margin-left: 0px;
}

.contact .wpcf7 select {
  text-transform: uppercase;
}

.contact .wpcf7 .submit_wrapper {
  position: relative;
}

.contact .wpcf7 .submit_wrapper input.enquiry_submit {
  padding: 8px 24px;
  border: 0;
  background: #d1acd7;
  color: #fff;
  width: 100%;
  font-size: 32px;
  font-family: "Garage";
}

/*---------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/
#site-footer {
  position: relative;
}

#site-footer .wrapper {
  position: relative;
  padding: 2vw;
}

#site-footer .wrapper > .flex_row:first-of-type {
  flex-wrap: nowrap;
}

#site-footer .wrapper img.footer-logo {
  max-width: 120px;
}

#site-footer .footer-newsletter h3 {
  margin: 0;
  padding: 0;
}

#site-footer .footer-newsletter p {
  margin: 0;
  padding: 0 0 16px 0;
  color: #FFFFFF;
}

#site-footer .wpcf7 label,
#site-footer .wpcf7 br {
  display: none;
}

#site-footer .wpcf7 .flex_row {
  flex-wrap: nowrap;
}

#site-footer .wpcf7 .input_wrapper {
  width: 65%;
  flex-basis: 65%;
}

#site-footer .wpcf7 .input_wrapper .input {
  height: auto;
  background: white;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 4px 20px;
  margin-bottom: 0;
  font-size: 20px;
  color: #000000;
  width: 100%;
  margin-left: 0px;
}

#site-footer .wpcf7 .submit_wrapper {
  width: 35%;
  flex-basis: 35%;
  margin: 0;
}

#site-footer .wpcf7 input.wpcf7-submit {
  background: var(--blue);
  color: #000000;
  border: 1px solid var(--blue);
  border-radius: 0;
  min-width: unset;
  width: 100%;
  height: 40px;
  padding: 0;
}

#site-footer .navigation ul {
  list-style: none;
  text-align: center;
  display: inline-flex;
  overflow: visible;
  width: auto;
  justify-content: center;
  padding: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

#site-footer .navigation ul li {
  margin: 0 8px;
}

#site-footer .navigation ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}

nav#footer_nav {
  width: 100%;
}

nav#footer_secondary_nav {
  width: 100%;
}

nav#footer_secondary_nav ul li a {
  color: var(--gold) !important;
  text-transform: uppercase;
}

img.payment-logos {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 920px) {
  .featured-products.best-sellers .featured-product {
    flex: 1 1 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: clamp(1.5em, 10.5vw, 2.25em);
  }

  .row .wrapper {
    padding: 2em 1em;
  }

  .row .wrapper.wrapper-narrow {
    padding: 4em 1em;
  }

  .page-id-45 .intro .wrapper {
    padding: 2em 1em;
    padding-bottom: 0;
  }

  #site-footer .wrapper > .flex_row:first-of-type {
    flex-wrap: wrap;
  }

  .featured-products.best-sellers .featured-product {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .flex_row {
    flex-wrap: wrap;
  }

  .flex_column {
    width: 100%;
    flex-basis: 100%;
  }

  /* 	#site-navigation{
  	display: none;
  }
  	*/
  button.add-to-cart span, a.button span {
    font-size: 20px;
  }

  .hero .hero-content-wrapper h4 {
    font-size: clamp(1.25em, 19vw, 2.5em);
  }

  .hero .hero-content-wrapper h2 {
    font-size: clamp(1.5em, 15vw, 3.5em);
  }

  .featured-products.best-sellers > .wrapper {
    flex-wrap: wrap;
  }

  .featured-products.best-sellers .featured-product .featured-product--footer h3 {
    font-size: clamp(16px, 8.25vw, 28px);
  }

  .featured-products.best-sellers .featured-product .featured-product--footer p.price {
    font-size: clamp(1.5em, 10.25vw, 3em);
  }

  .featured-products.best-sellers .featured-product .featured-product--content h2 {
    font-size: clamp(1.5em, 5.25vw, 2.5em);
  }

  .featured-product--inner {
    padding: clamp(5%, 15vw, 5%);
  }

  .featured-product--content {
    margin: 0 0 48px;
  }

  .featured-products.featured-products--fullwidth .featured-product--content--inner {
    width: 100%;
  }

  .featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content img {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .featured-products.featured-products--grid .featured-product:last-of-type .featured-product--content img {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  .featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content h2 {
    margin-bottom: 16px;
    margin-top: 8px;
  }

  .featured-products.featured-products--grid .featured-product:nth-of-type(2) .featured-product--content a.button {
    max-width: 100%;
    margin-left: 0;
  }

  .featured-products.featured-products--grid .featured-product:last-of-type .featured-product--content a.button {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    margin: 0;
  }

  .featured-products.featured-products--grid .featured-product:last-of-type .featured-product--content a.button {
    margin-top: 20px;
  }

  .embed-container iframe {
    /* 		min-height: 100vh; */
  }

  /* 	.ingredient .flex_column{
  	flex-basis: 100%;
  	width: 100%;
  } */
  #site-footer .wrapper {
    padding: 5vw;
  }

  #site-footer .flex_row {
    flex-direction: column;
    align-content: center;
  }

  #site-footer .wpcf7 .flex_row {
    flex-direction: row;
  }

  #site-footer .flex_column {
    width: 100%;
    flex-basis: 100%;
  }

  #site-footer .navigation ul {
    display: flex;
    flex-direction: column;
  }
}
a.loginout-link {
  color: #fff;
  /* 	position: absolute;
  right: calc(10em + 148px);
  top: calc(50% - 1px);
  transform: translateY(-50%); */
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 24px;
  max-width: 112px;
  display: flex;
  align-items: center;
  background: var(--blue);
  z-index: 1;
}

@media (min-width: 1280px) {
  a.loginout-link {
    /* 		right: calc(6em + 148px); */
  }

  .scrolled #site-header a.loginout-link {
    /* 		right: calc(10em + 148px);
    top: calc(50% - 1px); */
  }
}
@media (max-width: 768px) {
  a.loginout-link {
    display: none;
  }
}
.grecaptcha-badge {
  z-index: 9999999;
}

.banner-new .wrapper {
  display: flex;
  flex-flow: column;
}
.banner-new .button {
  margin-top: 30px;
}
.banner-new.left .button {
  align-self: flex-start;
}
.banner-new.center .button {
  align-self: center;
}
.banner-new.right .button {
  align-self: flex-end;
}

.enhanced_description_wysiwyg .wrapper {
  padding: 60px 3%;
}

.page-template-general-page .bds-blocks .flex_row {
  display: flex;
}
.page-template-general-page .bds-blocks .flex_row .flex_column {
  width: unset;
  flex-basis: unset;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner {
  height: 100%;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.hor-left {
  align-items: flex-start;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.hor-left * {
  text-align: left;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.hor-center {
  align-items: center;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.hor-center * {
  text-align: center;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.hor-right {
  align-items: flex-end;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.hor-right * {
  text-align: right;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.vert-top {
  justify-content: flex-start;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.vert-center {
  justify-content: center;
}
.page-template-general-page .bds-blocks .flex_row .flex_column .bds-block-content--inner.vert-bottom {
  justify-content: flex-end;
}
.page-template-general-page .bds-blocks .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .page-template-general-page .bds-blocks .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-general-page .bds-blocks .wrapper .half {
  grid-column: span 1;
}
.page-template-general-page .bds-blocks .wrapper .full {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .page-template-general-page .bds-blocks .wrapper .full {
    grid-column: span 1;
  }
}
@media (max-width: 600px) {
  .page-template-general-page .bds-blocks .wrapper .flex_row {
    flex-wrap: wrap;
  }
  .page-template-general-page .bds-blocks .wrapper > div {
    width: 100% !important;
  }
}
.page-template-general-page .bds-blocks .title {
  margin-top: 16px;
}
.accordion .flex_row {
  padding: 50px;
  grid-column: span 2;
}
.accordion .product-faqs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .product-faqs .product-faq--answer {
  padding: 15px 30px 30px 30px;
}

.faq_wysiwyg .button {
  margin: 30px auto 0 auto;
}

@media (min-width: 1280px) {
  .scrolled #site-header .wrapper {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .scrolled #site-header .wrapper .site-branding {
    position: relative;
    left: 0;
  }
  .scrolled #site-header .wrapper .menu-main-container {
    max-width: unset;
  }
  .scrolled #site-header .wrapper #site-navigation ul {
    margin-left: unset;
    margin-right: unset;
  }
  .scrolled #site-header .wrapper #site-navigation ul #site-navigation ul li {
    margin: 0 4px;
  }
  .scrolled #site-header .wrapper #site-navigation ul #site-navigation ul li a {
    font-size: 12px;
  }
}
@media (min-width: 1280px) and (min-width: 1530px) {
  #site-header .fullscreen-width {
    width: unset;
    position: unset;
    left: unset;
    right: unset;
    margin-left: unset !important;
    margin-right: unset !important;
  }
}
.scrolled #site-header {
  /* margin-right: 32%; */
}
@media (min-width: 768px) and (max-width: 1530px) {
  .scrolled #site-header {
    height: 100px;
  }
}

.facetwp-template .bds-fade-up {
  opacity: 1;
  transform: translateY(0);
}

.facetwp-type-pager {
  width: 100%;
  display: flex;
  justify-content: center;
}
.facetwp-type-pager .facetwp-pager {
  display: flex;
  flex-flow: row;
  gap: 10px;
}
.facetwp-type-pager .facetwp-page {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
}
.facetwp-type-pager .facetwp-page:hover, .facetwp-type-pager .facetwp-page.active {
  background-color: var(--lilac);
}

/*# sourceMappingURL=style.css.map */
