/*
	Theme Name: QuaKoken
	Theme URI: https://quakoken.nl
	Author: Team Nijhuis
	Author URI: https://teamnijhuis.com
	Description: Custom theme created by Team Nijhuis
	Version: 1.0
	License: Team Nijhuis
	Text Domain: teamnijhuis
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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 macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* ## Flexbox grid
--------------------------------------------- */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

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

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 480px) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 640px) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1023px) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

body {
  width: 100%;
  font-family: "Kumbh Sans", sans-serif;
  color: #FFF;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: #FFF;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
}

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

.responsive-video-wrapper img.lazy {
  transition: all 0.3s ease-out 0s;
}

img.loaded {
  opacity: 1;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.responsive-iframe-wrapper {
  position: relative;
  padding: 0 0 56.25% 0; /* 16:9 */
  height: 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

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

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

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  color: #FFFFFF;
  background: #000;
}

::selection {
  color: #FFFFFF;
  background: #000;
}

::-moz-selection {
  color: #FFFFFF;
  background: #000;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  position: relative;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery .gallery-item {
  display: block;
  position: relative;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.gallery.gallery-columns-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.gallery.gallery-columns-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.gallery.gallery-columns-4 {
  -moz-column-count: 4;
       column-count: 4;
}

/* ## Text
--------------------------------------------- */
h1, .h1 {
  font-size: 3em;
  line-height: 1.1;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
  padding: 0 0 30px 0;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  font-size: 3em;
  line-height: 1.1;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
  padding: 0 0 30px 0;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 2em;
  }
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.1;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 1.6em;
  }
}

h4, .h4,
.product > .gfield_label {
  font-size: 1.2em;
  line-height: 1.4;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 700;
  display: block;
}

a {
  color: #0F223B;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #C0D4C0;
}

p,
label,
address,
td,
th {
  font-weight: 300;
  font-family: "Kumbh Sans", sans-serif;
  color: #0F223B;
  line-height: 2;
  margin: 0;
  padding: 0 0 40px 0;
  position: relative;
}

.smaller {
  font-size: 0.9em;
}

.bigger {
  font-size: 1.2em;
}

ul,
ol {
  display: block;
  padding-bottom: 30px;
}
ul li,
ol li {
  display: block;
  position: relative;
  font-weight: 300;
  font-family: "Kumbh Sans", sans-serif;
  color: #0F223B;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
ul li:before,
ol li:before {
  position: absolute;
  left: 0;
}

ul li:before {
  display: block;
  height: 6px;
  width: 6px;
  background: #0F223B;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
}

ol li {
  counter-increment: step-counter;
  padding-left: 25px;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
}

.gform_description {
  display: none;
}

blockquote {
  display: block;
  position: relative;
  margin: 0 0 40px 20px;
  padding-left: 20px;
  border-left: 5px solid #0F223B;
}
blockquote p {
  font-style: italic;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
blockquote p:before, blockquote p:after {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: 900;
  font-size: 0.6em;
  position: relative;
  top: -15px;
  display: inline-block;
  margin: 0 10px 0 0;
}
blockquote p:after {
  content: "\f10e";
  top: 10px;
  margin: 0 0 0 10px;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

.white-bg {
  background: #FFF;
}

.black-bg {
  background: #000;
}

/* ## Forms styling
--------------------------------------------- */
label {
  color: #000;
  display: block;
  padding: 0 0 5px 0;
  font-weight: 400;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  width: 100%;
  font-weight: 300;
  font-family: "Kumbh Sans", sans-serif;
  color: #0F223B;
  line-height: 2;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  display: block;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #CCC;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: green;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
}

.ginput_container_select,
.select-wrap {
  display: block;
  position: relative;
  background: #FFF;
  border-radius: 8px;
}
.ginput_container_select:before,
.select-wrap:before {
  font-family: "Font Awesome 5 Free";
  color: #0F223B;
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 12px;
}

textarea {
  height: 130px;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## Gravity forms addons
--------------------------------------------- */
.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea {
  border-color: red;
}

.gform_wrapper {
  position: relative;
  padding: 0 0 40px 0;
}
.gform_wrapper ul {
  margin: 0 -20px;
  padding: 0;
  text-align: left;
}
.gform_wrapper ul .ginput_complex:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
}
.gform_wrapper ul li {
  display: block;
  margin: 0;
  padding: 0 20px 20px 20px;
  clear: both;
  vertical-align: top;
}
.gform_wrapper ul li:before {
  display: none;
}
.gform_wrapper ul li.hidden_field {
  display: none;
}
.gform_wrapper ul li.hidden_label > label {
  display: none;
}
.gform_wrapper ul li .name_first,
.gform_wrapper ul li .name_last, .gform_wrapper ul li.first-field, .gform_wrapper ul li.last-field {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 460px) {
  .gform_wrapper ul li .name_first,
  .gform_wrapper ul li .name_last, .gform_wrapper ul li.first-field, .gform_wrapper ul li.last-field {
    float: none;
    width: 100%;
  }
}
.gform_wrapper ul li .name_first, .gform_wrapper ul li.first-field {
  padding-right: 10px;
}
.gform_wrapper ul li .name_last, .gform_wrapper ul li.last-field {
  padding-left: 10px;
  clear: none;
}
@media only screen and (max-width: 460px) {
  .gform_wrapper ul li .name_first,
  .gform_wrapper ul li .name_last {
    padding-left: 0;
    padding-right: 0;
  }
  .gform_wrapper ul li.first-field, .gform_wrapper ul li.last-field {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gform_wrapper ul li.product {
  display: inline-block;
  margin: 0;
  padding: 20px;
  background: #FFF;
  border-radius: 8px;
  width: calc(33.33% - 44px);
  clear: none;
  margin: 0 20px 20px 20px;
  border: 1px solid #CCC;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .gform_wrapper ul li.product {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 480px) {
  .gform_wrapper ul li.product {
    width: calc(100% - 40px);
    clear: both;
  }
}
.gform_wrapper ul li.product img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: 10px;
  border-radius: 8px;
}
.gform_wrapper ul li.product span {
  display: block;
}
.gform_wrapper ul li.product .gfield_description {
  padding-bottom: 10px;
  display: block;
  font-size: 0.8em;
}
.gform_wrapper ul li.product .ginput_product_price_label,
.gform_wrapper ul li.product .ginput_product_price {
  display: block;
  font-weight: 600;
  color: #000;
  float: left;
}
.gform_wrapper ul li.product .ginput_product_price {
  margin-bottom: 10px;
}
.gform_wrapper ul li.gfield_total {
  color: #000;
  font-weight: 700;
}
.gform_wrapper ul li.gfield_total label,
.gform_wrapper ul li.gfield_total > div {
  display: inline-block;
}
.gform_wrapper ul li.gfield_total label {
  padding-right: 10px;
}
.gform_wrapper ul li.gfield_total .ginput_container_total {
  font-size: 1.4em;
}
.gform_wrapper ul .ginput_container_date .screen-reader-text {
  display: none;
}
.gform_wrapper ul .ginput_container_singleproduct .ginput_quantity_label {
  display: block;
  width: 60px;
  float: left;
  clear: both;
  padding-top: 10px;
  margin-top: 5px;
}
.gform_wrapper ul .ginput_container_singleproduct .ginput_quantity {
  display: block;
  width: calc(100% - 70px);
  float: right;
  margin-top: 5px;
}
.gform_wrapper ul .ginput_container_singleproduct .gform_hidden {
  display: block;
  height: 1px;
  opacity: 0;
  width: 100%;
  clear: both;
}
.gform_wrapper ul .ginput_container_singleproduct:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
}

#gf_coupon_info {
  position: relative;
  clear: both;
}
#gf_coupon_info .gf_coupon_invalid {
  display: block;
  width: 100%;
}
#gf_coupon_info .gf_coupon_invalid span {
  display: block;
  padding: 20px 20px 20px 30px;
}

#gf_coupons_container_1 .gf_coupon_code {
  float: left;
  width: calc(100% - 230px);
  display: block;
  margin-bottom: 10px;
}
#gf_coupons_container_1 input[type=button] {
  width: 220px;
  float: right;
  display: block;
  margin: 0 !important;
  height: 54px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
#gf_coupons_container_1:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
}
@media only screen and (max-width: 480px) {
  #gf_coupons_container_1 .gf_coupon_code,
  #gf_coupons_container_1 input[type=button] {
    width: 100%;
    float: none;
  }
}

#gf_coupon_info tbody,
#gf_coupon_info tr {
  width: 100%;
}
#gf_coupon_info .gf_coupon_name_container a {
  display: inline-block;
  margin-right: 10px !important;
}

body .gform_wrapper #gf_coupon_info table {
  width: 100% !important;
}

.menu-seperator {
  clear: both;
  display: block;
  border-bottom: 3px solid #0F223B;
  padding: 20px;
  border-radius: 1.5px;
}

.gform_footer {
  padding-top: 15px;
}

.gfield_required {
  display: inline-block;
  margin-left: 5px;
}

.validation_error {
  font-weight: 300;
  font-family: "Kumbh Sans", sans-serif;
  color: red;
  line-height: 2;
  margin: 0 0 20px 0;
  padding: 20px;
  position: relative;
  background: #FFF;
  border: 1px solid red;
  border-radius: 8px;
}

.validation_message {
  font-size: 0.8em;
  line-height: 1.2;
  display: block;
  padding-top: 5px;
  font-style: italic;
  color: red;
}

body img.gform_ajax_spinner {
  padding: 40px;
  height: auto;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  background: #FFF;
  z-index: 1000;
  transform: translate(-50%, -50%);
  padding-top: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

/* ## Datepicker styling
--------------------------------------------- */
.ui-datepicker {
  background: #FFF;
  padding: 20px;
  top: 0;
  width: 260px;
  border-radius: 25px;
  position: absolute;
  z-index: 200 !important;
  display: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.ui-datepicker a {
  color: #0F223B;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  width: 50%;
  float: left;
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-align: right;
}
.ui-datepicker .ui-datepicker-title {
  clear: both;
  display: block;
  margin: 0 0 10px 0;
  padding-top: 10px;
}
.ui-datepicker .ui-datepicker-title select {
  width: calc(50% - 5px);
  float: left;
  display: block;
}
.ui-datepicker .ui-datepicker-title select:first-child {
  margin-right: 5px;
}
.ui-datepicker .ui-datepicker-title select:last-child {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-title:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
  width: 0;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar td, .ui-datepicker .ui-datepicker-calendar th {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-calendar td a {
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  font-weight: 700;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  display: block;
  width: 100%;
  padding: 20px 40px;
  color: #FFF;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  background: #0F223B;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #C0D4C0;
}

/* ## Header
--------------------------------------------- */
#main-header {
  position: relative;
  padding: 25px 0;
  text-align: center;
}
#main-header .site-logo {
  display: inline-block;
  margin: 0;
  max-width: 400px;
}
#main-header .site-logo img {
  height: auto;
  width: 100%;
  display: block;
}

/* ## Main
--------------------------------------------- */
.wrap {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.wrap.full-width {
  max-width: 100%;
}

.text-wrap {
  max-width: 960px;
}
.text-wrap.align-center {
  margin: 0 auto;
  text-align: center;
}

.content-row {
  padding: 40px 0 0 0;
}

.light-grey-bg {
  background: #EFEFEF;
}

.payment-info {
  display: block;
  padding: 20px;
  margin: -10px 0 40px 0;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
}
.payment-info img {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: auto;
  position: relative;
  top: 8px;
  margin-top: -5px;
}

/* ## Footer
--------------------------------------------- */
#main-footer {
  padding-top: 40px;
}
#main-footer .site-logo {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}
#main-footer .site-logo img {
  width: 100%;
  line-height: 0;
  height: auto;
  line-height: 0;
}

/*# sourceMappingURL=style.css.map*/