/*! 

    Theme Name: Boiler Room
    Author: Niko
    Author URI: https://nikolashaug.com
    Description: A Small Business Theme
    Version: 1.1

*/
/** 
*
* VARIABLES
*
*/
/** 
*
* Media queries for a mobile first layout
*
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 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 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
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; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/**
*
* Reset the box-sizing to border box
*
*/
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

figure {
  margin: 0; }

/**
*
* BASE HTML
*
*/
html {
  font-size: 62.5%;
  font-family: "Roboto Slab", serif;
  color: rgba(0, 0, 0, 0.7); }

body {
  line-height: 1.5;
  background-color: #FBFCFD;
  font-size: 1.6rem; }

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.8px; }

h1,
h2,
h3,
h4,
h5 {
  margin: 1.2rem 0;
  font-weight: 700;
  font-family: "Railroad Gothic W01";
  letter-spacing: 1px;
  line-height: 1.2;
  color: #000; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.4rem; }

@media (min-width: 750px) {
  h1 {
    font-size: 3.6rem; }
  h2 {
    font-size: 3.2rem; }
  h3 {
    font-size: 2.8rem; }
  h4 {
    font-size: 2.4rem; }
  h5 {
    font-size: 2rem; } }

a {
  color: #3C2E37;
  text-decoration: none;
  font-family: "Railroad Gothic W01"; }
  a:hover, a:active, a:focus {
    color: #846579;
    text-decoration: underline; }

/** 
*
* COMPONENTS
*
*/
/*
 * MENU BUTTON
 */
.slider-menu__toggler {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  background: #D7D9CE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }

.slider-menu__toggler span {
  left: 8px; }

.slider-menu__toggler span,
.slider-menu__toggler span::before,
.slider-menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #221E20;
  border-radius: 20px;
  transition: 0.1s cubic-bezier(0.77, 0, 0.175, 1); }

.slider-menu__toggler span::before {
  top: -8px; }

.slider-menu__toggler span::after {
  top: 8px; }

.slider-menu__toggler.active > span {
  background: transparent; }

.slider-menu__toggler.active > span::before,
.slider-menu__toggler.active > span::after {
  background: #4b4246;
  top: 0px; }

.slider-menu__toggler.active > span::before {
  transform: rotate(-225deg); }

.slider-menu__toggler.active > span::after {
  transform: rotate(225deg); }

/*
  * SLIDING MENU PANEL - Desktop view
  */
.slider-menu {
  height: 100%;
  background: #FBFCFD;
  justify-content: center;
  transition: 0.3s right ease-out; }

.slider-menu.active {
  right: 0; }

.slider-menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 1rem 1rem 1rem;
  margin: 0; }

.slider-menu ul li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 1rem;
  color: #3C2E37;
  transition: all 0.3s; }

.slider-menu ul li a:hover {
  color: #846579; }

/* 
 * MEDIA QUERIES - Mobile view
*/
@media only screen and (max-width: 750px) {
  .slider-menu {
    width: 250px;
    right: -250px;
    padding: 5rem 0 0 3.5rem; }
  .slider-menu {
    position: fixed;
    top: 0;
    z-index: 998;
    height: 100%;
    /* overflow: scroll; */ }
  .slider-menu ul {
    flex-direction: column; }
  .slider-menu ul li a {
    font-size: 2rem; }
  .slider-menu__toggler {
    display: flex; } }

blockquote {
  background: transparent;
  margin: 0 0 1.2rem 0;
  border-left: 10px solid #D7D9CE;
  padding: 0 1.5rem;
  font-size: 1.3rem; }
  blockquote cite {
    display: block;
    margin-top: 1.2rem;
    font-size: 1rem; }

.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  font-family: "Railroad Gothic W01";
  font-size: 1.5rem;
  text-transform: none;
  padding: 1rem 1.5rem;
  margin: 0 0 1.5rem 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  transition: all 0.3s; }

.button:hover, a.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  text-decoration: none; }

.button:focus, .button:active, a.button:focus, a.button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none; }

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0; }

.accent-button,
a.accent-button {
  color: #fff;
  border: 1px solid #221E20;
  background: #221E20; }
  .accent-button:hover, .accent-button:focus, .accent-button:active,
  a.accent-button:hover,
  a.accent-button:focus,
  a.accent-button:active {
    color: #3d363a;
    border: 1px solid #070607;
    background: #070607; }

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7); }
  .muted-button:hover, .muted-button:focus, .muted-button:active,
  a.muted-button:hover,
  a.muted-button:focus,
  a.muted-button:active {
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.7);
    background: transparent; }

.round-button,
a.round-button {
  border-radius: 40px; }

.square-button,
a.square-button {
  border-radius: 0; }

.full-button,
a.full-button {
  display: block;
  width: 100%; }

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #D7D9CE;
  border-radius: 4px;
  padding: 1rem;
  outline: none;
  background: #f2f2f2;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  width: 100%;
  max-width: 100%;
  line-height: 1; }

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #c0c3b1; }

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #3C2E37;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #927186; }

textarea {
  overflow: auto;
  height: auto; }

fieldset {
  border: 1px solid #D7D9CE;
  border-radius: 4px;
  padding: 1rem;
  margin: 1.2rem 0; }

legend {
  padding: 0 0.5rem;
  font-weight: 600; }

select {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5; }

select::-ms-expand {
  display: none; }

[type="range"] {
  width: 100%; }

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 0.5rem; }

@media (min-width: 750px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem; } }

input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid red;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #ffb3b3; }

input.is-success, input.is-success:hover, input.is-success:focus, input.is-success:active,
select.is-success,
select.is-success:hover,
select.is-success:focus,
select.is-success:active,
textarea.is-success,
textarea.is-success:hover,
textarea.is-success:focus,
textarea.is-success:active {
  border: 1px solid green;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #01ff01; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7); }

.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  opacity: 0;
  transform: translateX(10rem);
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer; }
  .scroll-top-btn::before {
    content: "\2191";
    display: block;
    color: #fff;
    font-size: 2.6rem;
    position: absolute;
    left: 12px;
    bottom: 0; }

.scroll-top-btn:hover {
  background: rgba(0, 0, 0, 0.9); }

/**
*
* LAYOUT
*
*/
.container {
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: auto;
  margin-left: auto; }

.container-full {
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: auto;
  margin-left: auto; }

.container-stretch {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: .5rem;
  padding-left: .5rem; }

.container-sm {
  max-width: calc(480px * 0.95);
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: auto;
  margin-left: auto; }

.container-med {
  max-width: calc(750px * 0.95);
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: auto;
  margin-left: auto; }

.container-lg {
  max-width: calc(1100px * 0.95);
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 480px) {
  .container {
    max-width: calc(480px * 0.95); } }

@media (min-width: 750px) {
  .container {
    max-width: calc(750px * 0.95); } }

@media (min-width: 1100px) {
  .container {
    max-width: calc(1100px * 0.95); } }

@media (min-width: 1200px) {
  .container {
    max-width: calc(1200px * 0.95); } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row-gallery {
  max-height: 2rem;
  overflow: hidden; }

[class^="col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-auto {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col {
  flex-grow: 1;
  flex-basis: auto;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-offset-3 {
  margin-left: 25%; }

.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-offset-6 {
  margin-left: 50%; }

.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-offset-9 {
  margin-left: 75%; }

.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%; }
  .col-sm-auto {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .justify-content-sm-center {
    justify-content: center; }
  .justify-content-sm-between {
    justify-content: space-between; }
  .justify-content-sm-around {
    justify-content: space-around; } }

@media (min-width: 750px) {
  .col-med {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%; }
  .col-med-auto {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-med-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-med-offset-1 {
    margin-left: 8.33333%; }
  .col-med-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-med-offset-2 {
    margin-left: 16.66667%; }
  .col-med-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-med-offset-3 {
    margin-left: 25%; }
  .col-med-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-med-offset-4 {
    margin-left: 33.33333%; }
  .col-med-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-med-offset-5 {
    margin-left: 41.66667%; }
  .col-med-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-med-offset-6 {
    margin-left: 50%; }
  .col-med-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-med-offset-7 {
    margin-left: 58.33333%; }
  .col-med-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-med-offset-8 {
    margin-left: 66.66667%; }
  .col-med-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-med-offset-9 {
    margin-left: 75%; }
  .col-med-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-med-offset-10 {
    margin-left: 83.33333%; }
  .col-med-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-med-offset-11 {
    margin-left: 91.66667%; }
  .col-med-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-med-offset-12 {
    margin-left: 100%; }
  .justify-content-med-center {
    justify-content: center; }
  .justify-content-med-between {
    justify-content: space-between; }
  .justify-content-med-around {
    justify-content: space-around; } }

@media (min-width: 1100px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%; }
  .col-lg-auto {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .justify-content-lg-center {
    justify-content: center; }
  .justify-content-lg-between {
    justify-content: space-between; }
  .justify-content-lg-around {
    justify-content: space-around; } }

/** 
*
* UTILITY CLASSES
*
*/
.clearfix {
  content: "";
  display: table;
  clear: both; }

.dis-block {
  display: block; }

.dis-inline {
  display: inline; }

.dis-inline-block {
  display: inline-block; }

.dis-flex {
  display: flex; }

.show {
  display: block; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.margin-auto {
  margin: 0 auto; }

.margin-top-auto {
  margin-top: auto; }

.margin-bottom-auto {
  margin-bottom: auto; }

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

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

.margin-top-zero {
  margin-top: 0; }

.margin-bottom-zero {
  margin-bottom: 0; }

.margin-left-zero {
  margin-left: 0; }

.margin-right-zero {
  margin-right: 0; }

.margin-top {
  margin-top: 1rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-left {
  margin-left: 1rem; }

.margin-right {
  margin-right: 1rem; }

.margin-complete {
  margin: 1rem; }

.padding-top-auto {
  padding-top: auto; }

.padding-bottom-auto {
  padding-bottom: auto; }

.padding-left-auto {
  padding-left: auto; }

.padding-right-auto {
  padding-right: auto; }

.padding-top-zero {
  padding-top: 0; }

.padding-bottom-zero {
  padding-bottom: 0; }

.padding-left-zero {
  padding-left: 0; }

.padding-right-zero {
  padding-right: 0; }

.padding-top {
  padding-top: 1rem; }

.padding-bottom {
  padding-bottom: 1rem; }

.padding-left {
  padding-left: 1rem; }

.padding-right {
  padding-right: 1rem; }

.padding-complete {
  padding: 1rem; }

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

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

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

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

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

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.center-align {
  display: flex;
  justify-content: center;
  align-items: center; }

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

@media (max-width: 1100px) {
  .flex-order-sm-1 {
    order: 1; } }

@media (max-width: 480px) {
  .pad-xs-0 {
    padding-left: 0;
    padding-right: 0; }
  .mar-xs-0 {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 750px) {
  .pad-sm-0 {
    padding-left: 0;
    padding-right: 0; }
  .mar-sm-0 {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 1100px) {
  .pad-med-0 {
    padding-right: 0;
    padding-left: 0; }
  .mar-med-0 {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 1200px) {
  .pad-lg-0 {
    padding-right: 0;
    padding-left: 0; }
  .mar-lg-0 {
    margin-left: 0;
    margin-right: 0; } }

/**
*
* THEME SPECIFIC COMPONENTS
*
*/
@font-face {
  font-family: "Railroad Gothic W01";
  src: url("Fonts/706873/42650c0f-824e-4917-8df4-7e53880ebb65_.eot#iefix");
  src: url("Fonts/706873/42650c0f-824e-4917-8df4-7e53880ebb65_.eot#iefix") format("eot"), url("Fonts/706873/c2134680-ae29-4384-a0f2-71a00ca66e73.woff2") format("woff2"), url("Fonts/706873/e1a2c994-15ae-4b49-88e9-c8667b067643.woff") format("woff"), url("Fonts/706873/beab2e5b-9909-41b2-95dd-f250fcfe6855.ttf") format("truetype"); }

body {
  transition: background .3s; }

body.dimmed {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer; }

body.custom-background.dimmed {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer; }

header {
  border-bottom: 1px solid #D7D9CE;
  margin-bottom: 2rem; }

.row--nav-pad {
  padding: 1.5rem; }

.site-tagline {
  font-family: "Roboto Slab", serif;
  font-size: 1.6rem;
  font-weight: 400;
  border-right: 2px solid #D7D9CE;
  border-left: 2px solid #D7D9CE;
  padding: 0 .5rem; }

footer {
  background: #E0E0E0; }

.footer-widget {
  padding: 2rem;
  text-align: center; }

.footer__socials {
  background: #221E20;
  padding: 3.5rem 0; }

.footer__icon {
  padding: 0 1rem;
  margin-bottom: 1rem;
  color: #22AED1;
  transition: all .3s; }
  .footer__icon:hover {
    color: #5bc9e4; }

.footer__copyright {
  color: #fff; }

.wpcf7-submit {
  width: 100%; }

.wp-block-image figure {
  margin-top: 2rem; }

@media (max-width: 650px) {
  .wp-block-image .alignright {
    float: none;
    margin: 0; }
    .wp-block-image .alignright img {
      width: 100%;
      height: auto; } }

a.button--order-online {
  padding: 4rem;
  font-size: 5rem;
  letter-spacing: .8px;
  border: none;
  background: #22AED1;
  transition: all .2s ease; }
  a.button--order-online:hover {
    border: none;
    background: #5bc9e4; }
  a.button--order-online:active {
    transform: translateY(-2px);
    box-shadow: 0 2px 2px #000; }
  @media (max-width: 750px) {
    a.button--order-online {
      font-size: 3.5rem; } }
