/*
THEME NAME: Darklands Theme
THEME URI: https://www.motionmill.com
DESCRIPTION: Darklands's theme that uses page sections.
VERSION: 6.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
AUTHOR: <a href="https://motionmill.com/">Motionmill</a>
AUTHOR URI:
Text Domain: darklands
*/
/* extend bootstrap column order functionality https://getbootstrap.com/docs/5.0/utilities/flex/#order*/
.order-1 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-2 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-3 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-4 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-5 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-6 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-7 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-8 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-9 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-10 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  .order-md-2 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-md-3 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .order-md-4 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
}
@media (min-width: 768px) {
  .order-md-5 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .order-md-6 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-md-7 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
}
@media (min-width: 768px) {
  .order-md-8 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
}
@media (min-width: 768px) {
  .order-md-9 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
}
@media (min-width: 768px) {
  .order-md-10 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-2 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-3 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-4 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-5 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-6 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-7 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-8 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-9 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-10 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-2 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-3 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-4 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-5 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-6 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-7 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-8 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-9 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-10 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-1 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-2 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-3 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-4 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-5 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-6 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-7 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-8 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-9 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-10 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
}
/**************************************
***************************************
************ import ******************
***************************************/
/****       reset                 ***/
/********************
*       RESET       *
********************/
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* END RESET CSS */
/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* 
 * minimal base styles 
 */
/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type=radio] {
  vertical-align: text-bottom;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block !important;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .alignright {
    float: none;
    margin-left: 0;
  }
}

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
}

a img.alignright {
  float: right;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.stickyclass {
  display: inherit;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  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 !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  /* Don't show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Prevent iOS, WinMobile from adjusting font size */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
/****        variables           ****/
/****        typography           ****/
/**********************
    typography
**********************/
@font-face {
  font-family: "shadowofxizor";
  src: url("assets/fonts/shadowofxizor.woff2") format("woff2"), url("assets/fonts/shadowofxizor.woff") format("woff"), url("assets/fonts/shadowofxizor.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "rajdhani";
  src: url("assets/fonts/rajdhani-regular.woff2") format("woff2"), url("assets/fonts/rajdhani-regular.woff") format("woff"), url("assets/fonts/rajdhani-regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "rajdhani";
  src: url("assets/fonts/rajdhani-medium.woff2") format("woff2"), url("assets/fonts/rajdhani-medium.woff") format("woff"), url("assets/fonts/rajdhani-medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rajdhani";
  src: url("assets/fonts/rajdhani-semibold.woff2") format("woff2"), url("assets/fonts/rajdhani-semibold.woff") format("woff"), url("assets/fonts/rajdhani-semibold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "rajdhani";
  src: url("assets/fonts/rajdhani-bold.woff2") format("woff2"), url("assets/fonts/rajdhani-bold.woff") format("woff"), url("assets/fonts/rajdhani-bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
html {
  font-size: 18px;
}

body {
  overflow-x: hidden;
  font-family: "rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  background: #000;
  color: #fff;
  text-wrap: pretty;
}

/******************
    headings
******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  word-break: break-word;
  text-wrap-style: balance;
}
h1 .header-left-right,
h2 .header-left-right,
h3 .header-left-right,
h4 .header-left-right,
h5 .header-left-right,
h6 .header-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 .header-left-right::after, h1 .header-left-right::before,
h2 .header-left-right::after,
h2 .header-left-right::before,
h3 .header-left-right::after,
h3 .header-left-right::before,
h4 .header-left-right::after,
h4 .header-left-right::before,
h5 .header-left-right::after,
h5 .header-left-right::before,
h6 .header-left-right::after,
h6 .header-left-right::before {
  display: inline-block;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h1 .header-left-right::after, h1 .header-left-right::before,
  h2 .header-left-right::after,
  h2 .header-left-right::before,
  h3 .header-left-right::after,
  h3 .header-left-right::before,
  h4 .header-left-right::after,
  h4 .header-left-right::before,
  h5 .header-left-right::after,
  h5 .header-left-right::before,
  h6 .header-left-right::after,
  h6 .header-left-right::before {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  h1 .header-left-right::after, h1 .header-left-right::before,
  h2 .header-left-right::after,
  h2 .header-left-right::before,
  h3 .header-left-right::after,
  h3 .header-left-right::before,
  h4 .header-left-right::after,
  h4 .header-left-right::before,
  h5 .header-left-right::after,
  h5 .header-left-right::before,
  h6 .header-left-right::after,
  h6 .header-left-right::before {
    max-width: 50px;
  }
}
h1 .header-left-right::before,
h2 .header-left-right::before,
h3 .header-left-right::before,
h4 .header-left-right::before,
h5 .header-left-right::before,
h6 .header-left-right::before {
  margin-right: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h1 .header-left-right::before,
  h2 .header-left-right::before,
  h3 .header-left-right::before,
  h4 .header-left-right::before,
  h5 .header-left-right::before,
  h6 .header-left-right::before {
    margin-right: 0.5rem;
  }
}
h1 .header-left-right:after,
h2 .header-left-right:after,
h3 .header-left-right:after,
h4 .header-left-right:after,
h5 .header-left-right:after,
h6 .header-left-right:after {
  margin-left: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h1 .header-left-right:after,
  h2 .header-left-right:after,
  h3 .header-left-right:after,
  h4 .header-left-right:after,
  h5 .header-left-right:after,
  h6 .header-left-right:after {
    margin-left: 0.5rem;
  }
}
h1.header-bg,
h2.header-bg,
h3.header-bg,
h4.header-bg,
h5.header-bg,
h6.header-bg {
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem;
}
h1.gform_submission_error,
h2.gform_submission_error,
h3.gform_submission_error,
h4.gform_submission_error,
h5.gform_submission_error,
h6.gform_submission_error {
  font-family: "rajdhani", sans-serif;
}

h1 {
  font-family: "shadowofxizor", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-family: "shadowofxizor", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 1.7rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 1.3rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h5,
h6 {
  font-size: 18px;
}

/****        navigation           ****/
/********************
*    MENU           *
********************/
/********************
*    bootstrap MENU           *
********************/
.floating-header header#site-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.floating-header header#site-header nav.navbar ul.navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
}
.floating-header header#site-header nav.navbar ul.navbar-nav > li > a:hover {
  color: #CEA86A;
  text-decoration: none;
}

#site-header {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #000), to(#000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, transparent 0%, #000 50%, #000 100%) 0% 0% no-repeat padding-box;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#site-header #mega-menu-wrap-main_navigation {
  background-color: transparent;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item:focus > a.mega-menu-link, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item:hover > a.mega-menu-link, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: transparent !important;
  color: #CEA86A;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item img.mega-menu-logo {
  width: 120px;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
  height: auto;
  background: transparent !important;
  font-size: 0.9rem;
  padding: 5px;
  font-weight: 500;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent !important;
  color: #CEA86A;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu {
  background-color: rgba(4, 34, 36, 0.95);
  padding: 12px 15px 12px 15px;
  border-radius: 5px;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-disable-link > a.mega-menu-link {
  color: #fff;
  pointer-events: none;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-disable-link > a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-disable-link > a.mega-menu-link:hover {
  color: #fff !important;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.coming-soon {
  pointer-events: none;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.coming-soon a.mega-menu-link {
  color: #6F9A8E;
  pointer-events: none;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.coming-soon a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.coming-soon a.mega-menu-link:hover {
  color: #6F9A8E !important;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:focus.mega-disable-link > a.mega-menu-link, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:hover.mega-disable-link > a.mega-menu-link, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-current-menu-item.mega-disable-link > a.mega-menu-link {
  color: #fff;
  pointer-events: none;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:focus.mega-disable-link > a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:focus.mega-disable-link > a.mega-menu-link:hover, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:hover.mega-disable-link > a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:hover.mega-disable-link > a.mega-menu-link:hover, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-current-menu-item.mega-disable-link > a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-current-menu-item.mega-disable-link > a.mega-menu-link:hover {
  color: #fff !important;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:focus > a.mega-menu-link, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item:hover > a.mega-menu-link, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  color: #CEA86A;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  background-color: transparent;
  font-size: 18px;
}
#site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item > a.mega-menu-link:focus, #site-header #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > .mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
  color: #CEA86A;
}

#searchModal .modal-content {
  background-color: transparent;
  border: none;
  color: #fff;
}
#searchModal .modal-content .modal-header {
  border: none;
}
#searchModal .modal-content .modal-header button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 200;
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 0 0.5rem 0 0;
  margin-bottom: 0;
}
#searchModal .modal-content .modal-header button:hover {
  background-color: transparent;
}
#searchModal .modal-content .modal-body form.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
}
#searchModal .modal-content .modal-body form.search-form input {
  width: 100%;
}
#searchModal .modal-content .modal-body form.search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem;
  border: none;
  background-color: transparent;
  color: #000 !important;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.8;
}

ul[id*=social] li {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.5rem;
}
ul[id*=social] li a {
  color: #000;
  border-bottom: none;
}
ul[id*=social] li a:hover {
  color: #CEA86A;
  border-bottom: none;
}
ul[id*=social] li:last-child {
  padding-right: 0;
}

.shiftnav .fa,
.shiftnav-toggle .fa {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 600 !important;
}

.shiftnav:after {
  display: none !important;
}
.shiftnav .shiftnav-search .shiftnav-search-submit,
.shiftnav .shiftnav-searchbar-drop .shiftnav-search-submit {
  font-weight: 600 !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.shiftnav-open .shiftnav.shiftnav-open-target {
  -webkit-box-shadow: -8px 0 20px -6px black;
  box-shadow: -8px 0 20px -6px black;
  border-right: 1px solid #949393;
}

#shiftnav-toggle-main img {
  height: 35px;
  margin-top: -8px;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content-after {
  padding: 11px;
}

.shiftnav-menu-image {
  text-align: center;
}
.shiftnav-menu-image img {
  width: 120px;
}

.menu-item.current-menu-item > a,
.menu-item.current-menu-parent > a,
.menu-item.current-menu-ancestor > a {
  color: #CEA86A !important;
}

/*************************
        links
*************************/
a {
  color: inherit;
  cursor: pointer;
  text-underline-offset: 0.25em;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #6F9A8E;
  outline: none;
}
a:focus {
  outline: thin dotted;
}

.link-arrow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
  text-decoration: none;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1rem;
  padding-left: 1rem;
  display: inline-block;
}
.link-arrow:hover, .link-arrow:focus, .link-arrow:active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #6F9A8E;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}
.link-arrow::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 0.8em;
}

.link-arrow-primary {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #6F9A8E;
  text-decoration: none;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.link-arrow-primary:hover, .link-arrow-primary:focus, .link-arrow-primary:active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #CEA86A;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}
.link-arrow-primary::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 0.8em;
}

/****        forms           ****/
/****************************
        buttons
****************************/
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: transparent;
  color: #fff;
}

.woocommerce a.button.alt,
.woocommerce a.button,
.btn-primary,
.btn-primary:visited,
.btn-primary-outline,
.btn-primary-outline:visited,
.btn-secondary,
.btn-secondary:visited,
.btn-secondary-outline,
.btn-secondary-outline:visited,
.btn-tertiary,
.btn-tertiary:visited,
.btn-tertiary-outline,
.btn-tertiary-outline:visited,
.btn-white,
.btn-white:visited,
.btn-white-arrow,
.btn-white-arrow:visited,
.btn-white-outline-arrow,
.btn-white-outline-arrow:visited,
.btn-white-outline,
.btn-white-outline:visited,
.btn-dark,
.btn-dark:visited,
.btn-dark-outline,
.btn-dark-outline:visited,
.btn,
.btn:visited,
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #6F9A8E;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.54rem 2rem 0.44rem;
  border-radius: 34px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  width: auto;
  margin: 0.3rem 0.8rem;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: inset 0px 3px 17px #18342B, 0px 3px 10px #172621;
          box-shadow: inset 0px 3px 17px #18342B, 0px 3px 10px #172621;
}
.woocommerce a.button.alt:hover, .woocommerce a.button.alt:active:focus, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited:hover,
.btn-primary:visited:active:focus,
.btn-primary:visited:active,
.btn-primary:visited:focus,
.btn-primary-outline:hover,
.btn-primary-outline:active:focus,
.btn-primary-outline:active,
.btn-primary-outline:focus,
.btn-primary-outline:visited:hover,
.btn-primary-outline:visited:active:focus,
.btn-primary-outline:visited:active,
.btn-primary-outline:visited:focus,
.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:visited:hover,
.btn-secondary:visited:active:focus,
.btn-secondary:visited:active,
.btn-secondary:visited:focus,
.btn-secondary-outline:hover,
.btn-secondary-outline:active:focus,
.btn-secondary-outline:active,
.btn-secondary-outline:focus,
.btn-secondary-outline:visited:hover,
.btn-secondary-outline:visited:active:focus,
.btn-secondary-outline:visited:active,
.btn-secondary-outline:visited:focus,
.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:visited:hover,
.btn-tertiary:visited:active:focus,
.btn-tertiary:visited:active,
.btn-tertiary:visited:focus,
.btn-tertiary-outline:hover,
.btn-tertiary-outline:active:focus,
.btn-tertiary-outline:active,
.btn-tertiary-outline:focus,
.btn-tertiary-outline:visited:hover,
.btn-tertiary-outline:visited:active:focus,
.btn-tertiary-outline:visited:active,
.btn-tertiary-outline:visited:focus,
.btn-white:hover,
.btn-white:active:focus,
.btn-white:active,
.btn-white:focus,
.btn-white:visited:hover,
.btn-white:visited:active:focus,
.btn-white:visited:active,
.btn-white:visited:focus,
.btn-white-arrow:hover,
.btn-white-arrow:active:focus,
.btn-white-arrow:active,
.btn-white-arrow:focus,
.btn-white-arrow:visited:hover,
.btn-white-arrow:visited:active:focus,
.btn-white-arrow:visited:active,
.btn-white-arrow:visited:focus,
.btn-white-outline-arrow:hover,
.btn-white-outline-arrow:active:focus,
.btn-white-outline-arrow:active,
.btn-white-outline-arrow:focus,
.btn-white-outline-arrow:visited:hover,
.btn-white-outline-arrow:visited:active:focus,
.btn-white-outline-arrow:visited:active,
.btn-white-outline-arrow:visited:focus,
.btn-white-outline:hover,
.btn-white-outline:active:focus,
.btn-white-outline:active,
.btn-white-outline:focus,
.btn-white-outline:visited:hover,
.btn-white-outline:visited:active:focus,
.btn-white-outline:visited:active,
.btn-white-outline:visited:focus,
.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:visited:hover,
.btn-dark:visited:active:focus,
.btn-dark:visited:active,
.btn-dark:visited:focus,
.btn-dark-outline:hover,
.btn-dark-outline:active:focus,
.btn-dark-outline:active,
.btn-dark-outline:focus,
.btn-dark-outline:visited:hover,
.btn-dark-outline:visited:active:focus,
.btn-dark-outline:visited:active,
.btn-dark-outline:visited:focus,
.btn:hover,
.btn:active:focus,
.btn:active,
.btn:focus,
.btn:visited:hover,
.btn:visited:active:focus,
.btn:visited:active,
.btn:visited:focus,
button:hover,
button:active:focus,
button:active,
button:focus,
.button:hover,
.button:active:focus,
.button:active,
.button:focus,
input[type=button]:hover,
input[type=button]:active:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active:focus,
input[type=submit]:active,
input[type=submit]:focus {
  -webkit-box-shadow: inset 0px 3px 17px #6F9A8E, 0px 3px 10px #6F9A8E;
          box-shadow: inset 0px 3px 17px #6F9A8E, 0px 3px 10px #6F9A8E;
  background-color: transparent;
  outline: none;
  color: #6F9A8E;
  opacity: 1 !important;
}

button#shiftnav-toggle-main-button,
button.navbar-toggler,
button.search-submit {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button.cli-modal-close {
  color: #000;
  background: transparent;
  border: none;
  padding: 10px;
  width: 40px;
}

.btn-primary-outline:visited,
.btn-primary-outline {
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #6F9A8E !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary-outline:visited:hover, .btn-primary-outline:visited:active, .btn-primary-outline:visited:focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent !important;
  background: #6F9A8E !important;
  color: #fff !important;
}

.woocommerce a.button.alt,
.btn-secondary:visited,
.btn-secondary {
  background: #CEA86A !important;
  color: #fff !important;
  -webkit-box-shadow: inset 0px 3px 17px #2C1A0A, 0px 3px 10px #172621;
          box-shadow: inset 0px 3px 17px #2C1A0A, 0px 3px 10px #172621;
}
.woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus,
.btn-secondary:visited:hover,
.btn-secondary:visited:active,
.btn-secondary:visited:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: transparent !important;
  -webkit-box-shadow: inset 0px 3px 17px #CEA86A, 0px 3px 10px #CEA86A;
          box-shadow: inset 0px 3px 17px #CEA86A, 0px 3px 10px #CEA86A;
  color: #CEA86A !important;
}

.btn-secondary-outline:visited,
.btn-secondary-outline {
  border: 1px solid #CEA86A !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important;
  color: #CEA86A !important;
}
.btn-secondary-outline:visited:hover, .btn-secondary-outline:visited:active, .btn-secondary-outline:visited:focus,
.btn-secondary-outline:hover,
.btn-secondary-outline:active,
.btn-secondary-outline:focus {
  border: 1px solid #CEA86A !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #CEA86A !important;
  color: #fff !important;
}

.btn-tertiary:visited,
.btn-tertiary {
  background: #1A362D !important;
  -webkit-box-shadow: inset 0px 3px 17px #2C1A0A, 0px 3px 10px #172621;
          box-shadow: inset 0px 3px 17px #2C1A0A, 0px 3px 10px #172621;
  color: #fff !important;
}
.btn-tertiary:visited:hover, .btn-tertiary:visited:active, .btn-tertiary:visited:focus,
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
  -webkit-box-shadow: inset 0px 3px 17px #1A362D, 0px 3px 10px #1A362D;
          box-shadow: inset 0px 3px 17px #1A362D, 0px 3px 10px #1A362D;
  background: transparent !important;
  color: #1A362D !important;
}

.btn-tertiary-outline:visited,
.btn-tertiary-outline {
  border: 1px solid #1A362D !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1A362D !important;
}
.btn-tertiary-outline:visited:hover, .btn-tertiary-outline:visited:active, .btn-tertiary-outline:visited:focus,
.btn-tertiary-outline:hover,
.btn-tertiary-outline:active,
.btn-tertiary-outline:focus {
  border: 1px solid #1A362D !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #1A362D !important;
  color: #fff !important;
}

.btn-white-arrow,
.btn-white-arrow:visited,
input[type=submit].gform-button,
input[type=submit].gform-button:visited,
.btn-white:visited,
.btn-white {
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff !important;
  color: #000 !important;
}
.btn-white-arrow:hover, .btn-white-arrow:active, .btn-white-arrow:focus,
.btn-white-arrow:visited:hover,
.btn-white-arrow:visited:active,
.btn-white-arrow:visited:focus,
input[type=submit].gform-button:hover,
input[type=submit].gform-button:active,
input[type=submit].gform-button:focus,
input[type=submit].gform-button:visited:hover,
input[type=submit].gform-button:visited:active,
input[type=submit].gform-button:visited:focus,
.btn-white:visited:hover,
.btn-white:visited:active,
.btn-white:visited:focus,
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}

.btn-white-outline-arrow,
.btn-white-outline-arrow:visited,
.btn-white-arrow,
.btn-white-arrow:visited {
  padding: 0.54rem 2rem 0.44rem 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-white-outline-arrow:hover, .btn-white-outline-arrow:active, .btn-white-outline-arrow:focus,
.btn-white-outline-arrow:visited:hover,
.btn-white-outline-arrow:visited:active,
.btn-white-outline-arrow:visited:focus,
.btn-white-arrow:hover,
.btn-white-arrow:active,
.btn-white-arrow:focus,
.btn-white-arrow:visited:hover,
.btn-white-arrow:visited:active,
.btn-white-arrow:visited:focus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}
.btn-white-outline-arrow::after,
.btn-white-outline-arrow:visited::after,
.btn-white-arrow::after,
.btn-white-arrow:visited::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-left: 1rem;
  font-size: 0.8em;
}

.btn-white-outline-arrow,
.btn-white-outline-arrow:visited,
.facetwp-load-more,
.facetwp-load-more:visited,
.btn-white-outline:visited,
.btn-white-outline {
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important;
  color: #fff !important;
}
.btn-white-outline-arrow:hover, .btn-white-outline-arrow:active, .btn-white-outline-arrow:focus,
.btn-white-outline-arrow:visited:hover,
.btn-white-outline-arrow:visited:active,
.btn-white-outline-arrow:visited:focus,
.facetwp-load-more:hover,
.facetwp-load-more:active,
.facetwp-load-more:focus,
.facetwp-load-more:visited:hover,
.facetwp-load-more:visited:active,
.facetwp-load-more:visited:focus,
.btn-white-outline:visited:hover,
.btn-white-outline:visited:active,
.btn-white-outline:visited:focus,
.btn-white-outline:hover,
.btn-white-outline:active,
.btn-white-outline:focus {
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff !important;
  color: #000 !important;
}

.btn-dark:visited,
.btn-dark {
  border: 1px solid #000 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000 !important;
  color: #fff !important;
}
.btn-dark:visited:hover, .btn-dark:visited:active, .btn-dark:visited:focus,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}

.btn-dark-outline:visited,
.btn-dark-outline {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000 !important;
  background: transparent !important;
  color: #000 !important;
}
.btn-dark-outline:visited:hover, .btn-dark-outline:visited:active, .btn-dark-outline:visited:focus,
.btn-dark-outline:hover,
.btn-dark-outline:active,
.btn-dark-outline:focus {
  border: 1px solid #000 !important;
  background: #000 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
}

.gform-body input[type=submit] {
  margin: 0;
  padding: 0.7rem 2rem 0.6rem;
  line-height: 1 !important;
}

.gform-footer input[type=submit] {
  margin: 0;
  padding: 0.7rem 2rem 0.6rem;
  line-height: 1 !important;
  color: #000;
  background-color: #fff !important;
  margin: 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
}
.gform-footer input[type=submit]:hover {
  color: #fff;
  background-color: #6F9A8E !important;
  border-color: #6F9A8E !important;
}

.gfield_required {
  color: #fff !important;
}

/****************************
        fields
***************************/
body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
}
body .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: 0.9rem;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon--circle-error:before {
  color: #d6453b;
}
body .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error .gform-icon {
  inset-inline-start: 4px;
}
body .gform_wrapper.gravity-theme form input[type=text],
body .gform_wrapper.gravity-theme form input[type=email],
body .gform_wrapper.gravity-theme form input[type=url],
body .gform_wrapper.gravity-theme form input[type=password],
body .gform_wrapper.gravity-theme form input[type=search],
body .gform_wrapper.gravity-theme form input[type=number],
body .gform_wrapper.gravity-theme form input[type=tel],
body .gform_wrapper.gravity-theme form input[type=range],
body .gform_wrapper.gravity-theme form input[type=date],
body .gform_wrapper.gravity-theme form input[type=month],
body .gform_wrapper.gravity-theme form input[type=week],
body .gform_wrapper.gravity-theme form input[type=time],
body .gform_wrapper.gravity-theme form input[type=datetime],
body .gform_wrapper.gravity-theme form input[type=datetime-local],
body .gform_wrapper.gravity-theme form input[type=color],
body .gform_wrapper.gravity-theme form textarea,
body .gform_wrapper.gravity-theme form #footer .footer-widgets input[type=text] {
  color: #000;
  border: 1px solid #fff;
  border-radius: 34px;
  padding: 0.3rem 0.8rem;
  background-color: #fff;
}
body .gform_wrapper.gravity-theme form input[type=text]:focus,
body .gform_wrapper.gravity-theme form input[type=email]:focus,
body .gform_wrapper.gravity-theme form input[type=url]:focus,
body .gform_wrapper.gravity-theme form input[type=password]:focus,
body .gform_wrapper.gravity-theme form input[type=search]:focus,
body .gform_wrapper.gravity-theme form input[type=number]:focus,
body .gform_wrapper.gravity-theme form input[type=tel]:focus,
body .gform_wrapper.gravity-theme form input[type=range]:focus,
body .gform_wrapper.gravity-theme form input[type=date]:focus,
body .gform_wrapper.gravity-theme form input[type=month]:focus,
body .gform_wrapper.gravity-theme form input[type=week]:focus,
body .gform_wrapper.gravity-theme form input[type=time]:focus,
body .gform_wrapper.gravity-theme form input[type=datetime]:focus,
body .gform_wrapper.gravity-theme form input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme form input[type=color]:focus,
body .gform_wrapper.gravity-theme form textarea:focus,
body .gform_wrapper.gravity-theme form #footer .footer-widgets input[type=text]:focus {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
  outline: none;
}
body .gform_wrapper.gravity-theme form textarea {
  border-radius: 15px;
}
body .gform_wrapper.gravity-theme form .gfield_error [aria-invalid=true] {
  border-color: #d6453b;
}
body .gform_wrapper.gravity-theme form.center-form {
  text-align: center;
}
body .gform_wrapper.gravity-theme form.center-form .gform-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .gform_wrapper.gravity-theme form .validation_message {
  border: none;
  background: transparent;
  color: #fff;
  padding: 0.3rem;
  line-height: 1.2;
}

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,
#footer .footer-widgets input[type=text] {
  color: #000;
  border: 1px solid #fff;
  border-radius: 34px;
  padding: 0.3rem 0.8rem;
  background-color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
#footer .footer-widgets input[type=text]:focus {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
  outline: none;
}

select {
  border: none;
  border-radius: 34px;
  padding: 10px 32px 10px 18px;
  line-height: 1;
}

textarea {
  border-radius: 15px;
  width: 100%;
}

/****        elements           ****/
/***********************
        classes
***********************/
.img-multiply .swiper,
.img-multiply .swiper-wrapper,
.img-multiply img {
  mix-blend-mode: multiply;
}

.z-9999 {
  z-index: 9999;
}

.cmplz-show-banner {
  cursor: pointer;
}

.font-shadowofxizor {
  font-family: "shadowofxizor";
  text-transform: uppercase;
  letter-spacing: 3px;
}

.text-xxl {
  font-size: 6rem;
  word-break: break-word;
  line-height: 1.2;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-xxl {
    font-size: 6rem;
  }
}
@media (max-width: 576px) {
  .text-xxl {
    font-size: 3rem;
  }
}

.text-xl {
  font-size: 6rem;
  word-break: break-word;
  line-height: 1.2;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .text-xl {
    font-size: 3rem;
  }
}

.text-l {
  font-size: 3rem;
  word-break: break-word;
  line-height: 1.4;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-l {
    font-size: 1.7rem;
  }
}

.text-md {
  font-size: 1.7rem;
  word-break: break-word;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-md {
    font-size: 1.3rem;
  }
}

.text-sm {
  font-size: 1.3rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-sm {
    font-size: 18px;
  }
}

.text-s {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-primary {
  color: #6F9A8E !important;
}

.text-secondary {
  color: #CEA86A !important;
}

.donker,
.text-dark {
  color: #000 !important;
}

.text-medium-dark {
  color: #042224 !important;
}

.text-medium {
  color: #094549 !important;
}

.text-light {
  color: #949393 !important;
}

.entry-content .box-medium,
.entry-content .box-medium-dark,
.entry-content .box-primary,
.entry-content .box-secondary {
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 15px;
}
.entry-content .box-medium ul,
.entry-content .box-medium-dark ul,
.entry-content .box-primary ul,
.entry-content .box-secondary ul {
  margin-bottom: 0;
}
.entry-content .box-medium ul li:last-child,
.entry-content .box-medium-dark ul li:last-child,
.entry-content .box-primary ul li:last-child,
.entry-content .box-secondary ul li:last-child {
  margin-bottom: 0;
}
.entry-content .box-medium ul li::before,
.entry-content .box-medium-dark ul li::before,
.entry-content .box-primary ul li::before,
.entry-content .box-secondary ul li::before {
  color: #fff;
}

.box-primary {
  background-color: #6F9A8E;
}

.box-secondary {
  background-color: #CEA86A;
}

.box-medium-dark {
  background-color: #042224;
}

.box-medium {
  background-color: #094549;
}

.bg-color-primary {
  background-color: #6F9A8E;
}

.bg-color-secondary {
  background-color: #CEA86A;
}

.bg-color-tertiary {
  background-color: #1A362D;
}

.bg-color-dark {
  background-color: #000;
}

.bg-color-dark-trans {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-color-medium-dark {
  background-color: #042224;
}

.bg-color-medium {
  background-color: #094549;
}

.bg-color-light {
  background-color: #949393;
}

.bg-color-extra-light {
  background-color: #FEF6EF;
}

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

.border-top-primary {
  border-top: 1px solid #6F9A8E;
}

.border-radius {
  border-radius: 34px;
}

.licht.entry-content,
.licht,
.text-white {
  color: #fff;
}
.licht.entry-content a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline, .link-arrow, .link-arrow-primary),
.licht a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline, .link-arrow, .link-arrow-primary),
.text-white a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline, .link-arrow, .link-arrow-primary) {
  color: #fff;
}
.licht.entry-content a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline, .link-arrow, .link-arrow-primary):hover,
.licht a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline, .link-arrow, .link-arrow-primary):hover,
.text-white a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline, .link-arrow, .link-arrow-primary):hover {
  opacity: 0.75;
}
.licht.entry-content h1,
.licht.entry-content h2,
.licht.entry-content h3,
.licht.entry-content h4,
.licht.entry-content h5,
.licht.entry-content h6,
.licht.entry-content blockquote,
.licht h1,
.licht h2,
.licht h3,
.licht h4,
.licht h5,
.licht h6,
.licht blockquote,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: #fff;
}
.licht.entry-content .outline-block,
.licht .outline-block,
.text-white .outline-block {
  border-color: #fff;
}
.licht.entry-content .hasseparator,
.licht .hasseparator,
.text-white .hasseparator {
  background-image: url(assets/images/arrow-white.png);
}
.licht.entry-content ul li::before,
.licht ul li::before,
.text-white ul li::before {
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay.overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay.overlay-dark {
  background: linear-gradient(0deg, rgb(0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 150px, rgba(0, 0, 0, 0.5) calc(100% - 150px), rgba(0, 0, 0, 0.9) 100%);
}
.overlay.overlay-secondary {
  background-color: #CEA86A;
}
.overlay.overlay-dark-left {
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-dark-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-dark-right {
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-dark-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #000 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-medium-dark-right {
  background: -webkit-gradient(linear, right top, left top, from(#042224), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #042224 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-medium-dark-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#042224), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #042224 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-medium-dark-left {
  background: -webkit-gradient(linear, left top, right top, from(#042224), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #042224 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-medium-dark-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#042224), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #042224 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-medium-dark {
  background: #042224;
  opacity: 0.7;
}
.overlay.overlay-primary {
  background: #6F9A8E;
  opacity: 0.7;
}
.overlay.overlay-multiply-medium-dark {
  background: #042224;
  mix-blend-mode: multiply;
}
.overlay.overlay-multiply-primary {
  background: #6F9A8E;
  mix-blend-mode: multiply;
}
.overlay.overlay-multiply-secondary {
  background: #CEA86A;
  mix-blend-mode: multiply;
}
.overlay.overlay-medium {
  background: #094549;
  opacity: 0.7;
}
.overlay.overlay-multiply-medium {
  background: #094549;
  mix-blend-mode: multiply;
}
.overlay.overlay-medium-right {
  background: -webkit-gradient(linear, right top, left top, from(#094549), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #094549 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-medium-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#094549), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #094549 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-medium-left {
  background: -webkit-gradient(linear, left top, right top, from(#094549), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #094549 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-medium-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#094549), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #094549 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-light-right {
  background: -webkit-gradient(linear, right top, left top, from(#949393), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #949393 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-light-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#949393), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #949393 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-light-left {
  background: -webkit-gradient(linear, left top, right top, from(#949393), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #949393 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-light-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#949393), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #949393 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-extra-light-right {
  background: -webkit-gradient(linear, right top, left top, from(#FEF6EF), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #FEF6EF 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-extra-light-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#FEF6EF), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #FEF6EF 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-extra-light-left {
  background: -webkit-gradient(linear, left top, right top, from(#FEF6EF), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #FEF6EF 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-extra-light-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#FEF6EF), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #FEF6EF 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-white-right {
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #fff 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-white-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #fff 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-white-left {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-white-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #fff 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-primary-right {
  background: -webkit-gradient(linear, right top, left top, from(#6F9A8E), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #6F9A8E 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-primary-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#6F9A8E), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #6F9A8E 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-primary-left {
  background: -webkit-gradient(linear, left top, right top, from(#6F9A8E), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #6F9A8E 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-primary-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#6F9A8E), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #6F9A8E 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-secondary-right {
  background: -webkit-gradient(linear, right top, left top, from(#CEA86A), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #CEA86A 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-secondary-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#CEA86A), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #CEA86A 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-secondary-left {
  background: -webkit-gradient(linear, left top, right top, from(#CEA86A), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #CEA86A 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-secondary-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#CEA86A), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #CEA86A 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-tertiary-right {
  background: -webkit-gradient(linear, right top, left top, from(#1A362D), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #1A362D 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-tertiary-right {
    background: -webkit-gradient(linear, left bottom, left top, from(#1A362D), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #1A362D 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-tertiary-left {
  background: -webkit-gradient(linear, left top, right top, from(#1A362D), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #1A362D 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-tertiary-left {
    background: -webkit-gradient(linear, left bottom, left top, from(#1A362D), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0, #1A362D 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}
.overlay.overlay-dark-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(44%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0) 100%);
}
.overlay.overlay-dark-top-bottom {
  background: linear-gradient(0deg, rgb(0, 0, 1) 0%, transparent 150px, transparent calc(100% - 150px), rgba(0, 0, 0, 0.8) 100%);
}
.overlay.overlay-dark-gradient-split-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-dark-gradient-split-right {
    background: rgba(0, 0, 0, 0.65);
  }
}
.overlay.overlay-dark-split-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .overlay.overlay-dark-split-right {
    background: rgba(0, 0, 0, 0.65);
  }
}

.bg-color-overlay {
  background-blend-mode: overlay;
}

.bg-color-darken {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-color-lighten {
  background-blend-mode: screen;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/****** Responsive iframes ****/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container.vertical {
  padding-bottom: 175%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

/******************************
    elements
*******************************/
/** featherlight **/
.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: block;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

blockquote {
  font-style: italic;
  font-size: 1.3rem;
  color: #6F9A8E;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  blockquote {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}
blockquote p {
  margin: 0;
}
blockquote .cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #CEA86A;
  text-align: right;
  font-style: normal;
}

::-moz-selection {
  background: #CEA86A;
  color: #fff;
}

::selection {
  background: #CEA86A;
  color: #fff;
}

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

.accordion-body img,
.entry-content img {
  border-radius: 5px;
}

.widget_media_image {
  margin-bottom: 2rem;
}

.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #fff;
  background-color: transparent;
  padding: 0.8rem 1rem;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  font-size: 1.7rem;
  opacity: 1;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  opacity: 1;
  color: #CEA86A;
}
.swiper .swiper-button-next {
  right: 1rem;
}
.swiper .swiper-button-next::after {
  content: "\f178";
}
.swiper .swiper-button-prev {
  left: 1rem;
}
.swiper .swiper-button-prev::after {
  content: "\f177";
}
.swiper .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #6F9A8E;
}

.gallery-section .slider-gallery-wrapper {
  padding-bottom: 2rem;
}
.gallery-section figure.swiper-slide {
  text-align: center;
}
.gallery-section figure a:hover img {
  opacity: 0.7;
}
.gallery-section figure .gallery-caption {
  position: absolute;
  bottom: 0.5rem;
  left: 1.2rem;
  background: #000;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
}

.cli_manage_current_consent a:not([href]):not([class]),
.cli_manage_current_consent a:not([href]):not([class]):hover,
.cli_manage_current_consent a {
  cursor: pointer;
}

#comments ol {
  list-style: none;
}
#comments .comment-list {
  padding-left: 0;
}
#comments .children {
  padding-left: 4.5rem;
}
#comments .comment-body .comment-content-wrapper {
  padding: 1.5rem 2rem;
  border-radius: 20px;
}
#comments .comment-body .comment-content-wrapper .comment-metadata a {
  color: #6F9A8E;
}
#comments .comment-body .comment-content-wrapper .comment-metadata a:hover {
  color: #000;
}
#comments .comment-body .comment-content-wrapper .comment-content {
  border-bottom: 1px solid #FEF6EF;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
#comments .comment-body .comment-content-wrapper .reply i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #6F9A8E;
  margin-right: 1rem;
  font-size: 1.3rem;
}
#comments .comment-body .comment-content-wrapper .reply a {
  color: #6F9A8E;
}
#comments .comment-body .comment-content-wrapper .reply a:hover {
  color: #000;
}

body .fdate-wrap {
  color: #000;
}

body .facetwp-facet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem;
  margin-bottom: 0;
  color: #000;
  text-align: left;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /* For IE10 */
}
body .facetwp-facet .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #6F9A8E;
}
body .facetwp-facet input[type=text] {
  line-height: 1;
}
body .facetwp-facet.facetwp-type-sort {
  position: relative;
}
body .facetwp-facet.facetwp-type-sort::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  -webkit-transition: ease-in 0.15s;
  transition: ease-in 0.15s;
}
@media (max-width: 768px) {
  body .facetwp-facet {
    display: none !important;
  }
}
body .facetwp-facet select::-ms-expand {
  display: none;
}
body .facetwp-facet select {
  padding: 8px 32px 8px 18px;
  line-height: 1;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  outline: none;
}
body .facetwp-facet.facetwp-type-slider {
  display: inline-block;
  color: #fff;
  min-width: 200px;
  vertical-align: text-top;
}
body .facetwp-facet.facetwp-type-slider .noUi-target {
  border-radius: 0;
}
body .facetwp-facet.facetwp-type-slider .noUi-horizontal {
  height: 10px;
}
body .facetwp-facet.facetwp-type-slider .noUi-handle {
  border-radius: 50%;
  background-color: #CEA86A;
  top: -6px;
}
body .facetwp-facet.facetwp-type-slider .noUi-connect {
  background-color: #6F9A8E;
}
body .facetwp-facet.facetwp-type-slider .facetwp-slider-reset {
  display: none;
}
body .facetwp-facet .fs-arrow {
  right: 10px;
}
body .facetwp-facet .facetwp-icon {
  right: 5px;
}
body .facetwp-facet .fs-wrap {
  width: 180px;
}
body .facetwp-facet .fs-wrap .fs-dropdown {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  overflow: hidden;
}
body .facetwp-facet .fs-wrap .fs-label-wrap {
  border-radius: 34px;
  padding: 2px 32px 2px 18px;
}
body .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  padding: 6px 0;
}
body .facetwp-facet .fs-dropdown .fs-search input {
  border-radius: 0;
}
body .facetwp-facet .facetwp-search {
  border-radius: 34px;
  padding: 0.3rem 0.8rem;
}
body .facetwp-facet ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
body .facetwp-facet ::-moz-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
body .facetwp-facet :-ms-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
body .facetwp-facet ::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
body .facetwp-facet ::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
body .facetwp-facet ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
body .facetwp-facet ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
body .facetwp-facet :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
body .facetwp-facet :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
body .facetwp-facet.facetwp-type-radio, body .facetwp-facet.facetwp-type-checkboxes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  color: #fff;
}
body .facetwp-facet.facetwp-type-radio .facetwp-radio,
body .facetwp-facet.facetwp-type-radio .facetwp-checkbox, body .facetwp-facet.facetwp-type-checkboxes .facetwp-radio,
body .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  line-height: 1;
  margin: 0 0.5rem;
  text-decoration: none;
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body .facetwp-facet.facetwp-type-radio .facetwp-radio.checked,
body .facetwp-facet.facetwp-type-radio .facetwp-checkbox.checked, body .facetwp-facet.facetwp-type-checkboxes .facetwp-radio.checked,
body .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox.checked {
  color: #6F9A8E;
}
body .facetwp-facet.facetwp-type-radio .facetwp-radio:hover,
body .facetwp-facet.facetwp-type-radio .facetwp-checkbox:hover, body .facetwp-facet.facetwp-type-checkboxes .facetwp-radio:hover,
body .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox:hover {
  color: #6F9A8E;
}

.facetwp-reset {
  margin: 0;
}

.facetwp-flyout-open {
  margin: 0 auto;
}

body .facetwp-flyout {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  border-right: 1px solid #949393;
}
body .facetwp-flyout h3 {
  display: none;
}
body .facetwp-flyout .facetwp-reset,
body .facetwp-flyout input[type=text],
body .facetwp-flyout .fs-wrap {
  width: 100%;
  max-width: 250px;
}
body .facetwp-flyout .facetwp-facet {
  display: block !important;
}
body .facetwp-flyout .facetwp-flyout-close {
  padding: 5px 10px;
}
body .facetwp-flyout .facetwp-flyout-wrap {
  height: calc(100% - 90px);
}

.acf-map {
  width: 100%;
  height: 200px;
  position: relative;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lightbox .lb-image {
  border: none;
  border-radius: 5px;
}

.lb-outerContainer {
  background-color: transparent;
}

table:not(.ui-datepicker-calendar) thead tr th,
table.tablepress thead tr th {
  background-color: #042224;
  color: #fff;
  white-space: nowrap;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-child(even):hover td:hover,
table:not(.ui-datepicker-calendar) tbody tr:nth-child(even):hover td,
table.tablepress tbody tr:nth-child(even):hover td:hover,
table.tablepress tbody tr:nth-child(even):hover td {
  border-top: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) td:hover,
table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) td,
table.tablepress tbody tr:nth-child(even) td:hover,
table.tablepress tbody tr:nth-child(even) td {
  border-top: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-child(odd):hover td:hover,
table:not(.ui-datepicker-calendar) tbody tr:nth-child(odd):hover td,
table.tablepress tbody tr:nth-child(odd):hover td:hover,
table.tablepress tbody tr:nth-child(odd):hover td {
  border-top: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-child(odd) td:hover,
table:not(.ui-datepicker-calendar) tbody tr:nth-child(odd) td,
table.tablepress tbody tr:nth-child(odd) td:hover,
table.tablepress tbody tr:nth-child(odd) td {
  background-color: #000;
  border-top: 1px solid #fff;
  color: #fff;
}

.modal-content {
  background-color: #042224;
  border: none;
  color: #fff;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 200;
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.modal-content .modal-header button:hover {
  background-color: transparent;
}
.modal-content .modal-body form.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.modal-content .modal-body form.search-form input {
  width: 100%;
}
.modal-content .modal-body form.search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem;
  border: none;
  background-color: transparent;
  color: #000 !important;
}
/************************
*       PAGINATION      *
*************************/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 0.9rem;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #094549;
}
.pagination a:hover {
  color: #fff;
  background: #6F9A8E;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #6F9A8E;
  color: #fff;
}

/******************************
    lists
*******************************/
.entry-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.entry-content ul li {
  margin-left: 0;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  position: relative;
}
.entry-content ul li::before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #6F9A8E;
  display: inline-block;
  position: absolute;
  left: 2px;
  font-size: 0.45rem;
  top: 0.4rem;
  font-weight: 600;
}
.entry-content ul li.gfield {
  padding-left: 0;
  background: none;
}
.entry-content ul li.gfield::before {
  display: none;
  content: "";
  background: none;
}
.entry-content ol {
  padding-left: 0;
  margin-left: 1rem;
}
.entry-content ol li {
  margin-bottom: 0.5rem;
  position: relative;
}
.entry-content ol li.gfield {
  padding-left: 0;
  background: none;
}

ul.list-white li::before {
  color: #fff !important;
}
ul.list-medium-dark li::before {
  color: #042224 !important;
}
ul.list-medium li::before {
  color: #094549 !important;
}
ul.list-primary li::before {
  color: #6F9A8E !important;
}
ul.list-secondary li::before {
  color: #CEA86A !important;
}
ul.list-border-bottom-extra-light, ul.list-border-bottom-medium {
  list-style-type: none;
  text-align: center;
}
ul.list-border-bottom-extra-light li, ul.list-border-bottom-medium li {
  border-bottom: 1px solid #094549;
  padding: 0.5rem;
  margin-bottom: 0;
}
ul.list-border-bottom-extra-light li::before, ul.list-border-bottom-medium li::before {
  display: none;
}
ul.list-border-bottom-extra-light li:last-of-type, ul.list-border-bottom-medium li:last-of-type {
  border-bottom: none;
}
ul.list-border-bottom-extra-light li {
  border-bottom: 1px solid #FEF6EF;
}

/****        layout           ****/
/******************
    sidebar
****************/
aside.sidebar div.widget {
  margin-bottom: 1rem;
}
aside.sidebar div.widget h3 {
  font-size: 1.3rem;
}
aside.sidebar div.widget input#s {
  width: 7em;
}
aside.sidebar div.widget ul {
  margin: 0 0 0 1em;
}
aside.sidebar div.widget ul li {
  list-style: disc;
  margin: 0 0 0 1px;
}
aside.sidebar div.widget ul ul {
  margin: 0 0 0 0.5em;
}
aside.sidebar div.widget ul ul li {
  list-style: circle;
}

/*****************
    footer
******************/
.footer-wrapper {
  position: relative;
}
.footer-wrapper .logo-bar .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-wrapper .logo-bar .logo-wrapper::before, .footer-wrapper .logo-bar .logo-wrapper::after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 50%;
  display: inline-block;
}
.footer-wrapper .logo-bar .logo-wrapper::before {
  margin-right: 1.5rem;
}
.footer-wrapper .logo-bar .logo-wrapper::after {
  margin-left: 1.5rem;
}
.footer-wrapper .logo-bar .logo-wrapper img {
  width: 85px;
}

#footerbar {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
#footerbar .footer-column {
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  #footerbar .footer-column {
    margin-bottom: 1.5rem;
  }
}
#footerbar p:last-child {
  margin-bottom: 0;
}
#footerbar .gform_validation_errors {
  padding-left: 0;
  padding-right: 2rem;
}
#footerbar .gform_validation_errors h2 {
  text-align: end;
}
#footerbar .gform_validation_errors h2 span {
  position: absolute;
  right: 0;
  inset-inline-start: unset;
}
#footerbar form .gform-footer {
  padding: 0;
}
#footerbar form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 992px) {
  #footerbar form .gform_fields {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 992px) {
  #footerbar form .gform_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footerbar form .gform_fields .gfield:not(#field_submit).gfield_error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footerbar form .gform_fields .gfield:not(#field_submit).gfield_error .ginput_container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#footerbar form .gform_fields .gfield:not(#field_submit).gfield_error .gfield_validation_message {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#footerbar form .gform_fields .gfield:not(#field_submit) input {
  background-color: transparent;
  color: #fff;
  border-radius: 34px;
  padding: 0.48rem 4rem 0.48rem 0.8rem;
  line-height: 1.6;
}
#footerbar form .gform_fields .gfield:not(#field_submit) label {
  color: #fff;
}
#footerbar form .gform_fields #field_submit {
  margin-left: -4rem;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  #footerbar form .gform_fields #field_submit {
    margin-left: 0;
  }
}
#footerbar form .gform_fields #field_submit input {
  color: #000;
  background-color: #fff !important;
  margin: 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
}
#footerbar form .gform_fields #field_submit input:focus, #footerbar form .gform_fields #field_submit input:hover {
  color: #fff;
  background-color: #6F9A8E !important;
  border-color: #6F9A8E !important;
}
#footerbar form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#footerbar form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#footerbar form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#footerbar form ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#footerbar form ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
#footerbar form :-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
#footerbar form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#footerbar form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
#footerbar form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#footerbar ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#footerbar ul .sub-menu {
  padding-left: 1rem;
  padding-top: 0.5rem;
}
#footerbar ul li {
  margin-bottom: 0.5rem;
}
#footerbar ul li a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
#footerbar ul li a:hover {
  color: #CEA86A;
  text-decoration: none;
}
#footerbar a:hover img {
  opacity: 0.5;
}

#footer {
  padding: 1rem 0 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #949393;
  font-size: 0.75rem;
  position: relative;
}
#footer p {
  margin-bottom: 0.5rem;
}
#footer a {
  color: #949393;
}
#footer a:hover {
  color: #fff;
}
#footer ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
#footer ul li {
  display: inline-block;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}
#footer ul li a {
  text-decoration: none;
  color: #949393;
}
#footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

/*****************
    404 page
******************/
#content-404 article {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
#content-404 article h1.entry-title.title-404 {
  display: inline-block;
  font-size: 6rem;
  color: #949393;
  margin-bottom: 0;
}
#content-404 article input {
  margin-bottom: 1rem;
}

/*****************
    layout
******************/
article.loop a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
}
article.loop a:hover .article-wrapper .feat-img-wrapper .feat-img-overlay {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#042224), to(transparent)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #042224 0%, transparent 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
article.loop a:hover .article-wrapper .feat-img-wrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
article.loop a:hover .article-wrapper h2::after {
  opacity: 1;
}
article.loop a:hover .article-wrapper .ticket-wrapper .price {
  background-color: #CEA86A;
}
article.loop a:hover .article-wrapper .link-arrow.special {
  color: #CEA86A;
  margin-right: 0.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
article.loop .article-wrapper {
  background-color: #042224;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px #1A362D;
          box-shadow: 0px 3px 10px #1A362D;
}
article.loop .article-wrapper .label {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -2rem;
  top: 1.5rem;
  padding: 0.25rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 140px;
  text-align: center;
  z-index: 99;
  line-height: 1;
  font-weight: 600;
}
article.loop .article-wrapper .feat-img-wrapper {
  position: relative;
  overflow: hidden;
}
article.loop .article-wrapper .feat-img-wrapper .feat-img-overlay {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#042224), color-stop(50%, transparent)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #042224 0%, transparent 50%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
article.loop .article-wrapper .feat-img-wrapper img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
article.loop .article-wrapper header {
  margin: 1.5rem 1.5rem 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6F9A8E;
}
article.loop .article-wrapper header h2 {
  text-transform: none;
  font-family: "rajdhani";
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0;
}
article.loop .article-wrapper header time {
  text-transform: uppercase;
}
article.loop .article-wrapper header .location,
article.loop .article-wrapper header time {
  color: #6F9A8E;
  font-size: 0.9rem;
  font-weight: 500;
}
article.loop .article-wrapper .entry-content {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 0.5rem;
}
article.loop .article-wrapper .entry-content p {
  margin-bottom: 0.5rem;
}
article.loop .article-wrapper .ticket-wrapper {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  width: 100%;
  padding-left: 1.5rem;
}
article.loop .article-wrapper .ticket-wrapper .price {
  background-color: #6F9A8E;
  color: #fff;
  padding: 0.3rem 1rem 0.3rem 1rem;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}
article.loop .article-wrapper .link-arrow.special {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-right: 0;
  margin-right: 1.5rem;
}
article.loop .article-wrapper .link-arrow.special:hover, article.loop .article-wrapper .link-arrow.special:focus, article.loop .article-wrapper .link-arrow.special:active {
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
  color: #CEA86A;
}

article.loop-hotel a .article-wrapper,
article.loop-compact a .article-wrapper,
article.loop-parties a .article-wrapper {
  padding-bottom: 2rem;
}
article.loop-hotel a .article-wrapper header .location,
article.loop-hotel a .article-wrapper header time,
article.loop-compact a .article-wrapper header .location,
article.loop-compact a .article-wrapper header time,
article.loop-parties a .article-wrapper header .location,
article.loop-parties a .article-wrapper header time {
  color: #6F9A8E;
}
article.loop-hotel a .article-wrapper .entry-content,
article.loop-compact a .article-wrapper .entry-content,
article.loop-parties a .article-wrapper .entry-content {
  padding: 0 1.5rem 3rem;
  margin-bottom: 0;
}

.loop-compact-vendor .article-wrapper img {
  border-radius: 0;
}

article.loop-compact a {
  color: #fff;
}
article.loop-compact a:hover .article-wrapper .feat-img-overlay {
  background-color: #6F9A8E;
}
article.loop-compact a:hover .article-wrapper img {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
article.loop-compact a:hover .article-wrapper .link-arrow {
  color: #fff;
}
article.loop-compact a .article-wrapper {
  padding-bottom: 0;
}
article.loop-compact a .article-wrapper .feat-img-overlay {
  z-index: 1;
}
article.loop-compact a .article-wrapper img {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
article.loop-compact a .article-wrapper header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  border-bottom: none;
}
article.loop-compact a .article-wrapper header time {
  color: #fff;
  text-transform: uppercase;
}
article.loop-compact a .article-wrapper header .link-arrow {
  margin: 0 !important;
}

article.loop-admission-ticket .article-wrapper {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #042224;
  padding: 2rem 1.5rem 1.5rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 992px) {
  article.loop-admission-ticket .article-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
article.loop-admission-ticket .article-wrapper.disabled {
  background-color: #CEA86A;
  -webkit-box-shadow: 0px 3px 10px #CEA86A;
          box-shadow: 0px 3px 10px #CEA86A;
}
article.loop-admission-ticket .article-wrapper.disabled ul li {
  border-bottom: 1px solid #FEF6EF;
}
article.loop-admission-ticket .article-wrapper .label {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -2rem;
  top: 1.5rem;
  padding: 0.25rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 140px;
  text-align: center;
  z-index: 99;
  line-height: 1;
  font-weight: 600;
}
article.loop-admission-ticket .article-wrapper header {
  border-bottom: none;
}
article.loop-admission-ticket .article-wrapper header .price {
  font-weight: 500;
}
article.loop-admission-ticket .article-wrapper header h2 {
  font-family: "rajdhani";
  font-weight: 500;
  text-transform: none;
  font-size: 1.7rem;
}
article.loop-admission-ticket .article-wrapper header h2 a:hover {
  opacity: 0.75;
}
article.loop-admission-ticket .article-wrapper .entry-content {
  font-weight: 500;
}
article.loop-admission-ticket .article-wrapper ul {
  list-style-type: none;
  text-align: center;
}
article.loop-admission-ticket .article-wrapper ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.5rem;
  margin-bottom: 0;
}
article.loop-admission-ticket .article-wrapper ul li::before {
  display: none;
}
article.loop-admission-ticket .article-wrapper ul li:last-of-type {
  border-bottom: none;
}
article.loop-admission-ticket .article-wrapper .link-arrow:hover {
  color: inherit;
  opacity: 0.75;
}

article.loop-faqs {
  border: none;
  margin-bottom: 1rem;
  border-bottom: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  background-color: #042224;
  border-radius: 5px !important;
  color: #fff;
  -webkit-box-shadow: 0px 3px 10px #042224;
          box-shadow: 0px 3px 10px #042224;
}
article.loop-faqs .accordion-header .accordion-button {
  font-family: "rajdhani";
  color: #CEA86A;
  background-color: #042224;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
article.loop-faqs .accordion-header .accordion-button.collapsed {
  color: #fff;
}
article.loop-faqs .accordion-header .accordion-button.collapsed:hover {
  color: #CEA86A;
}
article.loop-faqs .accordion-header .accordion-button::after {
  color: #fff;
  background: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
article.loop-faqs .accordion-body {
  padding: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
article.loop-faqs .accordion-body a:not(.link-arrow) {
  text-decoration: underline;
}
article.loop-faqs .accordion-body a:not(.link-arrow):hover {
  opacity: 0.75;
}
@media (max-width: 992px) {
  article.loop-faqs .accordion-body {
    padding: 0.5rem;
  }
}
article.loop-faqs .accordion-body p:last-child {
  margin-bottom: 0;
}

article.loop-vendor .article-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
article.loop-vendor h2 {
  font-size: 18px;
  text-transform: none;
  font-family: "rajdhani";
  font-weight: 500;
  margin-bottom: 0;
  text-transform: none;
}
article.loop-vendor h2 a:hover {
  color: #6F9A8E;
}
article.loop-vendor img {
  max-height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

article.loop-local-event {
  border: none;
  border-bottom: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
article.loop-local-event .accordion-header .accordion-button {
  position: relative;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  background-color: #042224;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.5rem 1.5rem 0.5rem;
  font-weight: 400;
  width: auto;
}
article.loop-local-event .accordion-header .accordion-button .toggle-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: auto;
  padding: 0;
  font-size: 0.9rem;
  color: #CEA86A;
}
article.loop-local-event .accordion-header .accordion-button .toggle-button::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-right: 0.5rem;
  font-size: 0.8em;
}
article.loop-local-event .accordion-header .accordion-button .toggle-button::after {
  display: none;
}
article.loop-local-event .accordion-header .accordion-button.collapsed {
  color: #fff;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  background-color: transparent;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgba(255, 255, 255, 0.1);
}
article.loop-local-event .accordion-header .accordion-button.collapsed:hover {
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  border-radius: 15px;
  border-color: transparent;
  background-color: #042224;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
article.loop-local-event .accordion-header .accordion-button.collapsed .toggle-button {
  color: #fff;
}
article.loop-local-event .accordion-header .accordion-button.collapsed .toggle-button::before {
  display: none;
}
article.loop-local-event .accordion-header .accordion-button.collapsed .toggle-button::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 0.8em;
  display: inline-block;
}
article.loop-local-event .accordion-header .accordion-button h2 {
  font-family: "rajdhani";
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: none;
}
article.loop-local-event .accordion-header .accordion-button::after {
  color: #fff;
  background: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: none;
}
article.loop-local-event .accordion-header .accordion-button time {
  line-height: 1;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 992px) {
  article.loop-local-event .accordion-header .accordion-button time {
    text-align: center;
  }
}
article.loop-local-event .accordion-header .accordion-button time .day {
  font-family: "shadowofxizor";
  font-size: 3rem;
}
article.loop-local-event .accordion-header .accordion-button time .month {
  text-transform: uppercase;
  font-size: 1.3rem;
}
article.loop-local-event .accordion-collapse {
  background-color: #042224;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
article.loop-local-event .accordion-collapse.show {
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  opacity: 1;
}
article.loop-local-event .accordion-collapse .accordion-body {
  padding: 1.5rem 1.5rem;
  background-color: #042224;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  article.loop-local-event .accordion-collapse .accordion-body {
    padding: 1.5rem 1rem;
  }
}
article.loop-local-event .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
article.loop-local-event .accordion-collapse a {
  color: #fff;
  text-decoration: underline;
}
article.loop-local-event .accordion-collapse a:hover {
  color: inherit;
}

article.loop-small-vendor a:hover img {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}
article.loop-small-vendor img {
  height: 150px;
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

article.loop-people .feat-img-wrapper img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.loop-people header img {
  max-height: 50px;
}
article.loop-people header h2 {
  text-transform: none;
  font-family: "rajdhani";
  font-size: 1.3rem;
  font-weight: 400;
}
article.loop-people header h5 {
  font-weight: 400;
}
article.loop-people header a {
  text-decoration: underline;
}

article.loop-hotel a:hover .article-wrapper .feat-img-wrapper img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
article.loop-hotel .article-wrapper .feat-img-wrapper {
  /*
  .overlay{
      background: $color-primary;
      mix-blend-mode: multiply;
  }
  */
}
article.loop-hotel .article-wrapper .feat-img-wrapper img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
article.loop-hotel .article-wrapper header {
  border-bottom: none;
  margin-bottom: 0;
}
article.loop-ticket-list a {
  text-decoration: none;
}
article.loop-ticket-list .entry-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
article.loop-ticket-list .entry-content header a:hover {
  color: #CEA86A;
}
article.loop-ticket-list .entry-content h2 {
  text-transform: none;
  font-family: "rajdhani";
  font-size: 18px;
  font-weight: 500;
}
article.loop-ticket-list .entry-content .price {
  font-weight: 700;
}
article.loop-ticket-list .entry-content .disabled {
  border: 1px solid #fff;
  border-radius: 34px;
  padding: 0.1rem 0.8rem;
  line-height: 1;
  font-weight: 500;
}
article.loop-ticket-list .entry-content .ticket-link {
  line-height: 1;
  font-weight: 500;
  color: inherit;
}
article.loop-ticket-list .entry-content .ticket-link .availability {
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  border: 1px solid #fff;
  padding: 0.1rem 0.8rem;
}
article.loop-ticket-list .entry-content .ticket-link .buy {
  border: 1px solid #fff;
  padding: 0.1rem 0.8rem;
  border-top-right-radius: 34px;
  -webkit-transition: padding 500ms;
  transition: padding 500ms;
  border-bottom-right-radius: 34px;
}
article.loop-ticket-list .entry-content .ticket-link .buy i {
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: margin 500ms;
  transition: margin 500ms;
}
article.loop-ticket-list .entry-content .ticket-link:hover .buy {
  padding: 0.1rem 0.8rem 0.1rem 1.3rem;
  -webkit-transition: padding 500ms;
  transition: padding 500ms;
}
article.loop-ticket-list .entry-content .ticket-link:hover .buy i {
  -webkit-transition: margin 500ms;
  transition: margin 500ms;
  margin-right: 0;
}

.single-post .article-wrapper {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.single-post .article-wrapper .feat-img-wrapper img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .single-post .article-wrapper .feat-img-wrapper img {
    max-height: 400px;
  }
}

.single-parties .archive-link {
  color: #6F9A8E;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-parties .archive-link:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0.5rem;
  color: #fff;
}
.single-parties .archive-link::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  padding-right: 0.5rem;
  font-size: 0.8em;
}
.single-parties .main-post-info {
  background-color: #042224;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
.single-parties .main-post-info.match-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-parties .main-post-info .gallery {
  padding: 0;
}
.single-parties .main-post-info .gallery img {
  width: 100%;
}
.single-parties .main-post-info .gallery .main-swiper {
  margin-bottom: 10px;
}
.single-parties .main-post-info .post-info {
  padding: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .single-parties .main-post-info .post-info {
    padding: 2.5rem 2rem;
  }
}
.single-parties .main-post-info .post-info .label {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -1rem;
  top: 1.5rem;
  padding: 0.25rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 140px;
  text-align: center;
  z-index: 99;
  line-height: 1;
  font-weight: 600;
}
.single-parties .main-post-info .post-info .event-info {
  color: #6F9A8E;
}
.single-parties .main-post-info .post-info .event-info a {
  color: #6F9A8E;
}
.single-parties .main-post-info .post-info .event-info a:hover {
  color: #CEA86A;
}
.single-parties .main-post-info .post-info time,
.single-parties .main-post-info .post-info .location {
  font-size: 0.9rem;
}
.single-parties .main-post-info .post-info .required-tickets {
  color: #6F9A8E;
  font-size: 0.9rem;
}
.single-parties .main-post-info .post-info .required-tickets a {
  color: #6F9A8E;
}
.single-parties .main-post-info .post-info .required-tickets a:hover {
  color: #CEA86A;
}
.single-parties .main-post-info .post-info .ticket-wrapper {
  padding-top: 1rem;
}
.single-parties .main-post-info .post-info .ticket-wrapper .price-wrapper {
  margin-right: -2rem;
}
.single-parties .main-post-info .post-info .ticket-wrapper .price-wrapper a {
  font-weight: 600;
}
.single-parties .main-post-info .post-info .ticket-wrapper .link-arrow {
  color: #fff;
  margin-right: 0.5rem;
}
.single-parties .main-post-info .post-info .ticket-wrapper .link-arrow:hover {
  margin-right: 0;
  color: #CEA86A;
}
.single-parties .main-post-info .post-info .ticket-wrapper .price {
  background-color: #6F9A8E;
  color: #fff;
  padding: 0.3rem 1.3rem 0.3rem 1rem;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}

.sponsor-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 13px;
}

/******************************
    Sections
*******************************/
.floating-header section.section-1 {
  padding-top: 150px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .floating-header section.section-1 {
    padding-top: 40px;
  }
}

.edit-section-button-wrapper {
  z-index: 998;
  position: relative;
  margin-bottom: -1.8rem;
  text-align: right;
}
.edit-section-button-wrapper a {
  border: 1px dashed #6F9A8E;
  color: #6F9A8E;
  background-color: #FEF6EF;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  font-size: 1rem;
  opacity: 0.7;
}
.edit-section-button-wrapper a:hover {
  background-color: #6F9A8E;
  color: #fff;
  border: 1px solid #6F9A8E;
  opacity: 1;
}

.hasbackgroundimage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .page-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.page-section.flexible-columns-section, .page-section.background-image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-section.section-large {
  min-height: 100vh;
  padding-top: 0;
}
.page-section.hasbackgroundimage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-section.hasoverlay .container {
  z-index: 1;
}
.page-section .textblockwrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-section .rowwrapper .row:first-child {
  padding-top: 1rem;
}
.page-section .rowwrapper .row:last-child {
  padding-bottom: 1rem;
}
.page-section .rowwrapper .row.no-padding {
  padding: 0 !important;
}
.page-section .content-row .item {
  margin-bottom: 2rem;
}
.page-section .next-arrow {
  z-index: 1;
  position: absolute;
  bottom: 3rem;
}

.entry-content {
  margin-bottom: 2rem;
  position: relative;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .entry-content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.entry-content.has-bg-color {
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .entry-content.has-bg-color {
    padding: 1rem;
  }
}

.popup-blocks-section a.popup-link {
  text-decoration: none;
  cursor: pointer;
}

.flexible-columns-section {
  position: relative;
}
.flexible-columns-section .row.has-bg-color {
  padding: 4rem 1rem 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 576px) {
  .flexible-columns-section .row.has-bg-color {
    padding: 4rem 0 1rem;
  }
}
.flexible-columns-section .border-bottom {
  border-bottom: 1px solid #949393;
  padding-bottom: 1rem;
}
.flexible-columns-section .container {
  position: relative;
}
.flexible-columns-section .video-bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.flexible-columns-section .video-bg-wrapper .video-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flexible-columns-section .video-bg-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flexible-columns-section .column-link {
  text-decoration: none;
  color: inherit;
}
.flexible-columns-section .column-link .entry-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem 2rem;
  border-radius: 15px;
}
.flexible-columns-section .column-link:hover .entry-content {
  background-color: rgba(111, 154, 142, 0.6);
}

/********* text image section ***********/
.text-img-section .row {
  border-radius: 10px;
}
.text-img-section .column-img .entry-content {
  height: 100%;
}
.text-img-section .column-img .img-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.text-img-section .column-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/********* text and slider section ***********/
.text-slider-section .row {
  border-radius: 10px;
}
.text-slider-section .row.has-bg-color .entry-content {
  padding: 1.5rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-slider-section .row.has-bg-color .entry-content {
    padding: 1rem;
  }
}
.text-slider-section .column-content .entry-content {
  margin-bottom: 1rem;
  margin-top: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-slider-section .column-content .entry-content {
    margin-top: 2rem;
  }
}
.text-slider-section .column-content .entry-content.rechts {
  padding-left: 1.5rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-slider-section .column-content .entry-content.rechts {
    padding-left: 0;
  }
}
.text-slider-section .column-content .entry-content.links {
  padding-right: 1.5rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-slider-section .column-content .entry-content.links {
    padding-right: 0;
  }
}
.text-slider-section .column-img {
  padding: 0;
}
.text-slider-section .column-img.content-rechts .swiper {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-slider-section .column-img.content-rechts .swiper {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.text-slider-section .column-img.content-links .swiper {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .text-slider-section .column-img.content-links .swiper {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.text-slider-section .column-img .swiper {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0rem;
  border-radius: 10px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /*
  .swiper-button-prev,
  .swiper-button-next {
      color: $color-white;
      background-color: $color-dark;
      bottom: 0;
      height: auto;
      top: auto;
      width: auto;

      &:after {
          color: $color-white;
          font-size: $font-size-md;
          opacity: 0.7;
          font-weight: 300;
          font-family: "Font Awesome 6 Pro";
      }

      &:hover {
          &:after {
              opacity: 1;
          }
      }
  }

  .swiper-button-next {
      right: 0;

      &::after {
          content: "\f178";
      }
  }

  .swiper-button-prev {
      left: auto;
      right: 50px;

      &::after {
          content: "\f177";
      }
  }
  */
}
@media (max-width: 992px) {
  .text-slider-section .column-img .swiper {
    overflow-x: hidden;
  }
}
.text-slider-section .column-img .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-slider-section .column-img .swiper .swiper-pagination {
  bottom: 1rem;
}

/********* tabs section ***********/
.tabs-section ul.nav-tabs {
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
  display: inline-block;
}
.tabs-section ul.nav-tabs a.nav-link {
  background-color: #042224;
  display: block;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 18px;
  border-bottom: none;
  -webkit-box-shadow: 0px 3px 10px #042224;
          box-shadow: 0px 3px 10px #042224;
}
.tabs-section ul.nav-tabs a.nav-link:hover, .tabs-section ul.nav-tabs a.nav-link.active {
  background-color: #6F9A8E;
  color: #fff;
  border-bottom: none;
}
.tabs-section .tab-content {
  background-color: transparent;
}
.tabs-section .tab-content .entry-content.has-bg-color {
  margin-top: 0;
  margin-bottom: 2rem;
}

/********* slider section ***********/
.slider-section .swiper {
  width: 100%;
}
.slider-section .swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-section .swiper .swiper-slide .container,
.slider-section .swiper .swiper-slide .row {
  height: 100%;
}
.slider-section .swiper .swiper-slide .container .entry-content,
.slider-section .swiper .swiper-slide .row .entry-content {
  padding: 1rem;
}
.slider-section .swiper .swiper-slide .container .entry-content.has-bg-color,
.slider-section .swiper .swiper-slide .row .entry-content.has-bg-color {
  padding: 2rem;
}

.content-animate-wrapper .content-animate-fly-in-top {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.content-animate-wrapper .content-animate-fly-in-bottom {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.content-animate-wrapper .content-animate-fly-in-left {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.content-animate-wrapper .content-animate-fly-in-right {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.content-animate-wrapper .content-animate-scale-big {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.content-animate-wrapper .content-animate-opacity {
  opacity: 0;
}

.sponsor-name {
  border-radius: 34px;
  padding: 0.2rem 1rem 0.154rem;
}