@charset "UTF-8";
/*
Theme Name: Olive
Version: 1.1
Author: Kai Wong
Author URI: https://www.yellowtang.ca
*/
:root {
  --primary: #3f4e51;
  --primary-decimal: 63, 78, 81;
  --primary-darken: #242d2f;
  --primary-darken-decimal: 36, 45, 47;
  --primary-lighten: #5a6f73;
  --primary-background: #eef2f2;
  --secondary: #8b592f;
  --secondary-darken: #654122;
  --secondary-lighten: #b1713c;
  --secondary-background: #f9f3ee;
  --tertiary: #3DA3A5;
  --highlight: #c6f0aa;
  --highlight-dark: ;
  --white: #FFFFFF;
  --black: #000000;
  --input-bg-color: #FDFDFD;
  --border-color: #dcdfdf;
  --border-color--dark: #bcbfbf;
  --logo-width: 12rem;
  --wrapper-max-width: none;
  --container-max-width: 1300px;
  --font: 'Oswald', sans-serif;
  --font-title: 'Oswald', sans-serif;
  --font-title--weight-heavy: 600;
  --font-title--weight: 500;
  --font-title--text-transform: uppercase;
  --font-text: 'Montserrat', sans-serif;
  --font-text--weight: 400;
  --font-text--color: #424242;
  --text-color: #424242;
  --font-navigation: 'Oswald', sans-serif;
  --font-navigation--weight: 300;
  --font-navigation--style: uppercase;
  --font3: 'Work Sans', sans-serif;
  --font-size--xxsmall: 0.75rem;
  --font-size--xsmall: 0.875rem;
  --font-size--small: 0.925rem;
  --font-size: 1rem;
  --font-size--medium: 1.25rem;
  --font-size--pullquote: calc(1.1rem + 0.15vw);
  --font-size--large: 1.5rem;
  --spacing-xs: 0.5rem;
  --spacing-s: 1rem;
  --spacing-sm: 2rem;
  --spacing-m: 3rem;
  --spacing-l: 4rem;
  --spacing-xl: 5rem;
  --block-gap: 1.5rem;
  --block-gap-m: 2.5rem;
  --block-gap-l: 5rem;
  --block-gap-xl: 7.5rem;
  --shadow: 0 3px 10px rgba(93, 118, 141, 0.2), 0 1px 3px rgba(93, 118, 141, 0.3);
  --padding-section: calc(4.25rem + 0.75vw) 0; }

/* ==========================================================================
	CSS Start Now
========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * Add the correct font 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

body {
  font-size: 100%;
  font-family: var(--font-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: var(--white);
  font-size: 1rem; }

div, section, article {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  border: none;
  background: #dcdfdf;
  height: 1px;
  margin: 4rem 0; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

mark {
  background: none;
  color: var(--primary); }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

@media (min-width: 768px) {
  .newline {
    display: block; } }

@media (max-width: 767px) {
  .display-none-tablet {
    display: none; } }

.spacing--xs {
  margin-bottom: var(--spacing-xs) !important; }

.spacing--s {
  margin-bottom: var(--spacing-s) !important; }

.spacing--sm {
  margin-bottom: var(--spacing-sm) !important; }

.spacing--m {
  margin-bottom: var(--spacing-m) !important; }

.spacing--l {
  margin-bottom: var(--spacing-l) !important; }

.maxwidth--90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--75 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--40 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--30 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto; }

.maxwidth--25 {
  max-width: 25%;
  margin-left: auto;
  margin-right: auto; }

/* ==========================================================================
	Columns
========================================================================== */
/* ........................... bootstrap grid ....................................... */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* row and columns */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 768px) {
    .row .copy {
      padding: 0 4rem; }
    .row .left .copy {
      padding: 0 4rem; } }
  .row--spacing {
    margin-top: 6rem; }

@media (min-width: 768px) {
  .section > .container .row .copy {
    padding: 0 0 0 3rem; }
  .section > .container .row .left .copy {
    padding: 0 3rem 0 0; } }

.col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 576px) {
    .col {
      -ms-flex-preferred-size: 0;
      flex-basis: 0; } }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      max-width: 576px;
      margin: 0 auto; } }

@media (max-width: 767px) {
  .mobile-spacing .col-1 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-1:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-2 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-2:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-3 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-3:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-4 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-4:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-5 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-5:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-6 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-6:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-7 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-7:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-8 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-8:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-9 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-9:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-10 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-10:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-11 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-11:last-child {
      margin-bottom: 0; }
  .mobile-spacing .col-12 {
    margin-bottom: 1.5rem; }
    .mobile-spacing .col-12:last-child {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .col-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    width: 25%;
    max-width: 25%; }
  .col-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    width: 50%;
    max-width: 50%; }
  .col-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    width: 75%;
    max-width: 75%; }
  .col-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    width: 100%;
    max-width: 100%; }
  .padded {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .padded .col-1 {
      width: 7.08333%;
      max-width: 7.08333%; }
    .padded .col-2 {
      width: 15.41667%;
      max-width: 15.41667%; }
    .padded .col-3 {
      width: 23.75%;
      max-width: 23.75%; }
    .padded .col-4 {
      width: 32.08333%;
      max-width: 32.08333%; }
    .padded .col-5 {
      width: 40.41667%;
      max-width: 40.41667%; }
    .padded .col-6 {
      width: 48.75%;
      max-width: 48.75%; }
    .padded .col-7 {
      width: 57.08333%;
      max-width: 57.08333%; }
    .padded .col-8 {
      width: 65.41667%;
      max-width: 65.41667%; }
    .padded .col-9 {
      width: 73.75%;
      max-width: 73.75%; }
    .padded .col-10 {
      width: 82.08333%;
      max-width: 82.08333%; }
    .padded .col-11 {
      width: 90.41667%;
      max-width: 90.41667%; }
    .padded .col-12 {
      width: 98.75%;
      max-width: 98.75%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66667%; } }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.border > .col,
.border > [class*="col-"] {
  background-color: #eff4ef;
  border: 1px solid #dcdfdf; }

.row.flush-center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* vertical alignment of flex items */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* center flex items vertically */ }

@media (min-width: 768px) {
  .row > .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row > .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 767px) {
  .responsive-pad {
    margin-top: 2rem; } }

.grid {
  display: -ms-grid;
  display: grid; }
  .grid-border {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background: var(--primary-background); }
    @media (min-width: 576px) {
      .grid-border {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .grid-border {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }
    .grid-border__item {
      background-color: var(--white);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 30rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 576px) {
        .grid-border__item.landscape {
          grid-column: auto / span 2; } }
      .grid-border__item h3 {
        font-size: 1.5rem;
        text-align: center; }
      .grid-border__item h5 {
        text-align: center;
        font-size: 1.325rem;
        text-transform: capitalize;
        margin-bottom: 1rem; }
      .grid-border__item.dark {
        color: var(--white); }
        .grid-border__item.dark h5 {
          color: var(--white); }
    .grid-border__inner {
      display: block;
      height: 100%; }
      .grid-border__inner--padded {
        padding: 3rem; }

.primary, .has-primary-background-color {
  background-color: var(--primary);
  background: -webkit-linear-gradient(300deg, rgba(var(--primary-decimal), 1) 0%, rgba(var(--primary-darken-decimal), 1) 100%);
  background: -o-linear-gradient(300deg, rgba(var(--primary-decimal), 1) 0%, rgba(var(--primary-darken-decimal), 1) 100%);
  background: linear-gradient(150deg, rgba(var(--primary-decimal), 1) 0%, rgba(var(--primary-darken-decimal), 1) 100%); }
  .primary h6, .has-primary-background-color h6 {
    color: var(--highlight); }
  .primary h2, .primary h5, .primary p, .primary .btn, .primary a, .has-primary-background-color h2, .has-primary-background-color h5, .has-primary-background-color p, .has-primary-background-color .btn, .has-primary-background-color a {
    color: var(--white); }

.secondary, .has-secondary-background-color {
  background-color: var(--secondary); }

.tertiary, .has-tertiary-background-color {
  background-color: var(--tertiary); }

.primary--light, .has-primary-light-background-color {
  background-color: var(--primary-background); }

.secondary--light, .has-secondary-light-background-color {
  background-color: var(--secondary-background); }

.has-highlight-background-color {
  background-color: var(--highlight); }

.has-black-background-color {
  background-color: var(--black); }
  .has-black-background-color h6 {
    color: var(--highlight); }
  .has-black-background-color h2, .has-black-background-color h5, .has-black-background-color p, .has-black-background-color .btn, .has-black-background-color a {
    color: var(--white); }

.green {
  background-color: var(--primary); }
  .green h2, .green h3, .green h4, .green h5, .green h6, .green p {
    color: #ffffff; }
  .green .btn {
    background-color: var(--secondary); }
  .green.withbg {
    background-image: url("/wp-content/uploads/2021/04/green-bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom; }

.light-green, .has-light-green-background-color {
  background-color: #eff4ef; }

.cyan {
  background-color: var(--secondary); }

.sand {
  background-color: #eff4ef; }

.gray {
  background-color: #f9f9f9; }

.page__header {
  position: relative;
  display: block;
  text-align: center;
  padding: 2rem 0; }
  .page__header .entry-title, .page__header .title {
    margin-bottom: 0;
    z-index: 1;
    padding: 0 1rem; }
    .page__header .entry-title.has-long-title, .page__header .title.has-long-title {
      text-transform: capitalize;
      max-width: var(--max-width-title);
      margin: 0 auto;
      line-height: var(--line-height--s); }

.is-layout-flow .section-header {
  margin-bottom: 2rem; }

.section {
  padding: 6rem 0; }
  .section-header {
    margin-bottom: 2rem;
    text-align: center; }
    .section-header h2 {
      margin-bottom: 1.25rem; }
    .section-header h5 {
      font-family: var(--font-text);
      font-weight: 300;
      max-width: 60rem;
      margin: 0 auto;
      font-size: var(--font-size--medium); }
    .section-header h6 {
      margin-bottom: 0.5rem; }
  .section-single {
    padding: 3rem 0; }
  .section.alt {
    background-color: #eff4ef; }
  .section.extra-pad {
    padding: 8rem 0; }
  .section.bg-image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .section.featured h2.title {
    text-align: center;
    margin-bottom: 4rem; }
  .section.featured h4 {
    margin-bottom: 1rem;
    margin-top: 0.25rem; }
    @media (max-width: 768px) {
      .section.featured h4 {
        margin-top: 1rem; } }
  .section.featured .row + .row {
    margin-top: 4rem; }

.sub-section {
  padding: 2rem 0; }
  .sub-section h2.sub-title {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center; }

.parallax_section .copy {
  text-align: center;
  color: #fff;
  padding-top: 18%;
  padding-bottom: 21%; }
  .parallax_section .copy h2 {
    font-size: 50px; }

/* ==========================================================================
	Layout
========================================================================== */
.wrapper {
  margin: 0 auto;
  background-color: #FAFAFA; }
  .wrapper .wrapper--inner {
    background-color: var(--white);
    margin: 0 auto;
    max-width: var(--wrapper-max-width);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative; }

.container {
  width: auto;
  max-width: var(--container-max-width);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative; }
  @media (max-width: 576px) {
    .container {
      padding: 0 1rem; } }
  .container.overflow {
    overflow: visible; }
  .container.narrow {
    max-width: 992px; }
  .container.wide {
    max-width: 1500px; }
  .container--colorbg {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    max-width: 600px;
    background: rgba(138, 198, 90, 0.75);
    padding: 1.5rem;
    margin: 0 auto;
    display: block; }
  .container--content {
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.25rem;
    margin: 0 auto;
    display: block; }
    .container--content h2 {
      color: #ffffff;
      margin: 0 0 1.25rem;
      text-align: center; }
    .container--content p {
      font-size: 19px;
      color: #ffffff;
      font-weight: 300; }

.wp-block-cover {
  width: 100%; }

.layout--split-content {
  gap: 0; }
  .layout--split-content > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .layout--split-content .col-has-bg-img {
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset; }
  .layout--split-content .col-6 {
    max-width: unset; }
  .layout--split-content .column-content {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .layout--split-content .column-content h2 {
      text-transform: capitalize; }

.latest-posts-list .column-image {
  position: relative; }
  .latest-posts-list .column-image .entry-date {
    padding: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
    color: var(--white);
    font-size: 0.8rem;
    text-align: center; }
    .latest-posts-list .column-image .entry-date span {
      display: block;
      font-size: 1rem; }

.box {
  height: 100%;
  border: 1px solid #dcdfdf; }
  .box.white {
    background-color: #ffffff; }
  .box .copy {
    padding: 2rem; }

.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.circle-wrap {
  background-color: rgba(110, 112, 73, 0.75);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%; }
  .circle-wrap-content {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* ==========================================================================
	Typography
========================================================================== */
a {
  color: var(--primary);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a:hover {
  color: var(--secondary); }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title); }

h1, h3 {
  font-weight: var(--font-title--weight-heavy); }

.main-navigation ul > li > a,
.mobile-navigation ul > li > a {
  font-family: var(--font); }

h1, h2, h3, h4, h5, h6 {
  margin: 0.25rem 0 .5rem; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none; }

h1 {
  font-size: 3.25rem;
  text-transform: var(--font-title--text-transform); }
  h1.entry-title {
    position: relative;
    margin-bottom: 2rem; }

h2 {
  font-size: 2.625rem;
  font-weight: var(--font-title--weight);
  line-height: 1.2;
  text-transform: var(--font-title--text-transform);
  margin-bottom: 1.25rem; }
  h2 a {
    color: var(--primary); }
  h2.title {
    text-align: center;
    text-transform: capitalize;
    font-size: 3rem;
    font-weight: var(--font-title--weight-heavy); }

h3 {
  font-size: 2rem;
  color: var(--primary);
  line-height: 1.4;
  word-spacing: -0.1rem; }
  h3.heading {
    border-bottom: solid 1px var(--border-color);
    font-size: var(--font-size--large); }

h4 {
  font-size: 1.625rem;
  font-weight: var(--font-title--weight); }

h5 {
  font-size: 1.35rem;
  font-weight: var(--font-title--weight); }
  h5.title {
    font-size: var(--font-size--medium);
    color: var(--black); }
    h5.title > a {
      color: var(--black); }

h6 {
  font-size: 1.15rem;
  font-weight: var(--font-title--weight-heavy);
  margin: 0.5rem 0; }

p {
  font-family: var(--font-text);
  font-weight: var(--font-text--weight);
  font-size: var(--font-size);
  color: var(--font-text--color); }
  p.subtitle {
    font-size: 21px; }
  p:empty {
    display: none; }

p + p, p + h6, p + h5 {
  margin-top: 1rem; }

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  /*&::before {
		font-family: 'olive-font-icon';
		content: "\e91c";
		position: absolute;
    margin-left: -1.5rem;
	}*/ }
  blockquote p {
    font-size: 1.25rem;
    font-size: var(--font-size--pullquote);
    font-weight: 300; }
  blockquote.style-1 {
    margin-top: 1rem; }
    blockquote.style-1 footer {
      margin-top: 1rem; }

.type-light h2, .type-light h3, .type-light p {
  color: #fff; }

.cta-container {
  width: 100%;
  margin: 1.25rem auto 0;
  display: block;
  text-align: center; }

.btn {
  text-transform: capitalize;
  font-size: var(--font-size);
  display: inline-block;
  font-family: var(--font-text);
  color: var(--white);
  background-color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn:hover {
    background-color: var(--secondary);
    color: var(--white); }
  .btn::after {
    content: "\e903";
    font-family: 'olive-font-icon';
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .btn:hover::after, .btn:focus::after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
  .btn--container {
    width: 100%;
    margin: 4rem auto 0;
    display: block;
    text-align: center; }

.btn-2 {
  padding: 0.5rem 1.5rem;
  display: inline-block;
  color: var(--secondary);
  border: 1px solid var(--secondary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--font-size--small);
  margin-top: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-2:hover {
    background-color: var(--primary);
    color: #ffffff;
    border-color: var(--primary); }

.is-layout-grid > .wp-block-cover .wp-block-button a.wp-block-button__link {
  border: 2px solid;
  background-color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  padding: 0.925rem 1.5rem;
  position: relative;
  overflow: hidden; }
  .is-layout-grid > .wp-block-cover .wp-block-button a.wp-block-button__link:hover {
    background-color: rgba(0, 0, 0, 0.65); }

/* ==========================================================================
	Header
========================================================================== */
header#site-header {
  width: 100% !important;
  display: block;
  position: relative;
  border-bottom: 1px solid #dcdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
  max-height: none;
  background-color: var(--white); }
  header#site-header.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background-color: var(--white);
    background-color: rgba(255, 255, 255, 0.925);
    -webkit-backdrop-filter: blur(5px) saturate(60%);
    backdrop-filter: blur(5px) saturate(60%); }
  header#site-header .container {
    position: relative;
    width: 100%; }
  header#site-header #site-header-top {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 0;
    z-index: 2;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    position: relative; }
    header#site-header #site-header-top .grid--header {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -ms-grid-columns: 1fr 26rem 1fr;
      grid-template-columns: 1fr 26rem 1fr;
      min-height: 4rem;
      grid-gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 992px) {
        header#site-header #site-header-top .grid--header {
          -ms-grid-columns: auto -webkit-max-content -webkit-max-content;
          -ms-grid-columns: auto max-content max-content;
          grid-template-columns: auto -webkit-max-content -webkit-max-content;
          grid-template-columns: auto max-content max-content; } }
      @media (max-width: 576px) {
        header#site-header #site-header-top .grid--header {
          -ms-grid-columns: auto -webkit-max-content;
          -ms-grid-columns: auto max-content;
          grid-template-columns: auto -webkit-max-content;
          grid-template-columns: auto max-content; } }
      @media (max-width: 992px) {
        header#site-header #site-header-top .grid--header-spacer {
          display: none; } }
      header#site-header #site-header-top .grid--header-mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (min-width: 993px) {
          header#site-header #site-header-top .grid--header-mobile-nav {
            display: none; } }
      header#site-header #site-header-top .grid--header .nav-toolbar {
        -ms-grid-columns: 1fr -webkit-max-content;
        -ms-grid-columns: 1fr max-content;
        grid-template-columns: 1fr -webkit-max-content;
        grid-template-columns: 1fr max-content;
        grid-gap: 5px;
        text-align: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header#site-header #site-header-top .grid--header .nav-toolbar .woo-cart-container a {
          text-decoration: none;
          font-size: 22px;
          color: #424242;
          padding: 3px 5px;
          position: relative;
          text-align: center;
          display: inline-block; }
          header#site-header #site-header-top .grid--header .nav-toolbar .woo-cart-container a img {
            width: 23px;
            height: 23px; }
          header#site-header #site-header-top .grid--header .nav-toolbar .woo-cart-container a.cart-contents {
            font-size: 20px; }
            header#site-header #site-header-top .grid--header .nav-toolbar .woo-cart-container a.cart-contents span {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              position: absolute;
              background-color: var(--primary);
              color: #ffffff;
              border-radius: 50%;
              right: -4px;
              top: -4px;
              width: 18px;
              height: 18px;
              font-size: 15px;
              font-weight: 300; }
          header#site-header #site-header-top .grid--header .nav-toolbar .woo-cart-container a:hover {
            color: var(--primary); }
        @media (max-width: 576px) {
          header#site-header #site-header-top .grid--header .nav-toolbar {
            display: none; } }
  header#site-header #site-header-bottom {
    text-align: center; }
  header#site-header .grid.grid--site-branding {
    text-align: center;
    display: block; }
    @media (max-width: 992px) {
      header#site-header .grid.grid--site-branding {
        text-align: left; } }
    header#site-header .grid.grid--site-branding h1 {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      float: none;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 36px; }
    header#site-header .grid.grid--site-branding img {
      display: block;
      max-width: var(--logo-width);
      width: 100%;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media (min-width: 992px) {
        header#site-header .grid.grid--site-branding img {
          margin: 0 auto; } }
      header#site-header .grid.grid--site-branding img.img-scroll {
        display: none; }
  @media (max-width: 992px) {
    header#site-header .grid.grid--nav {
      display: none; } }
  header#site-header.sticky {
    width: 100%;
    -webkit-box-shadow: 0 3px 25px rgba(57, 63, 72, 0.12);
    box-shadow: 0 3px 25px rgba(57, 63, 72, 0.12);
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5px) saturate(60%);
    backdrop-filter: blur(5px) saturate(60%); }
    header#site-header.sticky #site-header-top {
      padding-top: 0px; }
      @media (max-width: 992px) {
        header#site-header.sticky #site-header-top .grid--header {
          -ms-grid-columns: 200px 1fr 50px;
          grid-template-columns: 200px 1fr 50px; } }
      @media (max-width: 576px) {
        header#site-header.sticky #site-header-top .grid--header {
          -ms-grid-columns: auto -webkit-max-content;
          -ms-grid-columns: auto max-content;
          grid-template-columns: auto -webkit-max-content;
          grid-template-columns: auto max-content; } }
  header#site-header.layout_header_2 .grid.grid--site-branding {
    text-align: left; }
    header#site-header.layout_header_2 .grid.grid--site-branding img {
      margin: 0; }
  header#site-header.layout_header_2 #site-header-bottom {
    background-color: var(--primary-background); }
    @media (min-width: 993px) {
      header#site-header.layout_header_2 #site-header-bottom {
        border-top: 1px solid var(--border-color); } }
  header#site-header.layout_header_3 #site-header-top .grid--header {
    min-height: 5.5rem; }
    @media (min-width: 992px) {
      header#site-header.layout_header_3 #site-header-top .grid--header {
        -ms-grid-columns: 15rem auto max-content;
        grid-template-columns: 15rem auto -webkit-max-content;
        grid-template-columns: 15rem auto max-content; }
        header#site-header.layout_header_3 #site-header-top .grid--header .grid.grid--nav {
          text-align: center; } }
    @media (max-width: 1200px) {
      header#site-header.layout_header_3 #site-header-top .grid--header .grid.grid--nav {
        display: none; }
      header#site-header.layout_header_3 #site-header-top .grid--header .grid--header-mobile-nav {
        display: block; } }
  header#site-header.layout_header_3 .grid.grid--site-branding {
    text-align: left; }
    header#site-header.layout_header_3 .grid.grid--site-branding img {
      margin: 0; }
  header#site-header.layout_header_3.sticky #site-header-top .grid--header .grid.grid--site-branding img {
    max-height: 4.5rem; }
  header#site-header.layout_header_4 #site-header-top .grid--header {
    min-height: 5.5rem; }
    @media (min-width: 576px) {
      header#site-header.layout_header_4 #site-header-top .grid--header {
        -ms-grid-columns: 15rem auto 0;
        grid-template-columns: 15rem auto 0; } }
    header#site-header.layout_header_4 #site-header-top .grid--header .grid.grid--nav {
      text-align: right; }
  header#site-header.layout_header_4 .grid.grid--site-branding {
    text-align: left; }
    header#site-header.layout_header_4 .grid.grid--site-branding img {
      margin: 0; }
  header#site-header.layout_header_4 #site-header-bottom {
    border-top: 1px solid var(--border-color);
    background-color: var(--primary-background);
    padding: 1rem 0; }
  header#site-header.layout_header_4.sticky #site-header-top .grid--header .grid.grid--site-branding img {
    max-height: 4.5rem; }
  header#site-header.layout_header_4 div#searchbox {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto; }
    header#site-header.layout_header_4 div#searchbox form {
      -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35);
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35); }
      header#site-header.layout_header_4 div#searchbox form input[type=text] {
        width: 100%; }
  header#site-header.layout_header_5 {
    position: absolute;
    top: 0;
    border-bottom: 0;
    background: none; }
    header#site-header.layout_header_5 #site-header-top .grid--header {
      min-height: 4.5rem; }
      @media (min-width: 576px) {
        header#site-header.layout_header_5 #site-header-top .grid--header {
          -ms-grid-columns: 15rem auto;
          grid-template-columns: 15rem auto; } }
      header#site-header.layout_header_5 #site-header-top .grid--header .grid.grid--nav {
        text-align: right; }
    header#site-header.layout_header_5 .grid.grid--site-branding {
      text-align: left; }
      header#site-header.layout_header_5 .grid.grid--site-branding img {
        margin: 0; }
    header#site-header.layout_header_5 .site-header__title {
      text-transform: capitalize;
      font-size: 2.25rem; }
    header#site-header.layout_header_5 .site-header__description {
      margin-bottom: 1.75rem;
      font-size: 1.2rem; }
  header#site-header.layout_header_6 {
    position: absolute;
    top: 0;
    border-bottom: 0;
    background: none;
    /*nav#main-navigation > ul > li > a {
      color: white;
      color: var(--white);
    }
    nav#main-navigation > ul > li.menu-item-has-children > a:after, nav#main-navigation > ul > li.menu-item-has-children > a:before {
      background-color: var(--white);
    }*/ }
    header#site-header.layout_header_6 #site-header-top .grid--header {
      min-height: 4.5rem; }
      @media (min-width: 576px) {
        header#site-header.layout_header_6 #site-header-top .grid--header {
          -ms-grid-columns: 15rem auto;
          grid-template-columns: 15rem auto; } }
      header#site-header.layout_header_6 #site-header-top .grid--header .grid.grid--nav {
        text-align: right; }
    header#site-header.layout_header_6 .grid.grid--site-branding {
      text-align: left; }
      header#site-header.layout_header_6 .grid.grid--site-branding img {
        margin: 0; }
    header#site-header.layout_header_6.sticky {
      background-color: rgba(255, 255, 255, 0.5); }
      header#site-header.layout_header_6.sticky nav#main-navigation > ul > li > a {
        color: var(--font-text--color); }
      header#site-header.layout_header_6.sticky nav#main-navigation > ul > li.menu-item-has-children > a:after, header#site-header.layout_header_6.sticky nav#main-navigation > ul > li.menu-item-has-children > a:before {
        background-color: var(--font-text--color); }

.page-template-front-page > .wrapper.overlay-navigation nav#main-navigation > ul > li > a, .page-template-page-blank-dark-bg > .wrapper.overlay-navigation nav#main-navigation > ul > li > a {
  color: white;
  color: var(--white); }

.page-template-front-page > .wrapper.overlay-navigation nav#main-navigation > ul > li.menu-item-has-children > a:after, .page-template-front-page > .wrapper.overlay-navigation nav#main-navigation > ul > li.menu-item-has-children > a:before, .page-template-page-blank-dark-bg > .wrapper.overlay-navigation nav#main-navigation > ul > li.menu-item-has-children > a:after, .page-template-page-blank-dark-bg > .wrapper.overlay-navigation nav#main-navigation > ul > li.menu-item-has-children > a:before {
  background-color: var(--white); }

.single-post header#site-header.layout_header_5, .single-post header#site-header.layout_header_6 {
  position: relative; }

#knowledgebase-header {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 7rem 0 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: columns;
  flex-direction: columns;
  background-color: var(--primary-background); }
  #knowledgebase-header .grid.nav-toolbar > * {
    margin-bottom: 0.5rem; }
  #knowledgebase-header div#searchbox {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto; }
    #knowledgebase-header div#searchbox form {
      -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35);
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35); }
      #knowledgebase-header div#searchbox form input[type=text] {
        width: 100%; }

/* ==========================================================================
	Footer
========================================================================== */
footer.page-footer {
  background-color: var(--primary-background); }

footer #footer-widget {
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 4rem 0;
  border-top: 1px solid #dcdfdf; }
  footer #footer-widget h4 {
    color: var(--primary);
    font-size: var(--font-size--medium);
    font-weight: var(--font-title--weight-heavy);
    text-transform: var(--font-title--text-transform);
    margin: 0 0 0.75rem; }
  footer #footer-widget h6 {
    color: var(--primary);
    position: relative;
    font-weight: 400; }
  footer #footer-widget p {
    font-size: var(--font-size--small); }
  footer #footer-widget ul {
    list-style-type: none; }
    footer #footer-widget ul li a {
      text-decoration: none;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: relative;
      display: inline-block;
      margin-bottom: 0.125rem;
      font-size: 0.925rem;
      color: var(--text-color); }
      footer #footer-widget ul li a:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: 0;
        border-bottom: 1px solid var(--primary-darken);
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      footer #footer-widget ul li a:hover {
        color: var(--primary-darken); }
        footer #footer-widget ul li a:hover:after {
          opacity: 1; }

footer #copyright {
  text-align: center;
  width: 100%;
  clear: both;
  margin: 0px;
  font-size: 13px; }
  footer #copyright > .container {
    border-top: 1px solid #dcdfdf;
    padding: 2rem 0; }

footer #footer-widget .working-hours-widget h6 {
  color: var(--font-text--color);
  margin-bottom: 0.5rem;
  font-family: var(--font-text);
  font-size: var(--font-size--xxsmall); }
  footer #footer-widget .working-hours-widget h6 span {
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    text-transform: uppercase; }
    footer #footer-widget .working-hours-widget h6 span.wh-day {
      padding-right: 0.25rem; }
    footer #footer-widget .working-hours-widget h6 span.wh-dots {
      width: 98%; }
      footer #footer-widget .working-hours-widget h6 span.wh-dots span {
        border-bottom: 1px dotted;
        display: block;
        width: 100%;
        margin: 0; }
    footer #footer-widget .working-hours-widget h6 span.wh-hours {
      padding-left: 5px; }

/* ==========================================================================
	Navigation
========================================================================== */
nav#main-navigation {
  z-index: 1; }
  nav#main-navigation ul > li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
    font-family: var(--font-navigation);
    font-weight: var(--font-navigation--weight);
    text-transform: var(--font-navigation--style); }
    nav#main-navigation ul > li a {
      text-decoration: none;
      padding: 15px 15px;
      display: inline-block;
      color: var(--font-text--color); }
    nav#main-navigation ul > li:hover > a {
      color: var(--primary); }
    nav#main-navigation ul > li.current-menu-item > a {
      color: var(--primary); }
    nav#main-navigation ul > li.menu-item-has-children {
      position: relative;
      padding-right: 0.75rem; }
      nav#main-navigation ul > li.menu-item-has-children > a:after, nav#main-navigation ul > li.menu-item-has-children > a:before {
        content: "";
        width: 8px;
        height: 1px;
        background-color: #000;
        border-radius: 0px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        top: 28px;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
      nav#main-navigation ul > li.menu-item-has-children > a:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 10px; }
      nav#main-navigation ul > li.menu-item-has-children > a:after {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 2px; }
      nav#main-navigation ul > li.menu-item-has-children ul.sub-menu {
        -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.15);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 250px;
        z-index: -1;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        nav#main-navigation ul > li.menu-item-has-children ul.sub-menu > li {
          width: 100%; }
          nav#main-navigation ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 20px;
            top: 20px; }
          nav#main-navigation ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:after {
            -webkit-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            right: 11px;
            top: 21px; }
          nav#main-navigation ul > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
            display: block;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1; }
          nav#main-navigation ul > li.menu-item-has-children ul.sub-menu > li > a {
            color: #424242;
            background-color: #f9f9f9;
            text-transform: capitalize;
            display: block;
            padding: 7px 10px;
            border-bottom: 1px solid #eee;
            text-align: left; }
            nav#main-navigation ul > li.menu-item-has-children ul.sub-menu > li > a:hover {
              color: var(--primary);
              background-color: #f0f0f0; }
      nav#main-navigation ul > li.menu-item-has-children > ul.sub-menu {
        visibility: hidden;
        opacity: 0; }
        nav#main-navigation ul > li.menu-item-has-children > ul.sub-menu > li > ul.sub-menu {
          top: 0;
          left: 250px; }
      nav#main-navigation ul > li.menu-item-has-children:hover {
        -webkit-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out; }
        nav#main-navigation ul > li.menu-item-has-children:hover > a:after, nav#main-navigation ul > li.menu-item-has-children:hover > a:before {
          background-color: var(--primary); }
        nav#main-navigation ul > li.menu-item-has-children:hover > a:before {
          -webkit-transform: rotate(35deg);
          -ms-transform: rotate(35deg);
          transform: rotate(35deg); }
        nav#main-navigation ul > li.menu-item-has-children:hover > a:after {
          -webkit-transform: rotate(-35deg);
          -ms-transform: rotate(-35deg);
          transform: rotate(-35deg); }
        nav#main-navigation ul > li.menu-item-has-children:hover > ul.sub-menu {
          display: block;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }

#mobile-navigation {
  padding: 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  background-color: #ffffff;
  height: 100vh;
  z-index: 99998;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  border-top: 1px solid #dcdfdf;
  top: 0;
  padding: 1rem; }
  #mobile-navigation.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #mobile-navigation > ul {
    margin-top: 5rem; }
  #mobile-navigation ul > li {
    border-bottom: 1px solid #dcdfdf;
    list-style-type: none; }
    #mobile-navigation ul > li > a {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 18px;
      color: #424242;
      text-decoration: none;
      padding: 15px;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-weight: 500; }
    #mobile-navigation ul > li.menu-item-has-children {
      position: relative; }
      #mobile-navigation ul > li.menu-item-has-children > a:after {
        font-family: 'olive-font-icon';
        font-size: 13px;
        content: "\e919";
        vertical-align: top;
        margin-left: 1em;
        display: inline-block;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      #mobile-navigation ul > li.menu-item-has-children > a.current:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    #mobile-navigation ul > li.current-menu-item > a {
      color: var(--secondary); }
    #mobile-navigation ul > li:last-child > a {
      border-bottom: 0px; }
    #mobile-navigation ul > li.btn-buy-now {
      padding: 0;
      text-align: center; }
      #mobile-navigation ul > li.btn-buy-now > a {
        font-size: 17px; }
        #mobile-navigation ul > li.btn-buy-now > a:hover {
          color: var(--secondary);
          background-color: #FFFF; }
    #mobile-navigation ul > li > .sub-menu {
      display: none;
      list-style-type: none; }
      #mobile-navigation ul > li > .sub-menu > li {
        border-top: 0px solid #dcdfdf; }
        #mobile-navigation ul > li > .sub-menu > li:last-child {
          margin-bottom: 20px;
          border-bottom: 0; }
        #mobile-navigation ul > li > .sub-menu > li > a {
          color: #424242;
          display: block;
          text-decoration: none;
          padding: 8px 10px 8px 30px;
          font-size: 16px; }
          #mobile-navigation ul > li > .sub-menu > li > a:hover {
            background-color: #f0f0f0;
            color: #000; }

.sticky-nav {
  position: fixed;
  top: 50vh;
  margin-top: -8rem;
  right: 0;
  -webkit-transform: translateX(82px);
  -ms-transform: translateX(82px);
  transform: translateX(82px);
  z-index: 99999; }
  @media (max-width: 768px) {
    .sticky-nav {
      display: none; } }
  .sticky-nav ul {
    margin: 0;
    list-style-type: none; }
    .sticky-nav ul > li {
      margin-bottom: .25rem; }
      .sticky-nav ul > li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.75rem;
        cursor: pointer;
        color: var(--white);
        background-color: var(--primary);
        text-decoration: none;
        line-height: 1;
        width: 100px; }
        .sticky-nav ul > li a .oi {
          font-size: 1.125rem; }
        .sticky-nav ul > li a span {
          margin-left: 0.85rem;
          text-transform: uppercase;
          font-size: var(--font-size--xxsmall);
          letter-spacing: 1px;
          display: block; }
          .sticky-nav ul > li a span.cart-count {
            line-height: 1;
            border-radius: 50%;
            background-color: var(--highlight);
            padding: 3px 5px;
            font-size: 0.7rem;
            margin-left: 0 !important;
            color: var(--primary);
            position: absolute;
            left: 23px;
            top: 4px; }
            .sticky-nav ul > li a span.cart-count.empty {
              display: none; }
        .sticky-nav ul > li a:hover {
          background-color: var(--primary-darken);
          -webkit-transform: translateX(-80px);
          -ms-transform: translateX(-80px);
          transform: translateX(-80px); }

.breadcrumbs {
  font-family: var(--font-title);
  font-size: 1rem; }

.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

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

figure {
  line-height: 0; }
  figure.icon {
    text-align: center;
    width: 125px;
    max-width: 125px;
    margin: 0 auto 0.5rem; }
    figure.icon.small {
      width: 75px;
      max-width: 75px; }
    figure.icon .oi {
      font-size: 3.25rem; }
  figure figcaption {
    line-height: 1.4; }

.rescaled-img, .attachment-post-thumbnail, figure.figure-style img, img.size-full {
  width: 100%;
  height: auto; }

.bg-cover, .parallax {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center; }

.parallax {
  background-attachment: fixed; }

.circle-img {
  border-radius: 50%; }

.image-border {
  position: relative; }
  .image-border:before {
    content: '';
    border: 2px solid #a3d5b3;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 15px;
    top: 15px; }
  .image-border.stick-left:before {
    left: -15px; }

.cover-img, .cover-bg-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.cover-bg-img {
  position: absolute;
  left: 0;
  top: 0; }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.slick-slide.slide img {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.slick-slide.slick-active.slide img {
  /* doesn't work on ios -webkit-transform: scale(1);
           -moz-transform: scale(1);
                transform: scale(1);*/
  -webkit-animation: zoomInImage 5.5s 1 ease-in-out forwards;
  -moz-animation: zoomInImage 5.5s 1 ease-in-out forwards;
  animation: zoomInImage 5.5s 1 ease-in-out forwards; }

#masthead {
  position: relative;
  overflow: hidden; }
  #masthead .slider, #masthead .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #masthead .slide {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    padding-top: 9rem;
    padding-bottom: 9rem; }
    @media (max-width: 768px) {
      #masthead .slide {
        padding-top: 7rem;
        padding-bottom: 7rem; } }
    #masthead .slide .slide_img {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #masthead .slide .slide_img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1 !important;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
    #masthead .slide .slide_content {
      position: relative;
      background-color: rgba(0, 0, 0, 0.25);
      border: 1px solid #fff;
      padding: 2rem;
      text-align: center;
      max-width: 625px; }
      #masthead .slide .slide_content--headings {
        text-align: center; }
        #masthead .slide .slide_content--headings h2 {
          font-size: 2.5rem;
          text-transform: uppercase;
          margin-bottom: 10px;
          line-height: 1.3;
          color: #fff;
          text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
        #masthead .slide .slide_content--headings p {
          color: #fff;
          font-size: 18px;
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
          margin-bottom: 1rem; }
        #masthead .slide .slide_content--headings .btn {
          border: 2px solid;
          background-color: rgba(0, 0, 0, 0.35);
          padding: 10px 18px;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          margin: 0 auto;
          margin-top: 10px;
          margin-bottom: 10px; }
          #masthead .slide .slide_content--headings .btn:hover {
            background-color: rgba(0, 0, 0, 0.65);
            color: var(--highlight);
            border-color: var(--highlight); }
        #masthead .slide .slide_content--headings .animated {
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
  #masthead .slick-dots {
    position: absolute;
    bottom: 25px;
    z-index: 9999; }
    #masthead .slick-dots button {
      background-color: var(--white); }

.newsCarousel {
  margin-right: -10px;
  margin-left: -10px; }
  .newsCarousel .slick-track .slick-slide {
    margin: 0 10px; }

.slick-slider .slick-track, .slick-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s; }

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

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }

.simple-dots .slick-dots li {
  width: 14px;
  height: 14px; }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: var(--primary);
    opacity: 0.5;
    width: 14px;
    height: 14px; }
    .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
      opacity: 1; }
  .simple-dots .slick-dots li.slick-active button {
    color: var(--secondary);
    opacity: 0.75; }

.stick-dots .slick-dots li {
  height: 4px;
  width: 50px; }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: var(--primary);
    opacity: 0.5;
    width: 50px;
    height: 4px;
    padding: 0; }
    .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
      opacity: 1; }
  .stick-dots .slick-dots li.slick-active button {
    color: var(--secondary);
    opacity: 0.75; }
    .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
      opacity: 1; }

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale(1) translate(0px); }
  to {
    -webkit-transform: scale(1.3) translate(0px); } }

@keyframes zoomInImage {
  from {
    -webkit-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px); }
  to {
    -webkit-transform: scale(1.3) translate(0px);
    transform: scale(1.3) translate(0px); } }

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage; }

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(2.1, 2.1, 2.1);
    transform: scale3d(2.1, 2.1, 2.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(2.1, 2.1, 2.1);
    transform: scale3d(2.1, 2.1, 2.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage; }

.hero {
  height: 450px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative; }
  .hero .linear-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4)); }
  .hero .hero-copy-container {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .hero .hero-copy-container .hero-copy {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
      .hero .hero-copy-container .hero-copy p {
        color: #ffffff;
        font-size: 19px;
        font-weight: 300;
        max-width: 768px;
        margin: 0 auto; }
      .hero .hero-copy-container .hero-copy .btn-2 {
        border: 2px solid;
        background-color: rgba(0, 0, 0, 0.35);
        padding: 12px 20px;
        color: #ffffff;
        margin-top: 20px;
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px; }
        .hero .hero-copy-container .hero-copy .btn-2:hover {
          color: var(--primary);
          background-color: rgba(0, 0, 0, 0.5);
          border-color: var(--primary); }

.wrapper.overlay-navigation header.page__header {
  padding: 5rem 0;
  background-color: var(--primary-background);
  background: -webkit-linear-gradient(135deg, var(--primary-background), var(--secondary-background));
  background: -o-linear-gradient(135deg, var(--primary-background), var(--secondary-background));
  background: linear-gradient(-45deg, var(--primary-background), var(--secondary-background)); }
  @media (max-width: 768px) {
    .wrapper.overlay-navigation header.page__header {
      padding: 5rem 0 3.5rem; } }

.wrapper.overlay-navigation .woo-section {
  padding: var(--block-gap-xl) 0 var(--block-gap);
  margin-top: 0; }

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px; }
  .feature.withbg {
    height: 16rem;
    background-size: cover;
    background-position: center; }
    .feature.withbg .feature--content {
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.25); }
      .feature.withbg .feature--content h3.title {
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
  .feature--content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

/*.is-layout-flow:not(.section-cta):not(.section-basic) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}*/
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto; }

p + .wp-block-buttons {
  margin-top: 1rem; }

.wp-block-button__link {
  color: var(--white);
  background-color: var(--primary);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  padding: .675rem 1.25rem;
  font-size: var(--font-size);
  word-break: normal; }
  .wp-block-button__link:hover {
    color: var(--highlight); }

.wp-block-embed.wp-block-embed-youtube {
  margin-top: var(--block-gap); }
  .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
    padding-bottom: 56.25%; }
    .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

p + .wp-block-image {
  margin-top: var(--block-gap); }

.wp-block-image figcaption {
  border-top: 1px dotted var(--border-color);
  border-bottom: 1px dotted var(--border-color);
  padding: 1rem 0;
  margin-bottom: 1.25rem; }

.wp-block-image + .wp-block-image {
  margin-top: var(--block-gap); }

.wp-block-image.size-medium {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }

.wp-block-group-is-layout-grid .wp-block-image + .wp-block-image {
  margin-top: 0; }

.wp-block-table {
  margin-top: var(--block-gap); }
  .wp-block-table table {
    line-height: normal; }

.list-posts > li {
  -webkit-box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.05);
  position: relative; }
  .list-posts > li .entry-date {
    z-index: 1;
    padding: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
    color: var(--white);
    font-size: 0.8rem;
    text-align: center; }
    .list-posts > li .entry-date span {
      display: block;
      font-size: 1rem; }
  .list-posts > li .wp-block-post-featured-image img {
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto; }
  .list-posts > li .wp-block-group.copy {
    padding: 2rem; }
  .list-posts > li p.wp-block-post-excerpt__excerpt {
    text-align: left; }

/* ==========================================================================
Waypoints - For Animations and delays
========================================================================== */
.wp {
  visibility: hidden;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .fadeIn {
  visibility: visible; }

.fadeOut {
  visibility: hidden; }

.delay-1 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s; }

.delay-2 {
  animation-delay: 0.50s;
  -webkit-animation-delay: 0.50s; }

.delay-3 {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s; }

/* ======================================================================= */
polygon, line, path, polyline, ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }

#butterfly-animation svg {
  max-width: 500px; }

.init #flight-path path {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(1), .init #butterfly line:nth-of-type(1), .init #butterfly path:nth-of-type(1), .init #butterfly polyline:nth-of-type(1), .init #butterfly ellipse:nth-of-type(1) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(2), .init #butterfly line:nth-of-type(2), .init #butterfly path:nth-of-type(2), .init #butterfly polyline:nth-of-type(2), .init #butterfly ellipse:nth-of-type(2) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(3), .init #butterfly line:nth-of-type(3), .init #butterfly path:nth-of-type(3), .init #butterfly polyline:nth-of-type(3), .init #butterfly ellipse:nth-of-type(3) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(4), .init #butterfly line:nth-of-type(4), .init #butterfly path:nth-of-type(4), .init #butterfly polyline:nth-of-type(4), .init #butterfly ellipse:nth-of-type(4) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(5), .init #butterfly line:nth-of-type(5), .init #butterfly path:nth-of-type(5), .init #butterfly polyline:nth-of-type(5), .init #butterfly ellipse:nth-of-type(5) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

#flight-path path {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#butterfly polygon, #butterfly line, #butterfly path, #butterfly polyline, #butterfly ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }
  #butterfly polygon:nth-of-type(1), #butterfly line:nth-of-type(1), #butterfly path:nth-of-type(1), #butterfly polyline:nth-of-type(1), #butterfly ellipse:nth-of-type(1) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms; }
  #butterfly polygon:nth-of-type(2), #butterfly line:nth-of-type(2), #butterfly path:nth-of-type(2), #butterfly polyline:nth-of-type(2), #butterfly ellipse:nth-of-type(2) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms; }
  #butterfly polygon:nth-of-type(3), #butterfly line:nth-of-type(3), #butterfly path:nth-of-type(3), #butterfly polyline:nth-of-type(3), #butterfly ellipse:nth-of-type(3) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms; }
  #butterfly polygon:nth-of-type(4), #butterfly line:nth-of-type(4), #butterfly path:nth-of-type(4), #butterfly polyline:nth-of-type(4), #butterfly ellipse:nth-of-type(4) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  #butterfly polygon:nth-of-type(5), #butterfly line:nth-of-type(5), #butterfly path:nth-of-type(5), #butterfly polyline:nth-of-type(5), #butterfly ellipse:nth-of-type(5) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms; }

@keyframes DrawLine {
  to {
    stroke-dashOffset: 0; } }

@keyframes FadeStroke {
  to {
    stroke-opacity: 0; } }

@keyframes FillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@-webkit-keyframes DrawLine {
  to {
    stroke-dashOffset: 0; } }

@-webkit-keyframes FadeStroke {
  to {
    stroke-opacity: 0; } }

@-webkit-keyframes FillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

form {
  display: block;
  width: 100%;
  margin: 0; }
  form input, form textarea {
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none; }
  form input, form textarea, form select {
    outline: none;
    padding: 0.625rem;
    background: var(--input-bg-color);
    font-size: 16px;
    border: 1px solid var(--border-color);
    resize: vertical; }
    form input:focus, form textarea:focus, form select:focus {
      border-color: var(--border-color--dark); }
  form input[type=text], form input[type=email], form input[type=url], form input[type=password], form textarea {
    width: 100%; }

form button[type=submit], form input[type=submit] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--font-text);
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: var(--primary);
  cursor: pointer;
  padding: 15px;
  border: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  form button[type=submit]:hover, form input[type=submit]:hover {
    background-color: var(--secondary); }

form [type="checkbox"],
form [type="radio"] {
  height: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; }

input[type="radio"] {
  -webkit-appearance: radio; }

#searchbox {
  max-width: 250px;
  float: right; }
  #searchbox form {
    position: relative;
    margin: 0; }
    #searchbox form input {
      font-size: 16px;
      font-weight: 300; }
    #searchbox form input[type=text] {
      width: 110px;
      -webkit-transition: width 0.4s ease-in-out;
      -o-transition: width 0.4s ease-in-out;
      transition: width 0.4s ease-in-out;
      margin-right: 0; }
      #searchbox form input[type=text]:focus {
        width: 100%; }
    #searchbox form.searchform .submit {
      position: absolute;
      outline: none;
      border: 0;
      color: var(--primary-darken);
      background: none;
      top: 0;
      right: 0;
      text-align: center;
      padding: 0;
      cursor: pointer;
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #searchbox form.searchform .submit i {
        padding: 0.25rem 0.5rem; }

.flex-list {
  min-width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  /*-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1% !important;
  margin-left: -1% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .flex-list > li {
    list-style-type: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 2%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* need this for same height */
    padding-left: 1%;
    padding-right: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .flex-list > li > div {
      width: 100%; }
    .flex-list > li p {
      padding-bottom: 0; }
    .flex-list > li p + p {
      margin-top: 2rem; }

.two.flex-list > li {
  width: calc(50%); }
  @media (max-width: 576px) {
    .two.flex-list > li {
      width: 100%; } }

.three.flex-list > li {
  width: calc((100%/3)); }
  @media (max-width: 576px) {
    .three.flex-list > li {
      width: 100%; } }

@media (max-width: 768px) {
  .three.flex-list.large > li {
    max-width: 576px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

.four.flex-list > li {
  width: calc((100%/4)); }
  @media (max-width: 768px) {
    .four.flex-list > li {
      width: calc((100%/2)); } }
  @media (max-width: 576px) {
    .four.flex-list > li {
      width: 100%; } }

.five.flex-list > li {
  width: calc((100%/5)); }
  @media (max-width: 576px) {
    .five.flex-list > li {
      width: 100%; } }

.six.flex-list > li {
  width: calc((100%/6)); }
  @media (max-width: 768px) {
    .six.flex-list > li {
      width: calc((100%/3)); } }
  @media (max-width: 576px) {
    .six.flex-list > li {
      width: 100%; } }

@media (max-width: 576px) {
  .six.flex-list.small > li {
    width: calc((100%/2)); } }

@media (max-width: 400px) {
  .six.flex-list.small > li {
    width: 100%; } }

@media (max-width: 576px) {
  .four.flex-list > li,
  .five.flex-list > li,
  .six.flex-list > li {
    margin-bottom: 1.5rem; } }

.list-block li {
  border-right: 1px dotted var(--border-color); }
  .list-block li div {
    height: 100%; }
    .list-block li div a {
      text-decoration: none; }
      .list-block li div a:hover div {
        background-color: var(--primary-background);
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.125); }
    .list-block li div div.copy {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      text-align: center;
      padding: 1.25rem 1rem; }
      .list-block li div div.copy .title {
        font-size: 1.5rem; }

.list-block.three li:nth-child(3n) {
  border: 0; }

.list-block.two li:nth-child(2n) {
  border: 0; }

.fancy-list, .icon-list {
  margin: 1rem 0; }
  .fancy-list li, .icon-list li {
    list-style: none !important; }

.icon-list li {
  margin-left: 0 !important;
  margin-bottom: 1rem;
  padding: 0;
  clear: both; }
  .icon-list li figure {
    float: left;
    max-width: 50px; }
  .icon-list li div {
    padding-left: 60px; }

nav.custom-pagination {
  display: block;
  text-align: center;
  margin: 2rem 0; }
  nav.custom-pagination .page-num {
    display: block; }
  nav.custom-pagination .page-numbers {
    display: inline-block;
    min-width: 45px;
    text-decoration: none;
    display: inline-block;
    padding: 0.66667rem 1rem;
    border: 1px solid #dcdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    nav.custom-pagination .page-numbers.current {
      background-color: var(--primary);
      color: #ffffff;
      padding: 0.66667rem 1rem;
      border: 1px solid #dcdfdf; }

.woocommerce-pagination ul {
  list-style: none; }
  .woocommerce-pagination ul li {
    display: inline-block;
    min-width: 45px; }
    .woocommerce-pagination ul li a {
      text-decoration: none;
      display: block;
      padding: 0.66667rem 1rem;
      border: 1px solid #dcdfdf; }
    .woocommerce-pagination ul li span.current {
      display: block;
      background-color: var(--primary);
      color: #ffffff;
      padding: 0.66667rem 1rem;
      border: 1px solid #dcdfdf; }

.social-media .oi {
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0.125rem;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 16px; }
  table .row-width-50 {
    width: 50%;
    min-width: 220px; }
  table .row-width-40 {
    width: 40%;
    min-width: 200px; }
  table .row-width-35 {
    width: 35%;
    min-width: 150px; }
  table .row-width-33 {
    width: 33.33%;
    min-width: 135px; }
  table .row-width-30 {
    width: 30%;
    min-width: 130px; }
  table .row-width-25 {
    width: 25%;
    min-width: 120px; }
  table .row-width-20 {
    width: 20%;
    min-width: 100px; }
  table .row-width-15 {
    width: 15%;
    min-width: 100px; }
  table .row-width-10 {
    width: 10%;
    min-width: 100px; }
  table thead {
    font-size: 1rem; }
    table thead tr th {
      padding: 0.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: var(--primary-background);
      border: 0; }
      table thead tr th.product-remove {
        width: 4rem; }
  table tbody tr th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0.5rem;
    color: #424242;
    font-weight: 300;
    background-color: var(--primary-background);
    border: 1px solid #dcdfdf;
    border: 0; }
  table tbody tr td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    background-color: var(--white);
    border: 1px solid #dcdfdf;
    border: 0; }
  table tfoot tr {
    border-bottom: 1px solid #dcdfdf; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem;
      border: 1px solid #dcdfdf; }
    table tfoot tr th {
      font-weight: 500;
      background-color: var(--primary-background);
      text-align: left; }

/* The Modal (background) */
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  padding: 2rem;
  /* Stay in place */
  z-index: 999999;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */ }
  @media (max-width: 800px) {
    .modal {
      padding-top: 20px; } }

.modal-container {
  background-color: #333;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.35);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.35);
  /* Modal Content */ }
  .modal-container .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
    .modal-container .bg-img img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .modal-container .modal-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: white;
    padding: 2rem;
    text-align: center; }
    @media (min-width: 576px) {
      .modal-container .modal-content {
        width: 50%; } }
    .modal-container .modal-content h1 {
      text-align: center;
      text-transform: capitalize;
      line-height: 1.1;
      font-size: 2.8rem;
      margin-bottom: 1rem; }
    .modal-container .modal-content p {
      font-size: 1rem;
      margin-bottom: 1rem; }
    .modal-container .modal-content a[role=button] {
      margin: 0 auto; }
    .modal-container .modal-content .author {
      font-weight: 600; }
      .modal-container .modal-content .author span {
        font-weight: 500;
        font-style: italic; }

/* The Close Button */
.close-btn-container {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 8px;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.35); }
  .close-btn-container .close-btn {
    color: #DDD;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    font-family: 'Arial', sans-serif; }
  .close-btn-container:hover, .close-btn-container:focus {
    opacity: 0.8; }

.blog-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .blog-content .blog-posts, .blog-content .blog-sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .blog-content .blog-sidebar {
    background-color: var(--white);
    padding: 0.5rem 1.5rem 1.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 95px; }
  @media (min-width: 992px) {
    .blog-content .blog-posts {
      width: calc(72% - 0.5rem); }
      .blog-content .blog-posts.full-width {
        width: 100%; }
    .blog-content .blog-sidebar {
      width: calc(28% - 0.5rem); } }
  .blog-content.blog-content--without-sidebar .blog-posts {
    width: 100%; }
    .blog-content.blog-content--without-sidebar .blog-posts.blog-posts--narrow {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
    .blog-content.blog-content--without-sidebar .blog-posts.blog-posts--normal {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
  .blog-content .category-header h1 + p {
    margin-top: -1rem; }
  .blog-content .category-header p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 300;
    text-align: center;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto; }
  .blog-content .teaser {
    height: 100%;
    background-color: var(--white);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .blog-content .teaser:hover {
      box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25); }
    .blog-content .teaser-link {
      text-decoration: none;
      display: block;
      position: relative; }
      .blog-content .teaser-link .entry-date {
        padding: 0.5rem;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--primary);
        color: var(--white);
        font-size: 0.8rem;
        text-align: center; }
        .blog-content .teaser-link .entry-date span {
          display: block;
          font-size: 1rem; }
      .blog-content .teaser-link:hover h2 {
        color: var(--primary); }
    .blog-content .teaser-image {
      line-height: 0; }
    .blog-content .teaser-content {
      background-color: var(--white);
      padding: 1rem; }
      .blog-content .teaser-content__title {
        font-size: 1.5rem;
        line-height: 1.5;
        text-transform: capitalize;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
    .blog-content .teaser__category {
      color: var(--primary);
      text-transform: var(--font-title--text-transform);
      font-weight: normal;
      font-size: var(--font-size--small); }
      .blog-content .teaser__category a {
        color: var(--primary);
        text-decoration: none; }
        .blog-content .teaser__category a:hover {
          color: var(--secondary); }
  .blog-content #featured {
    background-color: var(--white); }
    .blog-content #featured .featured-teaser {
      position: relative;
      overflow-y: hidden; }
      .blog-content #featured .featured-teaser:hover {
        box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.25); }
      .blog-content #featured .featured-teaser .teaser-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .blog-content #featured .featured-teaser .teaser-link:hover ~ .featured-teaser-content, .blog-content #featured .featured-teaser .teaser-link:focus ~ .featured-teaser-content {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          .blog-content #featured .featured-teaser .teaser-link:hover ~ .featured-teaser-content .featured-teaser-content__title, .blog-content #featured .featured-teaser .teaser-link:focus ~ .featured-teaser-content .featured-teaser-content__title {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            color: var(--secondary);
            background: none; }
          .blog-content #featured .featured-teaser .teaser-link:hover ~ .featured-teaser-content .featured-teaser-content__body p, .blog-content #featured .featured-teaser .teaser-link:focus ~ .featured-teaser-content .featured-teaser-content__body p {
            opacity: 1; }
      .blog-content #featured .featured-teaser__category {
        position: absolute;
        text-transform: var(--font-title--text-transform);
        background-color: var(--primary);
        padding: .5rem 1rem .35rem;
        margin-top: 5%;
        z-index: 2; }
        .blog-content #featured .featured-teaser__category a {
          color: var(--white);
          text-decoration: none; }
      .blog-content #featured .featured-teaser-content {
        -webkit-transition: -webkit-transform 500ms;
        transition: -webkit-transform 500ms;
        -o-transition: transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms;
        background: rgba(45, 47, 74, 0.85); }
        .blog-content #featured .featured-teaser-content__title {
          display: block;
          -webkit-transition: -webkit-transform 500ms;
          transition: -webkit-transform 500ms;
          -o-transition: transform 500ms;
          transition: transform 500ms;
          transition: transform 500ms, -webkit-transform 500ms;
          padding: 1rem;
          font-size: 1.25rem;
          line-height: 1.5;
          margin: 0;
          color: var(--white); }
        .blog-content #featured .featured-teaser-content__body {
          padding: 0 1rem 1rem; }
          .blog-content #featured .featured-teaser-content__body p {
            -webkit-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
            color: var(--white); }
        @media (min-width: 768px) {
          .blog-content #featured .featured-teaser-content {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            position: absolute;
            bottom: 0; }
            .blog-content #featured .featured-teaser-content__title {
              -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
              background: rgba(45, 47, 74, 0.85); }
            .blog-content #featured .featured-teaser-content__body p {
              opacity: 0; } }
  .blog-content #featured + .recent-posts {
    margin-top: 1rem; }
  .blog-content .recent-posts .flex-list.one > li {
    margin-bottom: 3rem; }
  .blog-content .padded .col-6 {
    width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem); }

.post-single {
  margin: 2rem auto 3.5rem;
  max-width: 58rem; }
  .post-single__title {
    font-size: 3.25rem;
    line-height: 1.3;
    max-width: 40rem;
    letter-spacing: -.005em;
    margin: 2rem auto;
    font-weight: var(--font-title--weight);
    text-transform: capitalize; }
  .post-single__info {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 0.5rem 0; }
  .post-single .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-single .entry-meta .entry-date::after {
      content: "/";
      margin: 0 6px;
      opacity: .5; }
    .post-single .entry-meta .entry-author {
      text-transform: capitalize; }
  .post-single__category {
    color: var(--primary);
    text-transform: var(--font-title--text-transform);
    font-size: var(--font-size--small);
    font-weight: 300; }
    .post-single__category a {
      color: var(--primary);
      text-decoration: none; }
      .post-single__category a:hover {
        color: var(--secondary); }
  .post-single figure img {
    width: 100%;
    height: auto; }
  .post-single .full-bleed {
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem; }
  .post-single-header {
    padding: 2rem 0; }
    @media (max-width: 576px) {
      .post-single-header {
        padding: 1.25rem; } }
  .post-single__header {
    display: block;
    text-align: center; }
  .post-single__footer {
    display: block;
    margin-top: 2rem; }
    .post-single__footer h3 {
      font-size: 2.25rem;
      font-weight: 100;
      margin-bottom: 1.75rem; }
    .post-single__footer .comment-list {
      margin-bottom: 2.5rem;
      list-style-type: none;
      margin-left: 0; }
      .post-single__footer .comment-list li {
        padding-bottom: 0.5rem; }
      .post-single__footer .comment-list .comment-body {
        position: relative; }
        .post-single__footer .comment-list .comment-body > * {
          margin-bottom: 0.05rem; }
        .post-single__footer .comment-list .comment-body .comment-meta, .post-single__footer .comment-list .comment-body .comment-author, .post-single__footer .comment-list .comment-body .comment-awaiting-moderation {
          margin-left: 3.5rem; }
        .post-single__footer .comment-list .comment-body .comment-author {
          font-weight: 600; }
          .post-single__footer .comment-list .comment-body .comment-author.vcard {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 0.25rem; }
            .post-single__footer .comment-list .comment-body .comment-author.vcard .avatar {
              position: absolute;
              left: 0;
              top: 0; }
        .post-single__footer .comment-list .comment-body .comment-meta {
          font-size: var(--font-size--xsmall);
          margin-bottom: 1.5rem; }
        .post-single__footer .comment-list .comment-body p {
          margin-bottom: 1rem; }
        .post-single__footer .comment-list .comment-body .reply {
          position: absolute;
          top: 0;
          right: 0; }
          .post-single__footer .comment-list .comment-body .reply a {
            padding: 0.5rem 1.5rem;
            display: inline-block;
            color: var(--secondary);
            border: 1px solid var(--secondary);
            text-decoration: none;
            text-transform: uppercase;
            font-size: var(--font-size--small);
            margin-top: 0.75rem;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            transition: all 0.25s ease;
            padding: 0.35rem 0.75rem;
            font-size: var(--font-size--xsmall);
            margin-top: 0; }
            .post-single__footer .comment-list .comment-body .reply a:hover {
              background-color: var(--primary);
              color: #ffffff;
              border-color: var(--primary); }
      .post-single__footer .comment-list + .comment-respond {
        padding-top: 1.5rem;
        border-top: 1px solid var(--border-color); }
  .post-single__content {
    padding-bottom: 4rem; }
    .post-single__content .figure-block {
      margin-bottom: 2rem; }
    .post-single__content .info-block {
      margin: 3rem auto; }
    .post-single__content h2, .post-single__content h3, .post-single__content h4, .post-single__content h5, .post-single__content h6, .post-single__content p, .post-single__content .mw-post {
      max-width: 40rem;
      margin-left: auto;
      margin-right: auto; }
    .post-single__content h2 {
      font-size: 1.625rem;
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-weight: 400;
      width: 100%; }
    .post-single__content h4 {
      font-size: 1.25rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .post-single__content h5 {
      font-size: 1.15rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .post-single__content p + h2, .post-single__content p + h4 {
      margin-top: 2rem; }
    .post-single__content p {
      width: 100%; }
    .post-single__content ul, .post-single__content ol {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .post-single__content blockquote {
      margin: 1.25rem 0;
      border-top: 0.5rem solid var(--secondary);
      border-bottom: 1px solid var(--secondary);
      padding: 1rem 0; }
      .post-single__content blockquote p {
        line-height: 1.7;
        font-size: 1.05rem;
        font-style: normal;
        max-width: 50rem;
        text-align: center; }
      .post-single__content blockquote cite {
        margin-top: 2rem;
        text-align: right;
        display: block;
        font-size: 17px;
        font-family: "Oswald", sans-serif; }
      .post-single__content blockquote.featured {
        margin: 2rem 0;
        padding: 2rem 0; }
        .post-single__content blockquote.featured p {
          font-size: 2rem;
          line-height: 1.3;
          font-weight: 600; }
  .post-single__more-posts {
    margin-top: 2rem;
    margin: 2rem auto;
    max-width: 64rem;
    text-align: center; }
  .post-single.has-sidebar .post-single__header {
    margin-bottom: 1rem; }
    .post-single.has-sidebar .post-single__header .post-single-header {
      padding: 0; }
  .post-single.has-sidebar .post-single__title {
    text-align: left;
    font-size: 2.5rem;
    max-width: none; }
  .post-single.has-sidebar .post-single__info {
    text-align: left; }
  .post-single.has-sidebar .post-single__content {
    padding: 0; }
    .post-single.has-sidebar .post-single__content h2, .post-single.has-sidebar .post-single__content h3, .post-single.has-sidebar .post-single__content h4, .post-single.has-sidebar .post-single__content h5, .post-single.has-sidebar .post-single__content h6, .post-single.has-sidebar .post-single__content p, .post-single.has-sidebar .post-single__content .mw-post {
      max-width: none; }

figure.portrait {
  max-width: 13rem;
  margin: 0 auto 1rem; }
  figure.portrait img {
    border-radius: 50%; }

.widget {
  margin-bottom: 2rem; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget h2 {
    font-size: 1.125rem;
    margin-top: 0; }

.search .flex-list {
  margin: 1rem 0; }

#home .hero {
  height: 525px; }

#faq h6 {
  padding: 1rem 0 0.5rem;
  display: block;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #dcdfdf;
  padding-right: 1rem; }
  #faq h6:first-child {
    border-top: 0px; }
  #faq h6:before, #faq h6:after {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  #faq h6:before {
    right: 0;
    top: 20px; }
  #faq h6:after {
    top: 20px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #faq h6.is-active:after {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); }

#faq .accordion-content {
  display: none; }
  #faq .accordion-content p:first-child {
    padding-top: 0.5rem; }
  #faq .accordion-content p:last-child {
    padding-bottom: 1rem; }

.product-list {
  margin-top: 1.5rem; }
  .product-list > li {
    position: relative; }
    .product-list > li h6 {
      font-weight: 500;
      font-size: 14px;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .product-list > li img {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .product-list > li div > a {
      text-decoration: none; }
    .product-list > li figure {
      margin-bottom: 0.5rem;
      overflow: hidden;
      border-radius: 50%; }
    .product-list > li:hover h6 {
      color: var(--primary); }
    .product-list > li:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-filter: brightness(102%); }

.description-list {
  list-style: none;
  margin-left: 2rem; }
  .description-list li {
    padding-bottom: 6px;
    position: relative; }
  .description-list li:before {
    width: 28px;
    height: 28px;
    position: absolute;
    left: -30px;
    top: -3px;
    content: "";
    background-image: url(/wp-content/uploads/2021/03/icon-bead-size.png);
    background-size: cover; }
  .description-list li.bead-type:before {
    background-image: url(/wp-content/uploads/2021/03/icon-bead-type.svg); }
  .description-list li.bead-size:before {
    background-image: url(/wp-content/uploads/2021/03/icon-bead-size.svg); }
  .description-list li.tassel-colour:before {
    background-image: url(/wp-content/uploads/2021/03/icon-tassel-colour.svg); }
  .description-list li.tassel-length:before {
    background-image: url(/wp-content/uploads/2021/03/icon-tassel-length.svg); }
  .description-list li.necklace-length:before {
    background-image: url(/wp-content/uploads/2021/03/icon-necklace-length.svg); }
  .description-list li.overall-length:before {
    background-image: url(/wp-content/uploads/2021/03/icon-overall-length.svg); }

.quotation {
  padding: 4rem; }
  .quotation--content.quotes {
    position: relative; }
    .quotation--content.quotes:before, .quotation--content.quotes:after {
      position: absolute;
      width: 50px;
      height: 50px;
      color: #eff4ef;
      font-size: 70px; }
    .quotation--content.quotes:before {
      content: '“';
      left: -35px;
      top: -35px; }
    .quotation--content.quotes:after {
      content: '”';
      top: -35px;
      right: -35px; }

#about-us .quotation {
  margin-top: -1rem;
  margin-left: 1rem;
  margin-bottom: 4rem; }

.woocommerce-page .woocommerce-notice-container, .woocommerce-notice-container {
  background: var(--primary); }
  .woocommerce-page .woocommerce-notice-container > .woocommerce-info, .woocommerce-notice-container > .woocommerce-info {
    max-width: var(--wrapper-max-width);
    margin: 0 auto;
    border-top: 0;
    background: none;
    color: var(--white); }
    .woocommerce-page .woocommerce-notice-container > .woocommerce-info::before, .woocommerce-notice-container > .woocommerce-info::before {
      color: var(--highlight); }

.woo-section {
  margin: var(--block-gap) 0 var(--block-gap); }

.cart-content-container {
  background-color: var(--primary);
  padding: 0.25rem 0; }
  .cart-content-container a {
    color: var(--white);
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cart-content-container a span {
      line-height: 1;
      border-radius: 2px;
      background-color: var(--highlight-light);
      padding: 2px 5px;
      font-size: 0.8rem;
      margin-left: 0.5rem;
      position: relative;
      color: var(--primary); }
      .cart-content-container a span:before {
        content: "";
        position: absolute;
        top: 0;
        left: -4px;
        width: 0;
        height: 0;
        margin-top: 3px;
        border-style: solid solid solid none;
        border-width: 5px 5px 5px medium;
        border-top-color: rgba(0, 0, 0, 0) !important;
        border-bottom-color: rgba(0, 0, 0, 0) !important;
        border-color: var(--highlight-light); }

.woocommerce {
  --flex-gap-space: 1.25rem; }
  .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: var(--flex-gap-space);
    column-gap: var(--flex-gap-space);
    row-gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    /* Remove default padding */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    .woocommerce ul.products:before {
      content: none; }
    .woocommerce ul.products > li.product {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      /* Initially occupy full width */
      /* override following */
      width: auto;
      float: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      /* end override */ }
      .woocommerce ul.products > li.product .price {
        color: var(--primary);
        font-family: var(--font-text); }
      .woocommerce ul.products > li.product .button {
        background: none;
        border: 2px solid var(--primary);
        border-radius: 0;
        text-transform: uppercase;
        font-size: 0.825rem;
        font-weight: 400;
        padding: 0.75rem 1rem; }
        .woocommerce ul.products > li.product .button:hover {
          background: var(--primary);
          color: var(--white); }
      .woocommerce ul.products > li.product span.onsale {
        left: 0;
        right: auto;
        margin: 0; }
      .woocommerce ul.products > li.product .added_to_cart {
        display: none; }
    @media (min-width: 768px) {
      .woocommerce ul.products.columns-2 > li.product {
        -ms-flex-preferred-size: calc((100% / 2) - (1/2 * var(--flex-gap-space)));
        flex-basis: calc((100% / 2) - (1/2 * var(--flex-gap-space))); }
      .woocommerce ul.products.columns-3 > li.product {
        -ms-flex-preferred-size: calc((100% / 3) - (2/3 * var(--flex-gap-space)));
        flex-basis: calc((100% / 3) - (2/3 * var(--flex-gap-space))); }
      .woocommerce ul.products.columns-4 > li.product {
        -ms-flex-preferred-size: calc((100% / 4) - (3/4 * var(--flex-gap-space)));
        flex-basis: calc((100% / 4) - (3/4 * var(--flex-gap-space))); }
      .woocommerce ul.products.columns-5 > li.product {
        -ms-flex-preferred-size: calc((100% / 5) - (4/5 * var(--flex-gap-space)));
        flex-basis: calc((100% / 5) - (4/5 * var(--flex-gap-space))); } }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--primary);
    font-family: var(--font-text);
    margin-bottom: var(--block-gap); }
  .woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: var(--block-gap); }
  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: middle;
    background: none; }
  .woocommerce div.product .product_meta > * {
    display: block; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
      content: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      display: block;
      background-color: transparent;
      border: 0;
      margin: 0;
      padding: 0;
      border-radius: 0; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
        content: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-family: var(--font-text);
        font-weight: 500;
        padding: 0.5rem 1.25rem;
        font-size: 1.125rem; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        -webkit-box-shadow: inset 0 -3px 0 0 var(--highlight);
        box-shadow: inset 0 -3px 0 0 var(--highlight); }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
        background-color: var(--primary-background); }
  .woocommerce .product span.onsale {
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--secondary); }
  .woocommerce a.button.alt {
    text-decoration: none;
    background-color: var(--primary);
    border-radius: 0;
    color: var(--white) !important;
    border: 0;
    padding: 1.5rem; }
    .woocommerce a.button.alt:hover {
      background-color: var(--primary-darken); }
  .woocommerce button.button {
    background-color: var(--primary);
    border-radius: 0;
    color: var(--white) !important;
    border: 0;
    font-family: var(--font-text);
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    padding: 0.775rem 1rem !important; }
    .woocommerce button.button:disabled, .woocommerce button.button:disabled:hover {
      background-color: var(--primary) !important; }
    .woocommerce button.button.alt {
      background-color: var(--primary); }
      .woocommerce button.button.alt:hover {
        background-color: var(--primary-darken); }
      .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
        background-color: var(--primary); }
    .woocommerce button.button:hover {
      background-color: var(--primary-darken); }
  .woocommerce .woocommerce-ordering {
    width: auto; }
  .woocommerce .woocommerce-Reviews #comments {
    margin-bottom: var(--block-gap); }
  .woocommerce .woocommerce-Reviews .comment-reply-title {
    font-size: var(--font-size--medium);
    margin-bottom: 1rem;
    display: block; }
  .woocommerce .woocommerce-Tabs-panel h2, .woocommerce .upsells.products h2, .woocommerce .crosssells.products h2, .woocommerce .related.products h2 {
    font-size: 1.75rem; }
  .woocommerce .related.products {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color); }
  .woocommerce table.shop_attributes tbody tr th {
    background: transparent; }
  .woocommerce table.shop_attributes tbody tr th, .woocommerce table.shop_attributes tbody tr td {
    padding: 0.5rem 1rem; }
    .woocommerce table.shop_attributes tbody tr th p, .woocommerce table.shop_attributes tbody tr td p {
      padding: 0; }
  .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border-collapse: collapse; }
    .woocommerce table.shop_table.shop_table_responsive .cart-subtotal > *, .woocommerce table.shop_table.shop_table_responsive .shipping > *, .woocommerce table.shop_table.shop_table_responsive .order-total > * {
      border-bottom: 0; }
    @media (max-width: 768px) {
      .woocommerce table.shop_table.shop_table_responsive {
        border-radius: 0 !important; }
        .woocommerce table.shop_table.shop_table_responsive tbody tr {
          padding: 1rem; }
          .woocommerce table.shop_table.shop_table_responsive tbody tr td {
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  .woocommerce .woocommerce-cart-form .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .woocommerce .woocommerce-cart-form .coupon #coupon_code {
      padding: 0.775rem 1rem;
      width: auto; }
  .woocommerce .cart_totals h2 {
    display: none; }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    max-width: unset; }
  .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: var(--primary-background); }
  .woocommerce p.stars a {
    color: gold; }

#coming-soon {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*-webkit-background-size: cover;*/
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  #coming-soon div {
    max-width: 40rem; }

.cf:before, .cf:after, .entry-content:before, .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after,
.entry-content:after {
  clear: both; }

/* For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */
.cf,
.entry-content {
  *zoom: 1; }

.edit-link {
  display: none; }
