/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

@font-face {
  font-family: 'playfair';
  src: url("../fonts/playfairdisplay-regular-webfont.eot");
  src: url("../fonts/playfairdisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-regular-webfont.woff") format("woff"), url("../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

* {
  outline: none !important;
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-family: "open_sans", sans-serif;
  line-height: 1;
  color: #000; }

h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5, h6, .h6 {
  font-family: "playfair", sans-serif;
  font-weight: normal;
  margin-top: 0; }

h3, .h3 {
  font-size: 1.5em; }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
  font-weight: 600; }

p {
  line-height: 1.4;
  margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

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

.icon {
  display: flex; }
  .icon svg {
    width: 1em;
    height: 1em; }

.icon-google-plus svg {
  width: 2em; }

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

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

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

.hr {
  display: block;
  height: 1px;
  overflow: hidden;
  background-color: #ccc;
  background-color: #ccc;
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 0; }

ul.no-list,
.no-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body.logged-in header {
  top: 34px; }

body.logged-in #banner {
  margin-top: 67px; }

@media (min-width: 768px) {
  body {
    font-size: 16px; } }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.absolute-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.button,
input[type="submit"] {
  display: inline-block;
  line-height: 1;
  border: none;
  padding: .5em 2em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase; }

.horizontal {
  display: flex; }
  .horizontal li {
    margin-right: 1em; }
    .horizontal li:last-child {
      margin-right: 0; }

.share-block li {
  display: flex;
  align-items: center; }

.accordion {
  margin: 0 0 30px 0; }

.accordion > ul {
  margin: 0; }

.accordion > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none; }

.accordion > ul > li > .expander {
  color: #fff;
  padding: 10px;
  margin: 0;
  cursor: pointer; }

.accordion > ul > li > .expander-target {
  display: none; }

.col-m-1 {
  width: 8.33333%; }

.col-m-2 {
  width: 16.66667%; }

.col-m-3 {
  width: 25%; }

.col-m-4 {
  width: 33.33333%; }

.col-m-5 {
  width: 41.66667%; }

.col-m-6 {
  width: 50%; }

.col-m-7 {
  width: 58.33333%; }

.col-m-8 {
  width: 66.66667%; }

.col-m-9 {
  width: 75%; }

.col-m-10 {
  width: 83.33333%; }

.col-m-11 {
  width: 91.66667%; }

.col-m-12 {
  width: 100%; }

@media (min-width: 768px) {
  .col-t-1 {
    width: 8.33333%; }
  .col-t-2 {
    width: 16.66667%; }
  .col-t-3 {
    width: 25%; }
  .col-t-4 {
    width: 33.33333%; }
  .col-t-5 {
    width: 41.66667%; }
  .col-t-6 {
    width: 50%; }
  .col-t-7 {
    width: 58.33333%; }
  .col-t-8 {
    width: 66.66667%; }
  .col-t-9 {
    width: 75%; }
  .col-t-10 {
    width: 83.33333%; }
  .col-t-11 {
    width: 91.66667%; }
  .col-t-12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .col-d-1 {
    width: 8.33333%; }
  .col-d-2 {
    width: 16.66667%; }
  .col-d-3 {
    width: 25%; }
  .col-d-4 {
    width: 33.33333%; }
  .col-d-5 {
    width: 41.66667%; }
  .col-d-6 {
    width: 50%; }
  .col-d-7 {
    width: 58.33333%; }
  .col-d-8 {
    width: 66.66667%; }
  .col-d-9 {
    width: 75%; }
  .col-d-10 {
    width: 83.33333%; }
  .col-d-11 {
    width: 91.66667%; }
  .col-d-12 {
    width: 100%; } }

.col {
  position: relative;
  min-height: 1px;
  padding-left: .5em;
  padding-right: .5em;
  float: left; }

.row {
  margin-left: -.5em;
  margin-right: -.5em;
  position: relative; }

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

section,
section.wide {
  margin-top: 4em; }

.wide {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  max-width: 1200px;
  margin: 0 auto; }

.constrained {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  max-width: 900px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .rest-of-page section {
    padding-top: 7.5em; } }

#hamburger {
  position: relative;
  background-color: #000;
  position: fixed;
  z-index: 40;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px; }
  #hamburger svg {
    width: 20px;
    height: 20px;
    stroke: #FFF; }
  #hamburger .icon-close {
    display: none; }
  #hamburger.active .icon-close {
    display: block; }
  #hamburger.active .icon-bars {
    display: none; }

#mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  background-color: #000;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  transition: all 0.4s;
  z-index: 40; }
  #mobile-menu-container.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #mobile-menu-container li.current-menu-item a {
    background-color: #FFF;
    color: #000; }
  #mobile-menu-container li.showing-children > .dropdown-arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  #mobile-menu-container li ul.sub-menu {
    display: none;
    margin-left: 1.5em; }
  #mobile-menu-container .dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s;
    height: 2.6em;
    background-color: #FFF;
    padding: 0 1.5em;
    cursor: pointer; }
    #mobile-menu-container .dropdown-arrow:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #000 transparent transparent transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition: all 0.4s; }
  #mobile-menu-container a {
    color: #FFF;
    padding: .5em;
    display: block; }

@media (min-width: 768px) {
  #hamburger,
  #mobile-menu-container {
    display: none; } }

#main-menu-container {
  display: none;
  align-items: center; }
  #main-menu-container .menu-main-menu-container {
    width: 100%; }

#main-menu {
  justify-content: flex-end;
  width: 100%; }
  #main-menu a {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #000;
    position: relative; }
    #main-menu a:after {
      content: '';
      display: block;
      margin: auto;
      height: 1px;
      width: 0px;
      background: transparent;
      transition: all 0.4s; }
    #main-menu a:hover:after {
      width: 100%;
      background: #000; }
  #main-menu li.menu-item-has-children {
    position: relative; }
    #main-menu li.menu-item-has-children > a:after {
      height: 0; }
    #main-menu li.menu-item-has-children:hover > ul.sub-menu {
      opacity: 1;
      visibility: inherit;
      pointer-events: inherit; }
    #main-menu li.menu-item-has-children > ul.sub-menu {
      position: absolute;
      left: -2em;
      width: 250px;
      z-index: 5;
      background-color: #FFF;
      padding-top: 1.3em;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.4s;
      border-bottom: 1px solid #000; }
      #main-menu li.menu-item-has-children > ul.sub-menu li {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 0 1.5em;
        margin: 0; }
        #main-menu li.menu-item-has-children > ul.sub-menu li:last-child {
          padding-bottom: 1em; }
        #main-menu li.menu-item-has-children > ul.sub-menu li a {
          padding: .5em 0;
          display: inline-block; }

.woocommerce-nav {
  margin-left: 1em;
  align-items: center;
  display: none; }

@media (min-width: 768px) {
  #main-menu-container,
  .woocommerce-nav {
    display: flex; } }

#banner {
  margin-top: 65px;
  overflow: hidden; }
  #banner .slick-list, #banner .slick-track {
    height: 100%; }
  #banner img {
    width: 100%; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1em;
  background-color: #FFF;
  z-index: 5; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
  .slick-slider .slick-arrow svg path {
    stroke: #000;
    stroke-width: 15px; }

.rest-of-site.no-banner {
  margin-top: 8em; }

ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.gform_fields li.gfield {
    margin-bottom: .5em; }
    ul.gform_fields li.gfield:last-child {
      margin-bottom: 0; }
  ul.gform_fields label {
    display: none; }
  ul.gform_fields input, ul.gform_fields textarea {
    width: 100%;
    border: 1px solid #CCC;
    padding: .5em .75em; }

.gform_footer {
  margin-top: 1em; }
  .gform_footer input[type="submit"] {
    font-weight: normal; }
  .gform_footer p, .gform_footer br {
    display: none; }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  background-color: #FFF;
  height: 65px; }
  body > header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    body > header .header-inner #main-menu-container {
      flex-grow: 1; }

body > header .site-logo {
  margin: 0; }
  body > header .site-logo a {
    font-weight: normal; }
  body > header .site-logo img {
    height: 30px;
    width: auto; }

#shop-footer-image img {
  width: 100%; }

footer {
  margin-top: 4em;
  background-color: #000;
  color: #FFF;
  padding: 2em 0;
  text-align: center; }
  footer a {
    color: #FFF;
    position: relative;
    display: inline-block; }
    footer a:after {
      content: '';
      display: block;
      margin: auto;
      height: 1px;
      width: 0px;
      background: transparent;
      transition: all 0.4s; }
    footer a:hover:after {
      width: 100%;
      background: #FFF; }
  footer p {
    margin: 0 0 .5em 0; }
  footer .footer-inner > .col {
    margin-bottom: 2em; }
    footer .footer-inner > .col:last-child {
      margin-bottom: 0; }
  footer .site-logo a:after {
    height: 0; }
  footer .site-logo img {
    margin: 0 auto 1em auto; }
  footer #contact-details > span {
    display: block;
    margin-bottom: .5em; }
  footer #footer-menu-container #footer-menu li {
    margin-bottom: .5em; }
    footer #footer-menu-container #footer-menu li:last-child {
      margin-bottom: 0; }
  footer #footer-menu-container #footer-menu a {
    font-weight: normal;
    text-transform: uppercase; }
  footer ul.social-menu {
    margin-top: 1em;
    justify-content: center; }
    footer ul.social-menu a {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    footer ul.social-menu .handle {
      margin-left: .5em; }

@media (min-width: 768px) {
  footer .footer-inner > .col {
    margin-bottom: 0; }
    footer .footer-inner > .col:first-child {
      margin-bottom: 2em; } }

@media (min-width: 1024px) {
  footer {
    text-align: left; }
    footer .site-logo img {
      margin: 0 0 1em 0; }
    footer ul.social-menu {
      margin-top: .5em;
      justify-content: flex-start; } }

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  .image-grid .image {
    margin-bottom: 1em; }
    .image-grid .image .image-inner {
      height: 100%;
      cursor: pointer; }
    .image-grid .image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
  .image-grid a {
    height: 100%;
    display: block;
    font-weight: normal; }

html.no-object-fit .image-grid .image img {
  height: auto; }

.lighten-hover {
  position: relative; }
  .lighten-hover:after {
    content: '';
    opacity: 0;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.7); }
  .lighten-hover:hover:after {
    opacity: 1; }

.show-caption .caption {
  z-index: 5;
  font-weight: normal;
  opacity: 0; }

#news-posts {
  max-width: 1600px; }
  #news-posts .news-post {
    margin-bottom: 2em; }
  #news-posts .image img {
    width: 100%; }
  #news-posts h3 {
    margin-top: .5em;
    font-weight: normal; }

#post .sub-heading {
  margin-bottom: 1em; }

#post ul.post-cats {
  margin-bottom: 1em; }

#post .share-block {
  margin-bottom: 1em; }

#post .image-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

#post .post-images {
  margin-top: 1em; }
  #post .post-images img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

#post .compat-object-fit {
  background-size: cover;
  height: 100%; }
  #post .compat-object-fit + img {
    display: none; }

.latest-post .title {
  margin-top: .5em; }

#gform_wrapper_1 {
  margin-top: 1em; }

body .site-main {
  margin-bottom: 0; }

body.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,
body.page-template-template-homepage-php .site-main .columns-3 ul.products li.product,
body.storefront-full-width-content .site-main .columns-3 ul.products li.product {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2em; }

body.tax-product_cat #main {
  margin-top: 65px; }

body.storefront-full-width-content .woocommerce-products-header,
body.storefront-full-width-content.woocommerce-account .entry-header,
body.storefront-full-width-content.woocommerce-cart .entry-header,
body.storefront-full-width-content.woocommerce-checkout .entry-header {
  padding: 4em 0 0 0; }

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
  font-family: "open_sans", sans-serif; }

.storefront-sorting {
  display: none; }

body ul.products {
  margin-top: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  body ul.products li.product {
    margin-bottom: 2em; }

body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  margin-right: 0;
  padding: 0 .5em;
  width: 20%;
  background-color: #FFF; }

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

body.single-product div.product .woocommerce-product-gallery img {
  margin: 0 auto; }

body.single-product div.product .product_title, body.single-product div.product .price {
  text-align: center; }

body.single-product div.product p.price {
  margin: 0; }

body.single-product div.product table.variations tr {
  margin-bottom: 1em;
  display: block; }
  body.single-product div.product table.variations tr:last-child {
    margin-bottom: 0; }

body.single-product div.product table.variations td.label {
  margin-bottom: .5em; }

body.single-product div.product table.variations td.value div {
  position: relative;
  display: inline-block; }
  body.single-product div.product table.variations td.value div:last-child {
    margin-right: 0; }

body.single-product div.product table.variations td.value input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden; }

body.single-product div.product table.variations td.value label {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: .25em .75em;
  margin-right: 1em;
  cursor: pointer;
  transition: all 0.4s; }
  body.single-product div.product table.variations td.value label:hover {
    border: 1px solid black; }
  body.single-product div.product table.variations td.value label.active {
    background-color: #000;
    color: #FFF;
    border: 1px solid black; }

body.single-product div.product table.variations td.value a.reset_variations {
  display: block;
  visibility: visible !important;
  margin: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.4s; }
  body.single-product div.product table.variations td.value a.reset_variations.active {
    height: 2em;
    padding-top: 1em;
    opacity: 1; }

body.single-product div.product .woocommerce-variation-price {
  display: none; }

body.single-product div.product .variations_button {
  display: flex;
  align-items: stretch; }

body.single-product div.product .related h2 {
  text-align: center; }

body.single-product div.product .related > ul.products {
  margin-top: 0; }

body.page-cart table.cart td.actions .coupon {
  display: flex;
  align-items: stretch; }

body.page-my-account #entry-content .woocommerce:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  body.storefront-full-width-content .content-area {
    float: none; }
  body .content-area, body .widget-area {
    margin-bottom: 0; }
  body.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
    margin: 0; }
  body.single-product div.product .product_title,
  body.single-product div.product .price {
    text-align: left; }
  body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    left: auto;
    right: 0;
    background-color: #FFF; } }

@media (min-width: 1024px) {
  body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 20%; }
  .flex-viewport {
    width: 80%;
    float: left; }
  body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 20%;
    float: left; }
    body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
      width: 100%; }
  body.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 100%;
    margin-bottom: 1em; }
    body.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:last-child {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .show-caption:hover .caption {
    opacity: 1; }
  .show-caption .compat-object-fit {
    height: 100%;
    background-size: cover; }
    .show-caption .compat-object-fit + img {
      display: none; }
  #gform_wrapper_1 {
    margin-top: 0; } }
