@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}
@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@-o-viewport {
  width: device-width;
  zoom: 1.0;
}
@viewport {
  width: device-width;
  zoom: 1.0;
}

/* ------------------------------------------------------
**** Breakpoints
------------------------------------------------------ */

/* BP Extra Small */
@media (min-width: 450px) {

}

/* BP Small */
@media (min-width: 600px) {

}

/* BP Medium */
@media (min-width: 769px) {

}

/* BP Large */
@media (min-width: 940px) {

}

/* BP Extra Large */
@media (min-width: 1140px) {

}


/* ------------------------------------------------------
**** Fonts
------------------------------------------------------ */

/*

Fonts

font-family: 'Metropolis', Helvetica, Arial, sans-serif;

*/

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis/Metropolis-MediumItalic.eot');
  src: url('../fonts/metropolis/Metropolis-MediumItalic.eot%3F') format('embedded-opentype'),
  url('../fonts/metropolis/Metropolis-MediumItalic.woff2') format('woff2'),
  url('../fonts/metropolis/Metropolis-MediumItalic.woff') format('woff'),
  url('../fonts/metropolis/Metropolis-MediumItalic.ttf') format('truetype'),
  url('../fonts/metropolis/Metropolis-MediumItalic.svg') format('svg');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis/Metropolis-RegularItalic.eot');
  src: url('../fonts/metropolis/Metropolis-RegularItalic.eot%3F') format('embedded-opentype'),
  url('../fonts/metropolis/Metropolis-RegularItalic.woff2') format('woff2'),
  url('../fonts/metropolis/Metropolis-RegularItalic.woff') format('woff'),
  url('../fonts/metropolis/Metropolis-RegularItalic.ttf') format('truetype'),
  url('../fonts/metropolis/Metropolis-RegularItalic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis/Metropolis-Regular.eot');
  src: url('../fonts/metropolis/Metropolis-Regular.eot%3F') format('embedded-opentype'),
  url('../fonts/metropolis/Metropolis-Regular.woff2') format('woff2'),
  url('../fonts/metropolis/Metropolis-Regular.woff') format('woff'),
  url('../fonts/metropolis/Metropolis-Regular.ttf') format('truetype'),
  url('../fonts/metropolis/Metropolis-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis/Metropolis-Medium.eot');
  src: url('../fonts/metropolis/Metropolis-Medium.eot%3F') format('embedded-opentype'),
  url('../fonts/metropolis/Metropolis-Medium.woff2') format('woff2'),
  url('../fonts/metropolis/Metropolis-Medium.woff') format('woff'),
  url('../fonts/metropolis/Metropolis-Medium.ttf') format('truetype'),
  url('../fonts/metropolis/Metropolis-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis/Metropolis-Bold.eot');
  src: url('../fonts/metropolis/Metropolis-Bold.eot%3F') format('embedded-opentype'),
  url('../fonts/metropolis/Metropolis-Bold.woff2') format('woff2'),
  url('../fonts/metropolis/Metropolis-Bold.woff') format('woff'),
  url('../fonts/metropolis/Metropolis-Bold.ttf') format('truetype'),
  url('../fonts/metropolis/Metropolis-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis/Metropolis-BoldItalic.eot');
  src: url('../fonts/metropolis/Metropolis-BoldItalic.eot%3F') format('embedded-opentype'),
  url('../fonts/metropolis/Metropolis-BoldItalic.woff2') format('woff2'),
  url('../fonts/metropolis/Metropolis-BoldItalic.woff') format('woff'),
  url('../fonts/metropolis/Metropolis-BoldItalic.ttf') format('truetype'),
  url('../fonts/metropolis/Metropolis-BoldItalic.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}

/* Iconfont */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/fonts/icomoon.eot%3Fxs373d');
  src:  url('../fonts/icomoon/fonts/icomoon.eot%3Fxs373d') format('embedded-opentype'),
  url('../fonts/icomoon/fonts/icomoon.ttf%3Fxs373d') format('truetype'),
  url('../fonts/icomoon/fonts/icomoon.woff%3Fxs373d') format('woff'),
  url('../fonts/icomoon/fonts/icomoon.svg%3Fxs373d') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-before:before,
.icon-after:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-before.icon-arrow-double-down:before,
.icon-after.icon-arrow-double-down:after {
  content: "\e900";
}
.icon-before.icon-arrow-double-left:before,
.icon-after.icon-arrow-double-left:after {
  content: "\e901";
}
.icon-before.icon-arrow-double-right:before,
.icon-after.icon-arrow-double-right:after {
  content: "\e902";
}
.icon-before.icon-arrow-double-up:before,
.icon-after.icon-arrow-double-up:after {
  content: "\e903";
}
.icon-before.icon-arrow-down:before,
.icon-after.icon-arrow-down:after {
  content: "\e904";
}
.icon-before.icon-arrow-left:before,
.icon-after.icon-arrow-left:after {
  content: "\e905";
}
.icon-before.icon-arrow-right:before,
.icon-after.icon-arrow-right:after {
  content: "\e906";
}
.icon-before.icon-arrow-up:before,
.icon-after.icon-arrow-up:after {
  content: "\e907";
}
.icon-before.icon-facebook:before,
.icon-after.icon-facebook:after {
  content: "\e908";
}
.icon-before.icon-instagram:before,
.icon-after.icon-instagram:after {
  content: "\e909";
}
.icon-before.icon-phone:before,
.icon-after.icon-phone:after {
  content: "\e90a";
}


/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

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

/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 1.4em;
  color: #1D1F1C;
  font-family: 'Metropolis', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* BP Small */
@media (min-width: 600px) {
  body {
    font-size: 1.5em;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  body {
    font-size: 1.7em;
  }
}

/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 1.7rem 0;
  font-family: 'Metropolis', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #8c877f;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 3rem;
}


h1, .h1 {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-weight: 500;
}

h2.h1 {
  display: block;
  padding: 0;
  border: none;
}
h2.h1:after {
  content: none;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-weight: 500;
  color: #3E4A4A;
}

/* Heading line */
.heading-line,
h2,
.h2 {
  display: inline-block;
  padding: 0 56px 11px 0;
  border-bottom: 1px solid rgba(29, 31, 28, 0.33);
  position: relative;
}
.heading-line:after,
h2:after,
.h2:after {
  content: " ";
  background-color: rgba(29, 31, 28, 0.33);
  width: 41px;
  height: 1px;
  display: block;
  position: absolute;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  right: 0;
  bottom: -1px;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

/* Blue / Dark grey */
.bg-blue .heading-line,
.bg-blue h2,
.bg-blue .h2,
.bg-dark-grey .heading-line,
.bg-dark-grey h2,
.bg-dark-grey .h2,
.bg-dark-grey-transparent .heading-line,
.bg-dark-grey-transparent h2,
.bg-dark-grey-transparent .h2 {
  border-bottom-color: rgba(188, 194, 190, 0.33);
}
.bg-blue .heading-line:after,
.bg-blue h2:after,
.bg-blue .h2:after,
.bg-dark-grey .heading-line:after,
.bg-dark-grey h2:after,
.bg-dark-grey .h2:after,
.bg-dark-grey-transparent .heading-line:after,
.bg-dark-grey-transparent h2:after,
.bg-dark-grey-transparent .h2:after {
  background-color: rgba(188, 194, 190, 0.33);
}

/* BP Medium */
@media (min-width: 769px) {
  /* Center */
  .heading-line--center {
    padding-left: 56px;
  }
  .heading-line--center:after {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-26deg);
            transform: rotate(-26deg);
    right: auto;
    left: 0;
  }
}

h3, .h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

h6, .h6 {
  font-size: 1.4rem;
  font-weight: 500;
}

p,
ol,
ul,
dl,
address {
  margin: 0 0 1.7rem;
}

small {
  font-size: 1.28rem;
}

/* ---- Heading side ---- */

/* BP Extra Small */
@media (min-width: 450px) {
    .heading-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
}

/* ---- Subtitles ---- */
.subtitle {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-family: 'Metropolis', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.3rem;
}
.subtitle:after {
  font-size: 2.5rem;
  margin-top: -6px;
  margin-bottom: -6px;
  vertical-align: top;
  display: inline-block;
}
a.subtitle {
  text-decoration: none;
}
button.subtitle {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* White */
.bg-white .subtitle {
  color: #3E4A4A;
}

/* Dark grey / transparent */
.bg-dark-grey .subtitle,
.bg-dark-grey-transparent .subtitle {
  color: #BCC2BE;
}


/* BP Small */
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
}

/* BP Medium */
@media (min-width: 769px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  h2, .h2 {
    font-size: 2.4rem;
  }

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

  .subtitle {
    font-size: 1.4rem;
  }
  .subtitle:after {
    font-size: 2.7rem;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

/* BP Large */
@media (min-width: 940px) {
  h1, .h1 {
    font-size: 3.2rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  .subtitle {
    font-size: 1.5rem;
  }
  .subtitle:after {
    font-size: 3rem;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  p,
  ol,
  ul,
  dl,
  address {
    margin-bottom: 2.5rem;
  }
  h1, .h1 {
    font-size: 3.8rem;
  }

  h2, .h2 {
    font-size: 2.8rem;
  }
}


/* ---- Lists ---- */
ul,
ol {
  padding: 0 0 0 2rem;
}

li ul,
li ol {
  margin: 1rem 0;
}

ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

ol {
  list-style-type: none;
  counter-reset: item;
}

ol ul {
  list-style-type: disc;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}


/* ---- Breadcrumbs ---- */
.breadcrumb {
  list-style: none;
}
.breadcrumb > li {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline;
}
.breadcrumb > li:before {
  content: "\00a0/\00a0";
  height: auto;
  width: auto;
  border-radius: 0;
  background: none;
  margin: 0;
}
.breadcrumb > li:first-child:before {
  content: none;
}
.breadcrumb,
.breadcrumb a {
  color: #FFF;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #FFF;
  text-decoration: underline;
}

/* ---- Blockquotes ---- */
blockquote {
  margin: 1.5rem 0;
  padding: 20px 25px 20px;
  background: #f6f6f6;
  font-style: italic;
  position: relative;
  clear: both;
}

blockquote *:first-child {
  margin-top: 0;
}

blockquote *:last-child {
  margin-bottom: 0;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 13rem;
  display: block;
  height: 25px;
  width: 50px;
  color: #35ab75;
  font-style: italic;
  line-height: 10px;
  font-family: "Big Caslon","Book Antiqua","Palatino Linotype",Georgia,serif;
}

blockquote:before {
  content: '\201C';
  top: 38px;
  left: -8px;
}

blockquote:after {
  content: '\201D';
  bottom: -36px;
  right: 18px;
}

/* BP medium */
@media (min-width: 1140px) {
  .blockquote--left {
    float: left;
    width: 45%;
    margin-left: 0px;
    margin-right: 20px;
    clear: right;
  }

  .blockquote--right {
    float: right;
    width: 45%;
    margin-left: 20px;
    margin-right: 0px;
    clear: left;
  }
}


/* ---- HR ---- */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  padding: 0;
}


/* ---- Text level elements ---- */
abbr[title] {
  border-bottom: 1px dotted #c6bfbf;
  cursor: help;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #f6f6f6;
  color: #473f3f;
  text-decoration: none;
}

mark {
  background-color: #f6f6f6;
  color: #473f3f;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: 'Monaco', 'Courier New', monospace;
  color: #484040;
  background: #efefef;
  background: rgba(0, 0, 0, .07);
  padding: 0 2px;
  margin: 0 -2px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.6em;
}

sub {
  bottom: -.25em;
}


/* ---- Links ---- */
a,
button.subtitle {
  color: #FB4319;
  word-break: break-word;
}

a:hover,
a:active,
a:focus,
button.subtitle:hover {
  color: #ec2f04;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/* Include file type and size in document links */
a.document::after {
  content: " (" attr(data-ext) " " attr(data-size) ")";
}

/* ---- Large text ---- */
.large-text {
  font-size: 1.6rem;
}
.extra-large-text {
  font-size: 2rem;
  font-weight: 500;
}

/* BP Medium */
@media (min-width: 769px) {
  .large-text {
    font-size: 1.8rem;
  }
  .extra-large-text {
    font-size: 2.3rem;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .large-text {
    font-size: 2rem;
  }
  .extra-large-text {
    font-size: 2.7rem;
  }
}

/* ---- Tag ---- */
.tag {
  font-family: 'Covered By Your Grace', cursive;
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #8c877f;
}

/* BP Small */
@media (min-width: 600px) {

}

/* BP Medium */
@media (min-width: 769px) {
  .tag {
    font-size: 2.3rem;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .tag {
    font-size: 2.7rem;
  }
}

/* Responsive embeds */
.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%;
}

/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Background colours ---- */

/* White */
.bg-white {
  background-color: #fff;
}

/* Black */
.bg-black {
  background-color: #000;
  color: #BCC2BE;
}

/* Blue */
.bg-blue {
  background-color: #3E4A4A;
  color: #FFF;
}
.bg-blue h2,
.bg-blue .h2,
.bg-blue h3,
.bg-blue .h3 {
  color: #BCC2BE;
}


/* Dark grey */
.bg-dark-grey {
  background-color: #1D1F1C;
  color: #FFF;
}

/* Dark grey transparent */
.bg-dark-grey-transparent {
  background-color: rgba(29, 31, 28, 0.85);
  color: #FFF;
}


/* Dark grey / transparent */
.bg-dark-grey h2,
.bg-dark-grey .h2,
.bg-dark-grey-transparent h2,
.bg-dark-grey-transparent .h2 {
  color: #FFF;
}

/* Light grey */
.bg-light-grey {
  background-color: #BCC2BE;
}

/* ------------------------------------------------------
**** Design Patterns
------------------------------------------------------ */

/* ---- Buttons ---- */
.button,
div.woocommerce a.button.wc-forward,
div.woocommerce button.button.alt,
.ninja-forms-field[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  outline: none;
  opacity: 1;
  position: relative;
  letter-spacing: 0.3rem;
  font-family: 'Metropolis', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* Small */
.button,
.button.button-small,
.ninja-forms-field[type="button"],
div.woocommerce a.button.wc-forward,
div.woocommerce button.button.alt {
  padding: 10px 18px;
  font-size: 1.3rem;
}

/* BP Medium */
@media (min-width: 769px) {
  /* Regular gets a little bigger */
  .button,
  .ninja-forms-field.button,
  .ninja-forms-field[type="button"],
  div.woocommerce a.button.wc-forward,
  div.woocommerce button.button.alt {
    padding: 12px 22px;
    font-size: 1.5rem;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  /* Regular */
  .button,
  .ninja-forms-field.button,
  .ninja-forms-field[type="button"],
  div.woocommerce button.button.alt {
    padding: 14px 44px;
    font-size: 1.7rem;
  }
  /* Large */
  .button.button-large {
    font-size: 1.9rem;
    padding: 14px 26px;
  }
}

/* Red (default) */
.button,
.button.button--red,
.ninja-forms-field[type="button"],
div.woocommerce button.button.alt,
div.woocommerce a.button.wc-forward {
  background-color: #FB4319;
  border-color: transparent;
  color: #fff;
}
.button:hover,
.button.button--red:hover,
.ninja-forms-field[type="button"]:hover,
.button:focus,
.button.button--red:focus,
.ninja-forms-field[type="button"]:focus,
div.woocommerce button.button.alt:hover,
div.woocommerce button.button.alt:focus,
div.woocommerce a.button.wc-forward:hover,
div.woocommerce a.button.wc-forward:focus {
  background-color: rgba(251, 67, 25, 0.8);
  color: #fff;
}


/* Grey */
.button.button--grey,
div.woocommerce .woocommerce-message a.button.wc-forward {
  background-color: #8c877f;
  border-color: #8c877f;
  color: #fff;
}
.button.button--grey:hover,
.button.button--grey:focus,
div.woocommerce .woocommerce-message a.button.wc-forward:hover,
div.woocommerce .woocommerce-message a.button.wc-forward:focus {
  background-color: #a19b91;
  border-color: #a19b91;
  color: #fff;
}


/* Outline Grey */
.button.button--outline-grey {
  background-color: transparent;
  border-color: #8c877f;
  color: #fff;
}
.button.button--outline-grey:hover,
.button.button--outline-grey:focus {
  background-color: transparent;
  border-color: #a19b91;
  color: #fff;
}


/* White */
.button.button--white {
  background-color: #fff;
  border-color: #fff;
  color: #8c877f;
}
.button.button--white:hover,
.button.button--white:focus {
  background-color: #e6d9c2;
  border-color: #e6d9c2;
  color: #2d2726;
}

/* Outline white */
.button.button--outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.button--outline-white:hover,
.button.button--outline-white:focus {
  background-color: #fff;
  border-color: #fff;
  color: #2d2726;
}

/* Block */
.button--block {
  display: block;
  width: 100%;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
  border: none;
  opacity: 0.4;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Icon buttons */
.button.icon-before:before,
.button.icon-after:after {
  font-size: 2.4rem;
  margin-top: -5px;
  margin-bottom: -5px;
  vertical-align: top;
  display: inline-block;
}

.button.icon-before:before {
  margin-right: 5px;
  margin-left: -10px;
}
.button.icon-after:after {
  margin-left: 5px;
  margin-right: -10px;
}

/* Special margin for arrow icons */
.button.icon-before.icon-arrow-left:before {
  margin-right: 0;
  margin-left: -15px;
}
.button.icon-after.icon-arrow-right:after {
  margin-left: 0;
  margin-right: -15px;
}

/* BP Medium */
@media (min-width: 769px) {
  .button.icon-before:before,
  .button.icon-after:after {
    font-size: 2.7rem;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .button.icon-before:before,
  .button.icon-after:after {
    font-size: 3rem;
    margin-top: -6px;
    margin-bottom: -6px;
  }
}

/* Inline buttons */
.inline-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
.inline-buttons p {
  margin: 0 12px;
}

/* ---- Page numbers ---- */
ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.page-numbers li {
  padding: 0;
}
ul.page-numbers li:before {
  content: none;
}

ul.page-numbers .page-numbers {
  padding: 13px 12px;
  text-decoration: none;
  border: 2px solid #242424;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #242424;
  margin: 0 4px 15px;
  display: block;
  font-size: 1.3rem;
}
ul.page-numbers a.page-numbers:hover {
  border-color: #7b7b7b;
  color: #7b7b7b;
}

ul.page-numbers .page-numbers.prev:before {
  content: "\003c\00a0";
}
ul.page-numbers .page-numbers.next:after {
  content: "\00a0\003e";
}
ul.page-numbers .page-numbers.current {
  background-color: #ffdd14;
  border-color: #ffdd14;
  color: #242424;
}
ul.page-numbers .page-numbers.dots {
  border-color: transparent;
}

/* BP small */
@media screen and (min-width: 769px) {
  ul.page-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.page-numbers .page-numbers {
    padding: 14px 26px;
    margin: 0 4px 15px;
    font-size: 1.4rem;
  }
}

/* ---- Animations ---- */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}


@-webkit-keyframes polaroid {
  from {
    opacity: 0;
    -webkit-transform: rotate(-12deg) translateY(-30px);
    transform: rotate(-12deg) translateY(-30px);
  }
  to {

  }
}


@keyframes polaroid {
  from {
    opacity: 0;
    -webkit-transform: rotate(-12deg) translateY(-30px);
    transform: rotate(-12deg) translateY(-30px);
  }
  to {

  }
}

@-webkit-keyframes polaroidAlt {
  from {
    opacity: 0;
    -webkit-transform: rotate(8deg) translateY(-30px);
    transform: rotate(8deg) translateY(-30px);
  }
  to {

  }
}

@keyframes polaroidAlt {
  from {
    opacity: 0;
    -webkit-transform: rotate(8deg) translateY(-30px);
    transform: rotate(8deg) translateY(-30px);
  }
  to {

  }
}

/* ---- Highlight ---- */
.highlight {
  margin: 0 0 1.5rem;
  padding: 20px;
  background: #f6f6f6;
  clear: both;
}

/* BP Small */
@media (min-width: 600px) {
  .highlight {
    margin-bottom: 2rem;
  }
}
/* BP Medium */
@media (min-width: 769px) {
  .highlight {
    margin-bottom: 2.3rem;
    padding: 30px;
  }
}

.highlight *:last-child {
  margin-bottom: 0;
}

/* ---- Social list ---- */
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-list-item {
  font-size: 4.4rem;
  padding: 0;
}
.social-list-item:before {
  content: none;
}
.social-list-item a {
  color: inherit;
  display: block;
}
.social-list-item a,
.social-list-item a:hover {
  text-decoration: none;
}
.social-list-item a:before {
  display: block;
}

/* Inline */
.social-list.social-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Hover */
.social-list-item a:hover {
  color: #FB4319;
}

/* ---- Icon text ---- */
.icon-text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Link */
a.icon-text__inner {
  text-decoration: none;
  color: inherit;
}
a.icon-text__inner:hover {
  color: #BCC2BE;
}

.icon-text__icon {
  font-size: 5rem;
  padding-right: 3px;
}
.icon-text__icon span {
  display: block;
  margin: -7px 0 -7px -14px;
}
.icon-text__icon span:before {
  display: block;
}

.icon-text__content .subtitle {
  margin: 0;
}
.icon-text__content > :last-child {
  margin: 0;
}

/* ------------------------------------------------------
**** Images
------------------------------------------------------ */

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

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

/* ---- Base styles ---- */
nf-field .nf-field-container,
div.woocommerce form .form-row {
  margin-bottom: 16px;
}
/* BP small */
@media screen and (min-width: 769px) {
  nf-field .nf-field-container,
  div.woocommerce form .form-row {
    margin-bottom: 21px;
  }
}

.ninja-forms-field {
  display: block;
}

.ninja-forms-field:not([type="button"]),
.wc_input_price,
div.woocommerce form .form-row input.input-text,
div.woocommerce form .form-row textarea,
.select2-container.select2-container--default .select2-selection--single {
  color: #fff;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  line-height: 1.4;
  border: 1px solid rgba(62, 74, 74, 0.8);
  border-radius: 0;
  background-color: rgba(62, 74, 74, 0.8);
}

/* Focus */
.ninja-forms-field:not([type="button"]):focus,
.wc_input_price:focus,
div.woocommerce form .form-row input.input-text:focus,
div.woocommerce form .form-row textarea:focus,
.select2-container.select2-container--default .select2-selection--single:focus {
  border-color: rgba(188, 194, 190, 0.33);
}

/* ---- White ---- */
.nf-container.white .ninja-forms-field,
.bg-light-grey .ninja-forms-field:not([type="button"]) {
  background-color: #fff;
}


/* ---- Sizes ---- */

/* Small */
.ninja-forms-field:not([type="button"]),
.wc_input_price,
div.woocommerce form .form-row input.input-text,
div.woocommerce form .form-row textarea,
.select2-container .select2-selection--single {
  font-size: 1.6rem;
  padding: 8px 15px 7px;
}

/* BP small */
@media screen and (min-width: 769px) {
  /* Regular */
  .ninja-forms-field:not([type="button"]),
  .wc_input_price,
  div.woocommerce form .form-row input.input-text,
  div.woocommerce form .form-row textarea,
  .select2-container .select2-selection--single {
    padding: 14px 20px;
  }
}

/* ---- Buttons ---- */
.ninja-forms-field.button {
  margin-left: auto;
}

/* ---- Input limits ---- */
.nf-after-field .nf-input-limit:empty {
  margin: 0;
}

/* ---- Placeholders ---- */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BCC2BE;
  text-indent: 0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #BCC2BE;
  text-indent: 0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #BCC2BE;
  text-indent: 0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #BCC2BE;
  text-indent: 0;
}

/* ---- Browser autofill ---- */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  border: 1px solid rgba(188, 194, 190, 0.8);
  -webkit-text-fill-color: #1d1f1c;
  -webkit-box-shadow: 0 0 0px 1000px rgba(188, 194, 190, 0.8) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* ---- Labels and legends ---- */
.nf-field-label,
#ywcnp_form_name_your_price label,
div.woocommerce form .form-row label {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* ---- Field helpers ---- */
.nf-before-form-content {
  margin-bottom: 20px;
}

/* ---- Field errors ---- */
.nf-error .ninja-forms-field {
  background-color: #3E4A4A;
  border-color: #BCC2BE !important;
}

.nf-error-msg {
  color: #fff !important;
  background-color: #FB4319;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  font-size: 1.2rem;
  padding: 3px 10px 4px;
  z-index: 1;
  border-radius: 3px;
}
.nf-error-msg:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #FB4319 transparent;
}
.nf-error-msg.nf-error-field-errors {
  position: static;
  display: inline-block;
}

/* ---- Text area ---- */
.nf-field-element textarea.ninja-forms-field {
  height: auto;
  resize: vertical;
}

/* ---- Selects ---- */
select.ninja-forms-field,
.select2-container.select2-container--default .select2-selection--single {
  -moz-appearance: none;
  background-image: url(../images/form-icons.svg),
  url(../images/form-icons.svg);
  background-repeat: no-repeat, no-repeat;
  padding-right: 55px;
  height: auto;
}
select.ninja-forms-field[multiple] {
  background-image: none;
  padding-right: 20px;
}

select.ninja-forms-field::-ms-expand {
  display: none;
}

/* Select 2 */
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 0;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "\00a0";
}
.select2-selection__arrow {
  display: none;
}
.select2-results__option:focus {
  outline: none;
}

/* Small */
select.ninja-forms-field,
.select2-container.select2-container--default .select2-selection--single {
  background-position: top -263px right -104px, top -447px right -92px;
  padding-right: 55px;
}


/* White + Small */
.nf-container.white select.ninja-forms-field,
.bg-light-grey .nf-container select.ninja-forms-field {
  background-position: top -262px right -104px, top -607px right -92px;
}

/* Responsive */
/* BP small */
@media screen and (min-width: 769px) {
  select.ninja-forms-field,
  .select2-container.select2-container--default .select2-selection--single {
    background-position: top -260px right -104px, top -447px right -92px;
  }
  /* White */
  .nf-container.white select.ninja-forms-field,
  .bg-light-grey .nf-container select.ninja-forms-field {
    background-position: top -257px right -104px, top -607px right -92px;
  }
}

/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio {
  font-size: 1.6rem;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label,
.field-element.field-element--small input[type="checkbox"] + label,
.field-element.field-element--small input[type="radio"] + label {
  padding-left: 34px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="checkbox"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  position: relative;
  top: 3px;
  background-color: #EEF0F3;
  border: 1px solid #CED2DC;
  margin-left: -34px;
}

/* Check and dot */
.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after,
.field-element.field-element--small input[type="checkbox"]:checked + label:after,
.field-element.field-element--small input[type="radio"]:checked + label:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: 6px;
}


/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
  padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
  margin-left: 0;
  margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"]:checked + label:after,
.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
  left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
  margin-left: 4px;
}


/* -- Checkboxes -- */

/* Box */
.field-element input[type="checkbox"]:checked + label:before {
  border-radius: 1px;
}

/* Check (pseudo element) */
.field-element input[type="checkbox"]:checked + label:after,
.field-element.field-element--small input[type="checkbox"]:checked + label:after {
  content: " ";
  background-image: url(../images/form-icons.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top -702px left 1px;
  width: 17px;
  height: 17px;
  margin: -2px 0 0 -1px;
}

.field-element.field-element--checkboxlist--columns .field-element__input-set {
  -webkit-columns: 3;
  columns: 3;
}

/* -- Radio Buttons -- */

/* Radio button (pseudo element) */
.field-element input[type="radio"] + label:before,
.field-element.field-element--small input[type="radio"] + label:before {
  border-radius: 12px;
}

/* Radio dot (pseudo element) */
.field-element input[type="radio"]:checked + label:after,
.field-element.field-element--small input[type="radio"]:checked + label:after {
  left: 6px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #58595B;
}

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
  background-color: #FFF;
}


/* Responsive */
/* BP small */
@media screen and (min-width: 769px) {
  .field-element input[type="checkbox"] + label:before,
  .field-element input[type="radio"] + label:before {
    width: 24px;
    height: 24px;
    margin-right: 13px;
    top: 4px;
  }

  .field-element input[type="checkbox"]:checked + label:after {
    background-position: top -731px left 0;
    width: 23px;
    height: 23px;
    margin: 0;
  }

  /* Radio outer */
  .field-element input[type="radio"] + label:before {
    border-radius: 12px;
  }

  /* Radio dot (pseudo element) */
  .field-element input[type="radio"]:checked + label:after {
    left: 7px;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}


/* ---- Money ---- */
#ywcnp_form_name_your_price {
  position: relative;
}
#ywcnp_form_name_your_price label {
  display: block;
}
#ywcnp_suggest_price_single {
  padding-left: 55px;
  background-image: url(../images/form-icons.svg);
  background-repeat: no-repeat;
  background-position: top -447px left 0;
  width: auto;
}
#ywcnp_form_name_your_price:before {
  content: "$";    /* Dollars */
  position: absolute;
  display: block;
  left: 0;
  color: #58595B;
  font-weight: bold;
  font-size: 19px;
  width: 41px;
  text-align: center;
}

/* Small */
#ywcnp_suggest_price_single {
  background-position: top -447px left 0;
}
#ywcnp_form_name_your_price:before {
  bottom: 5px;
}

/* Responsive */
@media screen and (min-width: 769px) {
  #ywcnp_form_name_your_price:before {
    bottom: 9px;
  }
}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table,
div.woocommerce table.shop_table {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
}

th,
td,
div.woocommerce table.shop_table th,
div.woocommerce table.shop_table td {
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
}

th,
thead td,
div.woocommerce table.shop_table th {
  background: #f6f6f6;
}

/* ---- Content tables ---- */
table,
div.woocommerce table.shop_table {
  width: 100%;
  margin: 2rem 0;
}
table caption {
  text-align: left;
  padding-bottom: 13px;
  font-weight: 600;
}
table th,
table thead td,
div.woocommerce table.shop_table th {
  font-weight: bold;
  background-color: #F0F0F0;
  font-size: 1.7rem;
}
table td,
div.woocommerce table.shop_table td {
  background-color: #FFF;
}
table th,
table td,
div.woocommerce table.shop_table th,
div.woocommerce table.shop_table td {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
  text-align: left;
}


@media (max-width: 1139px) {
  .table--responsive {
    font-size: 1.3rem;
  }
  .table--responsive th,
  .table--responsive td {
    padding: 5px 10px;
  }
  .table--responsive th,
  .table--responsive thead td {
    font-size: 1.4rem;
  }
}


/* Small */
table.table--small {
  font-size: 1.3rem;
}
table.table--small th,
table.table--small td {
  padding: 5px 10px;
}
table.table--small th,
table.table--small thead td {
  font-size: 1.4rem;
}

/* ---- Responsive tables ---- */
@media (max-width: 600px) {
  .table--responsive caption {
    display: block;
  }
  .table--responsive {
    font-size: 1.4rem;
  }
  .table--responsive,
  .table--responsive tbody,
  .table--responsive tr {
    display: block;
    border: none;
  }
  .table--responsive thead,
  .table--responsive th {
    display: none;
  }
  .table--responsive tr {
    display: table;
    width: 100%;
  }
  .table--responsive tr.table--responsive__first-row {
    display: none;
  }
  .table--responsive td {
    display: table-row;
    padding: 0;
  }
  .table--responsive td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    background-color: #F0F0F0;
    border-right: 1px solid #d7d7d7;
  }
  .table--responsive td[data-title] {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
  }
  .table--responsive tbody tr {
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  .table--responsive td[data-title]:before,
  .table--responsive__content {
    padding: 5px 15px;
    display: table-cell;
  }

}

/* ---- No Styles Table ---- */
.table__no-styles {
  border-collapse: separate !important;
  border: none !important;
  background: none !important;
  min-width: 0 !important;
}

.table__no-styles th,
.table__no-styles thead td,
.table__no-styles td {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */
.-clearfix:before,
.-clearfix:after {
  content: " ";
  display: table;
}

.-clearfix:after {
  clear: both;
}


/* ---- Hiding classes ---- */
.-vis-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.-invisible {
  visibility: hidden;
}

/* ---- Pseudo elements ---- */

/* Angle Brackets */
.-r-arrow-after:after {
  content: "\00a0\003e";
}
.-r-arrow-before:before {
  content: "\003e\00a0";
}
.-l-arrow-after:after {
  content: "\00a0\003c";
}
.-l-arrow-before:before {
  content: "\003c\00a0";
}

/* Ellipsis */
.ellipsis-2:after {
  content: "..";
}
.ellipsis-3:after {
  content: "...";
}

/* ---- Floats and positioning ---- */

.alignleft,
.center,
.alignright {
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.center,
.alignright,
.block {
  margin-bottom: 30px;
  display: block;
}

/* Align */
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
}

/* BP Smaller */
@media screen and (min-width: 600px) {
  .alignleft {
    margin: 0 30px 30px 0;
    float: left;
  }

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


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
  margin: 0;
}

html,
body {
  background:#191919;
  height: 100%;
}

#wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  z-index: 3;
}


/* ---- Container ---- */
.container {
  width: 88%;
  margin: 0 auto;
}

/* BP Small */
@media (min-width: 600px) {
  .container {
    width: 540px;
  }
  .container--thin {
    max-width: 728px;
  }
}

/* BP Medium */
@media (min-width: 769px) {
  .container {
    width: 728px;
  }
}

/* BP Large */
@media (min-width: 940px) {
  .container {
    width: 840px;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .container {
    width: 1000px;
  }
}

/* ---- Sections ---- */
.section {
  z-index: 1;
  position: relative;
}
.section,
.section-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* BP Small */
@media (min-width: 600px) {
  .section,
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section--small,
  .section-padding--small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section--large,
  .section-padding--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* BP Medium */
@media (min-width: 769px) {
  .section,
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section--small,
  .section-padding--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section--large,
  .section-padding--large {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .section,
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section--small,
  .section-padding--small {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section--large,
  .section-padding--large {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

/* ---- Parallax ---- */
.parallax-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.parallax-mirror img {
}

/* Max BP Medium */
@media (max-width: 1139px) {
  .parallax-container .parallax-mirror {
    display: none;
  }
}

/* BP Medium */
@media (min-width: 1140px) {
  .section[data-parallax] {
    background: none;
  }
}

/* ---- Header ---- */

#header {
  display: none;
  height: 57px;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* BP Extra Large */
@media (min-width: 769px) {
  #header {
    display: block;
    height: 64px;
  }
}

/* ---- Section angles ---- */
.section--angle-left:before,
.section--angle-right:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
.section--angle-left:before {
  left: 0;
  border-width: 11vw 0 0 50vw;
  border-color: transparent transparent transparent #1d1f1c;
}
.section--angle-right:after {
  right: 0;
  border-width: 0 0 11vw 50vw;
  border-color: transparent transparent #1d1f1c transparent;
}

/* White */
.bg-white.section--angle-left:before {
  border-color: transparent transparent transparent #fff;
}
.bg-white.section--angle-right:after {
  border-color: transparent transparent #fff transparent;
}

/* Blue */
.bg-blue.section--angle-left:before {
  border-color: transparent transparent transparent #3E4A4A;
}
.bg-blue.section--angle-right:after {
  border-color: transparent transparent #3E4A4A transparent;
}


/* -- Drop -- */
.section--angle-drop-left {
  z-index: 2;
  padding-bottom: 0;
}
.section--angle-drop-left:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 11vw 0;
  border-color: transparent #1d1f1c transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.section--angle-drop-left:after {
  content: " ";
  background-color: #1d1f1c;
  height: 11vw;
  width: 50vw;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: none;
}

/* White */
.bg-white.section--angle-drop-left:before {
  border-color: transparent #fff transparent transparent;
}
.bg-white.section--angle-drop-left:after {
  background-color: #fff;
}

/* Blue */
.bg-blue.section--angle-drop-left:before {
  border-color: transparent #3E4A4A transparent transparent;
}
.bg-blue.section--angle-drop-left:after {
  background-color: #3E4A4A;
}

.section--angle-drop-left + .section,
.section--contact {
  padding-top: calc(11vw + 35px);
}

/* BP Small */
@media (min-width: 600px) {
  .section--angle-drop-left + .section,
  .section--contact {
    padding-top: calc(11vw + 50px);
  }
}

/* BP Medium */
@media (min-width: 769px) {
  .section--angle-drop-left + .section,
  .section--contact {
    padding-top: calc(11vw + 60px);
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .section--angle-drop-left + .section,
  .section--contact {
    padding-top: calc(11vw + 90px);
  }
}

/* ---- Nav ---- */
.section--nav:before {
  border-color: transparent transparent transparent #1d1f1c;
}
.section--nav:after {
  border-color: transparent transparent #1d1f1c transparent;
}
.section--nav {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
}
.nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-logo {
  width: 208px;
}

/* Sticky */
.frankenmenu-sticky .section--nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* ---- Banner ---- */
.section--banner,
.banner-background-parallax {
  padding-top: 100%;
}
.banner-background-parallax {
  position: fixed !important;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.banner-background-parallax__inner {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-background {
  position: absolute !important;
  left: -90px !important;
  top: -90px !important;
  right: -90px;
  bottom: -90px;
}
.banner-background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.section--banner {
  padding-bottom: 0;
}
.banner-parallax {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.banner-logo {
  pointer-events: none;
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute !important;
  right: 0;
  padding-left: 6%;
  padding-right: 6%;
}
.banner-logo__img {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.banner-scroll {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-scroll-button {
  margin: 0 auto;
  color: #FFF;
  background: none;
  border: none;
  outline: none;
  font-size: 5.2rem;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: relative;
  width: 54px;
  height: 46px;
  z-index: 1;
}
.banner-scroll-button:before,
.banner-scroll-button:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  -webkit-transition: all 250ms cubic-bezier(0.07, 0.39, 0.2, 0.94);
  transition: all 250ms cubic-bezier(0.07, 0.39, 0.2, 0.94);
}
.banner-scroll-button:before {
  top: -8px;
}
.banner-scroll-button:after {
  bottom: -8px;
}
.banner-scroll-button:hover {
  color: rgba(255, 255, 255, 0.8)
}
.banner-scroll-button:focus {
  outline: none;
  color: #FFF;
}
.banner-scroll-button:hover:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.banner-scroll-button:hover:after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* BP Extra Small */
@media (min-width: 450px) {
  .banner-scroll-button {
    font-size: 6.2rem;
    width: 62px;
    height: 58px;
  }
  .banner-scroll-button:hover:before {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .banner-scroll-button:hover:after {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .section--banner,
  .banner-background-parallax {
    padding-top: 80%;
  }
}

/* BP Small */
@media (min-width: 600px) {
  .banner-scroll-button {
    font-size: 7.8rem;
    width: 80px;
    height: 78px;
  }
  .banner-scroll-button:hover:before {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  .banner-scroll-button:hover:after {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .section--banner,
  .banner-background-parallax {
    padding-top: 70%;
  }
}

/* BP Medium */
@media (min-width: 769px) {
  .section--banner {
    height: 100vh;
    margin-bottom: 150px;
  }
  .banner-background-parallax {
    height: 100vh;
    top: 0;
  }
  .banner-logo__img {
    margin-bottom: 0;
  }
}

/* ---- About ---- */
.about__content {
  padding-left: 25px;
  position: relative;
  border-left: 1px solid rgba(188, 194, 190, 0.33);
  border-bottom: 1px solid rgba(188, 194, 190, 0.33);
}


/* BP Small */
@media (min-width: 600px) {

}

/* BP Medium */
@media (min-width: 769px) {
  .section--banner {
    padding-top: 0;
  }
  .section--about {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(29, 31, 28, 0.85);
  }
  .section--about:before,
  .section--about:after {
    content: none;
  }
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__title {
    padding-right: 25px;
  }
  .about__title,
  .about__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .about__content {
    border-left: none;
    border-bottom: none;
  }
  .about__content:before,
  .about__content:after {
    content: " ";
    position: absolute;
    left: -0.5px;
    width: 1px;
    background-color: rgba(188, 194, 190, 0.33);
    display: block;
  }
  .about__content:before {
    top: 0;
    height: 85%;
  }
  .about__content:after {
    top: 85%;
    height: 512px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-102deg);
            transform: rotate(-102deg);
  }
}

/* BP Large */
@media (min-width: 940px) {
  .about__title {
    padding-right: 38px;
  }
  .about__content {
    padding-left: 38px;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {

}

/* ---- Work ---- */
.section--work {
  padding-top: 0;
  padding-bottom: 0;
}

/* BP Medium */
@media (max-width: 768px) {
  .section--work.section--angle-right:after {
    content: none;
  }
}

/* -- Slider -- */
.slider .slick-slide:focus {
  outline: none;
}
.slider__arrows {
  position: absolute;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__arrows .slick-arrow {
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0;
  color: #FFF;
  width: 39px;
  height: 39px;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.slider__arrows .slick-arrow.slick-prev {
  background-color: #1D1F1C;
}
.slider__arrows .slick-arrow.slick-prev:hover {
  background-color: rgba(29, 31, 28, 0.8);
}
.slider__arrows .slick-arrow.slick-next {
  background-color: #FB4319;
}
.slider__arrows .slick-arrow.slick-next:hover {
  background-color: rgba(251, 67, 25, 0.8);
}
.slider__arrows .slick-arrow:before {
  font-weight: bold;
}

/* Images */
.slider__item__images {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 73.61%;
  position: relative;
}
.slider__item__images__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0;
}
.slider__item__images__item.slider__item__images__item--active {
  z-index: 1;
  opacity: 1;
}

/* Content */
.slider__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider__list .slider__item__images {
  display: none;
}
.slider__item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slider__item > :last-child {
  margin-bottom: 0;
}
.slider__item.slick-slide:not(.slider__item--current) {
  opacity: 0;
}
.slider__item.slick-slide.slider__item--current {
  opacity: 1;
}

/* BP Small */
@media (min-width: 600px) {


}

/* BP Medium */
@media (max-width: 768px) {
  .slider__content {
    position: relative;
  }
}

/* BP Medium */
@media (min-width: 769px) {
  .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    overflow: hidden;
  }

  .slider__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    overflow: hidden;
    padding: 30px calc((100vw - 728px) / 2) 30px 40px;
  }

  .slider__content .container {
    width: auto;
  }
  .slider__arrows {
    bottom: 30px;
    left: calc(50% - 46px);
  }
  .slider__arrows .slick-arrow {
    width: 46px;
    height: 46px;
    font-size: 3.3rem;
  }
}

/* BP Medium */
@media (min-width: 769px) and (max-width: 939px) {
  .slider__item__images {
    padding-bottom: 95%;
  }
  .slider__item__images__item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

/* BP Large */
@media (min-width: 940px) {
  .slider__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: calc((100vw - 840px) / 2);
  }
  .slider__arrows {
    bottom: 35px;
  }
}

/* BP Extra Large */
@media (min-width: 1140px) {
  .slider__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: calc((100vw - 1000px) / 2);
  }
  .slider__arrows {
    bottom: 45px;
    left: calc(50% - 52px);
  }
  .slider__arrows .slick-arrow {
    width: 52px;
    height: 52px;
    font-size: 3.8rem;
  }
}

/* ---- Social ---- */
.social__header {
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Profile */
.social__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.social__profile__avatar {
  margin-right: 17px;
}
.social__profile__name {
  margin: 0;
}
.social__profile__name a {
  color: #3E4A4A;
}
.social__profile a {
  text-decoration: none;
  color: inherit;
}
.social__profile a:hover {
  color: #FB4319;
}
.social__profile__tag {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.1;
}
.social__profile__avatar__link {
  display: block;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.social__profile__avatar__link:hover {
  opacity: 0.9;
}

/* Social links */
.social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.social__links .social-list {
  margin-bottom: 24px;
}

/* Instagram feed */
.section--social #sb_instagram {
  position: relative;
  overflow: hidden;
}
.section--social #sbi_images {
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  margin: 0 -12px;
  position: relative;
}
.section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
  width: auto;
  display: block;
  padding: 0 !important;
  margin-bottom: 25px !important;
}
.section--social #sb_instagram .sbi_photo {
  display: block;
  height: auto !important;
  padding-bottom: 100%;
  opacity: 1 !important;
}
.section--social #sb_instagram .sbi_photo:hover {
  opacity: 0.9 !important;
}

/* BP Extra Small */
@media (min-width: 450px) {
  .section--social #sbi_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    padding: 12px !important;
    margin-bottom: 0 !important;
  }
}

/* BP Small */
@media (min-width: 600px) {

}

/* BP Medium */
@media (min-width: 769px) {
  .social__header {
    margin-bottom: 25px;
  }
  .social__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex:  1;
        -ms-flex:  1 1 auto;
            flex:  1 1 auto;
    text-align: center;
  }
  .social__heading h2 {
    margin-bottom: 0;
  }
  .social__profile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
            flex: 0 0 224px;
    margin-bottom: 0;
  }
  .social__links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
            flex: 0 0 224px;
  }
  .social__links .social-list {
    margin-bottom: 0;
  }
  .social__profile__avatar {
    margin-right: 18px;
  }
  .social__profile__avatar__link {
    width: 50px;
    height: 50px;
  }
}

/* BP Large */
@media (min-width: 450px) and (max-width: 939px) {
  .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .social__links {
    padding-left: 27px;
  }
  .social__profile {
    padding-right: 27px;
  }
}

/* BP Large */
@media (min-width: 940px) {
  .social__header {
    margin-bottom: 35px;
  }
  .section--social #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .social__profile__tag {
    font-size: 1.5rem;
  }
  .social__profile__avatar__link {
    width: 52px;
    height: 52px;
  }
  .social__links {
    padding-left: 40px;
  }
  .social__profile {
    padding-right: 40px;
  }
}

/* ---- Mainbar/content ---- */
.section--content {
  padding-top: 0;
  padding-bottom: 0;
}

/* Max BP Medium */
@media (max-width: 1139px) {
  .content__sidebar {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
  }
}

/* ---- Footer ---- */

/* Contact */
.section--contact {
  padding-bottom: 0;
}

/* BP Extra Small */
@media (max-width: 449px) {
  .section--contact .heading-side .icon-text {
    margin-bottom: 15px;
  }
}

/* BP Medium */
@media (max-width: 768px) {
  .section--contact {
    background-color: rgba(29, 31, 28, 0.85);
  }
  .footer-background {
      position: fixed;
      top: 40px;
      left: 0;
      right: 0;
      height: 100vh;
  }
  .footer-background img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .parallax-scrolled .banner-background-parallax {
    opacity: 0;
  }
}

/* BP Medium */
@media (min-width: 769px) {
  .footer-background {
    display: none;
  }
}

/* Copyright/footer */
.section--footer {
  padding-top: 25px;
  padding-bottom: 35px;
}
.section--footer a {
  text-decoration: none;
}

.footer__copyright {
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.3rem;
}

/* BP Extra Small */
@media (min-width: 450px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

/* BP Small */
@media (min-width: 600px) {
  .section--footer {
    padding-top: 35px;
  }
}

/* ---- Booking form ---- */
#nf-form-2-cont textarea.ninja-forms-field {
  resize: none;
}
#nf-form-2-cont .nf-form-fields-required {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nf-form-2-cont nf-fields-wrap nf-field:nth-child(5) .nf-element {
  margin-left: auto;
}

#nf-form-2-cont nf-fields-wrap nf-field:nth-child(5) {
  text-align: right;
}

/* BP Medium */
@media (min-width: 769px) {
  #nf-form-2-cont nf-fields-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-gap: 22px 25px;
  }
  #nf-form-2-cont nf-field .nf-field-container {
    margin-bottom: 0;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(1),
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(2),
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(3) {
    grid-column: 1 / 5;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(1) {
    grid-row: 1;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(2) {
    grid-row: 2;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(3) {
    grid-row: 3;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(4) {
    grid-column: 5 / 13;
    grid-row: 1 / span 3;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(4) .nf-field-container,
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(4) .nf-field,
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(4) .field-wrap,
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(4) .nf-field-element,
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(4) textarea.ninja-forms-field {
    height: 100%;
  }
  #nf-form-2-cont nf-fields-wrap nf-field:nth-child(5) {
    grid-column: 1 / 13;
    grid-row: 4;
  }
}


/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
