@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
@import url("https://use.typekit.net/hwx4tya.css");
*:focus, *:active, *:hover {
  outline: none;
}

*::before, *::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

div, div:hover, div:focus, div:active,
p,
p:hover,
p:focus,
p:active,
a,
a:hover,
a:focus,
a:active,
strong,
strong:hover,
strong:focus,
strong:active,
i,
i:hover,
i:focus,
i:active,
h1,
h1:hover,
h1:focus,
h1:active,
h2,
h2:hover,
h2:focus,
h2:active,
h3,
h3:hover,
h3:focus,
h3:active,
h4,
h4:hover,
h4:focus,
h4:active,
h5,
h5:hover,
h5:focus,
h5:active,
h6,
h6:hover,
h6:focus,
h6:active,
sup,
sup:hover,
sup:focus,
sup:active,
sub,
sub:hover,
sub:focus,
sub:active,
section,
section:hover,
section:focus,
section:active,
footer,
footer:hover,
footer:focus,
footer:active,
header,
header:hover,
header:focus,
header:active,
body,
body:hover,
body:focus,
body:active {
  -webkit-tap-highlight-color: transparent;
}

p {
  margin-bottom: 1em;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1em;
}

address {
  margin: 0 0 1em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Sackers Gothic Std';
  src: url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Light.eot");
  src: url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Light.woff2") format("woff2"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Light.woff") format("woff"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Light.ttf") format("truetype"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Light.svg#SackersGothicStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sackers Gothic Std';
  src: url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Medium.eot");
  src: url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Medium.woff2") format("woff2"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Medium.woff") format("woff"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Medium.ttf") format("truetype"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Medium.svg#SackersGothicStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sackers Gothic Std';
  src: url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Heavy.eot");
  src: url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Heavy.woff2") format("woff2"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Heavy.woff") format("woff"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Heavy.ttf") format("truetype"), url("../assets/fonts/sackers-gothic-std/SackersGothicStd-Heavy.svg#SackersGothicStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

em {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*General Style*/
body {
  color: #292A2B;
  font-family: "Poppins";
  font-size: 16px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1em;
  width: 100%;
}

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

.clearfix {
  display: block;
  height: 1%;
}

.clear::before,
.clear::after,
.entry-content::before,
.single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description::before,
.accordion-content .inner-wrap::before,
.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4)::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content::before,
section.no-results.not-found::before,
.entry-content::after,
.single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description::after,
.accordion-content .inner-wrap::after,
.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4)::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content::after,
section.no-results.not-found::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description::after,
.accordion-content .inner-wrap::after,
.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4)::after,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content::after,
section.no-results.not-found::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description,
.accordion-content .inner-wrap,
.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4),
.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
section.no-results.not-found,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description .wp-smiley,
.accordion-content .inner-wrap .wp-smiley,
.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) .wp-smiley,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .wp-smiley,
section.no-results.not-found .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 0;
}

.gallery img {
  display: block;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.full-width {
  float: left;
  width: 100%;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.alignleft {
  display: inline;
  margin-right: 1em;
}

.alignright {
  display: inline;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignvertical {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 50px;
  font-family: "alga";
}

h2 {
  font-size: 36px;
  font-family: "alga";
}

h3 {
  font-size: 24px;
  font-family: "alga";
}

h4 {
  font-size: 20px;
  font-family: "alga";
}

h5 {
  font-size: 18px;
  font-family: "alga";
}

h6 {
  font-size: 15px;
  font-family: "alga";
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}

.icon-angle-down-white:before, .icon-angle-down:before, .icon-angle-left:before, .icon-angle-right:before, .icon-angle-up:before, .icon-arrow-down-solid:before, .icon-arrow-down:before, .icon-arrow-left-solid:before, .icon-arrow-right-solid:before, .icon-cart:before, .icon-check:before, .icon-close:before, .icon-facebook-brands:before, .icon-facebook:before, .icon-feather-arrow-right:before, .icon-feather-check:before, .icon-google-plus-g:before, .icon-icon-feather-check:before, .icon-instagram:before, .icon-linkedin:before, .icon-long-arrow-alt-right:before, .icon-long-arrow-left:before, .icon-long-arrow-right:before, .icon-pinterest:before, .icon-search-icon:before, .icon-search:before, .icon-shopping-bag-solid:before, .icon-sort-up-solid:before, .icon-twitter:before, .icon-user:before, .icon-youtube:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-angle-down-white:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-arrow-down-solid:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left-solid:before {
  content: "";
}

.icon-arrow-right-solid:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-facebook-brands:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-feather-arrow-right:before {
  content: "";
}

.icon-feather-check:before {
  content: "";
}

.icon-google-plus-g:before {
  content: "";
}

.icon-icon-feather-check:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-long-arrow-alt-right:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-search-icon:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-shopping-bag-solid:before {
  content: "";
}

.icon-sort-up-solid:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.site-header {
  background-color: transparent;
  left: 0;
  padding: 45px 0;
  position: fixed;
  top: 0;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1199px) {
  .site-header {
    background-color: #9F1829;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding: 10px 0;
  }
}

.site-header__sticky {
  padding: 15px 0;
  background-color: #9F1829;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(159, 24, 41, 0.35);
          box-shadow: 0px 5px 10px 2px rgba(159, 24, 41, 0.35);
}

.site-header__sticky .site-header-top {
  top: -15px;
}

.site-header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.site-branding-main-logo {
  padding-left: 45px;
}

@media (max-width: 1199px) {
  .site-branding-main-logo {
    margin: 0 auto;
    padding: 0;
  }
}

.site-branding-main-logo svg {
  display: block;
  width: 269px;
}

@media (max-width: 1366px) {
  .site-branding-main-logo svg {
    width: 200px;
  }
}

@media (max-width: 1280px) {
  .site-branding-main-logo svg {
    width: 175px;
  }
}

@media (max-width: 480px) {
  .site-branding-main-logo svg {
    width: 150px;
  }
}

.site-branding-main-logo svg path {
  fill: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .site-branding-main-logo {
    margin-right: auto;
  }
}

.header-menu-left,
.header-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-left li,
.header-menu-right li {
  list-style: none;
}

.header-menu-left li a,
.header-menu-right li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 900;
}

.logo-menu-wrapper {
  position: relative;
}

.site-header-top {
  position: absolute;
  right: 15px;
  top: -27px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

@media (max-width: 1199px) {
  .site-header-top {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-navigation {
    padding-right: 45px;
  }
}

.site-header-cart-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .site-header-cart-desktop {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.site-header-cart-desktop .cart-contents {
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.site-header-cart-desktop .cart-contents:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.site-header-cart-desktop a:last-child {
  color: #fff;
  margin-left: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.site-header-cart-desktop a:last-child:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.ie .site-branding-main-logo svg {
  height: 60px;
}

.mobile-lang-switcher {
  padding: 0 15px;
}

.mobile-lang-switcher ul {
  padding: 0 !important;
}

.mobile-lang-switcher ul .wpml-ls-item {
  margin: 0 30px 0 0 !important;
}

.mini-cart {
  position: relative;
}

.mini-cart .cart-count {
  background-color: #292A2B;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  height: 17px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -7px;
  width: 17px;
}

.logo-menu-wrapper:after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  visibility: hidden;
  z-index: -1;
}

.menu-opened .logo-menu-wrapper:after {
  opacity: 1;
  z-index: 0;
  visibility: visible;
}

.menu-opened .logo-menu-wrapper .menu-toggle-wrapper span {
  background-color: #ffffff;
}

.logo-menu-wrapper .main-navigation {
  display: none;
  margin: auto;
  min-width: 270px;
  top: 0;
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation {
    display: block;
  }
  .logo-menu-wrapper .main-navigation ul {
    padding-top: 40px;
  }
  .logo-menu-wrapper .main-navigation li {
    list-style-type: none;
    margin: 10px;
  }
  .logo-menu-wrapper .main-navigation li a {
    color: #ffffff;
  }
}

.admin-bar .logo-menu-wrapper .main-navigation {
  top: 32px;
}

.logo-menu-wrapper .main-navigation .arrow-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 5px;
  position: absolute;
  right: -2px;
  top: 0;
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .arrow-toggle {
    font-size: 20px;
    padding: 15px;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 40px;
  }
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    background-color: #9F1829;
    bottom: 0;
    overflow: auto;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 999;
  }
  .menu-opened .logo-menu-wrapper .main-navigation {
    display: block !important;
    right: 0%;
  }
}

.logo-menu-wrapper .main-navigation .main-menu-container ul {
  margin: 0;
  padding: 0;
}

.logo-menu-wrapper .main-navigation .main-menu-container ul li {
  display: block;
  margin: 0;
  position: relative;
  color: #9F1829;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.logo-menu-wrapper .main-navigation .main-menu-container ul li.current-menu-item, .logo-menu-wrapper .main-navigation .main-menu-container ul li.current_page_parent {
  color: #292A2B;
}

@media (min-width: 1200px) {
  .logo-menu-wrapper .main-navigation .main-menu-container ul li:hover {
    color: #292A2B;
  }
}

@media (min-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container ul li {
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container ul li {
    border-bottom: 1px solid rgba(242, 237, 233, 0.3);
  }
  .logo-menu-wrapper .main-navigation .main-menu-container ul li:after {
    content: none;
  }
}

.logo-menu-wrapper .main-navigation .main-menu-container ul li a {
  color: inherit;
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}

@media (max-width: 1440px) {
  .logo-menu-wrapper .main-navigation .main-menu-container ul li a {
    padding: 15px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container ul li a {
    color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container ul li.sub-menu-open > a {
    background-color: #292A2B;
    color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    left: -50px;
    margin: auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 99%;
    visibility: hidden;
    width: 200px;
    z-index: 10;
  }
}

.logo-menu-wrapper .main-navigation .main-menu-container .sub-menu li {
  display: block;
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu li {
    padding-left: 25px;
  }
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu li:last-child {
    border-bottom: none;
  }
}

.logo-menu-wrapper .main-navigation .main-menu-container .sub-menu li a {
  padding: 10px 20px;
}

@media (max-width: 1198px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu li a {
    padding: 12.5px 0;
  }
}

@media (min-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    z-index: 11;
  }
}

@media (min-width: 1366px) {
  .logo-menu-wrapper .main-navigation .main-menu-container .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
}

.logo-menu-wrapper .main-navigation .main-menu-container .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .logo-menu-wrapper .main-navigation .main-menu-container {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .logo-menu-wrapper {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  .header-menu-left-container,
  .header-menu-right-container {
    display: none;
  }
}

.header-menu-left-container li,
.header-menu-right-container li {
  position: relative;
  margin-right: 33px;
}

.header-menu-left-container li:last-of-type,
.header-menu-right-container li:last-of-type {
  margin-right: 0;
}

.header-menu-left-container li.current-menu-item a:hover::after,
.header-menu-right-container li.current-menu-item a:hover::after {
  width: 0;
  background-color: transparent;
}

.header-menu-left-container li.current-menu-item a::after,
.header-menu-right-container li.current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.header-menu-left-container a,
.header-menu-right-container a {
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.header-menu-left-container a:after,
.header-menu-right-container a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  right: 50%;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.header-menu-left-container a:hover::after,
.header-menu-right-container a:hover::after {
  left: 0;
  right: 0;
  width: 100%;
}

.header-menu-left-container .menu-item-has-children,
.header-menu-right-container .menu-item-has-children {
  padding-right: 17px;
}

.header-menu-left-container .menu-item-has-children::after,
.header-menu-right-container .menu-item-has-children::after {
  content: "";
  border-style: solid;
  border-color: #ffffff transparent transparent;
  border-width: 5px 5px 0;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-menu-left-container .menu-item-has-children:hover:after,
.header-menu-right-container .menu-item-has-children:hover:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header-menu-left-container .menu-item-has-children:hover ul,
.header-menu-right-container .menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  min-width: 275px;
}

@media (min-width: 1200px) {
  .header-menu-left-container .menu-item-has-children:hover ul,
  .header-menu-right-container .menu-item-has-children:hover ul {
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    overflow: auto;
  }
}

.header-menu-left-container .menu-item-has-children a::after,
.header-menu-right-container .menu-item-has-children a::after {
  display: none;
}

.header-menu-left-container .menu-item-has-children ul,
.header-menu-right-container .menu-item-has-children ul {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #ffffff;
  min-width: 275px;
  padding: 15px 0 15px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.header-menu-left-container .menu-item-has-children ul::before,
.header-menu-right-container .menu-item-has-children ul::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}

.header-menu-left-container .menu-item-has-children ul li,
.header-menu-right-container .menu-item-has-children ul li {
  margin-right: 0;
  margin-bottom: 15px;
}

.header-menu-left-container .menu-item-has-children ul li:last-of-type,
.header-menu-right-container .menu-item-has-children ul li:last-of-type {
  margin-bottom: 0;
}

.header-menu-left-container .menu-item-has-children ul li a,
.header-menu-right-container .menu-item-has-children ul li a {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.header-menu-left-container .menu-item-has-children ul li a:hover,
.header-menu-right-container .menu-item-has-children ul li a:hover {
  color: #9F1829;
}

.header-menu-right-container {
  padding-right: 20px;
}

.menu-toggle-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  z-index: 999;
}

@media (min-width: 1200px) {
  .menu-toggle-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu-toggle-wrapper {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .menu-toggle-wrapper {
    width: 42.5px;
  }
}

.menu-toggle-wrapper .menu-toggle {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 25px;
}

.menu-opened .menu-toggle-wrapper .menu-toggle {
  background-color: transparent;
  height: 25px;
  width: 25px;
}

.menu-toggle-wrapper .menu-toggle span {
  background-color: #ffffff;
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.menu-opened .menu-toggle-wrapper .menu-toggle span {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}

.menu-toggle-wrapper .menu-toggle span:nth-child(1) {
  top: 0;
}

.menu-opened .menu-toggle-wrapper .menu-toggle span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle-wrapper .menu-toggle span:nth-child(2) {
  top: -webkit-calc(50% - 3px / 2);
  top: calc(50% - 3px / 2);
}

.menu-opened .menu-toggle-wrapper .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-toggle-wrapper .menu-toggle span:nth-child(3) {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.menu-opened .menu-toggle-wrapper .menu-toggle span:nth-child(3) {
  top: 45%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#page {
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  .site-content {
    padding-top: 72px;
  }
}

@media (max-width: 767px) {
  .site-content {
    padding-top: 62px;
  }
}

mark {
  background-color: #9F1829;
  color: #ffffff;
  padding: 0 5px;
}

.site-footer {
  background-color: #292A2B;
  color: #ffffff;
  overflow: hidden;
}

.post-type-archive-product .site-footer {
  padding-bottom: 50px;
}

.site-footer a {
  color: #ffffff;
  font-family: "Sackers Gothic Std";
  text-transform: uppercase;
  font-size: 12px;
}

.site-footer li {
  list-style-type: none;
}

.site-footer li li:last-of-type a {
  margin-bottom: 0;
}

.site-footer li a {
  position: relative;
  margin-bottom: 11px;
  display: inline-block;
}

.site-footer li a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer li a:hover::after {
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.site-footer .widget-title {
  margin-top: 4px;
  margin-bottom: 19px;
  font-size: 30px;
  font-weight: 400;
}

.site-footer .lf-social-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .site-footer .lf-social-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    position: static;
  }
}

.site-footer .lf-social-wrapper .social-icon-menu-items {
  margin-right: 20px;
  margin-bottom: 0;
  margin-bottom: -7px;
}

.site-footer .lf-social-wrapper .social-icon-menu-items:last-of-type {
  margin-right: 0;
}

.site-footer .lf-social-wrapper .youtube a {
  font-size: 23px;
}

.site-footer .current-menu-item a {
  position: relative;
}

.site-footer .current-menu-item a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
}

.site-footer .current-menu-item a:hover::after {
  width: 0;
  background-color: transparent;
}

.site-footer .wpml-ls-link {
  margin-bottom: 0;
}

.site-footer .wpml-ls-link::after {
  left: auto;
  right: -23px;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.site-footer .wpml-ls .wpml-ls-current-language::after {
  bottom: 3px;
}

@-moz-document url-prefix() {
  .site-footer .wpml-ls .wpml-ls-current-language::after {
    bottom: 2px;
  }
}

.site-footer .wpml-ls-current-language:hover .wpml-ls-link::after {
  left: auto;
  right: -23px;
}

.footer-newsletter {
  background-color: #ffffff;
  margin-left: -webkit-calc((100vw - 1410px)/2 - 10px);
  margin-left: calc((100vw - 1410px)/2 - 10px);
  padding-left: 105px;
  padding-right: -webkit-calc((100vw - 1440px)/2 - 5px);
  padding-right: calc((100vw - 1440px)/2 - 5px);
  position: relative;
  z-index: 1;
}

@media (max-width: 1460px) {
  .footer-newsletter {
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .footer-newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .footer-newsletter {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-newsletter {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-newsletter-inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #ffffff;
  color: #292A2B;
  margin-bottom: 80px;
  padding: 69px 0 80px;
  position: relative;
}

@media (max-width: 1199px) {
  .footer-newsletter-inner {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .footer-newsletter-inner {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .footer-newsletter-inner {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}

.footer-newsletter-inner .frm_form_fields fieldset {
  padding: 0;
}

.footer-newsletter-inner .frm_form_fields fieldset .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

@media (max-width: 767px) {
  .footer-newsletter-inner .frm_form_fields fieldset .frm_fields_container {
    display: block;
    height: auto;
  }
}

.footer-newsletter-left {
  padding-bottom: 13px;
  max-width: 30%;
}

@media (max-width: 1199px) {
  .footer-newsletter-left {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .footer-newsletter-left {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.footer-newsletter-right {
  margin-left: auto;
  max-width: -webkit-calc(70% - 30px);
  max-width: calc(70% - 30px);
  width: 842px;
}

@media (max-width: 991px) {
  .footer-newsletter-right {
    max-width: 100%;
    width: 100%;
  }
}

.footer-newsletter-right .frm_form_field {
  width: 100%;
}

.footer-newsletter-right .frm_forms .frm_message {
  border: 1px solid #9F1829;
  background-color: #9F1829;
  background-color: rgba(159, 24, 41, 0.9);
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  height: 70px;
  position: relative;
}

.footer-newsletter-right .frm_forms .frm_message p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-newsletter-subtitle {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: normal;
}

.footer-newsletter-title {
  font-size: 50px;
  font-weight: 300;
  margin-right: 70px;
  margin: 0;
  letter-spacing: -0.6px;
  margin-top: 34px;
}

@media (max-width: 1199px) {
  .footer-newsletter-title {
    font-size: 40px;
    line-height: 1em;
  }
}

@media (max-width: 767px) {
  .footer-newsletter-title {
    font-size: 36px;
  }
}

.frm_form_field,
.frm_submit {
  display: inline-block;
}

.widget-wrapper {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .widget-wrapper {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .widget-wrapper .footer-widgets-wrapper > div {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .widget-wrapper .footer-widgets-wrapper > div:nth-child(1) {
    margin-bottom: 40px;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .widget-wrapper .footer-widgets-wrapper > div {
    text-align: center;
  }
  .widget-wrapper .footer-widgets-wrapper > div:nth-child(2), .widget-wrapper .footer-widgets-wrapper > div:nth-child(3) {
    max-width: 50%;
  }
  .widget-wrapper .footer-widgets-wrapper > div:nth-child(4) {
    margin-top: 40px;
    max-width: 100%;
  }
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email] {
  height: 70px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #292A2B;
  border-radius: 0;
  margin-right: 30px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 30px;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-webkit-input-placeholder {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-moz-placeholder {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::-ms-input-placeholder {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]::placeholder {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #9F1829;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:focus::-moz-placeholder {
  color: #ffffff;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:focus::-ms-input-placeholder {
  color: #ffffff;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field input[type=email]:focus::placeholder {
  color: #ffffff;
}

.site-footer .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field .frm_error {
  position: absolute;
  color: #9F1829;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.frm_form_fields .frm_fields_container .frm_submit {
  position: relative;
  border: 2px solid #292A2B;
  background-color: #ffffff;
  height: 70px;
  min-width: 194px;
  padding: 30px 50px;
  margin-left: 19px;
}

@media (max-width: 767px) {
  .frm_form_fields .frm_fields_container .frm_submit {
    margin-left: 0;
    max-width: 100%;
  }
}

.frm_form_fields .frm_fields_container .frm_submit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background-color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 1;
}

.frm_form_fields .frm_fields_container .frm_submit:hover {
  color: #ffffff;
  border-color: #292A2B;
}

.frm_form_fields .frm_fields_container .frm_submit:hover .frm_button_submit {
  color: #ffffff;
  border-color: transparent;
  background-color: transparent;
}

.frm_form_fields .frm_fields_container .frm_submit:hover::before {
  cursor: pointer;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
}

.frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border: none;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 800;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  width: 100%;
  z-index: 2;
}

.frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover, .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus {
  background-color: transparent;
  border-color: transparent;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  padding: 13px 0 20px;
  border-top: 1px solid #ffffff;
  margin-top: 48px;
}

.footer-column-2 .widget_nav_menu {
  padding-left: 116px;
}

@media (max-width: 1366px) {
  .footer-column-2 .widget_nav_menu {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .footer-column-2 .widget_nav_menu {
    padding-left: 0;
  }
}

.contact-details-inner .contact-item-label {
  display: block;
  font-family: "Sackers Gothic Std";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 9px;
}

.contact-details-inner .contact-item {
  margin-bottom: 26px;
}

.contact-details-inner .contact-item a {
  font-family: "Poppins";
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  background: -o-linear-gradient(top, #9F1829 0%, #9F1829 98%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9F1829), color-stop(98%, #9F1829));
  background: linear-gradient(to bottom, #9F1829 0%, #9F1829 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-details-inner .contact-item a:hover {
  background-size: 100% 1px;
  color: #9F1829;
}

.footer-column-4 {
  padding-left: 4px;
}

.footer-column-4 .contact-details-wrap {
  margin-top: 25px;
  margin-bottom: 59px;
}

@media (max-width: 767px) {
  .footer-column-4 .contact-details-wrap {
    margin-bottom: 40px;
  }
}

.footer-column-1 .widget_text {
  height: 100%;
}

.footer-column-1 .textwidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-column-1 .textwidget p {
  margin-bottom: 5px;
  margin-top: 9px;
  line-height: 30px;
}

.footer-column-1 .textwidget p:first-of-type {
  margin-top: 0;
}

.footer-column-1 .textwidget p:last-of-type {
  margin-bottom: 0;
}

.footer-column-1 .lf-social-wrapper {
  margin-top: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-content p, .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description p, .accordion-content .inner-wrap p, .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) p, .woocommerce-account .woocommerce .woocommerce-MyAccount-content p, section.no-results.not-found p {
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 29px;
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .entry-content p, .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description p, .accordion-content .inner-wrap p, .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) p, .woocommerce-account .woocommerce .woocommerce-MyAccount-content p, section.no-results.not-found p {
    margin-bottom: 20px;
  }
}

.entry-content p a:not(.btn), .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description p a:not(.btn), .accordion-content .inner-wrap p a:not(.btn), .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) p a:not(.btn), .woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:not(.btn), section.no-results.not-found p a:not(.btn) {
  color: #9F1829;
  text-decoration: underline;
}

.entry-content p a:not(.btn):hover, .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description p a:not(.btn):hover, .accordion-content .inner-wrap p a:not(.btn):hover, .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) p a:not(.btn):hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:not(.btn):hover, section.no-results.not-found p a:not(.btn):hover {
  color: #292A2B;
}

.entry-content ul, .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul, .accordion-content .inner-wrap ul, .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul, .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul, section.no-results.not-found ul {
  padding-left: 0;
}

.entry-content ul li:not(.select2-results__option), .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul li:not(.select2-results__option), .accordion-content .inner-wrap ul li:not(.select2-results__option), .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul li:not(.select2-results__option), .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul li:not(.select2-results__option), section.no-results.not-found ul li:not(.select2-results__option) {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .entry-content ul li:not(.select2-results__option), .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul li:not(.select2-results__option), .accordion-content .inner-wrap ul li:not(.select2-results__option), .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul li:not(.select2-results__option), .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul li:not(.select2-results__option), section.no-results.not-found ul li:not(.select2-results__option) {
    margin-bottom: 10px;
  }
}

.entry-content ul li:not(.select2-results__option):before, .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul li:not(.select2-results__option):before, .accordion-content .inner-wrap ul li:not(.select2-results__option):before, .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul li:not(.select2-results__option):before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul li:not(.select2-results__option):before, section.no-results.not-found ul li:not(.select2-results__option):before {
  content: '-';
  position: absolute;
  left: 0;
}

::-moz-selection {
  color: #292A2B;
  background: #9F1829;
}

::selection {
  color: #292A2B;
  background: #9F1829;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 58px;
  height: 58px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.slick-slider .slick-arrow:hover {
  -webkit-box-shadow: 0px 0px 5px 1px white;
          box-shadow: 0px 0px 5px 1px white;
}

.slick-slider .slick-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slider .slick-next {
  right: -webkit-calc(50% - 510px);
  right: calc(50% - 510px);
}

.slick-slider .slick-prev {
  left: -webkit-calc(50% - 510px);
  left: calc(50% - 510px);
}

.btn, .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .frm_button_submit, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .comment-form .form-submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .woocommerce-content-section .woocommerce-message .button,
.woocommerce-content-section .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce form .woocommerce-Button {
  border: 2px solid;
  font-weight: 900;
  font-family: "Sackers Gothic Std";
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding: 25px 48px;
  background-color: transparent;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 1440px) {
  .btn, .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .frm_button_submit, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .comment-form .form-submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .woocommerce-content-section .woocommerce-message .button,
  .woocommerce-content-section .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button,
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce form .woocommerce-Button {
    padding: 24px 50px;
  }
}

@media (max-width: 767px) {
  .btn, .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .frm_button_submit, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .comment-form .form-submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .woocommerce-content-section .woocommerce-message .button,
  .woocommerce-content-section .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button,
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce form .woocommerce-Button {
    padding: 20px 30px;
  }
}

.btn:disabled, .form-section .frm_form_fields .frm_submit .frm_button_submit:disabled, .form-travel .frm_form_fields .frm_submit .frm_button_submit:disabled, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button:disabled, .comment-form .form-submit:disabled, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit:disabled, .woocommerce-content-section .woocommerce-message .button:disabled,
.woocommerce-content-section .woocommerce-info .button:disabled, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button:disabled,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button:disabled, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:disabled, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button:disabled, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button:disabled, .woocommerce-account .woocommerce form .woocommerce-Button:disabled {
  opacity: .3;
  pointer-events: none;
}

.btn span, .form-section .frm_form_fields .frm_submit .frm_button_submit span, .form-travel .frm_form_fields .frm_submit .frm_button_submit span, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button span, .comment-form .form-submit span, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit span, .woocommerce-content-section .woocommerce-message .button span, .woocommerce-content-section .woocommerce-info .button span, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button span, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button span, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit span, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button span, .woocommerce-account .woocommerce form .woocommerce-Button span {
  position: relative;
  z-index: 1;
}

.btn.primary, .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .frm_button_submit, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .primary.button, .comment-form .primary.form-submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .primary.frm_button_submit, .cource-reservation-section .course-calendar .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .woocommerce-content-section .woocommerce-message .primary.button,
.woocommerce-content-section .woocommerce-info .primary.button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .primary.button,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .primary.button, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .primary.woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-section .frm_form_fields .frm_submit .woocommerce-form-login__submit.frm_button_submit, .form-section .frm_form_fields .frm_submit .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit.frm_button_submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-travel .frm_form_fields .frm_submit .woocommerce-form-login__submit.frm_button_submit, .form-travel .frm_form_fields .frm_submit .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit.frm_button_submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .primary.button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .form-section .frm_form_fields .frm_submit .button.frm_button_submit, .form-section .frm_form_fields .frm_submit .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button.frm_button_submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .form-travel .frm_form_fields .frm_submit .button.frm_button_submit, .form-travel .frm_form_fields .frm_submit .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button.frm_button_submit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .primary.woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .form-section .frm_form_fields .frm_submit .woocommerce-button.frm_button_submit, .form-section .frm_form_fields .frm_submit .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button.frm_button_submit, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .form-travel .frm_form_fields .frm_submit .woocommerce-button.frm_button_submit, .form-travel .frm_form_fields .frm_submit .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button.frm_button_submit, .woocommerce-account .woocommerce form .primary.woocommerce-Button {
  color: #ffffff;
  border-color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn.primary::before, .form-section .frm_form_fields .frm_submit .frm_button_submit::before, .form-travel .frm_form_fields .frm_submit .frm_button_submit::before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .primary.button::before, .comment-form .primary.form-submit::before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .primary.frm_button_submit::before, .cource-reservation-section .course-calendar .form-section .frm_form_fields .frm_submit .frm_button_submit::before, .form-section .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit::before, .cource-reservation-section .course-calendar .form-travel .frm_form_fields .frm_submit .frm_button_submit::before, .form-travel .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit::before, .woocommerce-content-section .woocommerce-message .primary.button::before,
.woocommerce-content-section .woocommerce-info .primary.button::before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .primary.button::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .primary.button::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .primary.woocommerce-form-login__submit::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-section .frm_form_fields .frm_submit .woocommerce-form-login__submit.frm_button_submit::before, .form-section .frm_form_fields .frm_submit .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit.frm_button_submit::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-travel .frm_form_fields .frm_submit .woocommerce-form-login__submit.frm_button_submit::before, .form-travel .frm_form_fields .frm_submit .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit.frm_button_submit::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .primary.button::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .form-section .frm_form_fields .frm_submit .button.frm_button_submit::before, .form-section .frm_form_fields .frm_submit .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button.frm_button_submit::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .form-travel .frm_form_fields .frm_submit .button.frm_button_submit::before, .form-travel .frm_form_fields .frm_submit .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button.frm_button_submit::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .primary.woocommerce-button::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .form-section .frm_form_fields .frm_submit .woocommerce-button.frm_button_submit::before, .form-section .frm_form_fields .frm_submit .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button.frm_button_submit::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .form-travel .frm_form_fields .frm_submit .woocommerce-button.frm_button_submit::before, .form-travel .frm_form_fields .frm_submit .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button.frm_button_submit::before, .woocommerce-account .woocommerce form .primary.woocommerce-Button::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn.primary:hover, .form-section .frm_form_fields .frm_submit .frm_button_submit:hover, .form-travel .frm_form_fields .frm_submit .frm_button_submit:hover, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .primary.button:hover, .comment-form .primary.form-submit:hover, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .primary.frm_button_submit:hover, .woocommerce-content-section .woocommerce-message .primary.button:hover,
.woocommerce-content-section .woocommerce-info .primary.button:hover, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .primary.button:hover,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .primary.button:hover, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .primary.woocommerce-form-login__submit:hover, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .primary.button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .primary.woocommerce-button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .form-section .frm_form_fields .frm_submit .woocommerce-button.frm_button_submit:hover, .form-section .frm_form_fields .frm_submit .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button.frm_button_submit:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .form-travel .frm_form_fields .frm_submit .woocommerce-button.frm_button_submit:hover, .form-travel .frm_form_fields .frm_submit .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button.frm_button_submit:hover, .woocommerce-account .woocommerce form .primary.woocommerce-Button:hover {
  border-color: #9F1829;
}

.btn.primary:hover::before, .form-section .frm_form_fields .frm_submit .frm_button_submit:hover::before, .form-travel .frm_form_fields .frm_submit .frm_button_submit:hover::before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .primary.button:hover::before, .comment-form .primary.form-submit:hover::before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .primary.frm_button_submit:hover::before, .woocommerce-content-section .woocommerce-message .primary.button:hover::before,
.woocommerce-content-section .woocommerce-info .primary.button:hover::before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .primary.button:hover::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .primary.button:hover::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .primary.woocommerce-form-login__submit:hover::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .primary.button:hover::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .primary.woocommerce-button:hover::before, .woocommerce-account .woocommerce form .primary.woocommerce-Button:hover::before {
  background-color: #9F1829;
  height: 100%;
}

.btn.secondary, .form-section .frm_form_fields .frm_submit .secondary.frm_button_submit, .form-section .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit, .comment-form .form-section .frm_form_fields .frm_submit .frm_button_submit.form-submit, .form-section .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-message .frm_button_submit.button, .woocommerce-content-section .woocommerce-message .form-section .frm_form_fields .frm_submit .frm_button_submit.button,
.form-section .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-info .frm_button_submit.button, .woocommerce-content-section .woocommerce-info .form-section .frm_form_fields .frm_submit .frm_button_submit.button, .form-section .frm_form_fields .frm_submit .woocommerce-account .woocommerce form .frm_button_submit.woocommerce-Button, .woocommerce-account .woocommerce form .form-section .frm_form_fields .frm_submit .frm_button_submit.woocommerce-Button, .form-travel .frm_form_fields .frm_submit .secondary.frm_button_submit, .form-travel .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit, .comment-form .form-travel .frm_form_fields .frm_submit .frm_button_submit.form-submit, .form-travel .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-message .frm_button_submit.button, .woocommerce-content-section .woocommerce-message .form-travel .frm_form_fields .frm_submit .frm_button_submit.button,
.form-travel .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-info .frm_button_submit.button, .woocommerce-content-section .woocommerce-info .form-travel .frm_form_fields .frm_submit .frm_button_submit.button, .form-travel .frm_form_fields .frm_submit .woocommerce-account .woocommerce form .frm_button_submit.woocommerce-Button, .woocommerce-account .woocommerce form .form-travel .frm_form_fields .frm_submit .frm_button_submit.woocommerce-Button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .comment-form .form-submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .woocommerce-content-section .woocommerce-message .button,
.woocommerce-content-section .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce form .woocommerce-Button {
  border-color: #292A2B;
  color: #292A2B;
  position: relative;
  z-index: 1;
}

.btn.secondary::before, .form-section .frm_form_fields .frm_submit .secondary.frm_button_submit::before, .form-section .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit::before, .comment-form .form-section .frm_form_fields .frm_submit .frm_button_submit.form-submit::before, .form-section .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-message .frm_button_submit.button::before, .woocommerce-content-section .woocommerce-message .form-section .frm_form_fields .frm_submit .frm_button_submit.button::before,
.form-section .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-info .frm_button_submit.button::before, .woocommerce-content-section .woocommerce-info .form-section .frm_form_fields .frm_submit .frm_button_submit.button::before, .form-section .frm_form_fields .frm_submit .woocommerce-account .woocommerce form .frm_button_submit.woocommerce-Button::before, .woocommerce-account .woocommerce form .form-section .frm_form_fields .frm_submit .frm_button_submit.woocommerce-Button::before, .form-travel .frm_form_fields .frm_submit .secondary.frm_button_submit::before, .form-travel .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit::before, .comment-form .form-travel .frm_form_fields .frm_submit .frm_button_submit.form-submit::before, .form-travel .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-message .frm_button_submit.button::before, .woocommerce-content-section .woocommerce-message .form-travel .frm_form_fields .frm_submit .frm_button_submit.button::before,
.form-travel .frm_form_fields .frm_submit .woocommerce-content-section .woocommerce-info .frm_button_submit.button::before, .woocommerce-content-section .woocommerce-info .form-travel .frm_form_fields .frm_submit .frm_button_submit.button::before, .form-travel .frm_form_fields .frm_submit .woocommerce-account .woocommerce form .frm_button_submit.woocommerce-Button::before, .woocommerce-account .woocommerce form .form-travel .frm_form_fields .frm_submit .frm_button_submit.woocommerce-Button::before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button::before, .comment-form .form-submit::before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit::before, .woocommerce-content-section .woocommerce-message .button::before,
.woocommerce-content-section .woocommerce-info .button::before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button::before, .woocommerce-account .woocommerce form .woocommerce-Button::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #292A2B;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.btn.secondary:hover, .form-section .frm_form_fields .frm_submit .secondary.frm_button_submit:hover, .form-section .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit:hover, .comment-form .form-section .frm_form_fields .frm_submit .frm_button_submit.form-submit:hover, .form-travel .frm_form_fields .frm_submit .secondary.frm_button_submit:hover, .form-travel .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit:hover, .comment-form .form-travel .frm_form_fields .frm_submit .frm_button_submit.form-submit:hover, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button:hover, .comment-form .form-submit:hover, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit:hover, .woocommerce-content-section .woocommerce-message .button:hover,
.woocommerce-content-section .woocommerce-info .button:hover, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button:hover,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button:hover, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button:hover, .woocommerce-account .woocommerce form .woocommerce-Button:hover {
  border-color: #9F1829;
  color: #ffffff;
}

.btn.secondary:hover::before, .form-section .frm_form_fields .frm_submit .secondary.frm_button_submit:hover::before, .form-section .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit:hover::before, .comment-form .form-section .frm_form_fields .frm_submit .frm_button_submit.form-submit:hover::before, .form-travel .frm_form_fields .frm_submit .secondary.frm_button_submit:hover::before, .form-travel .frm_form_fields .frm_submit .comment-form .frm_button_submit.form-submit:hover::before, .comment-form .form-travel .frm_form_fields .frm_submit .frm_button_submit.form-submit:hover::before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button:hover::before, .comment-form .form-submit:hover::before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit:hover::before, .woocommerce-content-section .woocommerce-message .button:hover::before,
.woocommerce-content-section .woocommerce-info .button:hover::before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button:hover::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button:hover::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button:hover::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button:hover::before, .woocommerce-account .woocommerce form .woocommerce-Button:hover::before {
  background-color: #9F1829;
  height: 100%;
}

.btn.tertiary, .form-section .frm_form_fields .frm_submit .tertiary.frm_button_submit, .form-travel .frm_form_fields .frm_submit .tertiary.frm_button_submit, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .tertiary.button, .comment-form .tertiary.form-submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .tertiary.frm_button_submit, .woocommerce-content-section .woocommerce-message .tertiary.button,
.woocommerce-content-section .woocommerce-info .tertiary.button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .tertiary.button,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .tertiary.button, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .tertiary.woocommerce-form-login__submit, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .tertiary.button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .tertiary.woocommerce-button, .woocommerce-account .woocommerce form .tertiary.woocommerce-Button {
  color: #ffffff;
  border-color: #ffffff;
}

.btn.tertiary::before, .form-section .frm_form_fields .frm_submit .tertiary.frm_button_submit::before, .form-travel .frm_form_fields .frm_submit .tertiary.frm_button_submit::before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .tertiary.button::before, .comment-form .tertiary.form-submit::before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .tertiary.frm_button_submit::before, .woocommerce-content-section .woocommerce-message .tertiary.button::before,
.woocommerce-content-section .woocommerce-info .tertiary.button::before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .tertiary.button::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .tertiary.button::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .tertiary.woocommerce-form-login__submit::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .tertiary.button::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .tertiary.woocommerce-button::before, .woocommerce-account .woocommerce form .tertiary.woocommerce-Button::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #ffffff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn.tertiary:hover, .form-section .frm_form_fields .frm_submit .tertiary.frm_button_submit:hover, .form-travel .frm_form_fields .frm_submit .tertiary.frm_button_submit:hover, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .tertiary.button:hover, .comment-form .tertiary.form-submit:hover, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .tertiary.frm_button_submit:hover, .woocommerce-content-section .woocommerce-message .tertiary.button:hover,
.woocommerce-content-section .woocommerce-info .tertiary.button:hover, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .tertiary.button:hover,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .tertiary.button:hover, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .tertiary.woocommerce-form-login__submit:hover, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .tertiary.button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .tertiary.woocommerce-button:hover, .woocommerce-account .woocommerce form .tertiary.woocommerce-Button:hover {
  color: #292A2B;
}

.btn.tertiary:hover::before, .form-section .frm_form_fields .frm_submit .tertiary.frm_button_submit:hover::before, .form-travel .frm_form_fields .frm_submit .tertiary.frm_button_submit:hover::before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .tertiary.button:hover::before, .comment-form .tertiary.form-submit:hover::before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .tertiary.frm_button_submit:hover::before, .woocommerce-content-section .woocommerce-message .tertiary.button:hover::before,
.woocommerce-content-section .woocommerce-info .tertiary.button:hover::before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .tertiary.button:hover::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .tertiary.button:hover::before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .tertiary.woocommerce-form-login__submit:hover::before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .tertiary.button:hover::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .tertiary.woocommerce-button:hover::before, .woocommerce-account .woocommerce form .tertiary.woocommerce-Button:hover::before {
  height: 100%;
}

.back-link a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292A2B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.back-link a i {
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

.back-link a i, .back-link a i:before {
  display: block;
  line-height: 1em;
}

.back-link a:hover {
  color: #9F1829;
}

.nav-links {
  text-align: center;
  width: 100%;
}

.nav-links .page-numbers {
  border: 2px solid #9F1829;
  color: #9F1829;
  display: inline-block;
  height: 30px;
  line-height: 1.7em;
  margin: 0 3px;
  min-width: 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background-color: #9F1829;
  color: #fff;
}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  background-color: transparent;
  border: none;
  color: #9F1829;
  height: auto;
  width: auto;
}

.woocommerce-pagination ul.page-numbers {
  border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
  border: none !important;
  padding: 0 10px;
}

.woocommerce-pagination ul.page-numbers .page-numbers {
  background-color: transparent !important;
  border: none;
  color: #292A2B;
  display: inline-block;
  margin: 0 3px;
  min-width: 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.woocommerce-pagination ul.page-numbers .page-numbers:hover, .woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: transparent !important;
  color: #9F1829;
}

.woocommerce-pagination ul.page-numbers .page-numbers.current {
  text-decoration: underline;
}

.woocommerce-pagination ul.page-numbers .page-numbers.prev, .woocommerce-pagination ul.page-numbers .page-numbers.next {
  background-color: transparent;
  border: none;
  height: auto;
  width: auto;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  border: 1px solid;
  border-radius: 0;
  font-size: 16px;
  line-height: 1em;
  padding: 10px;
  vertical-align: middle;
}

textarea {
  resize: none;
  padding-left: .6em;
  width: 100%;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-radius: 0;
  font-family: "alga";
  font-size: 16px;
  line-height: 1.15em;
  padding: 10px;
  vertical-align: middle;
}

/*---- Placeholder ----*/
::-webkit-input-placeholder {
  opacity: 1;
}

\:-moz-placeholder {
  opacity: 1;
}

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

\:-ms-input-placeholder {
  opacity: 1;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

fieldset {
  min-width: 0;
}

.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 120px;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  background-color: transparent;
  border-color: #292A2B 0;
  border-style: solid;
  border-width: 1px 0;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  height: 40px;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  width: 33.33% !important;
}

.quantity input:focus {
  outline: 0;
}

.quantity .quantity-up,
.quantity .quantity-down {
  border: 1px solid #292A2B;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 33.33%;
}

.quantity .quantity-up:hover,
.quantity .quantity-down:hover {
  background-color: #292A2B;
  color: #ffffff;
}

.quantity .quantity-up:before,
.quantity .quantity-down:before {
  border-style: solid;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 0;
}

.quantity .quantity-up:before {
  border-color: transparent transparent transparent #292A2B;
  border-width: 5px 0 5px 5px;
}

.quantity .quantity-up:hover:before {
  border-left-color: #ffffff;
}

.quantity .quantity-down:before {
  border-color: transparent #292A2B transparent transparent;
  border-width: 5px 5px 5px 0;
}

.quantity .quantity-down:hover:before {
  border-right-color: #ffffff;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.gallery .gallery-item {
  padding: 10px;
}

@media (max-width: 767px) {
  .gallery .gallery-item {
    padding: 5px;
  }
}

.gallery .gallery-item .gallery-icon a {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery .gallery-item .gallery-icon a img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-width: 200%;
  max-height: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.gallery .gallery-item .gallery-icon a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 991px) {
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
  .gallery.gallery-columns-4 .gallery-item a {
    height: 40vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container--default {
  color: #000000;
  max-width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #292A2B;
  height: auto;
  line-height: 1em;
  padding: 12px 35px 11px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: 0;
  text-transform: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #292A2B;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto;
  right: 20px;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #292A2B transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: 0;
  margin-top: 0;
  position: static;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #292A2B transparent;
  border-width: 0 5px 6px 5px;
}

.select2-search--dropdown {
  display: block;
  padding: 0 10px;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  background-color: transparent;
  line-height: 1.2em;
  padding: 10px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(41, 42, 43, 0.1);
  color: #9F1829;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: transparent;
  color: #9F1829;
}

.select2-container--open .select2-dropdown {
  background-color: #F2EDE9;
  border-color: #292A2B;
}

.select2-results__options::-webkit-scrollbar {
  background-color: rgba(41, 42, 43, 0.05);
  outline: 1px solid rgba(41, 42, 43, 0.2);
  width: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #292A2B;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.featherlight .featherlight-content {
  background-color: transparent;
  overflow: visible;
}

.featherlight .featherlight-close-icon {
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .featherlight .featherlight-close-icon {
    top: -20px;
    right: 10px;
  }
}

.featherlight .featherlight-previous,
.featherlight .featherlight-next {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 36px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
}

@media (max-width: 1023px) {
  .featherlight .featherlight-previous,
  .featherlight .featherlight-next {
    bottom: auto;
    top: auto;
    width: 50px;
  }
}

.featherlight .featherlight-previous {
  left: -20px;
}

@media (max-width: 1023px) {
  .featherlight .featherlight-previous {
    left: auto;
    right: -webkit-calc(50% + 10px);
    right: calc(50% + 10px);
  }
}

.featherlight .featherlight-next {
  right: -20px;
}

@media (max-width: 1023px) {
  .featherlight .featherlight-next {
    left: -webkit-calc(50% + 10px);
    left: calc(50% + 10px);
    right: auto;
  }
}

.frm_radio,
.frm_checkbox {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2em;
  padding-left: 25px;
  position: relative;
}

.frm_radio label,
.frm_checkbox label {
  cursor: pointer;
  display: inline-block;
}

.frm_radio input,
.frm_checkbox input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.frm_radio input + span span:first-child,
.frm_checkbox input + span span:first-child {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #292A2B;
  display: inline-block;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1.3em;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 15px;
}

.frm_radio input + span span:first-child:after,
.frm_checkbox input + span span:first-child:after {
  background-color: transparent !important;
  background-image: url(../assets/icons/icon-feather-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  content: '';
  height: 13px !important;
  left: 0 !important;
  opacity: 0;
  top: 0 !important;
  position: absolute;
  width: 13px !important;
}

.frm_radio input:checked + span span:first-child:after,
.frm_checkbox input:checked + span span:first-child:after {
  opacity: 1;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: none;
}

.site-header-top .wpml-ls-legacy-list-horizontal,
.site-footer .wpml-ls-legacy-list-horizontal,
.mobile-lang-switcher .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}

.site-header-top .wpml-ls-item,
.site-footer .wpml-ls-item,
.mobile-lang-switcher .wpml-ls-item {
  margin-right: 30px;
  position: relative;
}

.site-header-top .wpml-ls-item:last-of-type,
.site-footer .wpml-ls-item:last-of-type,
.mobile-lang-switcher .wpml-ls-item:last-of-type {
  margin-right: 0;
}

.site-header-top .wpml-ls-item:last-of-type a::after,
.site-footer .wpml-ls-item:last-of-type a::after,
.mobile-lang-switcher .wpml-ls-item:last-of-type a::after {
  display: none;
}

.site-header-top .wpml-ls-current-language .wpml-ls-link::before,
.site-footer .wpml-ls-current-language .wpml-ls-link::before,
.mobile-lang-switcher .wpml-ls-current-language .wpml-ls-link::before {
  display: none;
}

.site-header-top .wpml-ls-current-language::after,
.site-footer .wpml-ls-current-language::after,
.mobile-lang-switcher .wpml-ls-current-language::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-header-top .wpml-ls-current-language:hover::after,
.site-footer .wpml-ls-current-language:hover::after,
.mobile-lang-switcher .wpml-ls-current-language:hover::after {
  width: 0;
  background-color: transparent;
}

.site-header-top .wpml-ls-current-language:hover .wpml-ls-link::before,
.site-footer .wpml-ls-current-language:hover .wpml-ls-link::before,
.mobile-lang-switcher .wpml-ls-current-language:hover .wpml-ls-link::before {
  display: none;
}

.site-header-top .wpml-ls-link,
.site-footer .wpml-ls-link,
.mobile-lang-switcher .wpml-ls-link {
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  color: #ffffff;
  padding: 0;
  position: relative;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 800;
}

.site-header-top .wpml-ls-link::before,
.site-footer .wpml-ls-link::before,
.mobile-lang-switcher .wpml-ls-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}

.site-header-top .wpml-ls-link::after,
.site-footer .wpml-ls-link::after,
.mobile-lang-switcher .wpml-ls-link::after {
  content: '';
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.site-header-top .wpml-ls-link:hover::before,
.site-footer .wpml-ls-link:hover::before,
.mobile-lang-switcher .wpml-ls-link:hover::before {
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

@-moz-document url-prefix() {
  .site-header-top .wpml-ls-current-language::after,
  .site-footer .wpml-ls-current-language::after,
  .mobile-lang-switcher .wpml-ls-current-language::after {
    bottom: -1px;
  }
}

.home-hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .home-hero {
    height: 55vw;
  }
}

@media (max-width: 1440px) {
  .home-hero {
    height: 750px;
  }
}

@media (max-width: 1199px) {
  .home-hero {
    height: -webkit-calc(100vh - 72px);
    height: calc(100vh - 72px);
  }
}

@media (max-width: 767px) {
  .home-hero {
    height: -webkit-calc(100vh - 62px);
    height: calc(100vh - 62px);
  }
}

.home-hero .image-background {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}

.home-hero video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.home-hero .youtube-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.home-hero .youtube-wrap {
  overflow: hidden;
}

.home-hero iframe {
  height: 56.5vw;
  left: 50%;
  max-width: 500%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 300%;
}

@media (max-width: 1199px) {
  .home-hero iframe {
    height: 100vh;
    width: 177vh;
  }
}

.home-hero::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: -o-radial-gradient(rgba(41, 42, 43, 0.25), rgba(41, 42, 43, 0.88));
  background: radial-gradient(rgba(41, 42, 43, 0.25), rgba(41, 42, 43, 0.88));
}

@media (max-width: 1024px) {
  .home-hero {
    height: 65vh;
  }
}

@media (max-width: 767px) {
  .home-hero {
    height: 90vh;
  }
}

.home-hero-title {
  color: #ffffff;
  font-size: 90px;
  font-weight: 400;
  margin-bottom: 46px;
}

@media (max-width: 1440px) {
  .home-hero-title {
    font-size: 70px;
  }
}

@media (max-width: 1024px) {
  .home-hero-title {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .home-hero-title {
    font-size: 32px;
    line-height: 50px;
  }
}

.home-hero-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  top: 42px;
}

@media (max-width: 1199px) {
  .home-hero-inner {
    position: static;
  }
}

@media (max-width: 767px) {
  .home-hero-inner {
    padding-top: 30px;
  }
}

.lf-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 42px;
}

@media (max-width: 1199px) {
  .lf-social-wrapper {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: auto;
  }
}

.lf-social-wrapper .social-icon-menu-items {
  margin-bottom: 10px;
  min-width: 27px;
  text-align: center;
}

.lf-social-wrapper a {
  color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  font-size: 26px;
  line-height: 1;
}

.lf-social-wrapper a:hover {
  color: #9F1829;
}

.lf-social-wrapper .youtube a {
  font-size: 23px;
}

.reg-and-content-wines {
  display: none;
}

.reg-and-content-wines ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.reg-and-content-wines ul li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reg-and-content-wines a {
  font-size: 12px;
  font-family: "Sackers Gothic Std";
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  color: #292A2B;
  position: relative;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.reg-and-content-wines a:hover {
  color: #9F1829;
}

.reg-and-content-wines a i {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}

.reg-and-content {
  padding-top: 255px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

@media (max-width: 991px) {
  .reg-and-content .inner-wrap {
    display: block;
  }
}

.reg-and-content-left-path {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.reg-and-content-left-path:hover {
  fill: #9F1829;
  cursor: pointer;
}

.reg-and-content-left-path.active {
  fill: #9F1829;
}

.reg-and-content-inner {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 136px 0 140px -webkit-calc((100vw - 1440px)/2 + 5px);
  padding: 136px 0 140px calc((100vw - 1440px)/2 + 5px);
  margin-right: -webkit-calc((100vw - 1410px)/2 + 5px);
  margin-right: calc((100vw - 1410px)/2 + 5px);
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .reg-and-content-inner {
    margin-right: -webkit-calc((100vw - 1200px)/2 + 5px);
    margin-right: calc((100vw - 1200px)/2 + 5px);
  }
}

@media (max-width: 1366px) {
  .reg-and-content-inner {
    margin-right: 7.5vw;
    padding: 75px 0 75px 5vw;
  }
}

@media (max-width: 1199px) {
  .reg-and-content-inner {
    margin-right: 50px;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .reg-and-content-inner {
    margin-right: 0;
    padding: 40px 0;
  }
}

.reg-and-content-left {
  background-color: #ffffff;
  opacity: 1;
  padding: 47px 10px 113px 18px;
}

@media (max-width: 1366px) {
  .reg-and-content-left {
    padding: 40px 10px;
  }
}

.reg-and-content-left .reg-and-content-left-title {
  font-size: 12px;
  font-family: "Sackers Gothic Std";
  font-weight: 800;
  line-height: normal;
  color: #292A2B;
  text-transform: uppercase;
  margin-bottom: 62px;
  display: block;
  padding-left: 31px;
}

.reg-and-content-left svg {
  max-width: 100%;
}

@media (max-width: 767px) {
  .reg-and-content-left svg {
    height: 80vw;
  }
}

.reg-and-content-right {
  padding: 41px 0 0 90px;
  max-width: 50%;
  width: 641px;
}

@media (max-width: 1366px) {
  .reg-and-content-right {
    padding: 40px 40px 0;
  }
}

@media (max-width: 1199px) {
  .reg-and-content-right {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .reg-and-content-right {
    max-width: 100%;
    padding: 40px 0 0;
    width: 100%;
  }
}

.reg-and-content-right .reg-and-content-title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.6px;
  line-height: 60px;
  margin-bottom: 19px;
  margin-top: 34px;
  max-width: 600px;
}

@media (max-width: 1199px) {
  .reg-and-content-right .reg-and-content-title {
    font-size: 40px;
    line-height: 1em;
    margin: 20px 0;
  }
}

.reg-and-content-right .entry-content, .reg-and-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .reg-and-content-right .woocommerce-product-details__short-description, .reg-and-content-right .accordion-content .inner-wrap, .accordion-content .reg-and-content-right .inner-wrap, .reg-and-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .reg-and-content-right .course-calendar-value:nth-child(4), .reg-and-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .reg-and-content-right .woocommerce-MyAccount-content, .reg-and-content-right section.no-results.not-found {
  margin-bottom: 0;
}

.reg-and-content-right .entry-content p, .reg-and-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description p, .single-product-section .container .inner-wrap .entry-summary .reg-and-content-right .woocommerce-product-details__short-description p, .reg-and-content-right .accordion-content .inner-wrap p, .accordion-content .reg-and-content-right .inner-wrap p, .reg-and-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) p, .cource-reservation-section .course-calendar .course-calendar-value-row .reg-and-content-right .course-calendar-value:nth-child(4) p, .reg-and-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content p, .woocommerce-account .woocommerce .reg-and-content-right .woocommerce-MyAccount-content p, .reg-and-content-right section.no-results.not-found p {
  margin-bottom: 29px;
}

.reg-and-content-right .reg-and-content-link-wrapper {
  margin-bottom: 55px;
}

.reg-and-content-right .reg-and-content-regions-title {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 17px;
}

.title-text {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.title-text .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .title-text .container {
    margin-top: 0;
  }
}

.home .title-text-inner {
  padding: 77px 0 48px;
}

@media (max-width: 991px) {
  .home .title-text-inner {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .home .title-text-inner {
    padding: 40px 0;
  }
}

.archive .title-text-inner {
  padding-bottom: 50px;
}

@media (min-width: 1199px) {
  .archive .title-text-title {
    letter-spacing: 0.35px;
    line-height: 60px;
  }
}

@media (min-width: 1681px) {
  .archive .mixed-content-inner {
    padding-top: 172px;
    padding-bottom: 29px;
  }
}

@media (min-width: 1681px) {
  .archive .mixed-content-top-flex {
    margin-bottom: 78px;
  }
}

@media (min-width: 1681px) {
  .archive .mixed-content-top-flex img {
    margin-right: 150px;
  }
}

@media (min-width: 1681px) {
  .archive .mixed-content--full-width-img {
    margin-bottom: 78px;
  }
}

@media (min-width: 1681px) {
  .archive .mixed-content-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}

.archive .mixed-content-bottom-content .entry-content, .archive .mixed-content-bottom-content .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .archive .mixed-content-bottom-content .woocommerce-product-details__short-description, .archive .mixed-content-bottom-content .accordion-content .inner-wrap, .accordion-content .archive .mixed-content-bottom-content .inner-wrap, .archive .mixed-content-bottom-content .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .archive .mixed-content-bottom-content .course-calendar-value:nth-child(4), .archive .mixed-content-bottom-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .archive .mixed-content-bottom-content .woocommerce-MyAccount-content, .archive .mixed-content-bottom-content section.no-results.not-found {
  padding-left: 12px;
}

.title-text-inner {
  padding: 77px 0 59px;
  max-width: 922px;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

@media (max-width: 1199px) {
  .title-text-inner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .title-text-inner {
    padding: 40px 0;
  }
}

.title-text-inner .entry-content, .title-text-inner .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .title-text-inner .woocommerce-product-details__short-description, .title-text-inner .accordion-content .inner-wrap, .accordion-content .title-text-inner .inner-wrap, .title-text-inner .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .title-text-inner .course-calendar-value:nth-child(4), .title-text-inner .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .title-text-inner .woocommerce-MyAccount-content, .title-text-inner section.no-results.not-found {
  max-width: 744px;
  margin: 0 auto;
}

.title-text-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 59px;
  margin-bottom: 43px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .title-text-title {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .title-text-title {
    font-size: 30px;
    line-height: 1.2em;
    margin: 20px 0;
  }
}

.subtitle {
  font-size: 12px;
  font-family: "Sackers Gothic Std";
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 35px;
}

.subtitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #292A2B;
  left: 0;
}

.tax-bodega .title-text-subtitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.author-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.author-box .author-image {
  width: 250px;
}

@media (max-width: 767px) {
  .author-box .author-image {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .author-box .author-image {
    margin-bottom: 20px;
    width: 200px;
  }
}

.author-box .bio {
  padding-left: 40px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}

@media (max-width: 767px) {
  .author-box .bio {
    padding-left: 20px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
}

@media (max-width: 480px) {
  .author-box .bio {
    padding-left: 0;
    width: 100%;
  }
}

.author-box .bio h3 {
  margin: 0 0 15px;
}

.mixed-content {
  background-attachment: fixed;
  background-size: cover;
  padding-top: 253px;
}

.mixed-content-inner {
  background-color: rgba(255, 255, 255, 0.95);
  margin-left: -webkit-calc((100vw - 1410px)/2 + 5px);
  margin-left: calc((100vw - 1410px)/2 + 5px);
  padding-bottom: 150px;
  padding-left: 5vw;
  padding-right: 4vw;
  padding-top: 136px;
}

@media (max-width: 1680px) {
  .mixed-content-inner {
    margin-left: -webkit-calc((100vw - 1200px)/2 + 5px);
    margin-left: calc((100vw - 1200px)/2 + 5px);
  }
}

@media (max-width: 1366px) {
  .mixed-content-inner {
    margin-left: 7.5vw;
    padding-left: 5vw;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .mixed-content-inner {
    margin-left: 50px;
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .mixed-content-inner {
    margin-left: 0;
    padding: 40px 0;
  }
}

.mixed-content-inner .container {
  max-width: 1200px;
}

.mixed-content-top-flex {
  margin-bottom: 94px;
}

@media (max-width: 991px) {
  .mixed-content-top-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mixed-content-top-flex {
    display: block;
    margin-bottom: 40px;
  }
}

.mixed-content-top-flex img {
  margin-right: 144px;
}

@media (max-width: 1680px) {
  .mixed-content-top-flex img {
    margin-right: 100px;
  }
}

@media (max-width: 1366px) {
  .mixed-content-top-flex img {
    margin-right: 75px;
  }
}

@media (max-width: 1199px) {
  .mixed-content-top-flex img {
    margin-right: 40px;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .mixed-content-top-flex img {
    margin: 0 0 25px;
    width: auto;
  }
}

@-moz-document url-prefix() {
  .mixed-content-top-flex img {
    height: 600px;
  }
}

.mixed-content-top-flex .entry-content, .mixed-content-top-flex .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .mixed-content-top-flex .woocommerce-product-details__short-description, .mixed-content-top-flex .accordion-content .inner-wrap, .accordion-content .mixed-content-top-flex .inner-wrap, .mixed-content-top-flex .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-top-flex .course-calendar-value:nth-child(4), .mixed-content-top-flex .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .mixed-content-top-flex .woocommerce-MyAccount-content, .mixed-content-top-flex section.no-results.not-found {
  margin: 0;
}

.mixed-content-top-flex .mixed-content-link-wrapper {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .mixed-content-top-flex .mixed-content-link-wrapper {
    margin-top: 0;
  }
}

.mixed-content--full-width-img {
  margin-bottom: 89px;
}

@media (max-width: 1199px) {
  .mixed-content--full-width-img {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .mixed-content--full-width-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mixed-content--full-width-img {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .mixed-content-middle {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mixed-content-middle {
    display: block;
    margin-bottom: 40px;
  }
}

.mixed-content-middle img {
  margin-left: 144px;
}

@media (max-width: 1680px) {
  .mixed-content-middle img {
    margin-left: 100px;
  }
}

@media (max-width: 1366px) {
  .mixed-content-middle img {
    margin-left: 75px;
  }
}

@media (max-width: 1199px) {
  .mixed-content-middle img {
    margin-left: 40px;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .mixed-content-middle img {
    margin: 0 0 25px;
    width: auto;
  }
}

.mixed-content-bottom-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .mixed-content-bottom-flex {
    display: block;
  }
}

.archive .mixed-content-bottom-flex {
  padding-top: 30px;
}

@media (max-width: 1680px) {
  .archive .mixed-content-bottom-flex {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .archive .mixed-content-bottom-flex {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .archive .mixed-content-bottom-flex {
    padding-top: 0;
  }
}

.mixed-content-bottom-flex .title-text-title {
  font-size: 50px;
  letter-spacing: -0.6px;
  margin-top: 0;
  max-width: 560px;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .mixed-content-bottom-flex .title-text-title {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-bottom: 30px;
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .mixed-content-bottom-flex .title-text-title {
    font-size: 30px;
  }
}

.mixed-content-bottom-flex .mixed-content-link-wrapper {
  margin-top: 18px;
  padding-left: 8px;
}

@media (max-width: 767px) {
  .mixed-content-bottom-flex .mixed-content-link-wrapper {
    margin-top: 0;
    padding-left: 0;
  }
}

.mixed-content-bottom-flex .mixed-content-link-wrapper .btn, .mixed-content-bottom-flex .mixed-content-link-wrapper .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .mixed-content-bottom-flex .mixed-content-link-wrapper .frm_button_submit, .mixed-content-bottom-flex .mixed-content-link-wrapper .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .mixed-content-bottom-flex .mixed-content-link-wrapper .frm_button_submit, .mixed-content-bottom-flex .mixed-content-link-wrapper .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .mixed-content-bottom-flex .mixed-content-link-wrapper .button, .mixed-content-bottom-flex .mixed-content-link-wrapper .comment-form .form-submit, .comment-form .mixed-content-bottom-flex .mixed-content-link-wrapper .form-submit, .mixed-content-bottom-flex .mixed-content-link-wrapper .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .mixed-content-bottom-flex .mixed-content-link-wrapper .frm_button_submit, .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .mixed-content-bottom-flex .mixed-content-link-wrapper .button,
.mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .mixed-content-bottom-flex .mixed-content-link-wrapper .button, .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .mixed-content-bottom-flex .mixed-content-link-wrapper .button,
.mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .mixed-content-bottom-flex .mixed-content-link-wrapper .button, .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-form-login__submit, .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .mixed-content-bottom-flex .mixed-content-link-wrapper .button, .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-button, .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .mixed-content-bottom-flex .mixed-content-link-wrapper .woocommerce-Button {
  padding: 25px 46px;
}

.mixed-content-bottom-flex .mixed-content-bottom-content {
  max-width: 570px;
}

@media (max-width: 991px) {
  .mixed-content-bottom-flex .mixed-content-bottom-content {
    max-width: 100%;
  }
}

.mixed-content-bottom-flex .mixed-content-bottom-content .entry-content, .mixed-content-bottom-flex .mixed-content-bottom-content .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .mixed-content-bottom-flex .mixed-content-bottom-content .woocommerce-product-details__short-description, .mixed-content-bottom-flex .mixed-content-bottom-content .accordion-content .inner-wrap, .accordion-content .mixed-content-bottom-flex .mixed-content-bottom-content .inner-wrap, .mixed-content-bottom-flex .mixed-content-bottom-content .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-bottom-flex .mixed-content-bottom-content .course-calendar-value:nth-child(4), .mixed-content-bottom-flex .mixed-content-bottom-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .mixed-content-bottom-flex .mixed-content-bottom-content .woocommerce-MyAccount-content, .mixed-content-bottom-flex .mixed-content-bottom-content section.no-results.not-found {
  margin: 0;
  padding: 0;
}

.mixed-content-bottom-flex .entry-content, .mixed-content-bottom-flex .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .mixed-content-bottom-flex .woocommerce-product-details__short-description, .mixed-content-bottom-flex .accordion-content .inner-wrap, .accordion-content .mixed-content-bottom-flex .inner-wrap, .mixed-content-bottom-flex .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-bottom-flex .course-calendar-value:nth-child(4), .mixed-content-bottom-flex .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .mixed-content-bottom-flex .woocommerce-MyAccount-content, .mixed-content-bottom-flex section.no-results.not-found {
  margin-top: 23px;
  padding-left: 8px;
}

@media (max-width: 767px) {
  .mixed-content-bottom-flex .entry-content, .mixed-content-bottom-flex .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .mixed-content-bottom-flex .woocommerce-product-details__short-description, .mixed-content-bottom-flex .accordion-content .inner-wrap, .accordion-content .mixed-content-bottom-flex .inner-wrap, .mixed-content-bottom-flex .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-bottom-flex .course-calendar-value:nth-child(4), .mixed-content-bottom-flex .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .mixed-content-bottom-flex .woocommerce-MyAccount-content, .mixed-content-bottom-flex section.no-results.not-found {
    margin-top: 0;
    padding-left: 0;
  }
}

.mixed-content-travel {
  padding-top: 0;
}

@media (min-width: 1200px) {
  .mixed-content-travel .mixed-content-inner {
    background-color: #ffffff;
    margin-top: -150px;
    padding-bottom: 0;
    padding-top: 77px;
    position: relative;
  }
}

@media (max-width: 1199px) {
  .mixed-content-travel .mixed-content-inner {
    margin-left: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .mixed-content-travel .mixed-content-inner {
    padding: 40px 0;
  }
}

.mixed-content-travel .title-text-title {
  margin-bottom: 24px;
}

.mixed-content-travel .travel-info-table {
  background-color: #F2EDE9;
}

@media (max-width: 767px) {
  .mixed-content-travel .travel-info-table table,
  .mixed-content-travel .travel-info-table tbody,
  .mixed-content-travel .travel-info-table tr {
    display: block;
  }
}

.mixed-content-travel .travel-info-table table {
  border: 1px solid #292A2B;
}

.mixed-content-travel .travel-info-table thead {
  border-bottom: 1px solid #292A2B;
}

@media (max-width: 767px) {
  .mixed-content-travel .travel-info-table thead {
    display: none;
  }
}

.mixed-content-travel .travel-info-table thead tr {
  color: #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.mixed-content-travel .travel-info-table thead tr th {
  padding: 12px 0;
}

@media (max-width: 1440px) {
  .mixed-content-travel .travel-info-table thead tr th {
    padding: 15px 40px;
  }
}

@media (max-width: 1199px) {
  .mixed-content-travel .travel-info-table thead tr th {
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .mixed-content-travel .travel-info-table thead tr th {
    padding: 15px;
  }
}

@media (min-width: 1441px) {
  .mixed-content-travel .travel-info-table thead tr th:first-of-type {
    padding-left: 90px;
    width: 50%;
  }
}

@media (min-width: 1441px) {
  .mixed-content-travel .travel-info-table thead tr th:nth-child(2) {
    width: 25%;
    padding-left: 27px;
  }
}

@media (min-width: 1441px) {
  .mixed-content-travel .travel-info-table thead tr th:last-of-type {
    width: 25%;
    padding-left: 75px;
  }
}

.mixed-content-travel .travel-info-table tbody tr td {
  padding: 13px 0;
}

@media (max-width: 1440px) {
  .mixed-content-travel .travel-info-table tbody tr td {
    padding: 15px 40px;
  }
}

@media (max-width: 1199px) {
  .mixed-content-travel .travel-info-table tbody tr td {
    font-size: 24px;
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .mixed-content-travel .travel-info-table tbody tr td {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mixed-content-travel .travel-info-table tbody tr td {
    border-bottom: 1px solid #292A2B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    font-size: 18px;
    width: 100%;
  }
  .mixed-content-travel .travel-info-table tbody tr td:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .mixed-content-travel .travel-info-table tbody tr td {
    display: block;
  }
}

.mixed-content-travel .travel-info-table tbody tr td .title {
  display: none;
}

@media (max-width: 767px) {
  .mixed-content-travel .travel-info-table tbody tr td .title {
    font-family: "Sackers Gothic Std";
    font-size: 12px;
    display: block;
    width: 120px;
  }
}

.mixed-content-travel .travel-info-table tbody tr td .value {
  font-size: 30px;
  font-family: "alga";
  color: #9F1829;
}

@media (max-width: 1199px) {
  .mixed-content-travel .travel-info-table tbody tr td .value {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .mixed-content-travel .travel-info-table tbody tr td .value {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mixed-content-travel .travel-info-table tbody tr td .value {
    font-size: 18px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}

@media (min-width: 1441px) {
  .mixed-content-travel .travel-info-table tbody tr td:first-of-type {
    padding-left: 90px;
    width: 50%;
  }
}

@media (min-width: 1441px) {
  .mixed-content-travel .travel-info-table tbody tr td:nth-child(2) {
    width: 25%;
    padding-left: 27px;
  }
}

@media (min-width: 1441px) {
  .mixed-content-travel .travel-info-table tbody tr td:last-of-type {
    width: 25%;
    padding-left: 75px;
  }
}

.mixed-content-travel .mixed-content-travel-content {
  margin: 50px 0 74px;
}

@media (max-width: 991px) {
  .mixed-content-travel .mixed-content-travel-content {
    display: block;
    margin: 40px 0;
  }
}

.mixed-content-travel .mixed-content-travel-content-left {
  padding-right: 144px;
}

@media (max-width: 1680px) {
  .mixed-content-travel .mixed-content-travel-content-left {
    padding-right: 100px;
  }
}

@media (max-width: 1366px) {
  .mixed-content-travel .mixed-content-travel-content-left {
    padding-right: 75px;
  }
}

@media (max-width: 1199px) {
  .mixed-content-travel .mixed-content-travel-content-left {
    padding-right: 40px;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .mixed-content-travel .mixed-content-travel-content-left {
    margin-bottom: 25px;
    max-width: 300px;
    padding-right: 0;
    width: 100%;
  }
}

.mixed-content-travel .mixed-content-travel-content-right {
  max-width: 70%;
  width: 564px;
}

@media (max-width: 767px) {
  .mixed-content-travel .mixed-content-travel-content-right {
    max-width: 100%;
    width: 100%;
  }
}

.mixed-content-travel .mixed-content-travel-content-right .entry-content, .mixed-content-travel .mixed-content-travel-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .mixed-content-travel .mixed-content-travel-content-right .woocommerce-product-details__short-description, .mixed-content-travel .mixed-content-travel-content-right .accordion-content .inner-wrap, .accordion-content .mixed-content-travel .mixed-content-travel-content-right .inner-wrap, .mixed-content-travel .mixed-content-travel-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-travel .mixed-content-travel-content-right .course-calendar-value:nth-child(4), .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .mixed-content-travel .mixed-content-travel-content-right .woocommerce-MyAccount-content, .mixed-content-travel .mixed-content-travel-content-right section.no-results.not-found {
  margin-top: 0;
}

.mixed-content-travel .mixed-content-travel-content-right .entry-content h2, .mixed-content-travel .mixed-content-travel-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description h2, .single-product-section .container .inner-wrap .entry-summary .mixed-content-travel .mixed-content-travel-content-right .woocommerce-product-details__short-description h2, .mixed-content-travel .mixed-content-travel-content-right .accordion-content .inner-wrap h2, .accordion-content .mixed-content-travel .mixed-content-travel-content-right .inner-wrap h2, .mixed-content-travel .mixed-content-travel-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) h2, .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-travel .mixed-content-travel-content-right .course-calendar-value:nth-child(4) h2, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce .mixed-content-travel .mixed-content-travel-content-right .woocommerce-MyAccount-content h2, .mixed-content-travel .mixed-content-travel-content-right section.no-results.not-found h2 {
  font-weight: 300;
  font-size: 30px;
  margin-top: 57px;
  margin-bottom: 18px;
}

.mixed-content-travel .mixed-content-travel-content-right .entry-content ul li, .mixed-content-travel .mixed-content-travel-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul li, .single-product-section .container .inner-wrap .entry-summary .mixed-content-travel .mixed-content-travel-content-right .woocommerce-product-details__short-description ul li, .mixed-content-travel .mixed-content-travel-content-right .accordion-content .inner-wrap ul li, .accordion-content .mixed-content-travel .mixed-content-travel-content-right .inner-wrap ul li, .mixed-content-travel .mixed-content-travel-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul li, .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-travel .mixed-content-travel-content-right .course-calendar-value:nth-child(4) ul li, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul li, .woocommerce-account .woocommerce .mixed-content-travel .mixed-content-travel-content-right .woocommerce-MyAccount-content ul li, .mixed-content-travel .mixed-content-travel-content-right section.no-results.not-found ul li {
  list-style-type: none;
  margin-bottom: 20px;
}

.mixed-content-travel .mixed-content-travel-content-right .entry-content ul li:last-of-type, .mixed-content-travel .mixed-content-travel-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul li:last-of-type, .single-product-section .container .inner-wrap .entry-summary .mixed-content-travel .mixed-content-travel-content-right .woocommerce-product-details__short-description ul li:last-of-type, .mixed-content-travel .mixed-content-travel-content-right .accordion-content .inner-wrap ul li:last-of-type, .accordion-content .mixed-content-travel .mixed-content-travel-content-right .inner-wrap ul li:last-of-type, .mixed-content-travel .mixed-content-travel-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul li:last-of-type, .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-travel .mixed-content-travel-content-right .course-calendar-value:nth-child(4) ul li:last-of-type, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul li:last-of-type, .woocommerce-account .woocommerce .mixed-content-travel .mixed-content-travel-content-right .woocommerce-MyAccount-content ul li:last-of-type, .mixed-content-travel .mixed-content-travel-content-right section.no-results.not-found ul li:last-of-type {
  margin-bottom: 0;
}

.mixed-content-travel .mixed-content-travel-content-right .entry-content ul li::before, .mixed-content-travel .mixed-content-travel-content-right .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description ul li::before, .single-product-section .container .inner-wrap .entry-summary .mixed-content-travel .mixed-content-travel-content-right .woocommerce-product-details__short-description ul li::before, .mixed-content-travel .mixed-content-travel-content-right .accordion-content .inner-wrap ul li::before, .accordion-content .mixed-content-travel .mixed-content-travel-content-right .inner-wrap ul li::before, .mixed-content-travel .mixed-content-travel-content-right .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) ul li::before, .cource-reservation-section .course-calendar .course-calendar-value-row .mixed-content-travel .mixed-content-travel-content-right .course-calendar-value:nth-child(4) ul li::before, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content ul li::before, .woocommerce-account .woocommerce .mixed-content-travel .mixed-content-travel-content-right .woocommerce-MyAccount-content ul li::before, .mixed-content-travel .mixed-content-travel-content-right section.no-results.not-found ul li::before {
  content: '-';
  margin-right: 10px;
}

.mixed-content-travel .mixed-content-travel-content-right .btn, .mixed-content-travel .mixed-content-travel-content-right .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .mixed-content-travel .mixed-content-travel-content-right .frm_button_submit, .mixed-content-travel .mixed-content-travel-content-right .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .mixed-content-travel .mixed-content-travel-content-right .frm_button_submit, .mixed-content-travel .mixed-content-travel-content-right .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .mixed-content-travel .mixed-content-travel-content-right .button, .mixed-content-travel .mixed-content-travel-content-right .comment-form .form-submit, .comment-form .mixed-content-travel .mixed-content-travel-content-right .form-submit, .mixed-content-travel .mixed-content-travel-content-right .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .mixed-content-travel .mixed-content-travel-content-right .frm_button_submit, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .mixed-content-travel .mixed-content-travel-content-right .button,
.mixed-content-travel .mixed-content-travel-content-right .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .mixed-content-travel .mixed-content-travel-content-right .button, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .mixed-content-travel .mixed-content-travel-content-right .button,
.mixed-content-travel .mixed-content-travel-content-right .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .mixed-content-travel .mixed-content-travel-content-right .button, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .mixed-content-travel .mixed-content-travel-content-right .woocommerce-form-login__submit, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .mixed-content-travel .mixed-content-travel-content-right .button, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .mixed-content-travel .mixed-content-travel-content-right .woocommerce-button, .mixed-content-travel .mixed-content-travel-content-right .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .mixed-content-travel .mixed-content-travel-content-right .woocommerce-Button {
  margin-top: 43px;
}

@media (max-width: 1199px) {
  .mixed-content-travel .mixed-content--full-width-img:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .mixed-content-travel .mixed-content--full-width-img {
    margin-bottom: 78px;
  }
}

.mixed-content-travel-share {
  border-top: 1px solid #292A2B;
  color: #292A2B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 75px;
  margin-top: 50px;
  padding-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .mixed-content-travel-share {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mixed-content-travel-share {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .mixed-content-travel-share {
    display: block;
  }
}

.mixed-content-travel-share .label {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .mixed-content-travel-share .label {
    display: block;
    margin: 0 0 15px;
  }
}

.mixed-content-travel-share .share-links-wrapper a {
  margin-right: 20px;
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.mixed-content-travel-share .share-links-wrapper a:hover {
  color: #9F1829;
}

.product-slider {
  padding: 75px 0 80px;
  background-color: #9F1829;
}

@media (max-width: 1366px) {
  .product-slider {
    padding: 50px 6.5vw;
  }
}

@media (max-width: 1199px) {
  .product-slider {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .product-slider {
    padding: 40px 0;
  }
}

@media (max-width: 1680px) {
  .product-slider .container {
    max-width: 1230px;
  }
}

.product-slider .subtitle,
.product-slider .product-slider-title {
  color: #ffffff;
}

.product-slider .product-slider-title {
  font-size: 50px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 46px;
}

.product-slider .subtitle::after {
  background-color: #ffffff;
}

.product-slider .slick-slider,
.product-slider .slick-list,
.product-slider .slick-track,
.product-slider .slick-slide,
.product-slider .slick-slide > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.product-slider .slick-slide > div {
  width: 100%;
}

.product-slider .slick-list {
  max-width: 1410px;
  overflow: visible;
  margin: 0 auto;
}

.product-slider .slick-slide {
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 360px;
}

@media (max-width: 480px) {
  .product-slider .slick-slide {
    max-width: 80vw;
  }
}

.product-slider .slick-slide:hover .product-slider-product-button {
  height: 40px;
  padding: 12px 0;
}

.product-slider .slick-slide:hover .product-slider-product-button a {
  opacity: 1;
  visibility: visible;
}

.product-slider .slick-slide:hover img {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.product-slider .slick-slide:hover .product-slider-product-featured::after {
  opacity: 0.5;
  -webkit-transform: translateX(-50%) scale(1, 0.3);
      -ms-transform: translateX(-50%) scale(1, 0.3);
          transform: translateX(-50%) scale(1, 0.3);
}

.product-slider .slick-slide .product-slider-product {
  background-color: #ffffff;
  margin: 0;
  padding-top: 30px;
  position: relative;
  width: 100%;
}

.product-slider-link-wrapper {
  text-align: center;
  margin-top: 50px;
}

.product-slider-product-featured {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.product-slider-product-featured img {
  height: 315px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 1;
}

@media (max-width: 991px) {
  .product-slider-product-featured img {
    height: 250px;
  }
}

.product-slider-product-content {
  font-family: "Sackers Gothic Std";
}

.product-slider-product-content .product-slider-product-title {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin-top: 28px;
  font-weight: 800;
  line-height: normal;
  color: #292A2B;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.product-slider-product-content span {
  display: block;
  margin-bottom: 48px;
  font-size: 12px;
}

@media (max-width: 480px) {
  .product-slider-product-content span {
    margin-bottom: 25px;
  }
}

.product-slider-product-button {
  padding: 10px 0;
  background-color: #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 5px solid #292A2B;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.product-slider-product-button a {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.courses-slider {
  padding: 76px 0 80px;
}

@media (max-width: 1199px) {
  .courses-slider {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .courses-slider {
    padding: 40px 0;
  }
}

@media (max-width: 1680px) {
  .courses-slider .container {
    max-width: 1230px;
  }
}

.courses-slider .courses-slider-top-inner {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .courses-slider .courses-slider-top-inner {
    padding: 0;
  }
}

.courses-slider .courses-slider-title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.6px;
  line-height: 59px;
  margin-bottom: 44px;
  margin-top: 10px;
  max-width: 810px;
}

@media (max-width: 1199px) {
  .courses-slider .courses-slider-title {
    font-size: 40px;
    line-height: 1.2em;
    max-width: -webkit-calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}

@media (max-width: 767px) {
  .courses-slider .courses-slider-title {
    font-size: 36px;
    max-width: 100%;
    margin: 0 0 25px;
  }
}

@media (max-width: 1199px) {
  .courses-slider .courses-slider-wrapper .slick-prev {
    left: 11vw;
  }
}

@media (max-width: 991px) {
  .courses-slider .courses-slider-wrapper .slick-prev {
    left: 10vw;
  }
}

@media (max-width: 767px) {
  .courses-slider .courses-slider-wrapper .slick-prev {
    left: 5px;
  }
}

@media (max-width: 1199px) {
  .courses-slider .courses-slider-wrapper .slick-next {
    right: 11vw;
  }
}

@media (max-width: 991px) {
  .courses-slider .courses-slider-wrapper .slick-next {
    right: 10vw;
  }
}

@media (max-width: 767px) {
  .courses-slider .courses-slider-wrapper .slick-next {
    right: 5px;
  }
}

.courses-slider .slick-slide {
  margin: 0 15px;
  min-width: 930px;
  max-width: 930px;
}

@media (max-width: 1199px) {
  .courses-slider .slick-slide {
    max-width: 70vw;
    min-width: 70vw;
  }
}

@media (max-width: 767px) {
  .courses-slider .slick-slide {
    max-width: -webkit-calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    min-width: -webkit-calc(100vw - 80px);
    min-width: calc(100vw - 80px);
    margin: 0 7.5px;
  }
}

.courses-slider-title-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 24px;
}

@media (max-width: 767px) {
  .courses-slider-title-wrap {
    display: block;
    padding-top: 15px;
  }
}

.courses-slider-title-wrap .product-slider-link-wrapper {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .courses-slider-title-wrap .product-slider-link-wrapper {
    margin: 0 0 30px;
    text-align: left;
  }
}

.courses-slider-post {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  max-height: 495px;
  min-height: 495px;
  position: relative;
}

@media (max-width: 1199px) {
  .courses-slider-post {
    min-height: 50vw;
    max-height: 50vw;
  }
}

@media (max-width: 767px) {
  .courses-slider-post {
    min-height: 100vw;
    max-height: 100vw;
  }
}

.courses-slider-post:hover .courses-slider-post-link {
  opacity: 1;
  visibility: visible;
}

.courses-slider-post:hover .courses-slider-post-link::before {
  height: 47px;
}

.courses-slider-post::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(41, 42, 43, 0.6);
  z-index: 1;
}

.courses-slider-post .courses-slider-post-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
  margin-bottom: 1px;
  letter-spacing: -0.4px;
}

@media (max-width: 1199px) {
  .courses-slider-post .courses-slider-post-title {
    line-height: 1.2em;
  }
}

.courses-slider-post .courses-slider-post-link,
.courses-slider-post .courses-slider-post-author {
  font-size: 12px;
  font-family: "Sackers Gothic Std";
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  color: #ffffff;
}

.courses-slider-post .courses-slider-post-author {
  margin-bottom: 5px;
}

.courses-slider-post .courses-slider-post-link {
  position: relative;
  z-index: 2;
  padding: 12px 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.courses-slider-post .courses-slider-post-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #9F1829;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  z-index: -1;
}

.courses-slider-post .courses-slider-post-link .icon-angle-right {
  font-size: 16px;
  position: relative;
  top: 3px;
  right: -5px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.courses-slider-post-content {
  z-index: 2;
  padding-left: 60px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .courses-slider-post-content {
    padding: 0 35px;
  }
}

.ie .courses-slider-post {
  height: 495px;
}

.blog-list {
  background-color: #F2EDE9;
  padding: 75px 15px 80px;
}

@media (max-width: 1199px) {
  .blog-list {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .blog-list {
    padding: 40px 0;
  }
}

.blog-list-title {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 47px;
  margin-top: 38px;
}

@media (max-width: 1199px) {
  .blog-list-title {
    font-size: 40px;
    line-height: 1em;
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .blog-list-title {
    font-size: 36px;
  }
}

.blog-list-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-list-wrapper {
    display: block;
  }
}

.blog-post {
  background-size: cover;
  background-position: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 608px;
  min-height: 608px;
  max-width: -webkit-calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  position: relative;
  width: 450px;
}

@media (max-width: 1440px) {
  .blog-post {
    max-height: 40vw;
    min-height: 40vw;
  }
}

@media (max-width: 991px) {
  .blog-post {
    max-height: 50vw;
    min-height: 50vw;
    max-width: -webkit-calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}

@media (max-width: 767px) {
  .blog-post {
    max-height: 75vw;
    min-height: 75vw;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .blog-post {
    max-height: 120vw;
    min-height: 120vw;
  }
}

.blog-post::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #292A2B;
  opacity: 0.6;
}

.blog-post:hover .blog-post-read-more {
  color: #ffffff;
  z-index: 1;
}

.blog-post:hover .blog-post-read-more::before {
  height: 47px;
  z-index: -1;
}

.blog-post:hover .blog-post-read-more::after {
  color: #ffffff;
}

.blog-post-content {
  z-index: 1;
  padding: 0 30px;
  position: relative;
  color: #ffffff;
}

@media (max-width: 991px) {
  .blog-post-content {
    padding: 0 15px;
  }
}

.blog-post-content .blog-post-cat a {
  color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.blog-post-content .blog-post-cat a:hover {
  color: #9F1829;
}

.blog-post-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .blog-post-meta {
    display: block;
  }
}

.blog-post-meta .blog-post-date {
  margin-right: 37px;
}

@media (max-width: 1199px) {
  .blog-post-meta .blog-post-date {
    display: block;
    margin: 0 0 10px;
  }
}

.blog-post-title-url .blog-post-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 40px;
  margin: 20px 0 28px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

@media (max-width: 1199px) {
  .blog-post-title-url .blog-post-title {
    line-height: 1em;
  }
}

.blog-post-title-url .blog-post-title:hover {
  color: #9F1829;
}

.blog-post-read-more {
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin: 0 -30px;
  padding: 12px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}

@media (max-width: 991px) {
  .blog-post-read-more {
    margin: 0 -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}

.blog-post-read-more::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #9F1829;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.blog-post-read-more i {
  font-size: 18px;
  margin-left: 10px;
  line-height: 1em;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.blog-post-read-more i i, .blog-post-read-more i:before {
  display: block;
}

.blog-list-cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .blog-list-cta-wrapper {
    margin-top: 15px;
  }
}

.page-hero {
  overflow: hidden;
  position: relative;
}

.page-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -o-radial-gradient(0px 0px at 0% 0%, rgba(41, 42, 43, 0.25) 0%, rgba(41, 42, 43, 0.38) 100%);
  background-image: radial-gradient(0px 0px at 0% 0%, rgba(41, 42, 43, 0.25) 0%, rgba(41, 42, 43, 0.38) 100%);
}

.page-hero .image-background {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}

@media (max-width: 1199px) {
  .page-hero .image-background {
    background-attachment: scroll;
  }
}

.page-hero video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 767px) {
  .page-hero video {
    display: none;
  }
}

.page-hero .youtube-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.page-hero .youtube-wrap {
  overflow: hidden;
}

.page-hero iframe {
  height: 56.5vw;
  left: 50%;
  max-width: 500%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 300%;
}

@media (max-width: 1199px) {
  .page-hero iframe {
    height: 100vh;
    width: 177vh;
  }
}

.archive .page-hero::after {
  background-image: -o-radial-gradient(0px 0px at 0% 0%, rgba(41, 42, 43, 0.25) 0%, rgba(41, 42, 43, 0.7) 100%);
  background-image: radial-gradient(0px 0px at 0% 0%, rgba(41, 42, 43, 0.25) 0%, rgba(41, 42, 43, 0.7) 100%);
}

.page-hero-inner {
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  color: #ffffff;
  padding: 40px;
}

@media (max-width: 1199px) {
  .page-hero-inner {
    height: 50vw;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .page-hero-inner {
    padding: 0 15px;
  }
}

.page-hero-inner .page-hero-title {
  font-size: 70px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

@media (max-width: 1199px) {
  .page-hero-inner .page-hero-title {
    font-size: 60px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .page-hero-inner .page-hero-title {
    font-size: 40px;
  }
}

.page-hero-inner .lf-social-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page-hero-inner .lf-social-wrapper {
    bottom: 10px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) {
  .blog .page-hero-inner .lf-social-wrapper {
    bottom: 50px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.product-list {
  background-color: #9F1829;
  padding: 77px 15px 50px;
}

@media (max-width: 1199px) {
  .product-list {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .product-list {
    padding: 40px 0;
  }
}

.products-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .products-wrapper {
    margin: 0 -7.5px;
  }
}

.products-wrapper .product-post-product {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .products-wrapper .product-post-product {
    max-width: -webkit-calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    width: 100%;
  }
}

@media (max-width: 991px) {
  .products-wrapper .product-post-product {
    margin: 0 7.5px 20px;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: 50%;
  }
}

@media (max-width: 600px) {
  .products-wrapper .product-post-product {
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%;
  }
}

.product-post-product {
  background-color: #ffffff;
  margin-bottom: 30px;
  max-width: -webkit-calc(25% - 30px);
  max-width: calc(25% - 30px);
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 330px;
}

@media (max-width: 991px) {
  .product-post-product {
    margin-bottom: 20px;
    max-width: -webkit-calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    width: 50%;
  }
}

@media (max-width: 600px) {
  .product-post-product {
    max-width: 100%;
    width: 100%;
  }
}

.product-post-product:hover .product-post-product-button {
  height: 40px;
  padding: 10px 0;
}

.product-post-product:hover .product-post-product-button a {
  opacity: 1;
  visibility: visible;
}

.product-post-product:hover .product-slider-product-featured img {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.product-post-product-content {
  font-family: "Sackers Gothic Std";
}

.product-post-product-content a h2 {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin-top: 23px;
  font-weight: 800;
  line-height: normal;
  color: #292A2B;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.product-post-product-content > span {
  display: block;
  font-size: 12px;
  margin-bottom: 48px;
}

.product-post-product-button {
  background-color: #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 5px solid #292A2B;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.product-post-product-button a {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.product-post-product-button a i {
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.product-list-inner {
  color: #ffffff;
}

.product-list-inner .product-list-title {
  font-size: 50px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 47px;
}

@media (max-width: 1199px) {
  .product-list-inner .product-list-title {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .product-list-inner .product-list-title {
    margin: 10px 0 30px;
  }
}

.product-list-inner span::after {
  background-color: #ffffff;
}

.courses-list {
  background-color: #F2EDE9;
  padding: 80px 15px 50px;
}

@media (max-width: 1199px) {
  .courses-list {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .courses-list {
    padding: 40px 0;
  }
}

.courses-list-top-inner {
  padding: 0;
}

.courses-list-top-inner .courses-list-title-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .courses-list-top-inner .courses-list-title-wrap {
    display: block;
  }
}

.courses-list-top-inner .courses-list-subtitle {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .courses-list-top-inner .courses-list-subtitle {
    margin-bottom: 20px;
  }
}

.courses-list-top-inner .courses-list-title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.6px;
  line-height: 59px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 810px;
}

@media (max-width: 1199px) {
  .courses-list-top-inner .courses-list-title {
    font-size: 40px;
    line-height: 1.2em;
    max-width: -webkit-calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}

@media (max-width: 991px) {
  .courses-list-top-inner .courses-list-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .courses-list-top-inner .courses-list-title {
    font-size: 36px;
    max-width: 100%;
    margin: 0 0 25px;
  }
}

.courses-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.courses-list-inner .courses-post-first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.courses-post {
  background-size: cover;
  position: relative;
  height: 500px;
  width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  max-width: -webkit-calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}

@media (max-width: 1199px) {
  .courses-post {
    height: 40vw;
    max-width: -webkit-calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
  }
}

@media (max-width: 991px) {
  .courses-post {
    height: 50vw;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .courses-post {
    height: 60vw;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .courses-post {
    height: 70vw;
  }
}

.courses-post .inner-wrap {
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
}

.courses-post .inner-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(41, 42, 43, 0.6);
  z-index: 1;
}

.courses-post:hover .courses-post-link {
  color: #ffffff;
}

.courses-post:hover .courses-post-link::before {
  height: 100%;
}

.courses-post:hover .courses-post-link .icon-angle-right {
  color: #ffffff;
}

.courses-post-content {
  z-index: 1;
  position: relative;
  padding: 0 60px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 1366px) {
  .courses-post-content {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .courses-post-content {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .courses-post-content {
    margin-bottom: 10px;
  }
}

.courses-post-content h2 {
  font-weight: 400;
  margin: 0;
  line-height: 35px;
  margin-bottom: 8px;
  letter-spacing: -0.25px;
  font-size: 30px;
}

.courses-post-content span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Sackers Gothic Std";
}

.courses-post-link {
  position: relative;
  z-index: 1;
  padding: 0 60px;
  color: transparent;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  font-size: 12px;
  font-family: "Sackers Gothic Std";
  padding: 10px 65px;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .courses-post-link {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .courses-post-link {
    padding: 10px 15px;
  }
}

.courses-post-link .icon-angle-right {
  color: transparent;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 4px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.courses-post-link::before {
  background-color: #9F1829;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  width: 100%;
  z-index: -1;
}

.reizen-list-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vw;
}

@media (max-width: 991px) {
  .reizen-list-post {
    display: block;
  }
}

.reizen-list-post-image {
  background-position: center center;
  background-size: cover;
  width: 50%;
}

@media (max-width: 991px) {
  .reizen-list-post-image {
    height: 60vw;
    width: 100%;
  }
}

.reizen-list-post-content {
  background-color: #F2EDE9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: -webkit-calc((50vw - 670px)/2);
  padding-left: calc((50vw - 670px)/2);
  padding-right: -webkit-calc((100vw - 1410px)/2 + 5px);
  padding-right: calc((100vw - 1410px)/2 + 5px);
  width: 50%;
}

@media (max-width: 1440px) {
  .reizen-list-post-content {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .reizen-list-post-content {
    padding: 50px 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .reizen-list-post-content {
    padding: 40px 15px;
  }
}

.reizen-list-post-content .reizen-list-post-title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.45px;
  line-height: 60px;
  margin: 0;
  max-width: 573px;
}

@media (max-width: 991px) {
  .reizen-list-post-content .reizen-list-post-title {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .reizen-list-post-content .reizen-list-post-title {
    font-size: 30px;
    line-height: 1em;
  }
}

@media (min-width: 992px) {
  .reizen-list-post-content .entry-content, .reizen-list-post-content .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .reizen-list-post-content .woocommerce-product-details__short-description, .reizen-list-post-content .accordion-content .inner-wrap, .accordion-content .reizen-list-post-content .inner-wrap, .reizen-list-post-content .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .reizen-list-post-content .course-calendar-value:nth-child(4), .reizen-list-post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .reizen-list-post-content .woocommerce-MyAccount-content, .reizen-list-post-content section.no-results.not-found {
    max-width: 573px;
  }
}

@media (min-width: 992px) {
  .reizen-list-post-content .btn, .reizen-list-post-content .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .reizen-list-post-content .frm_button_submit, .reizen-list-post-content .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .reizen-list-post-content .frm_button_submit, .reizen-list-post-content .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .reizen-list-post-content .button, .reizen-list-post-content .comment-form .form-submit, .comment-form .reizen-list-post-content .form-submit, .reizen-list-post-content .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .reizen-list-post-content .frm_button_submit, .reizen-list-post-content .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .reizen-list-post-content .button,
  .reizen-list-post-content .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .reizen-list-post-content .button, .reizen-list-post-content .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .reizen-list-post-content .button,
  .reizen-list-post-content .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .reizen-list-post-content .button, .reizen-list-post-content .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .reizen-list-post-content .woocommerce-form-login__submit, .reizen-list-post-content .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .reizen-list-post-content .button, .reizen-list-post-content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .reizen-list-post-content .woocommerce-button, .reizen-list-post-content .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .reizen-list-post-content .woocommerce-Button {
    margin-top: 21px;
  }
}

.reizen-list-post-date {
  margin: 4px 0 23px;
}

.reizen-list-post-date span {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.reizen-list-post-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 1367px) {
  .reizen-list-post-reverse .reizen-list-post-content {
    padding-left: -webkit-calc((100vw - 1410px)/2 + 5px);
    padding-left: calc((100vw - 1410px)/2 + 5px);
    padding-right: -webkit-calc((50vw - 670px)/2);
    padding-right: calc((50vw - 670px)/2);
  }
}

.contact-block {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.contact-block-bottom .inner-section-wrap {
  background-color: #F2EDE9;
  margin-left: -webkit-calc((100vw - 1440px)/2 + 5px);
  margin-left: calc((100vw - 1440px)/2 + 5px);
  padding-bottom: 150px;
  padding-left: 5vw;
  padding-right: -webkit-calc((100vw - 1440px)/2 - 10px);
  padding-right: calc((100vw - 1440px)/2 - 10px);
  padding-top: 136px;
}

@media (max-width: 1680px) {
  .contact-block-bottom .inner-section-wrap {
    margin-left: -webkit-calc((100vw - 1200px)/2 + 5px);
    margin-left: calc((100vw - 1200px)/2 + 5px);
    padding-right: 5vw;
  }
}

@media (max-width: 1366px) {
  .contact-block-bottom .inner-section-wrap {
    margin-left: 7.5vw;
    padding-left: 5vw;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .contact-block-bottom .inner-section-wrap {
    margin-left: 50px;
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .contact-block-bottom .inner-section-wrap {
    margin-left: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .contact-block-bottom .inner-section-wrap {
    margin-left: 0;
    padding: 40px 0;
  }
}

.contact-block-bottom .inner-section-wrap .container {
  max-width: 1200px;
}

.contact-block-text-map {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .contact-block-text-map {
    display: block;
  }
}

.contact-block-text-map .contact-item a {
  font-size: 30px;
  color: #292A2B;
  font-family: "alga";
}

.contact-block-content-left,
.contact-block-content-right {
  max-width: -webkit-calc(50% - 30px);
  max-width: calc(50% - 30px);
  width: 450px;
}

@media (max-width: 991px) {
  .contact-block-content-left,
  .contact-block-content-right {
    max-width: 100%;
    width: 100%;
  }
}

.contact-block-content-title {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
  margin-top: 40px;
}

.contact-details-wrap {
  padding-top: 8px;
}

.contact-details-wrap .contact-details-inner .contact-item {
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .contact-details-wrap .contact-details-inner .contact-item {
    margin-bottom: 25px;
  }
}

.contact-details-wrap .contact-details-inner .contact-item .contact-item-label {
  margin-bottom: 15px;
}

.contact-block-form-title {
  font-weight: 300;
  font-size: 30px;
  margin-top: 47px;
  margin-bottom: 19px;
}

.contact-block-content-right .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 15px;
  position: relative;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field select,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input[type=email] {
  height: 50px;
  border: 1px solid #292A2B;
  border-radius: 0;
  background-color: #F2EDE9;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 5px;
  padding-left: 15px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #292A2B;
  -webkit-appearance: none;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input:focus,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field select:focus,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea:focus,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input[type=email]:focus {
  border: 1px solid #9F1829;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input::-webkit-input-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field select::-webkit-input-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea::-webkit-input-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input[type=email]::-webkit-input-placeholder {
  color: #292A2B !important;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input::-moz-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field select::-moz-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea::-moz-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input[type=email]::-moz-placeholder {
  color: #292A2B !important;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input::-ms-input-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field select::-ms-input-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea::-ms-input-placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input[type=email]::-ms-input-placeholder {
  color: #292A2B !important;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input::placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field select::placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea::placeholder,
.contact-block-content-right .frm_form_fields .frm_fields_container .form-field input[type=email]::placeholder {
  color: #292A2B !important;
}

.contact-block-content-right .frm_form_fields .frm_fields_container .form-field textarea {
  height: 200px;
  padding-top: 15px;
  margin-bottom: 0;
}

.contact-block-content-right .frm_fields_container .frm_submit {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-left: 0;
  border: 1px solid #292A2B;
  background-color: #F2EDE9;
  height: 50px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-block-content-right .frm_fields_container .frm_submit:hover {
  border: 1px solid #292A2B;
}

.contact-block-content-right .frm_fields_container .frm_submit:hover::before {
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  background-color: #292A2B;
}

.contact-block-content-right .frm_fields_container .frm_submit::before {
  background-color: #292A2B;
}

.contact-block-content-right .frm_fields_container .frm_submit .frm_button_submit {
  color: #292A2B;
  width: 100%;
  border: none;
  position: relative;
  top: auto;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.contact-block-content-right .frm_opt_container .frm_checkbox label {
  padding-left: 0;
}

.contact-block-content-right .frm_checkbox {
  padding-left: 0;
  overflow: hidden;
}

.contact-block-content-right .frm_checkbox label > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-block-content-right .frm_checkbox span {
  color: #292A2B;
  font-family: "Poppins";
  font-size: 12px;
}

.contact-block-content-right .frm_checkbox span span:first-of-type {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 35px;
}

.contact-block-content-right .frm_checkbox span span:first-of-type::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.contact-block-content-right .frm_checkbox input {
  height: auto !important;
  margin: 0 !important;
}

.contact-block-content-right .frm_checkbox input:checked + span span:first-child::after {
  opacity: 1;
  background-color: #F2EDE9;
  visibility: visible;
}

.contact-block-content-right .frm_checkbox span a {
  color: #9F1829;
  text-decoration: underline;
  font-style: italic;
}

.contact-block-content-right .frm_checkbox span a:hover {
  text-decoration: none;
}

.contact-block-content-right .frm-show-form .frm_form_fields .frm_fields_container .frm_form_field .frm_error {
  bottom: -16px;
}

.map-wrapper-inner {
  height: 450px;
  margin-top: 70px;
}

.map-wrapper-inner .acf-map {
  height: 100%;
}

.regios-block {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .regios-block {
    margin-top: 0;
  }
}

.regios-block .inner-section-wrap {
  background-color: #F2EDE9;
  margin-left: -webkit-calc((100vw - 1410px)/2);
  margin-left: calc((100vw - 1410px)/2);
  margin-top: 0;
  padding-left: 105px;
  padding-right: -webkit-calc((100vw - 1440px)/2 - 5px);
  padding-right: calc((100vw - 1440px)/2 - 5px);
  padding-top: 77px;
  padding-bottom: 75px;
}

@media (max-width: 1460px) {
  .regios-block .inner-section-wrap {
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .regios-block .inner-section-wrap {
    margin-left: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .regios-block .inner-section-wrap {
    padding: 40px 0;
  }
}

.regios-block .container {
  max-width: 1440px !important;
}

.regio-path {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.regio-path.active {
  fill: #9F1829;
}

@media (max-width: 767px) {
  .regios-block-content {
    display: block;
  }
}

.regios-block-content .regios-content-left {
  width: 350px;
}

@media (max-width: 1199px) {
  .regios-block-content .regios-content-left {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .regios-block-content .regios-content-left {
    width: 100%;
  }
}

.regios-block-content .regios-content-right {
  padding-left: 90px;
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
}

@media (max-width: 1199px) {
  .regios-block-content .regios-content-right {
    padding-left: 50px;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
  }
}

@media (max-width: 767px) {
  .regios-block-content .regios-content-right {
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
  }
}

.regios-block-content .regios-content-right svg {
  margin-top: -20px;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .regios-block-content .regios-content-right svg {
    margin: 0;
  }
}

.regios-block-inner {
  background-color: #F2EDE9;
}

.regios-block-inner .subtitle {
  max-width: 930px;
}

.regios-block-inner .title-text-title {
  margin-bottom: 23px;
}

.regios-block-inner .regios-content-list {
  max-width: 100%;
  width: 330px;
}

.regios-block-inner .regios-content-list li {
  list-style-type: none;
  position: relative;
  margin-bottom: 13px;
}

.regios-block-inner .regios-content-list li a {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.regios-block-inner .regios-content-list li a:hover {
  color: #9F1829;
}

.regios-block-inner .regios-content-list li a span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bodegas-list-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vw;
}

@media (max-width: 991px) {
  .bodegas-list-post {
    display: block;
  }
}

.bodegas-list-post .bodegas-list-post-image {
  background-position: center center;
  background-size: cover;
  width: 50%;
}

@media (max-width: 991px) {
  .bodegas-list-post .bodegas-list-post-image {
    height: 60vw;
    width: 100%;
  }
}

.bodegas-list-post .bodegas-list-post-content {
  background-color: #F2EDE9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: -webkit-calc((50vw - 670px)/2);
  padding-left: calc((50vw - 670px)/2);
  padding-right: -webkit-calc((100vw - 1410px)/2 + 5px);
  padding-right: calc((100vw - 1410px)/2 + 5px);
  width: 50%;
}

@media (max-width: 1440px) {
  .bodegas-list-post .bodegas-list-post-content {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .bodegas-list-post .bodegas-list-post-content {
    padding: 50px 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bodegas-list-post .bodegas-list-post-content {
    padding: 40px 15px;
  }
}

.bodegas-list-post .bodegas-list-post-content .inner-wrap {
  width: 100%;
}

@media (min-width: 992px) {
  .bodegas-list-post .bodegas-list-post-content .inner-wrap {
    max-width: 570px;
  }
}

.bodegas-list-post .bodegas-list-post-content .inner-wrap .entry-content, .bodegas-list-post .bodegas-list-post-content .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .bodegas-list-post .bodegas-list-post-content .inner-wrap .entry-summary .woocommerce-product-details__short-description, .bodegas-list-post .bodegas-list-post-content .inner-wrap .accordion-content .inner-wrap, .accordion-content .bodegas-list-post .bodegas-list-post-content .inner-wrap .inner-wrap, .bodegas-list-post .bodegas-list-post-content .inner-wrap .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .bodegas-list-post .bodegas-list-post-content .inner-wrap .course-calendar-value:nth-child(4), .bodegas-list-post .bodegas-list-post-content .inner-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .bodegas-list-post .bodegas-list-post-content .inner-wrap .woocommerce-MyAccount-content, .bodegas-list-post .bodegas-list-post-content .inner-wrap section.no-results.not-found {
  margin: 0;
  max-width: 100%;
}

.bodegas-list-post .bodegas-list-post-title {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
  max-width: 573px;
}

@media (max-width: 991px) {
  .bodegas-list-post .bodegas-list-post-title {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .bodegas-list-post .bodegas-list-post-title {
    font-size: 30px;
    line-height: 1em;
  }
}

.bodegas-list-post .entry-content, .bodegas-list-post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .bodegas-list-post .woocommerce-product-details__short-description, .bodegas-list-post .accordion-content .inner-wrap, .accordion-content .bodegas-list-post .inner-wrap, .bodegas-list-post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .bodegas-list-post .course-calendar-value:nth-child(4), .bodegas-list-post .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .bodegas-list-post .woocommerce-MyAccount-content, .bodegas-list-post section.no-results.not-found {
  margin-bottom: 21px;
  margin-top: 19px;
  max-width: 568px;
}

.bodegas-list-post .entry-content p, .bodegas-list-post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description p, .single-product-section .container .inner-wrap .entry-summary .bodegas-list-post .woocommerce-product-details__short-description p, .bodegas-list-post .accordion-content .inner-wrap p, .accordion-content .bodegas-list-post .inner-wrap p, .bodegas-list-post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) p, .cource-reservation-section .course-calendar .course-calendar-value-row .bodegas-list-post .course-calendar-value:nth-child(4) p, .bodegas-list-post .woocommerce-account .woocommerce .woocommerce-MyAccount-content p, .woocommerce-account .woocommerce .bodegas-list-post .woocommerce-MyAccount-content p, .bodegas-list-post section.no-results.not-found p {
  font-weight: 400;
}

.bodegas-list-post-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 1367px) {
  .bodegas-list-post-reverse .bodegas-list-post-content {
    padding-left: -webkit-calc((100vw - 1410px)/2 + 5px);
    padding-left: calc((100vw - 1410px)/2 + 5px);
    padding-right: -webkit-calc((50vw - 670px)/2);
    padding-right: calc((50vw - 670px)/2);
  }
}

.testimonials-section {
  background-color: #F2EDE9;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.testimonials-section .inner-section-wrap {
  background-color: #292A2B;
  margin-left: 0;
  margin-right: 5vw;
  margin-top: 0;
  padding-left: -webkit-calc((100% - 1440px)/2);
  padding-left: calc((100% - 1440px)/2);
  padding-right: 4vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 1680px) {
  .testimonials-section .inner-section-wrap {
    padding-left: -webkit-calc((100% - 1230px)/2);
    padding-left: calc((100% - 1230px)/2);
    margin-right: 5vw;
  }
}

@media (max-width: 1366px) {
  .testimonials-section .inner-section-wrap {
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .testimonials-section .inner-section-wrap {
    margin-right: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .inner-section-wrap {
    margin-left: 0;
    padding: 40px 0;
  }
}

.testimonials-section .inner-section-wrap .container {
  margin: 0 auto;
}

.testimonials-section .subtitle {
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .testimonials-section .subtitle {
    margin-bottom: 20px;
  }
}

.testimonials-section .testimonials-slider {
  margin-bottom: 100px;
}

.testimonials-section .testimonials-slider .slick-next,
.testimonials-section .testimonials-slider .slick-prev {
  color: #292A2B;
  top: auto;
  bottom: -120px;
}

.testimonials-section .testimonials-slider .slick-prev {
  left: 0;
}

.testimonials-section .testimonials-slider .slick-next {
  left: 75px;
}

.testimonials-section .testimonials-slider .testimonial-wrap .quote {
  font-family: "alga";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.3em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonials-section .testimonials-slider .testimonial-wrap .quote {
    font-size: 21px;
  }
}

.testimonials-section .testimonials-slider .testimonial-wrap .name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.testimonials-section .testimonials-slider .testimonial-wrap .position {
  font-size: 14px;
  margin: 0;
}

.form-section {
  background-color: #ffffff;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.form-section .inner-section-wrap {
  background-color: #292A2B;
  margin-left: 0;
  margin-right: 5vw;
  margin-top: 0;
  padding-left: -webkit-calc((100% - 1440px)/2);
  padding-left: calc((100% - 1440px)/2);
  padding-right: 4vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 1680px) {
  .form-section .inner-section-wrap {
    padding-left: -webkit-calc((100% - 1230px)/2);
    padding-left: calc((100% - 1230px)/2);
    margin-right: 5vw;
  }
}

@media (max-width: 1366px) {
  .form-section .inner-section-wrap {
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .form-section .inner-section-wrap {
    margin-right: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .form-section .inner-section-wrap {
    margin-left: 0;
    padding: 40px 0;
  }
}

.form-section .inner-section-wrap .container {
  margin: 0 auto 0 0;
  max-width: 100%;
  width: 1310px;
}

.form-section .subtitle {
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .form-section .subtitle {
    margin-bottom: 20px;
  }
}

.form-section .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.form-section .frm_form_fields .frm_fields_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  padding: 0;
}

@media (max-width: 767px) {
  .form-section .frm_form_fields .frm_fields_container {
    margin: 0 -10px;
  }
}

@media (max-width: 600px) {
  .form-section .frm_form_fields .frm_fields_container {
    margin: 0;
  }
}

.form-section .frm_form_fields .frm_fields_container,
.form-section .frm_form_fields .frm_fields_container * {
  grid: none !important;
  grid-column: none !important;
  grid-gap: 0 !important;
}

.form-section .frm_form_fields .frm_fields_container .frm_section_spacing {
  display: none;
}

.form-section .frm_form_fields .form-field {
  margin: 0;
  position: relative;
  width: 100%;
}

.form-section .frm_form_fields .form-field .frm_error {
  position: absolute;
  color: #9F1829;
  font-size: 12px;
}

.form-section .frm_form_fields .form-field:not(.frm_section_heading) {
  margin: 0 0 30px;
  padding: 0 15px;
}

@media (max-width: 1366px) {
  .form-section .frm_form_fields .form-field:not(.frm_section_heading) {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .form-section .frm_form_fields .form-field:not(.frm_section_heading) {
    margin: 0 0 25px;
  }
}

@media (max-width: 600px) {
  .form-section .frm_form_fields .form-field:not(.frm_section_heading) {
    padding: 0;
  }
}

.form-section .frm_form_fields .form-field.frm_section_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  max-width: 630px;
  margin: 0;
}

@media (max-width: 767px) {
  .form-section .frm_form_fields .form-field.frm_section_heading {
    max-width: 100%;
    width: 100% !important;
  }
}

.form-section .frm_form_fields .form-field.frm_half {
  width: 50%;
}

@media (max-width: 600px) {
  .form-section .frm_form_fields .form-field.frm_half {
    width: 100%;
  }
}

.form-section .frm_form_fields .form-field input[type="text"],
.form-section .frm_form_fields .form-field input[type="email"],
.form-section .frm_form_fields .form-field input[type="tel"],
.form-section .frm_form_fields .form-field textarea {
  background-color: transparent;
  padding: 11px 15px;
  width: 100%;
}

.form-section .frm_form_fields .form-field input[type="text"]::-webkit-input-placeholder,
.form-section .frm_form_fields .form-field input[type="email"]::-webkit-input-placeholder,
.form-section .frm_form_fields .form-field input[type="tel"]::-webkit-input-placeholder,
.form-section .frm_form_fields .form-field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.form-section .frm_form_fields .form-field input[type="text"]::-moz-placeholder,
.form-section .frm_form_fields .form-field input[type="email"]::-moz-placeholder,
.form-section .frm_form_fields .form-field input[type="tel"]::-moz-placeholder,
.form-section .frm_form_fields .form-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.form-section .frm_form_fields .form-field input[type="text"]:-ms-input-placeholder,
.form-section .frm_form_fields .form-field input[type="email"]:-ms-input-placeholder,
.form-section .frm_form_fields .form-field input[type="tel"]:-ms-input-placeholder,
.form-section .frm_form_fields .form-field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.form-section .frm_form_fields .form-field input[type="text"]:-moz-placeholder,
.form-section .frm_form_fields .form-field input[type="email"]:-moz-placeholder,
.form-section .frm_form_fields .form-field input[type="tel"]:-moz-placeholder,
.form-section .frm_form_fields .form-field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.form-section .frm_form_fields .form-field .frm_radio input + span span:first-child,
.form-section .frm_form_fields .form-field .frm_checkbox input + span span:first-child {
  top: 0;
}

.form-section .frm_form_fields .select2 {
  width: 100% !important;
}

.form-section .frm_form_fields .select2 .select2-selection--single {
  border-color: #fff !important;
}

.form-section .frm_form_fields .select2 .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.form-section .frm_form_fields .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #fff !important;
}

.form-section .frm_form_fields .select2 .select2-selection__arrow b {
  border-top-color: #fff !important;
}

.form-section .frm_form_fields .frm_submit {
  background-color: transparent;
  border: none;
  height: auto;
  margin: 30px 0 0;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 1366px) {
  .form-section .frm_form_fields .frm_submit {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .form-section .frm_form_fields .frm_submit {
    padding: 0;
  }
}

.form-section .frm_form_fields .frm_submit:before {
  content: none;
}

.form-section .frm_form_fields .frm_submit .frm_button_submit {
  background-color: transparent;
  display: block;
  padding: 15px 15px 20px;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}

.single {
  background-color: #F2EDE9;
}

.gallery-wrapper {
  margin-bottom: 73px;
}

.gallery-travel {
  padding-top: 77px;
}

@media (max-width: 1199px) {
  .gallery-travel {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .gallery-travel {
    padding-top: 40px;
  }
}

@media (max-width: 1680px) {
  .gallery-travel .container {
    max-width: 1230px;
  }
}

.gallery-travel .gallery-travel-title {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .gallery-travel .gallery-travel-title {
    font-size: 40px;
    line-height: 1em;
  }
}

.gallery-travel .slick-slider .slick-prev {
  left: 20px;
}

@media (max-width: 480px) {
  .gallery-travel .slick-slider .slick-prev {
    left: 0;
  }
}

.gallery-travel .slick-slider .slick-prev i, .gallery-travel .slick-slider .slick-prev i:before {
  display: block;
  line-height: 1em;
}

.gallery-travel .slick-slider .slick-next {
  right: 20px;
}

@media (max-width: 480px) {
  .gallery-travel .slick-slider .slick-next {
    right: 0;
  }
}

.gallery-travel .slick-slider .slick-next i, .gallery-travel .slick-slider .slick-next i:before {
  display: block;
  line-height: 1em;
}

.gallery-img {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .gallery-img {
    max-width: -webkit-calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }
}

@media (max-width: 480px) {
  .gallery-img {
    max-width: -webkit-calc(100vw - 50px);
    max-width: calc(100vw - 50px);
    padding: 0 7.5px;
  }
}

.form-travel {
  color: #ffffff;
  padding: 77px 0 65px;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .form-travel {
    margin-bottom: 0;
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .form-travel {
    padding: 0 0 0;
  }
}

.form-travel .inner-section-wrap {
  background-color: #292A2B;
  margin-left: 0;
  margin-right: -webkit-calc((100vw - 1410px)/2 + 5px);
  margin-right: calc((100vw - 1410px)/2 + 5px);
  padding-bottom: 150px;
  padding-left: -webkit-calc((100vw - 1430px)/2 + 5px);
  padding-left: calc((100vw - 1430px)/2 + 5px);
  padding-right: 5vw;
  padding-top: 136px;
}

@media (max-width: 1680px) {
  .form-travel .inner-section-wrap {
    margin-right: -webkit-calc((100vw - 1200px)/2 + 5px);
    margin-right: calc((100vw - 1200px)/2 + 5px);
  }
}

@media (max-width: 1366px) {
  .form-travel .inner-section-wrap {
    margin-right: 7.5vw;
    padding-right: 5vw;
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .form-travel .inner-section-wrap {
    margin-right: 0;
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .form-travel .inner-section-wrap {
    padding: 40px 0;
  }
}

.form-travel .subtitle::after {
  background-color: #ffffff;
}

.form-travel .form-travel-title {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 46px;
}

.form-travel .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.form-travel .frm_form_fields .frm_fields_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  padding: 0;
}

@media (max-width: 767px) {
  .form-travel .frm_form_fields .frm_fields_container {
    margin: 0 -10px;
  }
}

@media (max-width: 600px) {
  .form-travel .frm_form_fields .frm_fields_container {
    margin: 0;
  }
}

.form-travel .frm_form_fields .frm_fields_container,
.form-travel .frm_form_fields .frm_fields_container * {
  grid: none !important;
  grid-column: none !important;
  grid-gap: 0 !important;
}

.form-travel .frm_form_fields .frm_fields_container .frm_section_spacing {
  display: none;
}

.form-travel .frm_form_fields .form-field {
  margin: 0;
  position: relative;
  width: 100%;
}

.form-travel .frm_form_fields .form-field .frm_error {
  position: absolute;
  color: #9F1829;
  font-size: 12px;
}

.form-travel .frm_form_fields .form-field:not(.frm_section_heading) {
  margin: 0 0 30px;
  padding: 0 15px;
}

@media (max-width: 1366px) {
  .form-travel .frm_form_fields .form-field:not(.frm_section_heading) {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .form-travel .frm_form_fields .form-field:not(.frm_section_heading) {
    margin: 0 0 25px;
  }
}

@media (max-width: 600px) {
  .form-travel .frm_form_fields .form-field:not(.frm_section_heading) {
    padding: 0;
  }
}

.form-travel .frm_form_fields .form-field.frm_section_heading {
  margin: 0;
  max-width: 630px;
}

@media (max-width: 767px) {
  .form-travel .frm_form_fields .form-field.frm_section_heading {
    max-width: 100%;
    width: 100% !important;
  }
}

.form-travel .frm_form_fields .form-field.frm_half {
  width: 50%;
}

@media (max-width: 600px) {
  .form-travel .frm_form_fields .form-field.frm_half {
    width: 100%;
  }
}

.form-travel .frm_form_fields .form-field input[type="text"],
.form-travel .frm_form_fields .form-field input[type="email"],
.form-travel .frm_form_fields .form-field input[type="tel"],
.form-travel .frm_form_fields .form-field textarea {
  background-color: transparent;
  padding: 11px 15px;
  width: 100%;
}

.form-travel .frm_form_fields .form-field input[type="text"]::-webkit-input-placeholder,
.form-travel .frm_form_fields .form-field input[type="email"]::-webkit-input-placeholder,
.form-travel .frm_form_fields .form-field input[type="tel"]::-webkit-input-placeholder,
.form-travel .frm_form_fields .form-field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.form-travel .frm_form_fields .form-field input[type="text"]::-moz-placeholder,
.form-travel .frm_form_fields .form-field input[type="email"]::-moz-placeholder,
.form-travel .frm_form_fields .form-field input[type="tel"]::-moz-placeholder,
.form-travel .frm_form_fields .form-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.form-travel .frm_form_fields .form-field input[type="text"]:-ms-input-placeholder,
.form-travel .frm_form_fields .form-field input[type="email"]:-ms-input-placeholder,
.form-travel .frm_form_fields .form-field input[type="tel"]:-ms-input-placeholder,
.form-travel .frm_form_fields .form-field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.form-travel .frm_form_fields .form-field input[type="text"]:-moz-placeholder,
.form-travel .frm_form_fields .form-field input[type="email"]:-moz-placeholder,
.form-travel .frm_form_fields .form-field input[type="tel"]:-moz-placeholder,
.form-travel .frm_form_fields .form-field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.form-travel .frm_form_fields .form-field .frm_radio input + span span:first-child,
.form-travel .frm_form_fields .form-field .frm_checkbox input + span span:first-child {
  top: 0;
}

.form-travel .frm_form_fields .select2 {
  width: 100% !important;
}

.form-travel .frm_form_fields .select2 .select2-selection--single {
  border-color: #fff !important;
}

.form-travel .frm_form_fields .select2 .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.form-travel .frm_form_fields .select2 .select2-selection__arrow b {
  border-top-color: #fff !important;
}

.form-travel .frm_form_fields .frm_submit {
  background-color: transparent;
  border: none;
  height: auto;
  margin: 30px 0 0;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 1366px) {
  .form-travel .frm_form_fields .frm_submit {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .form-travel .frm_form_fields .frm_submit {
    padding: 0;
  }
}

.form-travel .frm_form_fields .frm_submit:before {
  content: none;
}

.form-travel .frm_form_fields .frm_submit .frm_button_submit {
  background-color: transparent;
  display: block;
  padding: 15px 15px 20px;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
}

.blog-posts-filter-wrapper {
  padding: 80px 15px;
  background-color: #F2EDE9;
}

@media (max-width: 1199px) {
  .blog-posts-filter-wrapper {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .blog-posts-filter-wrapper {
    padding: 40px 0 20px;
  }
}

.blog-posts-filter-wrapper ul:not(.select2-results__options) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .blog-posts-filter-wrapper ul:not(.select2-results__options) {
    display: block;
  }
}

.blog-posts-filter-wrapper ul li:not(.select2-results__option) {
  padding: 0;
  width: 330px;
  margin-right: 150px;
}

@media (max-width: 1199px) {
  .blog-posts-filter-wrapper ul li:not(.select2-results__option) {
    margin-right: 50px;
  }
}

@media (max-width: 600px) {
  .blog-posts-filter-wrapper ul li:not(.select2-results__option) {
    margin: 0 0 30px;
    width: 100%;
  }
}

.blog-posts-filter-wrapper ul li:not(.select2-results__option):last-of-type {
  margin-right: 0;
}

.blog-posts-filter-wrapper .sf-field-category label,
.blog-posts-filter-wrapper .sf-field-search label {
  width: 100%;
  height: 100%;
}

.blog-posts-filter-wrapper .sf-field-category input,
.blog-posts-filter-wrapper .sf-field-category select,
.blog-posts-filter-wrapper .sf-field-search input,
.blog-posts-filter-wrapper .sf-field-search select {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #292A2B;
  background-color: #F2EDE9;
}

.blog-posts-filter-wrapper .sf-field-search {
  position: relative;
}

.blog-posts-filter-wrapper .sf-field-search::before {
  background-image: url("../assets/icons/search-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 15px;
  width: 17px;
}

.blog-posts-filter-wrapper .sf-field-search input[type=text] {
  padding-left: 40px;
}

.blog-posts-filter-wrapper .sf-field-search input[type=text]::-webkit-input-placeholder {
  color: #292A2B;
  padding-left: 0;
  font-weight: 400;
}

.blog-posts-filter-wrapper .sf-field-search input[type=text]::-moz-placeholder {
  color: #292A2B;
  padding-left: 0;
  font-weight: 400;
}

.blog-posts-filter-wrapper .sf-field-search input[type=text]::-ms-input-placeholder {
  color: #292A2B;
  padding-left: 0;
  font-weight: 400;
}

.blog-posts-filter-wrapper .sf-field-search input[type=text]::placeholder {
  color: #292A2B;
  padding-left: 0;
  font-weight: 400;
}

.blog-posts-filter-wrapper .sf-field-category {
  position: relative;
}

.blog-posts-filter-wrapper .sf-field-category select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
}

.blog-posts-filter-wrapper .sf-field-category select::-ms-expand {
  display: none;
}

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

.blog-posts-wrapper {
  background-color: #F2EDE9;
}

.blog-posts-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive .blog-posts-wrapper-inner {
  padding-bottom: 75px;
  padding-top: 75px;
}

@media (max-width: 1199px) {
  .archive .blog-posts-wrapper-inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .archive .blog-posts-wrapper-inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.blog-posts-wrapper-inner::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-left: 450px;
}

.blog-posts-wrapper-inner .nothing-found-title {
  margin: 0;
  padding: 100px 30px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .blog-posts-wrapper-inner .nothing-found-title {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .blog-posts-wrapper-inner .nothing-found-title {
    padding: 40px 15px;
  }
}

.blog-post {
  width: 450px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 20px;
    width: 100%;
  }
}

.blog-post .blog-post-content {
  width: 100%;
}

.blog-post-event::before {
  display: none;
}

.blog-post-event:hover .blog-post-content .blog-post-read-more {
  color: #ffffff;
}

.blog-post-event .blog-post-content {
  background-color: #ffffff;
  color: #292A2B;
  padding: 50px 30px 15px;
}

@media (max-width: 991px) {
  .blog-post-event .blog-post-content {
    padding: 20px 15px 15px;
  }
}

.blog-post-event .blog-post-content a,
.blog-post-event .blog-post-content .blog-post-title {
  color: #292A2B;
}

.blog-post-event .blog-post-content a:hover,
.blog-post-event .blog-post-content .blog-post-title:hover {
  color: #9F1829;
}

.blog-post-event .blog-post-content .blog-post-read-more {
  padding-bottom: 0;
  color: transparent;
}

.blog-post-event .blog-post-content .blog-post-read-more::before {
  bottom: -15px;
}

.nav-links {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .nav-links {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .nav-links {
    padding: 20px 0 40px;
  }
}

.container .nav-links .page-numbers {
  border: none;
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 15px;
}

.container .nav-links .page-numbers:hover {
  color: #9F1829;
  background-color: transparent;
}

.container .nav-links .current {
  border: none;
  color: #9F1829;
  background-color: transparent;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  position: relative;
  min-width: auto;
}

.container .nav-links .current::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 1px;
  background-color: #9F1829;
}

.container .nav-links .current:hover {
  cursor: pointer;
  color: #292A2B;
}

.container .nav-links .prev,
.container .nav-links .next {
  position: relative;
  width: 30px;
}

.container .nav-links .prev i,
.container .nav-links .next i {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
}

.single-blog-main-content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.single-blog-main-content:before {
  content: '';
  background-color: #ffffff;
  top: 150px;
  left: 0;
  right: 50%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.inner-section-wrap {
  background-color: #fff;
  margin-left: -webkit-calc((100% - 1440px)/2 + 15px);
  margin-left: calc((100% - 1440px)/2 + 15px);
  padding: 80px -webkit-calc((100% - 950px)/2) 75px 0;
  padding: 80px calc((100% - 950px)/2) 75px 0;
  position: relative;
}

@media (max-width: 1680px) {
  .inner-section-wrap {
    margin-left: -webkit-calc((100vw - 1200px)/2 + 5px);
    margin-left: calc((100vw - 1200px)/2 + 5px);
  }
}

@media (max-width: 1366px) {
  .inner-section-wrap {
    margin-left: 7.5vw;
  }
}

@media (max-width: 1199px) {
  .inner-section-wrap {
    margin-left: 0;
    margin-top: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .inner-section-wrap {
    padding: 40px 0;
  }
}

.inner-section-wrap .container {
  max-width: 955px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .inner-section-wrap .container {
    margin-right: auto;
  }
}

.single-blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  color: #292A2B;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  max-width: 930px;
}

.single-blog-meta .single-blog-cat a {
  color: #292A2B;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
}

.single-blog-meta .single-blog-cat a:hover {
  color: #9F1829;
}

.single-blog-meta-date {
  margin-right: 30px;
}

.post .entry-content, .post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .post .woocommerce-product-details__short-description, .post .accordion-content .inner-wrap, .accordion-content .post .inner-wrap, .post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .post .course-calendar-value:nth-child(4), .post .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .post .woocommerce-MyAccount-content, .post section.no-results.not-found {
  max-width: 930px;
}

.post .entry-content h2, .post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description h2, .single-product-section .container .inner-wrap .entry-summary .post .woocommerce-product-details__short-description h2, .post .accordion-content .inner-wrap h2, .accordion-content .post .inner-wrap h2, .post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) h2, .cource-reservation-section .course-calendar .course-calendar-value-row .post .course-calendar-value:nth-child(4) h2, .post .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce .post .woocommerce-MyAccount-content h2, .post section.no-results.not-found h2 {
  font-size: 50px;
  font-weight: 300;
  margin-top: 18px;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .post .entry-content h2, .post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description h2, .single-product-section .container .inner-wrap .entry-summary .post .woocommerce-product-details__short-description h2, .post .accordion-content .inner-wrap h2, .accordion-content .post .inner-wrap h2, .post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) h2, .cource-reservation-section .course-calendar .course-calendar-value-row .post .course-calendar-value:nth-child(4) h2, .post .woocommerce-account .woocommerce .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce .post .woocommerce-MyAccount-content h2, .post section.no-results.not-found h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 0;
  }
}

.post .entry-content h3, .post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description h3, .single-product-section .container .inner-wrap .entry-summary .post .woocommerce-product-details__short-description h3, .post .accordion-content .inner-wrap h3, .accordion-content .post .inner-wrap h3, .post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) h3, .cource-reservation-section .course-calendar .course-calendar-value-row .post .course-calendar-value:nth-child(4) h3, .post .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce .post .woocommerce-MyAccount-content h3, .post section.no-results.not-found h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 80px;
}

.post .entry-content .wp-caption-text, .post .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description .wp-caption-text, .single-product-section .container .inner-wrap .entry-summary .post .woocommerce-product-details__short-description .wp-caption-text, .post .accordion-content .inner-wrap .wp-caption-text, .accordion-content .post .inner-wrap .wp-caption-text, .post .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) .wp-caption-text, .cource-reservation-section .course-calendar .course-calendar-value-row .post .course-calendar-value:nth-child(4) .wp-caption-text, .post .woocommerce-account .woocommerce .woocommerce-MyAccount-content .wp-caption-text, .woocommerce-account .woocommerce .post .woocommerce-MyAccount-content .wp-caption-text, .post section.no-results.not-found .wp-caption-text {
  text-align: left;
}

.single-blog-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  border-top: 1px solid #292A2B;
  text-transform: uppercase;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  max-width: 930px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .single-blog-share {
    display: block;
  }
}

.single-blog-share .label {
  margin-right: 20px;
}

@media (max-width: 480px) {
  .single-blog-share .label {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.single-blog-share .share-links-wrapper a {
  margin-right: 20px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  color: #292A2B;
}

@media (max-width: 480px) {
  .single-blog-share .share-links-wrapper a {
    margin-right: 10px;
  }
}

.single-blog-share .share-links-wrapper a:hover {
  color: #9F1829;
}

.related-posts {
  padding: 77px 15px 50px;
}

@media (max-width: 1199px) {
  .related-posts {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .related-posts {
    padding: 40px 0;
  }
}

.related-posts .related-posts-posts {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .related-posts .related-posts-posts {
    display: block;
    margin: 0;
  }
}

.related-posts .related-posts-posts .blog-post {
  max-width: -webkit-calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  margin: 0 15px;
}

@media (max-width: 991px) {
  .related-posts .related-posts-posts .blog-post {
    margin: 0 15px 15px;
    max-width: -webkit-calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .related-posts .related-posts-posts .blog-post {
    margin: 0 0 15px;
    max-width: 100%;
  }
}

.related-posts .related-posts-posts .blog-post-content .blog-post-title {
  margin: 23px 0;
}

.related-posts .related-posts-inner .title-text-title {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .related-posts .related-posts-inner .title-text-title {
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.single-event-form {
  max-width: 930px;
  margin-bottom: 50px;
}

.single-event-form .container {
  padding: 0;
}

.single-event-form .frm_style_formidable-style .frm-show-form {
  padding: 30px;
  background-color: #F2EDE9;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field input,
.single-event-form .frm_form_fields .frm_fields_container .form-field select,
.single-event-form .frm_form_fields .frm_fields_container .form-field input[type=email] {
  height: 50px;
  border: 1px solid #292A2B;
  border-radius: 0;
  background-color: #F2EDE9;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 5px;
  padding-left: 15px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #292A2B;
  -webkit-appearance: none;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field input:focus,
.single-event-form .frm_form_fields .frm_fields_container .form-field select:focus,
.single-event-form .frm_form_fields .frm_fields_container .form-field input[type=email]:focus {
  border: 1px solid #9F1829;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field input::-webkit-input-placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field select::-webkit-input-placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field input[type=email]::-webkit-input-placeholder {
  color: #292A2B !important;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field input::-moz-placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field select::-moz-placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field input[type=email]::-moz-placeholder {
  color: #292A2B !important;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field input::-ms-input-placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field select::-ms-input-placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field input[type=email]::-ms-input-placeholder {
  color: #292A2B !important;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field input::placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field select::placeholder,
.single-event-form .frm_form_fields .frm_fields_container .form-field input[type=email]::placeholder {
  color: #292A2B !important;
}

.single-event-form .frm_form_fields .frm_fields_container .form-field select::after {
  content: "\E014";
  font-family: font-icons;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #000000;
}

.single-event-form .frm_fields_container .frm_submit {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-left: 0;
  border: 1px solid #292A2B;
  background-color: #F2EDE9;
  height: 50px;
  -webkit-transition: 350ms ease;
  -o-transition: 350ms ease;
  transition: 350ms ease;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-event-form .frm_fields_container .frm_submit:hover {
  border: 1px solid #292A2B;
}

.single-event-form .frm_fields_container .frm_submit:hover::before {
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  background-color: #292A2B;
}

.single-event-form .frm_fields_container .frm_submit::before {
  background-color: #292A2B;
}

.single-event-form .frm_fields_container .frm_submit .frm_button_submit {
  color: #292A2B;
  width: 100%;
  border: none;
  position: relative;
  top: auto;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.product-archive {
  background-color: #F2EDE9;
  position: relative;
}

.product-archive .product-archive-inner {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding-bottom: 185px;
  position: relative;
}

.product-archive-sidebar {
  background-color: #fff;
  margin-top: -150px;
  padding-left: -webkit-calc((100% - 1440px)/2);
  padding-left: calc((100% - 1440px)/2);
  width: -webkit-calc(350px + (100% - 1440px)/2);
  width: calc(350px + (100% - 1440px)/2);
}

@media (max-width: 1680px) {
  .product-archive-sidebar {
    padding-left: 4vw;
  }
}

@media (max-width: 1440px) {
  .product-archive-sidebar {
    padding-left: 40px;
  }
}

@media (max-width: 1366px) {
  .product-archive-sidebar {
    padding-left: 30px;
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .product-archive-sidebar {
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 0;
    position: fixed;
    right: 0;
    width: 250px;
    z-index: 9;
  }
}

@media (max-width: 767px) {
  .product-archive-sidebar {
    width: auto;
  }
}

.product-archive-sidebar .close-filters {
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 10px;
}

@media (min-width: 1200px) {
  .product-archive-sidebar .close-filters {
    display: none;
  }
}

@media (max-width: 1199px) {
  .product-archive-sidebar .product-archive-sidebar-filters {
    background-color: #ffffff;
    bottom: 0;
    -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    padding: 50px 20px 0;
    position: fixed;
    right: 0;
    top: 72px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    width: 300px;
  }
  .show-filters .product-archive-sidebar .product-archive-sidebar-filters {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .product-archive-sidebar .product-archive-sidebar-filters form {
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .product-archive-sidebar .product-archive-sidebar-filters {
    top: 62px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .product-archive-sidebar .product-archive-sidebar-filters {
    top: 75px;
  }
}

.product-archive-sidebar .product-archive-sidebar-title {
  font-family: "alga";
  font-size: 50px;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .product-archive-sidebar .product-archive-sidebar-title {
    background-color: #ffffff;
    font-size: 30px;
    margin: 0;
    padding: 15px 40px;
    -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
}

.product-archive-sidebar .sf-field-posts_per_page,
.product-archive-sidebar .sf-field-sort_order {
  display: none;
}

.product-archive-sidebar .searchandfilter h4 {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

.product-archive-sidebar .searchandfilter ul {
  margin-bottom: 40px;
}

.product-archive-sidebar .searchandfilter ul li {
  margin-bottom: 10px;
  padding: 0;
}

.product-archive-sidebar .searchandfilter ul li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.product-archive-sidebar .searchandfilter ul li input[type="checkbox"]:checked + label:before {
  border-color: #9F1829;
}

.product-archive-sidebar .searchandfilter ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.product-archive-sidebar .searchandfilter ul li input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}

.product-archive-sidebar .searchandfilter ul li input[type="checkbox"] + label:before {
  border: 1px solid #292A2B;
  bottom: 0;
  content: '';
  height: 15px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 15px;
}

.product-archive-sidebar .searchandfilter ul li input[type="checkbox"] + label:after {
  background-image: url("../assets/icons/icon-feather-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  bottom: 0;
  content: '';
  content: '';
  height: 15px;
  left: 0;
  margin: auto 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 15px;
}

.product-archive-sidebar .searchandfilter .select2 {
  margin-bottom: 25px;
  width: 250px !important;
}

.product-archive-sidebar .searchandfilter .select2-results__options {
  margin: 0;
  padding: 10px 0;
}

.product-archive-sidebar .searchandfilter .select2-results__options li {
  padding: 5px 15px;
}

.product-archive-main {
  padding-left: 30px;
  padding-right: -webkit-calc((100% - 1440px)/2);
  padding-right: calc((100% - 1440px)/2);
  padding-top: 70px;
  position: relative;
  width: -webkit-calc(100vw - (350px + (100% - 1440px)/2) - 17px);
  width: calc(100vw - (350px + (100% - 1440px)/2) - 17px);
}

@media (max-width: 1680px) {
  .product-archive-main {
    padding-right: 40px;
  }
}

@media (max-width: 1366px) {
  .product-archive-main {
    padding-right: 30px;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}

@media (max-width: 1199px) {
  .product-archive-main {
    padding: 50px 30px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-archive-main {
    padding: 40px 15px;
  }
}

.product-archive-main .product-archive-main-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .product-archive-main .product-archive-main-top {
    display: block;
    margin-bottom: 20px;
  }
}

.product-archive-main .product-archive-main-title {
  font-size: 50px;
  font-weight: 300;
  margin: 0;
}

.product-archive-main .product-archive-main-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  max-width: -webkit-calc(100% + 30px);
  max-width: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}

@media (max-width: 767px) {
  .product-archive-main .product-archive-main-filters {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .product-archive-main .product-archive-main-filters {
    display: block;
  }
}

.product-archive-main .product-archive-main-filters > .select2 {
  margin: 0 15px !important;
  width: -webkit-calc(33.33% - 30px) !important;
  width: calc(33.33% - 30px) !important;
}

@media (max-width: 767px) {
  .product-archive-main .product-archive-main-filters > .select2 {
    margin: 0 7.5px !important;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  .product-archive-main .product-archive-main-filters > .select2 {
    margin: 0 15px 20px !important;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }
}

.product-archive-main .product-archive-main-filters > .select2:nth-of-type(1) {
  margin-left: 0;
}

.product-archive-main .product-archive-main-filters .select2-container--default .select2-selection--single {
  border-width: 0 0 1px;
  padding: 11px 35px 11px 0;
}

.product-archive-main .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px !important;
}

@media (max-width: 991px) {
  .product-archive-main .products {
    margin: 0 -7.5px !important;
  }
}

@media (max-width: 480px) {
  .product-archive-main .products {
    margin: 0 !important;
  }
}

.product-archive-main .products:before, .product-archive-main .products:after {
  content: none !important;
}

.product-archive-main .products .product-post-product {
  margin: 30px 15px 0;
  max-width: -webkit-calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
}

@media (max-width: 991px) {
  .product-archive-main .products .product-post-product {
    margin: 20px 7.5px 0;
    max-width: -webkit-calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
  }
}

@media (max-width: 767px) {
  .product-archive-main .products .product-post-product {
    margin: 20px 7.5px 0;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .product-archive-main .products .product-post-product {
    margin: 20px 0 0;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .product-archive-main .products .product-post-product img {
    height: 20vw;
  }
}

@media (max-width: 991px) {
  .product-archive-main .products .product-post-product img {
    height: 250px;
  }
}

.product-archive-main .product-archive-main-bottom {
  position: relative;
}

.product-archive-main .woocommerce-pagination {
  bottom: -110px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.single-product-section {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .single-product-section {
    padding-right: 75px;
  }
}

@media (max-width: 1199px) {
  .single-product-section {
    margin-top: 0;
    padding-right: 0;
  }
}

.single-product-section:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  left: -100vw;
  position: absolute;
  right: 50vw;
  top: 0;
  z-index: -1;
}

.single-product-section:after {
  background-color: #F2EDE9;
  bottom: 0;
  content: '';
  left: 50vw;
  position: absolute;
  right: -100vw;
  top: 150px;
  z-index: -1;
}

.single-product-section .woocommerce-notices-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.single-product-section .woocommerce-notices-wrapper .woocommerce-message {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2EDE9;
  border-color: #9F1829;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .single-product-section .woocommerce-notices-wrapper .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 40px;
  }
}

.single-product-section .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #9F1829;
  left: 30px;
  position: absolute;
  top: 2em;
}

@media (max-width: 767px) {
  .single-product-section .woocommerce-notices-wrapper .woocommerce-message:before {
    left: 10px;
    top: 15px;
  }
}

.single-product-section .woocommerce-notices-wrapper .woocommerce-message:after {
  content: none;
}

.single-product-section .woocommerce-notices-wrapper .woocommerce-message .button {
  border-radius: 0;
  margin-left: 10px;
  padding: 15px 30px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button {
    margin: 20px auto 0 0;
    white-space: normal;
  }
}

.single-product-section .container {
  background-color: #fff;
  padding: 75px 30px 50px;
}

@media (max-width: 1199px) {
  .single-product-section .container {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .single-product-section .container {
    padding: 40px 15px;
  }
}

.single-product-section .container .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.single-product-section .container .inner-wrap .product-gallery {
  border: 1px solid #292A2B;
  max-height: 800px;
  padding: 75px 80px;
  width: 450px;
}

@media (max-width: 1366px) {
  .single-product-section .container .inner-wrap .product-gallery {
    max-height: 600px;
  }
}

@media (max-width: 1199px) {
  .single-product-section .container .inner-wrap .product-gallery {
    max-width: 500px;
    width: 350px;
  }
}

@media (max-width: 991px) {
  .single-product-section .container .inner-wrap .product-gallery {
    margin-bottom: 40px;
    max-height: 400px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .single-product-section .container .inner-wrap .product-gallery {
    max-width: 100%;
  }
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider {
  height: 100%;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-track,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-list,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-slide,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-slide > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-slide > div {
  width: 100%;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .product-gallery-image {
  width: 100%;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-arrow {
  background-color: #F2EDE9;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-arrow:hover {
  background-color: #292A2B;
  color: #F2EDE9;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-prev {
  left: -70px;
}

@media (max-width: 991px) {
  .single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-prev {
    left: -35px;
  }
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-next {
  right: -70px;
}

@media (max-width: 991px) {
  .single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-next {
    right: -35px;
  }
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-track,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-list,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-slide,
.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .slick-slide > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .product-gallery-image {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .product-gallery-image img {
  height: auto;
  width: auto;
}

@media (max-width: 991px) {
  .single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .product-gallery-image img {
    max-height: 360px;
  }
}

@media (max-width: 480px) {
  .single-product-section .container .inner-wrap .product-gallery .product-gallery-slider .product-gallery-image img {
    max-height: 300px;
  }
}

.single-product-section .container .inner-wrap .entry-summary {
  margin: 0;
  padding-left: 150px;
  width: -webkit-calc(100% - 450px) !important;
  width: calc(100% - 450px) !important;
}

@media (max-width: 1680px) {
  .single-product-section .container .inner-wrap .entry-summary {
    padding-left: 75px;
  }
}

@media (max-width: 1199px) {
  .single-product-section .container .inner-wrap .entry-summary {
    padding-left: 40px;
    width: -webkit-calc(100% - 350px) !important;
    width: calc(100% - 350px) !important;
  }
}

@media (max-width: 991px) {
  .single-product-section .container .inner-wrap .entry-summary {
    max-width: 100%;
    padding-left: 0;
    width: 100% !important;
  }
}

.single-product-section .container .inner-wrap .entry-summary .product_title {
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .single-product-section .container .inner-wrap .entry-summary .product_title {
    font-size: 40px;
  }
}

.single-product-section .container .inner-wrap .entry-summary .year {
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: 30px;
}

.single-product-section .container .inner-wrap .entry-summary .price {
  margin-bottom: 30px;
}

.single-product-section .container .inner-wrap .entry-summary .price .price-title {
  color: #292A2B;
  display: block;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-product-section .container .inner-wrap .entry-summary .price .price-value {
  color: #9F1829;
  display: block;
  font-family: "alga";
  font-size: 30px;
}

.single-product-section .container .inner-wrap .entry-summary .pdf-wrap {
  margin-bottom: 30px;
}

.single-product-section .container .inner-wrap .entry-summary .pdf-wrap a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-product-section .container .inner-wrap .entry-summary .pdf-wrap a:hover {
  color: #9F1829;
}

.single-product-section .container .inner-wrap .entry-summary .pdf-wrap a i {
  font-size: 12px;
  margin-left: 20px;
}

.single-product-section .container .inner-wrap .entry-summary .product-highlights {
  display: block;
  margin: 0 0 20px;
}

.single-product-section .container .inner-wrap .entry-summary .product-highlights .highlight {
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0 0 0 40px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .single-product-section .container .inner-wrap .entry-summary .product-highlights .highlight {
    padding-left: 30px;
  }
}

.single-product-section .container .inner-wrap .entry-summary .product-highlights .highlight .icon {
  left: 0;
  position: absolute;
  top: 0;
}

.single-product-section .container .inner-wrap .entry-summary .product-highlights .highlight p {
  margin: 0;
}

.single-product-section .container .inner-wrap .entry-summary .product-highlights .highlight p.title {
  color: #9F1829;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.single-product-section .woocommerce-product-gallery__wrapper img {
  width: auto !important;
}

.single-product-section .add-to-cart-wrap {
  width: 100%;
}

.single-product-section .add-to-cart-wrap .quantity {
  margin: 0 0 20px !important;
}

.single-product-section .add-to-cart-wrap .btn, .single-product-section .add-to-cart-wrap .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .single-product-section .add-to-cart-wrap .frm_button_submit, .single-product-section .add-to-cart-wrap .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .single-product-section .add-to-cart-wrap .frm_button_submit, .single-product-section .add-to-cart-wrap .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .add-to-cart-wrap .button, .single-product-section .add-to-cart-wrap .comment-form .form-submit, .comment-form .single-product-section .add-to-cart-wrap .form-submit, .single-product-section .add-to-cart-wrap .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .single-product-section .add-to-cart-wrap .frm_button_submit, .single-product-section .add-to-cart-wrap .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .single-product-section .add-to-cart-wrap .button,
.single-product-section .add-to-cart-wrap .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .single-product-section .add-to-cart-wrap .button, .single-product-section .add-to-cart-wrap .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .single-product-section .add-to-cart-wrap .button,
.single-product-section .add-to-cart-wrap .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .single-product-section .add-to-cart-wrap .button, .single-product-section .add-to-cart-wrap .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .single-product-section .add-to-cart-wrap .woocommerce-form-login__submit, .single-product-section .add-to-cart-wrap .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .single-product-section .add-to-cart-wrap .button, .single-product-section .add-to-cart-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .single-product-section .add-to-cart-wrap .woocommerce-button, .single-product-section .add-to-cart-wrap .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .single-product-section .add-to-cart-wrap .woocommerce-Button {
  width: 100%;
}

.single-product-section .variations {
  margin-bottom: 30px !important;
}

.single-product-section .variations,
.single-product-section .variations tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.single-product-section .variations tbody {
  margin: 0 -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}

.single-product-section .variations .label {
  display: none;
}

.single-product-section .variations tr {
  display: block;
  padding: 0 15px !important;
  width: 50%;
}

.single-product-section .variations tr td {
  display: block;
  width: 100%;
}

.single-product-section .variations tr .variation-select-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-product-section .variations tr .variation-select-wrap:after {
  content: "";
  border-style: solid;
  border-color: #292A2B transparent transparent;
  border-width: 5px 5px 0;
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.single-product-section .variations tr .variation-select-wrap select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #292A2B;
  cursor: pointer;
  margin: 0 !important;
  max-width: -webkit-calc(100% + 15px) !important;
  max-width: calc(100% + 15px) !important;
  padding: 10px 0;
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px);
}

@media (min-width: 1200px) {
  .single-product-section .variations tr .variation-select-wrap select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

.single-product-section .variations tr .variation-select-wrap .reset_variations {
  display: none !important;
}

.single-product-section .single_variation_wrap .woocommerce-variation-price bdi {
  color: #9F1829 !important;
  display: block;
  font-family: "alga";
  font-size: 30px !important;
  margin-bottom: 30px;
}

.single-product-section .single_variation_wrap .quantity {
  display: none !important;
}

.single-product-section .single_variation_wrap .btn, .single-product-section .single_variation_wrap .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .single-product-section .single_variation_wrap .frm_button_submit, .single-product-section .single_variation_wrap .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .single-product-section .single_variation_wrap .frm_button_submit, .single-product-section .single_variation_wrap .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .single_variation_wrap .button, .single-product-section .single_variation_wrap .comment-form .form-submit, .comment-form .single-product-section .single_variation_wrap .form-submit, .single-product-section .single_variation_wrap .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .single-product-section .single_variation_wrap .frm_button_submit, .single-product-section .single_variation_wrap .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .single-product-section .single_variation_wrap .button,
.single-product-section .single_variation_wrap .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .single-product-section .single_variation_wrap .button, .single-product-section .single_variation_wrap .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .single-product-section .single_variation_wrap .button,
.single-product-section .single_variation_wrap .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .single-product-section .single_variation_wrap .button, .single-product-section .single_variation_wrap .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .single-product-section .single_variation_wrap .woocommerce-form-login__submit, .single-product-section .single_variation_wrap .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .single-product-section .single_variation_wrap .button, .single-product-section .single_variation_wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .single-product-section .single_variation_wrap .woocommerce-button, .single-product-section .single_variation_wrap .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .single-product-section .single_variation_wrap .woocommerce-Button {
  width: 100%;
}

.accordion-section {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .accordion-section {
    padding-right: 75px;
  }
}

@media (max-width: 1199px) {
  .accordion-section {
    padding-right: 0;
  }
}

.accordion-section:before {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50vw;
  bottom: 0;
  left: -100vw;
}

.accordion-section:after {
  content: '';
  background-color: #F2EDE9;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: 50vw;
}

.accordion-section .container {
  background-color: #fff;
  padding: 75px 15px;
}

@media (max-width: 1199px) {
  .accordion-section .container {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .accordion-section .container {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .accordion-section .container {
    padding: 0 15px 40px;
  }
}

.woocommerce-accordion {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.woocommerce-accordion-row {
  border-bottom: 1px solid #292A2B;
}

.woocommerce-accordion-row:nth-child(1) {
  border-top: 1px solid #292A2B;
}

.accordion-title {
  cursor: pointer;
  font-size: 50px;
  font-weight: 300;
  margin: 0;
  padding: 33px 0;
  position: relative;
}

@media (max-width: 991px) {
  .accordion-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .accordion-title {
    padding: 20px 0;
    font-size: 31px;
  }
}

.accordion-title:after {
  border-color: #292A2B transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: 0;
  content: '';
  height: 0;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 0;
}

.accordion-title.open:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.accordion-content {
  display: none;
}

.accordion-content .inner-wrap {
  margin: 0;
}

.additional {
  display: none;
}

.product-image-section {
  background-attachment: fixed;
  background-size: cover;
  height: 42vw;
  margin-right: -webkit-calc((100% - 1410px)/2 - 15px);
  margin-right: calc((100% - 1410px)/2 - 15px);
}

.related-products-section {
  padding: 75px 15px;
}

@media (max-width: 1199px) {
  .related-products-section {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .related-products-section {
    padding: 40px 0;
  }
}

.related-products-section .section-title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .related-products-section .section-title {
    margin-bottom: 30px;
  }
}

.related-products-section .related-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .related-products-section .related-products {
    margin: 0 -7.5px;
  }
}

@media (max-width: 991px) {
  .related-products-section .related-products {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

@media (max-width: 991px) {
  .related-products-section .related-products {
    margin: 0;
  }
}

.related-products-section .related-products .product-post-product {
  margin: 0 15px;
  padding: 20px 10px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
}

@media (max-width: 1199px) {
  .related-products-section .related-products .product-post-product {
    margin: 0 7.5px;
    max-width: -webkit-calc(25% - 15px);
    max-width: calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }
}

@media (max-width: 991px) {
  .related-products-section .related-products .product-post-product {
    margin-bottom: 20px;
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .related-products-section .related-products .product-post-product {
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%;
  }
}

.related-products-section .related-products .product-post-product .product-post-product-content {
  font-family: "Sackers Gothic Std";
}

.related-products-section .related-products .product-post-product .product-post-product-content a h2 {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin-top: 23px;
  font-weight: 800;
  line-height: normal;
  color: #292A2B;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}

.related-products-section .related-products .product-post-product .product-post-product-content > span {
  display: block;
  margin-bottom: 48px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .related-products-section .related-products .product-post-product .product-post-product-content > span {
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .related-products-section .related-products .product-post-product .product-slider-product-featured img {
    max-height: 250px;
  }
}

@media (max-width: 767px) {
  .related-products-section .related-products .product-post-product .product-slider-product-featured img {
    max-height: 200px;
  }
}

.comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px;
}

.comment-form .comment-notes {
  font-size: 14px;
  padding: 0 15px;
}

.comment-form .comment-form-rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  width: 100%;
}

.comment-form .comment-form-rating .stars {
  margin: 0 0 0 20px !important;
}

.comment-form .comment-form-rating .stars span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-form .comment-form-rating .stars span a {
  color: goldenrod;
  font-size: 24px;
  margin: 0 2.5px;
}

.comment-form .comment-form-rating .select2 {
  margin-left: auto;
  width: 300px !important;
}

.comment-form .comment-form-comment {
  padding: 0 15px;
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  padding: 0 15px;
  width: 50%;
}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
  display: block;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
  width: 100%;
}

.comment-form .comment-form-cookies-consent {
  padding: 0 15px;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}

.comment-form .form-submit {
  padding: 0;
  margin-right: 15px;
  width: 235px;
}

.comment-form .form-submit input {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #292A2B;
  font-family: "Sackers Gothic Std" !important;
  font-size: 12px !important;
  height: 50px;
  text-transform: uppercase !important;
  width: 100%;
}

.comment-form .form-submit input:hover {
  color: #ffffff !important;
}

.single-course-main-content {
  background-color: #F2EDE9;
}

.single-course-main-content .single-course-main-content-inner {
  background-color: #fff;
  margin-left: -webkit-calc((100% - 1440px)/2 + 15px);
  margin-left: calc((100% - 1440px)/2 + 15px);
  padding: 55px -webkit-calc((100% - 1440px)/2) 75px 0;
  padding: 55px calc((100% - 1440px)/2) 75px 0;
  position: relative;
}

@media (max-width: 1680px) {
  .single-course-main-content .single-course-main-content-inner {
    margin-left: -webkit-calc((100vw - 1200px)/2 + 5px);
    margin-left: calc((100vw - 1200px)/2 + 5px);
    padding-left: 5vw;
    padding-right: 4vw;
  }
}

@media (max-width: 1366px) {
  .single-course-main-content .single-course-main-content-inner {
    margin-left: 7.5vw;
    padding-left: 5vw;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .single-course-main-content .single-course-main-content-inner {
    margin-left: 0;
    margin-top: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .single-course-main-content .single-course-main-content-inner {
    padding: 40px 0;
  }
}

.single-course-main-content .single-course-main-content-inner .container {
  max-width: 1200px;
  margin-right: 0;
}

.section-title {
  margin-bottom: 25px;
  width: 100%;
}

.section-title p {
  border-bottom: 1px solid #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  margin: 0 0 30px;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
  }
}

.course-overview {
  background-color: #F2EDE9;
  border: 1px solid #292A2B;
  margin-bottom: 50px;
}

.course-overview .overview-title-row {
  border-bottom: 1px solid #292A2B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 991px) {
  .course-overview .overview-title-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .course-overview .overview-title-row {
    display: none;
  }
}

.course-overview .overview-title,
.course-overview .overview-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 10px 20px;
}

.course-overview .overview-title:nth-child(3),
.course-overview .overview-value:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (max-width: 991px) {
  .course-overview .overview-title,
  .course-overview .overview-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 10px;
  }
  .course-overview .overview-title:nth-child(1),
  .course-overview .overview-value:nth-child(1) {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .course-overview .overview-title,
  .course-overview .overview-value {
    padding: 10px 15px !important;
  }
}

.course-overview .overview-value-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}

@media (max-width: 991px) {
  .course-overview .overview-value-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .course-overview .overview-value-row {
    display: block;
  }
}

.course-overview .overview-value-row .overview-value {
  word-break: break-word;
}

@media (max-width: 767px) {
  .course-overview .overview-value-row .overview-value {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    border-bottom: 1px solid #292A2B;
  }
}

.course-overview .overview-value-row .overview-value .title {
  display: none;
}

@media (max-width: 767px) {
  .course-overview .overview-value-row .overview-value .title {
    font-family: "Sackers Gothic Std";
    font-size: 12px;
    display: block;
    width: 120px;
  }
}

.course-overview .overview-value-row .overview-value .value {
  color: #9F1829;
  font-family: "alga";
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .course-overview .overview-value-row .overview-value .value {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .course-overview .overview-value-row .overview-value .value {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .course-overview .overview-value-row .overview-value .value {
    font-size: 18px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}

.course-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .course-content-wrap {
    display: block;
  }
}

.course-content-wrap .image {
  max-width: 40%;
  width: 450px;
}

@media (max-width: 991px) {
  .course-content-wrap .image {
    max-width: 30%;
  }
}

@media (max-width: 767px) {
  .course-content-wrap .image {
    margin-bottom: 25px;
    max-width: 300px;
    width: 100%;
  }
}

.course-content-wrap .content {
  max-width: 60%;
  padding-left: 40px;
  width: 610px;
}

@media (max-width: 991px) {
  .course-content-wrap .content {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .course-content-wrap .content {
    padding-left: 0;
    max-width: 100%;
  }
}

.course-content-wrap .content .entry-content, .course-content-wrap .content .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .container .inner-wrap .entry-summary .course-content-wrap .content .woocommerce-product-details__short-description, .course-content-wrap .content .accordion-content .inner-wrap, .accordion-content .course-content-wrap .content .inner-wrap, .course-content-wrap .content .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .course-content-wrap .content .course-calendar-value:nth-child(4), .course-content-wrap .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .course-content-wrap .content .woocommerce-MyAccount-content, .course-content-wrap .content section.no-results.not-found {
  margin-top: 0;
  margin-bottom: 30px;
}

.course-content-wrap .content .entry-content h3, .course-content-wrap .content .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description h3, .single-product-section .container .inner-wrap .entry-summary .course-content-wrap .content .woocommerce-product-details__short-description h3, .course-content-wrap .content .accordion-content .inner-wrap h3, .accordion-content .course-content-wrap .content .inner-wrap h3, .course-content-wrap .content .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) h3, .cource-reservation-section .course-calendar .course-calendar-value-row .course-content-wrap .content .course-calendar-value:nth-child(4) h3, .course-content-wrap .content .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce .course-content-wrap .content .woocommerce-MyAccount-content h3, .course-content-wrap .content section.no-results.not-found h3 {
  font-size: 30px;
}

.course-content-wrap .content .single-blog-share {
  margin-top: 50px;
}

.cource-reservation-section {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.cource-reservation-section .inner-section-wrap {
  background-color: #292A2B;
  margin-left: 0;
  margin-right: 5vw;
  margin-top: 0;
  padding-left: -webkit-calc((100% - 1440px)/2);
  padding-left: calc((100% - 1440px)/2);
  padding-right: 4vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 1680px) {
  .cource-reservation-section .inner-section-wrap {
    padding-left: -webkit-calc((100% - 1230px)/2);
    padding-left: calc((100% - 1230px)/2);
    margin-right: 5vw;
  }
}

@media (max-width: 1366px) {
  .cource-reservation-section .inner-section-wrap {
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .cource-reservation-section .inner-section-wrap {
    margin-right: 0;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .cource-reservation-section .inner-section-wrap {
    margin-left: 0;
    padding: 40px 0;
  }
}

.cource-reservation-section .container {
  max-width: 100%;
}

.cource-reservation-section .section-title {
  color: #ffffff;
}

.cource-reservation-section .section-title p {
  border-color: #ffffff;
}

.cource-reservation-section .course-calendar {
  background-color: #F2EDE9;
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar {
    margin: 0 -30px;
  }
}

@media (max-width: 767px) {
  .cource-reservation-section .course-calendar {
    margin: 0;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value,
.cource-reservation-section .course-calendar .course-calendar-title {
  padding: 30px 20px;
  width: 15%;
}

@media (max-width: 1366px) {
  .cource-reservation-section .course-calendar .course-calendar-value,
  .cource-reservation-section .course-calendar .course-calendar-title {
    padding: 20px 10px;
  }
}

@media (max-width: 1199px) {
  .cource-reservation-section .course-calendar .course-calendar-value,
  .cource-reservation-section .course-calendar .course-calendar-title {
    padding: 15px 7.5px;
  }
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-value,
  .cource-reservation-section .course-calendar .course-calendar-title {
    width: 100% !important;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value:nth-child(1),
.cource-reservation-section .course-calendar .course-calendar-title:nth-child(1) {
  width: 11%;
}

.cource-reservation-section .course-calendar .course-calendar-value:nth-child(2),
.cource-reservation-section .course-calendar .course-calendar-title:nth-child(2) {
  width: 12%;
}

.cource-reservation-section .course-calendar .course-calendar-value:nth-child(3),
.cource-reservation-section .course-calendar .course-calendar-title:nth-child(3) {
  width: 5%;
}

.cource-reservation-section .course-calendar .course-calendar-value:nth-child(4),
.cource-reservation-section .course-calendar .course-calendar-title:nth-child(4) {
  width: 20%;
}

.cource-reservation-section .course-calendar .course-calendar-value:nth-child(5),
.cource-reservation-section .course-calendar .course-calendar-title:nth-child(5) {
  width: 15%;
}

.cource-reservation-section .course-calendar .course-calendar-value:nth-child(6),
.cource-reservation-section .course-calendar .course-calendar-title:nth-child(6) {
  width: 15%;
}

.cource-reservation-section .course-calendar .course-calendar-title-row {
  border-bottom: 1px solid #292A2B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-title-row {
    padding: 0;
  }
}

.cource-reservation-section .course-calendar .course-calendar-title-row .course-calendar-title {
  color: #9F1829;
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-title-row .course-calendar-title {
    display: none;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value-row {
  border-bottom: 1px solid #292A2B;
  width: 100%;
}

.cource-reservation-section .course-calendar .course-calendar-value-row .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .inner-wrap {
    display: block;
    padding: 20px 15px;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-inner-form-wrap {
  padding-bottom: 20px;
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-inner-form-wrap .frm_message {
  background-color: #9F1829;
  color: #ffffff;
  font-family: #9F1829;
  font-size: 20px;
  margin: 0 20px;
  padding: 25px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-inner-form-wrap .frm_message {
    font-size: 18px;
    margin: 15px;
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(41, 42, 43, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    padding: 10px 0 !important;
    position: relative;
    width: 100% !important;
  }
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:last-child {
    border-bottom: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) {
  margin: 0;
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4) li {
  margin-bottom: 0 !important;
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(7) {
  position: relative;
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .title {
  display: none;
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .title {
    color: #9F1829;
    display: block;
    font-family: "Sackers Gothic Std";
    font-size: 12px;
    text-transform: uppercase;
    width: 140px;
  }
}

@media (max-width: 480px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .title {
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .value {
    padding-left: 10px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}

@media (max-width: 480px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .value {
    padding-left: 0;
    width: 100%;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .open-form {
  cursor: pointer;
  padding: 16px 10px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media (max-width: 1366px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .open-form {
    padding: 15px 20px;
  }
}

@media (max-width: 1199px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .open-form {
    padding: 15px 5px;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .close-form {
  cursor: pointer;
  font-size: 24px;
  height: 24px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
  width: 24px;
}

@media (max-width: 1366px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .close-form {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .close-form {
    right: 0;
  }
}

.cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value .close-form:hover {
  color: #9F1829;
}

.cource-reservation-section .course-calendar .course-calendar-value-row.show-form .open-form {
  opacity: 0;
  visibility: hidden;
}

.cource-reservation-section .course-calendar .course-calendar-value-row.show-form .close-form {
  opacity: 1;
  visibility: visible;
}

.cource-reservation-section .course-calendar .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.cource-reservation-section .course-calendar .frm_form_fields .frm_fields_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding: 0 15px;
}

@media (max-width: 1366px) {
  .cource-reservation-section .course-calendar .frm_form_fields .frm_fields_container {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .cource-reservation-section .course-calendar .frm_form_fields .frm_fields_container {
    padding: 0 15px;
  }
}

.cource-reservation-section .course-calendar .frm_form_fields .frm_fields_container,
.cource-reservation-section .course-calendar .frm_form_fields .frm_fields_container * {
  grid: none !important;
  grid-column: none !important;
  grid-gap: 0 !important;
}

.cource-reservation-section .course-calendar .frm_form_fields .frm_fields_container .frm_section_spacing {
  display: none;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field {
  margin: 0;
  position: relative;
  width: 100%;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field .frm_error {
  position: absolute;
  color: #9F1829;
  font-size: 12px;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field:not(.frm_section_heading) {
  margin: 0 0 30px;
  padding: 0 15px;
}

@media (max-width: 1366px) {
  .cource-reservation-section .course-calendar .frm_form_fields .form-field:not(.frm_section_heading) {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .cource-reservation-section .course-calendar .frm_form_fields .form-field:not(.frm_section_heading) {
    margin: 0 0 25px;
  }
}

@media (max-width: 600px) {
  .cource-reservation-section .course-calendar .frm_form_fields .form-field:not(.frm_section_heading) {
    padding: 0;
  }
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field.frm_section_heading {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cource-reservation-section .course-calendar .frm_form_fields .form-field.frm_section_heading {
    width: 100% !important;
  }
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field.frm_half {
  width: 50%;
}

@media (max-width: 600px) {
  .cource-reservation-section .course-calendar .frm_form_fields .form-field.frm_half {
    width: 100%;
  }
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="text"],
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="email"],
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="tel"],
.cource-reservation-section .course-calendar .frm_form_fields .form-field textarea {
  background-color: transparent;
  padding: 11px 15px;
  width: 100%;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="text"]::-webkit-input-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="email"]::-webkit-input-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="tel"]::-webkit-input-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field textarea::-webkit-input-placeholder {
  color: #292A2B;
  opacity: 1;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="text"]::-moz-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="email"]::-moz-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="tel"]::-moz-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field textarea::-moz-placeholder {
  color: #292A2B;
  opacity: 1;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="text"]:-ms-input-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="email"]:-ms-input-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="tel"]:-ms-input-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field textarea:-ms-input-placeholder {
  color: #292A2B;
  opacity: 1;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="text"]:-moz-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="email"]:-moz-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field input[type="tel"]:-moz-placeholder,
.cource-reservation-section .course-calendar .frm_form_fields .form-field textarea:-moz-placeholder {
  color: #292A2B;
  opacity: 1;
}

.cource-reservation-section .course-calendar .frm_form_fields .form-field .frm_radio input + span span:first-child,
.cource-reservation-section .course-calendar .frm_form_fields .form-field .frm_checkbox input + span span:first-child {
  top: 0;
}

.cource-reservation-section .course-calendar .frm_form_fields .frm_submit {
  background-color: transparent;
  border: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 1366px) {
  .cource-reservation-section .course-calendar .frm_form_fields .frm_submit {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .cource-reservation-section .course-calendar .frm_form_fields .frm_submit {
    padding: 0;
  }
}

.cource-reservation-section .course-calendar .frm_form_fields .frm_submit:before {
  content: none;
}

.cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit {
  background-color: transparent;
  padding: 15px 15px 20px;
  width: 100%;
}

.cource-reservation-section .related-calendar {
  margin-top: 75px;
}

.cource-reservation-section .related-calendar .section-title h2 {
  font-size: 36px;
}

.cource-reservation-section .related-calendar .course-calendar {
  margin-bottom: 50px;
}

.course-form-wrap {
  display: none;
}

.related-courses-section {
  background-color: #F2EDE9;
  padding: 75px 15px;
}

@media (max-width: 1199px) {
  .related-courses-section {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .related-courses-section {
    padding: 40px 0;
  }
}

.related-courses-section .related-courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (max-width: 991px) {
  .related-courses-section .related-courses {
    display: block;
  }
}

.related-courses-section .related-courses .courses-post {
  width: -webkit-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
}

@media (max-width: 1199px) {
  .related-courses-section .related-courses .courses-post {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 991px) {
  .related-courses-section .related-courses .courses-post {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .related-courses-section .related-courses .courses-post {
    min-height: 80vw;
  }
}

.regio-sections .intro-text-section {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .regio-sections .intro-text-section {
    padding-left: 75px;
  }
}

@media (max-width: 1199px) {
  .regio-sections .intro-text-section {
    margin-top: 0;
    padding-left: 0;
  }
}

.regio-sections .intro-text-section:before {
  content: '';
  background-color: #F2EDE9;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: 50vw;
}

.regio-sections .intro-text-section .container {
  background-color: #F2EDE9;
  padding: 75px 30px 50px;
}

@media (max-width: 1199px) {
  .regio-sections .intro-text-section .container {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .regio-sections .intro-text-section .container {
    padding: 40px 15px;
  }
}

.regio-sections .intro-text-section .container .inner-wrap {
  margin: 0 auto;
  max-width: 930px;
}

.regio-sections .intro-text-section .container .entry-content, .regio-sections .intro-text-section .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .regio-sections .intro-text-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .regio-sections .intro-text-section .container .accordion-content .inner-wrap, .accordion-content .regio-sections .intro-text-section .container .inner-wrap, .regio-sections .intro-text-section .container .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .regio-sections .intro-text-section .container .course-calendar-value:nth-child(4), .regio-sections .intro-text-section .container .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .regio-sections .intro-text-section .container .woocommerce-MyAccount-content, .regio-sections .intro-text-section .container section.no-results.not-found {
  max-width: 750px;
  margin: 0 auto;
}

.regio-sections .intro-text-section .intro-image {
  padding-right: -webkit-calc((100% - 1440px)/2 + 15px);
  padding-right: calc((100% - 1440px)/2 + 15px);
  width: 100%;
}

.regio-sections .intro-text-section .intro-image img {
  display: block;
  width: 100%;
}

.regio-sections .content-text {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.regio-sections .content-text:before {
  content: '';
  background-color: #F2EDE9;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: 50vw;
}

.regio-sections .content-text .container {
  background-color: #F2EDE9;
  padding: 75px 30px 50px;
}

@media (max-width: 1199px) {
  .regio-sections .content-text .container {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .regio-sections .content-text .container {
    padding: 40px 15px;
  }
}

.regio-sections .content-text .container .inner-wrap {
  margin: 0 auto;
  max-width: 1170px;
}

.regio-sections .content-text .container .subtitle {
  margin-bottom: 30px;
}

.regio-sections .content-text .container .entry-content, .regio-sections .content-text .single-product-section .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .single-product-section .regio-sections .content-text .container .inner-wrap .entry-summary .woocommerce-product-details__short-description, .regio-sections .content-text .container .accordion-content .inner-wrap, .accordion-content .regio-sections .content-text .container .inner-wrap, .regio-sections .content-text .container .cource-reservation-section .course-calendar .course-calendar-value-row .course-calendar-value:nth-child(4), .cource-reservation-section .course-calendar .course-calendar-value-row .regio-sections .content-text .container .course-calendar-value:nth-child(4), .regio-sections .content-text .container .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .regio-sections .content-text .container .woocommerce-MyAccount-content, .regio-sections .content-text .container section.no-results.not-found {
  max-width: 750px;
  margin: 0 auto;
}

.regio-sections .content-text .container .row {
  margin-bottom: 50px;
}

.regio-sections .content-text .container .column,
.regio-sections .content-text .container .content-image {
  padding: 0 15px;
  width: 50%;
}

.regio-sections .content-text .container .title-text-title {
  margin: 0 0 20px;
}

.regio-sections .content-text .container .content-image + .column {
  padding-top: 90px;
}

.product-list {
  overflow: hidden;
}

.product-list-slider {
  margin: 0 -130px;
}

@media (max-width: 600px) {
  .product-list-slider {
    margin: 0;
  }
}

.product-list-slider .slick-slider,
.product-list-slider .slick-list,
.product-list-slider .slick-track,
.product-list-slider .slick-slide,
.product-list-slider .slick-slide > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 481px) {
  .product-list-slider.slider-min-width .slick-track {
    min-width: -webkit-calc(100vw - 15px);
    min-width: calc(100vw - 15px);
  }
}

@media (min-width: 768px) {
  .product-list-slider.slider-min-width .slick-track {
    min-width: -webkit-calc(100vw - 30px);
    min-width: calc(100vw - 30px);
  }
}

@media (min-width: 1441px) {
  .product-list-slider.slider-min-width .slick-track {
    min-width: 1435px;
  }
}

.product-list-slider .slick-slide > div {
  width: 100%;
}

.product-list-slider .slick-slide {
  padding: 0 15px;
}

@media (max-width: 480px) {
  .product-list-slider .slick-slide {
    max-width: 100vw;
  }
}

.product-list-slider .slick-slide .product-post-product {
  margin: 0 !important;
  max-width: 100%;
  width: 360px;
}

.shop-link-wrap {
  padding: 40px 20px 20px;
  text-align: center;
}

.shop-link-wrap .btn:hover, .shop-link-wrap .form-section .frm_form_fields .frm_submit .frm_button_submit:hover, .form-section .frm_form_fields .frm_submit .shop-link-wrap .frm_button_submit:hover, .shop-link-wrap .form-travel .frm_form_fields .frm_submit .frm_button_submit:hover, .form-travel .frm_form_fields .frm_submit .shop-link-wrap .frm_button_submit:hover, .shop-link-wrap .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button:hover, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .shop-link-wrap .button:hover, .shop-link-wrap .comment-form .form-submit:hover, .comment-form .shop-link-wrap .form-submit:hover, .shop-link-wrap .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit:hover, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .shop-link-wrap .frm_button_submit:hover, .shop-link-wrap .woocommerce-content-section .woocommerce-message .button:hover, .woocommerce-content-section .woocommerce-message .shop-link-wrap .button:hover,
.shop-link-wrap .woocommerce-content-section .woocommerce-info .button:hover, .woocommerce-content-section .woocommerce-info .shop-link-wrap .button:hover, .shop-link-wrap .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button:hover, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .shop-link-wrap .button:hover,
.shop-link-wrap .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button:hover, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .shop-link-wrap .button:hover, .shop-link-wrap .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .shop-link-wrap .woocommerce-form-login__submit:hover, .shop-link-wrap .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button:hover, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .shop-link-wrap .button:hover, .shop-link-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .shop-link-wrap .woocommerce-button:hover, .shop-link-wrap .woocommerce-account .woocommerce form .woocommerce-Button:hover, .woocommerce-account .woocommerce form .shop-link-wrap .woocommerce-Button:hover {
  color: #9F1829;
}

.shop-link-wrap .btn:hover:before, .shop-link-wrap .form-section .frm_form_fields .frm_submit .frm_button_submit:hover:before, .form-section .frm_form_fields .frm_submit .shop-link-wrap .frm_button_submit:hover:before, .shop-link-wrap .form-travel .frm_form_fields .frm_submit .frm_button_submit:hover:before, .form-travel .frm_form_fields .frm_submit .shop-link-wrap .frm_button_submit:hover:before, .shop-link-wrap .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button:hover:before, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .shop-link-wrap .button:hover:before, .shop-link-wrap .comment-form .form-submit:hover:before, .comment-form .shop-link-wrap .form-submit:hover:before, .shop-link-wrap .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit:hover:before, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .shop-link-wrap .frm_button_submit:hover:before, .shop-link-wrap .woocommerce-content-section .woocommerce-message .button:hover:before, .woocommerce-content-section .woocommerce-message .shop-link-wrap .button:hover:before,
.shop-link-wrap .woocommerce-content-section .woocommerce-info .button:hover:before, .woocommerce-content-section .woocommerce-info .shop-link-wrap .button:hover:before, .shop-link-wrap .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button:hover:before, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .shop-link-wrap .button:hover:before,
.shop-link-wrap .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button:hover:before, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .shop-link-wrap .button:hover:before, .shop-link-wrap .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover:before, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .shop-link-wrap .woocommerce-form-login__submit:hover:before, .shop-link-wrap .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button:hover:before, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .shop-link-wrap .button:hover:before, .shop-link-wrap .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button:hover:before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .shop-link-wrap .woocommerce-button:hover:before, .shop-link-wrap .woocommerce-account .woocommerce form .woocommerce-Button:hover:before, .woocommerce-account .woocommerce form .shop-link-wrap .woocommerce-Button:hover:before {
  background-color: #ffffff !important;
}

.image-text-rows {
  border-bottom: 1px solid #707070;
  padding: 0 15px;
}

.image-text-rows .image {
  background-position: center;
  background-size: cover;
  min-height: 40vw;
  width: 50%;
}

.image-text-rows .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 135px;
  padding-right: -webkit-calc((100% - 1440px)/2 + 15px);
  padding-right: calc((100% - 1440px)/2 + 15px);
  width: 50%;
}

.image-text-rows .content h3 {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 20px;
}

.image-text-rows .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.woocommerce-content-section {
  position: relative;
  z-index: 1;
}

@media (max-width: 1680px) {
  .woocommerce-content-section {
    padding-right: 75px;
  }
}

@media (max-width: 1199px) {
  .woocommerce-content-section {
    padding-right: 0;
  }
}

.woocommerce-content-section:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  left: -100vw;
  position: absolute;
  right: 50vw;
  top: 0;
  z-index: -1;
}

.woocommerce-content-section .container {
  background-color: #fff;
  padding: 75px 30px 50px;
}

@media (max-width: 1199px) {
  .woocommerce-content-section .container {
    margin-top: 0;
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .woocommerce-content-section .container {
    padding: 40px 15px;
  }
}

.woocommerce-content-section .container .inner-wrap {
  margin: 0 auto;
  max-width: 1170px;
}

.woocommerce-content-section .woocommerce-notices-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.woocommerce-content-section .woocommerce-message,
.woocommerce-content-section .woocommerce-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2EDE9;
  border-color: #9F1829;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .woocommerce-content-section .woocommerce-message,
  .woocommerce-content-section .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 40px;
  }
}

.woocommerce-content-section .woocommerce-message:before,
.woocommerce-content-section .woocommerce-info:before {
  color: #9F1829;
  left: 30px;
  position: absolute;
  top: 1.3em;
}

@media (max-width: 767px) {
  .woocommerce-content-section .woocommerce-message:before,
  .woocommerce-content-section .woocommerce-info:before {
    left: 10px;
    top: 10px;
  }
}

.woocommerce-content-section .woocommerce-message:after,
.woocommerce-content-section .woocommerce-info:after {
  content: none;
}

.woocommerce-content-section .woocommerce-message a:not(.button),
.woocommerce-content-section .woocommerce-info a:not(.button) {
  color: #9F1829;
}

.woocommerce-content-section .woocommerce-message a:not(.button):hover,
.woocommerce-content-section .woocommerce-info a:not(.button):hover {
  color: #292A2B;
}

.woocommerce-content-section .woocommerce-message .button,
.woocommerce-content-section .woocommerce-info .button {
  border-radius: 0;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .woocommerce-content-section .woocommerce-message .button,
  .woocommerce-content-section .woocommerce-info .button {
    margin: 20px auto 0 0;
  }
  .woocommerce-account .woocommerce-content-section .woocommerce-message .button, .woocommerce-account
  .woocommerce-content-section .woocommerce-info .button {
    margin: 20px auto 0;
  }
}

.woocommerce-content-section .shipping-calculator-button {
  display: none !important;
}

.woocommerce-content-section .woocommerce-shipping-destination {
  display: none;
}

.input-radio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input-radio:checked + label:before {
  border-color: #9F1829;
}

.input-radio:checked + label:after {
  opacity: 1;
}

.input-radio + label {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .input-radio + label {
    display: block;
  }
}

.input-radio + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #292A2B;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

@media (max-width: 480px) {
  .input-radio + label:before {
    bottom: -10px;
    margin: auto 0;
    top: -13px;
  }
}

.input-radio + label:after {
  background-color: #9F1829;
  border-radius: 50%;
  content: '';
  height: 9px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 9px;
}

@media (max-width: 480px) {
  .input-radio + label:after {
    bottom: -10px;
    margin: auto 0;
    top: -13px;
  }
}

.input-checkbox,
.woocommerce-form__input-checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input-checkbox:checked + span:after,
.woocommerce-form__input-checkbox:checked + span:after {
  opacity: 1;
}

.input-checkbox + span,
.woocommerce-form__input-checkbox + span {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.input-checkbox + span:before,
.woocommerce-form__input-checkbox + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #292A2B;
  height: 15px;
  width: 15px;
}

.input-checkbox + span:after,
.woocommerce-form__input-checkbox + span:after {
  background-color: transparent !important;
  background-image: url(../assets/icons/icon-feather-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  content: '';
  height: 15px;
  width: 15px;
  left: 0;
  opacity: 0;
  top: 3px;
  position: absolute;
}

.woocommerce-error {
  background-color: #F2EDE9;
}

.woocommerce-column__title {
  font-weight: 400;
  font-size: 36px;
}

address {
  word-break: break-word;
}

address p {
  margin: 0 0 20px !important;
}

#content .woocommerce table.shop_table {
  border: none;
  border-radius: 0;
}

#content .woocommerce table.shop_table thead,
#content .woocommerce table.shop_table .woocommerce-cart-form__cart-item {
  background-color: #F2EDE9;
}

#content .woocommerce table.shop_table thead th,
#content .woocommerce table.shop_table thead td,
#content .woocommerce table.shop_table .woocommerce-cart-form__cart-item th,
#content .woocommerce table.shop_table .woocommerce-cart-form__cart-item td {
  border: none;
}

#content .woocommerce table.shop_table thead {
  color: #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-transform: uppercase;
}

#content .woocommerce table.shop_table thead th {
  border-top: 1px solid #292A2B;
  border-bottom: 1px solid #292A2B;
}

@media (max-width: 768px) {
  #content .woocommerce table.shop_table thead th {
    border-top-color: rgba(41, 42, 43, 0.5);
    border-bottom-color: rgba(41, 42, 43, 0.5);
    padding: 15px;
  }
}

@media (min-width: 769px) {
  #content .woocommerce table.shop_table thead th:first-child {
    border-left: 1px solid #292A2B;
  }
}

#content .woocommerce table.shop_table thead th:last-child {
  text-align: right;
}

@media (min-width: 769px) {
  #content .woocommerce table.shop_table thead th:last-child {
    border-right: 1px solid #292A2B;
  }
}

@media (max-width: 768px) {
  #content .woocommerce table.shop_table .woocommerce-cart-form__cart-item {
    border-bottom: 3px solid #292A2B;
  }
}

#content .woocommerce table.shop_table .woocommerce-cart-form__cart-item td {
  border-bottom: 1px solid #292A2B;
  padding: 20px;
}

@media (max-width: 768px) {
  #content .woocommerce table.shop_table .woocommerce-cart-form__cart-item td {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-color: rgba(41, 42, 43, 0.3);
    border-bottom-color: rgba(41, 42, 43, 0.3);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
}

@media (min-width: 769px) {
  #content .woocommerce table.shop_table .woocommerce-cart-form__cart-item td:first-child {
    border-left: 1px solid #292A2B;
  }
}

@media (min-width: 769px) {
  #content .woocommerce table.shop_table .woocommerce-cart-form__cart-item td:last-child {
    border-right: 1px solid #292A2B;
  }
}

#content .woocommerce table.shop_table .product-remove {
  text-align: center;
  width: 120px;
}

@media (max-width: 1440px) {
  #content .woocommerce table.shop_table .product-remove {
    width: 50px;
  }
}

@media (max-width: 768px) {
  #content .woocommerce table.shop_table .product-remove {
    border-left: none !important;
    width: 100%;
  }
}

#content .woocommerce table.shop_table .product-remove a.remove {
  background-color: transparent !important;
  color: #292A2B !important;
  display: inline-block;
}

#content .woocommerce table.shop_table .product-remove a.remove:hover {
  color: red !important;
}

@media (min-width: 769px) {
  #content .woocommerce table.shop_table .product-name {
    width: 400px;
  }
}

#content .woocommerce table.shop_table .woocommerce-Price-amount {
  color: #9F1829;
}

#content .woocommerce table.shop_table .actions {
  border: none;
  padding: 30px 0;
}

#content .woocommerce table.shop_table .actions div.coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60% !important;
}

@media (max-width: 768px) {
  #content .woocommerce table.shop_table .actions div.coupon {
    width: 100% !important;
  }
}

#content .woocommerce table.shop_table .actions div.coupon input {
  border: 1px solid #292A2B !important;
  margin: 0 !important;
  padding: 20px 15px !important;
  width: -webkit-calc(100% - 230px) !important;
  width: calc(100% - 230px) !important;
}

#content .woocommerce table.shop_table .actions div.coupon .btn, #content .woocommerce table.shop_table .actions div.coupon .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit #content .woocommerce table.shop_table .actions div.coupon .frm_button_submit, #content .woocommerce table.shop_table .actions div.coupon .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit #content .woocommerce table.shop_table .actions div.coupon .frm_button_submit, #content .woocommerce table.shop_table .actions div.coupon .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message #content .woocommerce table.shop_table .actions div.coupon .button, #content .woocommerce table.shop_table .actions div.coupon .comment-form .form-submit, .comment-form #content .woocommerce table.shop_table .actions div.coupon .form-submit, #content .woocommerce table.shop_table .actions div.coupon .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit #content .woocommerce table.shop_table .actions div.coupon .frm_button_submit, #content .woocommerce table.shop_table .actions div.coupon .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message #content .woocommerce table.shop_table .actions div.coupon .button,
#content .woocommerce table.shop_table .actions div.coupon .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info #content .woocommerce table.shop_table .actions div.coupon .button, #content .woocommerce table.shop_table .actions div.coupon .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info #content .woocommerce table.shop_table .actions div.coupon .button,
#content .woocommerce table.shop_table .actions div.coupon .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info #content .woocommerce table.shop_table .actions div.coupon .button, #content .woocommerce table.shop_table .actions div.coupon .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login #content .woocommerce table.shop_table .actions div.coupon .woocommerce-form-login__submit, #content .woocommerce table.shop_table .actions div.coupon .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row #content .woocommerce table.shop_table .actions div.coupon .button, #content .woocommerce-account .woocommerce table.shop_table .actions div.coupon .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account #content .woocommerce table.shop_table .actions div.coupon .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, #content .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody table.shop_table .actions div.coupon .woocommerce-button, .woocommerce-account #content .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody table.shop_table .actions div.coupon .woocommerce-button, #content .woocommerce-account .woocommerce table.shop_table .actions div.coupon form .woocommerce-Button, .woocommerce-account #content .woocommerce table.shop_table .actions div.coupon form .woocommerce-Button, #content .woocommerce-account .woocommerce form table.shop_table .actions div.coupon .woocommerce-Button, .woocommerce-account #content .woocommerce form table.shop_table .actions div.coupon .woocommerce-Button {
  padding: 20px;
  width: 230px;
}

.product-name-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

@media (max-width: 768px) {
  .product-name-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 480px) {
  .product-name-wrap {
    display: block !important;
  }
}

.product-name-wrap .product-thumbnail {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #292A2B;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  position: relative;
  width: 90px;
}

@media (max-width: 768px) {
  .product-name-wrap .product-thumbnail {
    height: 70px;
    padding: 5px;
    width: 50px;
  }
}

@media (max-width: 480px) {
  .product-name-wrap .product-thumbnail {
    margin-left: auto;
  }
}

.product-name-wrap .product-thumbnail a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .product-name-wrap .product-thumbnail a {
    padding: 5px;
  }
}

.product-name-wrap .product-thumbnail img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto !important;
}

@media (min-width: 769px) {
  .product-name-wrap .name {
    padding-left: 15px;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}

@media (max-width: 768px) {
  .product-name-wrap .name {
    margin-right: 15px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .product-name-wrap .name {
    margin-right: 0;
    margin-top: 10px;
  }
}

.product-name-wrap .name a {
  color: #292A2B;
}

@media (max-width: 768px) {
  .product-quantity .quantity {
    margin-left: auto;
  }
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2,
.woocommerce-checkout-review-order h2,
.woocommerce-order-details h2 {
  font-size: 30px;
  font-weight: 300;
}

.woocommerce .cart-collaterals .shop_table th,
.woocommerce-page .cart-collaterals .shop_table th,
.woocommerce-checkout-review-order .shop_table th,
.woocommerce-order-details .shop_table th {
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals .shop_table tr:first-child td,
.woocommerce .cart-collaterals .shop_table tr:first-child th,
.woocommerce-page .cart-collaterals .shop_table tr:first-child td,
.woocommerce-page .cart-collaterals .shop_table tr:first-child th,
.woocommerce-checkout-review-order .shop_table tr:first-child td,
.woocommerce-checkout-review-order .shop_table tr:first-child th,
.woocommerce-order-details .shop_table tr:first-child td,
.woocommerce-order-details .shop_table tr:first-child th {
  border-top: 1px solid #292A2B !important;
}

.woocommerce .cart-collaterals .shop_table th,
.woocommerce .cart-collaterals .shop_table td,
.woocommerce-page .cart-collaterals .shop_table th,
.woocommerce-page .cart-collaterals .shop_table td,
.woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout-review-order .shop_table td,
.woocommerce-order-details .shop_table th,
.woocommerce-order-details .shop_table td {
  border-bottom: 1px solid #292A2B;
  padding: 20px;
  width: 50%;
}

@media (max-width: 768px) {
  .woocommerce .cart-collaterals .shop_table th,
  .woocommerce .cart-collaterals .shop_table td,
  .woocommerce-page .cart-collaterals .shop_table th,
  .woocommerce-page .cart-collaterals .shop_table td,
  .woocommerce-checkout-review-order .shop_table th,
  .woocommerce-checkout-review-order .shop_table td,
  .woocommerce-order-details .shop_table th,
  .woocommerce-order-details .shop_table td {
    padding: 15px;
  }
}

@media (min-width: 769px) {
  .woocommerce .cart-collaterals .shop_table th:first-child,
  .woocommerce .cart-collaterals .shop_table td:first-child,
  .woocommerce-page .cart-collaterals .shop_table th:first-child,
  .woocommerce-page .cart-collaterals .shop_table td:first-child,
  .woocommerce-checkout-review-order .shop_table th:first-child,
  .woocommerce-checkout-review-order .shop_table td:first-child,
  .woocommerce-order-details .shop_table th:first-child,
  .woocommerce-order-details .shop_table td:first-child {
    border-left: 1px solid #292A2B;
  }
}

@media (min-width: 769px) {
  .woocommerce .cart-collaterals .shop_table th:last-child,
  .woocommerce .cart-collaterals .shop_table td:last-child,
  .woocommerce-page .cart-collaterals .shop_table th:last-child,
  .woocommerce-page .cart-collaterals .shop_table td:last-child,
  .woocommerce-checkout-review-order .shop_table th:last-child,
  .woocommerce-checkout-review-order .shop_table td:last-child,
  .woocommerce-order-details .shop_table th:last-child,
  .woocommerce-order-details .shop_table td:last-child {
    border-right: 1px solid #292A2B;
  }
}

.woocommerce .cart-collaterals .shop_table td,
.woocommerce-page .cart-collaterals .shop_table td,
.woocommerce-checkout-review-order .shop_table td,
.woocommerce-order-details .shop_table td {
  text-align: right;
}

.woocommerce .cart-collaterals .shop_table .order-total th,
.woocommerce .cart-collaterals .shop_table .order-total td,
.woocommerce-page .cart-collaterals .shop_table .order-total th,
.woocommerce-page .cart-collaterals .shop_table .order-total td,
.woocommerce-checkout-review-order .shop_table .order-total th,
.woocommerce-checkout-review-order .shop_table .order-total td,
.woocommerce-order-details .shop_table .order-total th,
.woocommerce-order-details .shop_table .order-total td {
  background-color: #9F1829;
  border: none !important;
  color: #fff !important;
  font-weight: 400;
}

.woocommerce .cart-collaterals .shop_table .order-total th .woocommerce-Price-amount,
.woocommerce .cart-collaterals .shop_table .order-total td .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .shop_table .order-total th .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .shop_table .order-total td .woocommerce-Price-amount,
.woocommerce-checkout-review-order .shop_table .order-total th .woocommerce-Price-amount,
.woocommerce-checkout-review-order .shop_table .order-total td .woocommerce-Price-amount,
.woocommerce-order-details .shop_table .order-total th .woocommerce-Price-amount,
.woocommerce-order-details .shop_table .order-total td .woocommerce-Price-amount {
  color: #fff !important;
  font-weight: 400;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce-checkout-review-order .wc-proceed-to-checkout a,
.woocommerce-order-details .wc-proceed-to-checkout a {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .cart-collaterals td {
    width: 100% !important;
  }
}

.return-to-shop {
  margin-top: 30px !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  max-width: 1170px;
  margin: 0 auto;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2EDE9;
  border-color: #9F1829;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:after,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:after {
  content: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button {
  border-radius: 0;
  padding: 15px 30px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #9F1829;
  font-style: italic;
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p {
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p {
    padding: 0 7.5px;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login p {
    padding: 0;
  }
}

@media (min-width: 769px) {
  .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-row.form-row-first, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .form-row.form-row-last {
    width: 50%;
  }
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
  border-radius: 0;
  width: 100%;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .lost_password a {
  color: #9F1829;
  font-style: italic;
  text-decoration: underline;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p {
  width: 100%;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media (min-width: 481px) {
  .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row {
    width: 50%;
  }
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row input {
  border: 1px solid #292A2B !important;
  margin: 0 !important;
  padding: 20px 15px !important;
  width: 100% !important;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button {
  border-radius: 0;
  padding: 20px;
  width: 230px;
}

@media (max-width: 767px) {
  .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button {
    width: 100%;
  }
}

.woo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .woo-row {
    margin: 0;
  }
}

.woo-row .woo-column {
  padding: 0 15px;
  width: 50%;
}

@media (max-width: 991px) {
  .woo-row .woo-column {
    padding: 0;
    width: 100%;
  }
}

.woo-row .woo-column:nth-child(2) {
  padding-top: 92px;
}

.woo-row .woocommerce-billing-fields__field-wrapper,
.woo-row .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .woo-row .woocommerce-billing-fields__field-wrapper,
  .woo-row .woocommerce-shipping-fields__field-wrapper {
    margin: 0 -7.5px;
  }
}

.woo-row .woocommerce-billing-fields__field-wrapper .form-row,
.woo-row .woocommerce-shipping-fields__field-wrapper .form-row {
  margin: 0 0 20px;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 991px) {
  .woo-row .woocommerce-billing-fields__field-wrapper .form-row,
  .woo-row .woocommerce-shipping-fields__field-wrapper .form-row {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
}

@media (min-width: 768px) {
  .woo-row .woocommerce-billing-fields__field-wrapper .form-row.form-row-half,
  .woo-row .woocommerce-shipping-fields__field-wrapper .form-row.form-row-half {
    width: 50%;
  }
}

.woo-row .woocommerce-billing-fields h3,
.woo-row label[for="billing_address_1"],
.woo-row #ship-to-different-address,
.woo-row label[for="order_comments"] {
  font-family: "alga";
  font-size: 30px;
  font-weight: 300;
}

.woo-row .woocommerce-billing-fields h3 .required,
.woo-row label[for="billing_address_1"] .required,
.woo-row #ship-to-different-address .required,
.woo-row label[for="order_comments"] .required {
  display: none;
}

.woo-row label[for="billing_address_1"],
.woo-row #ship-to-different-address,
.woo-row label[for="order_comments"] {
  border-top: 1px solid #292A2B;
  line-height: 1em !important;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 30px 0 20px;
}

.woo-row #order_comments {
  min-height: 200px;
}

.woo-row table.shop_table .cart_item th,
.woo-row table.shop_table .cart_item td {
  background-color: #F2EDE9;
  border-bottom: 1px solid #292A2B !important;
}

.woo-row table.shop_table .cart_item:first-child th,
.woo-row table.shop_table .cart_item:first-child td {
  border-top: none !important;
}

.woo-row table.shop_table .product-name-wrap {
  text-align: left;
}

@media (max-width: 768px) {
  .woo-row table.shop_table .product-name-wrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .woo-row table.shop_table .product-name-wrap .name {
    margin-left: 15px;
    margin-right: 0;
    max-width: -webkit-calc(100% - 65px);
    max-width: calc(100% - 65px);
  }
}

@media (max-width: 480px) {
  .woo-row table.shop_table .product-name-wrap .product-thumbnail {
    margin-left: 0;
  }
  .woo-row table.shop_table .product-name-wrap .name {
    margin-left: 0;
    max-width: 100%;
  }
}

.woo-row table.shop_table tfoot {
  font-weight: 400;
}

.woo-row table.shop_table tfoot th,
.woo-row table.shop_table tfoot td {
  padding: 30px 20px;
}

.woo-row #payment.woocommerce-checkout-payment {
  background-color: transparent;
  border-radius: 0;
  margin-top: 30px;
}

.woo-row #payment.woocommerce-checkout-payment h3 {
  font-family: "alga";
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}

.woo-row #payment.woocommerce-checkout-payment .wc_payment_methods {
  border: 1px solid #292A2B;
  padding: 0;
}

.woo-row #payment.woocommerce-checkout-payment .wc_payment_methods li {
  padding: 25px 30px;
}

@media (max-width: 480px) {
  .woo-row #payment.woocommerce-checkout-payment .wc_payment_methods li {
    padding: 15px;
  }
}

.woo-row #payment.woocommerce-checkout-payment .wc_payment_methods li:not(:last-child) {
  border-bottom: 1px solid #292A2B;
}

.woo-row #payment.woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  background-color: #F2EDE9;
  margin: 10px 0 0;
}

.woo-row #payment.woocommerce-checkout-payment .wc_payment_methods li .payment_box:before {
  border-bottom-color: #F2EDE9;
}

.woo-row .place-order {
  margin-top: 30px !important;
  padding: 0 !important;
}

.woo-row .place-order .btn, .woo-row .place-order .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .woo-row .place-order .frm_button_submit, .woo-row .place-order .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .woo-row .place-order .frm_button_submit, .woo-row .place-order .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .woo-row .place-order .button, .woo-row .place-order .comment-form .form-submit, .comment-form .woo-row .place-order .form-submit, .woo-row .place-order .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .woo-row .place-order .frm_button_submit, .woo-row .place-order .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .woo-row .place-order .button,
.woo-row .place-order .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .woo-row .place-order .button, .woo-row .place-order .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .woo-row .place-order .button,
.woo-row .place-order .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .woo-row .place-order .button, .woo-row .place-order .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woo-row .place-order .woocommerce-form-login__submit, .woo-row .place-order .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .woo-row .place-order .button, .woo-row .place-order .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woo-row .place-order .woocommerce-button, .woo-row .place-order .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .woo-row .place-order .woocommerce-Button {
  float: none;
  margin-top: 30px;
  width: 100%;
}

.woo-row .woocommerce-terms-and-conditions-wrapper {
  background-color: #F2EDE9;
  padding: 20px;
}

.woo-row .woocommerce-terms-and-conditions-wrapper a {
  color: #9F1829;
}

.woo-row .woocommerce-terms-and-conditions-wrapper a:hover {
  color: #292A2B;
}

.woocommerce-order .order-title {
  margin-bottom: 50px;
}

.woocommerce-order .order-title h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 20px;
}

.woocommerce-order .order-title h3 img {
  margin-right: 15px;
}

.woocommerce-order .order-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .woocommerce-order .order-row {
    margin: 0;
  }
}

.woocommerce-order .order-row .order-column {
  padding: 0 15px;
  width: 50%;
}

@media (max-width: 991px) {
  .woocommerce-order .order-row .order-column {
    padding: 0;
    width: 100%;
  }
}

.woocommerce-order ul.order_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.woocommerce-order ul.order_details li {
  border-top: 1px solid #292A2B;
  border-right: 0;
  border-left: 1px solid #292A2B;
  border-right: 1px solid #292A2B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 25px 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .woocommerce-order ul.order_details li {
    padding: 20px 10px;
  }
}

.woocommerce-order ul.order_details li.total {
  background-color: #9F1829;
  color: #fff !important;
  border: none;
  padding: 30px;
}

.woocommerce-order ul.order_details li.total .woocommerce-Price-amount {
  color: #fff !important;
}

.woocommerce-order ul.order_details li div {
  width: 50%;
}

.woocommerce-order ul.order_details li div:nth-child(1) {
  font-family: "Sackers Gothic Std";
}

.woocommerce-order ul.order_details li div:nth-child(2) {
  color: #9F1829;
  text-align: right;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .woocommerce-order ul.order_details li div:nth-child(2) {
    font-size: 14px;
    word-break: break-word;
  }
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details thead th:last-child {
  text-align: right;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details .order_item th,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details .order_item td {
  background-color: #F2EDE9;
  border-bottom: 1px solid #292A2B !important;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details .order_item:first-child th,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details .order_item:first-child td {
  border-top: none !important;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details .order_item .name {
  text-align: left;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details .product-name-wrap {
  text-align: left;
}

@media (max-width: 768px) {
  .woocommerce-order .woocommerce-table.woocommerce-table--order-details .product-name-wrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .woocommerce-order .woocommerce-table.woocommerce-table--order-details .product-name-wrap .name {
    margin-left: 15px;
    margin-right: 0;
    max-width: -webkit-calc(100% - 65px);
    max-width: calc(100% - 65px);
  }
}

@media (max-width: 480px) {
  .woocommerce-order .woocommerce-table.woocommerce-table--order-details .product-name-wrap .product-thumbnail {
    margin-left: 0;
  }
  .woocommerce-order .woocommerce-table.woocommerce-table--order-details .product-name-wrap .name {
    margin-left: 0;
    max-width: 100%;
  }
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot {
  font-weight: 400;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot th,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot td {
  padding: 30px 20px;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot tr:first-child td {
  border-top: none !important;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot tr:last-child td {
  background-color: #9F1829;
  color: #fff;
  padding: 30px;
}

.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot tr:last-child th .woocommerce-Price-amount,
.woocommerce-order .woocommerce-table.woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-amount {
  color: #fff !important;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column h2 {
  font-weight: 300;
  margin: 0 0 20px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column address p {
  line-height: 2em;
  margin: 0;
}

.woocommerce-login-section {
  position: relative;
  z-index: 1;
}

.woocommerce-login-section:after {
  background-color: #F2EDE9;
  bottom: 0;
  content: '';
  left: 50vw;
  position: absolute;
  right: -100vw;
  top: 0;
  z-index: -1;
}

.woocommerce-login-section .container {
  background-color: #F2EDE9;
  padding: 75px 30px 50px;
  max-width: 1410px;
}

@media (max-width: 1199px) {
  .woocommerce-login-section .container {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .woocommerce-login-section .container {
    padding: 40px 15px;
  }
}

.woocommerce-login-section .container .inner-wrap {
  margin: 0 auto;
  max-width: 1170px;
}

.woocommerce-login-section .woocommerce-notices-wrapper {
  width: 100%;
}

@media (max-width: 1199px) {
  .woocommerce-login-section .section-title {
    margin: 0;
  }
}

.woocommerce-login-section .woocommerce-error {
  background-color: #fff;
}

@media (max-width: 480px) {
  .woocommerce-login-section .woocommerce-error {
    padding: 15px 15px 15px 40px;
  }
}

.woocommerce-login-section .woocommerce-error:before {
  top: 1.3em;
}

@media (max-width: 480px) {
  .woocommerce-login-section .woocommerce-error:before {
    left: 15px;
  }
}

.woocommerce-login-section #customer_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}

.woocommerce-login-section #customer_login:before, .woocommerce-login-section #customer_login:after {
  content: none;
}

.woocommerce-login-section #customer_login .col-1,
.woocommerce-login-section #customer_login .col-2 {
  max-width: 450px;
  padding: 0 15px;
  width: 50%;
}

@media (max-width: 767px) {
  .woocommerce-login-section #customer_login .col-1,
  .woocommerce-login-section #customer_login .col-2 {
    max-width: 100%;
    width: 100%;
  }
}

.woocommerce-login-section #customer_login .col-1 h2,
.woocommerce-login-section #customer_login .col-2 h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form {
  border: none;
  padding: 0;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form.woocommerce-form-login p:nth-child(2),
.woocommerce-login-section #customer_login .col-2 .woocommerce-form.woocommerce-form-login p:nth-child(2) {
  margin-bottom: 0 !important;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form input[type="text"],
.woocommerce-login-section #customer_login .col-1 .woocommerce-form input[type="email"],
.woocommerce-login-section #customer_login .col-1 .woocommerce-form input[type="password"],
.woocommerce-login-section #customer_login .col-2 .woocommerce-form input[type="text"],
.woocommerce-login-section #customer_login .col-2 .woocommerce-form input[type="email"],
.woocommerce-login-section #customer_login .col-2 .woocommerce-form input[type="password"] {
  background-color: transparent;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-form__label,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-form__label {
  margin-bottom: 20px;
  width: 100%;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-LostPassword,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-LostPassword {
  margin: 0 0 15px;
  text-align: right;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-LostPassword a,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-LostPassword a {
  color: #9F1829;
  font-style: italic;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-LostPassword a:hover,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #292A2B;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-privacy-policy-text,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-privacy-policy-text {
  font-size: 12px;
  margin-bottom: 40px;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-privacy-policy-text a,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-privacy-policy-text a {
  color: #9F1829;
  font-style: italic;
  text-decoration: underline;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-privacy-policy-text a:hover,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-privacy-policy-text a:hover {
  color: #292A2B;
}

.woocommerce-login-section #customer_login .col-1 .woocommerce-form .btn, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .woocommerce-login-section #customer_login .col-1 .woocommerce-form .frm_button_submit, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .woocommerce-login-section #customer_login .col-1 .woocommerce-form .frm_button_submit, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .woocommerce-login-section #customer_login .col-1 .woocommerce-form .button, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .comment-form .form-submit, .comment-form .woocommerce-login-section #customer_login .col-1 .woocommerce-form .form-submit, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .woocommerce-login-section #customer_login .col-1 .woocommerce-form .frm_button_submit, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .woocommerce-login-section #customer_login .col-1 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .woocommerce-login-section #customer_login .col-1 .woocommerce-form .button, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .woocommerce-login-section #customer_login .col-1 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .woocommerce-login-section #customer_login .col-1 .woocommerce-form .button, .woocommerce-login-section #customer_login .col-1 .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-login-section #customer_login .col-1 .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .woocommerce-login-section #customer_login .col-1 .woocommerce-form .button, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-button, .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .woocommerce-login-section #customer_login .col-1 .woocommerce-form .woocommerce-Button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .btn,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .form-section .frm_form_fields .frm_submit .frm_button_submit,
.form-section .frm_form_fields .frm_submit .woocommerce-login-section #customer_login .col-2 .woocommerce-form .frm_button_submit,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .form-travel .frm_form_fields .frm_submit .frm_button_submit,
.form-travel .frm_form_fields .frm_submit .woocommerce-login-section #customer_login .col-2 .woocommerce-form .frm_button_submit,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button,
.single-product-section .woocommerce-notices-wrapper .woocommerce-message .woocommerce-login-section #customer_login .col-2 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .comment-form .form-submit,
.comment-form .woocommerce-login-section #customer_login .col-2 .woocommerce-form .form-submit,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit,
.cource-reservation-section .course-calendar .frm_form_fields .frm_submit .woocommerce-login-section #customer_login .col-2 .woocommerce-form .frm_button_submit,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-content-section .woocommerce-message .button,
.woocommerce-content-section .woocommerce-message .woocommerce-login-section #customer_login .col-2 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-content-section .woocommerce-info .button,
.woocommerce-content-section .woocommerce-info .woocommerce-login-section #customer_login .col-2 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .woocommerce-login-section #customer_login .col-2 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .woocommerce-login-section #customer_login .col-2 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit,
.woocommerce-checkout .woocommerce-login-section #customer_login .col-2 .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .woocommerce-login-section #customer_login .col-2 .woocommerce-form .button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-button,
.woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-account .woocommerce form .woocommerce-Button,
.woocommerce-account .woocommerce form .woocommerce-login-section #customer_login .col-2 .woocommerce-form .woocommerce-Button {
  width: 100%;
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  max-width: 30%;
  width: 450px;
}

@media (max-width: 1199px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
    width: 300px;
  }
}

@media (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  background-color: #F2EDE9;
  border-left: 1px solid #292A2B;
  border-right: 1px solid #292A2B;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: block;
  border-bottom: 1px solid #292A2B;
  font-family: "Sackers Gothic Std";
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    width: 33.33%;
  }
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 50%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 1px solid #292A2B;
}

@media (min-width: 601px) and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(-n + 3) {
    border-top: 1px solid #292A2B;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(2), .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(5) {
    border-left: 1px solid #292A2B;
    border-right: 1px solid #292A2B;
  }
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(-n + 2) {
    border-top: 1px solid #292A2B;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(2n + 1) {
    border-right: 1px solid #292A2B;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #292A2B;
  display: block;
  padding: 35px 50px;
}

@media (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    width: 100%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #9F1829;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #292A2B;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  background-color: #F2EDE9;
  border: 1px solid #292A2B;
  margin: 0;
  max-width: -webkit-calc(70% - 30px);
  max-width: calc(70% - 30px);
  padding: 50px;
  width: 690px;
}

@media (max-width: 1199px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 20px;
    max-width: -webkit-calc(100% - 320px);
    max-width: calc(100% - 320px);
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
    padding: 20px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 20px 15px;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  font-weight: 400;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: #9F1829;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 15px;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
  content: none;
}

@media (max-width: 480px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row {
    max-width: 100%;
    width: 100%;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody td {
  border-bottom: 1px solid #292A2B;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody td {
    padding: 15px 0;
  }
}

@media (min-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody td:first-child {
    border-left: 1px solid #292A2B;
  }
}

@media (min-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody td:last-child {
    border-right: 1px solid #292A2B;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button {
  border-radius: 0;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

.woocommerce-account .woocommerce form input[type="text"],
.woocommerce-account .woocommerce form input[type="email"],
.woocommerce-account .woocommerce form input[type="tel"],
.woocommerce-account .woocommerce form input[type="password"] {
  background-color: transparent;
}

.woocommerce-account .woocommerce form .woocommerce-Button {
  border-radius: 0;
  text-align: center;
  width: 100%;
}

.woocommerce-account .woocommerce form .notice {
  font-size: 12px;
}

.woocommerce-account .woocommerce form p {
  margin-bottom: 20px !important;
}

@media (max-width: 480px) {
  .woocommerce-account .woocommerce form p {
    margin-bottom: 15px !important;
  }
}

.woocommerce-account .woocommerce form #billing_state_field {
  display: none;
}

@media (max-width: 480px) {
  .woocommerce-account .woocommerce .woocommerce-form-row {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-form-row label {
    line-height: 1.3em;
    margin-bottom: 10px;
  }
}

.woocommerce-account .woocommerce .woocommerce-Address-title h3 {
  font-weight: 300;
  margin: 0 0 25px;
}

.woocommerce-account .woocommerce .addresses {
  margin: 0 -15px;
}

.woocommerce-account .lost_reset_password {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.woocommerce-account .lost_reset_password p {
  min-width: 100%;
}

.age-gate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999999;
  background-color: #292A2B;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  visibility: hidden;
}

.age-gate-active .age-gate-wrap {
  opacity: 1;
  visibility: visible;
}

.age-gate-wrap .age-gate-images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.age-gate-wrap .age-gate-images .image-1,
.age-gate-wrap .age-gate-images .image-2 {
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.age-gate-wrap .age-gate-images .image-1 {
  z-index: 1;
}

.age-gate-wrap .age-gate-images .image-2 {
  opacity: 0;
  z-index: 2;
}

.removing-age-gate .age-gate-wrap .age-gate-images .image-2 {
  opacity: 1;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.age-gate-wrap .age-gate-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -o-radial-gradient(rgba(41, 42, 43, 0.25), rgba(41, 42, 43, 0.88));
  background-image: radial-gradient(rgba(41, 42, 43, 0.25), rgba(41, 42, 43, 0.88));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.age-gate-wrap .age-gate-content .container {
  text-align: center;
}

.age-gate-wrap .age-gate-content .logo {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 270px;
}

.age-gate-wrap .age-gate-content h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 300;
}

@media (max-width: 350px) {
  .age-gate-wrap .age-gate-content h2 {
    font-size: 50px;
  }
}

.age-gate-wrap .age-gate-content .checkbox-wrap input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.age-gate-wrap .age-gate-content .checkbox-wrap label {
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 250px;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}

@media (max-width: 350px) {
  .age-gate-wrap .age-gate-content .checkbox-wrap label {
    height: 200px;
  }
}

.age-gate-wrap .age-gate-content .checkbox-wrap label span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9F1829;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
  width: 68px;
}

.removing-age-gate .age-gate-wrap .age-gate-content .checkbox-wrap label span {
  top: -webkit-calc(100% - 73px);
  top: calc(100% - 73px);
}

.age-gate-wrap .age-gate-content .checkbox-wrap .yes {
  color: #fff;
  display: block;
  margin-top: 30px;
}

.default-page-wrapper {
  position: relative;
  z-index: 1;
}

.default-page-wrapper:before {
  background-color: #fff;
  bottom: 0;
  content: '';
  left: -100vw;
  position: absolute;
  right: 50vw;
  top: 0;
  z-index: -1;
}

.default-page-wrapper .container {
  background-color: #fff;
  padding: 75px 30px;
}

.default-page-wrapper .container .inner-wrap {
  margin: 0 auto;
  max-width: 1170px;
}

.default-page-wrapper .container h1 {
  font-weight: 300;
  margin: 0 0 50px;
}

.default-page-wrapper .container .search-result {
  border-bottom: 1px solid #292A2B;
  text-align: center;
}

.default-page-wrapper .container .search-result:last-child {
  border-bottom: none;
}

.default-page-wrapper .container .search-result h2 {
  font-weight: 300;
}

.default-page-wrapper .container .search-result h2 a {
  color: #292A2B;
}

.default-page-wrapper .container .search-result h2 a:hover {
  color: #9F1829;
}

.default-page-wrapper .container .search-result h2 a i {
  margin-left: 10px;
  position: relative;
  top: 3px;
  vertical-align: middle;
}

.default-page-wrapper .container .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.default-page-wrapper .container .search-form .btn, .default-page-wrapper .container .search-form .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit .default-page-wrapper .container .search-form .frm_button_submit, .default-page-wrapper .container .search-form .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit .default-page-wrapper .container .search-form .frm_button_submit, .default-page-wrapper .container .search-form .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message .default-page-wrapper .container .search-form .button, .default-page-wrapper .container .search-form .comment-form .form-submit, .comment-form .default-page-wrapper .container .search-form .form-submit, .default-page-wrapper .container .search-form .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .default-page-wrapper .container .search-form .frm_button_submit, .default-page-wrapper .container .search-form .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message .default-page-wrapper .container .search-form .button,
.default-page-wrapper .container .search-form .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info .default-page-wrapper .container .search-form .button, .default-page-wrapper .container .search-form .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .default-page-wrapper .container .search-form .button,
.default-page-wrapper .container .search-form .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .default-page-wrapper .container .search-form .button, .default-page-wrapper .container .search-form .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .default-page-wrapper .container .search-form .woocommerce-form-login__submit, .default-page-wrapper .container .search-form .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .default-page-wrapper .container .search-form .button, .default-page-wrapper .container .search-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .default-page-wrapper .container .search-form .woocommerce-button, .default-page-wrapper .container .search-form .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form .default-page-wrapper .container .search-form .woocommerce-Button {
  font-size: 20px;
  padding: 15px 20px;
  width: 100px;
}

section.no-results.not-found {
  padding-bottom: 100px;
  width: 100%;
}

@media (max-width: 1199px) {
  section.no-results.not-found {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  section.no-results.not-found {
    padding-bottom: 40px;
  }
}

section.no-results.not-found .page-hero-title {
  font-weight: 400;
  margin: 0 0 25px;
}

section.no-results.not-found .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

section.no-results.not-found .search-form input {
  background-color: transparent;
  border-right: none;
}

section.no-results.not-found .search-form .btn, section.no-results.not-found .search-form .form-section .frm_form_fields .frm_submit .frm_button_submit, .form-section .frm_form_fields .frm_submit section.no-results.not-found .search-form .frm_button_submit, section.no-results.not-found .search-form .form-travel .frm_form_fields .frm_submit .frm_button_submit, .form-travel .frm_form_fields .frm_submit section.no-results.not-found .search-form .frm_button_submit, section.no-results.not-found .search-form .single-product-section .woocommerce-notices-wrapper .woocommerce-message .button, .single-product-section .woocommerce-notices-wrapper .woocommerce-message section.no-results.not-found .search-form .button, section.no-results.not-found .search-form .comment-form .form-submit, .comment-form section.no-results.not-found .search-form .form-submit, section.no-results.not-found .search-form .cource-reservation-section .course-calendar .frm_form_fields .frm_submit .frm_button_submit, .cource-reservation-section .course-calendar .frm_form_fields .frm_submit section.no-results.not-found .search-form .frm_button_submit, section.no-results.not-found .search-form .woocommerce-content-section .woocommerce-message .button, .woocommerce-content-section .woocommerce-message section.no-results.not-found .search-form .button,
section.no-results.not-found .search-form .woocommerce-content-section .woocommerce-info .button, .woocommerce-content-section .woocommerce-info section.no-results.not-found .search-form .button, section.no-results.not-found .search-form .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info section.no-results.not-found .search-form .button,
section.no-results.not-found .search-form .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .button, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info section.no-results.not-found .search-form .button, section.no-results.not-found .search-form .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit, .woocommerce-checkout .woocommerce-form.woocommerce-form-login.login section.no-results.not-found .search-form .woocommerce-form-login__submit, section.no-results.not-found .search-form .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row .button, .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row section.no-results.not-found .search-form .button, section.no-results.not-found .search-form .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody .woocommerce-button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody section.no-results.not-found .search-form .woocommerce-button, section.no-results.not-found .search-form .woocommerce-account .woocommerce form .woocommerce-Button, .woocommerce-account .woocommerce form section.no-results.not-found .search-form .woocommerce-Button {
  font-size: 20px;
  padding: 15px 20px;
  width: 100px;
}

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