/*
Theme Name: Jason Markk
Theme URI: http://530medialab.com
Author: 530 Media Lab
Author URI: http://530medialab.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jasonmarkk
*/
/* Base -Bourbon, Neat, Bitters */
html {
  box-sizing: border-box;
}

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

button, .button, .button--primary, .newsletter #newsletter_subscribe, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button,
.button--primary,
.newsletter #newsletter_subscribe {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  border-radius: 0px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato";
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, .button:hover, .button--primary:hover, .newsletter #newsletter_subscribe:hover, button:focus, .button:focus, .button--primary:focus, .newsletter #newsletter_subscribe: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,
button:hover,
.button:hover,
.button--primary:hover,
.newsletter #newsletter_subscribe:hover,
button:focus,
.button:focus,
.button--primary:focus,
.newsletter #newsletter_subscribe:focus {
  background-color: #0d0d0d;
  color: #fff;
}
button:disabled, .button:disabled, .button--primary:disabled, .newsletter #newsletter_subscribe:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled,
.button:disabled,
.button--primary:disabled,
.newsletter #newsletter_subscribe:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Lato";
  font-size: 0.8125em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

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=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Lato";
  font-size: 0.8125em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  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=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
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=multiple]:focus,
textarea:focus {
  border-color: #333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(38, 38, 38, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

input[type="file"] {
  padding-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: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  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 {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Lato";
  font-size: 0.8125em;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  font-size: 0.8125em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #333;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #0d0d0d;
}
a:active, a:focus {
  outline: none;
}

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

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

/* ==========================================================================
   Mixins
   ========================================================================== */
/* Layout */
/* ==========================================================================
   Grid
   ========================================================================== */
.l-col-1--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  position: relative;
  min-height: 1px;
}
.l-col-1--xs:last-child {
  margin-right: 0;
}

.l-col-2--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  position: relative;
  min-height: 1px;
}
.l-col-2--xs:last-child {
  margin-right: 0;
}

.l-col-3--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative;
  min-height: 1px;
}
.l-col-3--xs:last-child {
  margin-right: 0;
}

.l-col-4--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: relative;
  min-height: 1px;
}
.l-col-4--xs:last-child {
  margin-right: 0;
}

.l-col-5--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  position: relative;
  min-height: 1px;
}
.l-col-5--xs:last-child {
  margin-right: 0;
}

.l-col-6--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
  min-height: 1px;
}
.l-col-6--xs:last-child {
  margin-right: 0;
}

.l-col-7--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  position: relative;
  min-height: 1px;
}
.l-col-7--xs:last-child {
  margin-right: 0;
}

.l-col-8--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  position: relative;
  min-height: 1px;
}
.l-col-8--xs:last-child {
  margin-right: 0;
}

.l-col-9--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  position: relative;
  min-height: 1px;
}
.l-col-9--xs:last-child {
  margin-right: 0;
}

.l-col-10--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  position: relative;
  min-height: 1px;
}
.l-col-10--xs:last-child {
  margin-right: 0;
}

.l-col-11--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  position: relative;
  min-height: 1px;
}
.l-col-11--xs:last-child {
  margin-right: 0;
}

.l-col-12--xs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  min-height: 1px;
}
.l-col-12--xs:last-child {
  margin-right: 0;
}

.l-float--none {
  float: none;
}

.l-float--left {
  float: left;
}

.l-float--right {
  float: right;
}

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

.text--center, .nav--inline .menu-item {
  text-align: center;
}

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

@media screen and (min-width: 48em) {
  .l-col-1--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    min-height: 1px;
  }
  .l-col-1--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-1--sm {
    left: 8.5298%;
  }

  .l-col-pull-1--sm {
    right: 8.5298%;
  }

  .l-col-2--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    min-height: 1px;
  }
  .l-col-2--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-2--sm {
    left: 17.05961%;
  }

  .l-col-pull-2--sm {
    right: 17.05961%;
  }

  .l-col-3--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    min-height: 1px;
  }
  .l-col-3--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-3--sm {
    left: 25.58941%;
  }

  .l-col-pull-3--sm {
    right: 25.58941%;
  }

  .l-col-4--sm, .woocommerce.single-product .summary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: relative;
    min-height: 1px;
  }
  .l-col-4--sm:last-child, .woocommerce.single-product .summary:last-child {
    margin-right: 0;
  }

  .l-col-push-4--sm {
    left: 34.11922%;
  }

  .l-col-pull-4--sm {
    right: 34.11922%;
  }

  .l-col-5--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    min-height: 1px;
  }
  .l-col-5--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-5--sm {
    left: 42.64902%;
  }

  .l-col-pull-5--sm {
    right: 42.64902%;
  }

  .l-col-6--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    min-height: 1px;
  }
  .l-col-6--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-6--sm {
    left: 51.17883%;
  }

  .l-col-pull-6--sm {
    right: 51.17883%;
  }

  .l-col-7--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    min-height: 1px;
  }
  .l-col-7--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-7--sm {
    left: 59.70863%;
  }

  .l-col-pull-7--sm {
    right: 59.70863%;
  }

  .l-col-8--sm, .woocommerce.single-product .images {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    min-height: 1px;
  }
  .l-col-8--sm:last-child, .woocommerce.single-product .images:last-child {
    margin-right: 0;
  }

  .l-col-push-8--sm {
    left: 68.23843%;
  }

  .l-col-pull-8--sm {
    right: 68.23843%;
  }

  .l-col-9--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    min-height: 1px;
  }
  .l-col-9--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-9--sm {
    left: 76.76824%;
  }

  .l-col-pull-9--sm {
    right: 76.76824%;
  }

  .l-col-10--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: relative;
    min-height: 1px;
  }
  .l-col-10--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-10--sm {
    left: 85.29804%;
  }

  .l-col-pull-10--sm {
    right: 85.29804%;
  }

  .l-col-11--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    position: relative;
    min-height: 1px;
  }
  .l-col-11--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-11--sm {
    left: 93.82785%;
  }

  .l-col-pull-11--sm {
    right: 93.82785%;
  }

  .l-col-12--sm {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .l-col-12--sm:last-child {
    margin-right: 0;
  }

  .l-col-push-12--sm {
    left: 102.35765%;
  }

  .l-col-pull-12--sm {
    right: 102.35765%;
  }

  .l-float--none {
    float: none;
  }

  .l-float--left {
    float: left;
  }

  .l-float--right {
    float: right;
  }

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

  .text--center, .nav--inline .menu-item {
    text-align: center;
  }

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

  .l-float--left--sm {
    float: left;
  }

  .l-float--right--sm {
    float: right;
  }

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

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

  .text--right--sm {
    text-align: right;
  }
}
@media screen and (min-width: 62em) {
  .l-col-1--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    min-height: 1px;
  }
  .l-col-1--md:last-child {
    margin-right: 0;
  }

  .l-col-push-1--md {
    left: 8.5298%;
  }

  .l-col-pull-1--md {
    right: 8.5298%;
  }

  .l-col-2--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    min-height: 1px;
  }
  .l-col-2--md:last-child {
    margin-right: 0;
  }

  .l-col-push-2--md {
    left: 17.05961%;
  }

  .l-col-pull-2--md {
    right: 17.05961%;
  }

  .l-col-3--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    min-height: 1px;
  }
  .l-col-3--md:last-child {
    margin-right: 0;
  }

  .l-col-push-3--md {
    left: 25.58941%;
  }

  .l-col-pull-3--md {
    right: 25.58941%;
  }

  .l-col-4--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: relative;
    min-height: 1px;
  }
  .l-col-4--md:last-child {
    margin-right: 0;
  }

  .l-col-push-4--md {
    left: 34.11922%;
  }

  .l-col-pull-4--md {
    right: 34.11922%;
  }

  .l-col-5--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    min-height: 1px;
  }
  .l-col-5--md:last-child {
    margin-right: 0;
  }

  .l-col-push-5--md {
    left: 42.64902%;
  }

  .l-col-pull-5--md {
    right: 42.64902%;
  }

  .l-col-6--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    min-height: 1px;
  }
  .l-col-6--md:last-child {
    margin-right: 0;
  }

  .l-col-push-6--md {
    left: 51.17883%;
  }

  .l-col-pull-6--md {
    right: 51.17883%;
  }

  .l-col-7--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    min-height: 1px;
  }
  .l-col-7--md:last-child {
    margin-right: 0;
  }

  .l-col-push-7--md {
    left: 59.70863%;
  }

  .l-col-pull-7--md {
    right: 59.70863%;
  }

  .l-col-8--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    min-height: 1px;
  }
  .l-col-8--md:last-child {
    margin-right: 0;
  }

  .l-col-push-8--md {
    left: 68.23843%;
  }

  .l-col-pull-8--md {
    right: 68.23843%;
  }

  .l-col-9--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    min-height: 1px;
  }
  .l-col-9--md:last-child {
    margin-right: 0;
  }

  .l-col-push-9--md {
    left: 76.76824%;
  }

  .l-col-pull-9--md {
    right: 76.76824%;
  }

  .l-col-10--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: relative;
    min-height: 1px;
  }
  .l-col-10--md:last-child {
    margin-right: 0;
  }

  .l-col-push-10--md {
    left: 85.29804%;
  }

  .l-col-pull-10--md {
    right: 85.29804%;
  }

  .l-col-11--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    position: relative;
    min-height: 1px;
  }
  .l-col-11--md:last-child {
    margin-right: 0;
  }

  .l-col-push-11--md {
    left: 93.82785%;
  }

  .l-col-pull-11--md {
    right: 93.82785%;
  }

  .l-col-12--md {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .l-col-12--md:last-child {
    margin-right: 0;
  }

  .l-col-push-12--md {
    left: 102.35765%;
  }

  .l-col-pull-12--md {
    right: 102.35765%;
  }

  .l-float--none {
    float: none;
  }

  .l-float--left {
    float: left;
  }

  .l-float--right {
    float: right;
  }

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

  .text--center, .nav--inline .menu-item {
    text-align: center;
  }

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

  .l-float--left--md {
    float: left;
  }

  .l-float--right--md {
    float: right;
  }

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

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

  .text--right--md {
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  .l-col-1--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
    position: relative;
    min-height: 1px;
  }
  .l-col-1--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-1--lg {
    left: 8.5298%;
  }

  .l-col-pull-1--lg {
    right: 8.5298%;
  }

  .l-col-2--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative;
    min-height: 1px;
  }
  .l-col-2--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-2--lg {
    left: 17.05961%;
  }

  .l-col-pull-2--lg {
    right: 17.05961%;
  }

  .l-col-3--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    position: relative;
    min-height: 1px;
  }
  .l-col-3--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-3--lg {
    left: 25.58941%;
  }

  .l-col-pull-3--lg {
    right: 25.58941%;
  }

  .l-col-4--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    position: relative;
    min-height: 1px;
  }
  .l-col-4--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-4--lg {
    left: 34.11922%;
  }

  .l-col-pull-4--lg {
    right: 34.11922%;
  }

  .l-col-5--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: relative;
    min-height: 1px;
  }
  .l-col-5--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-5--lg {
    left: 42.64902%;
  }

  .l-col-pull-5--lg {
    right: 42.64902%;
  }

  .l-col-6--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    position: relative;
    min-height: 1px;
  }
  .l-col-6--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-6--lg {
    left: 51.17883%;
  }

  .l-col-pull-6--lg {
    right: 51.17883%;
  }

  .l-col-7--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    position: relative;
    min-height: 1px;
  }
  .l-col-7--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-7--lg {
    left: 59.70863%;
  }

  .l-col-pull-7--lg {
    right: 59.70863%;
  }

  .l-col-8--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    min-height: 1px;
  }
  .l-col-8--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-8--lg {
    left: 68.23843%;
  }

  .l-col-pull-8--lg {
    right: 68.23843%;
  }

  .l-col-9--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    position: relative;
    min-height: 1px;
  }
  .l-col-9--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-9--lg {
    left: 76.76824%;
  }

  .l-col-pull-9--lg {
    right: 76.76824%;
  }

  .l-col-10--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: relative;
    min-height: 1px;
  }
  .l-col-10--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-10--lg {
    left: 85.29804%;
  }

  .l-col-pull-10--lg {
    right: 85.29804%;
  }

  .l-col-11--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
    position: relative;
    min-height: 1px;
  }
  .l-col-11--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-11--lg {
    left: 93.82785%;
  }

  .l-col-pull-11--lg {
    right: 93.82785%;
  }

  .l-col-12--lg {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .l-col-12--lg:last-child {
    margin-right: 0;
  }

  .l-col-push-12--lg {
    left: 102.35765%;
  }

  .l-col-pull-12--lg {
    right: 102.35765%;
  }

  .l-float--none {
    float: none;
  }

  .l-float--left {
    float: left;
  }

  .l-float--right {
    float: right;
  }

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

  .text--center, .nav--inline .menu-item {
    text-align: center;
  }

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

  .l-float--left--lg {
    float: left;
  }

  .l-float--right--lg {
    float: right;
  }

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

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

  .text--right--lg {
    text-align: right;
  }
}
.l-container, #container, #primary {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.618em;
}
.l-container::after, #container::after, #primary::after {
  clear: both;
  content: "";
  display: table;
}

.l-row {
  display: block;
  margin-bottom: 1.618em;
}
.l-row::after {
  clear: both;
  content: "";
  display: table;
}

.l-fill-parent {
  width: 100%;
}

.l-omega {
  margin-right: 0;
}

.l-margin--auto {
  margin-left: auto;
  margin-right: auto;
}

.is-hidden--xs {
  display: none;
}
@media screen and (min-width: 30em) {
  .is-hidden--xs {
    display: block;
  }
}

.is-hidden--sm {
  display: block;
}
@media screen and (min-width: 48em) {
  .is-hidden--sm {
    display: none;
  }
}

.is-hidden--md {
  display: block;
}
@media screen and (min-width: 62em) {
  .is-hidden--md {
    display: none;
  }
}

.is-hidden--lg {
  display: block;
}
@media screen and (min-width: 75em) {
  .is-hidden--lg {
    display: none;
  }
}

.is-visible--md {
  display: none;
}
@media screen and (min-width: 62em) {
  .is-visible--md {
    display: block;
  }
}

.is-visible--lg {
  display: none;
}
@media screen and (min-width: 75em) {
  .is-visible--lg {
    display: block;
  }
}

body {
  padding-top: 45px;
  font-weight: 300;
}

.bg--dark {
  background: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Header
   ========================================================================== */
.admin-bar .header--site {
  margin-top: 32px;
}

.header--site {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header--site ul {
  transform: translateY(4px);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer--site {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.618em 0 3.236em;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
/* Modules */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
.button, .button--primary, .newsletter #newsletter_subscribe {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  font-weight: 300;
  opacity: 0.7;
  padding: 0.875em 2.25em;
  letter-spacing: 1px;
  font-size: 0.75em;
}
.button:hover, .button--primary:hover, .newsletter #newsletter_subscribe:hover {
  background-color: #fff;
  color: #000;
}

.button--primary {
  font-size: 1.5em;
  padding: 0.875em 2.25em;
  margin: 1.25em 0 2.5em;
  max-width: 100%;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon--dimeadozen {
  display: block;
  width: 100px;
  height: 18px;
}
@media screen and (min-width: 30em) {
  .icon--dimeadozen {
    width: 142px;
    height: 24px;
  }
}

.icon--dd {
  display: block;
  width: 25px;
  height: 40px;
}
@media screen and (min-width: 30em) {
  .icon--dd {
    width: 40px;
    height: 64px;
  }
}

.icon--twitter {
  display: block;
  width: 28px;
  height: 22px;
}

.icon--instagram {
  display: block;
  width: 22px;
  height: 22px;
}

.icon--facebook {
  display: block;
  width: 12px;
  height: 22px;
}

.list__item--inline, .nav--inline .menu-item {
  display: inline-block;
  margin-right: 1.875rem;
}
.list__item--inline:last-child, .nav--inline .menu-item:last-child {
  margin-right: 0;
}

.product__title {
  margin: 1.618em 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.product__image {
  background: #fff;
  padding: 4.375rem 0;
}

.products--featured .l-col-3--sm:nth-child(4n) {
  margin-right: 0;
}
.products--featured .l-col-3--sm:nth-child(4n+1) {
  clear: left;
}

.section__title--featured {
  font-size: 1.75em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 30em) {
  .section__title--featured {
    font-size: 2.625em;
    letter-spacing: 2.5px;
    margin-bottom: 1.25rem;
  }
}

.section__subtitle--featured {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

section.intro {
  padding: 3.4375rem 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  section.intro {
    padding: 8.125rem 0 9.375rem 0;
  }
}

.intro__content {
  text-align: left;
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 62em) {
  .intro__content {
    width: 60%;
  }
}

.intro__title {
  font-size: 1.125rem;
  font-family: 'Playfair Display';
  font-weight: normal;
}
.intro__title:first-child {
  color: #104c82;
}
.intro__title:last-child {
  color: #082c28;
}
@media screen and (min-width: 30em) {
  .intro__title {
    letter-spacing: 2px;
    font-size: 3.125rem;
  }
}

.intro__subtitle {
  font-size: 1rem;
  color: #000;
  font-family: 'Playfair Display';
  font-weight: normal;
}
@media screen and (min-width: 30em) {
  .intro__subtitle {
    letter-spacing: 0.5px;
    font-size: 2.25rem;
  }
}

section {
  margin-bottom: 3.125rem;
  padding: 3.75rem 0;
}
@media screen and (min-width: 30em) {
  section {
    padding: 6.25rem 0;
  }
}

.section__content {
  margin-bottom: 5rem;
}

.text--uppercase, .nav--inline .menu-item {
  text-transform: uppercase;
}

.title {
  font-size: 3.375rem;
  font-weight: 300;
}

.subtitle {
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0.5px;
}

body {
  font-size: 0.6875em;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 0.8125em;
  }
}

/* Utilities */
/* ==========================================================================
   Functions
   ========================================================================== */
.overlay {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay .intro__content {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}
.overlay .icon--dd {
  position: absolute;
  bottom: 1.618em;
  right: 1.618em;
}

.contact-p {
  margin-top: 30px;
}
@media screen and (min-width: 48em) {
  .contact-p {
    width: 40%;
  }
}

.newsletter {
  padding: 1.618em 0;
  margin: 100px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.newsletter label {
  display: none;
}
.newsletter form {
  margin: 10px auto 0 auto;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .newsletter form {
    width: 44%;
  }
}
.newsletter #newsletter_email {
  width: 100%;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.newsletter #newsletter_email:focus {
  outline: 0;
  box-shadow: none;
}
@media screen and (min-width: 48em) {
  .newsletter #newsletter_email {
    width: 68%;
  }
}
.newsletter #newsletter_subscribe {
  float: right;
  text-shadow: none;
  background: #fff !important;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .newsletter #newsletter_subscribe {
    width: auto;
  }
}

#container {
  margin: 60px auto 80px auto;
}

.woocommerce.single-product .images {
  margin-right: 0;
  text-align: center;
}
.woocommerce.single-product h1.product_title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.woocommerce.single-product .variations .label:first-child {
  display: none;
}
.woocommerce.single-product .single_variation_wrap {
  display: block !important;
}
.woocommerce.single-product .reset_variations {
  display: none !important;
}

.woocommerce-message {
  margin-top: 20px;
}

.woocommerce-message a:after {
  display: block;
  content: "";
}

.images img {
  height: auto;
}
