@charset "UTF-8";
/* TOOLS
=================================================== */
/* Mixins
================================================== */
/* mixins and helpers */
/*! normalize.css v3.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,600,600i|EB+Garamond:400,400i");
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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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 5, 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.
 */
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+, 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"] {
  -webkit-box-sizing: border-box;
  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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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.
 * 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.
 */
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; }

/* Normalize */
/* Breakpoints
================================================== */
/* Grid
================================================== */
/* Breakpointer Tool
================================================== */
.breakpointer {
  position: fixed;
  top: 0;
  right: 0;
  display: block; }
  .breakpointer:before {
    content: '$sm-bp';
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    background: teal;
    font-size: .8em;
    padding: .25em;
    color: #fff;
    width: 100px; }
  @media (min-width: 480px) {
    .breakpointer:before {
      content: '$md-bp';
      display: block;
      background: green; } }
  @media (min-width: 768px) {
    .breakpointer:before {
      content: '$lg-bp';
      display: block;
      background: gold; } }
  @media (min-width: 990px) {
    .breakpointer:before {
      content: '$xl-bp';
      display: block;
      background: orange; } }
  @media (min-width: 1200px) {
    .breakpointer:before {
      content: '$xxl-bp';
      display: block;
      background: red; } }
  @media (min-width: 1400px) {
    .breakpointer:before {
      content: '$xxxl-bp';
      display: block;
      background: black; } }

/* Layout Helpers
================================================== */
.posrelative {
  position: relative; }

.overflowhidden {
  overflow: hidden; }

.clearboth {
  clear: both; }

.valignp {
  display: table; }

.valignc {
  display: table-cell;
  vertical-align: middle; }

.valignb {
  display: table-cell;
  vertical-align: bottom; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

/* Hide
================================================== */
@media (max-width: 479px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 989px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 990px) {
  .hidden-xl {
    display: none !important; } }

/* Rows
================================================== */
.wrapper {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .wrapper {
      padding-left: 40px;
      padding-right: 40px; } }

/* Columns 
	- you never know when more columns or change the design!
================================================== */
.row {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  clear: left; }
  .row:after {
    content: '';
    display: block;
    clear: both; }
  .row .columns {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .row .columns > .row {
      margin-right: -10px;
      margin-left: -10px; }
  .row .col-sm-1 {
    width: 8.33333%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-2 {
    width: 16.66667%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-3 {
    width: 25%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-4 {
    width: 33.33333%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-5 {
    width: 41.66667%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-6 {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-7 {
    width: 58.33333%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-8 {
    width: 66.66667%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-9 {
    width: 75%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-10 {
    width: 83.33333%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-11 {
    width: 91.66667%;
    padding-right: 20px;
    padding-left: 20px; }
  .row .col-sm-12 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  @media (min-width: 480px) {
    .row .col-md-1 {
      width: 8.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-2 {
      width: 16.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-3 {
      width: 25%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-4 {
      width: 33.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-5 {
      width: 41.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-6 {
      width: 50%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-7 {
      width: 58.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-8 {
      width: 66.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-9 {
      width: 75%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-10 {
      width: 83.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-11 {
      width: 91.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-md-12 {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .row .col-lg-1 {
      width: 8.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-2 {
      width: 16.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-3 {
      width: 25%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-4 {
      width: 33.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-5 {
      width: 41.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-6 {
      width: 50%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-7 {
      width: 58.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-8 {
      width: 66.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-9 {
      width: 75%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-10 {
      width: 83.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-11 {
      width: 91.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-12 {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 990px) {
    .row .col-lg-1 {
      width: 8.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-2 {
      width: 16.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-3 {
      width: 25%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-4 {
      width: 33.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-5 {
      width: 41.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-6 {
      width: 50%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-7 {
      width: 58.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-8 {
      width: 66.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-9 {
      width: 75%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-10 {
      width: 83.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-11 {
      width: 91.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-lg-12 {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .row .col-xl-1 {
      width: 8.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-2 {
      width: 16.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-3 {
      width: 25%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-4 {
      width: 33.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-5 {
      width: 41.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-6 {
      width: 50%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-7 {
      width: 58.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-8 {
      width: 66.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-9 {
      width: 75%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-10 {
      width: 83.33333%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-11 {
      width: 91.66667%;
      padding-right: 20px;
      padding-left: 20px; }
    .row .col-xl-12 {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }

/* the breakpoints and the base grid */
/* LEVEL 1
=================================================== */
/* Import fonts here and then make classes
================================================== */
@font-face {
  font-family: 'proxima_novalight';
  src: url("../../fonts/proximanova-light-webfont.eot");
  src: url("../../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../../fonts/proximanova-light-webfont.woff") format("woff"), url("../../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Freight-BigLightItalic';
  src: url("../../fonts/Freight-BigLightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Freight-BigLightItalic.otf") format("opentype"), url("../../fonts/Freight-BigLightItalic.woff") format("woff"), url("../../fonts/Freight-BigLightItalic.ttf") format("truetype"), url("../../fonts/Freight-BigLightItalic.svg#Freight-BigLightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

.proxima, body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal; }

body.font-loaded .proxima, body.font-loaded body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield label, body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield body.font-loaded label,
body.font-loaded body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .label, body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield body.font-loaded .label, body.font-loaded .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield body.font-loaded label,
body.font-loaded .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield body.font-loaded .label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal; }

/* Define Colors
================================================== */
/* Use Colors
================================================== */
.bkgd-blue {
  background: blue; }

.bkgd-black {
  background: #000; }

.bkgd-ltgrey {
  background: #ccc; }

.bkgd-mdgrey {
  background: #bbb; }

.bkgd-dkgrey {
  background: #aaa; }

.bkgd-fdgrey {
  background: #89898a; }

.bkgd-green {
  background: #82ca9c; }

.bkgd-white {
  background: white; }

.txt-blue {
  color: blue; }

.txt-black {
  color: #000; }

.txt-ltgrey {
  color: #ccc; }

.txt-fdgrey {
  color: #89898a; }

.txt-white {
  color: #fff; }

/* fonts, colours */
/* 1. Set the keyframes 
============================================ */
@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(4px); } }

@-moz-keyframes bounce {
  0%, 50%, 100% {
    -moz-transform: translateY(0); }
  25%, 75% {
    -moz-transform: translateY(4px); } }

@-o-keyframes bounce {
  0%, 50%, 100% {
    -o-transform: translateY(0); }
  25%, 75% {
    -o-transform: translateY(4px); } }

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%, 75% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadein {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadein {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadein {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* 2. Add it to the class

	Arguments:::
	
    animation-name: 			the name of the animation;
    animation-duration: 		how long the keyframes will take to go from 0% to 100%;
    animation-timing-function:	the speed from start to end (linier, ease [slow start, then ends fast]  linear, easing OR USE http://cubic-bezier.com/#0,.67,.75,.9;
    animation-delay: 			the delay beofore it animates;
    animation-iteration-count:	the number of times it plays;
    animation-direction:		;


	Example ::

	animation-name: bounce;
	animation-duration: 4s;
	animation-iteration-count: 10;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-delay: 2s;
 
 
	Example - infinte loop::
	
	
	Example - play once only (one load, fade in)
 

============================================ */
.bounce {
  -webkit-animation: bounce 2s linear 4s infinite alternate;
  -moz-animation: bounce 2s linear 4s infinite alternate;
  -o-animation: bounce 2s linear 4s infinite alternate;
  -ms-animation: bounce 2s linear 4s infinite alternate;
  animation: bounce 2s linear 4s infinite alternate; }

.fadein {
  -webkit-animation: fadein 4s infinite linear ease-out forwards 4s;
  -moz-animation: fadein 4s infinite linear ease-out forwards 4s;
  -o-animation: fadein 4s infinite linear ease-out forwards 4s;
  -ms-animation: fadein 4s infinite linear ease-out forwards 4s;
  animation: fadein 4s infinite linear ease-out forwards 4s; }

/* Scroll demo
================================================== */
.section {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.section.active {
  background: yellow; }

body.stickymenuon .navscrollexample {
  position: fixed;
  top: 0;
  left: 0;
  background: grey; }

.navscrollexample .active {
  color: red; }

html.js .animateonfocus {
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background: #ddd; }
  html.js .animateonfocus.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

_:-ms-lang(x), html.js .animateonfocus {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

_:-ms-fullscreen, :root html.js .animateonfocus {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* animation mixins and animations */
/* Reset
================================================== */
html,
body {
  color: #000; }

body {
  font-size: 0.9em;
  line-height: 1.4em; }

/*
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
*/
/* Styles
================================================== */
.font, body, .ol > li:before, .cliententry ol > li:before {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em; }

.ttl-font, h1, .h1,
h2, ul.vertical-nav li a, .h2,
h3, .h3, cite, blockquote p, .navigation a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: black; }

/* Helpers
================================================== */
.nlbr {
  display: inline-block; }

/* #Links
================================================== */
a, a:visited {
  color: black;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

a:hover, a:focus {
  text-decoration: none; }

/* Headings
Clients may want to reorganize tag names in future for SEO purposes,
so in addition of selecting by the tag name (h1-h6) we add a class (.h1-.h6).
========================================================================== */
h1, h2, ul.vertical-nav li a, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1em 0;
  padding: 0; }

h1 a, h2 a, ul.vertical-nav li a a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit; }

h1, .h1 {
  font-size: 1.875em;
  line-height: 2.25em; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 1.3em; } }

h2, ul.vertical-nav li a, .h2 {
  font-size: 1.25em;
  line-height: 2.25em; }

h3, .h3 {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: bold; }

h4, .h4 {
  font-size: 1em;
  line-height: 1em; }

h5, .h5 {
  font-size: 0.9em;
  line-height: 0.9em; }

h6, .h6 {
  font-size: 0.8em;
  line-height: 0.8em; }

p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 1em 0; }

p.lead {
  font-weight: bold; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

cite {
  text-transform: none;
  margin: 2em 0;
  display: block; }

/* Blockquotes
================================================== */
blockquote {
  margin: 2em auto;
  display: block;
  width: 60%; }
  blockquote p {
    font-weight: bold; }
  blockquote cite {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase; }

/* Lists
================================================== */
ol, ul {
  list-style: none;
  margin: .5em 0;
  padding: 0; }

.ul > li, .cliententry ul > li {
  position: relative;
  padding-left: 1.5em; }
  .ul > li:before, .cliententry ul > li:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 5px;
    display: block;
    background: black; }

.ol, .cliententry ol {
  counter-reset: li; }
  .ol > li, .cliententry ol > li {
    position: relative;
    padding-left: 1.5em; }
    .ol > li:before, .cliententry ol > li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      color: black; }

/* Tables
================================================== */
.table tr {
  border-bottom: solid 1px #ccc; }

.table th {
  background-color: #555;
  color: #fff;
  padding: 10px 20px; }

.table td {
  padding: 10px 20px; }

.table tr:nth-child(odd) td {
  background-color: #eee; }

/* Helpers
================================================== */
.textcenter {
  text-align: center; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

/* Other
================================================== */
hr {
  border: solid #ccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 40px 0;
  height: 0; }

/* h1-h6, p, blockquotes, tables and ICONS */
/* Inline SVG - Icons that need to transition effects (rollovers, hovers, animations)
================================================== */
.icon path {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: blue; }

.icon:focus path, .icon:hover path {
  fill: black; }

/* SVG Sprite - For glyphs, icons that don't need rollover or transition effects
		
	
	generate them http://iconizr.com/

	use mask css value or just add a different color for the icon
		eg. cross-green.
		
	use them as bkgd images (for select, checkboxes etc.)
	you can resize them with transform
		
	
================================================== */
/* icons and glyphs */
/* LEVEL 2
=================================================== */
/*
mobile browsers add a highlight color or style to elements when a user touches them.
Safari and Chrome add a tap highlight color which can be prevented with the -webkit-tap-highlight-color CSS property:
    /* Webkit / Chrome Specific CSS to remove tap
    highlight color */
.btn, input[type="submit"],
input[type="reset"],
input[type="button"], .hamburger-btn, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  -webkit-tap-highlight-color: transparent; }

/* Buttons
================================================== */
.btn, input[type="submit"],
input[type="reset"],
input[type="button"], .hamburger-btn, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
a.btn,
a.hamburger-btn,
.woocommerce a.button {
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  padding: .5em 1em;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased; }
  .btn:focus, input:focus[type="submit"],
  input:focus[type="reset"],
  input:focus[type="button"], .hamburger-btn:focus, .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus,
  .woocommerce #respond input#submit:focus,
  a.btn:focus,
  a.hamburger-btn:focus,
  .woocommerce a.button:focus {
    outline: none !important; }
  .btn::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner, .hamburger-btn::-moz-focus-inner, .woocommerce a.button::-moz-focus-inner,
  .woocommerce button.button::-moz-focus-inner,
  .woocommerce input.button::-moz-focus-inner,
  .woocommerce #respond input#submit::-moz-focus-inner,
  a.btn::-moz-focus-inner,
  a.hamburger-btn::-moz-focus-inner,
  .woocommerce a.button::-moz-focus-inner {
    border: 0; }

.btn.btn-primary, input.btn-primary[type="submit"],
input.btn-primary[type="reset"],
input.btn-primary[type="button"], .btn-primary.hamburger-btn, .woocommerce a.btn-primary.button,
.woocommerce button.btn-primary.button,
.woocommerce input.btn-primary.button,
.woocommerce #respond input.btn-primary#submit {
  background: #ccc; }
  .btn.btn-primary:focus, input.btn-primary:focus[type="submit"],
  input.btn-primary:focus[type="reset"],
  input.btn-primary:focus[type="button"], .btn-primary.hamburger-btn:focus, .woocommerce a.btn-primary.button:focus,
  .woocommerce button.btn-primary.button:focus,
  .woocommerce input.btn-primary.button:focus,
  .woocommerce #respond input.btn-primary#submit:focus {
    background: #e6e6e6; }
  .btn.btn-primary:hover, input.btn-primary:hover[type="submit"],
  input.btn-primary:hover[type="reset"],
  input.btn-primary:hover[type="button"], .btn-primary.hamburger-btn:hover, .woocommerce a.btn-primary.button:hover,
  .woocommerce button.btn-primary.button:hover,
  .woocommerce input.btn-primary.button:hover,
  .woocommerce #respond input.btn-primary#submit:hover {
    background: white; }
  .btn.btn-primary:active, input.btn-primary:active[type="submit"],
  input.btn-primary:active[type="reset"],
  input.btn-primary:active[type="button"], .btn-primary.hamburger-btn:active, .woocommerce a.btn-primary.button:active,
  .woocommerce button.btn-primary.button:active,
  .woocommerce input.btn-primary.button:active,
  .woocommerce #respond input.btn-primary#submit:active {
    background: #b3b3b3; }

.btn.btn-smll, input.btn-smll[type="submit"],
input.btn-smll[type="reset"],
input.btn-smll[type="button"], .btn-smll.hamburger-btn, .woocommerce a.btn-smll.button,
.woocommerce button.btn-smll.button,
.woocommerce input.btn-smll.button,
.woocommerce #respond input.btn-smll#submit {
  font-size: 0.8em; }

.btn.btn-large, input.btn-large[type="submit"],
input.btn-large[type="reset"],
input.btn-large[type="button"], .btn-large.hamburger-btn, .woocommerce a.btn-large.button,
.woocommerce button.btn-large.button,
.woocommerce input.btn-large.button,
.woocommerce #respond input.btn-large#submit {
  font-size: 1.5em; }

button[type="submit"] {
  width: 100%;
  text-align: left;
  font-size: 1em; }
  button[type="submit"]:hover {
    background-color: #ccc; }

/* Buttons, input submit and <a> with this class consistent */
/* hamburger
================================================== */
.hamburger-btn {
  padding: 0;
  width: 22px;
  background: none;
  border: none; }

.hamburger-btn em {
  display: block;
  height: 4px;
  margin: 4px 0;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative; }

.hamburger-btn.open em:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px; }

.hamburger-btn.open em:nth-child(2) {
  opacity: 0; }

.hamburger-btn.open em:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -8px; }

/* buttons */
/* Labels
================================================== */
label,
legend,
.label,
.legend {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 2px 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label.error {
  color: red; }

.gtie9 .hide-label {
  display: none !important;
  visibility: hidden !important; }

/* Messages
================================================== */
.msg {
  margin-bottom: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .msg > * {
    font-size: 1.3em;
    margin: 0;
    color: #000; }

/* All fields
================================================== */
.fieldstyle, button[type="submit"], input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="subject"],
input[type="message"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea, select {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: black;
  color: white;
  font-size: 1.7em;
  padding: .3em;
  font-weight: 300;
  outline: none;
  margin: 0;
  max-width: 400px;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 768px) {
    .fieldstyle, button[type="submit"], input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="date"],
    input[type="subject"],
    input[type="message"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    textarea, select {
      max-width: 100%; } }

.fieldstyle:focus, button:focus[type="submit"], input:focus[type="text"],
input:focus[type="email"],
input:focus[type="search"],
input:focus[type="date"],
input:focus[type="subject"],
input:focus[type="message"],
input:focus[type="tel"],
input:focus[type="number"],
input:focus[type="password"],
textarea:focus, select:focus {
  outline: none !important;
  background-color: #444; }

.fieldstyle.error, button.error[type="submit"], input.error[type="text"],
input.error[type="email"],
input.error[type="search"],
input.error[type="date"],
input.error[type="subject"],
input.error[type="message"],
input.error[type="tel"],
input.error[type="number"],
input.error[type="password"],
textarea.error, select.error {
  border-color: red; }

.fieldstyle.valid, button.valid[type="submit"], input.valid[type="text"],
input.valid[type="email"],
input.valid[type="search"],
input.valid[type="date"],
input.valid[type="subject"],
input.valid[type="message"],
input.valid[type="tel"],
input.valid[type="number"],
input.valid[type="password"],
textarea.valid, select.valid {
  border-color: rgba(0, 255, 0, 0.5); }

/* Input & textarea
================================================== */
textarea {
  width: 100%;
  height: 10em;
  resize: vertical; }

/* Checkboxes  & Radio buttons
================================================== */
.checkradio, .checkboxes,
.radios {
  display: inline-block;
  padding: 0;
  position: relative; }
  .checkradio input, .checkboxes input, .radios input {
    display: inline-block;
    visibility: hidden;
    width: 0;
    height: 0; }
  .checkradio label, .checkboxes label, .radios label {
    display: inline-block;
    width: auto;
    padding: 0 0 0 20px;
    height: auto;
    margin: 0 19px 0 0;
    position: relative;
    font-weight: normal;
    cursor: pointer; }
  .checkradio label:before, .checkboxes label:before, .radios label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    display: inline-block;
    border: solid 1px #ccc;
    background: #fff;
    margin-right: 6px;
    cursor: pointer; }

.checkradio.vert > input, .vert.checkboxes > input, .vert.radios > input, .checkradio.vert label, .vert.checkboxes label, .vert.radios label {
  display: block; }

.checkboxes input[type="checkbox"]:checked + label:after {
  position: absolute;
  top: 0;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  left: 0;
  background: url(../../images/icons/ico-check.svg) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  content: ''; }

.radios label:before {
  border-radius: 100%;
  /*
		.box { 
			@include border-radius(100%);
		}
*/ }

.radios input[type="radio"]:checked + label:after {
  position: absolute;
  top: 4px;
  height: 10px;
  width: 10px;
  left: 4px;
  content: '';
  display: block;
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.checkboxes.toggle {
  border: solid 1px #ccc;
  padding: 0;
  position: relative;
  width: 50px;
  height: 30px;
  padding: 0;
  margin-bottom: 20px; }
  .checkboxes.toggle > label {
    top: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: #ccc; }
  .checkboxes.toggle > label:before {
    position: absolute;
    text-indent: -9999px;
    height: 100%;
    width: 50%;
    border: none;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 30; }
  .checkboxes.toggle > label:after {
    display: block;
    width: 100%;
    height: 100%;
    background: red;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: -10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .checkboxes.toggle > input[type="checkbox"]:checked + label:before {
    left: 25px;
    background: #fff; }
  .checkboxes.toggle > input[type="checkbox"]:checked + label:after {
    display: block;
    width: 100%;
    height: 100%;
    background: red;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
    opacity: 1; }

.radios.toggle {
  border: solid 1px #ddd; }
  .radios.toggle > label {
    display: block;
    float: left;
    padding: 10px 15px;
    border-right: solid 1px #ddd;
    margin: 0;
    position: relative; }
  .radios.toggle > label:last-child {
    border-right: none; }
  .radios.toggle label:before {
    display: none; }
  .radios.toggle input[type="radio"]:checked {
    visibility: hidden; }
  .radios.toggle input[type="radio"]:checked + label {
    color: #fff; }
  .radios.toggle input[type="radio"]:checked + label:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    display: block !important;
    background: #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    z-index: -10; }

/* Select
================================================== */
select {
  background: #000 url("../../images/glyphs/chevron-down.svg") no-repeat 95% center;
  cursor: pointer;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -ms-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  padding-right: 25px;
  width: 100%;
  line-height: normal; }

select[multiple] {
  background-image: none; }

/* Firefox fix */
@-moz-document url-prefix() {
  select {
    background-image: none; } }

/*  IE9 and below fix */
.ltie9 select {
  background-image: none !important; }

/* IE10 fix */
@media all and (-ms-high-contrast: none) {
  select {
    background-image: none !important; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, select {
    background-image: none !important; } }

doesnotexist:-o-prefocus, select {
  background-image: none !important; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%; }

.select-styled {
  font-size: 1.7em;
  padding: 0.5em 15px 0.5em 0.3em;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:hover {
    background-color: black; }
  .select-styled:active, .select-styled.active {
    background-color: black; }
    .select-styled:active:after, .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #fff transparent; }

.select-options {
  font-size: 1.7em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: black; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid black;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #000;
      background: #fff; }
    .select-options li[rel="hide"] {
      display: none; }

/* Placeholder text
================================================== */
::-webkit-input-placeholder {
  color: white;
  text-transform: lowercase; }

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  text-transform: lowercase;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  text-transform: lowercase;
  opacity: 1; }

:-ms-input-placeholder {
  color: white;
  text-transform: lowercase; }

/* Autofill text
================================================== */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: transparent !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

/* Field layouts

	"horizontal" 	= label is adjacent to the input
	"vertical"		= label placed above the input
	"row"			= fieldsets are adjacent to each other
	"stack"			= fieldsets are stacked above each other

================================== */
.field {
  display: inline-block;
  clear: both;
  margin-bottom: 20px; }
  .field > label {
    font-weight: bold; }

.field.stack {
  display: block; }

.field.vert input {
  width: 100%; }

.field.vert > label {
  display: block; }

.field.vert > .fieldstyle, .field.vert > button[type="submit"], .field.vert > input[type="text"],
.field.vert > input[type="email"],
.field.vert > input[type="search"],
.field.vert > input[type="date"],
.field.vert > input[type="subject"],
.field.vert > input[type="message"],
.field.vert > input[type="tel"],
.field.vert > input[type="number"],
.field.vert > input[type="password"],
.field.vert > textarea, .field.vert > select {
  display: block; }

.field.horiz.stack > label {
  display: inline-block;
  width: 80px;
  text-align: right; }

.field.horiz.stack > label.error {
  width: auto;
  margin: 2px 0 2px 85px;
  color: red;
  display: block;
  text-align: left; }

.field.horiz.stack > .fieldstyle, .field.horiz.stack > button[type="submit"], .field.horiz.stack > input[type="text"],
.field.horiz.stack > input[type="email"],
.field.horiz.stack > input[type="search"],
.field.horiz.stack > input[type="date"],
.field.horiz.stack > input[type="subject"],
.field.horiz.stack > input[type="message"],
.field.horiz.stack > input[type="tel"],
.field.horiz.stack > input[type="number"],
.field.horiz.stack > input[type="password"],
.field.horiz.stack > textarea, .field.horiz.stack > select {
  display: inline-block; }

#mc_embed_signup {
  /* Placeholder text
	================================================== */ }
  #mc_embed_signup h3, #mc_embed_signup h4 {
    color: #fff;
    display: inline-block;
    float: left; }
  #mc_embed_signup h3#formttl {
    margin-top: 0.5em; }
  #mc_embed_signup h4#formsubttl {
    clear: left;
    margin: 0; }
  @media (min-width: 768px) {
    #mc_embed_signup h3#formttl {
      line-height: 0;
      max-width: 60%;
      margin-bottom: 5px; }
    #mc_embed_signup h4#formsubttl {
      font-size: 120%; } }
  #mc_embed_signup input[type='text'], #mc_embed_signup input[type='email'] {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 1.3em; }
  #mc_embed_signup input[type='submit'] {
    float: right;
    width: 150px;
    font-size: 1.3em;
    padding: .3em;
    border: solid 1px #ccc;
    margin-right: 0;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      #mc_embed_signup input[type='submit'] {
        width: 100%;
        background-color: #ccc; } }
    #mc_embed_signup input[type='submit']:hover {
      background-color: #ccc; }
  #mc_embed_signup ::-webkit-input-placeholder {
    color: black;
    text-transform: uppercase; }
  #mc_embed_signup :-moz-placeholder {
    /* Firefox 18- */
    color: black;
    text-transform: uppercase; }
  #mc_embed_signup ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    text-transform: uppercase; }
  #mc_embed_signup :-ms-input-placeholder {
    color: black;
    text-transform: uppercase; }

/* new forms on contact page
================================================== */
body.page-id-284 .gform_wrapper h3.gform_title,
body.page-id-284 .gform_wrapper span.gform_description,
body.page-template-page-service .gform_wrapper h3.gform_title,
body.page-template-page-service .gform_wrapper span.gform_description,
body.page-id-101 .gform_wrapper h3.gform_title,
body.page-id-101 .gform_wrapper span.gform_description {
  display: none; }

body.page-id-284 .service-wrapper .service-form-column a,
body.page-id-284 .service-wrapper .service-form-column p,
body.page-id-284 .service-wrapper .service-form-column div,
body.page-id-284 .service-wrapper .service-form-column input,
body.page-template-page-service .service-wrapper .service-form-column a,
body.page-template-page-service .service-wrapper .service-form-column p,
body.page-template-page-service .service-wrapper .service-form-column div,
body.page-template-page-service .service-wrapper .service-form-column input,
body.page-id-101 .service-wrapper .service-form-column a,
body.page-id-101 .service-wrapper .service-form-column p,
body.page-id-101 .service-wrapper .service-form-column div,
body.page-id-101 .service-wrapper .service-form-column input {
  float: none !important; }

body.page-id-284 .gform_wrapper .top_label .gfield_label,
body.page-template-page-service .gform_wrapper .top_label .gfield_label,
body.page-id-101 .gform_wrapper .top_label .gfield_label {
  display: none; }

body.page-id-284 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-template-page-service .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-id-101 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-top: 0;
  padding-bottom: 0; }

body.page-id-284 .gform_wrapper .gform_footer input.button, body.page-id-284 .gform_wrapper .gform_footer input[type=submit],
body.page-id-284 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-id-284 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body.page-id-284 .gform_wrapper textarea.medium,
body.page-template-page-service .gform_wrapper .gform_footer input.button,
body.page-template-page-service .gform_wrapper .gform_footer input[type=submit],
body.page-template-page-service .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-template-page-service .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body.page-template-page-service .gform_wrapper textarea.medium,
body.page-id-101 .gform_wrapper .gform_footer input.button,
body.page-id-101 .gform_wrapper .gform_footer input[type=submit],
body.page-id-101 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-id-101 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body.page-id-101 .gform_wrapper textarea.medium {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body.page-id-284 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-id-284 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body.page-id-284 .gform_wrapper textarea.medium,
body.page-template-page-service .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-template-page-service .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body.page-template-page-service .gform_wrapper textarea.medium,
body.page-id-101 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body.page-id-101 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body.page-id-101 .gform_wrapper textarea.medium {
  font-size: 1.8em;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  width: 100%; }

body.page-id-284 .gform_wrapper .gform_footer input.button, body.page-id-284 .gform_wrapper .gform_footer input[type=submit],
body.page-template-page-service .gform_wrapper .gform_footer input.button,
body.page-template-page-service .gform_wrapper .gform_footer input[type=submit],
body.page-id-101 .gform_wrapper .gform_footer input.button,
body.page-id-101 .gform_wrapper .gform_footer input[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #FFF;
  font-size: 1.8em;
  text-align: left;
  padding: 0 5px;
  display: block;
  width: 100%;
  max-width: 400px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 0 !important; }

body.page-id-284 .gform_wrapper .gform_footer,
body.page-template-page-service .gform_wrapper .gform_footer,
body.page-id-101 .gform_wrapper .gform_footer {
  margin: 0; }

body.page-id-284 .gform_wrapper .top_label div.ginput_container,
body.page-template-page-service .gform_wrapper .top_label div.ginput_container,
body.page-id-101 .gform_wrapper .top_label div.ginput_container {
  margin: 0; }

/* form elements */
.withpreloader {
  position: relative;
  background: #eee;
  line-height: 0; }
  .withpreloader .preloader-animation {
    position: absolute;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 4px solid rgba(255, 255, 255, 0.25);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    margin-top: -20px;
    margin-left: -20px;
    top: 50%;
    left: 50%; }
    .withpreloader .preloader-animation span {
      position: absolute;
      width: 40px;
      height: 40px;
      border: 4px solid transparent;
      border-top: 4px solid #fff;
      top: -4px;
      left: -4px;
      border-radius: 999px; }
  .withpreloader.loaded .preloader-animation {
    display: none; }

/* Images
================================================== */
figure {
  border: solid 1px #ccc;
  padding: 5px;
  display: inline-block;
  margin: 10px 0; }

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

@media (max-width: 768px) {
  .floatright {
    float: none; }
  .floatleft {
    float: none; } }

/* align
================================================== */
.alignleft {
  float: left;
  margin: 0 20px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 20px; }

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

/* details
================================================== */
.wp-caption-text {
  font-size: .8em;
  margin: .2em 0; }

/* Lazy load
================================================== */
.b-lazy-cnt {
  display: inline-block; }

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity: 0; }
  .b-lazy.b-loaded {
    opacity: 1; }

/* images */
/* Video
================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Loading */
.slick-slider {
  position: relative; }
  .slick-slider:before {
    content: '';
    display: block;
    background: grey;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .slick-slider .slick-slide {
    display: none; }
  .slick-slider .slick-slide:first-child {
    display: block; }

.slick-slider.slick-initialized:before {
  display: none; }

.slick-slider.slick-initialized .slick-slide {
  display: block; }

/* LEVEL 3
• Have a separate scss file for each module or page (or sections)
• Each scss file should not exceed 1000 lines
=================================================== */
/* Modules */
/* Sidenav
================================================== */
ul.vertical-nav {
  clear: both;
  list-style: none;
  padding: 0; }
  @media (min-width: 768px) {
    ul.vertical-nav {
      margin: 3em 0 0 5em; } }
  ul.vertical-nav li {
    padding: 0;
    width: 300px; }
  ul.vertical-nav li a {
    min-width: 10%;
    display: block;
    border-bottom: 1px solid transparent; }
    @media (max-width: 480px) {
      ul.vertical-nav li a {
        margin: 0.5em 0; } }
  ul.vertical-nav li:hover a, ul.vertical-nav li.current-menu-item a {
    border-bottom: 1px solid black; }

/* Top nav
================================================== */
ul.horizontal-nav {
  clear: both;
  display: block;
  margin: 0;
  padding: 0; }
  ul.horizontal-nav:after {
    content: '';
    display: block;
    clear: both; }
  ul.horizontal-nav li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  ul.horizontal-nav a {
    padding: 5px 0px;
    margin: 10px 15px;
    display: block;
    color: black;
    font-family: "EB Garamond",sans-serif;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent; }
    ul.horizontal-nav a:focus, ul.horizontal-nav a:hover {
      border-bottom: 1px solid black; }
  ul.horizontal-nav li.current-menu-item a {
    border-bottom: 1px solid black; }

.navwrap {
  margin: 5em 0 3em; }
  .navwrap .row {
    position: relative; }
  .navwrap .hamburger-div {
    margin-left: 14px;
    z-index: 10;
    position: fixed;
    z-index: 1002;
    top: 2em; }
    @media (max-width: 480px) {
      .navwrap .hamburger-div {
        margin-left: 0.2em; } }
  .navwrap .menu-main-menu-container {
    display: block; }
    .navwrap .menu-main-menu-container #menu-main-menu {
      z-index: 999;
      position: fixed;
      left: -72px;
      top: -70px;
      height: 100%;
      width: 100%;
      padding-left: 50%;
      padding-top: 9em;
      overflow: scroll;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      background: white; }
      .navwrap .menu-main-menu-container #menu-main-menu.open {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      @media (max-width: 768px) {
        .navwrap .menu-main-menu-container #menu-main-menu {
          padding-top: 12em; } }

html.no-js .navwrap {
  position: absolute;
  top: 0em;
  z-index: 999;
  width: 100%;
  background: white;
  padding-top: 9em;
  margin: 0; }
  html.no-js .navwrap .logo-wrapper {
    z-index: 1001; }
  html.no-js .navwrap .hamburger-div {
    display: none; }
  html.no-js .navwrap .menu-main-menu-container #menu-main-menu {
    opacity: 1;
    visibility: visible;
    position: initial;
    height: auto;
    width: auto;
    left: initial;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: visible; }
    html.no-js .navwrap .menu-main-menu-container #menu-main-menu li {
      width: initial;
      display: inline-block;
      margin: 0 .5em;
      padding: 0; }
      html.no-js .navwrap .menu-main-menu-container #menu-main-menu li a {
        min-width: none; }

.headerwrap {
  padding-top: 2em;
  padding-bottom: 2em; }

#top {
  position: absolute;
  top: 0; }

.static.navwrap .hamburger-div, .static.navwrap #open-sm.sm-button {
  position: absolute;
  top: -3em; }

.logo-wrapper {
  display: inline-block;
  width: 3em;
  top: -4em;
  position: absolute;
  left: -webkit-calc(50% - 1.5em);
  left: -moz-calc(50% - 1.5em);
  left: calc(50% - 1.5em);
  z-index: 1; }
  .logo-wrapper a svg {
    width: 3em; }

svg.full-logo {
  position: absolute;
  z-index: 999;
  width: 50%;
  left: 340px !important;
  right: 0 !important;
  margin: 0 auto;
  display: none;
  -webkit-transform: translateY(130%);
  -ms-transform: translateY(130%);
  transform: translateY(130%);
  top: -3em; }
  @media (min-width: 1900px) {
    svg.full-logo {
      top: -6em; } }
  svg.full-logo path, svg.full-logo line {
    fill: #fff;
    stroke: #fff; }
  svg.full-logo #logo-obj path, svg.full-logo #logo-obj line {
    fill: #fff;
    stroke: #fff; }
  svg.full-logo.black {
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
    svg.full-logo.black #logo-obj path, svg.full-logo.black #logo-obj line {
      fill: #000;
      stroke: #000; }
  @media (max-width: 480px) {
    svg.full-logo {
      width: 90%;
      left: 5% !important;
      -webkit-transform: translateY(260%);
      -ms-transform: translateY(260%);
      transform: translateY(260%); } }

.searchform {
  margin-top: 2em; }

body.home .navwrap #open-sm.sm-button {
  margin-left: -18px; }
  @media (min-width: 480px) {
    body.home .navwrap #open-sm.sm-button {
      margin-left: -25px; } }
  @media (min-width: 768px) {
    body.home .navwrap #open-sm.sm-button {
      margin-left: -50px; } }
  @media (min-width: 1070px) {
    body.home .navwrap #open-sm.sm-button {
      margin-left: 950px;
      right: initial !important;
      width: auto;
      left: initial; } }

#open-sm.sm-button {
  top: 2em;
  position: fixed;
  left: 90%;
  width: 10%;
  margin-left: -10px;
  max-width: 990px;
  text-align: right;
  z-index: 1001; }
  @media (max-width: 1160px) {
    #open-sm.sm-button {
      right: 80px; } }
  @media (max-width: 768px) {
    #open-sm.sm-button {
      margin-left: -0.5em; } }
  @media (max-width: 480px) {
    #open-sm.sm-button {
      margin-left: 0.5em; } }
  #open-sm.sm-button svg {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin-right: 3px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    #open-sm.sm-button svg:hover path {
      fill: #ccc; }
  #open-sm.sm-button .socialmedialinks {
    position: fixed;
    top: 0em;
    padding: 20% 40px 0;
    text-align: left;
    height: 100vh;
    z-index: -1;
    min-width: 200px;
    right: -280px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    #open-sm.sm-button .socialmedialinks svg {
      display: none;
      width: 30px;
      height: 30px; }
    #open-sm.sm-button .socialmedialinks a {
      display: block; }
      #open-sm.sm-button .socialmedialinks a:hover span {
        color: #ccc; }
      #open-sm.sm-button .socialmedialinks a:hover svg path {
        fill: #ccc; }
  #open-sm.sm-button.open .socialmedialinks {
    right: 0 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.no-js #open-sm.sm-button > svg {
  display: none; }

.no-js #open-sm.sm-button .socialmedialinks {
  top: 2em;
  position: relative;
  padding: 0;
  height: 0;
  right: 0; }
  .no-js #open-sm.sm-button .socialmedialinks span {
    display: none; }
  .no-js #open-sm.sm-button .socialmedialinks svg {
    display: inline-block;
    float: right; }

svg#arrow-top {
  position: fixed;
  top: 49%;
  right: 1.5em;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 4px solid transparent;
  border-radius: 90px;
  z-index: 999; }
  @media (min-width: 768px) {
    svg#arrow-top {
      right: 1em; } }
  @media (min-width: 1200px) {
    svg#arrow-top {
      right: 5em; } }
  svg#arrow-top:hover {
    background: #ccc;
    border-color: #ccc; }

a.instagram-link .bkgd-black {
  margin-top: 14em; }
  a.instagram-link .bkgd-black .instagram-banner {
    background: url(../../images/follow.svg) no-repeat center;
    height: 100%; }

.instagram-feed::before {
  content: " ";
  position: absolute;
  left: 0;
  margin-top: -26em;
  width: 100%;
  height: 24em;
  background: url(../../images/fine-day.svg) no-repeat;
  background-size: 136% 100%;
  background-position: 75% 100%;
  z-index: -1; }

.instagram-feed a:hover {
  border: none; }
  .instagram-feed a:hover img {
    opacity: .8; }

@media (max-width: 768px) {
  .instagram-feed .row {
    margin: 0 5px; } }

.instagram-feed .row .columns {
  padding: 0 5px; }
  @media (max-width: 768px) {
    .instagram-feed .row .columns:last-child {
      display: none; } }
  @media (max-width: 480px) {
    .instagram-feed .row .columns:last-child {
      display: block; } }

.footer-wrapper {
  text-align: center;
  margin-top: 2em; }
  .footer-wrapper .menu-main-menu-container {
    float: right;
    position: relative;
    left: -50%;
    text-align: left; }
    .footer-wrapper .menu-main-menu-container .horizontal-nav {
      position: relative;
      left: 50%;
      text-align: center; }

.bottom-wrapper {
  margin: 0.2em 0 1em; }

address {
  margin-bottom: 1em; }
  address br {
    display: none; }
  address span:not(:last-child):after {
    content: ', '; }

/* Breadcrumbs
================================================== */
ul.breadcrumbs {
  clear: both;
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  ul.breadcrumbs a {
    text-decoration: none; }
    ul.breadcrumbs a:hover {
      text-decoration: underline; }
  ul.breadcrumbs li {
    padding: 0;
    display: inline-block; }
    ul.breadcrumbs li:after {
      content: '/';
      margin: 15px; }
    ul.breadcrumbs li:before {
      display: none; }
    ul.breadcrumbs li:last-child:after {
      content: ''; }
  ul.breadcrumbs li.current-menu-item a {
    text-decoration: underline; }

.tab-nav {
  overflow: hidden; }
  .tab-nav > li {
    display: block;
    float: left; }
  .tab-nav a {
    display: block;
    padding: 10px; }

.tab-content {
  position: relative;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 50px; }

.tab {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden; }
  .tab > * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.tab.current {
  opacity: 1; }
  .tab.current > * {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }

.collapse-btn {
  cursor: pointer; }

.collapse-content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden; }
  .collapse-content > * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }

.collapse-content.close {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  height: 0 !important; }
  .collapse-content.close > * {
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.popup {
  display: none; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1002; }

.modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.subscribe-popup-inner {
  z-index: inherit;
  position: absolute;
  display: inline-block;
  background: #000;
  width: 80%;
  max-width: 990px;
  min-height: 300px;
  padding: 1em 0 0.5em;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .subscribe-popup-inner:before {
    content: "";
    background: url(../../images/fine-day-white.svg) no-repeat;
    background-position: 53%;
    width: 90%;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: -43px;
    right: -6%; }
  .subscribe-popup-inner > * {
    margin: auto;
    max-width: 80%;
    z-index: inherit; }
  .subscribe-popup-inner h2, .subscribe-popup-inner ul.vertical-nav li a, ul.vertical-nav li .subscribe-popup-inner a {
    color: #fff;
    text-align: center; }

span.closebox {
  color: white;
  position: relative;
  top: 5px;
  left: 15px;
  padding: 10px;
  cursor: pointer; }

/* Pages/Sections */
/* general, elements that are applied everywhere */
/* UI Style Page
====================================================== */
.swatches {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .swatches span {
    display: inline-block;
    padding: 20px;
    margin: 2px 0; }

.grid-demo .columns {
  border: solid 1px #000;
  text-align: center; }

.btn, input[type="submit"],
input[type="reset"],
input[type="button"], .hamburger-btn, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  margin-right: 10px; }

.banner img {
  width: 100%; }

/* no-JS
====================================================== */
html.no-js .pagewrapper, html.no-js .banner, html.no-js .bkgd-black {
  margin-top: 14em; }

html.no-js .page .carousel {
  margin-top: 0 !important; }

html.no-js .carousel img {
  display: block; }

html.no-js .pm-loader-wrap {
  display: none; }

/* Homepage
====================================================== */
.homepage-outer {
  position: relative;
  overflow: hidden; }

.home.page .carousel {
  margin-top: 0em; }

.home .navwrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.page .carousel {
  position: relative;
  left: 0;
  width: 100%;
  padding: 0;
  margin-top: -8em;
  height: 100vh;
  z-index: 10;
  overflow: hidden; }
  .page .carousel div {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%; }
  .page .carousel img {
    display: none; }

.homewrapper {
  margin: 12em auto 0; }
  @media (max-width: 768px) {
    .homewrapper img {
      min-width: 100%; } }
  .homewrapper .row {
    margin: 3em auto; }
    @media (min-width: 990px) {
      .homewrapper .row .col-lg-5 {
        padding: 0 2em; } }
    .homewrapper .row .col-lg-5 h1 {
      margin: 0;
      line-height: 1.5em;
      letter-spacing: 2px; }
      @media (min-width: 990px) {
        .homewrapper .row .col-lg-5 h1 {
          font-size: 2em; } }
    .homewrapper .row .col-lg-5 p {
      line-height: 1.4em;
      margin: 0; }
    .homewrapper .row .col-lg-5 cite {
      margin: 0;
      font-family: inherit;
      font-style: italic; }
    @media (max-width: 768px) {
      .homewrapper .row .col-lg-5:first-child {
        margin-bottom: 3em; } }
    .homewrapper .row:nth-child(even) .col-lg-5:first-child {
      float: right; }

.featured:not(.posts), .posts:not(.posts) {
  margin-bottom: -6em; }

.featured .post, .posts .post {
  text-align: center;
  position: relative;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 345px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .featured .post, .posts .post {
      border: 1em solid transparent; } }
  .featured .post a:hover, .posts .post a:hover {
    border: none; }
    .featured .post a:hover span, .posts .post a:hover span {
      opacity: 1;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .featured .post a:hover img, .posts .post a:hover img {
      opacity: 0.7;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .featured .post img, .posts .post img {
    min-width: 100%;
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto; }
  .featured .post span, .posts .post span {
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 20%;
    line-height: 2em;
    font-size: 2em;
    z-index: 2; }

.archive .post span {
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .archive .post span {
      width: -webkit-calc(100% - 2em);
      width: -moz-calc(100% - 2em);
      width: calc(100% - 2em);
      left: 1em; } }

div.bkgd-black {
  height: 3em;
  padding: 2em;
  margin: 4em 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media (min-width: 480px) {
    div.bkgd-black {
      padding: 1em 0.1em; } }
  div.bkgd-black .been-up-to-banner {
    background: url(../../images/up-to-lately.svg) no-repeat center;
    height: 100%; }
    div.bkgd-black .been-up-to-banner:hover {
      opacity: 0.8;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

svg#arrow-down {
  position: absolute;
  top: 95vh;
  left: -webkit-calc(50% - 19px);
  left: -moz-calc(50% - 19px);
  left: calc(50% - 19px);
  z-index: 998;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 4px solid transparent;
  border-radius: 90px; }
  svg#arrow-down polygon {
    fill: white; }
  svg#arrow-down:hover {
    background: #ccc;
    border-color: #ccc; }
    svg#arrow-down:hover polygon {
      fill: black; }

/* preloader
================================================== */
@-webkit-keyframes rotate {
  /* Safari and Chrome */
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  /* Firefox */
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  /* Opera */
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.pm-loader-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 998; }

.pm-loader {
  text-indent: -99999px;
  position: absolute;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  /* 	border: 4px solid rgba(150, 150, 150, .25); */
  width: 40px;
  height: 40px;
  border-radius: 999px;
  margin-top: -20px;
  margin-left: -20px;
  top: 50%;
  left: 50%; }

.pm-loader:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid transparent;
  border-top: 4px solid #aaa;
  top: -4px;
  left: -4px;
  border-radius: 999px; }

/* About page
====================================================== */
.team {
  margin: 3em 0; }
  .team h1 {
    line-height: 0; }
  .team .row:not(:first-child) {
    margin-bottom: 2em; }
  .team .columns {
    position: relative; }
    .team .columns span {
      position: absolute;
      left: 20px;
      bottom: 3em;
      background: #fff;
      width: 60%;
      padding: 0.3em 1em;
      font-size: 0.8em; }

.testimonials-banner {
  background: url(../../images/testimonials.svg) no-repeat center;
  height: 100%; }

section#testimonials {
  padding-top: 8em; }
  section#testimonials .testimonials .columns {
    padding: 2em 1em; }
    @media (max-width: 768px) {
      section#testimonials .testimonials .columns {
        padding: 1em 0; } }
    section#testimonials .testimonials .columns h1, section#testimonials .testimonials .columns p, section#testimonials .testimonials .columns cite {
      margin: 0;
      line-height: 1.2em; }

/* Contact page
====================================================== */
.contact-form {
  margin: 1em 0 0em; }
  .contact-form > div:not(.msg) {
    max-width: 400px;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 768px) {
      .contact-form > div:not(.msg) {
        max-width: 100%; } }

/* Archive page
====================================================== */
.posts .post {
  overflow: hidden; }
  @media (min-width: 768px) {
    .posts .post {
      height: 400px;
      padding: 1.5em 2em; } }
  .posts .post div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .posts .post div h2, .posts .post div ul.vertical-nav li a, ul.vertical-nav li .posts .post div a {
      position: absolute; }
    .posts .post div img {
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
      min-width: 100%;
      min-height: 100%; }
      @media (min-width: 768px) {
        .posts .post div img {
          position: absolute; } }
      @media (min-width: 768px) {
        .posts .post div img {
          max-width: 0; } }
      @media (max-width: 768px) {
        .posts .post div img {
          min-height: 0; } }

@media (min-width: 768px) {
  .posts .col-lg-4 img {
    max-width: 0;
    min-height: 100%; }
    .posts .col-lg-4 img.landscape {
      max-width: initial;
      max-height: 100%; } }

/* Single page
====================================================== */
.images {
  position: relative;
  margin: 4em -5px 5em; }
  .images .columns {
    padding: 5px; }
    @media (max-width: 768px) {
      .images .columns {
        padding: 10px; } }
    .images .columns img {
      cursor: pointer;
      min-width: 323px;
      min-height: 323px; }
  .images .image-popup {
    background: white;
    position: absolute;
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    max-height: 90vh;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .images .image-popup div#image {
      text-align: center;
      vertical-align: middle; }
      .images .image-popup div#image span.helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        min-height: 75vh; }
      .images .image-popup div#image img {
        max-width: -webkit-calc(100% - 100px);
        max-width: -moz-calc(100% - 100px);
        max-width: calc(100% - 100px);
        max-height: 75vh;
        vertical-align: middle; }
    .images .image-popup button {
      position: absolute;
      width: 50px;
      height: 50px;
      z-index: 20; }
      .images .image-popup button.right {
        right: -10px; }
      .images .image-popup button.arrows {
        margin-top: 7.5vh;
        top: -webkit-calc(50% - 50px);
        top: -moz-calc(50% - 50px);
        top: calc(50% - 50px);
        height: 100px; }
      .images .image-popup button svg {
        width: 100%;
        height: 100%; }
        .images .image-popup button svg polygon {
          stroke: black;
          fill: black; }
        .images .image-popup button svg:hover {
          -webkit-transition: opacity 0.25s ease-in-out;
          -moz-transition: opacity 0.25s ease-in-out;
          -ms-transition: opacity 0.25s ease-in-out;
          -o-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
          opacity: 0.3; }

.single-post .post {
  text-align: center; }
  .single-post .post img {
    display: block;
    margin: auto; }
  .single-post .post h1 {
    margin: 2em 0; }

.navigation {
  margin-top: 6em; }
  .navigation a {
    font-weight: bold;
    font-size: 0.8em; }

/* Services
====================================================== */
.service-wrapper .row .columns:first-child p:last-child {
  padding-bottom: 1em;
  border-bottom: 1px solid #000; }

.service-wrapper .row .columns:first-child h3 {
  margin-top: 3em; }

.service-wrapper .service-form-column {
  margin-bottom: 4em;
  text-align: right; }
  .service-wrapper .service-form-column h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 0.5em; }
  .service-wrapper .service-form-column input, .service-wrapper .service-form-column textarea, .service-wrapper .service-form-column select, .service-wrapper .service-form-column p, .service-wrapper .service-form-column a, .service-wrapper .service-form-column div {
    float: right;
    max-width: 400px;
    width: 100%;
    text-align: left; }
  @media (max-width: 768px) {
    .service-wrapper .service-form-column {
      text-align: center; }
      .service-wrapper .service-form-column input, .service-wrapper .service-form-column textarea, .service-wrapper .service-form-column select, .service-wrapper .service-form-column p, .service-wrapper .service-form-column a, .service-wrapper .service-form-column div {
        margin: 1em auto;
        float: none;
        max-width: 100%; }
      .service-wrapper .service-form-column p {
        margin-top: 20px; } }

/* Blog
====================================================== */
@media (min-width: 768px) {
  .blog .row:nth-child(even) .columns:first-child {
    float: right; } }

.blog .columns {
  position: relative;
  margin: 1em 0; }
  .blog .columns p:first-child {
    margin-top: 0; }
  .blog .columns p:last-child {
    padding-bottom: 2em;
    border-bottom: 1px solid #000; }
  .blog .columns h2, .blog .columns ul.vertical-nav li a, ul.vertical-nav li .blog .columns a {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0.5em;
    text-align: center;
    line-height: 2em;
    font-size: 2em;
    background: white; }

.blog-banner {
  background: url(../../images/blog.svg) no-repeat center;
  height: 100%; }

/* 404
====================================================== */
.error404 .centered {
  text-align: center; }

/* FORMS - form template & single-form
================================================ */
body.page-template-forms-template .banner, body.page-template-forms-template .banner, .single-form .banner, .single-form .banner {
  padding-bottom: 40%;
  overflow: hidden;
  height: 0; }

body.page-template-forms-template input.medium::-webkit-input-placeholder,
body.page-template-forms-template input.small::-webkit-input-placeholder,
body.page-template-forms-template input.large::-webkit-input-placeholder,
body.page-template-forms-template input.medium::-webkit-input-placeholder,
body.page-template-forms-template input.small::-webkit-input-placeholder,
body.page-template-forms-template input.large::-webkit-input-placeholder, .single-form input.medium::-webkit-input-placeholder,
.single-form input.small::-webkit-input-placeholder,
.single-form input.large::-webkit-input-placeholder,
.single-form input.medium::-webkit-input-placeholder,
.single-form input.small::-webkit-input-placeholder,
.single-form input.large::-webkit-input-placeholder {
  color: black !important; }

body.page-template-forms-template input.medium:-moz-placeholder,
body.page-template-forms-template input.small:-moz-placeholder,
body.page-template-forms-template input.large:-moz-placeholder,
body.page-template-forms-template input.medium:-moz-placeholder,
body.page-template-forms-template input.small:-moz-placeholder,
body.page-template-forms-template input.large:-moz-placeholder, .single-form input.medium:-moz-placeholder,
.single-form input.small:-moz-placeholder,
.single-form input.large:-moz-placeholder,
.single-form input.medium:-moz-placeholder,
.single-form input.small:-moz-placeholder,
.single-form input.large:-moz-placeholder {
  /* Firefox 18- */
  color: black !important;
  opacity: 1; }

body.page-template-forms-template input.medium::-moz-placeholder,
body.page-template-forms-template input.small::-moz-placeholder,
body.page-template-forms-template input.large::-moz-placeholder,
body.page-template-forms-template input.medium::-moz-placeholder,
body.page-template-forms-template input.small::-moz-placeholder,
body.page-template-forms-template input.large::-moz-placeholder, .single-form input.medium::-moz-placeholder,
.single-form input.small::-moz-placeholder,
.single-form input.large::-moz-placeholder,
.single-form input.medium::-moz-placeholder,
.single-form input.small::-moz-placeholder,
.single-form input.large::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important;
  opacity: 1; }

body.page-template-forms-template input.medium:-ms-input-placeholder,
body.page-template-forms-template input.small:-ms-input-placeholder,
body.page-template-forms-template input.large:-ms-input-placeholder,
body.page-template-forms-template input.medium:-ms-input-placeholder,
body.page-template-forms-template input.small:-ms-input-placeholder,
body.page-template-forms-template input.large:-ms-input-placeholder, .single-form input.medium:-ms-input-placeholder,
.single-form input.small:-ms-input-placeholder,
.single-form input.large:-ms-input-placeholder,
.single-form input.medium:-ms-input-placeholder,
.single-form input.small:-ms-input-placeholder,
.single-form input.large:-ms-input-placeholder {
  color: black !important; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields:not(.top_label) label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label:not(.top_label) label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields:not(.top_label) label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label:not(.top_label) label, .single-form .gform_wrapper .gform_body ul.gform_fields:not(.top_label) label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label:not(.top_label) label,
.single-form .gform_wrapper .gform_body ul.gform_fields:not(.top_label) label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label:not(.top_label) label {
  width: auto; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield {
  margin-bottom: 37px !important;
  /* custom classes */ }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .label {
  margin-bottom: 17px; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield textarea,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield textarea,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea {
  background: #d0d0d0;
  max-width: 450px;
  color: #000;
  font-size: 1.1em !important;
  margin-top: -9px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: unset; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield input.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield textarea.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield input.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield textarea.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input.large,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea.large, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield input.large,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea.large,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input.large,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea.large,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield input.large,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield textarea.large,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield input.large,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield textarea.large {
  max-width: 650px; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield input[type='checkbox'], .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield input[type='checkbox'] {
  vertical-align: bottom;
  margin-bottom: 1px; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p.offset,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p.offset,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p.offset,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p.offset, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p.offset,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p.offset,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p.offset,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p.offset {
  clear: left;
  margin-left: 80px;
  max-width: 550px; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label {
  width: auto !important;
  margin-top: 1em; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p label.strong,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label.strong,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p label.strong,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label.strong, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p label.strong,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label.strong,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p label.strong,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p label.strong {
  font-weight: bold; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p span,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p span,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield > p span,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p span, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p span,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p span,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield > p span,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield > p span {
  margin-top: 0; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .validation_message,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .validation_message,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield .validation_message,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .validation_message, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .validation_message,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .validation_message,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .validation_message,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield .validation_message {
  font-size: 1.1em;
  padding-top: 6px;
  letter-spacing: 0.1em; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.gfield_html label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.gfield_html label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.gfield_html label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.gfield_html label {
  width: 100%; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title label,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title label, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title label,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title label {
  width: 100%; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title .gfield_description,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title .gfield_description, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.top-title .gfield_description,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.top-title .gfield_description {
  margin-left: 0;
  line-height: 1.6em; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter {
  text-align: center; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter > p,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter > p,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter > p,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter > p, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter > p,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter > p,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.aligncenter > p,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.aligncenter > p {
  margin-top: 4em; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.hollow input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.hollow input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield.hollow input,
body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.hollow input, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hollow input,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.hollow input,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield.hollow input,
.single-form .gform_wrapper .gform_body ul.gform_fields.left-label li.gfield.hollow input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000; }

body.page-template-forms-template .gform_wrapper .gform_body ul.gform_fields li.gfield a, .single-form .gform_wrapper .gform_body ul.gform_fields li.gfield a {
  text-decoration: underline; }

body.page-template-forms-template .gform_wrapper .gform_footer,
body.page-template-forms-template .gform_wrapper .gform_footer:not(.top_label),
body.page-template-forms-template .gform_wrapper .gform_footer,
body.page-template-forms-template .gform_wrapper .gform_footer:not(.top_label), .single-form .gform_wrapper .gform_footer,
.single-form .gform_wrapper .gform_footer:not(.top_label),
.single-form .gform_wrapper .gform_footer,
.single-form .gform_wrapper .gform_footer:not(.top_label) {
  text-align: center;
  width: 100%;
  margin-left: 0; }

body.page-template-forms-template .gform_wrapper .gform_footer input[type='submit'],
body.page-template-forms-template .gform_wrapper .gform_footer:not(.top_label) input[type='submit'],
body.page-template-forms-template .gform_wrapper .gform_footer input[type='submit'],
body.page-template-forms-template .gform_wrapper .gform_footer:not(.top_label) input[type='submit'], .single-form .gform_wrapper .gform_footer input[type='submit'],
.single-form .gform_wrapper .gform_footer:not(.top_label) input[type='submit'],
.single-form .gform_wrapper .gform_footer input[type='submit'],
.single-form .gform_wrapper .gform_footer:not(.top_label) input[type='submit'] {
  padding: 0.4em 2em;
  background: #000;
  color: white;
  font-size: 2em; }

body.page-template-forms-template .gform_wrapper .gform_footer input[type='submit']:hover,
body.page-template-forms-template .gform_wrapper .gform_footer:not(.top_label) input[type='submit']:hover,
body.page-template-forms-template .gform_wrapper .gform_footer input[type='submit']:hover,
body.page-template-forms-template .gform_wrapper .gform_footer:not(.top_label) input[type='submit']:hover, .single-form .gform_wrapper .gform_footer input[type='submit']:hover,
.single-form .gform_wrapper .gform_footer:not(.top_label) input[type='submit']:hover,
.single-form .gform_wrapper .gform_footer input[type='submit']:hover,
.single-form .gform_wrapper .gform_footer:not(.top_label) input[type='submit']:hover {
  background: #aaa; }

.gfield.no-label .ginput_container label {
  display: none; }

.gfield.readonly textarea {
  background: white !important;
  border: none;
  margin-left: 80px;
  line-height: 1.6em; }

.single-form .gform_wrapper .gform_body ul.gform_fields .gfield.readonly.nolabel .ginput_container_text input {
  font-style: normal;
  border-bottom: none !important;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 1.2em !important;
  letter-spacing: 0.05em;
  padding-left: 0; }

body .gform_wrapper ul li.gfield.top-pad {
  padding-top: 3em; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: -5px !important; }

.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_checkbox label,
.single-form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_radio label {
  margin-bottom: 0; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  width: 500px;
  min-height: 50px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 5px;
  word-wrap: break-word; }

/* page specific */
/*
if "pages" isn't big enough, divide it into separate scss, example:
@import "home";
@import "about";
@import "contact";
*/
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Global styles
 */
p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: blue;
  color: white;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2); }
  p.demo_store a {
    color: white; }

.admin-bar p.demo_store {
  top: 32px; }

/**
 * Utility classes
 */
.clear {
  clear: both; }

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
	 * Product Page
	 */
  /**
	 * Product loops
	 */
  /**
	 * Buttons
	 */
  /**
	 * Reviews
	 */
  /**
	 * Star ratings
	 */
  /**
	 * Tables
	 */
  /**
	 * Cart sidebar
	 */
  /**
	 * Forms
	 */
  /**
	 * Order page
	 */
  /**
	 * Layered nav widget
	 */
  /**
	 * Price filter widget
	 */ }
  .woocommerce .blockUI.blockOverlay {
    position: relative; }
    .woocommerce .blockUI.blockOverlay:before {
      height: 1em;
      width: 1em;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -.5em;
      margin-top: -.5em;
      display: block;
      content: "";
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite;
      background: url(../images/icons/loader.svg) center center;
      background-size: cover;
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: rgba(0, 0, 0, 0.75); }
  .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75); }
  .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0; }
    .woocommerce a.remove:hover {
      color: #fff !important;
      background: red; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 1em 2em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #e8e8fc;
    color: #202079;
    border-top: 3px solid blue;
    list-style: none outside !important;
    *zoom: 1;
    width: auto;
    word-wrap: break-word; }
    .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after,
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-info:before,
    .woocommerce .woocommerce-info:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-message:after,
    .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-info:after {
      clear: both; }
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    @media (min-width: 480px) {
      .woocommerce .woocommerce-message .button,
      .woocommerce .woocommerce-error .button,
      .woocommerce .woocommerce-info .button {
        width: auto;
        float: right; } }
    .woocommerce .woocommerce-message li,
    .woocommerce .woocommerce-error li,
    .woocommerce .woocommerce-info li {
      list-style: none outside !important;
      padding-left: 0 !important;
      margin-left: 0 !important; }
  .woocommerce .woocommerce-message {
    border-top-color: #8fae1b; }
  .woocommerce .woocommerce-info {
    border-top-color: #1e85be; }
  .woocommerce .woocommerce-error {
    border-top-color: #b81c23; }
  .woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px; }
  .woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #777; }
    .woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-breadcrumb:after {
      clear: both; }
    .woocommerce .woocommerce-breadcrumb a {
      color: #777; }
  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center; }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative; }
    .woocommerce div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0; }
    .woocommerce div.product span.price,
    .woocommerce div.product p.price {
      color: #ff8000;
      font-size: 1.25em; }
      .woocommerce div.product span.price ins,
      .woocommerce div.product p.price ins {
        background: inherit;
        font-weight: 700; }
      .woocommerce div.product span.price del,
      .woocommerce div.product p.price del {
        opacity: 0.5; }
    .woocommerce div.product p.stock {
      font-size: 0.92em; }
    .woocommerce div.product .stock {
      color: #ff8000; }
    .woocommerce div.product .out-of-stock {
      color: red; }
    .woocommerce div.product .woocommerce-product-rating {
      margin-bottom: 1.618em; }
    .woocommerce div.product div.images {
      margin-bottom: 2em; }
      .woocommerce div.product div.images img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .woocommerce div.product div.images div.thumbnails {
        padding-top: 1em; }
    .woocommerce div.product div.summary {
      margin-bottom: 2em; }
    .woocommerce div.product div.social {
      text-align: right;
      margin: 0 0 1em; }
      .woocommerce div.product div.social span {
        margin: 0 0 0 2px; }
        .woocommerce div.product div.social span span {
          margin: 0; }
        .woocommerce div.product div.social span .stButton .chicklets {
          padding-left: 16px;
          width: 0; }
      .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      list-style: none;
      padding: 0 0 0 1em;
      margin: 0 0 1.618em;
      overflow: hidden;
      position: relative; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 1px solid #a4a4f4;
        background-color: #d1d1fa;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 4px 4px 0 0;
        margin: 0 -5px;
        padding: 0 1em; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          display: inline-block;
          padding: .5em 0;
          font-weight: 700;
          color: #202079;
          text-decoration: none; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
            text-decoration: none;
            color: #2b2ba1; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
          background: #fff;
          z-index: 2;
          border-bottom-color: #fff; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
            color: inherit;
            text-shadow: inherit; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
            -webkit-box-shadow: 2px 2px 0 #fff;
            box-shadow: 2px 2px 0 #fff; }
          .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
            -webkit-box-shadow: -2px 2px 0 #fff;
            box-shadow: -2px 2px 0 #fff; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
          border: 1px solid #a4a4f4;
          position: absolute;
          bottom: -1px;
          width: 5px;
          height: 5px;
          content: " "; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
          left: -6px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-width: 0 1px 1px 0;
          -webkit-box-shadow: 2px 2px 0 #d1d1fa;
          box-shadow: 2px 2px 0 #d1d1fa; }
        .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
          right: -6px;
          -webkit-border-bottom-left-radius: 4px;
          -moz-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border-width: 0 0 1px 1px;
          -webkit-box-shadow: -2px 2px 0 #d1d1fa;
          box-shadow: -2px 2px 0 #d1d1fa; }
      .woocommerce div.product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #a4a4f4;
        z-index: 1; }
    .woocommerce div.product .woocommerce-tabs .panel {
      margin: 0 0 2em;
      padding: 0; }
    .woocommerce div.product p.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product p.cart:after {
        clear: both; }
    .woocommerce div.product form.cart {
      margin-bottom: 2em;
      *zoom: 1; }
      .woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
        content: " ";
        display: table; }
      .woocommerce div.product form.cart:after {
        clear: both; }
      .woocommerce div.product form.cart div.quantity {
        float: left;
        margin: 0 4px 0 0; }
      .woocommerce div.product form.cart table {
        border-width: 0 0 1px 0; }
        .woocommerce div.product form.cart table td {
          padding-left: 0; }
        .woocommerce div.product form.cart table div.quantity {
          float: none;
          margin: 0; }
        .woocommerce div.product form.cart table small.stock {
          display: block;
          float: none; }
      .woocommerce div.product form.cart .variations {
        margin-bottom: 1em;
        border: 0;
        width: 100%; }
        .woocommerce div.product form.cart .variations td,
        .woocommerce div.product form.cart .variations th {
          border: 0;
          vertical-align: top;
          line-height: 2em; }
        .woocommerce div.product form.cart .variations label {
          font-weight: 700; }
        .woocommerce div.product form.cart .variations select {
          max-width: 100%;
          min-width: 75%;
          display: inline-block;
          margin-right: 1em; }
        .woocommerce div.product form.cart .variations td.label {
          padding-right: 1em; }
      .woocommerce div.product form.cart .woocommerce-variation-description p {
        margin-bottom: 1em; }
      .woocommerce div.product form.cart .reset_variations {
        visibility: hidden;
        font-size: 0.83em; }
      .woocommerce div.product form.cart .wc-no-matching-variations {
        display: none; }
      .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: left; }
      .woocommerce div.product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em; }
      .woocommerce div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em;
        border: 0; }
  .woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #ff8000;
    color: white;
    font-size: .857em;
    -webkit-font-smoothing: antialiased; }
  .woocommerce .products ul,
  .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    *zoom: 1; }
    .woocommerce .products ul:before, .woocommerce .products ul:after,
    .woocommerce ul.products:before,
    .woocommerce ul.products:after {
      content: " ";
      display: table; }
    .woocommerce .products ul:after,
    .woocommerce ul.products:after {
      clear: both; }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
      list-style: none outside; }
  .woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0; }
  .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em; }
  .woocommerce ul.products li.product a {
    text-decoration: none; }
  .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .woocommerce ul.products li.product strong {
    display: block; }
  .woocommerce ul.products li.product .star-rating {
    font-size: .857em; }
  .woocommerce ul.products li.product .button {
    margin-top: 1em; }
  .woocommerce ul.products li.product .price {
    color: #ff8000;
    display: block;
    font-weight: normal;
    margin-bottom: .5em;
    font-size: .857em; }
    .woocommerce ul.products li.product .price del {
      color: inherit;
      opacity: 0.5;
      display: block; }
    .woocommerce ul.products li.product .price ins {
      background: none;
      font-weight: 700; }
    .woocommerce ul.products li.product .price .from {
      font-size: 0.67em;
      margin: -2px 0 0 0;
      text-transform: uppercase;
      color: rgba(159, 128, 96, 0.5); }
  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em; }
  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em; }
    .woocommerce .woocommerce-ordering select {
      vertical-align: top; }
  .woocommerce nav.woocommerce-pagination {
    text-align: center; }
    .woocommerce nav.woocommerce-pagination ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both;
      border: 1px solid #a4a4f4;
      border-right: 0;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li {
        border-right: 1px solid #a4a4f4;
        padding: 0;
        margin: 0;
        float: left;
        display: inline;
        overflow: hidden; }
        .woocommerce nav.woocommerce-pagination ul li a,
        .woocommerce nav.woocommerce-pagination ul li span {
          margin: 0;
          text-decoration: none;
          padding: 0;
          line-height: 1;
          font-size: 1em;
          font-weight: normal;
          padding: .5em;
          min-width: 1em;
          display: block; }
        .woocommerce nav.woocommerce-pagination ul li span.current,
        .woocommerce nav.woocommerce-pagination ul li a:hover,
        .woocommerce nav.woocommerce-pagination ul li a:focus {
          background: #d1d1fa;
          color: #1b1be4; }
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    /*
		font-size: 100%;
		margin: 0;
		line-height: 1;
		cursor: pointer;
		position: relative;
		font-family: inherit;
		text-decoration: none;
		overflow: visible;
		padding: .618em 1em;
		font-weight: 700;
		border-radius: 3px;
		left: auto;
		color: $secondarytext;
		background-color: $secondary;
		border: 0;
		white-space: nowrap;
		display: inline-block;
		background-image: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		text-shadow: none;
*/ }
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .woocommerce #respond input#submit.loading {
      opacity: 0.25;
      padding-right: 2.618em; }
      .woocommerce a.button.loading:after,
      .woocommerce button.button.loading:after,
      .woocommerce input.button.loading:after,
      .woocommerce #respond input#submit.loading:after {
        font-family: "WooCommerce";
        content: "\e01c";
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: absolute;
        top: .618em;
        right: 1em;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite; }
    .woocommerce a.button.added:after,
    .woocommerce button.button.added:after,
    .woocommerce input.button.added:after,
    .woocommerce #respond input#submit.added:after {
      font-family: 'WooCommerce';
      content: "\e017";
      margin-left: .53em;
      vertical-align: bottom; }
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover {
      background-color: #c0c0e9;
      text-decoration: none;
      background-image: none;
      color: #202079; }
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce #respond input#submit.alt {
      background-color: blue;
      color: white;
      -webkit-font-smoothing: antialiased; }
      .woocommerce a.button.alt:hover,
      .woocommerce button.button.alt:hover,
      .woocommerce input.button.alt:hover,
      .woocommerce #respond input#submit.alt:hover {
        background-color: #0000ee;
        color: white; }
      .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
      .woocommerce button.button.alt.disabled,
      .woocommerce button.button.alt:disabled,
      .woocommerce button.button.alt:disabled[disabled],
      .woocommerce button.button.alt.disabled:hover,
      .woocommerce button.button.alt:disabled:hover,
      .woocommerce button.button.alt:disabled[disabled]:hover,
      .woocommerce input.button.alt.disabled,
      .woocommerce input.button.alt:disabled,
      .woocommerce input.button.alt:disabled[disabled],
      .woocommerce input.button.alt.disabled:hover,
      .woocommerce input.button.alt:disabled:hover,
      .woocommerce input.button.alt:disabled[disabled]:hover,
      .woocommerce #respond input#submit.alt.disabled,
      .woocommerce #respond input#submit.alt:disabled,
      .woocommerce #respond input#submit.alt:disabled[disabled],
      .woocommerce #respond input#submit.alt.disabled:hover,
      .woocommerce #respond input#submit.alt:disabled:hover,
      .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
        background-color: blue;
        color: white; }
    .woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
    .woocommerce button.button:disabled,
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button:disabled,
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit:disabled,
    .woocommerce #respond input#submit.disabled,
    .woocommerce #respond input#submit:disabled[disabled] {
      color: inherit;
      cursor: not-allowed;
      opacity: 0.5; }
      .woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
      .woocommerce button.button:disabled:hover,
      .woocommerce button.button.disabled:hover,
      .woocommerce button.button:disabled[disabled]:hover,
      .woocommerce input.button:disabled:hover,
      .woocommerce input.button.disabled:hover,
      .woocommerce input.button:disabled[disabled]:hover,
      .woocommerce #respond input#submit:disabled:hover,
      .woocommerce #respond input#submit.disabled:hover,
      .woocommerce #respond input#submit:disabled[disabled]:hover {
        color: inherit;
        background-color: #d1d1fa; }
  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    float: none; }
  .woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block; }
  .woocommerce #reviews h2 small, .woocommerce #reviews ul.vertical-nav li a small, ul.vertical-nav li .woocommerce #reviews a small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0 0; }
    .woocommerce #reviews h2 small a, .woocommerce #reviews ul.vertical-nav li a small a, ul.vertical-nav li .woocommerce #reviews a small a {
      text-decoration: none;
      color: #777; }
  .woocommerce #reviews h3 {
    margin: 0; }
  .woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0; }
  .woocommerce #reviews #comment {
    height: 75px; }
  .woocommerce #reviews #comments .add_review {
    *zoom: 1; }
    .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments .add_review:after {
      clear: both; }
  .woocommerce #reviews #comments h2, .woocommerce #reviews #comments ul.vertical-nav li a, ul.vertical-nav li .woocommerce #reviews #comments a {
    clear: none; }
  .woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: none;
    list-style: none; }
    .woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
      content: " ";
      display: table; }
    .woocommerce #reviews #comments ol.commentlist:after {
      clear: both; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 0;
      margin: 0 0 20px;
      border: 0;
      position: relative;
      background: 0;
      border: 0; }
      .woocommerce #reviews #comments ol.commentlist li .meta {
        color: #777;
        font-size: 0.75em; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px;
        width: 32px;
        height: auto;
        background: #d1d1fa;
        border: 1px solid #c4c4f8;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 50px;
        border: 1px solid #c4c4f8;
        border-radius: 4px;
        padding: 1em 1em 0;
        *zoom: 1; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
          content: " ";
          display: table; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
          clear: both; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p {
          margin: 0 0 1em; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
          font-size: 0.83em; }
    .woocommerce #reviews #comments ol.commentlist ul.children {
      list-style: none outside;
      margin: 20px 0 0 50px; }
      .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
        display: none; }
    .woocommerce #reviews #comments ol.commentlist #respond {
      border: 1px solid #c4c4f8;
      border-radius: 4px;
      padding: 1em 1em 0;
      margin: 20px 0 0 50px; }
  .woocommerce #reviews #comments .commentlist > li:before {
    content: ""; }
  .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'; }
    .woocommerce .star-rating:before {
      content: "\73\73\73\73\73";
      color: #a4a4f4;
      float: left;
      top: 0;
      left: 0;
      position: absolute; }
    .woocommerce .star-rating span {
      overflow: hidden;
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      padding-top: 1.5em; }
    .woocommerce .star-rating span:before {
      content: "\53\53\53\53\53";
      top: 0;
      position: absolute;
      left: 0; }
  .woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block; }
    .woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
      content: " ";
      display: table; }
    .woocommerce .woocommerce-product-rating:after {
      clear: both; }
    .woocommerce .woocommerce-product-rating .star-rating {
      margin: .5em 4px 0 0;
      float: left; }
  .woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none; }
  .woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0; }
  .woocommerce #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0; }
    .woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after {
      content: " ";
      display: table; }
    .woocommerce #review_form #respond:after {
      clear: both; }
    .woocommerce #review_form #respond p {
      margin: 0 0 10px; }
    .woocommerce #review_form #respond .form-submit input {
      left: auto; }
    .woocommerce #review_form #respond textarea {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  .woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none; }
    .woocommerce p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "WooCommerce";
      content: "\e021";
      text-indent: 0; }
    .woocommerce p.stars a:hover ~ a:before {
      content: "\e021"; }
  .woocommerce p.stars:hover a:before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active:before {
    content: "\e020"; }
  .woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021"; }
  .woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"; }
  .woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
    .woocommerce table.shop_attributes th {
      width: 150px;
      font-weight: 700;
      padding: 8px;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
    .woocommerce table.shop_attributes td {
      font-style: italic;
      padding: 0;
      border-top: 0;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      margin: 0;
      line-height: 1.5; }
      .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 8px 0; }
    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
      background: rgba(0, 0, 0, 0.025); }
  .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate; }
    .woocommerce table.shop_table th {
      font-weight: 700;
      padding: 9px 12px; }
    .woocommerce table.shop_table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 6px 12px;
      vertical-align: middle; }
      .woocommerce table.shop_table td small {
        font-weight: normal; }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
      border-top: 0; }
    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tbody th {
      font-weight: 700;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.my_account_orders {
    font-size: 0.85em; }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
      padding: 4px 8px;
      vertical-align: middle; }
    .woocommerce table.my_account_orders .button {
      white-space: nowrap; }
    .woocommerce table.my_account_orders .order-actions {
      text-align: right; }
      .woocommerce table.my_account_orders .order-actions .button {
        margin: .125em 0 .125em .25em; }
  .woocommerce td.product-name dl.variation {
    margin: .25em 0;
    *zoom: 1; }
    .woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
      content: " ";
      display: table; }
    .woocommerce td.product-name dl.variation:after {
      clear: both; }
    .woocommerce td.product-name dl.variation dt,
    .woocommerce td.product-name dl.variation dd {
      display: inline-block;
      float: left;
      margin-bottom: 1em; }
    .woocommerce td.product-name dl.variation dt {
      font-weight: 700;
      padding: 0 0 .25em 0;
      margin: 0 4px 0 0;
      clear: left; }
    .woocommerce td.product-name dl.variation dd {
      padding: 0 0 .25em 0; }
      .woocommerce td.product-name dl.variation dd p:last-child {
        margin-bottom: 0; }
  .woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
  .woocommerce td.product-quantity {
    min-width: 80px; }
  .woocommerce ul.cart_list,
  .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0; }
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
      padding: 4px 0;
      margin: 0;
      *zoom: 1;
      list-style: none; }
      .woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
      .woocommerce ul.product_list_widget li:before,
      .woocommerce ul.product_list_widget li:after {
        content: " ";
        display: table; }
      .woocommerce ul.cart_list li:after,
      .woocommerce ul.product_list_widget li:after {
        clear: both; }
      .woocommerce ul.cart_list li a,
      .woocommerce ul.product_list_widget li a {
        display: block;
        font-weight: 700; }
      .woocommerce ul.cart_list li img,
      .woocommerce ul.product_list_widget li img {
        float: right;
        margin-left: 4px;
        width: 32px;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .woocommerce ul.cart_list li dl,
      .woocommerce ul.product_list_widget li dl {
        margin: 0;
        padding-left: 1em;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        *zoom: 1; }
        .woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after,
        .woocommerce ul.product_list_widget li dl:before,
        .woocommerce ul.product_list_widget li dl:after {
          content: " ";
          display: table; }
        .woocommerce ul.cart_list li dl:after,
        .woocommerce ul.product_list_widget li dl:after {
          clear: both; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dt,
        .woocommerce ul.product_list_widget li dl dd {
          display: inline-block;
          float: left;
          margin-bottom: 1em; }
        .woocommerce ul.cart_list li dl dt,
        .woocommerce ul.product_list_widget li dl dt {
          font-weight: 700;
          padding: 0 0 .25em 0;
          margin: 0 4px 0 0;
          clear: left; }
        .woocommerce ul.cart_list li dl dd,
        .woocommerce ul.product_list_widget li dl dd {
          padding: 0 0 .25em 0; }
          .woocommerce ul.cart_list li dl dd p:last-child,
          .woocommerce ul.product_list_widget li dl dd p:last-child {
            margin-bottom: 0; }
      .woocommerce ul.cart_list li .star-rating,
      .woocommerce ul.product_list_widget li .star-rating {
        float: none; }
  .woocommerce.widget_shopping_cart .total,
  .woocommerce .widget_shopping_cart .total {
    border-top: 3px double #d1d1fa;
    padding: 4px 0 0; }
    .woocommerce.widget_shopping_cart .total strong,
    .woocommerce .widget_shopping_cart .total strong {
      min-width: 40px;
      display: inline-block; }
  .woocommerce.widget_shopping_cart .cart_list li,
  .woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0; }
    .woocommerce.widget_shopping_cart .cart_list li a.remove,
    .woocommerce .widget_shopping_cart .cart_list li a.remove {
      position: absolute;
      top: 0;
      left: 0; }
  .woocommerce.widget_shopping_cart .buttons,
  .woocommerce .widget_shopping_cart .buttons {
    *zoom: 1; }
    .woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after,
    .woocommerce .widget_shopping_cart .buttons:before,
    .woocommerce .widget_shopping_cart .buttons:after {
      content: " ";
      display: table; }
    .woocommerce.widget_shopping_cart .buttons:after,
    .woocommerce .widget_shopping_cart .buttons:after {
      clear: both; }
  .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px; }
    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
      -webkit-transition: opacity 0.5s 0.5s ease;
      -moz-transition: opacity 0.5s 0.5s ease;
      -o-transition: opacity 0.5s 0.5s ease;
      transition: opacity 0.5s 0.5s ease;
      opacity: 0; }
    .woocommerce form .form-row label {
      line-height: 2; }
    .woocommerce form .form-row label.hidden {
      visibility: hidden; }
    .woocommerce form .form-row label.inline {
      display: inline; }
    .woocommerce form .form-row select {
      cursor: pointer;
      margin: 0; }
    .woocommerce form .form-row .required {
      color: red;
      font-weight: 700;
      border: 0; }
    .woocommerce form .form-row .input-checkbox {
      display: inline;
      margin: -2px 8px 0 0;
      text-align: center;
      vertical-align: middle; }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      outline: 0;
      line-height: 1; }
    .woocommerce form .form-row textarea {
      height: 4em;
      line-height: 1.5;
      display: block;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .woocommerce form .form-row .select2-container {
      width: 100%;
      line-height: 2em; }
    .woocommerce form .form-row.woocommerce-invalid label {
      color: #a00; }
    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
      border-color: #a00; }
    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
      border-color: #0000ee; }
    .woocommerce form .form-row ::-webkit-input-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-moz-placeholder {
      line-height: normal; }
    .woocommerce form .form-row :-ms-input-placeholder {
      line-height: normal; }
  .woocommerce form.login,
  .woocommerce form.checkout_coupon,
  .woocommerce form.register {
    border: 1px solid #a4a4f4;
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left;
    border-radius: 5px; }
  .woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .woocommerce ul#shipping_method li {
      margin: 0;
      padding: .25em 0 .25em 22px;
      text-indent: -22px;
      list-style: none outside; }
      .woocommerce ul#shipping_method li input {
        margin: 3px 0.5ex; }
      .woocommerce ul#shipping_method li label {
        display: inline; }
    .woocommerce ul#shipping_method .amount {
      font-weight: 700; }
  .woocommerce p.woocommerce-shipping-contents {
    margin: 0; }
  .woocommerce .order_details {
    *zoom: 1;
    margin: 0 0 1.5em;
    list-style: none; }
    .woocommerce .order_details:before, .woocommerce .order_details:after {
      content: " ";
      display: table; }
    .woocommerce .order_details:after {
      clear: both; }
    .woocommerce .order_details li {
      float: left;
      margin-right: 2em;
      text-transform: uppercase;
      font-size: 0.715em;
      line-height: 1;
      border-right: 1px dashed #a4a4f4;
      padding-right: 2em;
      margin-left: 0;
      padding-left: 0; }
      .woocommerce .order_details li strong {
        display: block;
        font-size: 1.4em;
        text-transform: none;
        line-height: 1.5; }
      .woocommerce .order_details li:last-of-type {
        border: none; }
  .woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
    .woocommerce .widget_layered_nav ul li {
      *zoom: 1;
      padding: 0 0 1px;
      list-style: none; }
      .woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after {
        content: " ";
        display: table; }
      .woocommerce .widget_layered_nav ul li:after {
        clear: both; }
      .woocommerce .widget_layered_nav ul li a,
      .woocommerce .widget_layered_nav ul li span {
        padding: 1px 0; }
    .woocommerce .widget_layered_nav ul li.chosen a:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none;
      color: #a00; }
  .woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
    .woocommerce .widget_layered_nav_filters ul li {
      float: left;
      padding: 0 1px 1px 0;
      list-style: none; }
      .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none; }
        .woocommerce .widget_layered_nav_filters ul li a:before {
          font-family: 'WooCommerce';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          margin-right: .618em;
          content: "";
          text-decoration: none;
          color: #a00; }
  .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em; }
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em; }
    .woocommerce .widget_price_filter .price_slider_amount .button {
      float: left; }
  .woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: blue;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
    margin-left: -.5em; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: blue; }
  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #0000bb;
    border: 0; }
  .woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

/**
 * Account page
 */
.woocommerce-account .addresses .title {
  *zoom: 1; }
  .woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
    content: " ";
    display: table; }
  .woocommerce-account .addresses .title:after {
    clear: both; }
  .woocommerce-account .addresses .title h3 {
    float: left; }
  .woocommerce-account .addresses .title .edit {
    float: right; }

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0; }

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0; }

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    .woocommerce-account ul.digital-downloads li:before {
      font-family: 'WooCommerce';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      margin-right: .618em;
      content: "";
      text-decoration: none; }
    .woocommerce-account ul.digital-downloads li .count {
      float: right; }

/**
 * Cart page
 */
.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px; }

.woocommerce-cart table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a4a4f4;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1; }

.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1; }

.woocommerce-cart .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0; }
  .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after {
    content: " ";
    display: table; }
  .woocommerce-cart .wc-proceed-to-checkout:after {
    clear: both; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em; }

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block; }

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none; }

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: 0.83em; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
  .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 40%; }
  .woocommerce-cart .cart-collaterals .cart_totals table td,
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em; }
  .woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777; }
  .woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%; }

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #ff8000; }

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #d1d1fa; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0; }

/**
 * Checkout
 */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, #add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }

.woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes {
  clear: left; }

.woocommerce-checkout .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .form-row-first {
  clear: left; }

.woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal; }

.woocommerce-checkout .checkout div.shipping-address, #add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

.woocommerce-checkout .checkout .shipping_address, #add_payment_method .checkout .shipping_address {
  clear: both; }

.woocommerce-checkout #payment, #add_payment_method #payment {
  background: #d1d1fa; }
  .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #a4a4f4;
    margin: 0;
    list-style: none outside; }
    .woocommerce-checkout #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, #add_payment_method #payment ul.payment_methods:after {
      content: " ";
      display: table; }
    .woocommerce-checkout #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:after {
      clear: both; }
    .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
      line-height: 2;
      text-align: left;
      margin: 0;
      font-weight: normal;
      *zoom: 1; }
      .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:before, #add_payment_method #payment ul.payment_methods li:after {
        content: " ";
        display: table; }
      .woocommerce-checkout #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:after {
        clear: both; }
      .woocommerce-checkout #payment ul.payment_methods li input, #add_payment_method #payment ul.payment_methods li input {
        margin: 0 1em 0 0; }
      .woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment ul.payment_methods li img {
        vertical-align: middle;
        margin: -2px 0 0 .5em;
        padding: 0;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .woocommerce-checkout #payment ul.payment_methods li img + img, #add_payment_method #payment ul.payment_methods li img + img {
        margin-left: 2px; }
  .woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
    padding: 1em; }
  .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #bbbbf7;
    color: #202079; }
    .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea, #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea {
      border-color: #8d8df2;
      border-top-color: #7676ef; }
    .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder, #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
      color: #7676ef; }
    .woocommerce-checkout #payment div.payment_box :-moz-placeholder, #add_payment_method #payment div.payment_box :-moz-placeholder {
      color: #7676ef; }
    .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder, #add_payment_method #payment div.payment_box :-ms-input-placeholder {
      color: #7676ef; }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
    #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
      font-size: 1.5em;
      padding: 8px;
      background-repeat: no-repeat;
      background-position: right; }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
        background-image: url(../images/icons/credit-cards/visa.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
        background-image: url(../images/icons/credit-cards/mastercard.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
        background-image: url(../images/icons/credit-cards/laser.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
        background-image: url(../images/icons/credit-cards/diners.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
        background-image: url(../images/icons/credit-cards/maestro.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
        background-image: url(../images/icons/credit-cards/jcb.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
        background-image: url(../images/icons/credit-cards/amex.png); }
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
      #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
        background-image: url(../images/icons/credit-cards/discover.png); }
    .woocommerce-checkout #payment div.payment_box span.help, #add_payment_method #payment div.payment_box span.help {
      font-size: .857em;
      color: #777;
      font-weight: normal; }
    .woocommerce-checkout #payment div.payment_box .form-row, #add_payment_method #payment div.payment_box .form-row {
      margin: 0 0 1em; }
    .woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child {
      margin-bottom: 0; }
    .woocommerce-checkout #payment div.payment_box:before, #add_payment_method #payment div.payment_box:before {
      content: "";
      display: block;
      border: 1em solid #bbbbf7;
      /* arrow size / color */
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -.75em;
      left: 0;
      margin: -1em 0 0 2em; }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em; }
  .woocommerce-checkout #payment .payment_method_paypal img, #add_payment_method #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle; }

/**
 *  Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }
  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  margin: .5em 0 0 0;
  display: block; }

/* added to get around variation image flicker issue */
.product.has-default-attributes.has-children > .images {
  opacity: 0; }

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1; }

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0; }

.single-product .twentythirteen p.stars {
  clear: both; }

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px; }

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important; }

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.twentysixteen .price ins {
  background: inherit;
  color: inherit; }

/* Cart
====================================================== */
/*
.woocommerce .quantity .qty {
	width: 5em;
}
*/
/* Checkout
====================================================== */
/* page specific */
/* MISC
=================================================== */
/* Warning messages
================================================== */
.warning {
  display: none;
  background: #ffa500;
  color: #000;
  text-align: center;
  margin: 0;
  font-family: arial, sans-serif;
  font-weight: bold;
  z-index: 9999;
  position: fixed;
  width: 100%;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .warning a {
    text-decoration: underline;
    color: #000 !important; }

html.ltie9 .ie-warn {
  bottom: 0;
  display: block; }

html.no-js .nojs-warn {
  top: 0;
  display: block; }

/* Prompts for older browsers */
/* Print CSS
Just make everything black
================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, ul.vertical-nav li a,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, ul.vertical-nav li a,
  h3 {
    page-break-after: avoid; } }

/* Print CSS */
/* Customize Scrollbars
================================================== */
/* Customize select color
================================================== */
/* Highlight color */
/* Browsers
================================================== */
_:-ms-lang(x), .selector {
  display: none; }

_:-ms-fullscreen, :root .selector {
  display: none; }

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

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1; }

/* Reference

Think ATOMS

http://cssguidelin.es/
http://patternlab.io/

=================================================== */
