/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Nunito Sans', sans-serif;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Josefin Sans', sans-serif;
  color: #000000;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #dbd2bd;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  -o-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::selection {
  background: #dbd2bd;
  color: #000;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  -o-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  color: inherit;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #dbd2bd;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(0, 0, 0, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.blogs .entry__image {
  background-position: center;
  background-size: cover;
  height: 180px;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .blogs .entry__image {
    height: 130px;
  }
}
@media (min-width: 960px) {
  .blogs .entry__image {
    height: 307px;
    margin-bottom: 1.5em;
  }
}
.entry__header {
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .entry__header {
    margin-bottom: 1em;
  }
}
.entry__more {
  color: #000000;
}
.blogs .entry__more {
  font-size: 14px;
  color: #000000;
}
@media (min-width: 960px) {
  .blogs .entry__more {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .blogs .entry__more {
    font-size: 18px;
  }
}
.entry__more:after {
  content: ' →';
  position: relative;
  display: inline;
}
.entry__more:hover {
  color: #000000;
}
.entry__more:hover span {
  margin-right: 5px;
  display: inline-block;
}
.entry__more:hover:after {
  margin-left: 5px;
}
.entry__title {
  word-wrap: break-word;
}
.blogs .entry__title {
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
@media (max-width: 960px) {
  .blogs .entry__title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
  }
}
@media (min-width: 680px) {
  .blogs .entry__title {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (min-width: 960px) {
  .blogs .entry__title {
    font-size: 18px;
    letter-spacing: 3px;
    height: 40px;
    line-height: 1.2em;
  }
}
.entry__title a:not(:hover) {
  color: inherit;
}
.entry__date {
  position: absolute;
  font-size: 14px;
  background: #000000;
  color: #ffffff;
  padding: 4px 11px;
  bottom: 0;
}
@media (min-width: 960px) {
  .entry__date {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .entry__date {
    font-size: 18px;
  }
}
.fine-print {
  font-size: 0.85em;
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .fine-print__copyright {
    text-align: right;
    width: 50%;
  }
  .fine-print__copyright::after {
    content: '|';
    margin: 0 6px 0 5px;
  }
  .fine-print__credit {
    text-align: left;
    width: 50%;
  }
}
.footer {
  padding: 3em 0 1em;
  background: #262626;
  color: #ffffff;
  text-align: center;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #dbd2bd;
}
@media (min-width: 960px) {
  .footer {
    padding: 4em 0 1em;
    text-align: left;
  }
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer__logo {
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .footer__logo {
    margin-bottom: 4em;
  }
}
.footer__instagram-none,
.footer__newsletter-none {
  display: none;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.header-tools .grid,
.header .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -7.5px;
}
.grid--large-gutters {
  margin: 0 -30px;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--left-x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 7.5px;
}
.grid--large-gutters > .grid__column {
  padding: 0 30px;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1300px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
.header {
  padding-top: 1em;
  padding-bottom: 1em;
}
.header__logo {
  display: block;
}
@media (min-width: 680px) {
  .header__logo {
    width: 180px;
  }
}
@media (min-width: 960px) {
  .header__logo {
    margin: 1.5em auto 2em;
    width: 254px;
  }
}
.header__mobile-toggle {
  text-align: right;
}
.header__breadcrumbs {
  font-size: 14px;
}
.page-template-template-modules .header__breadcrumbs {
  display: none;
}
@media (min-width: 680px) {
  .header__breadcrumbs {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .header__breadcrumbs {
    font-size: 16px;
  }
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 1.2em 1em 1em !important;
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #000000;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  min-width: 100%;
  height: auto !important;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
.slides__trans-bg-dark .magicdust-button {
  background: #ffffff;
  color: #000000;
}
.magicdust-button:hover {
  background: #dbd2bd;
  color: #ffffff;
}
@media (min-width: 680px) {
  .magicdust-button {
    min-width: 200px;
    padding: 1.4em 1em 1.2em !important;
    font-size: 16px;
  }
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main__header {
  margin-top: 3em;
  margin-bottom: 1em;
}
.error404 .main__header,
.page-template-template-no-sidebar .main__header {
  text-align: left;
}
.bpages-banner .main__header {
  position: relative;
  z-index: 3;
  margin-top: 0.5em;
}
.bpages-banner .main__header:before {
  content: '';
  display: inline-block;
  border-top: 1px solid #000000;
  width: 100%;
  padding-bottom: 0.5em;
}
@media (min-width: 680px) {
  .bpages-banner .main__header:before {
    width: 400px;
    padding-bottom: 1em;
  }
}
@media (min-width: 960px) {
  .bpages-banner .main__header:before {
    width: 450px;
  }
}
@media (min-width: 680px) {
  .bpages-banner .main__header {
    margin-top: 1.5em;
  }
}
@media (min-width: 960px) {
  .bpages-banner .main__header {
    margin-top: 2.2em;
  }
}
.bpages-banner--shop .main__header:before {
  width: 100%;
}
.main__title {
  word-wrap: break-word;
}
.bpages-banner .main__title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .bpages-banner .main__title {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media (min-width: 960px) {
  .bpages-banner .main__title {
    font-size: 25px;
    letter-spacing: 4px;
  }
}
.main__content {
  margin-bottom: 3em;
}
.error404 .main__content {
  text-align: center;
}
.menu-toggle {
  -webkit-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.no-js .menu-toggle {
  display: none;
}
.header-tools__search .menu-toggle {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-tools__search .menu-toggle:hover {
  cursor: pointer;
}
.header-tools__search .menu-toggle:hover .menu-toggle__icon,
.header-tools__search .menu-toggle:hover .menu-toggle__label {
  fill: #dbd2bd;
  color: #dbd2bd;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.header-tools__search .menu-toggle__icon {
  float: left;
  width: 1.7em;
  height: 1.7em;
  fill: #ffffff;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.header-tools__search .menu-toggle__label {
  color: #ffffff;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 2em 0 1em;
}
@media (min-width: 960px) {
  .module {
    padding: 5em 0 3em;
  }
}
.product-slides + .module--images {
  padding-top: 1em;
}
@media (min-width: 960px) {
  .module--images,
  .module--text-image,
  .module--instagram-feeds {
    padding: 4em 0 3em;
  }
}
.module-coloured {
  background: #efeada;
}
.module--blogs {
  padding: 3em 0 1em;
}
@media (min-width: 960px) {
  .module--blogs {
    padding: 5em 0 2em;
  }
}
.module__header {
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
}
@media (min-width: 680px) {
  .module__header::after {
    content: '';
    display: inline-block;
    border-top: 1px solid #000000;
    width: 100%;
    top: 30%;
    position: absolute;
    left: 1px;
    z-index: 1;
  }
}
.module--text .module__header,
.module--logos .module__header {
  margin-bottom: 1.5em;
}
@media (min-width: 680px) {
  .module--text .module__header,
  .module--logos .module__header {
    margin-bottom: 2em;
  }
}
@media (min-width: 960px) {
  .module--instagram-feeds .module__header {
    margin-bottom: 3em;
  }
}
@media (min-width: 960px) {
  .module__header {
    margin-bottom: 4em;
  }
}
.module--text-image .module__header {
  text-align: left;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000000;
}
.module--text-image .module__header::after {
  display: none;
}
.module--banner {
  padding: 0;
  margin: 1.5em 0;
}
.module--banner .module--banner__image {
  height: 130px;
}
@media (min-width: 680px) {
  .module--banner .module--banner__image {
    height: 301px;
  }
}
@media (min-width: 960px) {
  .module--banner .module--banner__image {
    height: 401px;
  }
}
@media (min-width: 960px) {
  .module--banner .container--full .module--banner__image {
    height: 520px;
  }
}
.module__title {
  position: relative;
  background: #ffffff;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.module-coloured .module__title {
  background: #efeada;
}
.module__title a {
  color: #000000;
}
.module__title a:hover {
  color: #dbd2bd;
}
@media (min-width: 680px) {
  .module__title {
    padding: 0 2em;
    letter-spacing: 3px;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .module__title {
    padding: 0 2.5em;
    letter-spacing: 5px;
    font-size: 25px;
  }
}
.module--text-image .module__title {
  padding: 0;
}
.image__image,
.module--text-image__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: center center / cover no-repeat;
  z-index: 2;
}
.image__image:after,
.module--text-image__image:after {
  content: '';
  display: block;
  height: 220px;
}
@media (min-width: 680px) {
  .image__image:after,
  .module--text-image__image:after {
    height: 500px;
  }
}
@media (min-width: 960px) {
  .image__image:after,
  .module--text-image__image:after {
    height: 620px;
    margin-bottom: 0;
  }
}
.image__image img,
.module--text-image__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media (max-width: 960px) {
  .image__image,
  .module--text-image__image {
    margin-bottom: 2em;
  }
}
.image__image:after {
  height: 220px;
}
@media (min-width: 680px) {
  .image__image:after {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .image__image:after {
    height: 620px;
  }
}
@media (max-width: 960px) {
  .image__image {
    margin: 1em 0;
  }
}
.category-slides ul.products a img {
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  display: block;
  margin: 0;
}
.navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
  line-height: 1;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.navbar__item a:hover,
.navbar__item.is-open > a,
.navbar__item.is-current > a {
  color: #000000;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.navbar__item--level-1 a {
  font-size: 16px;
}
.navbar__item--level-1 .navbar__expand {
  display: none;
}
.navbar__item--level-2 a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__item a {
    color: #000000;
    border-bottom: 4px solid #ffffff;
    padding: 0.5em 0;
  }
  .navbar__item a:hover,
  .navbar__item.is-open > a,
  .navbar__item.is-current > a {
    color: #000000;
    border-bottom: 4px solid #000000;
  }
  .navbar__item--level-1 {
    position: relative;
    display: block;
  }
  .navbar__item--level-1 a {
    border-bottom: 1px solid #000000;
    display: inline-block;
    width: 100%;
    padding: 0.5em 0 0.3em !important;
    margin-bottom: 1.3em;
    font-weight: bold;
    font-size: 15px !important;
  }
  .navbar__item--level-1 a:hover,
  .navbar__item--level-1.is-open > a,
  .navbar__item--level-1.is-current > a {
    color: #dbd2bd !important;
    border-bottom: 1px solid #dbd2bd;
  }
  .navbar__item--level-2 {
    padding: 0  !important;
  }
  .navbar__item--level-2 a {
    border: 0;
    padding: 0  !important;
    margin-bottom: 0;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: normal !important;
  }
  .navbar__item--level-2 a:hover,
  .navbar__item--level-2.is-open > a,
  .navbar__item--level-2.is-current > a {
    color: #dbd2bd;
    border-bottom: 0px solid #000000;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown--level-0 {
  padding-left: 16px !important;
}
.navbar-dropdown__sub-menu--level-1 {
  padding-left: 16px;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    background: #ffffff;
    z-index: 10;
    top: 0;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    padding: 2.2em calc((100vw - 99%) / 2) 2em !important;
  }
  .navbar-dropdown a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: inherit;
  }
  .navbar-dropdown--level-0 {
    top: 99%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .navbar-dropdown--level-0 a {
    padding-left: 0 !important;
    white-space: nowrap;
  }
  .navbar-dropdown--level-0 li:nth-child(5n+1) {
    clear: left;
  }
  .navbar-dropdown--level-0 .navbar__item--level-1 {
    float: left;
    width: 20%;
  }
  .navbar-dropdown__sub-menu--level-1 {
    padding-left: 0;
  }
  .navbar-dropdown__item {
    margin: 0;
    padding: 0 0.5em;
    margin-bottom: 10px;
  }
  .navbar-dropdown__item a {
    padding: 16px 0;
    background: #ffffff;
    color: #000000;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    color: #000000;
  }
  .navbar-dropdown__expand {
    display: none;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
@media screen and (max-width: 1199px) and (min-width: 960px) {
  .navbar-dropdown {
    padding: 2em calc((100vw - 99%) / 2) 2em !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 16px;
  }
}
.navigation {
  text-align: center;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  background: #dbd2bd;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
}
.page-template-template-modules .navigation {
  border: 0;
}
@media (min-width: 960px) {
  .page-template-template-modules .navigation {
    margin-bottom: 5px;
  }
}
.navigation .container {
  max-width: 1300px;
}
@media (min-width: 960px) {
  .navigation {
    background: transparent;
    margin-bottom: 1em;
    font-size: 16px;
  }
}
.navigation__helper {
  position: relative;
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.4em 0.9em 0.2em;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
}
.pagination a.next:after {
  content: ' →';
  position: relative;
  display: inline;
  top: -2px;
}
.pagination a.prev:before {
  content: '← ';
  position: relative;
  display: inline;
  top: -2px;
}
.pagination a:hover,
.pagination .page-numbers.current {
  color: #ffffff;
  background: #000000;
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
}
.header-tools__search-toggle .search-form__input {
  background: #dbd2bd;
  padding-left: 0.5em;
  border: 0;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
  text-indent: 2em;
  color: #000000;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
  text-indent: 2em;
  color: #000000;
}
.search-form__input::-ms-input-placeholder {
  text-align: center;
  text-indent: 2em;
  color: #000000;
}
.search-form__input::placeholder {
  text-align: center;
  text-indent: 2em;
  color: #000000;
}
.search-form__button {
  position: absolute;
  right: 0;
  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;
  width: 2.5em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.sidebar {
  margin-bottom: 3em;
}
@media (min-width: 960px) {
  .sidebar {
    padding-left: 3em;
  }
}
.woocommerce-page .sidebar {
  padding-left: 0;
  position: relative;
  padding: 1em 0;
}
.sidebar section {
  position: relative;
  z-index: 2;
}
.sidebar__shop {
  position: relative;
}
.sidebar__shop:before {
  background: #f9f7f0;
  content: '';
  height: 100%;
  width: 100vw;
  position: relative;
  display: inline-block;
  position: absolute;
  right: 0;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.woocommerce-tabs .tabs {
  display: none;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.header-tools .tool {
  color: #ffffff;
}
.tool__icon {
  display: block;
  width: 1.7em;
  height: 1.7em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.header-tools .tool__badge {
  top: 22px;
  left: auto;
  right: -2%;
  background: transparent;
  font-size: 1em;
}
@media (min-width: 680px) {
  .header-tools .tool__badge {
    right: -5%;
  }
}
@media (min-width: 960px) {
  .header-tools .tool__badge {
    right: 15%;
  }
}
.header-tools .tool--account {
  padding: 7px 0.5em;
}
@media (min-width: 960px) {
  .header-tools .tool--account .screen-reader-text {
    position: relative !important;
    left: auto;
    clip: unset;
    height: auto;
    width: auto;
  }
}
@media (min-width: 960px) {
  .header-tools .tool--account {
    padding: 8px 1.5em;
  }
}
.header-tools .tool--cart {
  background: #000000;
  padding: 7px 2em 7px 1.2em;
}
.header-tools .tool--cart:hover {
  background: #dbd2bd;
  color: #ffffff;
}
.header-tools .tool--cart:hover .tool__badge {
  fill: #dbd2bd;
}
@media (min-width: 960px) {
  .header-tools .tool--cart {
    padding: 8px 3.2em 8px 2.5em;
  }
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1.5em;
}
.woocommerce-page .widget__header {
  margin-bottom: 0.5em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer .widget__title {
  color: #ffffff;
  font-size: 15px;
}
.footer .widget_product_categories ul li,
.footer .widget_nav_menu ul li {
  margin: 0 0 2px;
}
.sidebar .widget_nav_menu ul li {
  margin-top: 0;
  padding-top: 0;
}
.sidebar .widget_nav_menu ul li a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
}
.sidebar .widget_nav_menu ul li a:hover {
  color: #000000;
}
.sidebar .widget_nav_menu ul li a:hover:after {
  margin-left: 10px;
}
.sidebar .widget_nav_menu ul li a:after {
  margin-left: 5px;
  content: '→';
}
.sidebar .widget_product_categories ul {
  padding-left: 0.5em;
}
.sidebar .widget_product_categories ul li {
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}
.sidebar .widget_product_categories ul li.cat-parent a {
  padding-bottom: 5px;
}
.sidebar .widget_product_categories ul li.cat-parent .children {
  border: 0;
}
.sidebar .widget_product_categories ul li.cat-parent .children li {
  margin: 0;
}
.sidebar .widget_product_categories ul li.cat-parent .children a {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .widget_product_categories ul li.cat-parent .children .cat-parent {
  border: 0;
}
.sidebar .widget_product_categories ul li.cat-parent .children .cat-parent a:hover:before {
  background: transparent;
  border: 0;
}
.sidebar .widget_product_categories ul li a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 0.8em;
  color: #262626;
}
.sidebar .widget_product_categories ul li a:before {
  content: url('images/next.svg');
  width: 6px;
  margin-right: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
}
.sidebar .widget_product_categories ul li a:hover,
.sidebar .widget_product_categories ul li.is--current {
  color: #000000;
}
.sidebar .widget_product_categories ul .cat-parent.current-cat a:before {
  background: transparent;
}
.sidebar .widget_product_categories ul .has-children,
.sidebar .widget_product_categories ul .cat-parent {
  cursor: pointer;
}
.sidebar .widget_product_categories ul .has-children .side-toggle-popped + .sub-menu,
.sidebar .widget_product_categories ul .cat-parent .side-toggle-popped + .sub-menu,
.sidebar .widget_product_categories ul .has-children .side-toggle-popped + .children,
.sidebar .widget_product_categories ul .cat-parent .side-toggle-popped + .children {
  height: auto;
}
.sidebar .widget_product_categories ul .has-children li a,
.sidebar .widget_product_categories ul .cat-parent li a {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  width: 100%;
  color: #262626;
  text-transform: none;
}
.sidebar .widget_product_categories ul .has-children li a:before,
.sidebar .widget_product_categories ul .cat-parent li a:before {
  content: '>';
  display: inline-block;
  width: 8px;
  left: 0;
  top: 1em;
  position: absolute;
}
.sidebar .widget_product_categories ul .has-children li.current-cat a:before,
.sidebar .widget_product_categories ul .cat-parent li.current-cat a:before,
.sidebar .widget_product_categories ul .has-children li a:hover:before,
.sidebar .widget_product_categories ul .cat-parent li a:hover:before {
  background: #000000;
  border: 1px solid #000000;
}
.sidebar .widget_product_categories ul .has-children .side-toggle-popped a,
.sidebar .widget_product_categories ul .cat-parent .side-toggle-popped a {
  color: #262626;
}
.sidebar .widget_product_categories ul .has-children .side-toggle-popped a:before,
.sidebar .widget_product_categories ul .cat-parent .side-toggle-popped a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -3px;
}
.sidebar .widget_product_categories ul .has-children .sub-menu,
.sidebar .widget_product_categories ul .cat-parent .sub-menu,
.sidebar .widget_product_categories ul .has-children .children,
.sidebar .widget_product_categories ul .cat-parent .children {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .widget_product_categories ul .has-children .children li,
.sidebar .widget_product_categories ul .cat-parent .children li {
  border: 0;
}
.sidebar .widget_product_categories ul .has-children .children .cat-parent a:before,
.sidebar .widget_product_categories ul .cat-parent .children .cat-parent a:before {
  content: url('images/next.svg');
  width: 6px;
  display: table;
  height: 0;
  border: 0;
  top: -4px;
}
.sidebar .widget_product_categories ul .has-children .children .cat-parent.current-cat a:before,
.sidebar .widget_product_categories ul .cat-parent .children .cat-parent.current-cat a:before {
  background: transparent;
}
.sidebar .widget_product_categories ul .has-children .children a:before,
.sidebar .widget_product_categories ul .cat-parent .children a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #808080;
  top: 6px;
}
.sidebar .widget_product_categories ul .has-children .children .children a,
.sidebar .widget_product_categories ul .cat-parent .children .children a {
  padding-top: 4px;
}
.sidebar .widget_product_categories ul .has-children .children .children a:before,
.sidebar .widget_product_categories ul .cat-parent .children .children a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #808080;
  top: 10px;
}
.sidebar .widget_product_categories ul .has-children .children .children .current-cat a:before,
.sidebar .widget_product_categories ul .cat-parent .children .children .current-cat a:before,
.sidebar .widget_product_categories ul .has-children .children .children a:hover:before,
.sidebar .widget_product_categories ul .cat-parent .children .children a:hover:before {
  background: #000000 !important;
  border: 1px solid #000000 !important;
  position: absolute;
}
.widget_price_filter .widget__title {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
form .price_slider_wrapper .ui-slider-range {
  background: #000000 !important;
}
form .price_slider_wrapper .ui-widget-content {
  background: #ffffff !important;
}
form .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #ffffff !important;
  background: #000000 !important;
  top: -0.14em !important;
}
form .price_slider_amount .price_label {
  padding-right: 5px;
}
form .price_slider_amount button {
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
}
form .price_slider_amount button:hover {
  background: #dbd2bd;
  color: #ffffff;
}
.header-tools {
  background-color: #262626;
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
}
.header-tools a {
  color: #ffffff;
}
.header-tools a:hover {
  color: #dbd2bd;
}
.header-tools__social ul {
  margin: 0;
}
.header-tools__social ul li {
  margin: 0;
}
.header-tools__social ul li a {
  font-size: 14px;
}
.header-tools__social ul li:last-child {
  margin-right: 0;
}
@media (min-width: 960px) {
  .header-tools__social ul li {
    margin-right: 5px;
  }
}
@media (min-width: 960px) {
  .header-tools__social {
    padding-left: 1em;
  }
}
.header-tools__info {
  text-align: right;
}
.header-tools__search {
  z-index: 99;
  display: inline-block;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-tools__search .menu-toggle__label {
  display: none;
}
@media (min-width: 960px) {
  .header-tools__search .menu-toggle__label {
    display: inline-block;
  }
}
.header-tools__search-toggle {
  display: none;
  position: relative;
  top: 100%;
  width: 100%;
  right: 0;
}
@media (min-width: 680px) {
  .header-tools__search-toggle {
    width: 320px;
    position: absolute;
  }
}
@media (min-width: 960px) {
  .header-tools__search-toggle {
    width: 400px;
  }
}
.header-tools__mobile {
  text-align: right;
}
.slides {
  position: relative;
}
.slides__bg {
  background-position: center;
  background-size: cover;
}
.slides__trans-bg-light {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 680px) {
  .slides__trans-bg-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(60%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 60%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 60%);
  }
}
.slides__trans-bg-dark {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
}
@media (min-width: 680px) {
  .slides__trans-bg-dark {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 60%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 60%);
  }
}
.slides__helper {
  height: 400px;
  position: relative;
}
@media (min-width: 680px) {
  .slides__helper {
    height: 470px;
  }
}
@media (min-width: 960px) {
  .slides__helper {
    height: 719px;
  }
}
.slides__wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 478px;
}
.slides__header {
  margin-bottom: 1.5em;
}
@media (min-width: 680px) {
  .slides__header {
    margin-bottom: 2em;
  }
}
@media (min-width: 960px) {
  .slides__header {
    margin-bottom: 2.8em;
  }
}
.slides__title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 2em;
}
.slides__title span {
  font-size: 40px;
  font-family: 'Playfair Display', sans-serif;
  display: block;
  font-weight: normal;
}
@media (min-width: 680px) {
  .slides__title span {
    font-size: 70px;
  }
}
@media (min-width: 960px) {
  .slides__title span {
    font-size: 125px;
  }
}
.slides__trans-bg-dark .slides__title {
  color: #ffffff;
}
@media (min-width: 680px) {
  .slides__title {
    font-size: 27px;
    line-height: 2em;
    letter-spacing: 5px;
  }
}
@media (min-width: 960px) {
  .slides__title {
    font-size: 31px;
    line-height: 2.4em;
  }
}
.module__content {
  font-size: 14px;
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .module__content {
    font-size: 18px;
  }
}
.product-slides {
  padding: 3em 0 1em;
  position: relative;
  text-align: center;
}
@media (min-width: 960px) {
  .product-slides {
    padding: 4em 0 2em;
  }
}
.product-slides__wrap {
  position: relative;
}
.clickable-panels {
  position: relative;
  padding: 1em 0 3em;
}
.clickable-panels a {
  display: inline-block;
  width: 100%;
}
@media (min-width: 680px) {
  .clickable-panels {
    padding: 1em 0 5em;
  }
}
.clickable-panels__bg {
  background-size: cover;
  background-position: center;
  position: relative;
}
.clickable-panels__helper {
  height: 160px;
  position: relative;
}
@media (min-width: 680px) {
  .clickable-panels__helper {
    height: 215px;
  }
}
@media (min-width: 960px) {
  .clickable-panels__helper {
    height: 439px;
  }
}
.clickable-panels__title {
  position: absolute;
  display: inline-block;
  background: #ffffff;
  padding: 0.3em 0.7em;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -0.4em;
  margin: 0;
  min-width: 70%;
}
@media (min-width: 680px) {
  .clickable-panels__title {
    font-size: 22px;
    min-width: 60%;
  }
}
@media (min-width: 960px) {
  .clickable-panels__title {
    font-size: 35px;
    min-width: unset;
  }
}
.slide-logos__logo {
  background-position: center;
  background-size: contain;
  height: 80px;
  background-repeat: no-repeat;
}
@media (min-width: 680px) {
  .slide-logos__logo {
    height: 110px;
  }
}
@media (min-width: 960px) {
  .slide-logos__logo {
    height: 162px;
  }
}
.footer-form {
  text-align: center;
  padding: 3em 0 2em;
}
@media (min-width: 680px) {
  .footer-form {
    padding: 3em 0 4em;
  }
}
.footer-form__header {
  margin-bottom: 2em;
}
@media (min-width: 680px) {
  .footer-form__header {
    margin-bottom: 2.5em;
  }
}
.footer-form__title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media (min-width: 680px) {
  .footer-form__title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .footer-form__title {
    font-size: 25px;
  }
}
.footer-form__subtitle {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
@media (min-width: 680px) {
  .footer-form__subtitle {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .footer-form__subtitle {
    font-size: 18px;
  }
}
.bpages-banner {
  position: relative;
}
@media (min-width: 680px) {
  .bpages-banner {
    margin-bottom: 3em;
  }
}
@media (min-width: 960px) {
  .bpages-banner {
    margin-bottom: 4em;
    margin-top: 0.5em;
  }
}
@media (min-width: 680px) {
  .bpages-banner-bg-extra {
    margin-top: 3em;
  }
}
@media (min-width: 960px) {
  .bpages-banner-bg-extra {
    margin-top: 4em;
  }
}
.bpages-banner--shop  {
  margin-bottom: 3em;
}
.bpages-banner-bg {
  background-position: center;
  background-size: cover;
  height: 120px;
}
@media (min-width: 680px) {
  .bpages-banner-bg {
    height: 250px;
  }
}
@media (min-width: 960px) {
  .bpages-banner-bg {
    height: 432px;
    margin-left: 3em;
  }
}
.bpages-banner-description {
  margin-top: 1.2em;
}
@media (min-width: 680px) {
  .bpages-banner-description {
    margin-top: 3em;
  }
}
@media (min-width: 960px) {
  .bpages-banner-description {
    margin-top: 3.6em;
  }
}
.bpages-banner--shop-back {
  margin-top: 2em;
}
.banner {
  padding: 1.5em 0 0.5em;
}
.banner .container {
  max-width: 1300px;
}
.banner-bg {
  margin-bottom: 1em;
  height: 100px;
}
@media (min-width: 680px) {
  .banner-bg {
    height: 200px;
  }
}
@media (min-width: 960px) {
  .banner-bg {
    height: 400px;
  }
}
.banner-bg.default {
  background-image: url('images/cat-default-banner.jpg');
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header-tools .container {
  padding-right: 0;
}
@media (min-width: 960px) {
  .product-slide__body .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.container--narrow {
  max-width: 680px;
}
.container--wide {
  max-width: 1300px;
}
.container--extra-wide {
  max-width: 1481px;
}
.container--full {
  max-width: 100%;
}
@media (min-width: 960px) {
  .container--full {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
@media (min-width: 680px) {
  .u--remove-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 680px) {
  .u--remove-padding-left {
    padding-left: 0;
  }
}
.u-bg {
  background: center center / cover no-repeat;
}
.swatch__buttons {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swatch__button {
  margin-right: 0.5em;
  background-color: black;
  padding: 1em;
  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;
  color: white;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: inherit;
  font-size: 0.8em;
  text-align: center;
}
.swatch__button:hover {
  background-color: #dbd2bd;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 680px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
  }
}
@media (min-width: 680px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    min-height: 60px;
    letter-spacing: 2px;
  }
}
@media (min-width: 960px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    letter-spacing: 2px;
    min-height: 60px;
    line-height: 1.2em;
  }
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 1.5em 1em 1.3em;
  margin: 0 !important;
  left: auto !important;
  top: auto !important;
  min-height: unset;
  max-height: unset;
  line-height: 0;
  font-size: 12px;
}
@media (min-width: 960px) {
  .woocommerce span.onsale {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1.7em 1em 1.5em;
  }
}
@media (min-width: 960px) {
  .product-slides .woocommerce span.onsale {
    padding: 2.2em 1.5em 2em;
  }
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 680px) {
  .woocommerce ul.products li.product .price {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .woocommerce ul.products li.product .price {
    font-size: 18px;
  }
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
  background: #000000;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button {
  background: transparent;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  letter-spacing: 0;
  font-size: 13px;
}
.woocommerce.woocommerce ul.products li.product .button:after {
  content: ' →';
  position: relative;
  display: inline;
  top: -2px;
}
.woocommerce.woocommerce ul.products li.product .button:hover:after {
  margin-left: 5px;
}
@media (min-width: 680px) {
  .woocommerce.woocommerce ul.products li.product .button {
    letter-spacing: 2px;
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .woocommerce.woocommerce ul.products li.product .button {
    letter-spacing: 3px;
    font-size: 16px;
  }
}
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt {
  background: #000000 !important;
}
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #000000 !important;
  color: #FFF;
}
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #dbd2bd !important;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.woocommerce__image-wrap {
  position: relative;
  border: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
}
.product-slides .woocommerce__image-wrap {
  width: 99%;
}
.product-slides .woocommerce ul.products li.product,
.product-slides .woocommerce-page ul.products li.product {
  margin-bottom: 1em;
}
.product-slides .woocommerce ul.products[class*=columns-] li.product,
.product-slides .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce__back {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.woocommerce__back:hover {
  color: #dbd2bd;
}
.woocommerce div.product div.images {
  position: relative;
  border: 2px solid #cccccc;
}
.product-slides .add_to_cart_button,
.related.products .add_to_cart_button {
  display: none !important;
  clear: both;
}
.woocommerce .related.products {
  clear: both;
  padding-top: 3em;
  text-align: center;
  position: relative;
}
.woocommerce .related.products h2,
.woocommerce .related.products .h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2em;
  position: relative;
  display: inline-block;
  background: #ffffff;
  z-index: 2;
  padding: 0 0.5em;
}
@media (min-width: 680px) {
  .woocommerce .related.products h2,
  .woocommerce .related.products .h2 {
    padding: 0 2em;
    letter-spacing: 3px;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .woocommerce .related.products h2,
  .woocommerce .related.products .h2 {
    padding: 0 2.5em;
    letter-spacing: 6px;
    font-size: 25px;
  }
}
.woocommerce .related.products .products {
  text-align: left;
}
.woocommerce .related.products .products h2,
.woocommerce .related.products .products .h2 {
  text-align: left;
  background: transparent;
}
.woocommerce .related.products::before {
  content: '';
  width: 0;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #000000;
  position: absolute;
  left: 50%;
  top: 3.7em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 680px) {
  .woocommerce .related.products::before {
    width: 95vw;
  }
}
@media (min-width: 960px) {
  .woocommerce .related.products::before {
    width: 96vw;
  }
}
.woocommerce div.product .product_title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-top: 1px solid #000000;
  display: inline-block;
  padding-top: 0.8em;
  margin-bottom: 1.2em;
}
@media (min-width: 680px) {
  .woocommerce div.product .product_title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .woocommerce div.product .product_title {
    font-size: 25px;
  }
}
.entry-summary span.woocommerce-Price-amount.amount {
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: inline-block;
}
.variations {
  margin-top: 1em;
}
.variations tbody tr td {
  display: block;
  width: 100%;
  padding-right: 0;
}
.variations tbody tr td.label {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.variations tbody tr td select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  padding: 0;
  font-size: 18px;
}
@media (min-width: 960px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 50%;
  }
}
.woocommerce.single-product .entry-summary .cart input,
.woocommerce.single-product .entry-summary .cart button {
  height: 50px;
}
.woocommerce.single-product .entry-summary .cart .qty {
  border: 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 960px) {
  .woocommerce.single-product .entry-summary .cart .qty {
    width: 80px !important;
  }
}
.woocommerce.single-product .entry-summary .cart button {
  float: right !important;
}
.single_add_to_cart_button {
  background: #000000 !important;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.single_add_to_cart_button:hover {
  background: #dbd2bd !important;
}
.woocommerce-tabs {
  float: right;
  clear: right !important;
  width: 100%;
  background: #efeada;
  padding: 2.2em 1.7em 1em !important;
  margin-bottom: 2em;
}
.woocommerce-tabs h2,
.woocommerce-tabs .h2 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .woocommerce-tabs h2,
  .woocommerce-tabs .h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media (min-width: 960px) {
  .woocommerce-tabs h2,
  .woocommerce-tabs .h2 {
    font-size: 25px;
    letter-spacing: 5px;
    margin-bottom: 1em;
  }
}
.has-default-attributes .woocommerce-tabs {
  padding: 2.2em 1.7em 0 !important;
}
.woocommerce-tabs .half-col.first {
  margin-bottom: 2em;
}
.woocommerce-tabs .half-col.last {
  display: none;
}
.woocommerce-tabs .half-col.last h3,
.woocommerce-tabs .half-col.last .h3 {
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 1px;
}
.has-default-attributes .woocommerce-tabs .half-col.last {
  display: block;
}
@media (min-width: 960px) {
  .woocommerce-tabs {
    width: 50%;
  }
}
.woocommerce table.shop_attributes {
  border: 0;
}
.woocommerce table.shop_attributes tr {
  margin-bottom: 10px;
}
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 0;
  padding: 0;
  font-style: normal;
}
.woocommerce table.shop_attributes tr p,
.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 0;
}
.woocommerce .up-sells.products,
.woocommerce .upsells.products,
.woocommerce .related.products {
  text-align: center;
  margin-top: 3em;
}
.woocommerce .up-sells.products h2,
.woocommerce .upsells.products h2,
.woocommerce .related.products h2,
.woocommerce .up-sells.products .h2,
.woocommerce .upsells.products .h2,
.woocommerce .related.products .h2 {
  margin-bottom: 2em;
}
.woocommerce .related.products ul li {
  width: 24.1%;
  margin: 0 1.2% 2.992em 0;
}
.woocommerce .related.products ul li:last-of-type {
  margin-right: 0;
}
.woocommerce .related.products ul li.first {
  clear: none;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  text-align: center;
}
@media (min-width: 960px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 32.2%;
    margin: 0px 1.7% 2.992em 0;
  }
  .woocommerce ul.products.columns-3 li.product.last,
  .woocommerce-page ul.products.columns-3 li.product.last {
    margin-right: 0 !important;
  }
}
.owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0.5em;
}
.owl-dots .owl-dot {
  margin: 0 5px;
  opacity: 0.3;
  height: 0;
}
.owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #000000;
}
@media (min-width: 680px) {
  .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
  }
}
@media (min-width: 960px) {
  .owl-dots .owl-dot span {
    width: 37px;
  }
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  opacity: 1;
}
@media (min-width: 680px) {
  .owl-dots {
    bottom: 0.8em;
  }
}
.product-slides .owl-dots {
  display: none;
}
.owl-nav {
  position: absolute;
  width: 107%;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 680px) {
  .owl-nav {
    top: 35%;
    width: 104%;
  }
}
@media (min-width: 960px) {
  .owl-nav {
    top: 40%;
    width: 105%;
  }
}
.owl-nav button {
  height: 0;
}
.owl-nav button:before,
.owl-nav button:after {
  display: inline-block;
  height: 18px;
  width: 8px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 680px) {
  .owl-nav button:before,
  .owl-nav button:after {
    height: 18px;
    width: 11px;
  }
}
.owl-nav .owl-prev {
  position: absolute;
  content: "";
  left: 0;
}
.owl-nav .owl-prev:before {
  background-position: center left;
  background-image: url('images/prev.svg');
}
.owl-nav .owl-next {
  position: absolute;
  content: "";
  right: 0;
}
.owl-nav .owl-next:after {
  background-image: url('images/next.svg');
  background-position: center right;
}
#sbi_images .sbi_item:last-of-type .sbi_photo_wrap {
  margin-right: 0;
  border-right: 0;
}
#sbi_images .sbi_item:first-of-type .sbi_photo_wrap {
  border-left: 0;
  margin-left: 0;
}
@media (max-width: 480px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
}
body .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
body .gform_wrapper form .gform_footer {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 680px) {
  body .gform_wrapper form .gform_footer {
    width: 10% !important;
  }
}
body .gform_wrapper form .gform_footer input {
  font-size: 17px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  background: #262626;
  padding: 0.8em 1em !important;
  text-align: center;
  border: 0;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  height: auto;
  border: 1px solid #262626 !important;
}
body .gform_wrapper form .gform_footer input:hover {
  background: #dbd2bd;
  border: 1px solid #dbd2bd !important;
}
@media (min-width: 680px) {
  body .gform_wrapper form .gform_footer input {
    font-size: 18px;
    padding: 1em 1em !important;
    min-width: 297px;
  }
}
body .gform_wrapper form.gf_simple_horizontal .gform_body {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 680px) {
  body .gform_wrapper form.gf_simple_horizontal .gform_body {
    width: 90% !important;
  }
}
@media (min-width: 960px) {
  body .gform_wrapper form.gf_simple_horizontal .gform_body .gform_fields .gfield {
    padding-right: 1.5em !important;
  }
}
body .gform_wrapper form.gf_simple_horizontal .gform_body .gform_fields .gfield input {
  font-size: 18px !important;
  height: auto;
  padding: 0.5em 0 !important;
  margin-top: 0;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  border: 0;
  border-bottom: 1px solid #000000 !important;
  color: #000000;
}
@media (min-width: 680px) {
  body .gform_wrapper form.gf_simple_horizontal .gform_body .gform_fields .gfield input {
    padding: 1em 0 !important;
  }
}
body .gform_wrapper form.gf_simple_horizontal .gform_footer {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 680px) {
  body .gform_wrapper form.gf_simple_horizontal .gform_footer {
    width: 10% !important;
  }
}
body .gform_wrapper form.gf_simple_horizontal .gform_footer input {
  font-size: 17px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  background: #262626;
  padding: 0.8em 1em !important;
  text-align: center;
  border: 0;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  height: auto;
  border: 1px solid #262626 !important;
}
body .gform_wrapper form.gf_simple_horizontal .gform_footer input:hover {
  background: #dbd2bd;
  border: 1px solid #dbd2bd !important;
}
@media (min-width: 680px) {
  body .gform_wrapper form.gf_simple_horizontal .gform_footer input {
    font-size: 18px;
    padding: 1em 1em !important;
    width: 200px;
  }
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  text-align: center;
  color: #000000;
}
body .gform_wrapper div.validation_error {
  color: #ffffff !important;
}
#breadcrumbs span,
#breadcrumbs a {
  color: #b2b2b2;
  letter-spacing: 1px;
}
#breadcrumbs a:hover {
  color: #dbd2bd;
}
#wc_product_finder {
  position: relative;
  display: inline-block;
  z-index: 99;
}
.header-tools #wc_product_finder {
  background: #efeada;
}
#wc_product_finder fieldset {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.sidebar #wc_product_finder fieldset {
  padding: 0;
}
#wc_product_finder .search-intro,
#wc_product_finder .form-row {
  padding: 1em 0;
}
#wc_product_finder .search-intro {
  background: transparent;
}
#wc_product_finder .add_row {
  background: #000000;
}
#wc_product_finder .add_row:hover {
  background: #dbd2bd;
}
#wc_product_finder .search_row {
  background: transparent;
  border-top: 1px solid #ddd !important;
}
#wc_product_finder .search_row select {
  width: 100%;
}
#wc_product_finder .form-row {
  width: 100%;
}
#wc_product_finder .form-row-submit {
  display: inline;
}
#wc_product_finder .form-row-submit input {
  padding: 1.2em 1em 1em !important;
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #000000;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 100% !important;
  height: auto !important;
}
#wc_product_finder .form-row-submit input:hover {
  background: #dbd2bd;
  color: #ffffff;
}
@media (min-width: 680px) {
  #wc_product_finder .form-row-submit input {
    width: 100%;
    padding: 1.2em 1em 1em !important;
    font-size: 16px;
  }
}
