button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #11519a;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #1565c0;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: 600;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
.entry__content .woocommerce th,
.entry__content .wl-form label,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #104c90;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* =Variables
-------------------------------------------------------------- */
/* =Mixins
-------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* =Fonts
*
* Example:
*
* @include font-face("source-sans-pro", "../fonts/source-sans-pro/source-sans-pro-regular", $file-formats: eot woff2 woff ttf);
* @include font-face("source-sans-pro", "../fonts/source-sans-pro/source-sans-pro-bold", bold, $file-formats: eot woff2 woff ttf);
* @include font-face("source-sans-pro", "../fonts/source-sans-pro/source-sans-pro-italic", normal, italic, $file-formats: eot woff2 woff ttf);
-------------------------------------------------------------- */
@font-face {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  src: local("Helvetica Neue"), local("HelveticaNeue");
}

@font-face {
  font-family: 'hnlight';
  src: local("Helvetica Neue Light"), local("HelveticaNeue-Light");
}

@font-face {
  font-family: 'hnthin';
  src: local("Helvetica Neue Thin"), local("HelveticaNeue-Thin");
}

@font-face {
  font-family: 'hnbold';
  font-weight: bold;
  src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold");
}

@font-face {
  font-family: "loll";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/loll.woff2") format("woff2"), url("../fonts/loll.woff") format("woff"), url("../fonts/loll.ttf") format("truetype"), url("../fonts/loll.svg#loll") format("svg");
}

/* =Icons
-------------------------------------------------------------- */
[class^="lollicon-"], [class*=" lollicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'loll' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lollicon-weight:before {
  content: "\e91c";
}

.lollicon-360:before {
  content: "\e900";
}

.lollicon-arrow-down:before {
  content: "\e901";
}

.lollicon-arrow-left:before {
  content: "\e902";
}

.lollicon-arrow-right:before {
  content: "\e903";
}

.lollicon-arrow-up:before {
  content: "\e904";
}

.lollicon-assembly:before {
  content: "\e905";
}

.lollicon-cart:before {
  content: "\e906";
}

.lollicon-dimensions:before {
  content: "\e907";
}

.lollicon-eco:before {
  content: "\e908";
}

.lollicon-epicurean:before {
  content: "\e909";
}

.lollicon-export:before {
  content: "\e90a";
}

.lollicon-facebook:before {
  content: "\e90b";
}

.lollicon-good-sheet:before {
  content: "\e90c";
}

.lollicon-houzz:before {
  content: "\e90d";
}

.lollicon-instagram:before {
  content: "\e90e";
}

.lollicon-intectural:before {
  content: "\e90f";
}

.lollicon-logo:before {
  content: "\e910";
}

.lollicon-materials:before {
  content: "\e911";
}

.lollicon-pinterest:before {
  content: "\e912";
}

.lollicon-recycle:before {
  content: "\e913";
}

.lollicon-search .path1:before {
  content: "\e914";
  color: black;
}

.lollicon-search .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: white;
}

.lollicon-sheets:before {
  content: "\e916";
}

.lollicon-tree:before {
  content: "\e917";
}

.lollicon-twitter:before {
  content: "\e918";
}

.lollicon-usa:before {
  content: "\e919";
}

.lollicon-x:before {
  content: "\e91a";
}

.lollicon-youtube:before {
  content: "\e91b";
}

/* =Typographical mixins and styling
-------------------------------------------------------------- */
/* =Typography
-------------------------------------------------------------- */
html {
  font-size: 100%;
}

body {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6c6c6c;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h1, h2, h3, h4, .entry__content .woocommerce th, .entry__content .wl-form label, h5, h6 {
  clear: both;
  float: none;
  letter-spacing: 1px;
  line-height: 1.25em;
  margin-bottom: 20px;
}

h1::after, h2::after, h3::after, h4::after, .entry__content .woocommerce th::after, .entry__content .wl-form label::after, h5::after, h6::after {
  clear: both;
  content: "";
  display: table;
}

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

h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

h3 {
  font-size: 17px;
  font-size: 1.0625rem;
}

h4, .entry__content .woocommerce th, .entry__content .wl-form label {
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  font-size: 15px;
  font-size: 0.9375rem;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}

blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  font-style: italic;
  letter-spacing: 1px;
  padding: 20px;
}

cite {
  font-style: italic;
}

a, a:visited {
  color: #fdd100;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:active, a:focus, a:hover, a:visited:active, a:visited:focus, a:visited:hover {
  color: #434343;
  text-decoration: none;
}

em {
  font-weight: normal;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* =Forms
-------------------------------------------------------------- */
input[type="text"], select, textarea {
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: none;
}

input[type="submit"] {
  background: #fdd100;
  border-radius: 0;
  color: #fff;
  padding: 20px 15px;
}

input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
  background: #6c6c6c;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple] {
  border-radius: 0;
}

/* =User content
-------------------------------------------------------------- */
.alignnone {
  margin: 1em;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  text-align: center;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .entry__content .woocommerce th, .entry__content .woocommerce .entry-content th, .entry-content .entry__content .wl-form label, .entry__content .wl-form .entry-content label, .entry-content h5, .entry-content h6, .entry__content h1, .entry__content h2, .entry__content h3, .entry__content h4, .entry__content .woocommerce th, .entry__content .wl-form label, .entry__content h5, .entry__content h6 {
  color: #434343;
  text-transform: lowercase;
}

@media screen and (min-width: 768px) {
  .entry-content h1, .entry__content h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content h1, .entry__content h1 {
    font-size: 98px;
    font-size: 6.125rem;
  }
}

@media screen and (min-width: 768px) {
  .entry-content h2, .entry__content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content h2, .entry__content h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .entry-content h3, .entry__content h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content h3, .entry__content h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content h4, .entry-content .entry__content .woocommerce th, .entry__content .woocommerce .entry-content th, .entry-content .entry__content .wl-form label, .entry__content .wl-form .entry-content label, .entry__content h4, .entry__content .woocommerce th, .entry__content .wl-form label {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content h5, .entry__content h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .entry-content h6, .entry__content h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.entry-content .light-heading1, .entry__content .light-heading1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .entry-content .light-heading1, .entry__content .light-heading1 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
}

.entry-content .light-heading2, .entry__content .light-heading2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
}

.entry-content ul, .entry-content ol, .entry__content ul, .entry__content ol {
  padding-left: 30px;
  margin-bottom: 15px;
}

.entry-content ul, .entry__content ul {
  list-style-type: square;
}

.entry-content ol, .entry__content ol {
  list-style-type: decimal;
}

.entry-content p, .entry__content p {
  line-height: 2;
  margin-bottom: 2em;
}

.entry-content blockquote, .entry__content blockquote {
  font-size: 17px;
  font-size: 1.0625rem;
  background: none;
  border: none;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  margin: 30px;
  padding: 10px 0;
}

@media screen and (min-width: 1024px) {
  .entry-content blockquote, .entry__content blockquote {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 30px 0;
    padding: 20px 0;
    width: 50%;
  }
}

.entry-content .loll-embed, .entry__content .loll-embed {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.entry-content .loll-embed::after, .entry__content .loll-embed::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .entry-content .loll-embed, .entry__content .loll-embed {
    margin-bottom: 60px;
  }
}

.entry-content .loll-embed iframe, .entry-content .loll-embed object, .entry-content .loll-embed embed, .entry-content .loll-embed video, .entry__content .loll-embed iframe, .entry__content .loll-embed object, .entry__content .loll-embed embed, .entry__content .loll-embed video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

/** for when things don't want to play nice. We're looking at you IE. >.> **/
.ie-is-bad .card-product__img.blend-multiply {
  background-blend-mode: none;
  background-color: #fff;
}

.ie-is-bad .product__thumbnail.blend-multiply {
  background-blend-mode: none;
  background-color: #fff;
}

.ie-is-bad .ie-overlay {
  position: absolute;
  background-color: rgba(241, 241, 241, 0.275);
  background-position: top left;
  width: 100%;
  height: 100%;
}

.ie-is-bad .ie-overlay-cat {
  position: absolute;
  background-color: rgba(241, 241, 241, 0.25);
  background-position: top left;
  width: 100%;
  height: 100%;
}

/* =Buttons
-------------------------------------------------------------- */
a.btn, a.btn--alt, a.btn--small, a.btn--small--alt,
.woocommerce a.button, .woocommerce .cart a.button, .bh-sl-container a#bh-sl-submit, .woocommerce a.input.button:disabled, .woocommerce a.button.alt, .btn, a.btn--alt, .btn--alt, a.btn--small, a.btn--small--alt,
.woocommerce a.button, .btn--small, .btn--small--alt, .woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button, .woocommerce .cart .button, .woocommerce .cart input.button, .bh-sl-container #bh-sl-submit, .woocommerce .input.button:disabled, .woocommerce input.button[disabled]:disabled, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  border: 5px solid #fdd100;
  color: #6c6c6c;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
}

a.btn:active, a.btn--alt:active, a.btn--small:active, a.btn--small--alt:active,
.woocommerce a.button:active, .bh-sl-container a#bh-sl-submit:active, .woocommerce a.input.button:active:disabled, a.btn:focus, a.btn--alt:focus, a.btn--small:focus, a.btn--small--alt:focus,
.woocommerce a.button:focus, .bh-sl-container a#bh-sl-submit:focus, .woocommerce a.input.button:focus:disabled, a.btn:hover, a.btn--alt:hover, a.btn--small:hover, a.btn--small--alt:hover,
.woocommerce a.button:hover, .bh-sl-container a#bh-sl-submit:hover, .woocommerce a.input.button:hover:disabled, .btn:active, .btn--alt:active,
.woocommerce a.button:active, .btn--small:active, .btn--small--alt:active, .woocommerce #respond input#submit:active,
.woocommerce button.button:active,
.woocommerce input.button:active, .woocommerce .cart .button:active, .bh-sl-container #bh-sl-submit:active, .woocommerce .input.button:active:disabled, .woocommerce input.button[disabled]:active:disabled, .btn:focus, .btn--alt:focus,
.woocommerce a.button:focus, .btn--small:focus, .btn--small--alt:focus, .woocommerce #respond input#submit:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus, .woocommerce .cart .button:focus, .bh-sl-container #bh-sl-submit:focus, .woocommerce .input.button:focus:disabled, .woocommerce input.button[disabled]:focus:disabled, .btn:hover, .btn--alt:hover,
.woocommerce a.button:hover, .btn--small:hover, .btn--small--alt:hover, .woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce .cart .button:hover, .bh-sl-container #bh-sl-submit:hover, .woocommerce .input.button:hover:disabled, .woocommerce input.button[disabled]:hover:disabled {
  background: #fdd100;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a.btn, a.btn--alt, a.btn--small, a.btn--small--alt,
  .woocommerce a.button, .woocommerce .cart a.button, .bh-sl-container a#bh-sl-submit, .woocommerce a.input.button:disabled, .woocommerce a.button.alt, .btn, a.btn--alt, .btn--alt, a.btn--small, a.btn--small--alt,
  .woocommerce a.button, .btn--small, .btn--small--alt, .woocommerce #respond input#submit,
  .woocommerce button.button,
  .woocommerce input.button, .woocommerce .cart .button, .woocommerce .cart input.button, .bh-sl-container #bh-sl-submit, .woocommerce .input.button:disabled, .woocommerce input.button[disabled]:disabled, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 28px 72px;
  }
}

a.btn--alt, .btn--alt {
  color: #fff;
}

a.btn--small, a.btn--small--alt,
.woocommerce a.button, .woocommerce .cart a.button, .bh-sl-container a#bh-sl-submit, .btn--small, a.btn--small--alt, .btn--small--alt, .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .woocommerce .cart .button, .woocommerce .cart input.button, .bh-sl-container #bh-sl-submit, .woocommerce .input.button:disabled, .woocommerce input.button:disabled[disabled] {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12px 23px;
}

@media screen and (min-width: 1024px) {
  a.btn--small, a.btn--small--alt,
  .woocommerce a.button, .woocommerce .cart a.button, .bh-sl-container a#bh-sl-submit, .btn--small, a.btn--small--alt, .btn--small--alt, .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button, .woocommerce .cart .button, .woocommerce .cart input.button, .bh-sl-container #bh-sl-submit, .woocommerce .input.button:disabled, .woocommerce input.button:disabled[disabled] {
    font-size: 16px;
    font-size: 1rem;
    padding: 22px 65px;
  }
}

a.btn--small--alt, .btn--small--alt {
  color: #fff;
}

button {
  background: #fdd100;
  border-radius: 0;
  color: #fff;
  padding: 20px 15px;
}

button:active, button:focus, button:hover {
  background: #fdd100;
}

/* =Content
-------------------------------------------------------------- */
.site-main, .single-product #content {
  position: relative;
  z-index: 100;
}

.site-main {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .site-main {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .site-main {
    margin-top: 100px;
  }
}

.blog .site-main, .single-post .site-main {
  margin-top: 0;
}

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

.visually-hidden, .contact__left .gform_wrapper .gfield_label {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.page-navi, .woocommerce-pagination {
  padding: 30px 0;
  text-align: center;
}

.page-navi a:active, .woocommerce-pagination a:active, .page-navi a:focus, .woocommerce-pagination a:focus, .page-navi a:hover, .woocommerce-pagination a:hover {
  text-decoration: none;
}

.page-navi .page-numbers.next, .woocommerce-pagination .page-numbers.next, .page-navi .page-numbers.prev, .woocommerce-pagination .page-numbers.prev {
  color: #fdd100;
  font-family: "loll", sans-serif;
}

.page-navi .page-numbers, .woocommerce-pagination .page-numbers {
  color: #6c6c6c;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
}

@media screen and (min-width: 1140px) {
  .page-navi .page-numbers, .woocommerce-pagination .page-numbers {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.page-navi .page-numbers.current, .woocommerce-pagination .page-numbers.current {
  border: 3px solid #fdd100;
  color: #fdd100;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .page-navi, .woocommerce-pagination {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1140px) {
  .page-navi, .woocommerce-pagination {
    padding: 75px 0;
  }
}

.arrow-link {
  color: #434343;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}

.arrow-link:after {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -4px;
  right: -35px;
  content: '\e903';
  font-family: "loll", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .arrow-link:after {
    font-size: 25px;
    font-size: 1.5625rem;
    right: -40px;
    top: -5px;
  }
}

.arrow-link:active, .arrow-link:focus, .arrow-link:hover {
  color: #434343;
  text-decoration: none;
}

.yellow-underline-link, .site-supernav .site-supernav__menu a, .page-header__menu a {
  letter-spacing: 1px;
  position: relative;
}

.yellow-underline-link:after, .site-supernav .site-supernav__menu a:after, .page-header__menu a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 1px solid #fdd100;
  content: '';
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.yellow-underline-link:active, .site-supernav .site-supernav__menu a:active, .page-header__menu a:active, .yellow-underline-link:focus, .site-supernav .site-supernav__menu a:focus, .page-header__menu a:focus, .yellow-underline-link:hover, .site-supernav .site-supernav__menu a:hover, .page-header__menu a:hover {
  text-decoration: none;
}

.yellow-underline-link:active:after, .site-supernav .site-supernav__menu a:active:after, .page-header__menu a:active:after, .yellow-underline-link:focus:after, .site-supernav .site-supernav__menu a:focus:after, .page-header__menu a:focus:after, .yellow-underline-link:hover:after, .site-supernav .site-supernav__menu a:hover:after, .page-header__menu a:hover:after {
  opacity: 1;
}

/* =Cards
-------------------------------------------------------------- */
.card-posts {
  clear: both;
  margin-top: 30px;
}

.card-posts::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .card-posts {
    margin-top: 80px;
  }
}

.card-post, .card-post--next, .card-post--prev {
  background: #000;
  display: block;
  padding: 3% 15% 4% 15%;
  position: relative;
  width: 100%;
}

.card-post:active, .card-post--next:active, .card-post--prev:active, .card-post:focus, .card-post--next:focus, .card-post--prev:focus, .card-post:hover, .card-post--next:hover, .card-post--prev:hover {
  text-decoration: none;
}

.card-post:active .card-post__bg, .card-post--next:active .card-post__bg, .card-post--prev:active .card-post__bg, .card-post:focus .card-post__bg, .card-post--next:focus .card-post__bg, .card-post--prev:focus .card-post__bg, .card-post:hover .card-post__bg, .card-post--next:hover .card-post__bg, .card-post--prev:hover .card-post__bg {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .card-post, .card-post--next, .card-post--prev {
    padding: 3% 10% 4% 10%;
  }
}

@media screen and (min-width: 768px) {
  .card-post, .card-post--next, .card-post--prev {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
    min-height: 340px;
  }
  .card-post:last-child, .card-post--next:last-child, .card-post--prev:last-child {
    margin-right: 0;
  }
}

.card-post__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.52;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.card-post__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .card-post__title {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .card-post__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.card-post__label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
  text-transform: lowercase;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .card-post__label {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.card-post--next {
  float: right;
}

.card-post--next:after {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  color: #fff;
  content: '\e903';
  font-family: "loll", sans-serif;
  margin-top: -10px;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .card-post--next:after {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1440px) {
  .card-post--next:after {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    right: 45px;
    bottom: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .card-post--next {
    padding: 3% 7% 4% 5%;
  }
}

.card-post--prev {
  float: left;
}

.card-post--prev:after {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 15px;
  color: #fff;
  content: '\e902';
  font-family: "loll", sans-serif;
  margin-top: -10px;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .card-post--prev:after {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1440px) {
  .card-post--prev:after {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .card-post--prev {
    padding: 3% 5% 4% 7%;
  }
}

@media screen and (min-width: 480px) {
  .card-products {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .card-products:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
}

.woocommerce ul.card-products:before {
  content: none;
}

.card-product, .card-product--alt, .card-product--alt--large, .card-product--alt--small, .card-product--number, .card-product__category {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .card-product, .card-product--alt, .card-product--alt--large, .card-product--alt--small, .card-product--number, .card-product__category {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 22vw;
    max-width: 22vw;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1140px) {
  .card-product, .card-product--alt, .card-product--alt--large, .card-product--alt--small, .card-product--number, .card-product__category {
    width: 23vw;
    max-width: 23vw;
  }
}

.card-product a.woocommerce-LoopProduct-link, .card-product--alt a.woocommerce-LoopProduct-link, .card-product--alt--large a.woocommerce-LoopProduct-link, .card-product--alt--small a.woocommerce-LoopProduct-link, .card-product--number a.woocommerce-LoopProduct-link, .card-product__category a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
}

.card-product a.woocommerce-LoopProduct-link:hover:after, .card-product--alt a.woocommerce-LoopProduct-link:hover:after, .card-product--alt--large a.woocommerce-LoopProduct-link:hover:after, .card-product--alt--small a.woocommerce-LoopProduct-link:hover:after, .card-product--number a.woocommerce-LoopProduct-link:hover:after, .card-product__category a.woocommerce-LoopProduct-link:hover:after {
  opacity: 1;
}

.card-product a.woocommerce-LoopProduct-link:after, .card-product--alt a.woocommerce-LoopProduct-link:after, .card-product--alt--large a.woocommerce-LoopProduct-link:after, .card-product--alt--small a.woocommerce-LoopProduct-link:after, .card-product--number a.woocommerce-LoopProduct-link:after, .card-product__category a.woocommerce-LoopProduct-link:after {
  position: absolute;
  right: 25px;
  bottom: 35px;
  background: #fdd100;
  color: #fff;
  content: '\e903';
  font-family: "loll", sans-serif;
  opacity: 0;
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1140px) {
  .card-product a.woocommerce-LoopProduct-link:after, .card-product--alt a.woocommerce-LoopProduct-link:after, .card-product--alt--large a.woocommerce-LoopProduct-link:after, .card-product--alt--small a.woocommerce-LoopProduct-link:after, .card-product--number a.woocommerce-LoopProduct-link:after, .card-product__category a.woocommerce-LoopProduct-link:after {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.card-product__img {
  background-blend-mode: multiply;
  background-color: #f1f1f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 18px;
  min-height: 300px;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .card-product__img {
    min-height: 440px;
  }
}

.card-product__img img {
  height: auto;
  max-width: 100%;
  width: 80%;
}

.card-product__title {
  margin-bottom: 10px;
  text-transform: lowercase;
  opacity: 1;
  width: 80%;
}

.card-product__title a {
  color: #6c6c6c;
}

.card-product__title a:hover, .card-product__title a:focus {
  color: #fdd100;
}

@media screen and (min-width: 1024px) {
  .card-product__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.card-product__price {
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

@media screen and (min-width: 1024px) {
  .card-product__price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.card-product--alt, .card-product--alt--large, .card-product--alt--small {
  position: relative;
}

@media screen and (min-width: 768px) {
  .card-product--alt a, .card-product--alt--large a, .card-product--alt--small a {
    height: 100%;
  }
}

.card-product--alt a:active, .card-product--alt--large a:active, .card-product--alt--small a:active, .card-product--alt a:focus, .card-product--alt--large a:focus, .card-product--alt--small a:focus, .card-product--alt a:hover, .card-product--alt--large a:hover, .card-product--alt--small a:hover {
  text-decoration: none;
}

.card-product--alt a:active:after, .card-product--alt--large a:active:after, .card-product--alt--small a:active:after, .card-product--alt a:focus:after, .card-product--alt--large a:focus:after, .card-product--alt--small a:focus:after, .card-product--alt a:hover:after, .card-product--alt--large a:hover:after, .card-product--alt--small a:hover:after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .card-product--alt a:active .card-product__details, .card-product--alt--large a:active .card-product__details, .card-product--alt--small a:active .card-product__details, .card-product--alt a:focus .card-product__details, .card-product--alt--large a:focus .card-product__details, .card-product--alt--small a:focus .card-product__details, .card-product--alt a:hover .card-product__details, .card-product--alt--large a:hover .card-product__details, .card-product--alt--small a:hover .card-product__details {
    opacity: 0.98;
  }
}

@media screen and (min-width: 768px) {
  .card-product--alt .card-product__img, .card-product--alt--large .card-product__img, .card-product--alt--small .card-product__img {
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .card-product--alt .card-product__img, .card-product--alt--large .card-product__img, .card-product--alt--small .card-product__img {
    min-height: 400px;
  }
}

.card-product--alt .card-product__colors, .card-product--alt--large .card-product__colors, .card-product--alt--small .card-product__colors {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.card-product--alt .card-product__colors .card-product__color, .card-product--alt--large .card-product__colors .card-product__color, .card-product--alt--small .card-product__colors .card-product__color {
  float: left;
  height: 15px;
  width: 15px;
}

@media screen and (min-width: 768px) {
  .card-product--alt .card-product__details__wrap, .card-product--alt--large .card-product__details__wrap, .card-product--alt--small .card-product__details__wrap {
    margin: 0 10%;
  }
}

.card-product--alt .card-product__details, .card-product--alt--large .card-product__details, .card-product--alt--small .card-product__details {
  color: #6c6c6c;
}

@media screen and (min-width: 768px) {
  .card-product--alt .card-product__details, .card-product--alt--large .card-product__details, .card-product--alt--small .card-product__details {
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: absolute;
    top: 24px;
    right: 38px;
    bottom: 42px;
    left: 24px;
    background: #fdd100;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 5;
  }
  .card-product--alt .card-product__details:after, .card-product--alt--large .card-product__details:after, .card-product--alt--small .card-product__details:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #fdd100;
    content: '\e903';
    font-family: "loll", sans-serif;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (min-width: 768px) and (min-width: 1140px) {
  .card-product--alt .card-product__details:after, .card-product--alt--large .card-product__details:after, .card-product--alt--small .card-product__details:after {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1440px) {
  .card-product--alt .card-product__title, .card-product--alt--large .card-product__title, .card-product--alt--small .card-product__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 1440px) {
  .card-product--alt .card-product__price, .card-product--alt--large .card-product__price, .card-product--alt--small .card-product__price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.card-product--alt--large {
  display: inline-block;
  max-width: none;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .card-product--alt--large {
    height: 880px;
  }
}

@media screen and (min-width: 768px) {
  .card-product--alt--large .card-product__details {
    position: absolute;
    top: 27%;
    right: 25%;
    bottom: 27%;
    left: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .card-product--alt--large .card-product__img {
    height: 100%;
  }
}

.card-product--alt--large .card-product__img img {
  width: 100%;
}

.card-product--alt--small {
  display: inline-block;
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .card-product--alt--small {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
  }
  .card-product--alt--small:last-child {
    margin-right: 0;
  }
}

.card-product--alt--small .card-product__img img {
  width: 100%;
}

.card-product--number .card-product__img {
  position: relative;
}

.card-product--number .card-product__count {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fdd100;
  color: #fff;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 13px 18px;
}

@media screen and (min-width: 1024px) {
  .card-product--number .card-product__count {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.sub-cat__row.page-row {
  margin-bottom: 0;
}

.card-product__category {
  background-color: #434343;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
}

.card-product__category:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #434343;
  content: '';
  opacity: 0.15;
}

@media screen and (min-width: 1440px) {
  .card-product__category {
    height: 400px;
  }
}

.card-product__category .btn--small--alt {
  clear: both;
  display: inline-block;
  margin: 0 auto;
}

.card-product__category a:after {
  background: transparent;
  content: '';
}

.card-category__wrap {
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  height: 100%;
  width: 100%;
}

.card-category__content {
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 10;
}

.card-category__title {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
}

@media screen and (min-width: 1140px) {
  .card-category__title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 35px;
  }
}

/* =Modal
-------------------------------------------------------------- */
.modal .modal-state {
  display: none;
}

.modal .modal-fade-screen {
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width: 1024px) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}

.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 43px;
  right: 46px;
  height: 2em;
  width: 2em;
  cursor: pointer;
  display: block;
}

.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg);
  height: 2em;
  width: 0.1em;
  background: #6c6c6c;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #202020;
}

.modal .modal-close:before {
  transform: rotate(-45deg);
}

.modal .modal-inner {
  transition: opacity 0.25s ease;
  margin: auto;
  max-height: 95%;
  overflow: hidden;
  padding: 2em;
  position: relative;
  width: 95%;
}

.modal .modal-inner .search-form {
  min-height: 80px;
  position: relative;
}

.modal .modal-inner input[type="search"] {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  box-shadow: none;
  border-right: 0;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 1em 2.3em;
  width: 90%;
}

@media screen and (min-width: 1440px) {
  .modal .modal-inner input[type="search"] {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.modal .modal-inner input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #6c6c6c;
  font-family: "loll", sans-serif;
  font-weight: normal;
  min-height: 40px;
  width: 10%;
}

@media screen and (min-width: 1440px) {
  .modal .modal-inner input[type="submit"] {
    min-height: 66px;
  }
}

@media screen and (min-width: 1024px) {
  .modal .modal-inner {
    max-height: 70%;
    width: 60%;
  }
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

/* =Accordion tabs
-------------------------------------------------------------- */
.accordion-tabs {
  padding: 0;
}

.accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.accordion-tabs .tab-header-and-content {
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}

.accordion-tabs .tab-header {
  display: block;
  margin-right: 1em;
}

@media screen and (min-width: 1024px) {
  .accordion-tabs .tab-header {
    display: inline-block;
  }
}

.accordion-tabs .tab-content {
  display: none;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .accordion-tabs .tab-content {
    float: left;
  }
}

/* =Structure
-------------------------------------------------------------- */
html, body {
  height: 100%;
}

/* =Header
-------------------------------------------------------------- */
.site-header {
  position: relative;
}

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

.site-supernav {
  display: none;
}

.site-supernav .menu-supernav-container {
  display: inline-block;
  width: auto;
}

.site-supernav li {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
}

.site-supernav li:last-child {
  border-left: 1px solid #6c6c6c;
}

.site-supernav .modal {
  display: inline-block;
}

.site-supernav .site-supernav__menu a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6c6c6c;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  padding: 0 3px;
}

.site-supernav .site-supernav__menu a:active, .site-supernav .site-supernav__menu a:focus, .site-supernav .site-supernav__menu a:hover {
  color: #6c6c6c;
}

@media screen and (min-width: 1024px) {
  .site-supernav .site-supernav__menu a {
    margin: 0 13px;
  }
}

.site-supernav .site-supernav__menu .quick-ship {
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}

.site-supernav .current-menu-item {
  position: relative;
}

.site-supernav .current-menu-item a:after {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .site-supernav {
    border-bottom: 1px solid #efefef;
    display: block;
    padding: 7px 0;
    text-align: right;
  }
}

.site-supernav__search {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #efefef;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  position: relative;
  text-align: center;
  width: 33px;
}

.site-supernav__search:active, .site-supernav__search:focus, .site-supernav__search:hover {
  text-decoration: none;
}

.site-supernav__search:before {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #949494;
  content: '\e914';
  font-family: "loll", sans-serif;
}

.site-branding-nav {
  display: block;
  float: left;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1140px) {
  .site-branding-nav {
    margin-bottom: 10px;
  }
}

.site-branding {
  margin-top: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 15.49296%;
    z-index: 500;
  }
  .site-branding:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 7.04225%;
    margin-top: 0;
  }
  .site-branding:last-child {
    margin-right: 0;
  }
}

.site-logo {
  max-width: 104px;
}

.site-logo a {
  display: block;
}

@media screen and (min-width: 1024px) {
  .site-navigation-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .site-navigation {
    display: block;
    padding: 15px 0 10px 0;
    text-align: center;
  }
  .site-navigation::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 1140px) {
  .site-navigation {
    padding: 35px 0 0 0;
  }
}

.site-navigation .primary-nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .site-navigation .primary-nav {
    transform: none;
    background: none;
    display: block;
    padding: 0 15px 15px 15px;
    position: static;
  }
}

.site-navigation .primary-nav .sub-menu {
  position: absolute;
  left: -999em;
  border-bottom: 1px solid #efefef;
  background: #fff;
  opacity: 0;
  padding-top: 30px;
  transition: all 0.3s ease 0s;
  width: 280px;
  z-index: 500;
}

@media screen and (min-width: 1140px) {
  .site-navigation .primary-nav .sub-menu {
    padding-top: 45px;
  }
}

.site-navigation .primary-nav .sub-menu li {
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
}

.site-navigation .primary-nav .sub-menu li:first-child {
  border-top: 1px solid #fdd100;
}

.site-navigation .primary-nav .sub-menu li a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  padding: 18px 0 18px 97px;
  transition: all 0.3s ease 0s;
}

.site-navigation .primary-nav .sub-menu li a:active, .site-navigation .primary-nav .sub-menu li a:focus, .site-navigation .primary-nav .sub-menu li a:hover {
  background: #fbfbfb;
}

.site-navigation li {
  display: inline-block;
  margin: 0 1.5%;
}

@media screen and (min-width: 1024px) {
  .site-navigation li:hover .sub-menu {
    left: auto;
    opacity: 1;
  }
}

.site-navigation li.new {
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.site-navigation a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6c6c6c;
  letter-spacing: 1px;
}

@media screen and (min-width: 1440px) {
  .site-navigation a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .site-navigation .menu-toggle {
    display: none;
  }
}

.site-navigation.menu-open .site-navigation__mobile-trigger .menu-top {
  transform: rotate(40deg);
  top: 8px;
}

.site-navigation.menu-open .site-navigation__mobile-trigger .menu-middle {
  opacity: 0;
}

.site-navigation.menu-open .site-navigation__mobile-trigger .menu-bottom {
  transform: rotate(-40deg);
  top: 8px;
}

.primary-nav__icon {
  position: absolute;
  top: 4px;
  left: 25px;
}

.admin-bar .site-navigation .primary-nav {
  position: fixed;
  top: 46px;
  right: auto;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .admin-bar .site-navigation .primary-nav {
    top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .admin-bar .site-navigation .primary-nav {
    position: static;
  }
}

/** Mobile navigation **/
@media screen and (min-width: 1024px) {
  .mobile-navigation {
    display: none;
  }
}

.mobile-navigation .mobile-nav {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
  transition: all 0.25s linear;
  background: #fff;
  overflow-y: auto;
  padding: 15px;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}

.mobile-navigation .mobile-nav.is-visible {
  transform: translateX(0);
}

.mobile-navigation li {
  display: block;
  margin: 0 1.5%;
}

.mobile-navigation li.new {
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.mobile-navigation .menu-item-has-children > a:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #6c6c6c;
  display: inline-block;
  height: 0;
  margin-left: 15px;
  transition: all 0.3s ease 0s;
  width: 0;
}

.mobile-navigation .menu-item-has-children.is-expanded > a:after {
  transform: rotate(90deg);
}

.mobile-navigation .sub-menu {
  display: none;
  margin-bottom: 10px;
}

.mobile-navigation .sub-menu li a {
  font-size: 16px;
}

.mobile-navigation a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6c6c6c;
  display: block;
  letter-spacing: 1px;
  padding: 5px 0;
}

@media screen and (min-width: 1440px) {
  .mobile-navigation a {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.mobile-navigation.menu-open .site-navigation__mobile-trigger .menu-top {
  transform: rotate(40deg);
  top: 8px;
}

.mobile-navigation.menu-open .site-navigation__mobile-trigger .menu-middle {
  opacity: 0;
}

.mobile-navigation.menu-open .site-navigation__mobile-trigger .menu-bottom {
  transform: rotate(-40deg);
  top: 8px;
}

.mobile-navigation .mobile-menu-header-search form.search-form {
  min-height: 40px;
}

.mobile-navigation .mobile-menu-header-search {
  width: 64%;
  position: relative;
}

.mobile-navigation .mobile-menu-header-search input.search-submit {
  /* display:none; */
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #6c6c6c;
  font-family: "loll", sans-serif;
  font-weight: normal;
  min-height: 40px;
  height: 100%;
  width: 10%;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-right: 25px;
}

.mobile-navigation .mobile-menu-header-search input.search-field {
  width: 90%;
  box-shadow: none;
  border-right: 0;
  padding: 0.5em;
  height: 100%;
  min-height: 23px;
}

.mobile-navigation .mobile-menu-header-search input.search-field:focus,
.mobile-navigation .mobile-menu-header-search input.search-field:active {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #fdd100;
}

.mobile-navigation .mobile-menu-header-search .mobile-search-icon:before {
  font-size: 0.8125rem;
  color: #949494;
  content: '\e914';
  font-family: "loll", sans-serif;
}

.site-navigation__mobile-trigger {
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  transition: all .15s linear;
  z-index: 999999;
}

.site-navigation__mobile-trigger .menu-global {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-top: 3px solid #6c6c6c;
  left: 0;
  position: absolute;
  transition: all .15s linear;
  width: 96%;
}

.site-navigation__mobile-trigger .menu-top {
  top: 0;
}

.site-navigation__mobile-trigger .menu-middle {
  top: 9px;
}

.site-navigation__mobile-trigger .menu-bottom {
  top: 18px;
}

.site-navigation__mobile-trigger .menu-label {
  position: absolute;
  bottom: -8px;
}

@media screen and (min-width: 1024px) {
  .site-navigation__mobile-trigger {
    display: none;
  }
}

/** Cart menu **/
.site-navigation__cart {
  display: none;
}

@media screen and (min-width: 1024px) {
  .site-navigation__cart {
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    top: 10px;
    right: 0;
    border: 1px solid #efefef;
    cursor: pointer;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 10px 10px 34px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1140px) {
  .site-navigation__cart {
    padding: 18px 25px 18px 54px;
    position: absolute;
    top: 25px;
    right: 0;
  }
}

.site-navigation__cart__label {
  position: relative;
}

.site-navigation__cart__label:before {
  position: absolute;
  left: -23px;
  background: url(../images/icon-cart.svg) no-repeat;
  color: #6c6c6c;
  content: '';
  display: inline-block;
  font-family: "loll", sans-serif;
  height: 15px;
  margin-right: 8px;
  width: 15px;
}

@media screen and (min-width: 1140px) {
  .site-navigation__cart__label:before {
    left: -28px;
    height: 20px;
    width: 20px;
  }
}

.site-navigation__cart__label .site-navigation__cart__count {
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  top: -10px;
  left: -16px;
  background: #fdd100;
  border-radius: 20px;
  line-height: 1;
  padding: 2px 4px;
}

@media screen and (min-width: 1140px) {
  .site-navigation__cart__label .site-navigation__cart__count {
    font-size: 12px;
    font-size: 0.75rem;
    top: -14px;
    left: -20px;
    padding: 4px 6px;
  }
}

.cart-menu {
  position: fixed;
  top: 0;
  right: -495px;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 495px;
  transition: all 0.25s linear;
  background: #949494;
  color: #fff;
  overflow-y: auto;
  padding: 70px 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  /*&.is-visible {
    @include transform(translateX(0));
  }*/
}

.cart-menu__title {
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 1px solid #828282;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 1;
  padding: 0 40px 30px 40px;
}

.cart-menu__close {
  position: absolute;
  top: 28px;
  right: 33px;
}

.cart-menu__close:before {
  font-size: 34px;
  font-size: 2.125rem;
  color: #fff;
  content: '\e91a';
  cursor: pointer;
  font-family: "loll", sans-serif;
  font-weight: normal;
}

.cart-menu__items {
  padding: 20px 40px;
}

.cart-menu__items::after {
  clear: both;
  content: "";
  display: table;
}

.cart-menu__item {
  margin: 20px 0;
}

.cart-menu__item::after {
  clear: both;
  content: "";
  display: table;
}

.cart-menu__item__thumb {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 32.39437%;
}

.cart-menu__item__thumb:last-child {
  margin-right: 0;
}

.cart-menu__item__thumb img {
  height: auto;
  max-width: 100px;
}

.cart-menu__item__details {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 66.19718%;
}

.cart-menu__item__details:last-child {
  margin-right: 0;
}

.cart-menu__item__price {
  font-size: 16px;
  font-size: 1rem;
}

.cart-menu__subtotal {
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  clear: both;
  padding: 25px 40px;
  width: 100%;
}

.cart-menu__subtotal::after {
  clear: both;
  content: "";
  display: table;
}

.cart-menu__subtotal__label {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  float: left;
  margin-top: 8px;
}

.cart-menu__subtotal__price {
  float: right;
}

.cart-menu__links {
  padding: 25px 40px;
}

.cart-menu__links .cart-btn {
  border-color: #777;
  margin-top: 17px;
}

.checkout-btn {
  text-align: center;
  width: 100%;
}

/* =Footer
-------------------------------------------------------------- */
.site-footer {
  background: url(../images/footer-pattern.jpg) bottom repeat-x;
  clear: both;
  color: #949494;
  float: left;
  margin: 30px 0 2px 0;
  padding-bottom: 43px;
  width: 100%;
}

.site-footer::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .site-footer {
    margin-top: 50px;
    padding: 0 4% 105px 4%;
  }
}

.site-footer__columns::after {
  clear: both;
  content: "";
  display: table;
}

.site-footer__left::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1140px) {
  .site-footer__left {
    float: left;
    display: block;
    width: 67.60563%;
    border-right: 1px solid #e7e7e7;
    clear: none;
  }
  .site-footer__left:last-child {
    width: 66.19718%;
  }
}

.site-footer__right {
  margin: 30px 0 0 0;
}

.site-footer__right::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 480px) {
  .site-footer__right {
    margin: 60px 0 0 0;
  }
}

@media screen and (min-width: 1140px) {
  .site-footer__right {
    float: left;
    display: block;
    width: 33.80282%;
    clear: none;
    margin: 0;
    padding-left: 4%;
  }
  .site-footer__right:last-child {
    width: 32.39437%;
  }
  .site-footer__right .site-footer__menu__title {
    padding: 15px 0;
  }
}

.site-footer__right .site-footer__menu__title {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 1140px) {
  .site-footer__right .site-footer__menu__title {
    text-align: left;
  }
}

.site-footer__menu {
  border: 1px solid #efefef;
}

@media screen and (min-width: 1024px) {
  .site-footer__menu {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 23.94366%;
    border: none;
  }
  .site-footer__menu:last-child {
    margin-right: 0;
  }
}

.site-footer__menu__title {
  margin: 0;
  text-transform: lowercase;
}

.site-footer__menu__title a {
  color: #949494;
  display: block;
  padding: 15px;
  position: relative;
  width: 100%;
}

.site-footer__menu__title a:active, .site-footer__menu__title a:focus, .site-footer__menu__title a:hover {
  text-decoration: none;
}

.site-footer__menu__title a:after {
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(-45deg);
  content: '\e91a';
  color: #868686;
  font-family: "loll", sans-serif;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1024px) {
  .site-footer__menu__title a:after {
    opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer__menu__title a {
    cursor: default;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer__menu__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .site-footer__menu__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.site-footer__menu__title.is-expanded a:after {
  transform: rotate(0deg);
}

.site-footer__submenu {
  display: none;
  margin: 0 15px 15px 15px;
}

.site-footer__submenu li {
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  padding: 5px 0;
}

@media screen and (min-width: 1024px) {
  .site-footer__submenu li {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0;
  }
}

.site-footer__submenu a {
  color: #949494;
  transition: all 0.3s ease 0s;
}

.site-footer__submenu a:active, .site-footer__submenu a:focus, .site-footer__submenu a:hover {
  color: #434343;
}

@media screen and (min-width: 1024px) {
  .site-footer__submenu {
    display: block;
  }
}

.site-footer__sister-companies {
  display: block;
}

.site_footer__newsletter input[type="email"] {
  float: left;
  padding: 10px 24px;
  width: 88%;
}

@media screen and (min-width: 768px) {
  .site_footer__newsletter input[type="email"] {
    width: 92%;
  }
}

@media screen and (min-width: 1140px) {
  .site_footer__newsletter input[type="email"] {
    width: 88%;
  }
}

.site_footer__newsletter button {
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
  padding: 5px 0;
  width: 12%;
}

@media screen and (min-width: 768px) {
  .site_footer__newsletter button {
    width: 8%;
  }
}

@media screen and (min-width: 1140px) {
  .site_footer__newsletter button {
    font-size: 25px;
    font-size: 1.5625rem;
    width: 12%;
  }
}

.site-footer__social-links {
  clear: both;
  border-bottom: 1px solid #e7e7e7;
  margin: 15px 0;
  text-align: center;
}

.site-footer__social-links::after {
  clear: both;
  content: "";
  display: table;
}

.site-footer__social-links li {
  display: inline-block;
}

.site-footer__social-links li a {
  font-size: 20px;
  font-size: 1.25rem;
  border: 3px solid #fff;
  color: #b9b9b9;
  display: block;
  line-height: 1;
  padding: 10px 9px;
  transition: all 0.3s ease 0s;
}

.site-footer__social-links li a:active, .site-footer__social-links li a:focus, .site-footer__social-links li a:hover {
  border: 3px solid #fdd100;
  color: #fdd100;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .site-footer__social-links li {
    margin: 0 5px;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer__social-links {
    padding: 20px 0;
    text-align: left;
  }
}

.site-footer__post {
  margin: 30px 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .site-footer__post:before {
    font-size: 80px;
    font-size: 5rem;
    position: absolute;
    top: 10px;
    left: 0;
    content: '\e910';
    color: #fdd100;
    font-family: "loll", sans-serif;
    line-height: 1;
  }
}

@media screen and (min-width: 1440px) {
  .site-footer__post:before {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer__post {
    padding-left: 30%;
  }
}

.site-footer__post__title a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #6c6c6c;
  display: block;
  padding-left: 40px;
}

.site-footer__post__title a:active, .site-footer__post__title a:focus, .site-footer__post__title a:hover {
  color: #6c6c6c;
}

@media screen and (min-width: 1440px) {
  .site-footer__post__title a {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.site-footer__post__link {
  margin-left: 40px;
}

.site-footer__post__link a {
  font-size: 16px;
  font-size: 1rem;
  color: #6c6c6c;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

.site-footer__post__link a:active, .site-footer__post__link a:focus, .site-footer__post__link a:hover {
  color: #6c6c6c;
  text-decoration: none;
}

.site-footer__post__link a:after {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -4px;
  right: -35px;
  color: #fdd100;
  content: '\e903';
  font-family: "loll", sans-serif;
}

.site-footer__bottom {
  clear: both;
  margin-bottom: 30px;
}

.site-footer__bottom::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .site-footer__bottom {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.site-footer__address {
  padding: 15px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .site-footer__address {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 74.64789%;
    clear: both;
  }
  .site-footer__address:last-child {
    margin-right: 0;
  }
}

.site-footer__address li {
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .site-footer__address li {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    margin: 0 10px;
    padding-left: 23px;
  }
  .site-footer__address li:first-child {
    margin-left: 0;
  }
  .site-footer__address li:before {
    position: absolute;
    top: -2px;
    left: 0;
    color: #fdd100;
    content: '\25A0';
  }
}

@media screen and (min-width: 1140px) {
  .site-footer__address li {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 20px;
    padding-left: 33px;
  }
}

.site-colophon {
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .site-colophon {
    font-size: 18px;
    font-size: 1.125rem;
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 23.94366%;
    margin: 3px 0 0 0;
    padding: 15px 0;
    text-align: right;
  }
  .site-colophon:last-child {
    margin-right: 0;
  }
}

/* =Module structure
-------------------------------------------------------------- */
.page-row {
  width: 100%;
  margin-bottom: 30px;
}

.page-row::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .page-row {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .page-row {
    margin-bottom: 120px;
  }
}

/* =Page
-------------------------------------------------------------- */
.site-wrap {
  margin: 0 15px;
}

@media screen and (min-width: 1024px) {
  .site-wrap {
    margin: 0 35px;
  }
}

.page-header, .page-header--large {
  background-position: center center;
  background-size: cover;
  clear: both;
  min-height: 128px;
  position: relative;
  text-align: center;
}

.page-header::after, .page-header--large::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .page-header, .page-header--large {
    min-height: 256px;
  }
}

@media screen and (min-width: 1440px) {
  .page-header, .page-header--large {
    min-height: 512px;
  }
}

.page-header .btn--alt, .page-header--large .btn--alt {
  margin-top: 120px;
}

@media screen and (min-width: 480px) {
  .page-header .btn--alt, .page-header--large .btn--alt {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .page-header .btn--alt, .page-header--large .btn--alt {
    margin-top: 250px;
  }
}

@media screen and (min-width: 1440px) {
  .page-header .btn--alt, .page-header--large .btn--alt {
    margin-top: 472px;
  }
}

.page-header .page-header__title, .page-header--large .page-header__title {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 1;
  text-transform: lowercase;
  width: 100%;
}

.page-header .page-header__title::after, .page-header--large .page-header__title::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 480px) {
  .page-header .page-header__title, .page-header--large .page-header__title {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-header .page-header__title, .page-header--large .page-header__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1140px) {
  .page-header .page-header__title, .page-header--large .page-header__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .page-header .page-header__title, .page-header--large .page-header__title {
    font-size: 98px;
    font-size: 6.125rem;
  }
}

.page-header--large {
  min-height: 240px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-header--large {
    min-height: 480px;
  }
}

@media screen and (min-width: 1440px) {
  .page-header--large {
    min-height: 960px;
  }
}

.page-header__menu {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  display: none;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-header__menu {
    display: block;
  }
}

.page-header__menu a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  padding: 30px 0 0 0;
}

.page-header__menu a:active, .page-header__menu a:focus, .page-header__menu a:hover {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .page-header__menu a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.page-header__menu .current-menu-item {
  position: relative;
}

.page-header__menu .current-menu-item a:after {
  opacity: 1;
}

.page-header__menu li {
  display: inline-block;
  padding: 0 15px;
}

@media screen and (min-width: 1440px) {
  .page-header__menu li {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .page__content {
    margin: 0 5%;
  }
}

/* =Blog
-------------------------------------------------------------- */
.blog-index {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .blog-index {
    background: #fff;
    margin: -45px 35px 0 35px;
  }
}

@media screen and (min-width: 1440px) {
  .blog-index {
    margin: -65px 85px 0 85px;
  }
}

.blog__post {
  margin-bottom: 15px;
}

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

.blog__post a {
  color: #6c6c6c;
  display: block;
  float: left;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.blog__post a:active, .blog__post a:focus, .blog__post a:hover {
  color: #6c6c6c;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .blog__post a:active, .blog__post a:focus, .blog__post a:hover {
    background: #efefef;
  }
}

@media screen and (min-width: 1024px) {
  .blog__post {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .blog__post {
    margin-bottom: 54px;
  }
}

.blog__post__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

@media screen and (min-width: 1140px) {
  .blog__post__img {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
    min-height: 412px;
  }
  .blog__post__img:last-child {
    margin-right: 0;
  }
}

.blog__post__date, .blog__post__date--alt {
  background: #fdd100;
  color: #fff;
  float: left;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  padding: 15px 25px;
}

.blog__post__date span, .blog__post__date--alt span {
  font-size: 18px;
  font-size: 1.125rem;
  clear: left;
  float: left;
  line-height: 1;
  margin-bottom: 2px;
}

@media screen and (min-width: 1024px) {
  .blog__post__date span, .blog__post__date--alt span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1140px) {
  .blog__post__date, .blog__post__date--alt {
    padding: 15px 30px 25px 25px;
  }
}

.blog__post__date--alt {
  background: #434343;
}

.blog__post__month {
  font-weight: bold;
  text-transform: lowercase;
}

.blog__post__details {
  padding: 15px 0;
}

@media screen and (min-width: 1024px) {
  .blog__post__details {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
    padding: 30px 3% 0 3%;
  }
  .blog__post__details:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog__post__details {
    padding-top: 65px;
  }
}

.blog__post__top {
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .blog__post__top {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog__post__category {
  color: #434343;
  font-weight: bold;
}

.blog__post__title {
  color: #434343;
  padding-top: 10px;
}

@media screen and (min-width: 1024px) {
  .blog__post__title:after {
    font-size: 40px;
    font-size: 2.5rem;
    color: #fdd100;
    content: '\e903';
    font-family: "loll", sans-serif;
    margin-top: 15px;
  }
  .blog__post__title:after::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 1440px) {
  .blog__post__title:after {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .blog__post__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog__post__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.single-wrap {
  clear: both;
  position: relative;
}

.single-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.post-single {
  background: #fff;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .post-single {
    margin: -45px 5% 0 5%;
  }
}

@media screen and (min-width: 1440px) {
  .post-single {
    margin: -65px 12% 0 12%;
  }
}

.post-single .blog__post__date, .post-single .blog__post__date--alt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -143px;
}

@media screen and (min-width: 768px) {
  .post-single .blog__post__date, .post-single .blog__post__date--alt {
    position: static;
    margin-top: 0;
  }
}

.post-single .entry__title {
  color: #434343;
}

@media screen and (min-width: 768px) {
  .post-single .entry__title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1140px) {
  .post-single .entry__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .post-single .entry__content {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1140px) {
  .post-single .entry__content {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .entry__wrap {
    padding: 30px 12.8% 30px 15%;
  }
}

@media screen and (min-width: 1440px) {
  .entry__wrap {
    padding: 42px 12.8%;
  }
}

.entry__footer {
  border-top: 1px solid #e7e7e7;
  margin-top: 60px;
  padding-top: 15px;
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .entry__footer__share {
    position: absolute;
    top: 20px;
    left: 0;
  }
}

.entry__footer__share li {
  display: inline-block;
  line-height: 11px;
}

@media screen and (min-width: 1024px) {
  .entry__footer__share li {
    line-height: 15px;
  }
}

.entry__footer__author {
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .entry__footer__author {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1140px) {
  .entry__footer__wrap {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1140px) {
  .entry__footer__left {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 40.84507%;
  }
  .entry__footer__left:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1140px) {
  .entry__footer__right {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 57.74648%;
  }
  .entry__footer__right:last-child {
    margin-right: 0;
  }
}

.entry__footer_name {
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.entry__footer__photo {
  margin: 30px 0;
  text-align: center;
}

.entry__footer__photo img {
  border-radius: 130px;
  max-width: 230px;
}

@media screen and (min-width: 768px) {
  .entry__footer__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1140px) {
  .entry__footer__title {
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 50px;
  }
}

.entry__footer__viewall {
  margin: 15px 0;
}

.entry__footer__viewall a {
  color: #6c6c6c;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

/* =Partners
-------------------------------------------------------------- */
.design-partner {
  margin-bottom: 60px;
}

.design-partner::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .design-partner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .design-partner {
    margin-bottom: 180px;
  }
}

.design-partner:last-child {
  margin-bottom: 0;
}

.design-partner__img {
  margin-bottom: 15px;
}

.design-partner__title {
  color: #434343;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .design-partner__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .design-partner__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .design-partner__left, .design-partner__right {
    float: left;
    display: block;
    width: 50.70423%;
    padding: 0 5%;
  }
  .design-partner__left:last-child, .design-partner__right:last-child {
    width: 49.29577%;
  }
}

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

.design-partner__right {
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* =Contact
-------------------------------------------------------------- */
.contact {
  width: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 15px 0;
}

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

@media screen and (min-width: 1024px) {
  .contact {
    margin: 20px 0;
  }
}

.contact h2, .contact h3 {
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .contact h2 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .contact__left, .contact__right {
    display: table-cell;
    width: 50%;
    padding: 6% 6% 0 6%;
  }
}

@media screen and (min-width: 1024px) {
  .contact__left {
    background: #f4f4f4;
  }
}

.contact__left .gform_wrapper .validation_error {
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  color: #e53d3d;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .contact__left .gform_wrapper .validation_error {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact__left .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

.contact__left .gform_wrapper li.gfield_error {
  background: none;
  border: none;
}

.contact__left .gform_wrapper li.gfield_error input, .contact__left .gform_wrapper li.gfield_error textarea {
  border-color: #e53d3d;
}

.contact__left .gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message, .contact__left .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin: -15px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .contact__left .gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message, .contact__left .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin: -20px 0 0 0;
  }
}

.contact__left .gform_wrapper .validation_message {
  color: #e53d3d;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
}

.contact__left .gform_wrapper .gform_heading {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .contact__left .gform_wrapper .gform_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.contact__left .gform_wrapper .gfield_label {
  margin: 0;
}

.contact__left .gform_wrapper .ginput_container {
  width: 100%;
}

.contact__left .gform_wrapper .ginput_container input, .contact__left .gform_wrapper .ginput_container textarea {
  padding: 1.2em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .contact__left .gform_wrapper .ginput_container input, .contact__left .gform_wrapper .ginput_container textarea {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 22px;
  }
}

.contact__left .gform_wrapper .gform_footer {
  padding-top: 0;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .contact__left .gform_wrapper .gform_footer {
    margin: -11px 0 0 0;
  }
}

.contact__left .gform_wrapper .gform_footer .gform_button {
  font-family: "loll", sans-serif;
}

@media screen and (min-width: 1024px) {
  .contact__left .gform_wrapper .gform_footer .gform_button {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 20px;
  }
}

.contact__right .accordion-tabs {
  margin-top: 30px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .contact__right .accordion-tabs {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1140px) {
  .contact__right .accordion-tabs {
    margin-top: 145px;
  }
}

.contact__right .tab-header {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .contact__right .tab-header {
    display: inline-block;
  }
}

.contact__right .tab-header a {
  color: #5d5d5d;
}

.contact__right .tab-header a:active, .contact__right .tab-header a:focus, .contact__right .tab-header a:hover {
  color: #5d5d5d;
  text-decoration: none;
}

.contact__right .tab-header:after {
  position: absolute;
  bottom: -24px;
  left: 0;
  border-bottom: 7px solid #fdd100;
  content: '';
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.contact__right .tab-header.is-active:after {
  opacity: 1;
}

.contact__right .tab-content {
  border-top: 1px solid #dad3c9;
  padding: 15px 0;
}

.contact__right .tab-content p {
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .contact__right .tab-content {
    padding: 40px 0;
  }
}

.contact-hq {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.contact-hq::after {
  clear: both;
  content: "";
  display: table;
}

.contact-hq span[itemprop="telephone"] {
  display: block;
  margin: 10px 0;
}

@media screen and (min-width: 1024px) {
  .contact-hq span[itemprop="telephone"] {
    margin: 15px 0;
  }
}

.contact-hq__address, .contact-hq__details {
  display: table-cell;
  width: 50%;
}

.contact-map {
  min-height: 350px;
}

@media screen and (min-width: 1024px) {
  .contact-map {
    min-height: 700px;
  }
}

.infowindow-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.infowindow-address {
  margin-top: 5px;
}

/* =Quote content split module
-------------------------------------------------------------- */
.module-quote {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .module-quote__left, .module-quote__right {
    padding: 0 5%;
  }
}

.module-quote__left {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .module-quote__left {
    font-size: 26px;
    font-size: 1.625rem;
    display: table-cell;
    width: 41.66667%;
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .module-quote__left {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .module-quote__right {
    display: table-cell;
    width: 58.33333%;
  }
}

/* =Full width background image module
-------------------------------------------------------------- */
.module-bg {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 1024px) {
  .module-bg {
    margin-left: -35px;
    margin-right: -35px;
  }
}

/* =Videos
-------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .youtube-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
  }
}

.youtube-gallery__video {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .youtube-gallery__video {
    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    transition: all 0.2s ease-in-out;
    max-width: 31vw;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .youtube-gallery__video {
    margin-bottom: 70px;
  }
}

.youtube-gallery__link {
  font-weight: bold;
}

.youtube-gallery__link:after {
  content: '\e903';
  font-family: "loll", sans-serif;
  margin-left: 10px;
}

/* =Eco
-------------------------------------------------------------- */
@media screen and (min-width: 1440px) {
  .page-template-template-eco .page-rows {
    margin-top: 95px;
  }
}

.eco-initiatives {
  margin: 30px 0;
}

.eco-initiatives::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 480px) {
  .eco-initiatives {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

@media screen and (min-width: 1024px) {
  .eco-initiatives {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .eco-initiatives {
    margin-top: 80px;
  }
}

.eco-icon, .eco-initiatives__item.eco-tree:before, .eco-initiatives__item.eco-materials:before, .eco-initiatives__item.eco-philanthropy:before, .eco-initiatives__item.eco-usa:before {
  content: '';
  display: block;
  height: 100px;
  text-align: center;
  width: 100%;
}

.eco-initiatives__item {
  margin: 0 auto 15px auto;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .eco-initiatives__item {
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    max-width: 20vw;
  }
}

.eco-initiatives__item.eco-tree:before {
  background: url(../images/icon-tree.svg) center top no-repeat;
}

.eco-initiatives__item.eco-materials:before {
  background: url(../images/icon-recycle.svg) center top no-repeat;
}

.eco-initiatives__item.eco-philanthropy:before {
  background: url(../images/icon-onepercent.svg) center top no-repeat;
}

.eco-initiatives__item.eco-usa:before {
  background: url(../images/icon-usa.svg) center top no-repeat;
}

.eco-initiatives__item__label {
  clear: both;
  display: block;
  margin-top: 30px;
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .eco-initiatives__item__label {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/* =WooCommerce single product
-------------------------------------------------------------- */
#container {
  position: relative;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .woocommerce #content div.product div.images .size-shop_single, .woocommerce div.product div.images .size-shop_single, .woocommerce-page #content div.product div.images .size-shop_single, .woocommerce-page div.product div.images .size-shop_single {
    margin: 0 auto;
    width: 80%;
  }
}

.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: 100%;
}

@media screen and (min-width: 1024px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    display: table-cell;
    width: 41.66667%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5%;
  }
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 15px 15px 0;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  border: 3px solid #c4c4c4;
  border-radius: 0;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
  border-left: 3px solid #c4c4c4;
  border-radius: 0;
  font-weight: normal;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  color: #6c6c6c;
}

@media screen and (min-width: 1024px) {
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  clear: both;
  width: 100%;
}

.woocommerce #respond input#submit.alt::after, .woocommerce a.button.alt::after, .woocommerce button.button.alt::after, .woocommerce input.button.alt::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.single-product .site-main {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .single-product .site-main {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .single-product .wc-inner-module-wrap {
    display: table-cell;
    width: 58.33333%;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .single-product .card-product, .single-product .card-product--alt, .single-product .card-product--alt--large, .single-product .card-product--alt--small, .single-product .card-product--number, .single-product .card-product__category {
    max-width: 17vw;
  }
}

.product__thumbnail {
  background-blend-mode: multiply;
  background-color: #f1f1f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease 0s;
}

.product__thumbnail:hover {
  background-color: transparent;
}

.product__desription {
  clear: both;
  margin: 15px 0;
}

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

@media screen and (min-width: 1024px) {
  .product__desription {
    margin: 45px 0;
  }
}

.product_meta {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .product_meta {
    margin-top: 45px;
  }
}

.sku_wrapper {
  margin-right: 10px;
}

.related__title, .upsells__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .related__title, .upsells__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.related.products, .upsells.products {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .related.products, .upsells.products {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1140px) {
  .related.products, .upsells.products {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .related.products .card-product, .related.products .card-product--alt, .related.products .card-product--alt--large, .related.products .card-product--alt--small, .related.products .card-product--number, .related.products .card-product__category, .upsells.products .card-product, .upsells.products .card-product--alt, .upsells.products .card-product--alt--large, .upsells.products .card-product--alt--small, .upsells.products .card-product--number, .upsells.products .card-product__category {
    -ms-flex: 1 0 17vw;
        flex: 1 0 17vw;
  }
}

.related.products .card-product__img, .upsells.products .card-product__img {
  background-blend-mode: multiply;
  background-color: #f1f1f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
}

@media screen and (min-width: 1440px) {
  .related.products .card-product__img, .upsells.products .card-product__img {
    min-height: 280px;
  }
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 2.4em;
}

.swatch-wrapper {
  border-color: #fff;
  padding: 3px;
}

div.swatch-wrapper.selected {
  border: 1px solid #6c6c6c;
  padding: 3px;
}

.swatch-anchor {
  height: 32px;
  width: 32px;
}

@media screen and (min-width: 1140px) {
  .swatch-anchor {
    height: 50px;
    width: 50px;
  }
}

.swatch-label {
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
}

@media screen and (min-width: 1024px) {
  .swatch-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product__quantity__label {
  font-family: "hnthin", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  float: left;
  letter-spacing: 1px;
  margin: 5px 15px 15px 0;
}

@media screen and (min-width: 1024px) {
  .product__quantity__label {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 8px;
  }
}

.woocommerce .product__btn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
  padding: 10px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .woocommerce .product__btn {
    background: none;
    padding: 0;
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce button.single_add_to_cart_button.button.alt {
    margin: 25px 0;
  }
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin: 0;
}

#wl-wrapper.wl-button-wrap {
  clear: none;
  display: inline-block;
  float: left;
  margin: 0 50px 15px 0;
  padding: 0;
  width: auto;
}

#wl-wrapper.wl-button-wrap .wl-add-but {
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/heart.svg) no-repeat;
  background-size: 15px;
  border: 0;
  clear: none;
  line-height: 1.3;
  padding: 0 0 0 30px;
}

@media screen and (min-width: 1024px) {
  #wl-wrapper.wl-button-wrap .wl-add-but {
    font-size: 16px;
    font-size: 1rem;
    background-size: 20px;
  }
}

#wl-wrapper.wl-button-wrap .wl-add-but:active, #wl-wrapper.wl-button-wrap .wl-add-but:focus, #wl-wrapper.wl-button-wrap .wl-add-but:hover {
  color: #6c6c6c;
}

#wl-wrapper.wl-button-wrap .wl-already-in {
  margin-bottom: 30px;
  width: 100%;
}

#wl-wrapper.wl-button-wrap .wl-already-in::after {
  clear: both;
  content: "";
  display: table;
}

#wl-wrapper.wl-button-wrap .wl-already-in ul {
  margin-left: 0;
}

.product__add-links__registry {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  background: url(../images/registry.svg) no-repeat;
  background-size: 16px;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 1.5;
  padding-left: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .product__add-links__registry {
    background-size: 20px;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .woocommerce #content div.product div.summary.summary-scrolled, .woocommerce div.product div.summary.summary-scrolled, .woocommerce-page #content div.product div.summary.summary-scrolled, .woocommerce-page div.product div.summary.summary-scrolled {
    position: fixed;
    top: 30px;
    right: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .woocommerce #content div.product div.summary.summary-scrolled.summary-bottom, .woocommerce div.product div.summary.summary-scrolled.summary-bottom, .woocommerce-page #content div.product div.summary.summary-scrolled.summary-bottom, .woocommerce-page div.product div.summary.summary-scrolled.summary-bottom {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
  }
}

.woocommerce .swatch-control .select-option.swatch-wrapper:nth-child(7) {
  clear: left;
}

/* .woocommerce div.product p.price ins, .woocommerce div.product span.price ins { */
.woocommerce span.onsale {
  background-color: #fdd100;
  padding: 0px;
}

.woocommerce .card-product__price ins {
  text-decoration: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.card-products .card-product__price ins,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.card-products .card-product__price ins {
  text-decoration: none;
}

/* =Product and FAQ Accordion (added later)
-------------------------------------------------------------- */
.product-accordion {
  margin: 15px 0;
  width: 100%;
}

.product-accordion::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .faqs__left, .faqs__right {
    display: table-cell;
    width: 50%;
  }
}

.faq-accordion::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .faq-accordion {
    margin: 0 5%;
  }
}

.product-accordion__item, .faq-accordion__item {
  width: 100%;
}

.accordion-icon, .product-accordion__title.materials:before, .faq-accordion__title.materials:before, .resource-accordion__title.materials:before, .product-accordion__title.uv_color:before, .faq-accordion__title.uv_color:before, .resource-accordion__title.uv_color:before, .product-accordion__title.assembly_instructions:before, .faq-accordion__title.assembly_instructions:before, .resource-accordion__title.assembly_instructions:before, .product-accordion__title.dimensions:before, .faq-accordion__title.dimensions:before, .resource-accordion__title.dimensions:before, .product-accordion__title.weight:before, .faq-accordion__title.weight:before, .resource-accordion__title.weight:before, .product-accordion__title.sheets:before, .faq-accordion__title.sheets:before, .resource-accordion__title.sheets:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #b4b4b4;
  font-family: "loll", sans-serif;
  margin-right: 30px;
}

.product-accordion__title, .faq-accordion__title, .resource-accordion__title {
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #efefef;
  cursor: pointer;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}

.product-accordion__title:after, .faq-accordion__title:after, .resource-accordion__title:after {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #c3c3c3;
  content: '\e903';
  font-family: "loll", sans-serif;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.product-accordion__title.materials:before, .faq-accordion__title.materials:before, .resource-accordion__title.materials:before {
  content: '\e911';
}

.product-accordion__title.uv_color:before, .faq-accordion__title.uv_color:before, .resource-accordion__title.uv_color:before {
  content: '\e90a';
}

.product-accordion__title.assembly_instructions:before, .faq-accordion__title.assembly_instructions:before, .resource-accordion__title.assembly_instructions:before {
  content: '\e905';
}

.product-accordion__title.dimensions:before, .faq-accordion__title.dimensions:before, .resource-accordion__title.dimensions:before {
  content: '\e907';
}

.product-accordion__title.weight:before, .faq-accordion__title.weight:before, .resource-accordion__title.weight:before {
  content: '\e91c';
}

.product-accordion__title.sheets:before, .faq-accordion__title.sheets:before, .resource-accordion__title.sheets:before {
  content: '\e916';
}

.faq-accordion__title, .resource-accordian__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  padding-right: 2em;
}

@media screen and (min-width: 1024px) {
  .faq-accordion__title, .resource-accordian__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 25px;
  }
}

.faq-accordion__title:after, .resource-accordian__title:after {
  position: absolute;
  top: 16px;
  right: 30px;
  color: #c3c3c3;
  content: '\e903';
  font-family: "loll", sans-serif;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1024px) {
  .faq-accordion__title:after, .resource-accordian__title:after {
    position: absolute;
    top: 26px;
    right: 30px;
  }
}

.is-expanded .product-accordion__title:after {
  transform: rotate(90deg);
  top: 20px;
}

.is-expanded .faq-accordion__title:after, .is-expanded .resource-accordion__title:after {
  transform: rotate(90deg);
  top: 16px;
}

@media screen and (min-width: 1024px) {
  .is-expanded .faq-accordion__title:after, .is-expanded .resource-accordion__title:after {
    top: 26px;
  }
}

.product-accordion__description, .faq-accordion__description {
  display: none;
  padding: 15px 0;
}

@media screen and (min-width: 1024px) {
  .product-accordion__description, .faq-accordion__description {
    padding: 40px 0;
  }
}

.product-accordion__description.is-expanded, .faq-accordion__description.is-expanded {
  display: block;
}

@media screen and (min-width: 1024px) {
  .product__dimensions li {
    display: inline-block;
    margin-right: 50px;
  }
}

.product__dimensions__img {
  margin: 15px 0;
}

@media screen and (min-width: 1024px) {
  .product__dimensions__img {
    margin: 30px 0;
  }
}

.product__weight .product__weight__amount {
  display: block;
}

@media screen and (min-width: 1024px) {
  .product__weight .product__weight__amount {
    display: inline-block;
    margin-right: 50px;
  }
}

.product__jugs {
  display: block;
  clear: left;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  width: 90%;
}

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

@media screen and (min-width: 480px) {
  .product__jugs {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) {
  .product__jugs {
    padding-top: 40px;
    width: 90%;
  }
}

.product__jugs__left, .product__jugs__right {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 49.29577%;
}

.product__jugs__left:last-child, .product__jugs__right:last-child {
  margin-right: 0;
}

.product__jugs__img {
  position: relative;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .product__jugs__img:after {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    font-size: 50px;
    font-size: 3.125rem;
    content: '=';
    font-family: "hn", Arial, "Lucida Grande", sans-serif;
    margin-top: -50px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .product__jugs__img:after {
    font-size: 130px;
    font-size: 8.125rem;
    margin-top: -100px;
  }
}

.product__jugs__img img {
  padding-top: 15px;
  margin-right: 100px;
  max-width: 35%;
}

@media screen and (min-width: 1440px) {
  .product__jugs__img img {
    margin-right: 160px;
  }
}

.product__jugs__title {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .product__jugs__title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1;
  }
}

.product__jugs__subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.2;
}

@media screen and (min-width: 1440px) {
  .product__jugs__subtitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.product__sheet {
  text-align: center;
}

.product__sheet img {
  border: 1px solid #e7e7e7;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product__sheet {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 23.94366%;
    float: left;
  }
  .product__sheet:last-child {
    margin-right: 0;
  }
}

.product__sheet__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  color: #6c6c6c;
}

.product__sheet__img {
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .product__sheet__img {
    margin: 30px 0;
  }
}

@media screen and (min-width: 1140px) {
  .product__sheet__img {
    margin: 50px 0;
  }
}

.faq__title {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .faq__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/* =Product Category
-------------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fdd100;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 15px;
}

.page-navi .page-numbers.next:active, .woocommerce-pagination .page-numbers.next:active, .page-navi .page-numbers.next:focus, .woocommerce-pagination .page-numbers.next:focus, .page-navi .page-numbers.next:hover, .woocommerce-pagination .page-numbers.next:hover, .woocommerce-pagination .page-numbers.next:active, .woocommerce-pagination .page-numbers.next:focus, .woocommerce-pagination .page-numbers.next:hover, .page-navi .page-numbers.prev:active, .woocommerce-pagination .page-numbers.prev:active, .page-navi .page-numbers.prev:focus, .woocommerce-pagination .page-numbers.prev:focus, .page-navi .page-numbers.prev:hover, .woocommerce-pagination .page-numbers.prev:hover, .woocommerce-pagination .page-numbers.prev:active, .woocommerce-pagination .page-numbers.prev:focus, .woocommerce-pagination .page-numbers.prev:hover {
  color: #fdd100;
}

.page-navi .page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .page-numbers {
  border: 3px solid #fff;
}

.collection-details {
  width: 49%;
  float: left;
}

.collection-gallery {
  width: 49%;
  float: right;
}

.collection-profile-pic {
  padding-top: 20px;
}

.collection-details h1.collection-title {
  font-size: 2.0rem;
}

@media screen and (min-width: 200px) {
  .collection-details {
    width: 100%;
    float: none;
  }
  .collection-gallery {
    width: 100%;
    float: none;
  }
  .collection-profile-pic, .collection-title {
    text-align: center;
  }
}

@media screen and (min-width: 480px) {
  .collection-details {
    width: 100%;
    float: none;
  }
  .collection-gallery {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .collection-details {
    width: 100%;
    float: none;
  }
  .collection-gallery {
    width: 100%;
    float: none;
  }
  .collection-profile-pic, .collection-title {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .collection-details {
    width: 100%;
    float: none;
  }
  .collection-gallery {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 1140px) {
  .collection-details {
    width: 49%;
    float: left;
  }
  .collection-gallery {
    width: 49%;
    float: right;
  }
}

@media screen and (min-width: 1440px) {
  .collection-details {
    width: 49%;
    float: left;
  }
  .collection-gallery {
    width: 49%;
    float: right;
  }
}

.collection-gallery-view {
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}

/*
.collection-gallery-view img {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
} */
.collection-profile-pic img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

/* =WooCommerce products archive
-------------------------------------------------------------- */
.woocommerce .products ul, .woocommerce ul.products {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .woocommerce .products ul, .woocommerce ul.products {
    margin-top: 45px;
  }
}

/* =Home
-------------------------------------------------------------- */
.home-intro {
  display: none;
}

@media screen and (min-width: 1024px) {
  .home-intro {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .home-intro__left, .home-intro__right {
    float: left;
    display: block;
    width: 50.70423%;
    padding: 0 4%;
    vertical-align: top;
  }
  .home-intro__left:last-child, .home-intro__right:last-child {
    width: 49.29577%;
  }
}

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

@media screen and (min-width: 1024px) {
  .home-intro__left {
    padding: 0 2%;
  }
}

.home-intro__left img {
  width: 100%;
}

.home-intro__right .home-intro__title {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 1440px) {
  .home-intro__right .home-intro__title {
    font-size: 64px;
    font-size: 4rem;
  }
}

.home-intro__right .home-intro__subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .home-intro__right .home-intro__subtitle {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.home-intro__right .home-intro__desc {
  margin-top: 30px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .home-intro__right .home-intro__desc {
    margin-top: 50px;
  }
}

.home-intro__right .home-intro__desc:before {
  position: absolute;
  top: -20px;
  right: 0;
  left: -30%;
  content: '';
  border-top: 4px solid #fdd100;
}

.module-img {
  position: relative;
}

.module-img .module-img__details {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 480px) {
  .module-img .module-img__details {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.module-img .module-img__details .module-img__details__container {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .module-img .module-img__details .btn, .module-img .module-img__details .btn--alt, .module-img .module-img__details
  .woocommerce a.button,
  .woocommerce .module-img .module-img__details a.button, .module-img .module-img__details .btn--small, .module-img .module-img__details .btn--small--alt, .module-img .module-img__details .woocommerce #respond input#submit, .woocommerce #respond .module-img .module-img__details input#submit, .module-img .module-img__details
  .woocommerce button.button,
  .woocommerce .module-img .module-img__details button.button, .module-img .module-img__details
  .woocommerce input.button,
  .woocommerce .module-img .module-img__details input.button, .module-img .module-img__details .woocommerce .cart .button, .woocommerce .cart .module-img .module-img__details .button, .module-img .module-img__details .bh-sl-container #bh-sl-submit, .bh-sl-container .module-img .module-img__details #bh-sl-submit, .module-img .module-img__details .woocommerce .input.button:disabled, .woocommerce .module-img .module-img__details .input.button:disabled {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .module-img img {
    width: 100%;
  }
}

.module-img .module-img__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: lowercase;
  width: 100%;
}

.module-img .module-img__title::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .module-img .module-img__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1140px) {
  .module-img .module-img__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .module-img .module-img__title {
    font-size: 98px;
    font-size: 6.125rem;
  }
}

.home-header .module-img__title {
  color: #fff;
}

.primary-featured {
  display: block;
  margin-bottom: 0;
}

.primary-featured::after {
  clear: both;
  content: "";
  display: table;
}

.primary-featured::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .primary-featured {
    display: table;
  }
}

@media screen and (min-width: 1024px) {
  .primary-featured__left, .primary-featured__right {
    float: left;
    display: block;
    width: 50.70423%;
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .primary-featured__left:last-child, .primary-featured__right:last-child {
    width: 49.29577%;
  }
}

@media screen and (min-width: 1024px) {
  .primary-featured__left {
    background: #fdd100;
    border-right: 15px solid #fff;
  }
}

@media screen and (min-width: 1440px) {
  .primary-featured__left {
    border-right: 22px solid #fff;
  }
}

@media screen and (min-width: 1024px) {
  .primary-featured__left .card-product--alt--large {
    border-bottom: 15px solid #fff;
  }
}

@media screen and (min-width: 1440px) {
  .primary-featured__left .card-product--alt--large {
    border-bottom: 22px solid #fff;
  }
}

@media screen and (min-width: 1024px) {
  .primary-featured__right {
    background: #efefef;
  }
}

.primary-featured__right .card-product--alt--large {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .primary-featured__right .card-product--alt--large {
    margin-bottom: 0;
  }
}

.primary-featured__right .card-product--alt--small {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 1024px) {
  .primary-featured__right .card-product--alt--small {
    border-bottom: 15px solid #fff;
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .primary-featured__right .card-product--alt--small {
    border-bottom: 22px solid #fff;
  }
}

@media screen and (min-width: 1024px) {
  .primary-featured__right .card-product--alt--small:first-child {
    border-right: 15px solid #fff;
  }
}

@media screen and (min-width: 1440px) {
  .primary-featured__right .card-product--alt--small:first-child {
    border-right: 22px solid #fff;
  }
}

.featured-promo {
  background: #fdd100;
  display: inline-block;
  height: 100%;
  margin-bottom: 15px;
  max-width: none;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .featured-promo {
    margin-bottom: 0;
  }
}

.featured-promo img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .featured-promo img {
    max-width: 80%;
  }
}

.secondary-featured, .home-testimonial {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .secondary-featured {
    margin-top: 40px;
  }
}

.inspiration-scene {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .inspiration-scene {
    margin-bottom: 40px;
  }
}

.primary-featured .card-product__price ins, .secondary-featured .card-product__price ins {
  text-decoration: none;
}

/* =Inspiration Scene
-------------------------------------------------------------- */
/* =Outlet
-------------------------------------------------------------- */
.outlet__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .outlet__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.outlet__all-link {
  font-size: 15px;
  font-size: 0.9375rem;
}

.outlet__all-link:after {
  font-size: 12px;
  font-size: 0.75rem;
  content: '\e903';
  font-family: "loll", sans-serif;
  margin-left: 5px;
}

.outlet-products {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .outlet-products {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1140px) {
  .outlet-products {
    margin-top: 70px;
  }
}

/* =Forms outside of the contact form
-------------------------------------------------------------- */
.gform_wrapper input[type="color"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="week"],
.gform_wrapper input:not([type]),
.gform_wrapper textarea,
.gform_wrapper select[multiple] {
  border-color: #e7e7e7;
  margin-bottom: 5px;
}

.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper ul.gform_fields li.gfield select {
  box-sizing: border-box;
  margin-bottom: 11px;
  padding: 18px;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
  .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
  .gform_wrapper ul.gform_fields li.gfield select {
    margin-bottom: 22px;
    padding: 21px;
  }
}

.gform_wrapper .top_label .gfield_label {
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
}

.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.gform_wrapper .gfield {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .gfield {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .ginput_complex .ginput_full,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right {
    margin-bottom: 30px;
  }
}

.gform_wrapper .validation_error {
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  color: #e53d3d;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .validation_error {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.gform_wrapper .top_label .gfield_error {
  width: 100%;
}

.gform_wrapper li.gfield_error {
  background: none;
  border: none;
}

.gform_wrapper li.gfield_error input, .gform_wrapper li.gfield_error textarea {
  border-color: #e53d3d;
}

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message, .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin: -15px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message, .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin: -20px 0 0 0;
  }
}

.gform_wrapper .validation_message {
  color: #e53d3d;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
}

.gform_wrapper .gform_heading {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.gform_wrapper .ginput_container {
  width: 100%;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea {
  padding: 1.2em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.gform_wrapper .gform_footer {
  padding-top: 0;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_footer {
    margin: -11px 0 0 0;
  }
}

.gform_wrapper .gform_footer .gform_button {
  font-family: "loll", sans-serif;
}

@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 20px;
  }
}

/* =Awards
-------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .awards {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

@media screen and (min-width: 1440px) {
  .awards {
    margin-top: 80px;
  }
}

.award {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .award {
    flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    transition: all 0.2s ease-in-out;
    max-width: 31vw;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .award {
    margin-bottom: 70px;
  }
}

.award__title {
  margin-bottom: 5px;
}

.award__img img {
  width: 100%;
}

.award__details {
  font-size: 16px;
  font-size: 1rem;
}

/* =Cart
-------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #fff;
  border-radius: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-radius: 0;
}

.woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover {
  background: #fdd100;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  font-size: 12px;
  font-size: 0.75rem;
  background: #fff;
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  .woocommerce .cart .button, .woocommerce .cart input.button {
    font-size: 16px;
    font-size: 1rem;
  }
}

.woocommerce .cart_totals td, .woocommerce .cart_totals th {
  border: none;
}

@media screen and (min-width: 1024px) {
  .woocommerce .cart_item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.woocommerce a.remove:active, .woocommerce a.remove:focus, .woocommerce a.remove:hover {
  background: none;
  color: red !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #fff;
  border-radius: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: #e7e7e7;
}

.woocommerce th {
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce td.product-name dl.variation p {
  line-height: 22.5px;
}

@media screen and (min-width: 768px) {
  .woocommerce td.product-name dl.variation p {
    line-height: 27px;
  }
}

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

.entry__content .woocommerce th {
  color: #949494;
}

@media screen and (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 10px;
    min-width: 160px;
    padding: 12px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 26px 26px 25px 26px;
  }
}

@media screen and (min-width: 1024px) {
  .woocommerce-cart table.cart img {
    width: 150px;
  }
}

#add_payment_method #payment, .woocommerce-checkout #payment {
  background: none;
}

.woocommerce-checkout .oversize_message {
  display: block;
  font-family: "hnthin", Arial, "Lucida Grande";
  font-size: 1rem;
  font-weight: 900;
  color: #fdd100;
}

.cart-collaterals .cross-sells {
  display: none;
}

/* =Search
-------------------------------------------------------------- */
.search-result {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.search-result::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .search-result {
    margin-bottom: 80px;
  }
}

/* =Wishlist
-------------------------------------------------------------- */
#wl-wrapper .wl-actions-table {
  display: none;
}

@media screen and (min-width: 1024px) {
  #wl-wrapper .wl-actions-table {
    display: block;
  }
}

#wl-wrapper .wl-create-new {
  text-align: center;
}

#wl-wrapper .wl-small {
  font-size: 15px;
  font-size: 0.9375rem;
}

#wl-wrapper .wl-table {
  /* Smartphones (portrait and landscape) ----------- */
  /* iPads (portrait and landscape) ----------- */
}

#wl-wrapper .wl-table .check-column {
  display: none;
}

@media screen and (min-width: 1024px) {
  #wl-wrapper .wl-table .check-column {
    display: table-cell;
  }
}

#wl-wrapper .wl-table td {
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  #wl-wrapper .wl-table td {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #wl-wrapper .wl-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  #wl-wrapper .wl-table table, #wl-wrapper .wl-table thead, #wl-wrapper .wl-table tbody, #wl-wrapper .wl-table th, #wl-wrapper .wl-table td, #wl-wrapper .wl-table tr {
    display: block;
  }
  #wl-wrapper .wl-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #wl-wrapper .wl-table tr {
    border: 1px solid #ccc;
  }
  #wl-wrapper .wl-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  #wl-wrapper .wl-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #wl-wrapper .wl-table body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #wl-wrapper .wl-table body {
    width: 495px;
  }
}

#wl-wrapper .wl-table.manage .product-purchase .button {
  padding-right: 0;
  padding-left: 0;
}

#wl-wrapper .wl-tabs > li > a {
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  #wl-wrapper .wl-add-all {
    float: right;
    width: auto;
  }
}

.entry__content .wl-form input, .entry__content .wl-form textarea, .entry__content .wl-form select {
  border: 1px solid #e7e7e7;
}

.entry__content .wl-form label {
  color: #949494;
  margin-bottom: 9px;
}

.entry__content .wl-form .form-row-wide, .entry__content .wl-form .form-row {
  margin-bottom: 30px;
}

.entry__content .wl-form .required {
  margin-left: 5px;
}

.entry__content .wl-form .wl-rad-table {
  width: auto;
}

.entry__content .wl-form .wl-rad-table td {
  padding: 10px 0;
}

/** Wishlist pop-up **/
.wl-list-pop {
  border-radius: 0;
  max-width: 100%;
}

.wl-list-pop dd {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

/* =Retailers
-------------------------------------------------------------- */
.page-template-templatestemplate-retailers-php article::after {
  clear: both;
  content: "";
  display: table;
}

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

.bh-sl-container {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

.bh-sl-container .bh-sl-form-input input,
.bh-sl-container .bh-sl-form-input select {
  border-radius: 0;
  padding: 1.2em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .bh-sl-container .bh-sl-form-input input,
  .bh-sl-container .bh-sl-form-input select {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .bh-sl-container .bh-sl-form-input .bh-sl-form-input-group {
    width: 50%;
  }
}

.bh-sl-container .bh-sl-form-input .bh-sl-form-input-group label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "hnlight", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .bh-sl-container .bh-sl-form-input .bh-sl-form-input-group label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bh-sl-container .bh-sl-map-container a {
  color: #fdd100;
}

.bh-sl-container #bh-sl-submit {
  background: #fff;
  border-radius: 0;
}

.bh-sl-container .bh-sl-loc-list {
  font-size: 15px;
  font-size: 0.9375rem;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  border-radius: 0;
  background: #fdd100;
  color: #434343;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid #fdd100;
}

.bh-sl-container .loc-name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
}

.retailers {
  clear: both;
  margin-top: 30px;
}

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

.retailer__details {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 100%;
}

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

.retailer {
  margin: 15px 0 30px 0;
}

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

.retailer a {
  color: #6c6c6c;
}

.retailer__name {
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (min-width: 1024px) {
  .retailer__name {
    display: table-cell;
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .retailer__address {
    display: table-cell;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .retailer__phone {
    display: table-cell;
    width: 16.66667%;
  }
}

.section-header {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}

.section-header::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1024px) {
  .section-header {
    padding: 0 25px;
  }
}

@media screen and (min-width: 1440px) {
  .section-header {
    padding: 0 50px;
  }
}

.section-header .section-header__title {
  display: block;
  width: 100%;
  color: #6c6c6c;
  margin: 0;
}

@media screen and (min-width: 680px) {
  .section-header .section-header__title {
    display: inline-block;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .section-header .section-header__title {
    display: inline-block;
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .section-header .section-header__title {
    display: inline-block;
    width: 50%;
  }
}

.section-header .section-header__link.view-videos {
  display: block;
  font-weight: 600;
  color: #6c6c6c;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  margin-top: 12px;
}

.section-header .section-header__link.view-videos:hover, .section-header .section-header__link.view-videos:focus {
  color: #fdd100;
}

.section-header .section-header__link.view-videos span {
  vertical-align: middle;
}

@media screen and (min-width: 680px) {
  .section-header .section-header__link.view-videos {
    display: inline-block;
    width: 49%;
    text-align: right;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .section-header .section-header__link.view-videos {
    font-size: 1.25rem;
    width: 39%;
  }
}

@media screen and (min-width: 1440px) {
  .section-header .section-header__link.view-videos {
    font-size: 1.375rem;
    width: 49%;
  }
}

.resources__left, .resources__right {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .resources__left, .resources__right {
    display: table-cell;
    width: 50%;
    display: block;
    float: left;
    padding: 0 25px;
  }
  .resources__left::after, .resources__right::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width: 1440px) {
  .resources__left, .resources__right {
    padding: 0 50px;
  }
}

.resource-accordion .resource-accordion__title {
  padding: 25px;
  letter-spacing: 4px;
  font-weight: 900;
}

.resource-accordion .resource-accordion__products {
  display: none;
}

.resource-accordion .resource-accordion__products::after {
  clear: both;
  content: "";
  display: table;
}

.resource-accordion .resource-item__thumbnail {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}

.resource-accordion .resource-item__meta {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
  width: 100%;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  padding-left: 20px;
}

.resource-accordion .resource-item__meta-title {
  font-weight: 500;
}

/* =Beneficiaries
-------------------------------------------------------------- */
.page-template-template-beneficiaries .beneficiaries .tab-header {
  background-color: #fafafa;
  margin-right: 0;
  transition: color 150ms, background-color 150ms;
}

.page-template-template-beneficiaries .beneficiaries .tab-header a {
  display: block;
  padding: 20px 30px;
  color: #434343;
}

.page-template-template-beneficiaries .beneficiaries .tab-header:hover, .page-template-template-beneficiaries .beneficiaries .tab-header.is-active {
  background-color: #fdd100;
}

.page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary {
  margin-bottom: 60px;
}

.page-template-template-beneficiaries .beneficiaries .tab-content::after {
  clear: both;
  content: "";
  display: table;
}

.page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-name {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-name {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-name {
    font-size: 1.625rem;
  }
}

.page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-logo {
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-logo {
    display: table-cell;
    width: 33.33333%;
  }
}

@media screen and (min-width: 1440px) {
  .page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-logo {
    display: table-cell;
    width: 16.66667%;
  }
}

.page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-logo img {
  display: block;
  margin: 0 auto;
}

.page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-copy__with-logo {
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-copy__with-logo {
    display: table-cell;
    width: 66.66667%;
    padding-left: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-copy__with-logo {
    display: table-cell;
    width: 83.33333%;
    padding-left: 40px;
  }
}

.page-template-template-beneficiaries .beneficiaries .tab-content .beneficiary-copy {
  width: 100%;
}

/* =WooCommerce Account
-------------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  display: block;
  background-color: #fbfbfb;
  color: #565656;
  padding: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: #333;
  background-color: #f0f0f0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #fdd100;
  font-weight: 900;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .woocommerce-checkout .site-main {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1440px) {
  .woocommerce-checkout .site-main {
    margin-top: 0px;
  }
}

.woocommerce-checkout a.button.wc-forward {
  display: none;
}

.woocommerce-checkout .woocommerce-message {
  padding-bottom: 50px !important;
  display: block;
  clear: both;
  max-height: 70px;
  margin-bottom: 30px !important;
}

.woocommerce-checkout .woocommerce-info {
  clear: both;
}

#checkout-items {
  clear: both;
}

#checkout-items .checkout-left {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  #checkout-items .checkout-left {
    width: 45%;
    float: left;
  }
}

#checkout-items .checkout-right {
  width: 100%;
  padding-bottom: 40px;
}

@media only screen and (min-width: 600px) {
  #checkout-items .checkout-right {
    width: 45%;
    float: right;
  }
}

#checkout-items img.checkout-image {
  margin: 0 auto;
  display: block;
  max-width: 50%;
}

@media only screen and (min-width: 900px) {
  #checkout-items img.checkout-image {
    float: left;
  }
}

@media only screen and (min-width: 900px) {
  #checkout-items .upsell-info {
    width: 50%;
    float: right;
  }
}

#checkout-items .upsell-info h2.card-product__title {
  text-align: center;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #checkout-items .upsell-info h2.card-product__title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 900px) {
  #checkout-items .upsell-info h2.card-product__title {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1400px) {
  #checkout-items .upsell-info h2.card-product__title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1600px) {
  #checkout-items .upsell-info h2.card-product__title {
    margin-top: 65px;
  }
}

#checkout-items .upsell-info h3.card-product__price {
  text-align: center;
  margin: 15px auto;
}

@media only screen and (min-width: 900px) {
  #checkout-items .upsell-info h3.card-product__price {
    font-size: 1.5rem;
    margin: 10px auto 40px;
  }
}

@media only screen and (min-width: 1400px) {
  #checkout-items .upsell-info h3.card-product__price {
    font-size: 1.5rem;
  }
}

#checkout-items .upsell-info .add-button {
  font-size: 16px;
  font-family: "hn", Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  border: 5px solid #fdd100;
  color: #6c6c6c;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0 auto;
}

#checkout-items .upsell-info .add-button:hover {
  color: #fff;
  background-color: #fdd100;
}

.woocommerce {
  clear: both;
}

p.cart-empty {
  padding: 10px 0 0 0;
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
}

input#wc-authorize-net-cim-credit-card-tokenize-payment-method {
  display: none;
}

label[for='wc-authorize-net-cim-credit-card-tokenize-payment-method'] {
  display: none !important;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
}

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