@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:400,700,900|Barlow:400,700,900|Satisfy&display=swap);

/**
 * Import all front-end CSS partials.
 *
 * This theme uses postcss-preset-env which allows for future CSS syntax to be used.
 * By default, all features are enabled.
 * https://preset-env.cssdb.org/features
 *
 * Compiles to assets/styles/theme-styles.css
 */
/* Import Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset */
*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none}
html[focus-within]{scroll-behavior:smooth}
html:focus-within{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
input,button,textarea,select{font:inherit}
@media(prefers-reduced-motion:reduce){html[focus-within]{scroll-behavior:auto}html:focus-within{scroll-behavior:auto}*,*::before,*::after{-webkit-animation-duration:.01ms !important;animation-duration:.01ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;-webkit-transition-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
/* Re-add some things that have been removed from Modern CSS Reset */
/* Some resets in addition to Modern CSS Reset */
ol[class],
ul[class] {
  list-style: none;
  padding: 0;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol[class],
p,
ul[class] {
  margin: 0;
}
body {
  scroll-behavior: smooth;
}
article > * + * {
  margin-top: 1em;
}
/* Fonts */
/* NPM */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*@import '~swiper/css/swiper.css';*/
/* Set project variables such as colors, breakpoints, etc. */
/* Custom media query to only apply animations if the user has not selected 'prefers-reduced-motion: reduce' */
@media not all and (prefers-reduced-motion: reduce) {

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0.01;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes fade-in {
    0% {
      opacity: 0.01;
    }
    100% {
      opacity: 1;
    }
  }

}
/* End of --motion media query */
/* Extra MQ to further reduce animations and transitions */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    -webkit-transition-duration: 0.001s !important;
            transition-duration: 0.001s !important;
  }
}
@-webkit-keyframes drum{
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  
  70% {
    -webkit-transform: scale(.90);
            transform: scale(.90); 
  }

  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes drum{
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  
  70% {
    -webkit-transform: scale(.90);
            transform: scale(.90); 
  }

  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/**
 * Custom Breakpoints
 *
 * Use: @media (--medium) {}
 *
 * Tip: You can nest media queries.
 * https://gist.github.com/JeremyEnglert/a48ef614dc4a193eb0a7c26d3376c13b
 *
 */
:root {
 	--xsmall:360px;
 	--small:576px;
 	--medium:768px;
 	--large:1024px;
	--sdesctop: 1200px;
 	--xlarge:1400px;
 }
/* @custom-media --motion (prefers-reduced-motion: no-preference); */
:root {
  /* Brand Colors */

  /* WTF? */
  --white: #fff;
  --black: #000;
  --green: #74f382;
  --darkgray: #233134;
  --lightgray: #3e5155;
  --lightcream: #f6f7f1;
  --cream: #d7dad3;
  --darkcream: #d6d2c0;
  --red: #89181b;
  --yellow: #f9a31a;

  /* Correct Brand Colors: */
  --black: #000000;
  --steel-light: #3e5155;
  --steel-dark: #233134;
  --off-white: #f6f7f1;
  --light-grey: #d7dad3;
  --grey: #cccccc;
  --light-blue: #d0fffe;
  --tan: #d6d2c0;
  --red: #89181b;
  --white: #ffffff;
  --orange: #f9a31a;
  --dark-red: #651214;
  --light-red: #dcc0c1;
  --light-orange: #fcd18c;

  --green: rgba(4, 231, 98, 1);
  --yellow: rgba(245, 183, 0, 1);
  --magenta: rgba(220, 0, 115, 1);
  --blue: rgba(0, 139, 248, 1);
  --lime: rgba(137, 252, 0, 1);

  --headline-color: inherit;
  --body-font-color: var(--black);
  --body-background-color: var(--white);

  --link-color: var(--dark-red);
  --link-color-hover: var(--red);
  --link-color-active: var(--orange);

  --button-color: var(--white);
  --button-background-color: var(--magenta);
  --button-border-color: var(--magenta);
  --button-hover-color: var(--white);
  --button-hover-background-color: var(--blue);
  --button-active-color: var(--white);
  --button-active-background-color: var(--green);

  --hero-font-color: var(--cream);
  --hero-background: var(--black);

  --primary-gradient: linear-gradient(to bottom, #6666ff, var(--red));

  --input-background: var(--cream);
  --input-color: var(--black);
  --input-placeholder-color: var(--dark-cream);
}
:root {
  --font1: 'Barlow', sans-serif;
  --font2: 'Barlow Condensed', sans-serif;
  --font3: 'Satisfy', cursive;

  --body-font-family: var(--font1);

  --font-weight-book: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;

  --button-font-size: 18px;
  --paragraph-large-font-size: 25px;

  --font-size-h1: 40px;
  --font-size-h1-desktop: 60px;
  --font-size-h2: 40px;
  --font-size-h3: 30px;
  --font-size-h4: 24px;
  --font-size-h5: 16px;
  --font-size-h6: 25px;
  --font-size-subhead: 24px;
}
:root {
  --global-width: 1004px;
  --global-width-wide: 1129px;
  --global-width-narrow: 807px;

  --adams-width: 420px;
  --content-width-small: 560px;
  --content-width-narrow: var(--global-width-narrow);
  --container-width: var(--global-width);

  --spacer: 15px;
  --edge-space: 40px;

  --site-logo-width: 75px;
  --hero-backdrop-height: 800px;

  --input-padding-y: 20px;
  --input-padding-x: 23px;
  --input-padding: var(--input-padding-y) var(--input-padding-x);
  --input-border-size: 2px;
  --input-border-radius: 2px;
  --form-spacer: 22px;
  --form-spacer-half: calc(var(--form-spacer) / 2);

  --button-border-radius: 0;
  --button-border-width: 3px;

  --transition-duration: 150ms;
  --transition-timing-function: linear;

  --header-z-index: 10;

  --shell-padding: 16px;
}
/* Base Styles */
/************************************************

Global

Place generic, global styles here.

*************************************************/
* {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
*::-moz-selection {
	background-color: rgba(4, 231, 98, 1);
	background-color: var(--green);
}
*::selection {
	background-color: rgba(4, 231, 98, 1);
	background-color: var(--green);
}
/* *:focus {
	outline: 1px dotted var(--green);
} */
html {
  height: 100%
}
html.nav-is-open {
		overflow: hidden !important;
		padding-right: var(--scrollbar-padding);
	}
img {
	width: 100%;
	height: auto;
}
body,
html {
  overflow-x: hidden;
  margin: 0;
}
body {
	color: #000000;
	color: var(--body-font-color);
	background-color: #ffffff;
	background-color: var(--body-background-color);
	font-family: 'Barlow', sans-serif;
	font-family: var(--font1);
  	min-height: 100%;
  	font-size: 16px;
  	line-height: 1.5;
  	letter-spacing: 0.03em;
}
p { margin-bottom: 24px; }
h4  { letter-spacing: 0.03em; line-height: 1.21; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 20px; font-family: 'Barlow Condensed', sans-serif; font-family: var(--font2); font-weight: 900; line-height: 1.2; margin-top: 0; }
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child { margin-bottom: 0; }
h1,h2,h3,h4,h5,h6, .subhead {
	line-height: 1.2;
	font-weight: 900;
	font-weight: var(--font-weight-black);
	color: inherit;
	color: var(--headline-color);
}
h1, .h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-family: var(--font2);
	font-size: 40px;
	font-size: var(--font-size-h1)
}
@media (min-width: 768px) {
h1, .h1 {
  	font-size: 60px;
  	font-size: var(--font-size-h1-desktop)
}
  }
h2, .h2 {
	font-size: 40px;
	font-size: var(--font-size-h2);
}
h3, .h3 {
	font-size: 30px;
	font-size: var(--font-size-h3);
}
h4, .h4 {
	font-size: 24px;
	font-size: var(--font-size-h4);
}
h5, .h5 {
	font-size: 16px;
	font-size: var(--font-size-h5);
}
h6, .h6 {
	font-size: 25px;
	font-size: var(--font-size-h6);
}
.subhead {
	font-size: 24px;
	font-size: var(--font-size-subhead);
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}
.entry-content {
	color: #000000;
	color: var(--black);
}
a:not(.btn), a[href^="tel"] {
	color: #651214;
	color: var(--link-color)
}
a:not(.btn):hover, a[href^="tel"]:hover {
		color: #89181b;
		color: var(--link-color-hover);
	}
a:not(.btn):active, a[href^="tel"]:active {
		color: #f9a31a;
		color: var(--link-color-active);
	}
a.alt {
	--link-color: var(--white);
	--link-color-hover: var(--light-gray);
	--link-color-active: var(--dark-gray);
}
/* ------------------------------------------------------------ *\
  Btn
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-family: var(--font2);
  text-transform: uppercase;
  font-size: 24px; 
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.5; 
  padding: 5px 5px;
  width: 100%;
  background-color: #89181b;
  background-color: var(--red);
  color: #ffffff;
  color: var(--white);
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s
}
.btn:hover {
    background-color: #ffffff;
    background-color: var(--white); 
    color: #89181b; 
    color: var(--red);
    border-color: #89181b;
    border-color: var(--red);
  }
.btn + .btn {
    margin-top: 16px
  }
@media(min-width: 1024px){
      .btn + .btn {
        margin: 0 0 0 32px;
      }    
    }
@media(min-width: 1024px){
    .btn {
      max-width: 300px;
      padding: 5px 10px;
    }
  }
/* Btn White */
.btn--white {
  border-color: #89181b;
  border-color: var(--red);
  color: #89181b;
  color: var(--red);
  background-color: #ffffff;
  background-color: var(--white)
}
.btn--white:hover {
    border-color: #89181b;
    border-color: var(--red);
    color: #ffffff;
    color: var(--white);
    background-color: #89181b;
    background-color: var(--red); 
  }
/* Btn Secondary */
.btn--secondary {
    font-size: 14px;
    padding: 3px 5px;
    -webkit-transition: border .3s, background .3s, color .3s;
    transition: border .3s, background .3s, color .3s
}
@media(min-width: 1024px){
      .btn--secondary {
        font-size: 16px; 
        padding: 9px 25px;
      }
    }
.btn--secondary:hover {
      background-color: rgba(4, 231, 98, 1);
      background-color: var(--green);
      border-color: rgba(4, 231, 98, 1);
      border-color: var(--green);
      color: #233134;
      color: var(--darkgray);
    }
/* btn--active */
.btn--active {
  color: #233134;
  color: var(--darkgray);
  background-color: rgba(4, 231, 98, 1);
  background-color: var(--green); 
}
/* Btn small */
.btn--small {
  padding: 5px 24px;
  font-size: 14px; 
}
/* btn popup */
.btn--popup {
  max-width: 242px;
}
/* Btn Medium */
@media(min-width: 1024px){
    .btn--medium {
      max-width: 356px;
      padding: 10px;
      font-size: 16px;    
    }
  }
@media(min-width: 1024px){
    .btn--block {
      padding: 10px;
      display: block; 
      max-width: 100%;
      width: 100%;
      font-size: 16px; 
    }
  }
/* ------------------------------------------------------------ *\
  Btn Close
\* ------------------------------------------------------------ */
.btn-close {
  display: none; 
}
@media(min-width: 1024px){
body.has-active-nav .btn-close {
    display: block;
    width: 20px; 
    height: 20px;
    position: fixed;
    top: 38px;
    right: 38px;
  }
}
/* ------------------------------------------------------------ *\
  Btn Scroll
\* ------------------------------------------------------------ */
.btn-scroll {
  display: inline-block;
  position: fixed;
  z-index: 10;
  height: 34px; 
  width: 32px;
  right: 16px;
  top: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%)
}
.btn-scroll img {
    height: 100%;
    width: auto;
  }
@media(min-width: 1024px){
    .btn-scroll {
      height: 50px; 
      width: 48px;
      right: 64px;
    }
  }
/* ------------------------------------------------------------ *\
  # Form
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }
/*remove comment to hide arrow in IE11*/
/*select::-ms-expand {
    display: none;
}*/
/* ------------------------------------------------------------ *\
    Gravity Forms Reset
\* ------------------------------------------------------------ */
/* Gform Reset*/
.gform_wrapper.gform_wrapper,
.gform_wrapper.gform_wrapper .gform_heading,
.gform_wrapper.gform_wrapper .gform_heading .gform_title,
.gform_wrapper.gform_wrapper .gform_body,
.gform_wrapper.gform_wrapper .gform_footer,
.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button,
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description { padding: 0; margin: 0; font-size: 15px; font-family: (--font1); font-weight: 400; margin-bottom: 0; }
.gform_wrapper .gform_footer { position: relative; text-align: center; margin-top: 8px !important; }
.gform_wrapper .gform_footer .gform_ajax_spinner { position: absolute; top: 50%; padding: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%);  }
.gform_wrapper .gform_body .gform_fields { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { width: 100%; max-width: 100% !important; margin-bottom: 0 !important;
 margin-top: 0 !important; border: 0; background-color: transparent; position: relative; }
.gform_wrapper .gform_body .gform_fields .gfield--medium,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error { width: 50%; max-width: 50%; }
.gform_wrapper .gform_body .gform_fields .gfield--small,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--small.gfield_error { width: 33.33%; max-width: 33.33%; }
/* reset base fields to 100%*/
.gform_wrapper .gform_body .gform_fields .gfield--address,
.gform_wrapper .gform_body .gform_fields .gfield--name,
.gform_wrapper .gform_body .gform_fields .gfield--date,
.gform_wrapper .gform_body .gform_fields .gfield--rangeslider,
.gform_wrapper .gform_body .gform_fields .gfield--consent,
.gform_wrapper .gform_body .gform_fields .gfield--section,
.gform_wrapper .gform_body .gform_fields .gfield--html,
.gform_wrapper .gform_body .gform_fields .gfield--checkbox,
.gform_wrapper .gform_body .gform_fields .gfield--radio,
.gform_wrapper .gform_body .gform_fields .gfield--large,
.gform_wrapper .gform_body .gform_fields .gfield--fileupload,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--address.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--name.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--date.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--rangeslider.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--consent.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--section.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--html.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--checkbox.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--radio.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--fileupload.gfield_error,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--large.gfield_error { width: 100%; max-width: 100%; }
.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top: 0; }
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] { line-height: normal; line-height: initial; min-height: 0; min-height: initial; width: auto; }
/* ------------------------------------------------------------ *\
    Gravity Forms Deafult Style
\* ------------------------------------------------------------ */
/* Base */
.gform_wrapper.gform_wrapper {  }
.gform_wrapper.gform_wrapper .gform_heading {  }
.gform_wrapper.gform_wrapper .gform_heading .gform_title {  }
.gform_wrapper.gform_wrapper span.gform_description {  }
/* Fields */
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {  }
.gform_wrapper .gform_body .gform_fields { margin: 0 -15px !important; }
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { padding: 0 15px; margin-bottom: 10px !important; }
.gform_wrapper .gform_body .gform_fields .gfield,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error {  }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%; height: 40px; padding: 0 15px; border: 1px solid #d7dad3; border: 1px solid var(--cream); border-radius: 3px; font-weight: inherit; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea { height: 254px; resize: none; padding: 15px;  }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select { padding: 0 15px; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-ms-expand { display: none; }
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple="multiple"] { padding: 15px;   }
/* Checkbox and Radio */
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input[type=radio] { display: none; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label { position: relative; padding-left: 20px; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before { width: 14px; height: 14px; border: 1px solid $c-grey; background-color: $c-white; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { display: none; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label { font-weight: 400; }
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li input:checked + label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li input:checked + label:after { display: block; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:before,
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { border-radius: 100%; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after,
.gform_wrapper .gform_body .gform_fields ul.gfield_checkbox li label:after { left: 2px; width: 10px; height: 10px; background: grey; }
.gform_wrapper .gform_body .gform_fields ul.gfield_radio li label:after { border-radius: 100%; }
/* Datepicker */
.ui-datepicker { display: none; }
.ui-datepicker .ui-datepicker-title { background-color: #babab4; }
.ui-datepicker select { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0 5px; border: 0; background: transparent; }
.ui-datepicker select::-ms-expand { display: none; }
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev { position: relative; background: transparent; }
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before { content: ''; position: absolute; top: 50%; left: 50%; border: solid; border-width: 5px 5px 0; border-color: #fff transparent transparent; }
.ui-datepicker .ui-datepicker-prev:before { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.ui-datepicker .ui-datepicker-next:before  { -webkit-transform: translate(-50%, -50%) rotate(-90deg); transform: translate(-50%, -50%) rotate(-90deg); }
.ui-datepicker .ui-datepicker-header { background: blue; }
.ui-datepicker .ui-datepicker-calendar thead,
.ui-datepicker .ui-datepicker-calendar tbody td,
.ui-datepicker .ui-datepicker-calendar .ui-state-default { background: #fff; text-shadow: none !important; -webkit-box-shadow: none; box-shadow: none; }
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover { background: blue; color: #fff; }
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-default { background: gray !important; color: #fff !important; }
.ui-datepicker .ui-datepicker-calendar .ui-state-active { border: 0; background: blue; color: #fff; margin: 0; }
/* Footer */
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
  font-family: 'Barlow Condensed', sans-serif;
  font-family: var(--font2); font-size: 14px; line-height: 1.71; letter-spacing: 0.03em; font-weight: 900; text-transform: uppercase; color: #ffffff; color: var(--white); background-color: #89181b; background-color: var(--red);
   width: 100%; height: 48px; text-align: center; border: 1px solid #89181b; border: 1px solid var(--red); border-radius: 3px; -webkit-transition: all .3s; transition: all .3s; margin-bottom: 0;  }
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit]:hover { background-color: #ffffff; background-color: var(--white); color: #89181b; color: var(--red); }
/* Spinner */
.gform_wrapper .gform_footer .gform_ajax_spinner { width: 15px; height: 15px;  top: 20px; right: -15px; }
/* Error States */
.gform_wrapper.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper.gform_wrapper div.validation_error { border-color: #89181b; border-color: var(--red); background-color: transparent; }
.gform_wrapper.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper div.validation_error,
.gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper.gform_wrapper .gfield_required { color: #89181b; color: var(--red); -webkit-transition: all .3s; transition: all .3s; width: 100%; }
.gform_wrapper.gform_wrapper .gfield_required { display: none; }
.gform_wrapper.gform_wrapper .validation_message {}
.gform_wrapper.gform_wrapper .gfield_required {}
.gform_wrapper.gform_wrapper div.validation_error{ display: none; }
.gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container select,
.gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { }
/* Confirmation */
.gform_confirmation_wrapper .gform_confirmation_message { text-align: center; }
$breakpoint-mobile{
  .gform_wrapper .gform_body .gform_fields .gfield--medium,
  .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield--medium.gfield_error { width: 100%; }
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select:before { content: ''; display: block; width: 10px; height: 18px; position: absolute; top: 12px; right: 15px;
background-image: url(../svg/arrows-field.svg); background-repeat: no-repeat; background-position: center; background-size: contain; pointer-events: none; }
/* ------------------------------------------------------------ *\
  Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  padding: 32px 0 16px;
  text-align: center
}
.form-subscribe h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-family: var(--font2);
    letter-spacing: 1.2;
    margin-bottom: 21px;
    text-transform: uppercase
  }
.form-subscribe h2:last-child {
      margin-bottom: 0;
    }
.form-subscribe .form__head {
    max-width: 224px;
    margin: 0 auto 18px
  }
@media(min-width: 1024px){
      .form-subscribe .form__head {
        max-width: 100%;
      }
    }
.form-subscribe .form__body {
    color: #233134;
    color: var(--darkgray);
  }
.form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .gfield_label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
   overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
  .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
  .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield,
  .form-subscribe .gform_wrapper .gform_body .gform_fields .gfield .ginput_container { margin-bottom: 0 !important; }
.form-subscribe .gform_wrapper.gform_wrapper .gfield_error .gfield_label,
  .form-subscribe .gform_wrapper.gform_wrapper .validation_message,
  .form-subscribe .gform_wrapper.gform_wrapper div.validation_error,
  .form-subscribe .gform_wrapper.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
  .form-subscribe .gform_wrapper.gform_wrapper li.gfield_error ul.gfield_checkbox,
  .form-subscribe .gform_wrapper.gform_wrapper li.gfield_error ul.gfield_radio,
  .form-subscribe .gform_wrapper.gform_wrapper .gfield_required { color: red; }
@media(min-width: 1024px){
    .form-subscribe {
      max-width: 440px;
      margin: 0 auto;
    }

    .form-subscribe h2 {
      font-size: 40px;
    }

    .form-subscribe .gf_browser_chrome.gform_wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }

    .form-subscribe .gform_wrapper form { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex;  }

    .form-subscribe .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input.button,
    .form-subscribe .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_footer input[type=submit],
    .form-subscribe .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input.button,
    .form-subscribe .gform_wrapper.gform_wrapper.gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] { margin-bottom: 0; height: 40px; }

    .form-subscribe .gform_wrapper .gform_body { width: 77.27%; padding-right: 12px; }
    .form-subscribe .gform_wrapper .gform_footer { width: 22.73%; -ms-flex-negative: 0; flex-shrink: 0; }

    .form-subscribe .gform_wrapper .gform_footer { margin-top: 0px !important; }

  }
.form-subscribe--secondary {
  max-width: 100%;
  border: 0;
  padding: 0
}
.form-subscribe--secondary .form__head {
    max-width: 100%;
    margin-bottom: 21px;
  }
@media(min-width: 1024px){
    .form-subscribe--secondary .form__head {
      padding: 0 50px;
      margin-bottom: 34px;
    }
  }
/* ------------------------------------------------------------ *\
  Form Reservation
\* ------------------------------------------------------------ */
.form-reservation .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
  .form-reservation .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right { display: block; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; margin-top: 10px; }
.form-reservation .gform_wrapper .gform_body .gform_fields .gfield .gfield_label span.gfield_required { display: none; }
.form-reservation .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
  .form-reservation .gform_wrapper .gform_body .gform_fields .gfield label { font-size: 16px; font-family: (--font1); font-weight: 400; margin-bottom: 8px; }
.form-reservation .gform_wrapper .gform_body .gform_fields .gfield.label_hidden .gfield_label_before_complex { display: none; }
.form-reservation .gform_wrapper .gform_body .gform_fields .gfield,
  .form-reservation .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { margin-bottom: 10px !important; }
.form-reservation .gform_wrapper .gform_body .gform_fields .gfield:last-child,
    .form-reservation .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error:last-child { margin-bottom: 0 !important; }
.form-reservation .gform_body .gform_fields .gfield .ginput_container { margin-bottom: 4px; }
.form-reservation .gform_wrapper .gform_body .gform_fields .gfield .gfield_description  { font-size: 14px; line-height: 1.5; letter-spacing: 0.5px;  }
.form-reservation .gform_wrapper.gform_wrapper .gform_heading { display: none; }
.form-reservation .gform_wrapper.gform_wrapper .gform_footer { margin-bottom: 0; margin-top: 17px !important; }
@media(min-width: 1024px){
    .form-reservation .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
    .form-reservation .gform_wrapper .gform_body .gform_fields .gfield label { margin-bottom: 3px; line-height: 1.5; font-size: 16px;  }

    .form-reservation .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea { height: 254px; }

    .form-reservation .gform_wrapper.gform_wrapper .gform_footer { margin-top: 15px !important; }

  }
/* ------------------------------------------------------------ *\
  Form Search
\* ------------------------------------------------------------ */
.form-search input {
    width: 100%;
    height: 40px;
    border: 1px solid #cbcbcb;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #233134;
    color: var(--darkgray);
    font-weight: 400;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
  }
.form-search .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }
@media(min-width: 1024px) {
      .form-search .form__body {
        margin: -12px;
      }
    }
.form-search .form__row {
    width: 100%;
    margin-bottom: 16px
  }
.form-search .form__row:last-child {
      margin-bottom: 0;
    }
@media(min-width: 1024px) {
      .form-search .form__row {
        width: 50%;
        padding: 12px;
        margin-bottom: 0;
      }
    }
.form-search .form__controls {
    position: relative;
  }
.form-search .form__row--search .form__controls i.ico-search {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(../../source/svg/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 999;
  }
.form-search .form__row--search.selected .form__controls i.ico-search {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../../source/svg/icons/x-icon.svg);
    background-size: 24px
  }
@media(min-width: 1024px) {
      .form-search .form__row--search.selected .form__controls i.ico-search {
        top: 13px;
        right: 12px;
        width: 16px;
        height: 16px;
        background-size: 16px;
      }
    }
.form-search .select {
     position: relative;

  }
.form-search .select select {
    -webkit-appearance:none; -moz-appearance:none; appearance:none;
    background-color: #fff;
  }
.form-search .select select::-ms-expand { display: none; }
.form-search .form__row--select .form__controls i.ico-close {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 15px;
    background-image: url(../svg/arrows-field.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 999;
  }
.form-search .form__row--select.selected .form__controls i.ico-close {
    display: block;
    position: absolute;
    background-image: url(../../source/svg/icons/x-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-size: 24px
  }
@media(min-width: 1024px) {
      .form-search .form__row--select.selected .form__controls i.ico-close {
        top: 13px;
        right: 12px;
        width: 16px;
        height: 16px;
        background-size: 16px;
      }
    }
#search-clear { display: none; }
/* ------------------------------------------------------------ *\
  Form Contact
\* ------------------------------------------------------------ */
.form-contact p {
    margin-bottom: 10px;
  }
.form-contact strong {
    text-transform: capitalize;
  }
.form-contact .gform_wrapper.gform_wrapper span.gform_description,
  .form-contact .gform_wrapper.gform_wrapper .gform_heading { margin-bottom: 0; }
.form-contact .gform_wrapper .gform_body .gform_fields .gfield .gfield_label { font-size: 14px; line-height: 1.2;}
.form-contact .gform_wrapper .gform_body .gform_fields .gfield,
  .form-contact .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { margin-bottom: 0px !important; }
.form-contact .gform_wrapper .gform_body .gform_fields .gfield:last-child,
  .form-contact .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error:last-child { margin-bottom: 0 !important; }
@media(min-width: 1024px){

    .form-contact .gform_wrapper.gform_wrapper .gform_body { margin-bottom: 0 !important; }

    .form-contact .gform_wrapper .gform_body .gform_fields .gfield,
    .form-contact .gform_wrapper.gform_wrapper.gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error { margin-bottom: 12px !important; }
  }
/* ------------------------------------------------------------ *\
  Search Form
\* ------------------------------------------------------------ */
.search-form { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.search-form input { height: 30px; margin-left: 5px; border: 1px solid #d7dad3; border: 1px solid var(--cream); }
.search-form #search-field { padding: 3px 5px; }
@media(max-width: 1024px){
  .search-form label { width: 100%; text-align: center; }
  .search-form input { width: 100%; margin: 0 0 10px 0; }
  .search-form input:last-child { margin-bottom: 0; }

  .search-form #search-field { padding: 3px 5px; width: 100%; }
}
.hide {
  display: none !important;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.visually-hidden {
  /* stylelint-disable-next-line */
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
@media (min-width: 1024px) {
.mobile-only {
    display: none !important
}
  }
@media (max-width: 991px) {
.desktop-only {
    display: none !important
}
  }
/* Background Images */
.background-image {}
.full-size {
  height: 100%;
  width: 100%;
}
.background-cover, .background-image, [data-responsive-background] {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
[data-responsive-background-image] {
  /* display: none; */
  opacity: 0.001;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.paragraph-large {
  font-size: 25px;
  font-size: var(--paragraph-large-font-size);
}
.impact-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-family: var(--font2);
  font-size: 45px;
  line-height: 1.25;
}
.full-width {
  width: 100%;
}
.text-center {
  text-align: center;
}
.bold {
  font-weight: 700;
  font-weight: var(--font-weight-bold);
}
.container, ul.container, .entry-content {
  margin-left: auto;
  margin-right: auto;
}
.container, ul.container {
  max-width: 1004px;
  max-width: var(--container-width);
}
.entry-content {
  max-width: 807px;
  max-width: var(--content-width-narrow);
}
.container--half-right {
  margin-right: auto;
  max-width: calc(1004px / 2);
  max-width: calc(var(--container-width) / 2);
}
.container--half-left {
  margin-left: auto;
  max-width: calc(1004px / 2);
  max-width: calc(var(--container-width) / 2);
}
@media (min-width: 768px) {
.side {
    width: 50%
}
  }
.content-wrapper {
  padding-left: 40px;
  padding-left: var(--edge-space);
  padding-right: 40px;
  padding-right: var(--edge-space);
}
/**
 * Main navigation styles.
 * 
 */
.main-navigation-wrapper .main-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-orient: vertical; 
        -webkit-box-direction: normal; 
            -ms-flex-direction: column; 
                flex-direction: column; 
        margin: 0;
        padding: 0

    }
@media (min-width: 768px) {
.main-navigation-wrapper .main-navigation {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row

    }
        }
.main-navigation-wrapper .main-navigation li {
            list-style: none;
        }
.main-navigation-wrapper .main-navigation a {
            margin-right: 2rem;
        }
.main-navigation-wrapper .main-navigation .menu-item-has-children > a {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center
            }
.main-navigation-wrapper .main-navigation .menu-item-has-children > a:after {
                    content: "";
                    display: inline-block;
                    border-bottom: 1px solid #000;
                    border-right: 1px solid #000;
                    height: 0.25rem;
                    width: 0.25rem;
                    margin-left: 0.5rem;
                    -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                }
.main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu {
                display: none;
            }
.main-navigation-wrapper .main-navigation .menu-item-has-children.open > .sub-menu  {
                display: block;
            }
.main-navigation-wrapper .main-navigation button {
            background: transparent;
            border: 0;
        }
.icon, .svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.icon--wide {
  width: 40px;
}
/* Component Styles */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
	border-top: 1px solid #233134;
	border-top: 1px solid var(--darkgray)
}
.accordion .accordion__section {
		border-bottom: 1px solid #233134;
		border-bottom: 1px solid var(--darkgray);
	}
.accordion .accordion__head {
		position: relative;
		cursor: pointer;
		padding: 16px 0
	}
@media(min-width: 1024px){
			.accordion .accordion__head {
				padding: 32px 0;
			}
		}
.accordion .accordion__head h5 {
		font-family: 'Barlow', sans-serif;
		font-family: var(--font1); 
		font-weight: 700;
		letter-spacing: 0.5px;
		padding-right: 25px;
		margin-bottom: 0;
		position: relative;
	}
.accordion .accordion__head:before {
		content: '';
		display: block; 
		width: 12px; 
		height: 8px;
		position: absolute; 
		right: 7px; 
		top: 50%; 
		-webkit-transform: translateY(-50%) rotate(180deg); 
		        transform: translateY(-50%) rotate(180deg); 
		-webkit-transition: all .3s; 
		transition: all .3s;
		background-image: url(../svg/chevron_up.svg);
		background-repeat: no-repeat;  
		background-position: center; 
		background-size: contain; 

	}
.accordion .active .accordion__head:before {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
.accordion .accordion__body {
		padding-bottom: 16px
	}
@media(min-width: 1024px){
			.accordion .accordion__body {
				padding-bottom: 32px;
			}
		}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
	color: #ffffff;
	color: var(--white);
	background-color: #89181b;
	background-color: var(--red);
	padding: 8px 0;
	font-family: 'Barlow', sans-serif;
	font-family: var(--font1);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0 21px
}
@media(min-width: 1024px){
		.bar {
			font-size: 14px; 
			padding: 6px 0;
			font-weight: 400;
			padding: 0 69px;
		}
	}
/* ------------------------------------------------------------ *\
	Background
\* ------------------------------------------------------------ */
.background { 
	background: no-repeat center / cover; width: 100%; overflow: hidden
}
.background img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
	font-family: 'Barlow', sans-serif;
	font-family: var(--font1)

}
.contacts .contacts__action {
		margin-bottom: 16px
	}
.contacts .contacts__action:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.contacts .contacts__action {
				margin-bottom: 32px;
			}
		}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
	padding-top: 56px
}
@media(min-width: 1024px){
		.content {
			padding-top: 81px;
		}
	}
/* Content Secondary */
.content--secondary {
	padding-top: 0;
}
.post-not-found {
	text-align: center;
	padding-bottom: 30px;
}
/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */
.events .event__item:nth-child(even) {
		background-color: rgba(0,0,0,.2);
	}
.events .event__item.style--dark {
		--link-color: var(--white);
		background-color: #233134;
		background-color: var(--darkgray);
		color: #ffffff;
		color: var(--white)
	}
.events .event__item.style--dark .event-presented-by,
		.events .event__item.style--dark .event-title,
		.events .event__item.style--dark h2,
		.events .event__item.style--dark h4,
		.events .event__item.style--dark h5 {
			--link-color: var(--white);
		  --link-color-hover: var(--off-white);
			color: #ffffff;
			color: var(--white);
		}
.events .event__item.style--dark +.event__item.style--dark {
			border-top: 1px solid #EEEBE4;
		}
/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
.event {
	padding: 32px 0;
	text-align: center
}
@media(min-width: 1024px){
		.event {
			padding: 64px 0;
		}
	}
.event h2,
	.event h4,
	.event h5 {
		margin-top: 0;
	}
.event h5 {
		text-transform: uppercase;
		color: #89181b;
		color: var(--red);
		font-family: 'Barlow', sans-serif;
		font-family: var(--font1);
		font-size: 20px;
		letter-spacing: 0.5px;
		line-height: 1.2;
		margin-bottom: 16px
	}
.event h5:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.event h5 {
				margin-bottom: 21px;
			}
		}
.event p {
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.03em;
		margin-bottom: 4px
	}
.event p:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.event p {
				font-size: 16px;
				margin-bottom: 10px;
			}
		}
.event .btn {
		margin-bottom: 14px
	}
.event .btn:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.event .btn {
				margin-bottom: 32px;
			}
		}
.event h2 {
		font-size: 40px;
		text-transform: uppercase;
		line-height: 1;
		letter-spacing: 0.5px;
		margin-bottom: 16px
	}
.event h2:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.event h2 {
				font-size: 50px;
			}
		}
@media(min-width: 1400px){
			.event h2 {
				font-size: 60px;
			}
		}
.event h4 {
		color: #3e5155;
		color: var(--lightgray);
		text-transform: uppercase;
		font-size: 24px;
		line-height: 1.21;
		margin-bottom: 16px;
		letter-spacing: 0.5px
	}
.event h4:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.event h4 {
				font-size: 30px;
			}
		}
.event .event__head {
		margin-bottom: 16px
	}
.event .event__head:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.event .event__head {
				margin-bottom: 32px;
			}
		}
.event .event__head p {

		margin-bottom: 21px
	}
.event .event__head p:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.event .event__head p {
				font-size: 16px;
				margin-bottom: 18px;
				letter-spacing: 0.5px;
			}
		}
.event .event__image {
		margin-bottom: 16px
	}
.event .event__image:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.event .event__image {
				margin-bottom: 32px;
			}
		}
.event .event__image img {
		width: 100%
	}
@media(min-width: 1024px) {
			.event .event__image img {
				max-width: 600px;
				margin: 0 auto;
			}
		}
.event .event__brand {
		text-align: center;
		margin-bottom: 16px
	}
.event .event__brand:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.event .event__brand {
				margin-bottom: 32px;
			}
		}
.event .event__brand img {
		width: 64px;
		margin: 0 auto;
	}
.event .event__brand--secondary img {
		width: 96px;
	}
@media(min-width: 1024px) {
			.event .event__content {
				text-transform: uppercase;
				font-size: 16px;
			}
		}
/* Event Secondary */
.event--secondary {
	padding: 16px 0
}
@media(min-width: 1024px){
		.event--secondary {
			padding: 13px 0;
		}
	}
@media(min-width: 1024px){
	    .event--secondary h5 {
	   		text-transform: capitalize;
	    }
	  }
.event--secondary .event__actions {
		display: none
	}
@media(min-width: 1024px){
			.event--secondary .event__actions {
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				display: block;
			}
		}
.event--secondary .event__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
@media(min-width: 1024px){
			.event--secondary .event__inner {
				max-width: 600px;
				margin: 0 auto;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
			}
		}
.event--secondary .event__brand {
		width: 34%;
		margin-bottom: 0;
		padding-right: 16px
	}
@media(min-width: 1024px){
			.event--secondary .event__brand {

				width: 64px;
				height: auto;
				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;
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				padding: 0;
			}
		}
.event--secondary .event__brand .btn, .event--secondary .event__brand .btn--small {
		padding-left: 10px;
		padding-right: 10px
	}
@media(min-width: 1024px){
.event--secondary .event__brand .btn, .event--secondary .event__brand .btn--small {
			display: none
	}
		}
.event--secondary .event__brand img {
		margin-bottom: 7px
	}
.event--secondary .event__brand img:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.event--secondary .event__brand img {
				margin-bottom: 0;
			}
		}
.event--secondary .event__head {
		width: 66%;
		text-align: left;
		margin-bottom: 0
	}
@media(min-width: 1024px){
			.event--secondary .event__head {
				width: 100%;
				padding: 0 32px;
			}
		}
.event--secondary h5 {
		font-size: 17px;
		font-weight: 400;
		text-transform: none;
	}
.event--secondary h2  {
		font-size: 18px;
		font-weight: 900;
	}
.event--secondary h4  {
		font-size: 16px;
		font-weight: 900;
	}
.event--secondary p {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 400;
	}
.event--secondary h2,
	.event--secondary h4,
	.event--secondary h5 {
		margin-bottom: 8px
	}
.event--secondary h2:last-child, .event--secondary h4:last-child, .event--secondary h5:last-child {
			margin-bottom: 0;
		}
.blog .event--secondary .event__head {
			width: 100%;
		}
/* ------------------------------------------------------------ *\
	Events Calendar
\* ------------------------------------------------------------ */
.events-calendar {
	padding: 32px 0;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-family: var(--font2);
	letter-spacing: 1.2;
	text-align: center;
	min-height: 550px
}
@media(min-width: 1024px){
	    .events-calendar {
			padding: 64px 0;
	    }
	  }
@media(min-width: 1024px){
			.events-calendar span > a {
				margin-bottom: 8px;
			}
		}
.events-calendar p {
		font-size: 14px;
		margin-bottom: 4px;
	}
.events-calendar strong {
		margin-bottom: 4px;
		font-weight: 900;
		display: block;
	}
.events-calendar small {
		font-size: 10px;
		margin-top: 4px;
	}
.events-calendar span {
		display: block;
		width: 100%;
		padding: 15px 16px
	}
@media(min-width: 1024px){
			.events-calendar span {
				padding: 10px 8px;
			}
		}
.events-calendar .events__nav {
		font-family: 'Barlow Condensed', sans-serif;
		font-family: var(--font2);
		font-weight: 900;
		font-size: 20px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		line-height: 1.2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 8px
	}
@media(min-width: 1024px){
			.events-calendar .events__nav {
				color: #ffffff;
				color: var(--white);
				background-color: #233134;
				background-color: var(--darkgray);
				padding: 8px 0;
				margin-bottom: 0;
			}
		}
.events-calendar .events__nav p {
		margin: 0;
		font-size: 20px
	}
@media(min-width: 1024px){
			.events-calendar .events__nav p {
				font-size: 40px;
			}
		}
.events-calendar .events__nav span {
		display: inline-block;
		padding: 0;
		width: auto
	}
@media(min-width: 1024px) {
			.events-calendar .events__nav span {
				display: none;
			}
		}
.events-calendar .events__prev,
	.events-calendar .events__next {
		display: inline-block;
		width: 24px;
		height: 24px;
		font-size: 0
	}
@media(min-width: 1024px){
			.events-calendar .events__prev, .events-calendar .events__next {
				width: 48px;
				height: 48px;
			}
		}
.events-calendar .events__next {
		background: url(../images/chevron_right.png) no-repeat center center/ 8px 12px;
		margin-left: 20px;
	}
.events-calendar .events__prev {
		background: url(../images/chevron_left.png) no-repeat center center/ 8px 12px;
		margin-right: 20px;
	}
.events-calendar .events__days {
		font-family: 'Barlow', sans-serif;
		font-family: var(--font1);
		font-size: 14px;
		letter-spacing: 0.5px;
		margin-bottom: 2px;
	}
.events-calendar .events__days ul {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: -4px;
		list-style: none;

	}
.events-calendar .events__days li {
		width: 14.2%;
		padding: 4px;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 0.5px;
		color: #89181b;
		color: var(--red);
	}
.events-calendar .events__month ul {
		display: inline-block;
		padding: 0;
		margin: -4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
@media(min-width: 1024px){
			.events-calendar .events__month ul {
				background-color: #f6f7f1;
				background-color: var(--lightcream);
				border: 1px solid;
				border-color: #233134;
				border-color: var(--darkgray);
				margin: 0;
				overflow: hidden;
			}
		}
.events-calendar .events__month li {
		padding: 4px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 14.28%
	}
@media(min-width: 1024px){
			.events-calendar .events__month li {
				min-height: 250px;
				display: block;
				border-color: #233134;
				border-color: var(--darkgray);
				padding: 5px 0 0
			}

				.events-calendar .events__month li:nth-child(7n+1) {
					border-left: 0;
				}

				.events-calendar .events__month li:nth-child(n+8) {
					border-top: 1px solid;
				}
		}
@media(min-width: 1024px){
			.events-calendar .events__month li:nth-child(24):after, .events-calendar .events__month li:nth-child(25):after, .events-calendar .events__month li:nth-child(26):after, .events-calendar .events__month li:nth-child(27):after, .events-calendar .events__month li:nth-child(28):after {
				content: '';
				display: block;
				height: 1px;
				width: 100%;
				position: absolute;
				top: 100%;
				left: 0;
				background-color: #233134;
				background-color: var(--darkgray);
			}
		}
@media(min-width: 1024px){
			.events-calendar .events__month li:nth-child(24):before, .events-calendar .events__month li:nth-child(25):before, .events-calendar .events__month li:nth-child(26):before, .events-calendar .events__month li:nth-child(27):before, .events-calendar .events__month li:nth-child(28):before {
				content: '';
				display: block;
				width: 1px;
				height: 1000px;
				position: absolute;
				top: 100%;
				left: -1px;
				background-color: #233134;
				background-color: var(--darkgray);
			}
		}
.events-calendar .events__month li > a {
		font-family: 'Barlow', sans-serif;
		font-family: var(--font1);
		font-weight: 700;
		font-size: 14px;
		display: block;
		width: 100%;
		background-color: #89181b;
		background-color: var(--red);
		color: #ffffff;
		color: var(--white);
		text-decoration: none;
		text-align: center;
		padding: 9px 5px 6px;
		position: relative
	}
@media(min-width: 1024px){
			.events-calendar .events__month li > a {
				padding: 8px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				color: #89181b;
				color: var(--red);
				padding: 0;
			}
		}
.events-calendar .events__month li > a:after {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 6px 8px 6px;
			border-color: transparent transparent #ffffff transparent;
			border-color: transparent transparent var(--white) transparent;
			position: absolute;
			top: 100%;
			left: 50%;
			-webkit-transform: translateX(-50%);
			        transform: translateX(-50%);
			z-index: 200;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all .3s;
			transition: all .3s
		}
@media(min-width: 1024px){
				.events-calendar .events__month li > a:after {
					display: none;
				}
			}
.events-calendar .events__month li > a:only-child {
			background-color: #ffffff;
			background-color: var(--white);
			color: #89181b;
			color: var(--red)
		}
.events-calendar .events__month li > a:only-child:after {
				display: none;
			}
@media(min-width: 1024px){
				.events-calendar .events__month li > a:only-child {
					background-color: transparent;
					color: #89181b;
					color: var(--red);
				}
			}
@media(min-width: 1024px){
			.events-calendar .events__month li > a {
				background-color: transparent;
			}
		}
.events-calendar .events__month li > a > span {
		display: none
	}
@media(min-width: 1024px){
			.events-calendar .events__month li > a > span {
				display: inline-block;
				width: auto;
				padding: 0;
				font-weight: 700;
			}

			.events-calendar .events__month li > a > span + span {
				margin-left: 4px;
			}
		}
@media(min-width: 1024px){
			.events-calendar .events__month strong {
				font-weight: 700;
			}
		}
@media(min-width: 1024px){
			.events-calendar li + li {
				border-left: 1px solid;
			}
		}
.events-calendar li:nth-child(7n+4) .events-container,
	.events-calendar li:nth-child(7n+5) .events-container,
	.events-calendar li:nth-child(7n+6) .events-container,
	.events-calendar li:nth-child(7n+7) .events-container {
		right: 4px;
		left: auto
	}
@media(min-width: 1024px){
.events-calendar li:nth-child(7n+4) .events-container,
	.events-calendar li:nth-child(7n+5) .events-container,
	.events-calendar li:nth-child(7n+6) .events-container,
	.events-calendar li:nth-child(7n+7) .events-container {
			right: auto;
			left: auto
	}
		}
.events-calendar .events-container {
		padding: 0px;
		display: block !important;
		position: absolute;
		top: 100%;
		left: 4px;
		z-index: 10;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
		min-width: 136px
	}
@media(min-width: 1024px){
			.events-calendar .events-container {
				-webkit-box-shadow: none;
				        box-shadow: none;
				position: static;
				top: auto;
				left: 0;
				right: 0;
				visibility: visible;
				opacity: 1;
				min-width: auto;
			}
		}
.events-calendar li.active a:after,
	.events-calendar li.active a + .events-container {
		visibility: visible;
		opacity: 1;
	}
@media (max-width: 991px) {
.events-calendar .event-image {
			display: none
	}
		}
.events-calendar {

	/* & .events-container a {
		display: none;

		@media(--large){
			& {
				display: block;
			}
		}
	} */
}
.events-calendar .events-container .btn {
		display: block
	}
@media(min-width: 1024px){
	    .events-calendar .events-container .btn {
	      font-size: 14px;
	      padding: 5px 15px;
	      width: 100%;
	    }
	  }
.calendar-event .event-title {
		margin-bottom: 0;
		font-weight: 700;
		font-weight: var(--font-weight-bold);
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 1.2
	}
.calendar-event .event-title a {
			text-decoration: none;
		}
.calendar-event {

	/* Styles */
}
.calendar-event.style--standard {
		/* --link-color: var(--steel-dark); */
	}
@media(max-width: 991px) {
.calendar-event.style--standard {
			background-color: #ffffff;
			background-color: var(--white)
	}
		}
.calendar-event.style--dark {
		background-color: #233134;
		background-color: var(--steel-dark);
		color: #ffffff;
		color: var(--white)
	}
.calendar-event.style--dark .event-title {
			--link-color: var(--white);
			--link-color-hover: var(--tan);
		}
.calendar-event .venue-logo {
		margin: 5px auto 12px;
		max-width: 80%
	}
@media(max-width: 991px) {
.calendar-event .venue-logo {
			display: none
	}
		}
@media(min-width: 1024px) {
.calendar-event .venue-name {
			display: none
	}
		}
.event-white {
	background-color: #ffffff;
	background-color: var(--white)
}
@media(min-width: 1024px){
		.event-white {
			background-color: transparent;
		}
	}
.event-dark {
	background-color: #233134;
	background-color: var(--darkgray);
	color: #ffffff;
	color: var(--white);
}
/* ------------------------------------------------------------ *\
	Figure
\* ------------------------------------------------------------ */
.figure {
	position: relative
}
.figure .figure__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
/* Figure Large */
.figure--large {
	height: 185px
}
@media(min-width: 1024px){
		.figure--large {
			height: 547px;
		}
	}
/* Figure medium */
.figure--medium {
	height: 264px
}
@media(min-width: 1024px){
		.figure--medium {
			height: 384px;
		} 
	}
/* Figure small */
.figure--small {
	height: 185px
}
@media(min-width: 1024px){
		.figure--small {
			height: 269px;
		}
	}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { 
	padding: 32px 0;
	font-family: 'Barlow', sans-serif;
	font-family: var(--font1);
	letter-spacing: 1.5;
	letter-spacing: 0.03em;
	font-size: 16px
}
@media(min-width: 1024px){
		.footer {
			padding: 54px 0;
		}
	}
.footer strong {
		font-weight: 700;
	}
.footer .footer__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 34px
	}
.footer .footer__head:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.footer .footer__head {
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
				margin-bottom: 31px;
			}			
		}
.footer .footer__entry  {
		width: 100%; 
		-webkit-box-ordinal-group: 3; 
		    -ms-flex-order: 2; 
		        order: 2;
		margin-bottom: 33px
	}
.footer .footer__entry:last-child { 
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.footer .footer__entry {
				max-width: 280px;
				-webkit-box-ordinal-group: 1;
				    -ms-flex-order: 0;
				        order: 0;
				margin-bottom: 0;
				margin-top: 30px;
			} 	
		}
.footer .footer__info {
		color: #89181b;
		color: var(--red);
		text-align: center;
		max-width: 180px;
		margin: 0 auto;
	}
.footer .footer__info strong {
		display: block;
	}
.footer .footer__logo {
		width: 100%; 
		-webkit-box-ordinal-group: 2; 
		    -ms-flex-order: 1; 
		        order: 1;
		text-align: center;
		margin-bottom: 26px
	}
@media(min-width: 1024px){
			.footer .footer__logo {
				-webkit-box-ordinal-group: 1;
				    -ms-flex-order: 0;
				        order: 0;
				width: auto;
				margin-bottom: 0;
			}
		}
.footer .footer__nav {
		margin-bottom: 34px;
		text-align: center
	}
.footer .footer__nav:last-child { 
			margin-bottom: 0;
		}
.footer .footer__nav ul {
		list-style: none;
		padding: 0;
		margin: 0
	}
@media(min-width: 1024px){
			.footer .footer__nav ul {
				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;
				border-color: #233134;
				border-color: var(--darkgray);
				max-width: 744px;
				margin: 0 auto;
				line-height: 1;
			}
		}
.footer .footer__nav a {
		color: #233134;
		color: var(--darkgray);
	}
.footer .footer__nav li + li {
		margin-top: 8px
	}
@media(min-width: 1024px){
			.footer .footer__nav li + li {
				margin-top: 0;
				padding-left: 19px;
				margin-left: 15px;
				position: relative
			}

				.footer .footer__nav li + li:before {
					content:"";
					display: block;
					width: 4px;
					height: 4px;
					border-radius: 50%;
					background-color: #233134;
					background-color: var(--darkgray);
					position: absolute;
					top: 50%;
					left: 0;
					-webkit-transform: translateY(-50%);
					        transform: translateY(-50%); 
				}
		}
.footer .footer__form {
		margin-bottom: 32px;
		padding: 0 15px;
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #d7dad3;
		border-color: var(--cream)
	}
.footer .footer__form:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.footer .footer__form {
				padding: 0;
				margin-bottom: 29px;
			}
		}
.footer .footer__brands {
		text-transform: uppercase;
		text-align: center;
	}
.footer .footer__brands p {
		margin-bottom: 16px
	}
.footer .footer__brands p:last-child { 
			margin-bottom: 0; 
		}
.footer .footer__bar {
		margin-top: 69px;
		text-align: center;
		font-size: 14px; 
		line-height: 1.5
	}
@media(min-width: 1024px){
			.footer .footer__bar {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				margin-top: 14px;
			}
		}
.footer .footer__copyright {
		margin-bottom: 12px
	}
.footer .footer__copyright:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.footer .footer__copyright {
				margin-bottom: 0;
				margin-right: 65px;
			}
		}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
	margin: -8px
}
.grid:after {
	  content: '';
	  display: block;
	  clear: both;
	}
.grid img {
		width: 100%;
	}
.grid .grid__item,
	.grid .grid__sizer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
		padding: 8px;
		overflow: hidden
	}
@media(min-width: 768px) {
.grid .grid__item,
	.grid .grid__sizer {
			width: 50%
	}
		}
.grid .grid__item--wide {
		width: 100%;
	}
.header {
	background-color: #233134;
	background-color: var(--darkgray);
	position: relative;
	z-index: 1000;
	padding: 0 21px
}
@media(min-width: 1024px){
		.header {
			padding: 0 69px;
		}
	}
.header .header__bar {
		margin: 0 -21px
	}
@media(min-width: 1024px){
			.header .header__bar {
				margin: 0 -69px;
			}
		}
.header .header__inner {
		min-height: 73px;
		padding: 16px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
.header .header__content {
		position: absolute;
		top: 77%;
		left: 50%;
		-webkit-transform: translate(-50%, -45%);
		        transform: translate(-50%, -45%);
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		z-index: 20
	}
@media(min-width: 768px){
			.header .header__content {
				top: 100%;
			}
		}
@media(min-width: 1024px){
			.header .header__content {
				-webkit-transform: translate(-50%, -49%);
				        transform: translate(-50%, -49%);
			}
		}
.header .header__logo a {
			width: 120px
		}
@media(min-width: 768px){
				.header .header__logo a {
					width: 250px;
				}
			}
@media(min-width: 1024px){
	    .header .header__logo {
	      margin: 0 9px;
	    }
	  }
.header .header__socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
.header .header__entry {
		display: none;
	}
.header .header__trigger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		position: relative;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
.header .header__icon {
		height: 20px;
		width: 23px;
	}
.header .header__icon + .nav-trigger {
		margin-left: 14px;
	}
@media(min-width: 768px){
		.header .header__entry {
			display: block;
			width: auto;
		}
	}
@media(min-width: 1024px){
		.header .header__inner {
			min-height: 117px;
		}

		.header .header__icon {
			display: none;
		}

		.header .header__entry {
			display: block;
			width: auto;
		}

		.header .header__entry ~ .header__entry {
			margin-left: auto;
		}
	}
@media(max-width: 1024px){
body.has-active-nav .header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%
}
	}
.header__nav {
	--header-height: 163px;
	/* position: fixed; */
	/* top: 90px; */
	/* left: 0; */
	width: 100%;
	/* height: 100%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}
@media(max-width: 991px) {
.header__nav {
		z-index: 1;
		max-height: 0px
}
	}
@media(min-width: 1024px) {
.header__nav {
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		/* z-index: 100; */
		z-index: 9999;
		width: 650px;
		height: 100%
}
	}
body.has-active-nav {
	/* overflow: hidden; */
}
body.has-active-nav .header__nav {
		opacity: 1;
		visibility: visible;
		overflow-y: auto
	}
@media(max-width: 991px) {
body.has-active-nav .header__nav {
			max-height: 200%
	}

			body.has-active-nav .header__nav .nav {
				padding-top: calc(var(--header-height) + 80px);
				padding-bottom: 40px;
			}
		}
.header-buttons {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	gap: 10px
}
@media (max-width: 991px) {
.header-buttons {
    visibility: hidden;
    width: 1px;
    height: 1px
}
  }
.header-button {
	--link-color: var(--white);
  --link-color-hover: var(--black);
  --link-color-active: var(--black);

  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;
  padding: 11px;
	border: 2px solid rgba(245, 183, 0, 1);
	border: 2px solid var(--yellow);
  border-radius: 3px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
  text-decoration: none;
	line-height: 1;
	font-family: 'Barlow', sans-serif;
	font-family: var(--font1)
}
.header-button:hover {
    background-color: rgba(245, 183, 0, 1);
    background-color: var(--yellow);
  }
.header-button:active {
    background-color: #fcd18c;
    background-color: var(--light-orange);
    border-color: #fcd18c;
    border-color: var(--light-orange);
  }
/* ------------------------------------------------------------ *\
	Hero Bar
\* ------------------------------------------------------------ */
.hero-bar {
	padding: 32px 0;
	color: #ffffff;
	color: var(--white);
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03em
}
@media(min-width: 1024px){
		.hero-bar {
			padding: 64px 0;
		}
    }
.hero-bar p {
		margin-bottom: 22px
	}
.hero-bar p:last-child { 
			margin-bottom: 0;
		}
.hero-bar .hero__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		-ms-flex-wrap: wrap; 
		    flex-wrap: wrap
	}
@media(min-width: 1024px){
			.hero-bar .hero__inner {
				max-width: 744px;
				margin: 0 auto;
			}
	    }
.hero-bar .hero__head  {
		width: 100%;
		text-align: center;
		margin-bottom: 25px
	}
.hero-bar .hero__head:last-child { 
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.hero-bar .hero__head {
				margin-bottom: 55px;
			}
	    }
.hero-bar .hero__logo {
		display: inline-block;
		max-width: 247px;
		width: 100%
	}
@media(min-width: 1024px){
			.hero-bar .hero__logo {
				max-width: 580px;
				width: 100%;
			}
	    }
.hero-bar .hero__content {
		width: 100%;
	}
.hero-bar .hero__actions {
		width: 100%;
		margin-top: 34px
	}
.hero-bar .hero__actions:last-child { 
			margin-bottom: 0;
		}
@media(min-width: 1024px){
		    .hero-bar .hero__actions {
		 		display: -webkit-box;
		 		display: -ms-flexbox;
		 		display: flex;
		 		-ms-flex-wrap: wrap;
		 		    flex-wrap: wrap;
		 		-webkit-box-pack: center;
		 		    -ms-flex-pack: center;
		 		        justify-content: center;
		 		margin-top: 66px;    
		    }
		  }
/* ------------------------------------------------------------ *\
	Hero Info
\* ------------------------------------------------------------ */
.hero-info {
	padding: 32px 0
}
@media(min-width: 1024px){
		.hero-info {
			text-align: center;
			padding: 64px 0;
		}
	}
.hero-info svg {
		fill: #ffffff;
		fill: var(--white);
	}
.hero-info p > a {
		color: #000000;
		color: var(--black);
		text-decoration: none;
	}
.hero-info .hero__description {
		font-family: 'Satisfy', cursive;
		font-family: var(--font3);
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0;
		text-align: center;
		color: #89181b;
		color: var(--red);
		margin-bottom: 32px
	}
.hero-info .hero__description:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.hero-info .hero__description {
				margin-bottom: 23px;
				font-size: 30px; 
			}
		}
.hero-info .hero__description-inner {
		max-width: 180px;
		margin: 0 auto
	}
@media(min-width: 1024px){
.hero-info .hero__description-inner {
			max-width: 550px
	}
		}
.hero-info .hero__title { 
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 32px
	}
.hero-info .hero__title:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.hero-info .hero__title {
				margin-bottom: 25px;
			}
		}
.hero-info .hero__content { 
		margin-bottom: 30px

	}
.hero-info .hero__content:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.hero-info .hero__content  {
				max-width: 776px;
				margin: 0 auto 64px;
			}
		}
.hero-info .hero__cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		-ms-flex-wrap: wrap; 
		    flex-wrap: wrap;
		margin: -4px
	}
@media(min-width: 1024px){
			.hero-info .hero__cols  {
				margin: -8px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
			}
		}
.hero-info .hero__col {
		padding: 4px
	}
@media(min-width: 1024px){
			.hero-info .hero__col  {
				padding: 8px;
				width: auto;
			}
		}
.hero-info .btn {
		width: 100%;
		display: block;
	}
.hero-info .hero__col { width: 100%; }
@media(min-width: 360px){
		.hero-info .hero__col { width: 33.33%; }
		.hero-info .hero__col:nth-child(4) { width: 100%; }
	}
@media(min-width: 1024px){
		.hero-info .hero__col:nth-child(4),
		.hero-info .hero__col { 
			width: auto;
		}
	}
/* ------------------------------------------------------------ *\
	Hero Reservation
\* ------------------------------------------------------------ */
.hero-reservation {
	padding: 32px 0 22px
}
@media(min-width: 1024px) {
		.hero-reservation {
			padding: 59px 0;
		}
	}
.hero-reservation .hero__head {
		margin-bottom: 28px
	}
.hero-reservation .hero__head:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px) {
			.hero-reservation .hero__head {
				text-align: center;
				margin-bottom: 63px;
			}
		}
.hero-reservation h3 {
		font-size: 24px;
		text-align: center; 
		margin-bottom: 20px;
		text-transform: uppercase
	}
.hero-reservation h3:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px) {
			.hero-reservation h3 {
				margin-bottom: 16px;
				font-size: 30px; 
			}
		}
.hero-reservation .hero__title {
		text-align: center;
		margin-bottom: 32px;
		text-transform: uppercase
	}
.hero-reservation .hero__title:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px) {
			.hero-reservation .hero__title {
				margin-bottom: 57px;
			}
		}
.hero-reservation .hero__cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse
	}
@media(min-width: 1024px) {
			.hero-reservation .hero__cols {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				margin: 0 -32px;
			}
		}
.hero-reservation .hero__col {
		width: 100%;
		margin-top: 138px
	}
.hero-reservation .hero__col:last-child { margin-top: 0; }
@media(min-width: 1024px) {
			.hero-reservation .hero__col {
				width: 50%;
				padding: 0 32px;
				margin-top: 0;
			}
		}
.hero-reservation .hero__col > p {
		text-transform: capitalize;
		margin-bottom: 10px
	}
.hero-reservation .hero__col > p:last-child { 
			margin-bottom: 0; 
		}
.hero-reservation .hero__col:last-child ul {
			font-size: 16px; 
			text-align: left;
			list-style: none;
			padding-left: 0
		}
.hero-reservation .hero__col:last-child ul li + li {
				margin-top: 8px
			}
@media(min-width: 1024px){
					.hero-reservation .hero__col:last-child ul li + li {
						margin-top: 0px;
					}
				}
.hero-reservation .hero__col:last-child ul li {
				padding-left: 42px;
				position: relative
			}
.hero-reservation .hero__col:last-child ul li:before {
					content: ''; 
					display: block; 
					width: 4px; 
					height: 4px;
					background-color: #233134;
					background-color: var(--darkgray); 
					border-radius: 50%; 
					position: absolute; 
					top: 10px; 
					left: 17px; 
				}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
@media(min-width: 1024px) {
	  	.hero {
	  		padding: 0;
	  	}
	  }
.hero h3 {
		font-size: 24px;
		text-transform: uppercase;
		margin-bottom: 8px
	}
@media(min-width: 1024px){
			.hero h3 {
				font-size: 30px;
			}
		}
.hero .hero__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
.hero .hero__slider {
		width: 100%;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: relative
	}
@media(min-width: 1024px) {
			.hero .hero__slider {
				min-height: 656px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: calc(100% - 480px);
			}
		}
.hero .hero__content {
		width: 100%;
		padding: 32px 0 26px;
		-webkit-transition: all .3s;
		transition: all .3s
	}
@media(min-width: 1024px) {
			.hero .hero__content {
				width: 480px;
				padding: 104px 70px 30px 50px;
			}
		}
.hero .hero__actions {
		margin-bottom: 32px
	}
.hero .hero__actions:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.hero .hero__actions {
				display: none;
			}
		}
.hero .hero__cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: -4px;
	}
.hero .hero__col {
		width: 50%;
		padding: 4px;
	}
.hero .hero__entry {
		margin-bottom: 28px;
		padding: 0 15px
	}
.hero .hero__entry:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.hero .hero__entry {
				margin-bottom: 40px;
				padding: 0;
			}
		}
.hero__col.mobile-ctas .btn.mobile-action {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
}
/* ------------------------------------------------------------ *\
	List Brands
\* ------------------------------------------------------------ */
.list-brands {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}
@media(min-width: 1024px){
		.list-brands {
			max-width: 712px;
			margin: 0 auto !important;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
	}
.list-brands li {
		text-align: center;
		width: 100%;
		margin-bottom: 32px
	}
.list-brands li:last-child { margin-bottom: 0; }
@media(min-width: 1024px){
			.list-brands li  {
				margin: 0;
				width: 25%; 
				padding: 0 25px;
				text-align: center;
			}
		}
.list-brands a {
		display: inline-block; 
		max-width: 165px;
		width: 100%;
		-webkit-transition: opacity .3s;
		transition: opacity .3s
	}
@media(min-width: 1024px){
			.list-brands a {
				max-width: 110px;
			}
		}
.list-brands a:hover {
		opacity: .7;
	}
/* ------------------------------------------------------------ *\
	List Details
\* ------------------------------------------------------------ */
.list-details {
	text-indent: 42px;
	text-transform: uppercase;
	font-size: 16px; 
	text-align: left
}
.list-details li + li {
		margin-top: 8px
	}
@media(min-width: 1024px){
			.list-details li + li {
				margin-top: 0px;
			}
		}
.list-details li {
		position: relative
	}
.list-details li:before {
			content: ''; 
			display: block; 
			width: 4px; 
			height: 4px;
			background-color: #233134;
			background-color: var(--darkgray); 
			border-radius: 50%; 
			position: absolute; 
			top: 10px; 
			left: 17px; 
		}
.list-details--small {
	text-transform: none; 
}
.list-events {
	font-family: 'Barlow Condensed', sans-serif;
	font-family: var(--font2);
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 1.19
}
.list-events li {
		padding: 8px 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
.list-events li + li {
		border-top: 1px solid #ccc;
	}
.list-events span {
		display: inline-block;
		width: 45px;
		padding-right: 8px;
		color: #89181b;
		color: var(--red);
		font-weight: 900;
	}
.list-events a {
		--link-color: var(--steel-light);
	}
.list-events strong {
		display: block;
		width: calc(100% - 45px);
		color: #3e5155;
		color: var(--steel-light);
		font-weight: 900;
	}
/* ------------------------------------------------------------ *\
	List Icon
\* ------------------------------------------------------------ */
.list-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}
.list-icon img {
		width: 100%;
	}
.list-icon img:nth-child(2){
		display: none;
	}
.list-icon a {
		display: block;
		width: 100%;
	}
.list-icon li:hover a img:nth-child(1) {
		display: none;
	}
.list-icon li:hover a img:nth-child(2) {
		display: block;
		-webkit-animation: drum .5s;
		        animation: drum .5s;
	}
.list-icon li {
		width: 93px;
		height: 104px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
@media(min-width: 1024px){
		.list-icon li {
			width: 120px;

		}
	}
@media(min-width: 1400px){
		.list-icon li {
			width: 160px;
			padding: 0 12px;
		}
	}
/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
	font-size: 20px;
	letter-spacing: 0.03em;
	line-height: 1.2; 
	text-transform: uppercase
}
@media(min-width: 1024px) {
		.list-links {
			font-size: 30px; 
		}
	}
.list-links li + li {
		margin-top: 5px
	}
@media(min-width: 1024px) {
			.list-links li + li {
				margin-top: 10px;
			}
		}
.list-links a { 
		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
	}
@media(min-width: 1024px){
			.list-links a {	
				-webkit-box-pack: start;	
				    -ms-flex-pack: start;	
				        justify-content: flex-start;
				-webkit-box-align: end;
				    -ms-flex-align: end;
				        align-items: flex-end;
			}
		}
.list-links i {
		margin-left: 8px
	}
@media(min-width: 1024px) {
			.list-links i {
				margin-bottom: 5px;
			}
		}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
	display: inline-block;
	width: 173px;
	height: 112px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all .3s;
	transition: all .3s
}
@media(min-width: 1024px){
		.logo {
			width: 196px;
			height: 128px;
		}
	}
@media(min-width: 1400px){
		.logo {
			width: 250px;
			height: 182px;
			margin-top: -10px;
		}
	}
@media(min-width: 1024px){
.logo--secondary {
		width: 245px;
		height: 160px
}
	}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
	width: 100%;
	background-color: #3e5155;
	background-color: var(--lightgray);
	color: #ffffff;
	color: var(--white);
	text-align: center;
	overflow-y: auto;
	padding: 88px 0 150px
}
@media(min-width: 1024px){
		.nav {
			text-align: left;
			padding: 94px 64px;
		}
	}
.nav a  {
		text-decoration: none;
		color: #ffffff;
		color: var(--white);
		text-transform: uppercase;
		font-family: 'Barlow Condensed', sans-serif;
		font-family: var(--font2);
		font-weight: 900;
		letter-spacing: 0.03em;
	}
.nav #menu-burger-menu > li:last-child > a {
		color: rgba(4, 231, 98, 1);
		color: var(--green);
	}
.nav .nav__content {
		font-size: 30px
	}
@media(min-width: 1024px){
			.nav .nav__content {
				margin-bottom: 68px;
				font-size: 40px;
			}
		}
.nav ul {
		font-family: 'Barlow Condensed', sans-serif;
		font-family: var(--font2);
		list-style: none;
		padding: 0;
		margin: 0;
	}
.nav .nav__socials {
		margin: 42px 0
	}
.nav .nav__socials:last-child {
			margin-bottom: 0;
		}
@media(min-width: 1024px){
			.nav .nav__socials:not(.open) {
				display: none;
			}

			.nav .nav__socials.open {
				margin-top: -54px
			}

				.nav .nav__socials.open .socials a:hover img:nth-child(1) {
					display: block;
					opacity: 0.75;
				}
				
				.nav .nav__socials.open .socials ul {
					-webkit-box-pack: start;
					    -ms-flex-pack: start;
					        justify-content: flex-start;
				}
		}
.nav .nav__entry p {
			margin-bottom: 16px
		}
@media(min-width: 1024px) {
				.nav .nav__entry p {
					font-size: 18px;
				}
			}
.nav .sub-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}
.nav li.open .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		font-size: .8em
	}
@media(min-width: 1024px){
.nav li.open .sub-menu {
			padding: 0 15px
	}
		}
.nav-trigger {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 20px
 }
.nav-trigger span {
		position: absolute;
		display: block;
		height: 4px;
		width: 22px;
		background: #ffffff;
		background: var(--white);
		-webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
		transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
		transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
		transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s
	}
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 8px; }
.nav-trigger span:nth-child(3) { top: 16px; }
.nav-trigger span:nth-child(4) { display: none; }
.nav-trigger.active span {
		-webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
		transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
		transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
		transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s
	}
.nav-trigger.active span:nth-child(3),
		.nav-trigger.active span:nth-child(3),
		.nav-trigger.active span:nth-child(1) { top: 8px; }
.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media(min-width: 1024px){
		.nav-trigger {
			border: 2px solid rgba(245, 183, 0, 1);
			border: 2px solid var(--yellow);
			border-radius: 3px;
			height: 42px;
			width: 86px;
		}

		.nav-trigger span {
			left: 10px;
		}

		.nav-trigger span:nth-child(1) { top: 9px; }
		.nav-trigger span:nth-child(2) { top: 17px; }
		.nav-trigger span:nth-child(3) { top: 25px; }

		.nav-trigger span:nth-child(4)  {
			display: block;
			width: 31px;
			height: auto;
			font-size: 12px;
			color: #ffffff;
			color: var(--white);
			font-weight: 700;
			text-transform: uppercase;
			line-height: 1;
			font-family: 'Barlow', sans-serif;
			font-family: var(--font1);
			top: 6px;
			right: 10px;
			left: auto;
			background-color:transparent;
		}
			.nav-trigger.active span:nth-child(3),
			.nav-trigger.active span:nth-child(3),
			.nav-trigger.active span:nth-child(1) { top: 17px; }
	}
/* ------------------------------------------------------------ *\
	Offer
\* ------------------------------------------------------------ */
.offer {
	color: #ffffff;
	color: var(--white);
	font-family: 'Barlow', sans-serif;
	font-family: var(--font1);  
	font-size: 16px;
	line-height: 1.5; 	
	letter-spacing: 0.03em
}
@media(min-width: 1024px){
		.offer {
			max-width: 330px;
			margin: 0 auto;
		}
	}
.offer strong {
		font-weight: 400;
		display: block;
	}
.offer .offer__image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 7px
	}
.offer .offer__image img {
			width: 38px;
			height: auto;
		}
@media(min-width: 1024px) {
			.offer .offer__image {
				margin-bottom: 15px;
			}
			.offer .offer__image img { 
				width: 57px;
				height: 50px;
			}
		}
.offer .offer__title {
		font-weight: 900; 
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 7px
	}
@media(min-width: 1024px){
			.offer .offer__title {
				margin-bottom: 18px;
			}
		}
.offer .offer__content  { 
		text-align: center; 
		max-width: 360px;
		margin: 0 auto;
	}
/* ------------------------------------------------------------ *\
	Offers
\* ------------------------------------------------------------ */
.offers .offers__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
@media(min-width: 1024px){
			.offers .offers__items {
				margin: 0 -107px;
			}
		}
.offers .offers__item {
		width: 100%
	}
@media(min-width: 768px){
			.offers .offers__item {
				padding: 0 107px;
				width: 50%;
			}
		}
.offers .offers__item + .offers__item {
			margin-top: 41px
		}
@media(min-width: 768px){
				.offers .offers__item + .offers__item {
					margin-top: 0;
				}
			}
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
	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;
	color: #3e5155;
	color: var(--lightgray);
	font-family: 'Barlow Condensed', sans-serif;
	font-family: var(--font2);
	font-size: 16px;
	line-height: 32px;
	font-weight: 900
}
.paging svg {
		fill: #3e5155;
		fill: var(--lightgray);
	}
.paging ul {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		margin: 0 32px;
	}
.paging li {
		width: 20%;
		min-width: 32px;
		text-align: center;
	}
.paging li + li {
		margin-left: 15px;
	}
.paging a {
		display: block; 
		width: 32px;
		height: 32px;
		border-radius: 50%;
		color: inherit;
		text-decoration: none;
		-webkit-transition: all .3s;
		transition: all .3s
	}
.paging a:hover {
			background-color: #3e5155;
			background-color: var(--lightgray);
			color: #ffffff;
			color: var(--white);
		}
.paging li.active a {
		background-color: #3e5155;
		background-color: var(--lightgray);
		color: #ffffff;
		color: var(--white);
	}
.paging .paging__prev,
	.paging .paging__next {
		display: inline-block;
		background-repeat: no-repeat; 
		background-position: center; 
		background-size: contain;
		width: 8px; 
		height: 12px
	}
.paging .paging__prev:hover, .paging .paging__next:hover {
			opacity: .7;
			background-color: transparent;
		}
/* ------------------------------------------------------------ *\
	Person
\* ------------------------------------------------------------ */
.person {
	width: 100%;
	border: 1px solid #d6d2c0;
	border: 1px solid var(--darkcream);
	border-radius: 5px;
	padding: 16px;
	text-align: center;
	font-size: 16px
}
@media(min-width: 1024px){
		.person {
			padding: 32px;
		}
	}
.person p {
		margin-bottom: 4px
	}
.person p:last-child { 
			margin-bottom: 0; 
		}
.person .person__inner {
		max-width: 200px;
		margin: 0 auto
	}
@media(min-width: 1024px){
.person .person__inner {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			max-width: 100%;
			margin: 0
	}
		}
.person .person__image {
		background-color: #d7dad3;
		background-color: var(--cream); 
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin: 0 auto 16px;
		overflow: hidden
	}
@media(min-width: 1024px){
			.person .person__image {
				width: 112px;
				height: 112px;
				margin-bottom: 0;
			}
		}
.person .person__image img {
		width: 100%;
	}
@media(min-width: 1024px){
			.person .person__content {
				width: calc(100% - 112px);
				text-align: left;
				padding-left: 16px; 
			}
		}
/* ------------------------------------------------------------ *\
	Persons
\* ------------------------------------------------------------ */
.persons .persons__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		-ms-flex-wrap: wrap; 
		    flex-wrap: wrap
	}
@media(min-width: 1024px){
			.persons .persons__items {
				margin: -8px;
			}
		}
.persons .persons__item {
		width: 100%;
		margin-bottom: 16px
	}
.persons .persons__item:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.persons .persons__item {
				width: 50%;
				padding: 8px;
				margin-bottom: 0;
			}
		}
/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */
.section-article {
	padding: 32px 0
}
.section-article:nth-child(even) {
		background-color: rgba(0,0,0,.2);
	}
@media(min-width: 1024px){
		.section-article {
			padding: 64px 0;
		}
	}
.section-article a {
		color: #233134;
		color: var(--darkgray);
		text-decoration: none
	}
@media(min-width: 1024px){
			.section-article a {
				color: #89181b;
				color: var(--red);
			}
		}
.section-article h3 {
		margin-top: 58px;
		font-size: 24px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 18px
	}
.section-article h3:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-article h3 {
				margin-top: 64px;
				font-size: 30px;
				margin-bottom: 15px;
			}
		}
.section-article .section__head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 48px
	}
.section-article .section__head:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-article .section__head {
				margin-bottom: 64px;
			}
		}
.section-article .section__image {
		max-width: 213px;
		max-height: 173px;
		margin: 0 auto 16px;
	}
.section-article .section__image img {
		width: 100%;
		height: auto;
	}
.section-article .section__title {
		width: 100%;
		font-weight: 900;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 18px
	}
.section-article .section__title:last-child { 
			margin-bottom: 0; 
		}
.section-article .section__entry {
		margin-bottom: 58px
	}
.section-article .section__entry:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-article .section__entry {
				margin-bottom: 64px;
				text-align: center;
			}
		}
.section-article .section__actions {
		margin-bottom: 31px
	}
.section-article .section__actions:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-article .section__actions {
				text-align: center;
				max-width: 356px;
				margin: 0 auto 64px;
			}
		}
/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */
.section-contacts {
	padding: 34px 0 24px

}
.section-contacts:nth-child(even) {
		background-color: rgba(0,0,0,.2);
	}
@media(min-width: 1024px){
		.section-contacts {
			padding: 64px 0 50px;
		}
	}
.section-contacts a {
		color: #000000;
		color: var(--black);
		text-decoration: none;
	}
.section-contacts .section__title {
		text-align: center; 
		font-weight: 900; 
		text-transform: uppercase;
		margin-bottom: 34px
	}
.section-contacts .section__title:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-contacts .section__title {
				margin-bottom: 64px;
			}
		}
.section-contacts .section__cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
@media(min-width: 1024px){
			.section-contacts .section__cols {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: wrap;
				    flex-flow: wrap;
				margin: 0 -32px;
			}
		}
.section-contacts .section__col {
		margin-bottom: 30px;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 20px
	}
.section-contacts .section__col:last-child {
			-webkit-box-ordinal-group: 2;
			    -ms-flex-order: 1;
			        order: 1;
			margin: 0;
		}
@media(min-width: 1024px){
			.section-contacts .section__col {
				padding: 0 32px;
				width: 50%;
			}
		}
/* ------------------------------------------------------------ *\
	Section Event
\* ------------------------------------------------------------ */
.section-event {
	
}
/* ------------------------------------------------------------ *\
	Section FAQ
\* ------------------------------------------------------------ */
.section-faq {
	padding: 32px 0

}
.section-faq:nth-child(even) {
		background-color: rgba(0,0,0,.2);
	}
@media(min-width: 1024px){
		.section-faq {
			padding: 64px 0 80px;
		}
	}
.section-faq .section__title {
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 47px
	}
.section-faq .section__title:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-faq .section__title {
				margin-bottom: 64px;
			}
		}
/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */
.section-gallery {
	padding: 32px 0
}
@media(min-width: 1024px){
		.section-gallery {
			padding: 57px 0;
		}
	}
.section-gallery .section__head {
		margin-bottom: 34px
	}
.section-gallery .section__head:last-child { 
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.section-gallery .section__head {
				text-align: center;
				max-width: 776px;
				margin: 0 auto 64px;
			}
		}
.section-gallery .section__title {
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 16px
	}
@media(min-width: 1024px) {
			.section-gallery .section__title {
				margin-bottom: 26px;
			}
		}
.section-gallery .section__grid {
		margin-bottom: 16px
	}
.section-gallery .section__grid:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px) {
			.section-gallery .section__grid {
				margin-bottom: 32px;
			}
		}
.section-gallery .section__video { 
		position: relative;
		padding-bottom: 69%; 
		margin-bottom: 16px
	}
.section-gallery .section__video:last-child { 
			margin-bottom: 0;
		}
@media(min-width: 1024px) {
			.section-gallery .section__video {
				margin-bottom: 32px;
			}
		}
.section-gallery .section__video iframe { 
		position: absolute; 
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
/* ------------------------------------------------------------ *\
	Section Offers
\* ------------------------------------------------------------ */
.section-offers {
	background-color: #233134;
	background-color: var(--darkgray);
	position: relative;	
	padding: 47px 0
}
@media(min-width: 1024px) {
		.section-offers {
			padding: 49px 0;
		}
	}
.section-offers .section__image { 
		width: 132px; 
		height: 76px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translate(-16%,-12%) rotate(20deg);
		        transform: translate(-16%,-12%) rotate(20deg)
	}
@media(min-width: 768px){
			.section-offers .section__image {
				width: 190px; 
				height: 110px;
				-webkit-transform: translate(-18%,-14%) rotate(20deg);
				        transform: translate(-18%,-14%) rotate(20deg); 
			}	
		}
@media(min-width: 1400px){
			.section-offers .section__image {
				width: 395px; 
				height: 225px;
				left: 30px;

				-webkit-transform: translate(-18%,-29%) rotate(20deg);

				        transform: translate(-18%,-29%) rotate(20deg); 
			}
		}
@media(min-width: 1024px){
			.section-offers .section__content {
				max-width: 874px;
				margin: 0 auto;
			}
		}
/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */
.section-team {
	padding: 32px 0
}
.section-team:nth-child(even) {
		background-color: rgba(0,0,0,.2);
	}
@media(min-width: 1024px){
		.section-team {
			padding: 64px 0 54px;
		}
	}
.section-team .section__title {
		text-align: center; 
		margin-bottom: 48px;
		text-transform: uppercase
	}
.section-team .section__title:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.section-team .section__title {
				margin-bottom: 64px;
			}
		}
/* ------------------------------------------------------------ *\
	Section Popup 
\* ------------------------------------------------------------ */
.section-popup {
	color: #ffffff;
	color: var(--white);
	background-repeat: no-repeat;
	background-position: center;  
	background-size: cover;
	max-width: 100%;
	margin: 0 auto;
	padding: 58px 16px 16px;
	position: relative
}
.section-popup .section__close {
		background-color: transparent;
		border: 0;
		position: absolute;
		top: 16px;
		right: 16px;
	}
@media(min-width: 1024px){
		.section-popup {
			padding: 68px;
			max-width: 580px;
		}

		.section-popup .section__close {
			top: 26px; 
			right: 26px;
		}
	}
/* Section Popup Secondary */
.section-popup--secondary {
	background-color: #3e5155;
	background-color: var(--lightgray);
	max-width: 464px;
	margin: 0 auto;
	text-align: center
}
.section-popup--secondary h2 {
		text-transform: uppercase;
	}
.section-popup--secondary .section__content {
		max-width: 313px;
		margin: 0 auto 34px;
	}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
	max-width: 1004px;
	max-width: var(--global-width);
	padding: 0 16px;
	padding: 0 var(--shell-padding);
	margin: 0 auto;
}
.shell--wide {
	max-width: 1129px;
	max-width: var(--global-width-wide);
}
.shell--narrow {
	max-width: 807px;
	max-width: var(--global-width-narrow);
}
/* ------------------------------------------------------------ *\
	Site Attribution
\* ------------------------------------------------------------ */
.site-attribution {
	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
}
.site-attribution a {
		display: inline-block; 
		margin-left: 7px; 
	}
/* ------------------------------------------------------------ *\
	Slider Hero
\* ------------------------------------------------------------ */
.slider-hero {
	position: relative;
	line-height: 0;
	width: 100%
}
@media(min-width: 1024px){
		.slider-hero {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		
		.slider-hero .slider__clip {
			width: 100%;
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.slider-hero .slider__slides {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.slider-hero .slick-list  {
			width: 100%;
		}

		.slider-hero .slick-track {
			width: 100%;
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.slider-hero .slider__slide {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: end;
			    -ms-flex-align: end;
			        align-items: flex-end;
			min-height: 100%;
			position: relative;
		}

		.slider-hero .slick-slide {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
		}
		.slider-hero .slick-slide div {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			background: no-repeat center / cover;
		}
	}
.slider-hero .slider__slide img {
		display: block;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover
	}
@media(min-width: 1024px){
			.slider-hero .slider__slide img {
				position: absolute; 
				top: 0; 
				left: 0; 
				height: 100%;
				padding: 0;
			}
		}
.slider-hero .slick-arrow {
		display: inline-block; 
		width: 30px;
		height: 30px;
		font-size: 0; 
		border: 0;
		background-color: transparent;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%); 
		z-index: 20;
		-webkit-transition: all .3s;
		transition: all .3s;
		cursor: pointer
	}
.slider-hero .slick-arrow:hover {
			opacity: .7;
		}
.slider-hero .slick-next {
		background: rgba(0,48,60,.75) url(../images/arrow-right-slider.png) no-repeat 50%/8px 12px;
		border-radius: 50%;
		padding: 22px;
		right: 6px

	}
@media(min-width: 1024px){
			.slider-hero .slick-next {
				background-size: 15px 24px;
				right: 32px;
			}
		}
.slider-hero .slick-prev {
		background: rgba(0,48,60,.75) url(../images/arrow-left-slider.png) no-repeat center center/ 8px 12px;
		border-radius: 50%;
		padding: 22px;
		left: 6px
	}
@media(min-width: 1024px) {
			.slider-hero .slick-prev {
				background-size: 15px 24px; 
				left: 32px;
			}
		}
.slider-hero .slick-dots { 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		position: absolute;
		left: 0; 
		right: 0;
		bottom: 33px; 
		width: 100%;
		-webkit-transform: translateY(50%);
		        transform: translateY(50%)
	}
@media(min-width: 1024px){
			.slider-hero .slick-dots {
				bottom: 33px; 
			}
		}
.slider-hero .slick-dots li {
		padding: 0 14px
	}
@media(min-width: 1024px){
			.slider-hero .slick-dots li {
				padding: 0 12px;
			}
		}
.slider-hero .slick-dots li.slick-active button {
		background-color: #89181b;
		background-color: var(--red);
	}
.slider-hero .slick-dots button {
		padding: 0;
		border: 0;
		font-size: 0;
		height: 8px; 
		width: 8px; 
		border-radius: 50%;
		background-color: #ffffff;
		background-color: var(--white);
		-webkit-transition: all .3s;
		transition: all .3s;
		line-height: 1; 
	}
.social-links, .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  margin: 0 var(--spacer);
}
.social-link a, .social-link span {
    display: inline-block;
    padding: 10px;
  }
.social-link .svg-icon {
    height: 27px;
    width: 27px;
  }
/* ------------------------------------------------------------ *\
  Socials
\* ------------------------------------------------------------ */
.socials svg {
    fill: #ffffff;
    fill: var(--white);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.socials a:hover svg {
    fill: rgba(245, 183, 0, 1);
    fill: var(--yellow);
  }
.socials img {
    max-width: 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
.socials img:nth-child(2) {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
.socials a:hover img:nth-child(1) {
    display: none;
  }
.socials a:hover img:nth-child(2) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
.socials ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
  }
.socials li {
    display: none
  }
.socials li:nth-child(2) {
      display: block;
    }
@media(min-width: 1024px){
    .socials ul {
      margin: -13px;
    }

    .socials li {
      padding: 13px;
      display: block;
    }
  }
.socials--secondary ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.socials--secondary li {
    padding: 5px 20px;
    display: block;
    text-align: center;
  }
/* Override */
.header__social-override {
  --link-color: var(--yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  max-width: 100px;
  font-family: 'Barlow Condensed', sans-serif;
  font-family: var(--font2);
  font-size: 16px;
  font-weight: 900;
  font-weight: var(--font-weight-black);
  line-height: 1.2;
  text-transform: uppercase
}
@media (max-width: 991px) {
.header__social-override {
    opacity: 0;
    width: 1px;
    height: 1px
}
  }
@media (min-width: 1024px) {
.header__social-override {
    font-size: 30px;
    max-width: 230px
}
  }
.header__social-override a {
    text-decoration: none;
  }
.header__social-override:hover .social-override-image {
  opacity: 0.9;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.header__social-override:active .social-override-image {
  opacity: 1;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.social-override-image {
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, transform 150ms;
  transition: opacity 150ms, transform 150ms, -webkit-transform 150ms;
  max-width: 200px;
}
/* ------------------------------------------------------------ *\
	Tabs Events
\* ------------------------------------------------------------ */
.tabs-events {
	position: relative;
	padding-top: 0;
	-webkit-transition: all 5s;
	transition: all 5s
}
.tabs-events .is-fixed {
		position: fixed;
		top: 0;
		left: 0; 
		width: 100%;
		z-index: 100;
	}
.tabs-events select {
		width: 100%;
		height: 40px; 
		border: 1px solid #cbcbcb;
		font-size: 16px;
		letter-spacing: 0.5px;
		color: #233134;
		color: var(--darkgray);
		font-weight: 400;
		padding: 0 10px;
		border-radius: 3px; 
	}
.tabs-events svg {
		fill: #ffffff;
		fill: var(--white);
		width: 16px;
		height: 13px;
		margin-right: 8px
	}
@media(min-width: 1024px) {
			.tabs-events svg {
				width: 22px;
				height: 18px;
			}
		}
.tabs-events .tabs__head {
		background-color: #233134;
		background-color: var(--darkgray);
		color: #ffffff;
		color: var(--white);
		text-transform: uppercase;
		font-family: 'Barlow', sans-serif;
		font-family: var(--font1);
		font-size: 14px;  
		font-weight: 700;
		padding: 15px 0;
		z-index: 200
	}
@media(min-width: 1024px) {
			.tabs-events .tabs__head {
				padding: 32px 0;
				font-size: 16px; 
			}
		}
@media(min-width: 1024px){
			.tabs-events .tabs__head-inner {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
			}	
		}
.tabs-events .tabs__form {
		margin-bottom: 16px
	}
.tabs-events .tabs__form:last-child { 
			margin-bottom: 0; 
		}
@media(min-width: 1024px){
			.tabs-events .tabs__form {
				width: 53.8%;
				margin-bottom: 0;
			}
		}
.tabs-events .tabs__nav  {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
@media(min-width: 1024px){
			.tabs-events .tabs__nav {
				width: 46.2%;
				padding-left: 39px;
			}
		}
.tabs-events .tabs__nav p {
		width: 55px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 0
	}
@media(min-width: 1024px){
			.tabs-events .tabs__nav p {
				margin-right: 18px;
			}
		}
.tabs-events .tabs__nav ul {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start
	}
@media(min-width: 1024px) {
			.tabs-events .tabs__nav ul {
			}
		}
.tabs-events .tabs__nav li { 
		margin-right: 19px
	}
.tabs-events .tabs__nav li:last-child { 
			margin-right: 0; 
		}
@media(min-width: 1024px) {
			.tabs-events .tabs__nav li {
				margin-right: 28px;
			}
		}
.tabs-events .tabs__nav li.active a {
		color: rgba(245, 183, 0, 1);
		color: var(--yellow);
	}
.tabs-events .tabs__nav li.active svg {
		fill: rgba(245, 183, 0, 1) !important;
		fill: var(--yellow) !important;
	}
.tabs-events .tabs__nav a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-decoration: none;
		color: inherit;
		letter-spacing: 0;
	}
.tabs-events .tab { 
		display: none;
	}
.tabs-events .tab.active {
		display: block;
	}
.tabs-events .tabs__foot {
		padding: 32px 0;
		background-color: #f6f7f1
	}
@media(min-width: 1024px) {
			.tabs-events .tabs__foot {
				padding: 64px 0;
			}
		}
.tabs-events .no-events-found {
		text-align: center;
		padding: 40px 0;
	}
@media(min-width: 360px) {
		.tabs-events .tabs__nav  {
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
		}
	}
/* Event Styles */
/* Calendar Feed */
.events-feed.style--calendar {
  margin-top: 64px;
  margin-bottom: 140px;
}
.month-eyebrow {
  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;
  padding: 10px
}
@media (min-width: 1024px) {
.month-eyebrow {
    border: solid 1px #233134;
    border: solid 1px var(--steel-dark);
    background-color: #233134;
    background-color: var(--steel-dark)
}
  }
.month-headline {
  margin-bottom: 0;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 20px;
  color: #233134;
  color: var(--steel-dark)
}
@media (min-width: 1024px) {
.month-headline {
    color: #ffffff;
    color: var(--white)
}
  }
.month-nav-control {
  background-color: transparent;
  border: none;
  color: #f9a31a;
  color: var(--orange);
  padding: 10px;
  cursor: pointer
}
.month-nav-control .svg-icon {
    fill: #f9a31a;
    fill: var(--orange);
    pointer-events: none;
  }
.month-nav-control:disabled {
    opacity: 0.25;
  }
.week-labels, .calendar-week.week-labels {
  color: #89181b;
  color: var(--red);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase
}
@media (min-width: 1024px) {
.week-labels, .calendar-week.week-labels {
    display: none
}
  }
.calendar-weekday-control {
  width: 100%;
  padding-bottom: 100%;
  border: 0;
  background-color: var(--control-background-color);
  color: var(--control-color);
  font-weight: 700;
  font-weight: var(--font-weight-bold)
  /* height: 40px; */
}
@media (min-width: 1024px) {
.calendar-weekday-control {
    display: none
}
  }
.calendar-weekday-control {
  position: relative;
}
.weekday-control-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  pointer-events: none;
}
.calendar-month {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.calendar-week {
  display: table-row;
  border-collapse: collapse
}
@media (min-width: 768px) {
.calendar-week {
}
  }
.calendar-week .weekday {
    --control-color: var(--red);
    --control-background-color: var(--white, #fff);

    display: table-cell;
    position: relative;
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
    border-collapse: collapse;
    text-align: center
  }
@media (min-width: 1024px) {
.calendar-week .weekday {
      border: solid 1px #233134;
      border: solid 1px var(--steel-dark);
      background-color: #f6f7f1;
      background-color: var(--off-white)
  }
    }
@media (max-width: 991px) {
.calendar-week .weekday {
      padding: 0 5px
  }
    }
@media (max-width: 767px) {
.calendar-week .weekday.weekday--spacer {
        /* display: none; */
    }
      }
.calendar-week .weekday.weekday--empty {}
.calendar-week .weekday.weekday--single, .calendar-week .weekday.weekday--multi {
      --control-color: var(--white);
      --control-background-color: var(--red);
    }
.calendar-week .day-header {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #89181b;
    color: var(--red);
    margin: 8px;
    text-transform: uppercase;
  }
.weekday-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%

}
.weekday-inner .venue-logo {
    max-width: 70%;
    margin: 8px auto;
  }
.weekday-inner .event-image {
    margin-bottom: 8px;
  }
.weekday-inner .event-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 4px
  }
@media (min-width: 768px) {
.weekday-inner .event-title {
      font-size: 16px
  }
    }
.weekday-inner .event-summary {
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
  }
.weekday-inner .button {
    font-size: 14px;
  }
.weekday-inner .event-venue {
    margin-top: 4px;
    font-size: 10px;
    text-transform: uppercase
  }
@media (min-width: 768px) {
.weekday-inner .event-venue {
      display: none
  }
    }
.weekday-inner .event-age-restriction {
    font-size: 10px;
    text-transform: uppercase;
  }
@media (max-width: 991px) {
  .weekday-inner {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    min-width: 136px;
    background-color: #ffffff;
    background-color: var(--white);
    height: auto;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
            box-shadow: 0 0 10px rgba(0,0,0,0.75)
  }

    .weekday-inner .day-header, .weekday-inner .event-image {
      display: none;
    }

    .weekday-inner::before {
      content: '';
      position: absolute;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 8px 6px;
      border-color: transparent transparent #ffffff transparent;
      border-color: transparent transparent var(--white) transparent;
    }

  .weekday:nth-child(-n+4) .weekday-inner {
    left: 5px
  }

    .weekday:nth-child(-n+4) .weekday-inner::before {
      left: 3.75vw;
    }
  .weekday:nth-child(n+5) .weekday-inner {
    right: 5px
  }

    .weekday:nth-child(n+5) .weekday-inner::before {
      right: 3.75vw;
    }

  .weekday:not(.active) .weekday-inner {
    display: none;
  }
}
.weekday-event {
  padding: 8px
}
.weekday-event.style--standard {}
.weekday-event.style--dark {
		background-color: #233134;
		background-color: var(--steel-dark);
		color: #ffffff;
		color: var(--white)
	}
.weekday-event.style--dark .event-title {
			--link-color: var(--white);
			--link-color-hover: var(--tan);
		}
.month-wrapper:not(.active) {
    display: none;
  }
.event {}
.event-actions {}
.event-presented-by {
  text-transform: uppercase;
  color: #233134;
  color: var(--steel-dark);
  margin-bottom: 20px;
}
.event-title {
  --link-color: var(--steel-dark);
  --link-color-hover: var(--steel-light)
}
.event-title a {
    text-decoration: none;
  }
/* Full List */
.events--full-list .event-actions .button {
    margin-bottom: 14px
  }
@media(min-width: 1024px){
.events--full-list .event-actions .button {
			margin-bottom: 32px
  }
		}
/* Format Picker */
.event-format-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.event-format-picker .event-format {
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }
.event-format-picker .event-format a.active {
      --link-color: var(--blue);
      --link-color-hover: var(--magenta);
      --link-color-active: var(--lime);
    }
/* Event Pagination */
.events-pagination-section {}
.pagination-heading {
  text-align: center;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  padding: var(--spacer) 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.pagination.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
.pagination-item {
  display: inline-block;
  margin: 0 5px;
}
.pagination-link {
  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;
  /* font-family: $font-family-secondary;
  font-weight: $global-weight-normal; */
  font-size: 18px;
  color: #ffffff;
  color: var(--white);
  text-decoration: none
}
@media (min-width: 1024px) {
.pagination-link {
    font-size: 18px
}
  }
.pagination-link {
  --pagination-link-size: 22px;
  height: var(--pagination-link-size);
  width: var(--pagination-link-size)
}
@media (min-width: 1024px) {
.pagination-link {
    --pagination-link-size: 30px
}
  }
.pagination-item--current .pagination-link {
  border-radius: 50%;
  color: --var(--black);
  background-color: rgba(0, 139, 248, 1);
  background-color: var(--blue);
}
/* WordPress has a lot of necessary default styles.*/
/* These will rarely need to be modified.*/
/**
 * Default WordPress image alignment styles.
 */
.alignleft, img.alignleft { 
	margin-right: 1.5em; 
	display: inline; 
	float: left; 
}
.alignright, img.alignright { 
	margin-left: 1.5em; 
	display: inline; 
	float: right; 
}
.aligncenter, img.aligncenter { 
	margin-right: auto; 
	margin-left: auto; 
	display: block; 
	clear: both; 
}
/**
 * Default WordPress gallery styles.
 */
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/**
 * Default WordPress media styles.
 */
video, object {
	max-width: 100%;
	height: auto;
}
pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}
.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px
}
.wp-caption img {
		max-width: 100%;
		margin-bottom: 0;
		width: 100%;
	}
.wp-caption p.wp-caption-text {
		font-size: 0.85em;
		margin: 4px 0 7px;
		text-align: center;
	}
/**
 * Screen Reader Text
 *
 * Hide text from vision that is only useful for screen readers users.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 *
 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
  }
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/**
 * Default WordPress typography styles.
 */
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Overrides */
/* Custom Overrides */
/* TODO: Move these to the applicable CSS files */
.header__bar p {
    padding: 7.5px 15px 10px;
}
.header .header__icon {
  height: 20px;
  width: 23px;
  display: none;
}
body.has-active-nav .header__nav {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  height: auto;
}
.header__nav {
	height:0;
}
/* .header__social-override a {
	opacity:0;
}

@media only screen and (min-width: 1024px) {
  .header__social-override a,
  .header__social-override a:visited,
  .header__social-override a:active {
  	opacity:1;
    border: 3px solid #89181b!important;
    border-radius: 10px;
    padding: 7.5px 15px;
    background-color: yellow!important;
  	color:#89181b!important;
	  letter-spacing:1px;
    font-size: 1rem;
	  position:relative;
  	z-index:99999999;
  	box-shadow: 2px 2px 10px #333;
  	transform: rotate(-15deg);
  	margin-top: 10px;
		margin-left:-15px!important;
  	font-weight:700;
  	text-shadow:0px 0px 5px #fff;
  }

  .header__social-override a:before {
  	content:'CLICK THIS BUTTON!';
  	display:block;
  	position:absolute;
  	top:-25px;
  	left:20px;
  	color:white;
  	font-weight:500;
  }

  .header__social-override a:after{
  	content:'12pm - 8pm Daily';
  	display:block;
  	position:absolute;
  	bottom:-23px;
  	color:white;
  	font-weight:500;
  	left:25px;
  }
} */
.hero .hero__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -4px;
}
.hero .hero__col {
    width: 100%;
}
.ui-datepicker-unselectable .ui-state-default {
  text-decoration: line-through;
}


/*# sourceMappingURL=theme-styles.css.map*/