/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #FFF;
  color: #404042;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  color: #404042;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1,
.h1 {
  font-size: 2em;
}
@media (min-width: 480px) {
  h1,
  .h1,
  .h1 {
    font-size: 2.400em;
    /* 36px */
  }
}
h2,
.h2,
.h2 {
  font-size: 1.8em;
}
@media (min-width: 480px) {
  h2,
  .h2,
  .h2 {
    font-size: 2.067em;
    /* 31px */
    letter-spacing: 2px;
  }
}
h3,
.h3,
.h3 {
  font-size: 1.4em;
}
@media (min-width: 480px) {
  h3,
  .h3,
  .h3 {
    font-size: 1.667em;
    /* 24px */
  }
}
h4,
.h4,
.h4 {
  font-size: 1.2em;
}
@media (min-width: 480px) {
  h4,
  .h4,
  .h4 {
    font-size: 1.467em;
    /* 22px */
  }
}
h5,
.h5,
.h5 {
  font-size: 1.2em;
}
@media (min-width: 480px) {
  h5,
  .h5,
  .h5 {
    font-size: 1.400em;
    /* 21px */
  }
}
h6,
.h6,
.h6 {
  font-size: 1em;
}
@media (min-width: 480px) {
  h6,
  .h6,
  .h6 {
    font-size: 1.333em;
    /* 20px */
  }
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1.2em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #bf2e1a;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #bf2e1a;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #bf2e1a;
  color: #FFF;
}
::selection {
  background: #bf2e1a;
  color: #FFF;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  transition: 150ms ease-out;
  background: #F8F8F8;
  border-color: #CCC;
  color: #000;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #bf2e1a;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -ms-transform: translateY(1px);
      transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(64, 64, 66, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -7.5px;
}
.grid--xsmall-gutters {
  margin: 0 -6px;
}
.grid--large-gutters {
  margin: 0 -30px;
}
.grid--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 7.5px;
}
.grid--xsmall-gutters > .grid__column {
  padding: 0 6px;
}
.grid--large-gutters > .grid__column {
  padding: 0 30px;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--popup .grid__column--m-7 {
    width: 60%;
  }
  .grid--popup .grid__column--m-5 {
    width: 40%;
  }
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool:before {
  content: '';
  font-family: 'Genericons';
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
}
.tool--account:before {
  content: '\f304';
}
.tool--cart:before {
  content: '\f447';
}
.tool__label {
  display: none;
}
@media (min-width: 480px) {
  .tool__label {
    display: inline-block;
  }
}
.toggle {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  border-color: transparent;
  color: #000;
  height: auto;
  margin-top: 0;
  margin-left: .5rem;
  padding: .2rem .5rem;
  cursor: pointer;
  color: #fff;
  background-color: #bf2e1a;
  float: right;
  clear: right;
}
.toggle:before {
  content: '\f419';
  display: inline-block;
  vertical-align: top;
  font-size: 1.8em;
  font-family: 'genericons';
  transition: transform 150ms ease-out;
  transition-origin: center center;
}
.toggle[aria-expanded="true"]:before {
  content: '\f405';
}
.no-js .toggle {
  display: none;
}
.toggle:focus {
  box-shadow: none;
  border-color: transparent;
}
.toggle:hover {
  background-color: #65180e;
}
@media (min-width: 960px) {
  .toggle {
    display: none;
  }
}
.toggle--menu {
  background-color: #00a19b;
  color: #fff;
  margin-left: 0;
  margin-top: 1.3rem;
}
.toggle--menu:hover {
  color: #fff;
}
@media (min-width: 480px) {
  .toggle--menu {
    margin-top: 2rem;
  }
}
.toggle--search {
  display: block;
  padding: .2rem 0rem;
  line-height: 0;
  height: 1.5rem;
  margin: 0 1rem auto;
  float: none;
}
.toggle--search:before {
  content: '\f400';
  color: #fff;
  font-size: 1.6em;
  font-weight: normal;
}
.toggle--search[aria-expanded="true"]:before {
  content: '\f405';
}
.toggle--search span {
  display: none;
}
@media (min-width: 680px) {
  .toggle--search {
    display: none;
  }
  .toggle--search span {
    display: inline;
  }
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 1rem;
  line-height: 1;
  font-size: 1.067em;
  font-family: 'Exo 2', sans-serif;
  color: #414042;
  text-transform: uppercase;
}
.navbar__item a:hover,
.navbar__item.is-open > a,
.navbar__item.is-current > a {
  color: #bf2e1a;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__item.has-dropdown > a:after {
  content: '\f431';
  position: absolute;
  right: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  font-family: 'genericons';
  text-align: center;
  transition: transform 150ms ease-out;
}
.navbar__item.is-open > a:after {
  transform: rotateX(-180deg);
}
.navbar__item:not(.navbar-dropdown__item):last-child > a {
  border-bottom: 0;
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .navbar__item--level-0 {
    margin: 0 .7em;
  }
  .navbar__item--level-0 > a {
    font-size: .9em;
    padding: 1em 0;
    text-align: center;
  }
  .navbar__item--level-0.has-dropdown > a:after {
    position: static;
  }
  .navbar__item--level-0:last-child {
    margin-right: 0;
  }
  .navbar__item--level-0:first-child {
    margin-left: 0;
  }
  .navbar__item a {
    border-bottom: 0;
  }
}
@media (min-width: 1363px) {
  .navbar__item--level-0 {
    margin: 0 1.5em;
  }
  .navbar__item--level-0 > a {
    font-size: 1.067em;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
  padding-left: 1.6rem;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    display: block;
    margin: 0;
  }
  .navbar-dropdown__item a {
    display: block;
    padding: .5em 1.3em;
    background: rgba(250, 250, 250, 0.9);
    color: #404042;
    font-size: 1.067em;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: rgba(237, 237, 237, 0.9);
    color: #404042;
  }
  .navbar-dropdown__item:last-of-type:after,
  .navbar-dropdown__item:first-of-type:before {
    background: rgba(250, 250, 250, 0.9);
    display: block;
    content: '';
    width: 100%;
    height: 15px;
  }
  .navbar-dropdown__item:last-of-type:after {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-of-type:before {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item.has-dropdown > a:after {
    content: '\f431';
    position: absolute;
    right: 1rem;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    font-family: 'genericons';
    text-align: center;
    transition: transform 150ms ease-out;
    transform: rotateZ(-90deg);
  }
  .navbar-dropdown__item.is-open > a:after {
    transform: rotateZ(-90deg) rotateX(-180deg);
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -ms-transform: translateY(50%);
        transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(250, 250, 250, 0.9) transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
    border-color: transparent transparent rgba(250, 250, 250, 0.9) transparent;
  }
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.entry__subtitle {
  padding-top: .8rem;
  border-top: 1px solid #a1a1a5;
  text-transform: uppercase;
  font-size: 1.067em;
  font-family: 'Oswald', sans-serif;
}
.entry--custom {
  text-align: center;
  box-shadow: 3px 4px 5px #f4f4f4;
  margin-bottom: 5.2rem;
}
.module__body .entry--custom {
  margin-bottom: 1.2rem;
}
.entry--custom .entry__title {
  margin-bottom: .8rem;
  text-transform: uppercase;
}
.entry--custom .entry__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  width: 100%;
}
.entry--custom .entry__header {
  padding: 0 1rem .1rem;
}
.entry--main {
  border-bottom: 1px solid #ddd;
}
.entry--main:last-of-type {
  border-bottom: 0;
}
.entry__more {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.067em;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
  background: #bf2e1a;
  text-align: center;
}
.entry__more:hover {
  background: #bf2e1a;
  color: #000;
  border-color: #bf2e1a;
}
@media (min-width: 480px) {
  .entry__more {
    padding-right: 3.2em;
    padding-left: 3.2em;
    margin-bottom: 0;
    width: auto;
  }
  .entry__more + .entry__more {
    margin-left: 0.5em;
  }
}
.entry__more:hover {
  background-color: #cc5847;
  color: #fff;
}
.entry__more:hover {
  opacity: 0.8;
}
@media (min-width: 680px) {
  .entry--custom .entry__header {
    padding: 0 1.5rem .1rem;
  }
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.terms {
  margin-top: 2em;
}
.terms__list:before {
  display: inline-block;
  font-family: 'Genericons';
  vertical-align: top;
}
.terms__list--categories:before {
  content: '\f301';
}
.terms__list--tags:before {
  content: '\f302';
}
.search-form {
  position: relative;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
}
.search-form__input::placeholder {
  text-align: center;
}
.search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0 0.5em;
  font-size: 1.25em;
  background: transparent;
  border-color: transparent;
  color: #000;
}
.search-form__button:before {
  content: '\f400';
  font-family: 'Genericons';
  vertical-align: text-top;
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
  box-shadow: 0 0 3px #7d7d7d;
}
.pagination > a:hover {
  background-color: #bf2e1a;
  color: #fff;
}
.pagination > span {
  color: rgba(64, 64, 66, 0.5);
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
}
.widget--tertiary {
  text-align: center;
}
.widget--secondary {
  text-align: center;
}
.widget--secondary .widget_nav_menu .menu__item a {
  text-transform: uppercase;
  color: #414042;
  font-size: 1.133em;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 2px;
}
.widget--secondary .widget_nav_menu .menu__item a:hover {
  color: #bf2e1a;
}
.widget_magicdust_testimonial {
  background-color: #f6f6f6;
}
.widget_magicdust_testimonial .testimonial {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2.3rem;
  padding-top: 6.8rem;
  margin-bottom: 4rem;
  border-bottom: 0;
  color: #302e2f;
}
.widget_magicdust_testimonial .testimonial:before {
  top: 39px;
  background-image: url(images/quote-alt.png);
  width: 54px;
  height: 40px;
}
.widget_magicdust_testimonial .testimonial-quote {
  line-height: 1.8;
  font-size: 0.933em;
  font-style: italic;
  text-align: center;
}
.widget_magicdust_testimonial .testimonial-title {
  text-transform: none;
  font-size: 0.933em;
}
.widget_magicdust_testimonial .testimonial-subtitle {
  color: #302e2f;
  font-style: italic;
  opacity: 1;
  font-weight: 600;
}
.widget_magicdust_testimonial .testimonial-flag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.widget_magicdust_testimonial .testimonial-flag-body {
  width: auto;
}
.widget_magicdust_testimonial .testimonial-flag-body {
  margin-left: .3rem;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.widget_magicdust_testimonial .testimonial-flag-image + .testimonial-flag-body {
  text-align: left!important;
}
@media (min-width: 960px) {
  .widget--secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 3rem;
  }
  .widget--secondary .widget_nav_menu .menu__item {
    margin: 0 2.2rem;
    display: inline-block;
  }
  .widget--secondary .widget_social_links {
    margin-left: 1.2rem;
  }
  .widget--secondary .widget_social_links .social-menu-item {
    margin: 0 .5rem;
  }
  .widget--tertiary {
    margin-bottom: 3.4rem;
  }
}
.widget_text .textwidget {
  font-family: 'Oswald', sans-serif;
  font-size: 1.087em;
}
.widget_text .textwidget p {
  margin-bottom: .7rem;
  letter-spacing: 3px;
}
.widget_text .textwidget a {
  color: #404042;
}
.widget_text .textwidget a:hover {
  color: #bf2e1a;
}
.social--primary {
  margin-top: 0;
  float: right;
}
.social-menu {
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .social--primary {
    float: none;
    margin-top: 1rem;
  }
}
@media (min-width: 960px) and (max-width: 1345px) {
  .social--primary {
    margin-top: .5rem;
  }
}
@media (min-width: 1356px) {
  .social--primary {
    margin-top: 2rem;
  }
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bf2e1a;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}
.social-menu-item a:hover {
  color: #fff;
  opacity: .8;
}
.social-menu-item a:before {
  content: '\f415';
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
  font-family: 'social-logos';
  text-align: center;
  text-decoration: none;
  speak: none;
}
.social-menu-item a[href*="tel:"] {
  background-color: transparent;
}
.social-menu-item a[href*="amazon"]:before {
  content: '\f600';
}
.social-menu-item a[href*="eventbrite"]:before {
  content: '\f603';
}
.social-menu-item a[href*="facebook"]:before {
  content: '\f204';
  font-family: 'Genericons';
}
.social-menu-item a[href*="feed"]:before {
  content: '\f413';
}
.social-menu-item a[href*="flickr"]:before {
  content: '\f211';
}
.social-menu-item a[href*="instagram"]:before {
  content: '\f215';
}
.social-menu-item a[href*="linkedin"]:before {
  content: '\f207';
}
.social-menu-item a[href*="plus.google"]:before {
  content: '\f218';
}
.social-menu-item a[href*="pinterest"]:before {
  content: '\f209';
}
.social-menu-item a[href*="reddit"]:before {
  content: '\f222';
}
.social-menu-item a[href*="skype"]:before {
  content: '\f220';
}
.social-menu-item a[href*="tumblr"]:before {
  content: '\f214';
}
.social-menu-item a[href*="twitch"]:before {
  content: '\f516';
}
.social-menu-item a[href*="twitter"]:before {
  content: '\f202';
}
.social-menu-item a[href*="vimeo"]:before {
  content: '\f212';
}
.social-menu-item a[href*="wordpress"]:before {
  content: '\f205';
}
.social-menu-item a[href*="youtube"]:before {
  content: '\f213';
}
.social-menu-item a[href*="mailto:"]:before {
  content: '\f410';
  font-family: 'Genericons';
}
.social-menu-item a[href*="tel:"]:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(images/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.social--primary .social-menu-item {
  margin: 0 .5em;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.module {
  padding: 3em 0 2em;
}
.module__header {
  margin-bottom: 2em;
  text-align: center;
}
.module--cta {
  position: relative;
  padding: 0;
}
.module__title {
  text-transform: uppercase;
}
.module--text {
  text-align: center;
  letter-spacing: 2px;
}
.module__body {
  margin-bottom: 2.2rem;
}
.module--clickable-panels,
.module--featured-post {
  padding: 4.2rem 0 2em;
}
.module--clickable-panels .module__header,
.module--featured-post .module__header {
  margin-bottom: 2.6rem;
}
.module--clickable-panels .module__body,
.module--featured-post .module__body {
  margin-bottom: 0;
}
.module--text {
  padding: 3em 0 3em;
}
.module--testimonials {
  padding-bottom: 0;
}
@media (min-width: 680px) {
  .module--icon-panels {
    padding: 4.78em 0 3.5em;
  }
}
.header {
  padding-top: 1em;
  padding-bottom: 1.1em;
}
.header:after {
  content: '';
  display: block;
  clear: both;
}
.header:after {
  content: '';
  display: block;
  clear: both;
}
.header__logo {
  display: block;
  margin-right: auto;
}
.header__logo-wrap {
  float: left;
  margin-top: 2rem;
}
@media (min-width: 490px) {
  .header__logo-wrap {
    margin-top: .4em;
  }
}
@media (min-width: 680px) {
  .header__logo-wrap {
    margin-top: .5em;
  }
}
@media (min-width: 960px) {
  .header {
    padding-top: 4em;
    padding-bottom: 3.1em;
  }
  .header__logo-wrap {
    float: none;
    margin-top: 0;
  }
  .header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.navigation {
  position: relative;
  margin-top: 1rem;
  text-align: center;
  clear: both;
}
.navigation:after {
  content: '';
  display: block;
  clear: both;
}
.navigation:after {
  content: '';
  display: block;
  clear: both;
}
.navigation .navbar {
  clear: both;
}
@media (min-width: 960px) and (max-width: 1356px) {
  .navigation {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  clear: none;
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main__header {
  margin-top: 3em;
  margin-bottom: 2em;
}
.error404 .main__header,
.page-template-template-no-sidebar .main__header {
  text-align: center;
}
.main__title {
  word-wrap: break-word;
}
.main__content {
  margin-bottom: 3em;
}
.main__content h1,
.main__content .h1 {
  letter-spacing: 3px;
}
.error404 .main__content,
.page-template-template-no-sidebar .main__content {
  text-align: center;
}
.main__banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  text-align: center;
  position: relative;
  box-shadow: inset 0 3px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 3rem;
}
.main__banner .container {
  height: 22.5rem;
}
.main__banner .main__title {
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 4.5rem;
}
.main__banner-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.main__image-details {
  color: #fff;
  margin: 0 auto;
}
.main__image-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.200em;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  display: block;
  padding-bottom: .4rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.main__image-description {
  font-size: 0.933em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.main__extra {
  margin-top: 3rem;
}
.main__extra--2nd {
  margin-bottom: 3em;
}
.main--archive .main__content {
  text-align: center;
}
.main-intro {
  margin-bottom: 3rem;
}
.main-intro__title {
  margin-bottom: .3rem;
}
.main-intro__subtitle {
  margin-top: 0;
}
.main-intro__description {
  margin-top: 3rem;
}
.main-intro-extratitle {
  margin-bottom: 2.5rem;
}
.main-intro--secondary {
  margin-bottom: 3rem;
  text-align: center;
}
.main-related {
  text-align: center;
}
.main-related__title {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.main__banner--single {
  margin-bottom: 3rem;
}
.main__banner--single .container {
  height: 5.5rem;
}
.main__banner--single .main__title {
  margin-bottom: 0;
}
.main__content--tax {
  text-align: center;
}
.main__content--tax .main-intro__description h1 + h2,
.main__content--tax .main-intro__description .h1 + h2,
.main__content--tax .main-intro__description h1 + .h2 {
  margin-top: 0;
}
.main__content--tax .main-intro__description h2 + p,
.main__content--tax .main-intro__description .h2 + p {
  margin-top: 3rem;
}
.main__content--single .main__header {
  margin-top: 0;
}
@media (min-width: 680px) {
  .main-related .main-related__title {
    margin-top: 6.9rem;
  }
  .main__extra {
    margin-top: 8rem;
  }
  .main__content p {
    letter-spacing: 2px;
  }
  .main-intro {
    margin-bottom: 9rem;
  }
  .main-intro--secondary {
    margin-bottom: 3rem;
  }
  .main__image-details {
    width: 26rem;
  }
  .main__banner-inner .main__title {
    margin-top: 2.3rem;
  }
  .main__banner--single .main__title {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .main__content--sidebar {
    padding-right: 7rem;
  }
  .main__content--single {
    padding-right: 3rem;
  }
  .main__banner:not(.main__banner--single) {
    margin-bottom: 8rem;
  }
  .main-intro__description,
  .main__content--secondary {
    padding: 0 4rem;
  }
}
.sidebar {
  margin-bottom: 3em;
}
.footer {
  background-color: #e9e9ea;
  padding-top: 2rem;
  padding-bottom: 1em;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer__fine-print {
  font-size: 0.875em;
  text-align: center;
}
@media (min-width: 680px) {
  .footer__fine-print {
    float: left;
    width: 50%;
    text-align: left;
  }
  .footer__fine-print--credit {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .footer {
    padding-top: 4rem;
  }
}
.cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  display: block;
  text-align: center;
  box-shadow: inset 0 3px 25px rgba(0, 0, 0, 0.5);
}
.cta .container {
  height: 20.8rem;
}
.cta__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
}
.cta__title {
  background-color: rgba(250, 250, 250, 0.6);
  font-weight: 300;
  padding: 1.4rem 2.1rem 1.6rem;
  display: inline-block;
  margin-bottom: 0;
  color: #292728;
}
.cta__subtitle {
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.200em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  margin-top: .8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-bottom: 0;
  padding-bottom: .1rem;
}
.cta__bottom {
  padding: 0 1rem;
  margin: 0 auto;
}
.cta__excerpt {
  margin-top: .5rem;
  color: #fff;
  font-size: 0.933em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .cta__title {
    padding: 3.4rem 1rem 3.6rem;
    letter-spacing: 6px;
  }
  .cta .container {
    height: 35.8rem;
  }
  .cta__subtitle {
    margin-top: 2.8rem;
  }
}
@media (min-width: 680px) {
  .cta__bottom {
    width: 26rem;
  }
}
@media (min-width: 960px) {
  .cta__title {
    padding: 3.4rem 10.1rem 3.6rem;
  }
  .cta__bottom {
    padding: 0 0;
  }
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: none;
  width: 100%;
}
.owl-prev:before,
.owl-next:before {
  content: "\f431";
  display: block;
  font-family: "Genericons";
  text-indent: 0;
  color: rgba(250, 250, 250, 0.8);
  font-size: 2.5em;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 2.5;
}
.owl-prev:hover:before,
.owl-next:hover:before {
  color: #fafafa;
}
.owl-prev {
  position: absolute;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  text-indent: -99999px;
}
.owl-next {
  position: absolute;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-indent: -99999px;
}
@media (min-width: 480px) {
  .owl-nav {
    display: block;
  }
  .owl-prev {
    left: 40px;
  }
  .owl-next {
    right: 40px;
  }
}
.owl-carousel {
  text-align: center;
}
.owl-stage-outer {
  text-align: left;
}
.owl-dots {
  margin-top: 1rem;
}
.owl-dots:after {
  content: '';
  display: block;
  clear: both;
}
.owl-dots:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  .owl-dots {
    position: absolute;
    bottom: 83px;
    left: 0;
    right: 0;
    margin-top: 0;
  }
}
.owl-dot {
  display: inline-block;
  background: none;
  border: 1px solid #c2c2c2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.7em;
}
.owl-dot:last-child {
  margin-right: 0;
}
@media (min-width: 480px) {
  .owl-dot {
    border: 1px solid rgba(250, 250, 250, 0.8);
    width: 19px;
    height: 19px;
  }
}
.owl-dot.active {
  background: #c2c2c2;
}
@media (min-width: 480px) {
  .owl-dot.active {
    background-color: rgba(250, 250, 250, 0.8);
  }
}
.icon {
  display: inline-block;
}
.icon:before {
  display: block;
  margin: 0 auto;
  background-color: top center;
}
.icon--aisle:before {
  content: url(images/icon-ailse.svg);
  width: 101px;
  height: 105px;
}
.icon--seat:before {
  content: url(images/icon-seat.svg);
  width: 110px;
  height: 105px;
}
.icon--sports:before {
  content: url(images/icon-sports.svg);
  width: 113px;
  height: 105px;
}
.icon--tag:before {
  content: url(images/icon-tag.svg);
  width: 113px;
  height: 105px;
}
.icon--hammer:before {
  content: url(images/icon-hammer.svg);
  width: 113px;
  height: 105px;
}
.icon--retractable-seating:before {
  content: url(images/icon-retractable-seating.svg);
  width: 113px;
  height: 105px;
}
.icon--stacking-chair:before {
  content: url(images/icon-stacking-chair.svg);
  width: 113px;
  height: 105px;
}
.icon-panels {
  position: relative;
  display: block;
  text-align: center;
  height: 13.5rem;
  box-shadow: 0 0 2px #a1a1a5;
  margin-bottom: 1rem;
}
a.icon-panels:hover {
  box-shadow: 0 0 10px #a1a1a5;
}
.icon-panels__title {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  bottom: 21%;
  top: auto;
  margin-top: 0;
  margin-bottom: 0;
  -ms-transform: translate(-50%, 27%);
      transform: translate(-50%, 27%);
}
.icon-panels__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  top: 35%;
}
@media (min-width: 680px) {
  .icon-panels__title {
    letter-spacing: 3px;
  }
  .icon-panels {
    height: 19.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .icon-panels__title {
    padding: 0 4rem;
    line-height: 1.7;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.067em;
  text-align: center;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
}
.btn:hover {
  background: #bf2e1a;
  color: #000;
  border-color: #bf2e1a;
}
@media (min-width: 480px) {
  .btn {
    padding-right: 3.2em;
    padding-left: 3.2em;
    margin-bottom: 0;
    width: auto;
  }
  .btn + .btn {
    margin-left: 0.5em;
  }
}
.btn-wrap {
  margin-top: 1.8rem;
}
.btn--alt {
  background-color: #fafafa;
  color: #bf2e1a;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  border-radius: 0;
  padding: 1.9rem 2rem;
  box-shadow: 0 1px 0 #a3a3a3;
}
.btn--alt:hover {
  color: #fff;
  background-color: #bf2e1a;
}
.btn-sticky {
  background-color: #bf2e1a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: .4rem 1.5rem .4rem 3.5rem;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 2px;
  z-index: 9999;
  text-align: center;
  font-size: .9rem;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  background-position: 20px center;
  background-image: url(images/icon-chat.svg);
}
.btn-sticky:hover {
  background-color: #cc5847;
  color: #fff;
}
@media (min-width: 680px) {
  .btn-sticky {
    padding: 1rem 1rem;
    right: -132px;
    top: 50%;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    width: 21rem;
    bottom: auto;
    letter-spacing: 4px;
    -ms-transform-origin: 50% 51%;
        transform-origin: 50% 51%;
    background-size: 74px 28px;
    background-position: 48px center;
    background-image: url(images/icon-contact.svg);
    padding-left: 7rem;
  }
}
/* for buttons appearance */
.btn--primary {
  background: #bf2e1a;
}
.btn--primary:hover {
  background-color: #cc5847;
  color: #fff;
}
.btn--secondary {
  background: #053A8C;
}
.btn--secondary:hover {
  background: #01112a;
  color: #fff;
  border-color: #01112a;
}
.btn--tertiary {
  background: transparent;
  color: #bf2e1a;
  border: 2px solid #bf2e1a;
}
.btn--tertiary:hover {
  background: #bf2e1a;
  color: #fff;
  border-color: #bf2e1a;
}
/* to used for wordpress or plugins buttons */
.btn--primary-imitter {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.067em;
  text-align: center;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
  background: #bf2e1a;
}
.btn--primary-imitter:hover {
  background: #bf2e1a;
  color: #000;
  border-color: #bf2e1a;
}
@media (min-width: 480px) {
  .btn--primary-imitter {
    padding-right: 3.2em;
    padding-left: 3.2em;
    margin-bottom: 0;
    width: auto;
  }
  .btn--primary-imitter + .btn--primary-imitter {
    margin-left: 0.5em;
  }
}
.btn--primary-imitter:hover {
  background-color: #cc5847;
  color: #fff;
}
@media (min-width: 680px) {
  .btn--wide {
    padding-right: 3.6em;
    padding-left: 3.6em;
  }
}
/* for button sizes */
.btn--lg {
  font-size: 1.3125rem;
  padding: 0.5em 0;
}
@media (min-width: 480px) {
  .btn--lg {
    padding: 0.1em 5.7em;
  }
}
.btn--md {
  font-size: 1.3125rem;
  padding: 0.5em 0;
}
@media (min-width: 480px) {
  .btn--md {
    padding: 0.1em 3.7em;
  }
}
.btn--sm {
  font-size: 0.938em;
  padding-right: .6em;
  padding-left: .6em;
}
.btn--icon {
  padding-right: .5em;
  padding-left: 1.3em;
}
.btn--icon:after {
  content: "\f431";
  font-size: 22px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: .6;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.btn--wide {
  padding-right: 3.8em;
  padding-left: 3.8em;
}
/* for full width buttons */
.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}
.clickable-panels {
  text-align: center;
  display: block;
  margin-bottom: 3rem;
}
.clickable-panels__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  height: 10.9rem;
}
.clickable-panels__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 1px solid #a0a0a4;
  padding-bottom: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.clickable-panels__title.clickable-panels__title {
  margin-top: 1.3rem;
}
.clickable-panels__text {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #424143;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .clickable-panels__img {
    height: 15.9rem;
  }
}
@media (min-width: 680px) {
  .clickable-panels {
    margin-bottom: 0;
  }
  .clickable-panels__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.testimonial-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding: 2.7rem 0rem 2.7rem;
  position: relative;
}
.testimonial {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 3rem;
}
.testimonial:before {
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 54px;
  height: 44px;
}
.main__content .testimonial:before {
  display: none;
}
.testimonial-flag-image img {
  width: 59px;
  height: 59px;
}
.testimonial--custom {
  margin-bottom: 4rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  color: #fff;
  padding-top: 5.1rem;
}
.testimonial--custom .testimonial-subtitle {
  display: block;
}
.grid__column:last-child .testimonial--custom {
  margin-bottom: 0;
}
.testimonial--custom .testimonial-quote {
  line-height: 1.4;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  text-shadow: 0 0px 5px #000;
}
.testimonial--custom .testimonial-quote p:last-of-type {
  margin-bottom: .9rem;
}
@media (min-width: 960px) {
  .testimonial--custom .testimonial-quote {
    letter-spacing: 1px;
  }
}
.testimonial--custom .testimonial-title {
  display: block;
  border-top: 1px solid #a1a1a5;
  letter-spacing: 2px;
  padding-top: 1rem;
  margin-bottom: .5rem;
}
@media (min-width: 960px) {
  .testimonial--custom .testimonial-title {
    display: inline-block;
    width: 18rem;
  }
}
.testimonial--custom .testimonial-flag-image {
  display: block;
}
.testimonial--custom .testimonial-flag-image img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 1px solid #fff;
}
.testimonial--custom .testimonial-flag-body {
  display: block;
}
.testimonial-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.testimonial-quote {
  font-style: italic;
}
@media (min-width: 680px) {
  .testimonial-wrap .testimonial--custom.testimonial {
    margin-bottom: 0;
  }
}
.wpcf7-submit {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.067em;
  text-align: center;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
  background: #bf2e1a;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background: #bf2e1a;
  color: #000;
  border-color: #bf2e1a;
}
@media (min-width: 480px) {
  .wpcf7-submit {
    padding-right: 3.2em;
    padding-left: 3.2em;
    margin-bottom: 0;
    width: auto;
  }
  .wpcf7-submit + .wpcf7-submit {
    margin-left: 0.5em;
  }
}
.wpcf7-submit:hover {
  background-color: #cc5847;
  color: #fff;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #e86857;
  background-color: #e86857;
  color: #fff;
  text-align: center;
}
div.wpcf7-validation-errors {
  border: 2px solid #f47321;
  background-color: #f47321;
  color: #fff;
  text-align: center;
}
.custom-gallery__item {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.products-details {
  text-align: center;
}
.product-details__item-content h1,
.product-details__item-content h2,
.product-details__item-content h3,
.product-details__item-content h4,
.product-details__item-content h5,
.product-details__item-content h6,
.product-details__item-content .h1,
.product-details__item-content .h2,
.product-details__item-content .h3,
.product-details__item-content .h4,
.product-details__item-content .h5,
.product-details__item-content .h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-top: 2rem;
}
.product-details__item-content h1:first-of-type,
.product-details__item-content h2:first-of-type,
.product-details__item-content h3:first-of-type,
.product-details__item-content h4:first-of-type,
.product-details__item-content h5:first-of-type,
.product-details__item-content h6:first-of-type,
.product-details__item-content .h1:first-of-type,
.product-details__item-content .h2:first-of-type,
.product-details__item-content .h3:first-of-type,
.product-details__item-content .h4:first-of-type,
.product-details__item-content .h5:first-of-type,
.product-details__item-content .h6:first-of-type {
  margin-top: 1rem;
}
.product-details__item-content p {
  letter-spacing: 2px;
}
.products-details__title {
  margin-top: 4.3rem;
  letter-spacing: 4px;
  margin-bottom: 3.3rem;
}
.product-details__item-title {
  font-size: 1.533em;
  font-family: 'Exo 2', sans-serif;
  font-weight: 500;
  margin-bottom: .3rem;
}
.product-details__item {
  margin-bottom: 3rem;
}
.products-buttons {
  text-align: center;
}
.products-buttons__item {
  width: auto;
  display: block;
  margin: 0 auto 1rem;
  margin-left: auto!important;
}
@media (min-width: 960px) {
  .products-buttons__item {
    width: 37em;
  }
  .product-details__item {
    margin-bottom: 5rem;
  }
  .product-details__item-content {
    padding: 0 4rem;
  }
}
body .popups .gform_wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 680px) {
  body .popups .gform_wrapper {
    margin-bottom: 2rem;
  }
}
body .popups .gform_wrapper form {
  margin-bottom: 0;
}
body .popups .gform_wrapper .gform_heading {
  margin-bottom: 17px;
}
body .popups .gform_wrapper .gform_title {
  letter-spacing: 2px!important;
  font-weight: 500;
  font-size: 1.067em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  margin-top: 1.8rem;
}
body .popups .gform_wrapper .gform_description {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.867em;
  line-height: 1.6;
  color: #939598;
  width: 100%;
}
body .popups .gform_wrapper ul.gform_fields li.gfield {
  margin-top: .7rem;
  padding-right: 0;
}
body .popups .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 2px;
  padding-left: .5rem;
  height: 2.2em;
  margin-top: 0;
}
body .popups .gform_wrapper .gform_footer {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 680px) {
  body .popups .gform_wrapper .gform_footer {
    width: 10.5rem;
  }
}
@media (min-width: 680px) {
  body .popups .gform_wrapper .gform_body {
    width: 10.5rem;
  }
}
body .popups .gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  margin-bottom: 0.1375em;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 0.8em;
  width: auto;
  vertical-align: middle;
  background: transparent;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.067em;
  text-align: center;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2px;
  width: 100%!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background-color: #bf2e1a;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  padding-left: 1.2rem;
  line-height: 1.4!important;
  cursor: pointer;
}
body .popups .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #bf2e1a;
  color: #000;
  border-color: #bf2e1a;
}
@media (min-width: 480px) {
  body .popups .gform_wrapper .gform_footer input[type=submit] {
    padding-right: 3.2em;
    padding-left: 3.2em;
    margin-bottom: 0;
    width: auto;
  }
  body .popups .gform_wrapper .gform_footer input[type=submit] + body .popups .gform_wrapper .gform_footer input[type=submit] {
    margin-left: 0.5em;
  }
}
body .popups .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
}
.popups__body {
  padding-left: 1rem;
  padding-right: 1rem;
}
.popups__img {
  width: 100%;
  background-color: #ddd;
  height: 10rem;
  background-repeat: no-repeat;
}
@media (min-width: 680px) {
  .popups__body {
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .popups {
    width: 622px;
  }
  .popups__img {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 960px) {
  .popups__body {
    padding-right: 2.5rem;
  }
}
.helper {
  overflow: hidden;
}
.container {
  box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) and (max-width: 930px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.container--lg {
  max-width: 1395px;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:after {
  content: '\f458';
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: middle;
  font-family: 'Genericons';
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.hmega {
  font-size: 2.5em;
}
@media (min-width: 480px) {
  .hmega {
    font-size: 3.333em;
    /* 50px */
  }
}
.visible--max-lg {
  display: block!important;
}
@media (min-width: 960px) {
  .visible--max-lg {
    display: none!important;
  }
}
.visible--min-lg {
  display: none!important;
}
@media (min-width: 960px) {
  .visible--min-lg {
    display: block!important;
  }
}
.pos-rel {
  position: relative;
}
/*UTILILTIES*/
.overlay {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.overlay--m {
  background: rgba(0, 0, 0, 0.6);
}
.video-wrap {
  margin: 3rem auto 3rem;
}
@media (min-width: 680px) {
  .video-wrap {
    margin: 6.5rem auto 4.5rem;
    width: 42rem;
  }
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #bf2e1a;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #922314;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
body .creativ-shortcode-toggle h3.creativ-shortcode-toggle-heading,
body .creativ-shortcode-toggle .h3.creativ-shortcode-toggle-heading {
  font-size: 16px;
  padding: 10px 60px 10px 20px;
  color: #fff;
  background-color: #bf2e1a;
}
body .creativ-shortcode-accordion .creativ-shortcode-toggle {
  margin: -1px 0 1.5rem 0;
  border: 0;
  box-shadow: 0 0 4px #e4e4e4;
}
body .creativ-shortcode {
  font-size: 14px;
  line-height: 1.6rem;
}
body .creativ-shortcode-accordion:before {
  display: block;
  content: '';
  border-top: 2px solid #8f8f8f;
  width: 10rem;
  height: 2px;
  padding-bottom: 1rem;
  width: 8.6rem;
}
@media (min-width: 960px) {
  body .creativ-shortcode-accordion {
    padding-top: 8rem;
  }
}
/*handles error message (VERTICAL)*/
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0;
  border: 0;
  margin: 0!important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
.gform_wrapper div.validation_error {
  display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
  background: none;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 2px;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error #gform_1 .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none!important;
  }
}
/* End error message */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background-color: rgba(238, 238, 238, 0.8);
}
.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: hidden;
  padding: 0;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}
/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  font-size: .9rem;
  top: auto;
  bottom: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
  font-size: .7rem;
}
/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  /* styling */
  border: none;
}
.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
