@import url(https://use.typekit.net/mjh2lal.css);
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 2, 2022 */
@font-face {
    font-family: 'nimbus sans';
    src: url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-reg-webfont.woff2') format('woff2'),
        url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-reg-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'nimbus sans';
    src: url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-regita-webfont.woff2') format('woff2'),
        url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-regita-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}
@font-face {
    font-family: 'nimbus sans';
    src: url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-bol-webfont.woff2') format('woff2'),
        url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-bol-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'nimbus sans';
    src: url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-bolita-webfont.woff2') format('woff2'),
        url('/wp-content/themes/airway/assets/fonts/webfontkit-20221202-152538/nimbussanl-bolita-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}
/* COLORS */
/* $brandColorSecondaryLighter-10: #ffbf14; */
:root {
	--header-height: 100px;
	--branding-height: 70px;
	--site-nav-height: 60px;

	--font-size-xx-small: 0.75rem;
	--font-size-x-small: 0.8125rem;
	--font-size-small: 1rem;
	--font-size-medium: 1.125rem;
	--font-size-large: 1.25rem;
	--font-size-x-large: 1.5rem;
	--font-size-mega: 1.75rem;

	--font-title-x-small: 1rem;
	--font-title-small: 1.5rem;
	--font-title-medium: 1.75rem;
	--font-title-large: 2.25rem;
	--font-title-x-large: 2.75rem;
	--font-title-xx-large: 3.5rem;
	--font-title-mega: 4rem;

	--font-page-title: 3rem;
	--font-home-title: 4rem;

	--font-subhead: 2rem;

	--nav-face: font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
	--title-face: "Oswald", sans-serif;
	--title-face-alt: font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
	--body-face: font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
	--primary-face: font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #222222;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
.row::before, .row::after {
    display: table;
    content: ' '; }
.row::after {
    clear: both; }
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
.row .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
@media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
@media print, screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
.row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
.row.expanded {
    max-width: none; }
.row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
.row:not(.expanded) .row {
    max-width: none; }
.row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
.row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
@media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }
.column.row.row, .row.row.columns {
  float: none; }
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }
.small-1 {
  width: 8.33333%; }
.small-push-1 {
  position: relative;
  left: 8.33333%; }
.small-pull-1 {
  position: relative;
  left: -8.33333%; }
.small-offset-0 {
  margin-left: 0%; }
.small-2 {
  width: 16.66667%; }
.small-push-2 {
  position: relative;
  left: 16.66667%; }
.small-pull-2 {
  position: relative;
  left: -16.66667%; }
.small-offset-1 {
  margin-left: 8.33333%; }
.small-3 {
  width: 25%; }
.small-push-3 {
  position: relative;
  left: 25%; }
.small-pull-3 {
  position: relative;
  left: -25%; }
.small-offset-2 {
  margin-left: 16.66667%; }
.small-4 {
  width: 33.33333%; }
.small-push-4 {
  position: relative;
  left: 33.33333%; }
.small-pull-4 {
  position: relative;
  left: -33.33333%; }
.small-offset-3 {
  margin-left: 25%; }
.small-5 {
  width: 41.66667%; }
.small-push-5 {
  position: relative;
  left: 41.66667%; }
.small-pull-5 {
  position: relative;
  left: -41.66667%; }
.small-offset-4 {
  margin-left: 33.33333%; }
.small-6 {
  width: 50%; }
.small-push-6 {
  position: relative;
  left: 50%; }
.small-pull-6 {
  position: relative;
  left: -50%; }
.small-offset-5 {
  margin-left: 41.66667%; }
.small-7 {
  width: 58.33333%; }
.small-push-7 {
  position: relative;
  left: 58.33333%; }
.small-pull-7 {
  position: relative;
  left: -58.33333%; }
.small-offset-6 {
  margin-left: 50%; }
.small-8 {
  width: 66.66667%; }
.small-push-8 {
  position: relative;
  left: 66.66667%; }
.small-pull-8 {
  position: relative;
  left: -66.66667%; }
.small-offset-7 {
  margin-left: 58.33333%; }
.small-9 {
  width: 75%; }
.small-push-9 {
  position: relative;
  left: 75%; }
.small-pull-9 {
  position: relative;
  left: -75%; }
.small-offset-8 {
  margin-left: 66.66667%; }
.small-10 {
  width: 83.33333%; }
.small-push-10 {
  position: relative;
  left: 83.33333%; }
.small-pull-10 {
  position: relative;
  left: -83.33333%; }
.small-offset-9 {
  margin-left: 75%; }
.small-11 {
  width: 91.66667%; }
.small-push-11 {
  position: relative;
  left: 91.66667%; }
.small-pull-11 {
  position: relative;
  left: -91.66667%; }
.small-offset-10 {
  margin-left: 83.33333%; }
.small-12 {
  width: 100%; }
.small-offset-11 {
  margin-left: 91.66667%; }
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
.small-centered {
  margin-right: auto;
  margin-left: auto; }
.small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }
@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 75em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.25rem; }
.column-block > :last-child {
    margin-bottom: 0; }
/* --------------------------------------------------------------------------

	[ 2. MAIN ]

-------------------------------------------------------------------------- */
* {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}
body {
	background-color: #ffffff;
	font-family: var(--body-face);
	color: #2e282f;
	font-size: 100%;
	line-height: 1.6;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
}
.hero-address .main-content {
	padding: 0 4em;
}
img,
.img {
	max-width: 100%;
	height: auto;
}
.content img {
	/* margin-bottom: 3rem; */
}
.video {
	position: relative;
	padding-bottom: 62.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* From: http://webdesignerwall.com/tutorials/css-elastic-videos */
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.main {
	padding-top: var(--header-height);
	margin-bottom: 0;
}
@media (max-width: 1024px) {
.main {
		padding-top: 
}
	}
.main-content {
	padding: 1.5em 4em;
}
.content {
	padding: 0 0 4rem;

}
/*  SELECTION HIGHLIGHT  */
::-moz-selection {
	background: #f3b50e;
	color: #2e282f;
	text-shadow: none;
}
::selection {
	background: #f3b50e;
	color: #2e282f;
	text-shadow: none;
}
::-moz-selection {
	background: #f3b50e;
	color: #2e282f;
	text-shadow: none;
}
img::-moz-selection {
	background: #f3b50e;
}
img::selection {
	background: #f3b50e;
}
img::-moz-selection {
	background: #f3b50e;
}
::-moz-selection:window-inactive {
	background: #f3b50e;
}
::selection:window-inactive {
	background: #f3b50e;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: .25rem 0 0 0;
	padding: 0 0 1rem 0;
}
/* --------------------------------------------------------------------------

	[ 3. TYPOGRAPHY ]

-------------------------------------------------------------------------- */
/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-face);
	font-style: normal;
	font-weight: 500;
	color: #2e282f;
	text-rendering: optimizeLegibility;
	line-height: 1.15;
	margin: 0 0 .5em 0;
}
h1 {
	font-size: var(--font-title-xx-large);
}
h2 {
	font-size: var(--font-title-x-large);
}
h3 {
	font-size: var(--font-title-large);
}
h4 {
	font-size: var(--font-title-medium);
}
h5 {
	font-size: var(--font-title-small);
}
/* Default Link Styles */
a,
a:visited {
	color: #4ab9eb;
	text-decoration: none;
	line-height: inherit;
}
a:hover,
	a:focus,
	a:visited:hover,
	a:visited:focus {
		color: #4ab9eb;
		text-decoration: none;
	}
a img, a:visited img {
		border: none;
	}
/* Default paragraph styles */
p {
	font-family: var(--body-face);
	font-size: var(--font-size-small);
	font-weight: 400;
	font-style: normal;
	color: #2e282f;
	margin-top: 0;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
p:last-of-type {
		margin-bottom: ;
	}
/* a {
		color: #3588b4;
		position: relative;
		padding-bottom: 2px;
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			height: 2px;
			background-color: #6ebde7;
			width: 0%;
			display: block;
			transition: width .5s ease-in-out;
		}
		&:hover {
			color: black;
			&:after {
				width: 100%;
			}
		}
	} */
p a {
		text-decoration: none;
		color: #2e282f;
		font-weight: 400;
		position: relative;
	}
p a:before {
			content: '';
			background-color: #83ceff;
			position: absolute;
			left: 0;
			bottom: -2px;
			width: 100%;
			height: 2px;
			z-index: -1;
			transition: all .3s ease-in-out;
		}
p a:hover:before {
			bottom: -2px;
			height: 100%;
		}
.link {
	color: #f8f8f8;
	text-decoration: none;
	transition: all .3s, font-size 0s;
	border-bottom: 1px solid transparent;
	position: relative;
	padding: none;
}
.link:hover {
		color: #2672e5;
		text-decoration: none;
		transition: .1s, font-size 0s;
		border-bottom: 1px solid #999;
		border-bottom: 1px solid #008cba;
		top: -2px;
		padding: none;
	}
/* Helpful Typography Defaults */
em,
i {
	font-style: italic;
	line-height: inherit;
}
strong,
b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 60%;
	line-height: inherit;
}
.smaller {
	font-size: .666em;
}
sup,
sub {
	font-size: 25%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	line-height: 0;
}
sub {
	top: 0.4em;
}
label {
	cursor: pointer
}
img {
	display: block;
}
input,
select {
	vertical-align: middle;
}
/* Kerning */
.tighten {
	margin: 0 -.1em;
}
.loosen {
	margin: 0 .1em;
}
ul,
ol {
	line-height: 1;
}
ul li, ol li {
		list-style: disc;
		font-family: var(--body-face);
		font-size: var(--font-size-small);
		line-height: 1.5;
		font-weight: 400;
		font-style: normal;
		color: #2e282f;
		margin-bottom: 1rem;
	}
.content ul,
	.content ol {
		margin-bottom: 1em;
		padding-left: 1em;
	}
.content ul li, .content ol li {
			list-style: disc;
			font-family: var(--body-face);
			font-size: 1.25rem;
			line-height: 1.5;
			font-weight: 400;
			font-style: normal;
			color: #ffffff;
		}
/* Page Specific Styles */
.content h1 {
	font-weight: 600;
}
#page-title {
	padding-bottom: 1em;
}
.page-title {
	padding: 0;
	margin: 0;
	font-size: ;
	color: #222;
	letter-spacing: .05em;
	padding-top: .8rem;
	padding-bottom: .8rem;
	letter-spacing: 0;
	line-height: 1.2rem;
	text-align: center;
}
.section-title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.15;
	color: #2e282f;
	margin-top: 3rem;
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
}
/* Buttons */
label {
	cursor: pointer
}
img {
	display: block;
}
input,
select {
	vertical-align: middle;
}
button,
.button,
.button:visited,
a.button,
a.button:visited,
input[type="submit"] {
	cursor: pointer;
	font-family: var(--nav-face);
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	display: inline-block;
	padding: .75rem 1.5rem;
	font-size: var(--font-size-xx-small);
	color: #2e282f;
	transition: 300ms ease-out;
	background: #f3b50e;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-radius: 8px;
	border: 2px solid #f3b50e;
	margin: .5em 0;

}
button.button--knockout, .button.button--knockout, .button:visited.button--knockout, a.button.button--knockout, a.button:visited.button--knockout, input[type="submit"].button--knockout {
			background: rgba(255, 255, 255, .75);
			border: 2px solid #ffffff;
			color: #4ab9eb;
		}
button.button--knockout-white, .button.button--knockout-white, .button:visited.button--knockout-white, a.button.button--knockout-white, a.button:visited.button--knockout-white, input[type="submit"].button--knockout-white {
			background: rgba(255, 255, 255, .75);
			border: 2px solid #ffffff;
			color: #4ab9eb;
		}
button.button--knockout-white:hover, .button.button--knockout-white:hover, .button:visited.button--knockout-white:hover, a.button.button--knockout-white:hover, a.button:visited.button--knockout-white:hover, input[type="submit"].button--knockout-white:hover {
				background: rgba(255, 255, 255, 1);
				color: #4ab9eb;
			}
button.button--smaller, .button.button--smaller, .button:visited.button--smaller, a.button.button--smaller, a.button:visited.button--smaller, input[type="submit"].button--smaller {
			font-size: var(--font-size-xx-small);
			padding: 10px 27px 10px;
		}
button.button--reverse, .button.button--reverse, .button:visited.button--reverse, a.button.button--reverse, a.button:visited.button--reverse, input[type="submit"].button--reverse {
			background: #ffffff;
			color: #003B5E;
			border-color: #ffffff;
		}
button.button--reverse:after, .button.button--reverse:after, .button:visited.button--reverse:after, a.button.button--reverse:after, a.button:visited.button--reverse:after, input[type="submit"].button--reverse:after {
				font: var(--fa-font-solid);
				content: '\f054';
				margin-left: 0.35rem;
				font-size: var(--font-size-xx-small);
				vertical-align: middle;
				position: relative;
				top: -0.5px;
				right: 0px;
			}
button.button--reverse:after:hover, .button.button--reverse:after:hover, .button:visited.button--reverse:after:hover, a.button.button--reverse:after:hover, a.button:visited.button--reverse:after:hover, input[type="submit"].button--reverse:after:hover {
					right: 0px;
					margin-left: 0.35rem;
				}
button.button--reverse:hover, .button.button--reverse:hover, .button:visited.button--reverse:hover, a.button.button--reverse:hover, a.button:visited.button--reverse:hover, input[type="submit"].button--reverse:hover {
				background: #83ceff;
				color: #003B5E;
				border-color: #83ceff;
			}
button:hover,
button:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
	color: #2e282f;
	background: #ffc939;
	border: 2px solid #ffc939;
	transition: 300ms ease-out;
}
form.wpcf7-form label {
		color: #2e282f;
	}
form.wpcf7-form input {
		background: rgba(255, 255, 255, .75);
		border: 1px solid #888888;
		color: #888888;
	}
form.wpcf7-form textarea {
		background: rgba(255, 255, 255, .75);
		border: 1px solid #888888;
		color: #888888;
	}
form.wpcf7-form input[type="submit"] {
		background: #4ab9eb;
		border: 2px solid #4ab9eb;
		color: #ffffff;
		float: right;
		font-size: 1rem;
	}
form.wpcf7-form input[type="submit"]:hover {
			background: #4ab9eb;
			color: #ffffff;
		}
/* --------------------------------------------------------------------------

	[ 4. GENERAL CLASSES ]
	
-------------------------------------------------------------------------- */
/* WP Content Width https://codex.wordpress.org/Content_Width */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.full-width {
	max-width: 100%;
}
.google-maps {
	position: relative;
	padding-bottom: 54.5%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
.float-left {
		float: left !important;
	}
.float-right {
		float: right !important;
	}
.float-none {
		float: none !important;
	}
.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.bottom-align {
	display: flex;
	flex-direction: column;
	/* flex-grow: 1; */
	margin-top: auto;
	padding-bottom: 5%;
	width: 100%;
}
.content-section {
	padding: 4rem 0;
}
.deck {
	background-color: rgba(255, 255, 255, 0.35);
	padding: 4rem 0;
}
.deck__title {
		font-size: var(--font-title-large);
		color: #2e282f;
		text-align: center;
	}
@media (max-width: 768px) {
.deck__title {
			font-size: var(--font-title-medium)
	}
		}
.deck p {
		text-align: center;
		font-size: var(--font-size-x-large);
		color: #888888;
	}
@media (max-width: 768px) {
.deck p {
			font-size: var(--font-size-large)
	}
		}
.value-proposition {
	background-color: #4ab9eb;
	padding: 4rem 0;
}
.value-proposition__title {
		font-size: var(--font-title-large);
		color: #ffffff;
		text-align: center;
	}
@media (max-width: 768px) {
.value-proposition__title {
			font-size: var(--font-size-medium)
	}
		}
.value-proposition p {
		font-size: var(--font-size-large);
		line-height: 1.5;
		color: #ffffff;
		text-align: center;
	}
@media (max-width: 768px) {
.value-proposition p {
			font-size: var(--font-size-medium)
	}
		}
.text-shadow {
	text-shadow: 0 0 20px rgba(0, 0, 0, .75);
}
.no-margin-bottom {
    margin-bottom: 0; 
}
.no-padding-bottom {
    padding-bottom: 0; 
}
.absolute {
    position: absolute;
}
.vertically-centered {
    height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
img.desaturate {
	filter: grayscale(100%);
}
#page-type {
	display: none;
}
.border {
	border: 10px solid rgba(255, 255, 255, .33);
}
.hide {
	display: none;
}
.mask {
	overflow: hidden;
	position: relative;
}
.center_wrap {
	height: 100%;
}
.center {
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.text-center {
	text-align: center;
}
.callout {
	color: rgb(218, 79, 57);
}
.clearfix {
	clear: both;
}
.clearfix:after {
		clear: both;
		content: "";
		display: table;
	}
/*------------------------------------*\
    TABLE OF CONTENTS
\*------------------------------------*/
/**
	* 1. RESET
	* 2. MAIN
	* 3. TYPOGRAPHY
	* 4. GENERAL CLASSES
	* 5. NAVIGATION
	* 6. HERO
	* 7. FORMS
	* 8. FOOTER
	* 9. MEDIA QUERIES
	* prev brand color: 38990d
**/
/* --------------------------------------------------------------------------

	[ 0. RESET ]

-------------------------------------------------------------------------- */
/* Scrap Reset for Normalize.css?? */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; 
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  background: transparent;
  border: 0;
}
/* --------------------------------------------------------------------------

	[ 1. Fonts ]

-------------------------------------------------------------------------- */
/*
@font-face {
    font-family: 'Monstro';
    src: url('fonts/monstro/39EA22_0_0l.eot');
    src: url('fonts/monstro/39EA22_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/monstro/39EA22_0_0.woff2') format('woff2'),
         url('fonts/monstro/39EA22_0_0.woff') format('woff'),
         url('fonts/monstro/39EA22_0_0.svg#webfontregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
*/
@font-face {
    font-family: 'MonstroSolid';
    src: url('fonts/Monstro/monstrosolid.eot');
    src: url('fonts/Monstro/monstrosolid.eot?#iefix') format('embedded-opentype'),
         url('fonts/Monstro/monstrosolid.woff2') format('woff2'),
         url('fonts/Monstro/monstrosolid.woff') format('woff'),
         url('fonts/Monstro/monstrosolid.ttf') format('truetype'),
         url('fonts/Monstro/monstrosolid.svg#monstro_solidregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* --------------------------------------------------------------------------

	[ 2. MAIN ]

-------------------------------------------------------------------------- */
* { -webkit-text-size-adjust: 100%; box-sizing: border-box; }
html, body { height: 100%; }
html{ -webkit-font-smoothing: antialiased; font-size: 100%; }
body {
	background: #2e282f;
	font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
	color: #fefefe;
	color: #fefefe;
	font-size: 100%;
	font-family: Helvetica, Arial;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
}
.hero-address .main-content {
		padding: 0 4em;
	}
img, .img {
	max-width: 100%;
	height: auto;
}
.video {
/*
	position: relative;
	padding-bottom: 62.25%; /* 16:9
	padding-top: 25px;
	height: 0;
	overflow: hidden;
*/
	/* Need to look at this. What is that affecting? */
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* From: http://webdesignerwall.com/tutorials/css-elastic-videos */
/* https://wordpress.stackexchange.com/questions/245388/how-to-make-native-video-player-full-width */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media  screen  and (max-width : 768px) {
	video.wp-video-shortcode {
	}
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none !important;
    visibility: hidden !important;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
/*
.mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
*/
/* end https://wordpress.stackexchange.com/questions/245388/how-to-make-native-video-player-full-width */
.table {
	display: table;
}
.table-cell {
	display: table-cell;
}
.main {
	padding-top: var(--header-height);
	margin-bottom: 0rem;
}
.main-content {
	padding: 1.5em 4em;
}
.content {
	padding: 0 0 4rem;
}
#home .content {
	padding: 0 0 10rem;
}
#home .featured_content {
	padding: 5rem 5% 10rem;
}
.page-type {
	display: none;
}
/*  SELECTION  */
::-moz-selection { background: #4AB9EB; color: #fefefe; text-shadow: none; }
::selection { background: #4AB9EB; color: #fefefe; text-shadow: none; }
::-moz-selection{ background: #4AB9EB; color: #fefefe; text-shadow: none; }
img::-moz-selection {
  background: #4AB9EB;
}
img::selection {
  background: #4AB9EB;
}
img::-moz-selection {
  background: #4AB9EB;
}
::-moz-selection:window-inactive {
  background: #4AB9EB;
}
::selection:window-inactive {
  background: #4AB9EB;
}
/* --------------------------------------------------------------------------

	[ 3. TYPOGRAPHY ]

-------------------------------------------------------------------------- */
/* @FONTFACE */
/* ELEMENTS  */
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #222222;
	text-rendering: optimizeLegibility;
	line-height: 1.15;
	/* letter-spacing: -.013em; */ }
h1 { 
		font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 3rem; 
		line-height: 1.15; 
		color: #fefefe;
		margin-bottom: .25rem;
		font-weight: 700;
	}
h2 { 
		font-size: 2.5rem; 
		line-height: 1.15; 
		color: #fefefe;
		margin-bottom: .25rem; 
	}
h3 { 
		font-size: 2.75rem; 
		line-heignt: 1.15; 
		color: #fefefe; 
		font-weight: 700;
		text-transform: capitalize;
		margin-bottom: .25rem; 
	}
h4  {
		font-size: 2.25rem;
		line-height: 1.15;
		color: #fefefe;
		text-transform: capitalize;
		margin-bottom: .25rem;
	}
h5  {
		font-size: 1.75rem;
		line-height: 1.15;
		color: #fefefe;
		text-transform: capitalize;
		margin-bottom: .25rem;
	}
/* Default paragraph styles */
p {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: normal; 
	color: #fefefe;
	margin-top: ; 
	margin-bottom: 1.5rem;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
p aside {
		font-size: 0.875rem;
		line-height: 1.35;
		font-style: italic; }
#foot p {
		margin-bottom: ;
	}
p:last-of-type {
		margin-bottom: ;
	}
/* p:empty { display:none; } */
/* Default Link Styles */
a, a:visited {
	/* font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; */
	color: #4AB9EB;
	text-decoration: none;
	line-height: inherit; }
a:hover, a:focus {
	color: #4AB9EB; }
a img {
	border: none; }
.link { 
	color: #f8f8f8;
	text-decoration: none;
	transition: all .3s, font-size 0s;
	border-bottom: 1px solid transparent;
	position: relative;
	padding: none;
}
.link:hover { 
	color: #2672e5;
	text-decoration: none;
	transition: .1s, font-size 0s;
	border-bottom: 1px solid #999;
	border-bottom: 1px solid #008cba;
	top: -2px;
	padding: none;
}
/* Helpful Typography Defaults */
em,
i {
	font-style: italic;
	line-height: inherit; }
strong,
b {
	font-weight: bold;
	line-height: inherit; }
small {
	font-size: 60%;
	line-height: inherit; }
.smaller { font-size: .666em; }
sup, sub {
	font-size: 25%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	line-height: 0;
}
sub { top: 0.4em; }
label { cursor: pointer }
img { display: block; }
input,
select { vertical-align: middle; }
/* Kerning */
.tighten {
	margin: 0 -.1em;
}
.loosen {
	margin: 0 .1em;
}
ul {
	line-height: 1.4;
	padding-left: 2rem;
}
.content ul {
/*
	margin-bottom: 1em;
	padding-left: 1em;
*/
}
li {
	list-style: disc;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	color: #fefefe;
	margin-bottom: .5rem;
}
.no-bullet {
	padding-left: 0;
}
.no-bullet li {
		list-style: none;
		
	}
#pricing .content li {
	list-style: none;
	text-align: center;
}
#pricing .content li img {
	margin: 0 auto;
}
/* Page Specific Styles */
.content h1 {
	font-weight: 700;
}
#page-title {
	padding-bottom: 1em;
}
.page-title {
	padding: 0;
	margin: 0;
	font-size: ;
	color: #222;
	letter-spacing: .05em;
	padding-top: .8rem;
	padding-bottom: .8rem;
	letter-spacing: 0;
	line-height: 1.2rem;
	text-align: center;
}
.section-title {
	padding: 2rem 0;
}
.section-title__headline {
	
}
/* Buttons */
button { color: #fff; font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; text-align: left; }
button:hover { cursor: pointer; }
label { cursor: pointer }
img { display: block; }
input,
select { vertical-align: middle; }
.button, .button:visited, a.button, a.button:visited {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
	font-weight: 800;
	line-height: normal;
	margin: 1em 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
	font-size: 16px;
	color: #000000;
	transition: background-color 300ms ease-out;
	background: #4AB9EB;
	text-transform: uppercase;
	letter-spacing: .035em;
	border-radius: 0px;
	/*
	display: flex;
	align-self: center;*/
	margin: .5em 0;
	border-radius: 5px;
	border: 2px solid #2374AF;
}
button:hover, button:focus, a.button:hover, a.button:focus {
    background: #4AB9EB;
	color: #fefefe; 
}
/*
#hero .button {
	background: #fff;
	padding-top: 1.5em;
	padding-right: 3em;
	padding-bottom: 1.65em;
	padding-left: 3em;
	color: #4AB9EB;
}
*/
#home #hero .button, #home #hero .button:visited, #home #hero a.button, #home #hero a.button:visited {
    font-size: 1rem;
    padding: .75rem 1.5rem;
    background: #4AB9EB;
    color: #000;
    border: 2px solid #2374AF;
}
#home .button:hover, #home #hero a.button:hover {
	background: #4AB9EB;
	color: #111;
}
.woocommerce div.product form.cart div.quantity {
	margin-right: 1rem;
}
/* Woocommerce Buttons */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: 'Manrope', 'Helvetica Neue','Helvetica', Arial, sans-serif;
	font-weight: 800;
	line-height: normal;
	margin: 1em 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
	font-size: .875rem;
	color: #000000;
	transition: background-color 300ms ease-out;
	background: #4AB9EB;
	text-transform: uppercase;
	letter-spacing: .035em;
	border-radius: 0px;
	margin: .5em 0;
	border-radius: 5px;
	border: 2px solid #2374AF;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #4AB9EB;
	color: #fefefe; 
}
.section-subhead {
	margin-bottom: 3rem;
}
/* --------------------------------------------------------------------------

	[ 4. GENERAL CLASSES ]
	
-------------------------------------------------------------------------- */
img.desaturate {
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
#page-type {
	display: none;
}
.border {
	border: 10px solid rgba(255, 255, 255, .33);
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.special {
	background: #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.mask {
    overflow: hidden;
    position: relative;
}
.center_wrap {
	height: 100%;
}
.center {
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.callout {
	color: rgb(218, 79, 57);
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both; 
  content: "";
  display: table; 
}
/* WP Content Width https://codex.wordpress.org/Content_Width */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.center-align {
	text-align: center;
}
.full-width {
	max-width: 100%;
}
article {
	/* padding: 1.5rem 0; */
}
.post-meta ul li {
}
footer:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("../images/halftone-black.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}
.contact-widget:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("../images/halftone-white.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}
.featured_content:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("../images/halftone-white.svg") repeat;
	display: block;
	clear: both;
	z-index: 0;
	opacity: .15;
}
/* Footer Nav */
.pre-footer__menu.navbar {
	/*display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;*/
	margin-right: 8%;
}
.pre-footer__menu.navbar li a {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	color: #111;
	font-weight: 700;
}
.pre-footer__menu.navbar a:hover {
	color: #4AB9EB;
}
.pre-footer__menu.navbar > li,
.pre-footer__menu.navbar li {
	float: none;
    width: 108%;
    margin-right: 8%;
    display: block;
    text-align: right;
}
.pre-footer__menu.navbar > li:last-of-type {
	margin-right: 0;
}
.pre-footer__menu.navbar > li > ul {
	border-top: 2px solid #4AB9EB;
	margin-top: .25em;
}
.pre-footer__menu.navbar > li > ul > li {
	margin: .5em 0;
	line-height: 1;
}
.pre-footer__menu.navbar > li > ul > li a {
	font-size: .9375rem;
	line-height: 1.4;
	color: #f8f8f8;
	font-weight: 500;
}
.pre-footer__menu.navbar > li > ul > li a:hover {
	color: #4AB9EB;
}
/*========================================================================
	FOOTER 
========================================================================*/
/* Pre-Footer */
.product-specs {
	background: #eee;
}
.product-specs h2 {
	margin-bottom: 1em;
}
section.product-specs p {
	font-size: 1rem;
}
.product-specs ul {
	padding-left: 1rem;
	-moz-column-count: 2;
	     column-count: 2;
}
.product-specs ul li {
	list-style: disc;
	font-size: 0.9375rem;
	-moz-column-break-inside: avoid;
	     break-inside: avoid;
}
.design-specs {
	padding: 4rem 0;
}
.short-spec {
	padding-bottom: .5em;
}
.design-specs h2 {
	margin-bottom: 1em;
}
.design-specs h5 {
	margin-bottom: .25em;
}
.design-specs ul {
	padding-left: 1rem;
	margin-bottom: 2em;
}
.design-specs ul:last-of-type {
	margin-bottom: 1;
}
.design-specs ul li {
	list-style: disc;
	font-size: 0.9375rem;
	line-height: 2;
}
.design-specs p {
	font-size: 1rem;
	line-height: 2;
	font-weight: 400;
	color: #555;
	margin-bottom: .25em;
}
.contact-widget {
	background: #4AB9EB;
	position: relative;
}
.contact-widget .center-wrap {
	position: absolute;
}
.contact-widget .list-wrap {
	margin-bottom: 0;
}
.woocommerce .design-specs a.button {
	font-size: 0.9375rem;
	color: #fefefe;
	padding: 1em;
	margin-top: 1em;
}
.woocommerce .design-specs a.button:hover {
	
}
.center-wrap {
	text-align: ;
	width: ;
	height: 100%;
	/* position: absolute; */
	/* display: block; */
	top: 0;
	bottom: 0;
}
.center-inner {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
}
section.contact-widget p {
	font-family: 'MonstroSolid','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.5rem;
	line-height: 1.15;
	font-weight: 900;
	color: #a98911;
	text-transform: uppercase;
	margin-bottom: 0;
}
section.contact-widget a.button {
	background: #222;
	font-weight: 900;
	font-size: 1.5rem;
	color: #4AB9EB;
	padding: 1rem 1.25rem;
}
section.contact-widget a.button:hover {
	background: #222;
	color: #4AB9EB;
	padding: 1rem 1.25rem;
}
.pre-footer {
	background: transparent;
	padding: 5rem 4% 5rem;
}
.pre-footer h5 {
	font-size: 3rem;
	line-height: 0.7;
	color: #fff;
	margin-bottom: 1em;
}
.logo-row {
	margin-bottom: 2em;
}
.pre-footer .logo {
	width: 5.5rem;
}
.pre-footer .logo-row a {
	float: left;
}
.contact-cta {
	padding-top: 0;
}
div.contact-cta a.button {
	padding: 1rem 1.25rem;
	color: #222;
}
/* Foot */
footer {
	background-color: #ffffff;
	position: relative;
	background-image: url("/wp-content/themes/blandinomasterworkshops/images/Blandino-Flower.svg");
	background-repeat: no-repeat;
	background-position: bottom -5rem left 10%;
	background-size: contain;
}
.foot {
	width: 100%;
	position: relative;
	padding: 2rem 4%;
	bottom: 0;
}
#copy {
	font-size: .875rem;
	color: #222222;
	font-weight: 500;
	line-height: 1;
	padding: 1rem 0;
}
/*
.navbar {
	width: 100%;
	position: relative;
}
.navbar #menu-main-nav {
	padding: .75rem 0;
}

.navbar .menu {
	z-index: 10;
}
.menu-main-menu-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-main-nav {
	margin: 0;
}
*/
#menu-footer-menu {
	float: right;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding: 0;
}
#menu-footer-menu li {
	padding: 0px;
	display: block;
	/*border-left: 2px solid #777;*/
	vertical-align: middle;
}
#menu-footer-menu li:first-child {
	border: none;
}
#menu-footer-menu li .last {
	padding-right: 0;
}
#menu-footer-menu li a, #menu-footer-menu li a:visited {
	height: auto;
	padding: 1rem .75em;
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: #111111;
	line-height: 1;
	text-decoration: underline;
}
#menu-footer-menu > li > a, #menu-footer-menu .menu > li > a:visited {
}
#menu-footer-menu li.menu-item-has-children:hover {
	background: transparent;
}
#menu-footer-menu li a:hover,  #menu-footer-menu li.selected a .navbar > li.current-menu-item > a {
	transition: all .3s;
	color: #4AB9EB;
	background: transparent;
}
#menu-footer-menu li a:active {
	color: ;
}
#menu-footer-menu li.selected a {
	/*background: #444;
	color: rgba(256, 256, 256, 0.8);*/
}
#menu-footer-menu li:first-child a {
	  margin-left: ;
}
footer .navbar li a, footer .navbar li a:visited {
	font-size: 1rem;
	line-height: 3;
	color: #fff;
	color: #d99b66;
	color: #4AB9EB;
}
footer .navbar li a:hover {
	color: #4AB9EB;
	color: #4AB9EB;
}
/* --------------------------------------------------------------------------

	[ XX. INSTAGRAM SECTION ]
	
-------------------------------------------------------------------------- */
#instagram {
	padding-top: ;
	background: rgba(196, 190, 184, 0);
}
#instagram-hero {
	width: 100%;
	background-size: cover;
	padding: 2px 0 40px;
	border: none;
	text-align: right;
	background: rgba(196, 190, 184, 0);
}
#instagram-hero h3 {
	font-size: 36px;
	text-transform: lowercase;
	color: #a79f90;
	color: rgba(216, 208, 193, 1);
	display: inline;
	color: rgba(186, 180, 175, 1);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
	vertical-align: middle;
	margin-left: 10px;
	text-align: right;
}
#instafeed img {
	width: 100%;
	padding: 1px;
}
#instafeed a {
	width: 16.16666666666667%;
	width: 19.5%;
	width: 31.33%;
	height: auto;
	display: block;
	float: left;
	margin: 1%;
}
.instagram-camera-icon {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin-top: 8px;
}
.instafeed-image-square {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.instafeed-image-square img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.instafeed-image-square.with-background {
  background-size: cover;
  background-position: center;
}
/* 
@media screen and (max-width: 1200px) {
	#instafeed a {
		width: 32.83%;
		width: 24.5%;
		height: auto;
		display: block;
		float: left;
		margin: .25%;
	}
}
@media screen and (max-width: 1024px) {
	#instafeed a {
		width: 32.83%;
		width: 24.5%;
		height: auto;
		display: block;
		float: left;
		margin: .25%;
	}
}
@media screen and (max-width: 800px) {
	#instafeed a {
		width: 32.83%;
		width: 49.5%;
		height: auto;
		display: block;
		float: left;
		margin: .25%;
	}
}	
*/
/*======================================================================== 
	FEATURE 
========================================================================*/
#featured-products {
	background-color: transparent;
}
#featured-products .woocommerce.columns-2 ul.products li.product {
	width: 48.85%;
}
#featured-products .woocommerce ul.products li.product {
	margin: 0 2.25% 2.992em 0;
}
#featured-products .woocommerce ul.products li.last {
	margin-right: 0;
}
.featured_content {
	padding: 5rem 5%;
	background: transparent;
	position: relative;
}
@media screen and (max-width: 768px) {
	.featured_content {
		padding: 0 5% 2.5rem;
	}
}
.benefit-item {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.benefit-item:first-of-type {
	border-left: 3px solid #EB4AB9;
}
.benefit-item:nth-of-type(2) {
	border-left: 3px solid #FFE139;
}
.benefit-item:last-of-type {
	border-left: 3px solid #4AEB7C;
	border-right: 3px solid #4AB9EB;
}
.benefit-item--blue:first-of-type {
	border-left: 3px solid #4AB9EB;
}
.benefit-item--blue:nth-of-type(2) {
	border-left: 3px solid #4AB9EB;
}
.benefit-item--blue:last-of-type {
	border-left: 3px solid #4AB9EB;
	border-right: 3px solid #4AB9EB;
}
.benefit-item--pink:first-of-type {
	border-left: 3px solid #EB4AB9;
}
.benefit-item--pink:nth-of-type(2) {
	border-left: 3px solid #EB4AB9;
}
.benefit-item--pink:last-of-type {
	border-left: 3px solid #EB4AB9;
	border-right: 3px solid #EB4AB9;
}
.benefit-item--green:first-of-type {
	border-left: 3px solid #4AEB7C;
}
.benefit-item--green:nth-of-type(2) {
	border-left: 3px solid #4AEB7C;
}
.benefit-item--green:last-of-type {
	border-left: 3px solid #4AEB7C;
	border-right: 3px solid #4AEB7C;
}
@media screen and (max-width: 768px) {
	.benefit-item:first-of-type {
		border-left: none;
		border-top: 3px solid #EB4AB9;
	}
	.benefit-item:nth-of-type(2) {
		border-left: none;
		border-top: 3px solid #FFE139;
	}
	.benefit-item:last-of-type {
		border-left: none;
		border-right: none;
		border-top: 3px solid #4AEB7C;
		border-bottom: 3px solid #4AB9EB;
	}
	.benefit-item--blue:first-of-type {
		border-left: none;
		border-top: 3px solid #4AB9EB;
	}
	.benefit-item--blue:nth-of-type(2) {
		border-left: none;
		border-top: 3px solid #4AB9EB;
	}
	.benefit-item--blue:last-of-type {
		border-left: none;
		border-right: none;
		border-top: 3px solid #4AB9EB;
		border-bottom: 3px solid #4AB9EB;
	}
	.benefit-item--pink:first-of-type {
		border-left: none;
		border-top: 3px solid #EB4AB9;
	}
	.benefit-item--pink:nth-of-type(2) {
		border-left: none;
		border-top: 3px solid #EB4AB9;
	}
	.benefit-item--pink:last-of-type {
		border-left: none;
		border-right: none;
		border-top: 3px solid #EB4AB9;
		border-bottom: 3px solid #EB4AB9;
	}
	.benefit-item--green:first-of-type {
		border-left: none;
		border-top: 3px solid #4AEB7C;
	}
	.benefit-item--green:nth-of-type(2) {
		border-left: none;
		border-top: 3px solid #4AEB7C;
	}
	.benefit-item--green:last-of-type {
		border-left: none;
		border-right: none;
		border-top: 3px solid #4AEB7C;
		border-bottom: 3px solid #4AEB7C;
	}
}
.featured_content h3 {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 0;
	font-weight: 700;
	margin-bottom: 1rem;
}
.featured_content p {
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.single-work .featured_content h3 {
	font-weight: 800;
	color: #222;
}
#feature h3 {
	font-size: 30px;
	line-height: 1.2; 
	color: #222; 
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.single-work .featured_content {
	background: #ebebeb;
	color: #ffffff;
}
/* CTA */
#cta {
	background: #111;
	padding: 8rem 0;
	text-align: center;
}
#cta h2 {
	color: #ffffff;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 48px;
	line-height: 1.12;
	padding-bottom: .5em;
	text-shadow: 1px 1px 2px #fff;
}
#cta h3 {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 1em;
}
#cta p {
	padding-bottom: 0;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#cta .button, #cta .button:visited, #cta a.button, #cta a.button:visited {
	background: #ffffff;
	color: #111111;
}
/* CTA */
#cta {
	background: #111;
	padding: 8rem 0;
	text-align: center;
}
#cta h2 {
	color: #ffffff;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 48px;
	line-height: 1.12;
	padding-bottom: .5em;
	text-shadow: 1px 1px 2px #fff;
}
#cta h3 {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 1em;
}
#cta p {
	padding-bottom: 0;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#cta .button, #cta .button:visited, #cta a.button, #cta a.button:visited {
	background: #ffffff;
	color: #111111;
}
/* EMAIL CTA */
#email-cta {
	background: #e7e7e7;
	background: url("../images/texture-burlap.jpg") repeat;
	background: transparent;
	text-align: center;
}
#email-cta h5 {
	color: ;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 3rem;
	line-height: 1.12;
	padding-bottom: 1rem;
}
#email-cta h3 {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	padding-bottom: 1em;
}
#email-cta p {
	text-align: center;
}
#email-cta form {
	margin-top: 2.5em;
}
#email-cta input {
	width: 100%;
	margin: 0 !important;
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-right: .75rem;
	padding-left: .75rem;
	font-size: 1rem;
	display: inline;
	height: 43px;
	background-color: rgba(55, 149, 13, 0.22);
	background-color: #4AB9EB;
	background-color: transparent;
	border-width: 2px;
	border-style:  solid;
	border-color: #4AB9EB;
	border-radius: 0px;
	transition: none;
}
#email-cta .button, #email-cta .button:visited, #email-cta a.button, #email-cta a.button:visited {
	background: #4AB9EB;
	color: #fff;
	width: 100%;
	height: 43px;
	margin: 0 !important; 
	padding-top: 0; 
	padding-bottom: 0; 
	padding-right: .75em; 
	padding-left: .75em;
	line-height: 43px;
}
#email-cta .button:hover, #email-cta a.button:hover {
	background: #4ac911;
	background: #4AB9EB;
	color: #fefefe;
}
/* Dropdown Fields */
#down img {
	width: 72px;
	height: 34px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -36px;
}
.flexslider {
	max-width: ;
	margin: 0 auto !important;
	position: relative;
}
#big-3 {
	background: #f8f8f8;
	padding: 100px 0;
}
#down-button {
	width: 72px;
	height: 36px;
	border-radius: 50px 50px 0 0;
	background: url("../img/down-arrow.png") no-repeat 22px 18px #f8f8f8;
	position: absolute;
	top: -136px;
	left: 50%;
	margin-left: -36px;
	text-indent: -9999px;
}
/*========================================================================
	HOME 
========================================================================*/
/*
#home footer {
	width: 100%;
	height: ;
	clear: ;
	background: transparent;
	position: absolute;
	padding: 20px 0;
	bottom: 0;
}
*/
#home #main {
	padding-top: ;
}
.featured {
/* 	padding: 2.5em 0 0; */
}
#featured_product li {
	list-style: none;
}
#featured_product .products h2.woocommerce-loop-product__title {
	font-family: 'Manrope';
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3rem;
	text-align: left;
	padding-bottom: .5rem;
	line-height: 1.15;
	
	color: #fff;
	color: #4AB9EB;
}
#featured_product .woocommerce-product-details__short-description p {
	font-size: 1rem;
}
#featured_product .button, #featured_product .button:visited, #featured_product a.button, #featured_product a.button:visited {
/*
	background: #fff;
	color: #222;
	color: #fff;
	background: #4AB9EB;
*/
}
#featured_product button:hover, #featured_product button:focus, #featured_product a.button:hover, #featured_product a.button:focus {
/*
    background: #2e2e2e; 
    background: #fff;
    background: #4AB9EB;
    color: #222;
    color: #fefefe;
*/
}
#home .woocommerce .product-category {
	position: relative;
}
#home .woocommerce .product-category a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	/* background: url('../images/subtle-dots-black.png'), rgba(89, 89, 89, 0.35); */
	display: block;
	clear: both;
	z-index: 0;
}
#home .woocommerce ul.products li.product a {
	display: block;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#home .woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: none;
	padding: 0;
	margin: 0;
}
#home .woocommerce .product-category h2 {
	position: absolute;
	top: 50%;
	bottom: ;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 1;
	color: rgba(250, 201, 15, 1);
}
#home .woocommerce .product-category:hover a:before  {
	
}
#home .woocommerce .product-category:hover h2  {
	color: #222;
}
#home .woocommerce ul.products[class*=columns-] li.product, 
#home .woocommerce-page ul.products[class*=columns-] li.product {
	margin-bottom: 0;
	height: 30vw;
	min-height: 200px;
	max-height: 360px;
	overflow: hidden;
}
#home .woocommerce .products ul, #home .woocommerce ul.products {
	padding: 1.5rem 0;
	margin: 0;
}
/*
.alternating .mask {
	height: 200px;
}
.alternating img {
    transform: translate(0, -50%);
}
*/
.alternating.content {
	padding: 0;
}
.alternating article {
	padding: 3em 0;
	margin-bottom: ;
	position: relative;
}
.alternating article:nth-child(odd) {
	background: #fff;
}
.alternating article:nth-child(even)  {
	background: #eee;
}
.alternating .info-wrap {
	top: 0;
	bottom: 0;
	height: 100%;
	display: block;
	padding: 0 2em;
}
.alternating  .info-wrap .info-wrap-inner {
	position: relative;
	top: 0;
	transform: none;
	margin-top: 2em;
}
.alternating article .text {
	position: ;
	right: 0;
	/* display: table; */
	top: 0;
	bottom: 0;
}
.alternating article:nth-child(odd) .text {
    height: 100%;
    position: ;
    right: 0;
}
.alternating article:nth-child(odd) .image {
    float: left;
}
.alternating article:nth-child(even) .text {
    height: 100%;
    position: ;
    left: 0;
}
.alternating article:nth-child(even) .image {
    float: right;
}
.alternating .content_image_wrap img {
	padding: 0 2em;
}
.content_image_wrap {
	margin-bottom: ;
	height: 32vh;
	min-height: 25rem;
	overflow: hidden;
	position: relative;
}
.content_image_wrap img {
	width: 100%;
}
.woo-grid h2 {
	font-size: 24px;
	font-weight: 800;
}
/* --------------------------------------------------------------------------

	[ xx. Video Post ]
	
-------------------------------------------------------------------------- */
.video-post {
	padding-bottom: 3rem;
}
.video-post__section {
	margin-bottom: 1.5rem;
}
.video-post__video {
	
}
.video-post__title {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.005em;
	color: #4AB9EB;
}
.video-post__meta li {
	font-size: 1rem;
}
.video-post__meta a:hover {
	text-decoration: underline;
}
.video-post__content {
}
/* --------------------------------------------------------------------------

	[ xx. Video Post Card ]
	
-------------------------------------------------------------------------- */
.post-card {
	background: #ffffff;
	margin: 1.5rem 0;
	position: relative;
	top: 0;
}
.post-card:hover {
	top: -0.1875rem;
}
.post-card__section {
	padding: 0 1rem;
	margin: .5rem 0;
}
.post-card__image {
	padding: 0;
	position: relative;
}
.post-card__image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	clear: both;
	z-index: 0;
}
.post-card__image:after {
	content: "";
	width: 50px;
	height: 50px;
	background-size: contain;
	position: absolute;
	top: 50%;
	/* bottom: 0; */
	/* right: 0; */
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../images/play-button.svg');
	background-size: 50px 50px;
	background-repeat: no-repeat;
	display: block;
	clear: both;
	z-index: 0;
	text-align: center;
}
.post-card__title {
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.005em;
	color: #4AB9EB;
	color: #000000;
}
.post-card__meta {
/* 	padding-bottom: 2rem; */
}
.post-card__meta li, .post-card__meta li span {
	color: #000000;
	font-size: .875rem;
	text-align: left;
}
.post-card__meta a:hover {
	text-decoration: underline;
}
.post-card__content {
}
.post-card__color {
	background: #4AB9EB;
	padding: .5rem 1rem;
}
.post-card__price {
	font-size: 1.5rem;
	text-align: right;
	font-weight: 900;
	color: #000000;
	margin-bottom: 0;
}
.post-card__color--blue {
	background: #4AB9EB;
}
.post-card__color--pink {
	background: #EB4AB9;
}
/* --------------------------------------------------------------------------

	[ xx. Woo Commerce ]
	
-------------------------------------------------------------------------- */
.woocommerce .woocommerce-breadcrumb {
		background: #342e36;
		font-family: "Manrope", sans-serif;
		font-size: .875rem;
		color: #d0d0d0;
		padding: .5em 0 .5em;
		margin: 0;
		border-bottom: 1px solid #201921;
		
	}
.woocommerce .woocommerce-breadcrumb a {
			font-family: "Manrope", sans-serif;
			color: #4AB9EB;
		}
.tax-product_cat p {
	font-size: 1.25rem;
	line-height: 1.7;
	font-weight: 500;
	color: #444;
}
/* Woo Archive */
.woo-grid .column:last-child:not(:first-child),
.woo-grid .columns:last-child:not(:first-child) {
	float: left;
}
.woocommerce-loop-product__link {
	display: block;
	margin-bottom: 0;
}
.woocommerce img, .woocommerce-page img {
	margin: 0 auto;
}
.woo-grid li {
	text-align: center;
}
.woocommerce div.product {
/* 	margin-top: 1.5rem; */
	margin-bottom: 0;
	position: relative;
}
/* Product Category */
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products ul {
	display: flex;
	flex-direction: column;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
	display: flex !important;
	align-items: stretch;
}
.woocommerce ul.products li.product {
	min-height: 420px;
}
.woocommerce ul.products li.product a {
	display: flex !important;
	flex-direction: column;
}
.woocommerce ul.products li.product a .price {
	margin-top: auto;
}
/* .woocommerce ul.products li.product a, */
.woocommerce ul.products li.product a.button {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-radius: 0px;
	padding: .75rem 1.25rem;
}
/* .woocommerce ul.products li.product a:hover, */
.woocommerce ul.products li.product a.button:hover {
	background: #4AB9EB;
	color: #fefefe;
}
/*
.woocommerce-Price-amount {
	font-weight: 500;
	font-size: 2rem;
	display: block;
	margin-bottom: .5em;
}
*/
.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px;
	border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #4AB9EB;
	color: #fff;
}
/*********************
 * 
 * Product Single 
 *
*********************/
.woocommerce-product-gallery__hero-wrap {
	position: relative;
	opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
/*
    padding-bottom: 56.25%;
    overflow: ;
    height: 60vh;
*/
}
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper {
/*
    padding-left: 0;
    overflow: visible;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 54.6%;
    z-index: -1;
*/
}
.woocommerce-product-gallery__wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: table;
	clear: both;
	z-index: 0;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	position: absolute;
	width: 33.33%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 2.5%;
}
@media screen and (max-width: 960px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 50%;
		padding: 5%;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		position: relative;
	}
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}
.woocommerce div.product p.stock {
    font-size: 1rem;
    font-weight: 700;
    color: #ff5f5f;
    margin-bottom: .5rem;
}
/* Product Hero */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	padding-left: 0;
	overflow:  visible;
	height: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
	padding: 0;
	position: relative;
	top: 0;
	transform: none;
}
/* Product Summary */
/*
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 100%;
	float: none;
	clear: none;
}
*/
.woocommerce div.product .product_title {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	color: #fefefe;
}
.woocommerce-product-details__short-description {
	margin-bottom: 1rem;
}
.woocommerce-product-details__short-description p {
	font-size: ;
	font-weight: ;
}
.woocommerce-Tabs-panel--description ul, .woocommerce-product-details__short-description ul {
	padding-left: 1.35rem;
	margin-top: 1em;
	margin-bottom: 2rem;
}
.woocommerce-Tabs-panel--description ul li,
.woocommerce-product-details__short-description ul li {
	list-style: disc;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	color: #2e282f;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #4AB9EB;
	font-size: 1.5em;
	margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: -.033em;
}
.product_meta .posted_in {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.product-summary__meta {
		margin-bottom: 1rem;
	}
.product-summary__meta li {
			font-size: 1rem;
			color: #ffffff;
			display: inline-block;
			padding: 0 .25rem;
		}
.product-summary__meta li:after {
				content: "|";
				margin: 0 .5rem;
			}
.product-summary__meta li:last-of-type::after {
				content: "";
			}
/*.woocommerce-loop-product__title*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 1.5rem;
}
.woocommerce ul.products li.product .price {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	text-align: right;
	font-weight: 900;
	color: #000;
	background: #4AB9EB;
	padding: .5rem 1rem;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.25rem;
	color: #000000;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
/* Category Links */
.woocommerce-categories {
	text-align: center;
	margin-bottom: 2rem;
}
.woocommerce-categories .woocommerce-product-category-page {
	display: inline-block;
	padding: 0 1rem;
	border-right: 2px solid #eee;
}
.woocommerce-categories .woocommerce-product-category-page:last-of-type {
	border-right: none;
}
.woocommerce-categories .woocommerce-product-category-page a {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #2e2e2e;
}
.woocommerce-categories .woocommerce-product-category-page a:hover {
	color: #4AB9EB;
}
/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul {
	border-top: 1px solid #ddd;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
.woocommerce-MyAccount-navigation-link {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation-link a {
	width: 100%;
	padding: .5rem .5rem;
	display: block;
	background: transparent;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #4AB9EB;
	color: #fefefe;
	font-size: 1rem;
	font-weight: 600;
}
.woocommerce-MyAccount-navigation-link  a:hover {
	background: #4AB9EB;
	color: #fff;
}
#my-account #hero:before {
	background: transparent;
}
/*
#my-account .full-width-hero  {
	height: 250px;
	background: #fff;
	background-image: none !important;
}
*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce-account .addresses .title h3 {
	font-size: 1.125rem;
}
.woocommerce-account .addresses .title .edit {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
}
.woocommerce-Address address {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce table.shop_table td {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.8125em;
	color: inherit;
}
.woocommerce-EditAccountForm p, .woocommerce-EditAccountForm label {
	font-size: 1rem;
}
.woocommerce-EditAccountForm p em {
	font-size: .75em;
}
.woocommerce-EditAccountForm fieldset {
	margin-top: 1em;
}
.woocommerce-EditAccountForm fieldset legend {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
}
.woocommerce .addresses div {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce-account .addresses .title {
	margin-top: 1em;
}
/* Cart */
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody tr td, .woocommerce table.shop_table tbody tr th {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.woocommerce table.shop_table th {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
	font-size: .8125rem;
	text-transform: capitalize;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	font-size: 1rem;
}
.woocommerce-form__label-for-checkbox span {
	font-size: 1rem;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	display: block;
}
.woocommerce ul#shipping_method li label {
	font-size: 1rem;
}
.payment_method_stripe label {
	display: ;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	float: ;
	display: inline-block;
}
.woocommerce ul.order_details li strong {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* Buttons */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .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] {
	font-size: 11px;
	background: #444; 
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #4AB9EB;
	margin-right: .25em;
	font-size: 11px;
	font-size: .75em;
	color: #fefefe;
	border-radius: 0px;
}
.woocommerce #respond input#submit:last-of-type, .woocommerce a.button:last-of-type, .woocommerce button.button:last-of-type, .woocommerce input.button:last-of-type {
	margin-right: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #4AB9EB;
	color: #fefefe;
}
#stripe-payment-data p {
	font-size: .8125rem;
}
.woocommerce a.button.alt {
	width: 100%;
	padding: 1.5em 0;
	font-size: 1.25rem;
}
/* Error Messages */
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	font-size: .875rem;
}
.woocommerce-notice {
	font-size: .875rem;
}
/* Login/Register */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	margin-top: 1em;
}
.woocommerce p {
	/* font-size: 1.125rem; */
}
/* Product Add-Ons */
.single_variation_wrap p, .pewc-groups-standard p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.single-product form.cart .pewc-product-extra-groups li input[type="file"] {
	font-size: .75rem;
}
.pewc-group-wrap {
	margin-bottom: 1em;
}
.pewc-group-wrap .pewc-product-extra-groups li {
	background: #f8f8f8;
	padding: .5rem;
	margin: 0;
}
.pewc-group-wrap.pewc-group-wrap-472 .pewc-product-extra-groups li {
	background: transparent;
}
.pewc-group-heading-wrapper {
	display: none;
}
.pewc-product-extra-groups {
	
}
.pewc-product-extra-groups li {
	/* margin-bottom: .5em; */
	min-height: 35px;
	line-height: 35px;
}
.pewc-group-checkbox label {
	/* display: inline; */
	padding-left: .5em;
	vertical-align: middle;
}
li.pewc-group label .pewc-field-price {
	float: none;
	padding-left: .5em;
}
.pewc-group small {
	line-height: 1.5;
}
.pewc-item-upload {
	background: #eee;
	padding: 1rem 1.25rem;
	margin: 1em 0;
	border: 2px solid #cdcdcd;
	border-radius: 8px;
}
.pewc-total-field-wrapper p {
	margin-bottom: .5em;
}
.pewc-description {
	font-size: 1rem;
}
.pewc-group .pewc-item-field-wrapper .pewc-calculation-price-wrapper {
	/* float: right; */
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
.pewc-group .pewc-item-field-wrapper .pewc-description {
	padding-top: .33em;
	font-size: 75%;
	line-height: 1.25;
	width: 75%;
}
.pewc-product-extra-groups .pewc-group-number .pewc-item-field-wrapper,
.pewc-product-extra-groups .pewc-group-calculation .pewc-item-field-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}
.pewc-product-extra-groups .pewc-group-number .pewc-item-field-wrapper .pewc-field-label,
.pewc-product-extra-groups pewc-group-calculation .pewc-item-field-wrapper .pewc-field-label {

}
.pewc-product-extra-groups .pewc-group-number .pewc-item-field-wrapper .pewc-form-field,
.pewc-product-extra-groups .pewc-group-calculation .pewc-item-field-wrapper .pewc-calculation-field-wrapper {
	width: 60%;
	margin-left: auto;
}
/* Related Products | Upsells | Cross sells */
section.products {
	max-width: 90rem;
	padding: 3rem .9375rem;
	margin: 0 auto;
	text-transform: capitalize;
	color: #fefefe;
	letter-spacing: .0625em;
	letter-spacing: 0;
}
section.products h2 {
	text-align: center;
	color: #fefefe;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.cross-sells h2 {
	font-size: 1.5rem;
}
/* Cart */
dl.variation {
	font-size: .75rem;
}
.woocommerce td.product-name dl.variation p {
	font-size: .75rem;
}
.cart_totals h2 {
	font-size: 1.5rem;
}
/*========================================================================
	
	WOOCOMMERCE PRICING 
	
========================================================================*/
ul.pricing-table {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin-bottom: 8rem;
}
.price-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 0 auto;
}
.price-card__inner{
	background: #333;
	margin: 5%;
	padding: 10% 2.5% 2.5%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 0 auto;
	border-radius: 1rem;
}
.price-card__image {
	width: 25%;
	margin: 0 auto;
}
.price-card__content {
	height: 100%;
	padding: 10% 10% 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
}
.price-card__content h2 {
	flex-grow: 0;
	font-size: 1.75rem;
}
.price-card__content .woocommerce-product-details__short-description {
	margin: 1rem 0 1rem;
	padding: 2rem 0 0;
/* 	border-bottom: 2px solid #555555; */
	border-top: 2px solid #555555;
}
.price-card__content .woocommerce-product-details__short-description p {
	font-size: 1rem;
}
.price-card__content .price-card__content__price {
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
	margin: 0 0 1rem;
}
.price-card__content .price-card__content__price .price {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	border-radius: 1rem;
}
.price-card__content .amount {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -.033em;
	color: #4AB9EB;
	line-height: 1.15;
}
.subscription-details {
	font-size: .975rem;
	font-weight: 700;
}
.price-card__content .button-wrap {
	display: flex;
	align-items: flex-end;
/* 	flex-grow: 1; */
}
.price-card__content .button {
	margin-top: auto;
}
/*========================================================================
	
	WOOCOMMERCE DATA TABS
	 
========================================================================*/
.bmw-data-tabs {
	background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: none;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 2.5%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 1.5rem 1rem 1.375rem;
    font-size: 1rem;
    font-weight: 700;
    color: #aaaaaa;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #EB4AB9;
    text-shadow: inherit;
    border-bottom: .25rem solid #EB4AB9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #EB4AB9;
    border-bottom: .25rem solid #EB4AB9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    content: " ";
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.tabs__header {
	background: #FFFFFF;
}
.tabs__body {
	background: #F5F5F5;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 4rem 2% 2%;
    
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #333333;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #333333;
}
/*========================================================================
	
	WORK 
	
========================================================================*/
#gallery {
	height: 100%;
	width: 100%;
	padding: 0;
}
#gallery img {
	width: 16.6667%;
	max-width: 100%;
	padding: 0;
	float: left;
	-webkit-transition: grayscale 0.5s ease;
	-webkit-filter: grayscale(100%);
}
#gallery img:hover {
	/*filter: alpha(opacity=80);*/
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: grayscale 0.5s ease;
	-webkit-filter: grayscale(0%);
}
#portfolio article img {
	max-width: 100%;
	padding-bottom: 1%;
	-webkit-transition: opacity 0.3s ease-in;
}
#video-wrapper {
	width: 60%;
	max-width: 100%;
	padding: 0 2% 1% 1%;
	box-sizing: border-box;
}
#portfolio aside {
	/*float: right;*/
}
#portfolio aside p {
	padding: 1% 0 inherit;
}
#page-head {
	padding: 4% 0;
	background: #eee;
	padding-top: 86px;
}
#details {
	border-top: 2px solid #2c2c2c;
	margin-top: 2%;
	position: ;
	top: 1em;
}
#details h3 {
	padding-top: 1em;
}
#work img {
	width: 100%;
	max-width: 100%;
	float: left;
}
.single-work #work img {
	padding: 1em 0;
}
.gallery_wrap {
	width: 33.33%;
	float: left;
	padding: 4px;
	margin: 2px 0px 2px 0px;
	display: block;
	opacity: .75;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.gallery_wrap:hover {
	opacity: 1;
	-webkit-transition: grayscale 0.5s ease;
	-webkit-filter: grayscale(100%);
}
.gallery_wrap img {
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#work figure {
	position: relative;
    float: left;
    width: 20%;
    background: rgba(237, 97, 42, 1)
}
/* WORK WIDGET */
#work_widget {
	background: transparent;
}
#work_widget h3 {
	color: #f8f8f8;
	text-align: center;
	text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.5rem;
}
#work_widget a img {
	opacity: .85;
}
#work_widget a:hover img {
	opacity: 1;
}
.work_widget_inner {
	padding: 0 16vw;
}
/* WORK GALLERY */
#services_grid {
	margin-bottom: 5rem;
	padding: 0 10%;
}
.services_grid .row {
	max-width: 90%;
}
.service_wrap {
	/*position: relative;
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0;*/
    background: rgba(237, 97, 42, 1);
    background: transparent;
    -webkit-backface-visibility: hidden;
    padding: 3%;
}
.service_wrap a {
	display: block;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.service_wrap img {
	width: 100%;
	max-width: 100%;
	float: left;
	opacity: 1;
	overflow: hidden; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transform:scale(1); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
}
.service_wrap a:hover img {
	/*-webkit-transform:scale(2); /* Safari and Chrome *
    -moz-transform:scale(2); /* Firefox *
    -ms-transform:scale(2); /* IE 9 *
    -o-transform:scale(2); /* Opera *
     transform:scale(2);*/ /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 200ms ease-out;
    -webkit-backface-visibility: hidden;
}
.service_wrap a:hover .vertcenter h2 span {
	background: transparent; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 200ms ease-out;
    -webkit-backface-visibility: hidden;
}
.svcHhover {
	height: 18%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* top: 0; */
	padding: 5%;
	margin: 0;
    background: rgba(255, 255, 255, 0.9);
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	/* opacity: 0; */ /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 500ms ease-in-out;
}
a.tint:hover .svcHhover {
	/* opacity: 1; */ /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 700ms ease-in-out;
    -webkit-backface-visibility: hidden;
    height: 100%;
}
.vertcenter {
	position: relative;
	top: 50%;
	/* IE 9 */
	/* Safari */
	transform: translateY(-50%);
	width: 100%;
	padding: 0; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 500ms ease-in;
}
a.tint:hover .vertcenter {
	top: 50%;
	/* IE 9 */
	/* Safari */
	transform: translateY(-50%); /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 700ms ease-in-out;
}
.vertcenter h2 {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
    text-transform: none;
    font-size: 3vw;
    line-height: 1;
	color: rgba(26, 78, 157, 0.85);
	margin: 0;
	padding: 0;
}
.vertcenter h2 span {
	padding: 0;
    -webkit-backface-visibility: hidden;
}
.vertcenter h3 {
	font-size: 1.5rem;
	color: #f8f8f8;
	display: none;
}
.vertcenter p {
	position: absolute;
	padding-top: .5em;
	font-size: 1.75rem;
	font-weight: 600;
	color: rgba(26, 78, 157, 0.85);
	color: #222;
	text-transform: none;
	opacity: 0; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 500ms ease-in;
    transform: translateY(100%);
    transition-delay: opacity 300ms;
}
a.tint:hover .vertcenter p {
	opacity: 1; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
 transition: all 700ms ease-out;
    transform: translateY(0%);
    transition-delay: opacity 300ms;
}
/* END WORK GALLERY */
/*========================================================================
	FORMS (CONTACT)
========================================================================*/
form {
	width: 100%;
}
fieldset {
	max-width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
label {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	/* font-size: .8125rem; */
	text-transform: uppercase;
	color: #fefefe;
	letter-spacing: .0625em;
	font-weight: 700;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
textarea, 
input.wpcf7-form-control.wpcf7- {
	background: #eee;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.5rem;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: inherit;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.65);
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
/*
select {
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	background: transparent !important;
}
*/
.dropdown {
	background: url("../images/dropdown-arrow.png") no-repeat right #e9e9e9;
	width: 100%;
	height: 40px;
}
optgroup {
	background: transparent !important;
	-webkit-appearance: none;
}
option {
	background: transparent;
}
.option {
	background: #ff6937;
}
input:focus, textarea:focus {
	background: #f8f8f8;
	color: #181818;
	transition: all .5s, font-size 0s;
}
#textarea {
	max-width: 100%;
	height: auto;
	resize: none;
	padding: .8em;
	margin: 0;
	border: none;
}
.submitbutton {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1.4em 1.4em 1.2em;
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #111;
	border: none;
	letter-spacing: .075em;
	font-size: 14px
}
.submitbutton:hover {
	color: #fff;
	cursor: pointer;
	background: #111;
}
.submitbutton:active {
	color: #fff;
	cursor: pointer;
	position: relative;
	top: 2px;
	background: #111;
}
.address span {
	font-weight: 700;
}
#wpcf7-f27-p23-o1 .button {
	float: left;
	margin-top: 1rem;
}
#wpcf7-f27-p23-o1 input, #wpcf7-f27-p23-o1 textarea {
	margin-bottom: 1rem;
}
/*========================================================================
	* THANK YOU *
========================================================================*/
#thanks .thanks {
	max-width: 600px;
	margin: 50px auto 200px auto;
	text-align: center;
}
#thanks .thanks h2 {
	margin: 0 auto 20px auto;
}
#thanks .thanks p {
	max-width: 460px;
	margin: 0 auto 10px auto;
	text-align: center;
}
/*========================================================================
	* 404 * 
========================================================================*/
#youbrokeit img {
	max-width: 708px;
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	display: block;
}
/* ========================================================================
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



	
	* MEDIA QUERIES * 




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
======================================================================== */
/* Large screens ----------- */
@media  screen  and (max-width : 1920px) {
	/* Styles */
	
	/* Typography/Hero
	-----------------------------*/
	#woo-hero .title h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	p {
		font-size: 1.125rem;
	}
	.woocommerce-product-details__short-description ul li {
		font-size: 1.125rem;
	}
	

	/* Buttons
	-----------------------------*/
	.button, .button:visited, a.button, a.button:visited {
		font-size: 13px;
	}
	#home .full-width-hero {
		height: ;
		min-height: 100%;
	}
}
/* Desktops and laptops ----------- */
@media  screen  and (max-width : 1440px) {
	/* Styles */
	

	/* Navigation
	-----------------------------*/
	.navbar #menu-main-nav {
		margin: 0;
	}
	.navbar li a, .navbar li a:visited {
		font-size: 1rem;
	}
	.navbar li a, .navbar li a:visited {
		font-size: .9375rem;
		padding: 0 .75rem;
	}
	.featured_content h3 {
		font-size: 1.5rem;
	}
	
	/* Typography/Hero
	-----------------------------*/
	.featured_content h3 {
		font-size: 1.5rem;
	}
	h1 { 
		font-size: 3rem; 
	}
	h2 { 
		font-size: 2.5rem; 
	}
	h3 { 
		font-size: 1.875rem; 
	}
	h4  {
		font-size: 1.5rem;
	}
	h5  {
		font-size: 1.5rem;
	}
	p {
		font-size: 1rem;
		margin-bottom: 1rem; 
	}
	.woocommerce-product-details__short-description ul li {
		font-size: 1rem;
	}
	#home .full-width-hero {
		min-height: 100%;
	}
	#hero .title h1 {
		font-size: 4.5rem;
	}
	#home .woocommerce .product-category h2 {
		font-size: 3rem;
	}
	.woocommerce .woocommerce-breadcrumb {
		font-size: .875rem;
	}
	.woocommerce div.product .product_title {
		font-size: 2rem;
	}
	.design-specs p {
		font-size: 0.9375rem;
	}
	section.contact-widget p {
		font-size: 2.5rem;
	}
	.single_variation_wrap p, .pewc-groups-standard p {
		font-size: 1rem;
	}
	label {
		font-size: .8125rem;
	}
	/* Navigation
	-----------------------------*/
	.navbar li a, .navbar li a:visited {
		font-size: 1rem;
	}.navbar .menu > .menu-item > .sub-menu > li a {
		font-size: .875rem;
	}
	
}
/* Desktops and laptops ----------- */
@media  screen  and (max-width : 1140px) {
	footer .navbar ul {
		float: none;
	}
}
/*------------------------------ 
	Tablets and iPads 
------------------------------*/
@media screen and (max-width: 1024px) {
	/* Layout
	-----------------------------*/
	.content {
		padding: 2rem 0 2rem;
	}	
	
	/* Typography/Hero
	-----------------------------*/
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.75rem;
	}
	p {
		font-size: 1rem;
		margin-bottom: 1rem; 
	}
	
	/* Home
	-----------------------------*/
	#position {
		height: 400px;
	}
	#big-cta {
		width: 320px;
	}
	#big-3 article {
		width: 100%;
		padding-bottom: 30px;
	}
	.contact-widget .list-wrap {
		margin-bottom: 1em;
	}
	section.contact-widget p {
		font-size: 2.25rem;
	}

	/* Contact
	-----------------------------*/
	form .col-4 {
	}
}
/*------------------------------ 
	Tablet Landscape
------------------------------*/
@media screen and (max-width: 960px) {
	
	#home .woocommerce ul.products[class*=columns-] li.product, 
	#home .woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 0;
		height: 30vw;
		min-height: auto;
		overflow: hidden;
	}
	#home .woocommerce ul.products li.product a {
		display: block;
		height: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	
	
	
	
	
	
	
	
	
	
	
}
/*------------------------------ 
	Tablet Portrait
------------------------------*/
@media screen and (max-width: 48rem) /* 768px */ {
	p {
		font-size: 1rem;
	}
	.content li {
	}
	.woocommerce-product-details__short-description ul li {
		font-size: 1rem;
	}
	.alternating .info-wrap {
		padding: 0 2rem;
	}
	.alternating .content_image_wrap {
		height: 20vh;
		min-height: 15rem;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.25rem;
	}
	
	/* Single Product */
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		height: 20rem;
		overflow: hidden;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
		padding: 0;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	/*========================================================================
		PRICING 
	========================================================================*/
	ul.pricing-table {
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	.price-card__content h2 {
		flex-grow: 0;
		font-size: 2.5rem;
	}


	
	/* My Account */
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 2em;
	}
	
	
	
	

	
	/* Hero */
	#home .full-width-hero {

	}
	#hero .title h1 {
		font-size: 4rem;
	}
	#woo-hero .title h1 {
		font-size: 4rem;
	}
	.button, .button:visited, a.button, a.button:visited {
		font-size: .75rem;
	}
	.contact-cta {
		padding-top: 3rem;
	}
	.contact-widget {
		position: relative;
	}
	.contact-widget .center-wrap {
		position: relative;
	}
	.contact-widget .center {
		position: relative;
		transform: translateY(0%);
	}
	footer {
		padding: 2rem 4%;
	}
	.pre-footer {
	}
	.pre-footer .logo-row a {
		float: none;
	}
	.pre-footer .logo-row a .logo {
		margin: 0 auto;
	}
	.pre-footer__menu.navbar {
		margin: 0;
	}
	.pre-footer__menu.navbar > li > ul > li a {
		font-size: .875rem;
	}
	#menu-footer-menu {
		float: right;
	}
	#menu-footer-menu li a, #menu-footer-menu li a:visited {
		font-size: 0.75rem;
	}
	#menu-footer-menu li:first-child a {
		padding-left: 0;
	}
	#copy {
		font-size: 0.75rem;
	}
}
/*------------------------------ 
	Mobile Landscape
------------------------------*/
@media screen and (max-width: 41.6875rem) /* 667px */ {
	body {
		font-size: 1rem;
	}
	h1 {
		font-size: 2.75rem;
	}
	h2 { 
		font-size: 2rem; 
	}
	p {
		font-size: 1rem;
	}
	.woocommerce p {
		font-size: 1rem;
	}
	.menu-main-container {
		/* display: none; */
	}
	.foot-nav li {
		display: block;
		padding: 0 5px 10px;
	}
	.foot-nav {
		padding: 2em 0 1em;
	}
	.featured_content h3 {
		font-size: 1.5rem;
	}
	/* Home
	-----------------------------*/
	#home .full-width-hero {
		min-height: 100%;
	}
	#hero .title h1 {
		font-size: 3.5rem;
	}
	#page-hero .title h1 {
		font-size: 4rem;
	}
	#my-account #page-hero .title h1, #cart #page-hero .title h1 {
		font-size: 3rem;
	}
	.vertcenter p {
		font-size: 1rem;
	}
	#email-cta h5 {
		font-size: 1.5rem;
	}
	.content {
		padding: 2em 0 2em;
	}
	.full-width-hero {
		margin-bottom: .5em;
	}
	#page-hero {
		padding-top: 2.5rem;
		padding-bottom: 3.5rem;		
	}
	#home .woocommerce .product-category h2 {
		font-size: 2rem;
	}
	.woocommerce .woocommerce-breadcrumb {
		padding: .5em 0 .5em;
	}
	
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 35.5rem) /* 586px */{
	#hero .title h1 {
		font-size: ;
	}
	.vertcenter p {
		font-size: 1rem;
	}
	p {
		font-size: .8125rem;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		height: 12rem;
	}
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 25.875rem) /* 414px */ {
	#hero .title h1 {
		
	}
	.vertcenter h2 {
		font-size: 5.5vw;
	}
	.vertcenter p {
		font-size: ;
	}
	#email-cta input {
		margin-bottom: 1em;
	}
	#hero .title h1 {
		font-size: 2.75rem;
	}
	#page-hero .title h1 {
		font-size: 2.75rem;
	}
	#featured_product .products h2.woocommerce-loop-product__title {
		font-size: 1.75rem;
	}
	.woocommerce-product-details__short-description p {
		font-size: 1rem;
	}

	.woocommerce div.product .product_title {
		font-size: ;
	}
}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-width: 23.4375rem) /* 375px */{
	#hero .title h1 {
		font-size: ;
	}
	.vertcenter p {
		font-size: 1rem;
	}
	p {
		font-size: .8125rem;
	}
}
.global-nav {
  width: 100%;
  height: 40px;
  background: #111;
  position: relative;
  padding: 0;
  margin: 0;
}
.global-nav__wrap {
    max-width: 90rem;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
  }
.global-nav .logo {
    color: antiquewhite;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    padding: 0 1.5rem;
    font-family: 'Helvetica Neue','Helvetica', Arial, sans-serif;
  }
@media screen and (min-width: calc(90rem + 30px)) {
.global-nav .logo {
      font-size: 1rem
  }
    }
.global-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
.global-nav ul li {
      list-style: none;
      line-height: 1;
      font-weight: 400;
      font-style: normal;
      margin: 0;
      padding: 0;
    }
.global-nav ul li a {
        font-family: 'Helvetica Neue','Helvetica', Arial, sans-serif;
        color: antiquewhite;
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        padding: .75rem .5rem;
      }
.global-nav ul li a:hover {
          color: antiquewhite;
        }
.global-nav ul li:first-of-type a {
        color: #ffcd00;
      }
.global-nav ul li:first-of-type a:hover {
          color: antiquewhite;
        }
.global-nav ul li:nth-of-type(2) a {
        color: #4AB9EB;
      }
.global-nav ul li:nth-of-type(2) a:hover {
          color: antiquewhite;
        }
.global-nav ul li:last-of-type a {
        color: #eb4ab9;
      }
.global-nav ul li:last-of-type a:hover {
          color: antiquewhite;
        }
/* @import 'modules/_header.css'; */
/*========================================================================
	HEADER 
========================================================================*/
.mobile-nav-wrap {
	display: none;
}
.main_nav {
	width: 100%;
	position: fixed;
	z-index: 1000;
}
.site-nav {
	width: 100%;
	height: var(--site-nav-height);
	padding: 0;
	margin: 0;
	background: #201921;
	transform: translateY(0rem);	
	position: relative;
}
.site-nav__wrap {
		max-width: 90rem;
		margin: 0 auto;
	}
.nav-wrap {
	/* background: #2b2b2b;
	padding: 1rem 0; */
	display: flex;
	align-items: center;
    justify-content: center;
    position: relative;
}
.nav-up {
	transition: all 500ms ease-in-out;
	transform: translateY(-7.5rem);
}
.nav-down {
    transition: all 500ms ease-in-out;
	transform: translateY(0rem);
}
.main_nav.scrolled {
	background: rgba(255, 255, 255, .9);
	background: #2b2b2b;
}
#logo {
	max-width: 100%;
	height: var(--site-nav-height);
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	line-height: var(--site-nav-height);
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
#logo > span {
		text-transform: uppercase;
		letter-spacing: .075em;
		display: flex;
		vertical-align: middle;
		line-height: 1.15;
		margin: 0;
	}
#logo__blandino {
		margin-left: .35em;
		letter-spacing: .0125em;
	}
#logo__master-workshops {
		margin-left: .35em;
		letter-spacing: .0125em;
	}
#logo img.logo {
		height: 36px;
		max-width: 100%;
		z-index: 0;
		margin: 12px 0;
	}
/*========================================================================
	MAIN NAVIGATION 
========================================================================*/
.navbar-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	width: 100%;
	position: relative;

}
.navbar #menu-main-nav {
		padding: .75rem 0;
	}
.navbar .menu {
		z-index: 10;
	}
.navbar ul {
		padding: 0;
		float: right;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
	}
.navbar li {
		list-style: none;
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
.navbar li:first-child {
			border: none;
		}
.navbar li .last {
			padding-right: 0;
		}
.navbar li a, .navbar li a:visited {
			height: var(--site-nav-height);
			padding: 0 1rem;
			margin: 0;
			font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: 600;
			font-size: 1rem;
			color: #fefefe;
			letter-spacing: ;
			line-height: var(--site-nav-height);
			text-decoration: none;
			display: block;
			vertical-align: middle;
		}
.navbar li.menu-item-has-children:hover {
			/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); */
			background: transparent;
		}
.navbar li a:hover,  .navbar li.selected a > .navbar li.current-menu-item > a {
			transition: all .3s;
			color: #4AB9EB;
			background: rgba(94, 94, 94, 0);
		}
.navbar li a:active {
			color: ;
		}
.navbar li.selected a {
			/*background: #444;
			color: rgba(256, 256, 256, 0.8);*/
		}
.navbar li:first-child a {
				margin-left: ;
		}
.navbar li a .sub-menu a:hover {
			color: red;
		}
/* The arrow pointer
	.menu > .menu-item > .sub-menu:after {
		content: ' ';
		width: 0px;
		height: 0px;
		border-top: 0px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #ffffff;
		border-right: 10px solid transparent;
		position: absolute;
		left: 30%;
		top: 0;
		margin-top: -10px;
		margin-left: -30px;
		z-index: 5;
	} */
.navbar .menu > .menu-item > .sub-menu {
			position: absolute;
			margin: 0;
			list-style: none;
			background: #fff;
			display: none;
			min-width: 200px;
			z-index: 10;
			padding: 0;
		}
.navbar .menu > .menu-item > .sub-menu > li {
				display: inline;
			}
.navbar .menu > .menu-item > .sub-menu > li a {
					height: auto;
					background: #f5f5f5;
					padding: 1.125rem 1.25rem;
					font-size: .9rem;
					line-height: 1;
					color: #262626;
					border-bottom: 1px solid #cccccc;
				}
.navbar .menu > .menu-item > .sub-menu > li a:hover {
						background: #4AB9EB;
						color: #000;
					}
.navbar .menu > .menu-item > .sub-menu > li:last-child a {
					border-bottom: 0;
				}
.navbar .menu > .menu-item:not(.mega).open > .sub-menu {
				display: block !important;
			}
.navbar .menu > .menu-item:not(.mega).open > li {
				display: block;
			}
.navbar .menu > .menu-item:not(.mega).open > a  {
				transition: none;
				color: #4AB9EB;
				color: #444;
				background: #f5f5f5;
				border-bottom: 1px solid #cccccc;
			}
.menu-main-menu-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu-main-nav {
	margin: 0;
}
.c-navigation {
	width: 100%;
}
/* List Icon */
#nav-icon {
	display: none;
	width: 24px;
	height: auto;
	margin: 15px 1.5rem 10px 10px;
	z-index: 9999;
}
.color-bar {
	background: #fff;
	width: 100%;
	height: 2px;
	display: block;
	margin: 4px 0;
}
#nav-icon:hover .color-bar {
		background: #4AB9EB;
	}
/* Woocommerce Cart Link */
.link-to-cart { 
	/* transform: translateY(60%); */
}
.shop-tools {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1;
	height: var(--site-nav-height);
	position: relative;
}
.shop-tool-item {
	display: inline-block;
	line-height: 1;
	margin: 0 0 0 .75rem;
}
.shop-tool-item:first-child {
	margin: 0;
}
.shop-tool-item a,
.shop-tool-item a:visited {
	font-family: 'Manrope','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.8125rem;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	/* padding: 0 1.125em; */
}
.shop-tool-item a:hover {
	color: #4AB9EB;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;

}
/* transform: translateY(40%); */
.cart-contents:before {
		/* 
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;	
		content: "\f290" !important;
		font-size: 30px;
		color: #FF1493;
		*/
		content: '';
		background: url("/wp-content/themes/blandinomasterworkshops/images/icon-cart.svg");
		width: 20px;
		height: 20px;
	}
.cart-contents:hover {
    text-decoration: none;
	}
.cart-contents-count {
	color: #000;
	background: #4AB9EB;
	font-weight: bold;
	border-radius: 50%;
	padding: 1px 6px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	height: 17px;
	width: 17px;
	/* transform: translateY(-230%) translateX(145%); */
	position: absolute;
	top: -.75rem;
	left: 1rem;
	font-size: 10px;
}
.login-register {
	text-indent: -9999px;
	background: url("/wp-content/themes/blandinomasterworkshops/images/icon-account.svg") no-repeat;
	width: 18px;
    height: 18px;
    line-height: 32px;
    display: block;

}
.login-register:before {
			/* content: '';
				background: url("../images/icon-account.svg");
				width: 32px;
				height: 32px;*/
		}
/* End: Woocommerce Cart Link */
@media screen and (max-width: 1024px) {
	/* Woocommerce
	-----------------------------*/
	.login-register {
		width: 24px;
		height: 24px;
	}
	.shop-tools {
		height: 4.5rem;
	}
	.cart-contents:before {
		width: 24px;
		height: 24px;
	}
	.woocommerce .woocommerce-breadcrumb {
		font-size: .75rem;
	}
}
@media screen and (max-width: 960px) {
	/* Main Nav */
	#logo {

	}
	.menu-main-menu-container {
		display: none;
	}
	.c-navigation {
		width: 100%;
	}
	.o-container {
		width: 100%;
	}
	.nav-wrap {
		padding: .5rem 0 0;
		position: relative;
		top: 0;
		right: 0;
	}
	#nav-icon {
		display: inline-block;
		display: block;
		position: absolute;
		right: 0;
	}
	.navbar ul {
		float: none;
		text-align: center;
	}
	.navbar li a, .navbar li a:visited {
		padding: .5rem .5rem 1rem;
		font-size: .8125rem;
		line-height: 3.4rem;
		/* height: 2.25rem; */
		vertical-align: middle;
		line-height: .8125rem;
	}
	.navbar .menu > .menu-item:not(.mega).open > .sub-menu {
		text-align: left;
	}
	.nav-up {
		transform: translateY(-7.3125rem)
	}
	.shop-tools {
		height: 6rem;
		padding: 0 1.5rem.5rem;
		position: absolute;
		top: 0;
		left: 0;
	}
	.shop-tool-item a, .shop-tool-item a:visited {
		font-size: 0.75rem;
	}
	.main {
		padding-top: ;
		margin-bottom: 0rem;
	}



	.mobile-nav-wrap {
		display: block;
	}
	#menu-mobile-menu {
		height: 100%;
		vertical-align: middle;
		display: table-cell;
	}
	.navbar .menu ul {
		visibility: hidden;
		top: -10%;
		width: 100%;
		padding: 0;
		opacity: 0;
		display: table-cell;
		vertical-align: middle;
		/*
		-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		*/
	}
	.navbar .menu li {
		padding: 0px;
		display: block;
		vertical-align: middle;
		height: auto;
	}
	.navbar .menu li a, .navbar .menu li a:visited {
		padding: .5em;
		margin: 0;
		font-family: 'Manrope', sans-serif;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0;
		color: #262626;
		text-transform: capitalize;
		display: block;
		text-decoration: none;
		/*
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
		vertical-align: middle;
		cursor: pointer;
		*/
	}
	.navbar .menu li a:hover, nav li.selected a, nav li a:active {
		/*
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
		*/
			color: ;
			background: #4AB9EB;
	}
	.nav_bg {
		position: fixed;
		overflow: hidden;
		top: 0;
		background: transparent;
		text-align: left;
		display: table;
		/*
		-webkit-transition: background 500ms ease;
		-moz-transition: background 500ms ease;
		transition: background 500ms ease;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
		*/
		z-index: 1000;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		height: 100%;
		width: 100%;
		text-align: center;
		z-index: 1000;
		box-shadow: none !important;
		visibility: hidden;
		height: 100vh;
			position: fixed;
			top: 0!important;
	}

	/* Show-Nav */
	body.show-nav {
		overflow: hidden !important;
	}
	.show-nav #logo {
		color: #f8f8f8;
		color: #ff682d;
	}
	.show-nav .nav_bg {
		background: rgba(236, 89, 0, 0.96);
		background: rgba(13, 9, 7, 0.96);
		background: rgba(243, 243, 243, 0.97);
		visibility: visible;
		display: table;
		/*
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
		*/
	}
	.show-nav nav ul {
		top: 0;
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		/*
		-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
		*/
	}
	.show-nav .navbar {
		background: transparent;
		transition: all 0.4s ease;
	}
	.show-nav .color-bar {
		background: #4AB9EB;
	}
	.show-nav #nav-icon .color-bar {
		background: #2b2b2b;
	}
	.show-nav #nav-icon:hover .color-bar {
		background: #4AB9EB;
	}
	.show-nav .navbar ul, .show-nav .navbar li, .show-nav .navbar li a, .show-nav .navbar li a:visited, nav li.selected a, .show-nav nav li a:active {
		transition: 0;
		height: auto;
	}
}
@media screen and (max-width: 35.5rem) /* 586px */ {

	.shop-tools {
		padding: 0 1.5rem.5rem;
	}

	.login-register {
		width: 18px;
		height: 18px;
	}

	.cart-contents:before {
		width: 18px;
		height: 18px;
	}

	.cart-contents-count {
		padding: 2px 5px;
		line-height: 1.5;
		height: 15px;
		width: 15px;
		top: -.5rem;
		left: .75rem;
		font-size: 9px;
	}

}
/*------------------------------ 
	Mobile Portrait
------------------------------*/
@media screen and (max-height: 30rem) and (max-width: 41.6875rem) /* 480px */{
	.navbar .menu li a, .navbar .menu li a:visited {
		padding: 2.5vh;
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 23.4375rem) /* 375px */{
	.navbar .menu li a, .navbar .menu li a:visited {
		padding: .5em;
		font-size: 1.75rem;
	}
}
/*======================================================================== 
	HERO 
========================================================================*/
#hero {
	width: 100%;
	height: 100%;
	max-height: 500px;
	min-height: 300px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background: transparent;
	margin-bottom: 3rem;
	max-width: 100%;
	margin: 0 auto 3rem;
	display: block;
	position: relative;

}
#hero .message {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
#hero .title {
		width: 100%;
		height: auto;
		text-align: left;
		width: 100%;

	}
#hero .title .page-title {
			padding: 0;
			margin: 0;
			font-family: 'Manrope';
			font-size: 4rem;
			font-weight: 900;
			color: #ffffff;
			line-height: 1.15;
			font-weight: 800;
			text-align: left;
			letter-spacing: 0;
			text-transform: capitalize;
			text-shadow: none;
			display: inline-block;
			padding: 0;
			margin: 0 0 .25em;
			
		}
@media screen and (max-width: 960px) {
#hero .title .page-title {
				font-size: 3rem
			
		}
			}
@media screen and (max-width: 48rem) /* 768px */ {
#hero .title .page-title {
				font-size: 2.5rem
			
		}
			}
#hero .title p {
			font-size: 1rem;
			color: #ffffff;
			text-align: left;
			width: 75%;
			margin-bottom: 0;
		}
#page-hero .title h1 {
	padding: 0;
	margin: 0;
	font-family: 'Manrope';
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 900;
	color: #eee;
	text-transform: capitalize;
	text-align: center;
	/* text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
}
#woo-hero .title h1 {
	padding: 0;
	margin: 0;
	font-family: 'Manrope';
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 900;
	color: #4AB9EB;
	text-transform: capitalize;
	text-align: center;
	/* text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
}
.full-width-hero {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background: #111111;
	margin-bottom: 0;
	max-width: 100%;
	margin: 0 auto;

}
.full-width-hero--page:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background: rgba(51, 51, 51, 0.5);
            display: table;
            clear: both;
            z-index: 0;
        }
.full-width-hero.woocommerce-products-header {
        background: transparent !important;
    }
.single-video .full-width-hero {
	width: 100%;
	height: 100%;
	max-width: 75rem;
}
.post-type-archive-product .full-width-hero {
	margin-bottom: 2em;
}
/* OLD
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
*/
/*
.embed-container {
	margin: 0 auto;
	height: 100vh;
	text-align: center;
	overflow: hidden;
	max-width: 178vh;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	width: 100%; 
	height: 100%; 
}
*/
.embed-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
#home #hero {
	margin: 1.5rem 1.5rem 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 100%;
	max-height: 75vh;
	padding-top: 56.25%;
    padding-top: calc(100vh - 100px);
	background: transparent !important;

}
#home #hero .message {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
#home #hero .full-width-hero {
        width: 100%;
        height: calc(100vh - 188px);
        min-height: 37.5rem;
        margin: 0;

    }
#home #hero .full-width-hero:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            /* background: url('../images/subtle-dots-black.png'), rgba(89, 89, 89, 0.35); */
            display: table;
            clear: both;
            z-index: 0;
        }
#home #hero .title {
        text-align: center;

    }
#home #hero .title .page-title {
            text-align: center;
            display: block;
        }
.homepage-video-hero {
	padding-left: 0;
    overflow: visible;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 54.6%;
    z-index: -1;
}
.homepage-video-hero:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.65);
	display: block;
	clear: both;
	z-index: 1;
}
.message {
	height: 100%;
	transform-style: preserve-3d;
}
#page-hero {
	height: auto;
	padding: 6em 0 6em;
	background: #fff;
	position: relative;
}
#page-hero:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(28, 84, 169, 0.5);
	background: rgba(35, 33, 2, 0.5);
	display: block;
	clear: both;
	z-index: 0;
}
#woo-hero {
	height: auto;
	padding: 2em 0 1em;
	background-color: transparent;
}
#my-account #page-hero .title h1, #cart #page-hero .title h1, #checkout #page-hero .title h1 {
	font-size: ;
	color: #4AB9EB;
}
/* @import 'modules/_feature.css'; */
/* @import 'modules/_home.css'; */
/* @import 'modules/_flexslider.css'; */
/* @import 'modules/_work.css'; */
/* @import 'modules/_card.css'; */
/* @import 'modules/_doors.css'; */
/* @import 'modules/_case-study.css'; */
/* @import 'modules/_contact.css'; */
/* @import 'modules/_testimonial.css'; */
/* @import 'modules/_pagination.css'; */
/* @import 'modules/_thankyou.css'; */
/* @import 'modules/_404.css'; */
/* @import 'modules/_services.css'; */
/* @import 'modules/_thank-you.css'; */
/* @import 'modules/_footer.css'; */
/* @import 'modules/_coupon.css'; */
