:root {
  --theme-link-highlight: #932f1a;
  --theme-body-text: #4D5B8E;
  --theme-primary: #3159A9;
  --theme-titles: #223066;
  --theme-gradient-start: #FFC20D;
  --theme-gradient-end: #FF8902;
  --theme-secondary: #FFC20E;
  --theme-gradient-top: #FFC20E;
  --theme-gradient-bottom: #FF8901;
  --theme-yellow: #FFC20E;
  --theme-red: #d04324;
  --theme-orange:#ff8902;
  --theme-blue:#3159A9;
  --theme-white-text: #FFFFFF;
  --theme-font-barlow: "barlow-condensed",sans-serif;
  --theme-font-gotham: "gotham",sans-serif;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--theme-font-gotham);
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-padding-top: 135px;
}
body {
  background-color: #000000 !important;
  font-family: var(--theme-font-gotham);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
}
.screen-reader-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.admin-bar #page, #page {
  min-height: auto;
}
body.wp-singular .site-content, body.category .site-content, body.error404 .site-content, body.search .site-content {
  background-color: #f4f4f4;
}
.entry-content a {
  text-decoration: underline;
}
figure.rewards-table > table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
figure.rewards-table > table th {
  border: none;
  color: white;
  padding: 10px;
  text-align: left;
  font-size: 2.1875rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  height: 80px;
  background-color: #223066;
}
@media only screen and (max-width: 767px) {
  figure.rewards-table > table th {
    font-size: 16px;
    height: 40px;
  }
}
figure.rewards-table > table td {
  height: 80px;
  border: none;
  padding: 0.5em 0.5em 0.5em 20px;
}
figure.rewards-table > table thead > tr > th:first-child {
  color: #ffc20e;
  font-size: 4.0625rem;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  figure.rewards-table > table thead > tr > th:first-child {
    font-size: 16px;
  }
}
figure.rewards-table > table thead > tr > th:first-child, figure.rewards-table > table tbody > tr > td:first-child {
  width: 30vw;
  text-align: left;
}
figure.rewards-table > table tbody > tr > td > em {
  font-size: 2.1875rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
figure.rewards-table > table tbody > tr > td {
  border-bottom: 1px solid #e9e9e9;
  background-color: white;
}
figure.rewards-table > table tbody > tr > td:first-child {
  border-left: 1px solid #e9e9e9;
}
figure.rewards-table > table tbody > tr > td:last-child {
  border-right: 1px solid #e9e9e9;
}
figure.rewards-table > table tr th:first-child {
  border-top-left-radius: 8px;
}
figure.rewards-table > table tr th:last-child {
  border-top-right-radius: 8px;
}
figure.rewards-table > table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
figure.rewards-table > table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
body.blog main, body.single-post main {
  background-color: #f4f4f4;
}
a.wp-block-button__link, a.ast-outline-button {
  text-decoration: none;
}
.barlow-font {
  font-family: var(--theme-font-barlow);
  font-weight: bold;
  line-height: 1;
}
.gotham-font, footer .footer-links-container .inner ul li a, footer .footer-links-container .inner .address .address-container p, footer .footer-links-container .inner .address .address-container a, footer .footer-links-container .inner .directions-link, footer .copyright-container a, footer .copyright-container p {
  font-family: var(--theme-font-gotham);
  letter-spacing: 0.02rem;
  font-weight: bold;
  font-size: 0.95rem;
}
.themeblock .subheading, .themeblock .subheading > * {
  font-family: var(--theme-font-gotham);
  letter-spacing: 0.02rem;
  font-weight: bold;
  font-size: 0.95rem;
}
.themeblock .heading, .themeblock .heading > * {
  font-family: var(--theme-font-barlow);
  font-weight: bold;
  line-height: 1;
}
.mobile-menu-toggle {
  justify-self: end;
  align-self: center;
}
.mobile-menu-toggle .toggle-button {
  background: transparent;
  color: white;
  border: 3px solid var(--theme-primary);
  border-radius: 6px;
  padding: 0;
  width: 70px;
  height: 70px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.1s;
}
.mobile-menu-toggle .toggle-button:hover {
  background: var(--theme-primary);
}
.mobile-menu-toggle .toggle-button .bar {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
header > .top-header .language-selector, .language-selector {
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: bold;
  color: white;
  display: flex;
}
header > .top-header .language-selector .language-selector-block, .language-selector .language-selector-block {
  padding-left: 10px;
  position: relative;
}
header > .top-header .language-selector .language-selector-block[opened] .wp-menu-container, .language-selector .language-selector-block[opened] .wp-menu-container {
  display: block;
}
header > .top-header .language-selector button.selected-language, .language-selector button.selected-language {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header > .top-header .language-selector button.selected-language::before, .language-selector button.selected-language::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
header > .top-header .language-selector button.selected-language::after, .language-selector button.selected-language::after {
  content: "";
  display: inline-block;
  background-image: url('/wp-content/themes/boothillcasino/images/arrow-down.webp');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
}
header > .top-header .language-selector .wp-menu-container, .language-selector .wp-menu-container {
  display: none;
  background: white;
  border-radius: 5px;
  padding: 15px;
  width: 250px;
  position: absolute;
  right: 0;
  top: 40px;
}
header > .top-header .language-selector ul, .language-selector ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header > .top-header .language-selector ul li > a, .language-selector ul li > a {
  padding-left: 10px;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}
header > .top-header .language-selector ul li > a:hover, .language-selector ul li > a:hover {
  color: #3059A9;
}
header > .top-header .language-selector ul li > a::before, .language-selector ul li > a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
}
.language-container {
  padding-bottom: 15px;
  place-items: center;
  display: grid;
}
/* Set the flag icon for the selected language */
html[lang=en-US] .language-selector button.selected-language::before {
  background-image: url('/wp-content/themes/boothillcasino/images/US.webp');
}
html[lang=en-US] .language-selector a[lang=en-US]::before {
  background-image: url('/wp-content/themes/boothillcasino/images/check-red.webp');
}
html[lang=en-US] .language-selector a[lang=en-US] {
  color: #3059A9;
}
html[lang=es-MX] .language-selector button.selected-language::before {
  background-image: url('/wp-content/themes/boothillcasino/images/ES.webp');
}
html[lang=es-MX] .language-selector a[lang=es-MX]::before {
  background-image: url('/wp-content/themes/boothillcasino/images/check-red.webp');
}
html[lang=es-MX] .language-selector a[lang=es-MX] {
  color: #3059A9;
}
h1, h2, h3 {
  color: var(--theme-titles);
}
a {
  color: var(--theme-link-highlight);
}
.button-primary, .btn-primary > a {
  background: linear-gradient(180deg, var(--theme-gradient-top) 0%, var(--theme-gradient-bottom) 100%);
  color: var(--theme-white-text);
  border-radius: 5px;
  font-family: var(--theme-font-gotham);
}
.button-yellow-outline, .btn-yellow-outline > a {
  display: inline-block;
  border: 3px solid var(--theme-gradient-top);
  color: white;
  background: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  font-family: var(--theme-font-gotham);
  text-decoration: none !important;
}
.button-yellow-outline:hover, .btn-yellow-outline > a:hover {
  border: 3px solid var(--theme-primary);
  background: var(--theme-primary);
  color: white;
}
.button-blue, .btn-blue > a {
  display: inline-block;
  border: 3px solid var(--theme-primary);
  color: white;
  background: var(--theme-primary);
  border-radius: 5px;
  transition: all 0.1s ease;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 1.3rem;
  font-family: var(--theme-font-gotham);
  text-decoration: none !important;
}
.button-blue:hover, .btn-blue > a:hover {
  box-shadow: 5px 5px 10px #0003;
  border: 3px solid var(--theme-primary);
}
.button-blue-outline, .btn-blue-outline > a {
  display: inline-block;
  border: 3px solid var(--theme-primary);
  color: var(--theme-primary) !important;
  background-color: white !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  font-family: var(--theme-font-gotham);
  text-decoration: none !important;
}
.button-blue-outline:hover, .btn-blue-outline > a:hover {
  border: 3px solid var(--theme-primary);
  background-color: var(--theme-primary) !important;
  color: white !important;
}
.button-small, .btn-small > a {
  padding: 10px 20px;
}
.arrow-button, .btn-arrow-button > a {
  padding: 20px 60px 20px 40px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-down-sharp-solid-full.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.arrow-button-up, .btn-arrow-button-up > a {
  padding: 20px 60px 20px 40px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/arrow-up.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.arrow-button-down, .btn-arrow-button-down > a {
  padding: 20px 60px 20px 40px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/arrow-down.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.arrow-button-down-gray, .btn-arrow-button-down-gray > a {
  padding: 20px 50px 20px 20px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-down-gray.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.arrow-button, .btn-arrow-button > a {
  padding: 20px 60px 20px 40px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-down-sharp-solid-full.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.white-back-arrow-button, .btn-white-back-arrow-button > a {
  position: relative;
  padding: 20px 40px 20px 60px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-back.webp');
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.blue-arrow-button, .btn-blue-arrow-button > a {
  padding: 20px 60px 20px 40px !important;
  font-weight: bold;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-blue.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.btn-icon-pdf > a {
  padding-left: 60px !important;
  background-image: url('/wp-content/themes/boothillcasino/images/file-pdf-regular-full.webp');
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.btn-icon-phone > a {
  padding-left: 60px !important;
  background-image: url('/wp-content/themes/boothillcasino/images/phone-regular-full.webp');
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.btn-icon-pdf-and-arrow > a {
  padding-left: 60px !important;
  padding-right: 60px !important;
  background-image: url('/wp-content/themes/boothillcasino/images/file-pdf-regular-full.webp');
  background-repeat: no-repeat;
  background-position: left 15px center;
  background: url('/wp-content/themes/boothillcasino/images/file-pdf-regular-full.webp') left 15px center / auto no-repeat, url('/wp-content/themes/boothillcasino/images/chevron-down-sharp-solid-full.webp') right 15px center / auto no-repeat;
}
ul.yellow-arrow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.yellow-arrow-list li {
  color: white;
  display: flex;
  align-items: center;
}
ul.yellow-arrow-list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  padding-right: 20px;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-yellow.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
ul.red-arrow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.red-arrow-list li {
  color: var(--theme-body-text);
  display: flex;
  align-items: center;
}
ul.red-arrow-list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  padding-right: 20px;
  background-image: url('/wp-content/themes/boothillcasino/images/chevron-red.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
ul.red-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.red-check-list li {
  color: var(--theme-body-text);
  display: flex;
  align-items: center;
}
ul.red-check-list li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 27px;
  padding-right: 30px;
  background-image: url('/wp-content/themes/boothillcasino/images/check-red.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
.number-circle {
  font-family: "gotham", sans-serif;
  width: 65px !important;
  height: 65px !important;
  margin: auto !important;
  border-radius: 50%;
  background-color: var(--theme-secondary);
  color: var(--theme-titles);
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Components */
.yellow-subheading > * {
  font-family: "gotham", sans-serif;
  color: var(--theme-secondary);
  letter-spacing: 0.02rem;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.65rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.blue-subheading > * {
  font-family: "gotham", sans-serif;
  color: var(--theme-primary);
  letter-spacing: 0.02rem;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.65rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.red-subheading > * {
  font-family: "gotham", sans-serif;
  color: var(--theme-red);
  letter-spacing: 0.02rem;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.65rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.blue-main-heading > * {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: clamp(1.2rem, calc(6vw + 0.5rem), 7rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.white-main-heading > * {
  font-family: "barlow-condensed", sans-serif;
  color: white;
  font-size: clamp(1.2rem, calc(6vw + 0.5rem), 7rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.white-main-heading > * > em {
  color: var(--theme-secondary);
  font-family: "barlow-condensed", sans-serif;
  font-size: clamp(1.2rem, calc(6vw + 0.5rem), 7rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
}
.blue-medium-heading > * {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: clamp(1.2rem, calc(6vw + 0.5rem), 5rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.white-medium-heading > * {
  font-family: "barlow-condensed", sans-serif;
  color: white;
  font-size: clamp(1.2rem, calc(6vw + 0.5rem), 5rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.blue-small-heading > * {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: clamp(1.1rem, calc(6vw + 0.5rem), 2.5rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.white-small-heading > * {
  font-family: "barlow-condensed", sans-serif;
  color: white;
  font-size: clamp(1.1rem, calc(6vw + 0.5rem), 2.5rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.white-small-heading > a {
  color: var(--theme-yellow);
  font-weight: bold;
}
.default-text-transform {
  text-transform: none !important;
}
.white-text {
  color: white;
  font-family: "gotham", sans-serif;
  font-weight: bold;
  line-height: 1.75;
}
.white-text > em {
  color: var(--theme-yellow);
  font-weight: bold;
}
.blue-text {
  color: var(--theme-body-text);
  font-family: "gotham", sans-serif;
  font-weight: bold;
  line-height: 1.75;
}
.blue-text a {
  font-weight: bold;
}
.red-text {
  color: var(--theme-red);
  font-family: "gotham", sans-serif;
  font-weight: bold;
  line-height: 1.75;
}
.info-box {
  border-radius: 5px;
  border-left: 8px solid var(--theme-secondary) !important;
  background-color: #fdf2e2;
  display: flex;
  flex-direction: row !important;
  padding: 0 !important;
  column-gap: 0 !important;
  align-items: unset !important;
}
.info-box > div {
  border-left: 2px solid #ccc;
  padding: 30px !important;
}
.info-box > div:first-child {
  border-left: none;
}
.color-card {
  border-radius: 5px;
  border-top-width: 12px;
  border-top-style: solid;
  border-top-color: var(--theme-secondary);
  background-color: white;
  padding: 0;
  box-shadow: 5px 5px 10px #0003 !important;
}
.color-card.card-yellow {
  border-top-color: var(--theme-yellow);
}
.color-card.card-red {
  border-top-color: var(--theme-red);
}
.color-card.card-blue {
  border-top-color: var(--theme-blue);
}
.color-card.card-orange {
  border-top-color: var(--theme-orange);
}
ol.colored-list {
  list-style-type: decimal-leading-zero;
}
ol.colored-list li {
  color: var(--theme-blue);
}
ol.colored-list li::marker {
  color: var(--theme-orange);
  font-weight: bold;
}
.border-bottom-red {
  border-bottom: 8px solid var(--theme-red) !important;
}
.border-top-yellow {
  border-top: 8px solid var(--theme-yellow) !important;
}
body.blog .astra-container {
  width: 1600px;
  margin: 0 auto;
  padding-top: 175px;
  display: flex;
}
.reserve-room-form-container {
  margin: 0 20px;
  padding: 20px !important;
}
.reserve-room-form-container #gform_1 .gfield_description, .reserve-room-form-container #gform_3 .gfield_description {
  display: none;
}
.reserve-room-form-container #gform_1 #field_3_1 label, .reserve-room-form-container #gform_1 #field_3_2 label, .reserve-room-form-container #gform_3 #field_3_1 label, .reserve-room-form-container #gform_3 #field_3_2 label {
  display: block;
}
.reserve-room-form-container #gform_1 .gform_footer, .reserve-room-form-container #gform_3 .gform_footer {
  text-align: center;
}
.reserve-room-form-container #gform_1 .gform_footer input[type="submit"], .reserve-room-form-container #gform_3 .gform_footer input[type="submit"] {
  background: var(--theme-primary);
  color: white;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 20px 55px;
  background-image: url('../images/chevron-down-sharp-solid-full.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-family: var(--theme-font-gotham);
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 1.3rem;
}
.reserve-room-form-container #gform_1 #gform_fields_1, .reserve-room-form-container #gform_3 #gform_fields_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 500px) {
  .reserve-room-form-container #gform_1 #gform_fields_1, .reserve-room-form-container #gform_3 #gform_fields_1 {
    grid-template-columns: 1fr;
  }
}
.reserve-room-form-container #gform_1 #gform_fields_1 .gfield, .reserve-room-form-container #gform_3 #gform_fields_1 .gfield {
  grid-column: unset;
}
.reserve-room-form-container #gform_1 #gform_fields_1 .ginput_container_date input, .reserve-room-form-container #gform_3 #gform_fields_1 .ginput_container_date input {
  width: 100%;
}
nav#mobile-menu {
  position: fixed;
  background: var(--theme-primary);
  display: grid;
  max-width: 500px;
  width: 400px;
  right: -500px;
  height: 100%;
  z-index: 1001;
  transition: right 0.3s ease-in-out;
}
nav#mobile-menu .container {
  padding: 1rem;
}
nav#mobile-menu ul {
  list-style: none;
  margin: 0;
}
nav#mobile-menu .nav-header {
  display: grid;
  grid-template-columns: 175px 1fr 65px;
  place-items: center;
  padding-bottom: 20px;
}
nav#mobile-menu .primary-nav .nav-item > a {
  display: flex;
  width: 100%;
  padding: 10px 0;
  color: white;
  align-items: center;
  gap: 0.5rem;
}
nav#mobile-menu .primary-nav .nav-item > a:hover .label {
  text-decoration: underline;
}
nav#mobile-menu .primary-nav .nav-item > a::after {
  content: url('../images/chevron-down-sharp-solid-full.webp');
  display: inline-block;
  margin-right: 10px;
}
nav#mobile-menu .primary-nav .label {
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: var(--theme-font-gotham);
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
nav#mobile-menu .secondary-nav {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0;
  margin: 10px 0;
}
nav#mobile-menu .secondary-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(100px, calc(33.333% - 0.67rem), 200px), 1fr));
  gap: 0.5rem;
}
nav#mobile-menu .secondary-nav ul li {
  flex: 0 1 calc(33.333% - 0.67rem);
  min-width: 100px;
}
nav#mobile-menu .secondary-nav ul li a {
  font-weight: 700;
  font-size: 1.1rem;
  font-family: var(--theme-font-gotham);
  color: white;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  display: block;
}
nav#mobile-menu .secondary-nav ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  nav#mobile-menu .secondary-nav ul li {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
@media (max-width: 380px) {
  nav#mobile-menu .secondary-nav ul li {
    flex: 0 1 100%;
  }
}
nav#mobile-menu .nav-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
nav#mobile-menu .nav-footer .button-yellow-outline:hover {
  border: 3px solid white;
}
nav#mobile-menu .nav-footer .social-container {
  display: flex;
  gap: 1rem;
}
nav#mobile-menu .nav-footer .social-container > a:hover {
  opacity: 0.8;
}
@media (min-width: 850px) {
  nav#mobile-menu, nav#mobile-menu[opened] {
    right: -500px;
  }
}
nav#mobile-menu[opened] {
  right: 0;
}
#top {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  visibility: hidden;
}
body.scrolled header > .top-header {
  position: fixed;
}
body.scrolled header > .top-header .container {
  border-bottom: 2px solid #3059A9;
}
body.scrolled header > .floating-header {
  background: #223065ee;
}
header > .top-header {
  position: absolute;
  z-index: 104;
  width: 100%;
}
@media (max-width: 1024px) {
  header > .top-header {
    display: none;
  }
}
header > .top-header ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 0;
}
header > .top-header ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--theme-white-text);
}
header > .top-header ul li a img {
  width: 24px;
  height: auto;
}
header > .top-header ul li a .label {
  font-size: 0.75rem;
}
header > .top-header .container {
  max-width: 1830px;
  margin: 0 auto;
  padding: 1rem 15px;
  border-bottom: 2px solid #333;
}
header > .top-header .top-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 1rem;
}
header > .top-header .top-menu nav ul {
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0;
}
header > .top-header .top-menu nav ul li a, header > .top-header .top-menu .language-selector {
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: bold;
  color: white;
  display: flex;
}
header > .top-header .top-menu nav ul li a::after {
  content: "|";
  margin-left: 0.5rem;
  color: white;
}
header > .floating-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 150px;
  padding-top: 75px;
  z-index: 103;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}
@media (max-width: 1024px) {
  header > .floating-header {
    padding-top: 0;
  }
}
header > .floating-header ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 3rem;
}
header > .floating-header ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--theme-white-text);
}
header > .floating-header ul li a img {
  height: auto;
}
header > .floating-header ul li a .label {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
header > .floating-header .container {
  max-width: 1830px;
  margin: 0 auto;
  padding: 2rem 15px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header > .floating-header .container .logo {
  flex: 1 1 0;
  text-align: left;
}
header > .floating-header .container .navigation {
  flex: 0 0 auto;
  margin: 0 auto;
}
header > .floating-header .container .navigation nav ul {
  align-items: flex-end;
}
header > .floating-header .container .button-container {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}
header > .floating-header .container .mobile-menu-toggle {
  display: none;
}
@media (max-width: 1024px) {
  header > .floating-header .container .navigation {
    display: none;
  }
  header > .floating-header .container .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 650px) {
  header .floating-header .button-yellow-outline {
    padding: 10px 20px;
    font-size: 1rem;
  }
  header .floating-header .mobile-menu-toggle .toggle-button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 450px) {
  header .floating-header .container {
    justify-content: space-between;
    margin: unset;
  }
  header .floating-header .container .logo {
    max-width: 175px;
  }
  header .floating-header .container .button-container {
    display: none;
  }
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer .newsletter-container {
  background-color: var(--theme-secondary);
  border-top: 10px solid var(--theme-red);
  color: var(--theme-titles);
}
footer .newsletter-container .inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 120px 1fr 10px 1fr;
  align-items: center;
}
footer .newsletter-container .content .top {
  font-size: 3.5rem;
  font-family: var(--theme-font-barlow);
  font-weight: bold;
  line-height: 1;
}
footer .newsletter-container .content .bottom {
  font-size: 1rem;
  font-family: var(--theme-font-gotham);
  letter-spacing: 0.02rem;
}
footer .newsletter-container .spacer {
  background: #fff2;
  height: 75px;
  width: 3px;
}
footer .newsletter-container .form-container form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
footer .newsletter-container .form-container form > div:nth-child(1) {
  flex: 1;
}
footer .newsletter-container .form-container form > div:nth-child(2) {
  flex: 0 0 auto;
}
footer .newsletter-container .form-container form input[type="email"] {
  border: 3px solid white;
  color: var(--theme-body-text);
  background: white;
  border-radius: 5px;
  padding: 30px 20px;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
}
footer .newsletter-container .form-container form input[type="submit"] {
  display: inline-block;
  border: 3px solid var(--theme-primary);
  color: white;
  border-radius: 5px;
  transition: all 0.1s ease;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 1.3rem;
  font-family: var(--theme-font-gotham);
  text-decoration: none !important;
  padding: 20px 55px;
  background-image: url('../images/chevron-down-sharp-solid-full.webp');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
footer .newsletter-container .form-container form input[type="submit"]:hover {
  box-shadow: 5px 5px 10px #0003;
  border: 3px solid var(--theme-primary);
}
footer .footer-links-container {
  background-color: var(--theme-primary);
  font-weight: bold;
}
footer .footer-links-container .inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 125px 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
}
footer .footer-links-container .inner ul li a {
  color: white;
}
footer .footer-links-container .inner .address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--theme-white-text);
}
footer .footer-links-container .inner .address .logo-container {
  width: 150px;
  height: auto;
}
footer .footer-links-container .inner .address .logo-container img {
  width: 100%;
  height: auto;
}
footer .footer-links-container .inner .address .address-container p {
  font-size: 1.15rem;
}
footer .footer-links-container .inner .address .address-container a {
  font-size: 1.25rem;
  color: var(--theme-secondary);
  text-decoration: none;
}
footer .footer-links-container .inner .social-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
footer .footer-links-container .inner .social-container a {
  color: var(--theme-white-text);
  font-size: 1.5rem;
}
footer .footer-links-container .inner .spacer {
  background: #fff2;
  height: 260px;
  width: 3px;
}
footer .footer-links-container .inner .quick-links, footer .footer-links-container .inner .guest, footer .footer-links-container .inner .form-requests, footer .footer-links-container .inner .map {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-links-container .inner .quick-links .title, footer .footer-links-container .inner .guest .title, footer .footer-links-container .inner .form-requests .title, footer .footer-links-container .inner .map .title {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--theme-secondary);
}
footer .footer-links-container .inner .quick-links a, footer .footer-links-container .inner .guest a, footer .footer-links-container .inner .form-requests a, footer .footer-links-container .inner .map a {
  color: var(--theme-white-text);
  font-size: 1rem;
}
footer .footer-links-container .inner .directions-link {
  padding-top: 10px;
}
footer .footer-links-container .inner .directions-link::after {
  content: url('../images/chevron-down-sharp-solid-full.webp');
  display: inline-block;
  margin-left: 10px;
}
footer .copyright-container {
  background-color: var(--theme-titles);
  color: white;
  font-weight: bold;
}
footer .copyright-container #menu-copyright-menu li {
  color: white;
  display: inline-block;
}
footer .copyright-container #menu-copyright-menu li:not(:last-child) a::after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: white;
}
footer .copyright-container a {
  color: white;
}
footer .copyright-container p {
  color: white;
}
footer .copyright-container .copyright p {
  margin-bottom: 0;
}
footer .copyright-container .inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
footer .copyright-container .inner .left {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}
footer .copyright-container .inner .left > :first-child {
  margin-top: 0;
}
footer .copyright-container .inner .left > :last-child {
  margin-bottom: 0;
}
footer .copyright-container .inner .right {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1024px) {
  footer .spacer {
    display: none;
  }
  footer .newsletter-container .inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  footer .footer-links-container .inner {
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0 25px;
    padding: 75px 1rem;
  }
  footer .footer-links-container .inner .address .logo-container img {
    width: unset;
  }
  footer .copyright-container p {
    margin-bottom: 1rem !important;
  }
  footer .copyright-container .inner {
    flex-wrap: wrap;
  }
  footer .copyright-container .inner .left {
    text-align: center;
  }
  footer .copyright-container .inner .right {
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .newsletter-container .form-container form {
    flex-direction: column;
  }
  footer .newsletter-container .form-container form input[type="email"] {
    padding: 20px 20px;
  }
  footer .newsletter-container .form-container form input[type="submit"] {
    width: 100%;
    padding: 8px 55px;
    border: none;
  }
  footer .newsletter-container .form-container form > div:nth-child(2) {
    flex: unset;
    width: 100%;
  }
  footer .newsletter-container .form-container form .gform_footer {
    margin: 0;
    padding: 0;
  }
  footer .footer-links-container .inner .quick-links a, footer .footer-links-container .inner .guest a, footer .footer-links-container .inner .form-requests a, footer .footer-links-container .inner .map a {
    font-size: 1.2rem;
  }
  footer .footer-links-container .inner .address .logo-container {
    width: unset;
  }
  footer .copyright-container #menu-copyright-menu {
    display: flex;
    flex-direction: column;
  }
  footer .copyright-container #menu-copyright-menu li:not(:last-child) a::after {
    display: none;
  }
}
body.single-promotion .ast-container {
  display: block !important;
}
section.promotion-single {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 500px;
  padding: clamp(100px, calc(2vw + 0.5rem), 200px) 0;
  display: grid;
  align-items: end;
}
section.promotion-single .container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.promotion-single .subheading {
  color: var(--theme-secondary);
  font-family: "gotham", sans-serif;
  font-size: clamp(1.5rem, calc(2vw + 0.5rem), 1.65rem);
  text-transform: uppercase;
  font-weight: bold;
}
section.promotion-single .heading {
  font-family: "barlow-condensed", sans-serif;
  color: white;
  font-size: clamp(4rem, calc(4vw + 0.5rem), 6rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}
section.promotion-single-content {
  background-color: #f4f4f4;
}
section.promotion-single-content .container {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 40px;
  max-width: 1400px;
  place-content: center;
  margin: auto;
  padding: 50px 15px;
}
@media (max-width: 850px) {
  section.promotion-single-content .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
section.promotion-single-content .container .left .image-container {
  text-align: center;
}
section.promotion-single-content .container .left .image-container img {
  width: auto;
  height: 100%;
}
section.promotion-single-content .container .right .content-container .content article {
  padding: 0 !important;
}
section.promotion-single-content .container .right .content-container .date {
  color: var(--theme-primary);
  font-family: "gotham", sans-serif;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.2rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
section.promotion-single-content .container .right .content-container .title {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
section.promotion-single-content .container .right .content-container .subtitle {
  color: var(--theme-titles);
  font-weight: bold;
  letter-spacing: 0.01rem;
  padding: 25px 0;
}
section.promotion-single-content .container .right .button-container {
  padding-top: 50px;
}
section.promotion-single-content .container .right .button-container > a {
  margin-bottom: 10px;
}
section.promotion-single-content header.entry-header, section.promotion-single-content .post-navigation {
  display: none;
}
section.promotion-slider {
  background: #f5f5f5;
  padding: 50px 15px;
}
section.promotion-slider .container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
section.promotion-slider .heading {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: clamp(4rem, calc(4vw + 0.5rem), 4.5rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
section.promotion-slider .slider-container {
  width: 100%;
}
section.promotion-slider .slider-container .slick-dots {
  bottom: -30px;
}
section.promotion-slider .slider-container .card {
  background: white;
  border-radius: 5px;
  padding: 25px;
  border-top: 10px solid var(--theme-link-highlight);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
}
@media (max-width: 750px) {
  section.promotion-slider .slider-container .card {
    text-align: center;
  }
}
section.promotion-slider .slider-container .card-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 25px;
  min-height: 320px;
}
@media (max-width: 750px) {
  section.promotion-slider .slider-container .card-container {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
section.promotion-slider .slider-container .card-container .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.promotion-slider .slider-container .card-container .content-container .date {
  color: var(--theme-primary);
  font-family: "gotham", sans-serif;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.2rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
section.promotion-slider .slider-container .card-container .content-container .title {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
section.promotion-slider .slider-container .card-container .content-container .subtitle {
  color: var(--theme-titles);
  font-weight: bold;
  letter-spacing: 0.01rem;
}
section.promotion-slider .slider-container .card-container .content-container .content {
  color: var(--theme-body-text);
  font-weight: bold;
  letter-spacing: 0.01rem;
}
section.promotion-slider .slider-container .card-container .content-container .blue-arrow-button {
  padding: 20px 40px 20px 25px !important;
  font-size: 1rem;
}
body.single-event .ast-container {
  display: block !important;
}
section.single-event {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 500px;
  padding: clamp(100px, calc(2vw + 0.5rem), 200px) 0;
  display: grid;
  align-items: end;
}
section.single-event .container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.single-event .subheading {
  color: var(--theme-secondary);
  font-family: "gotham", sans-serif;
  font-size: clamp(1.5rem, calc(2vw + 0.5rem), 1.65rem);
  text-transform: uppercase;
  font-weight: bold;
}
section.single-event .heading {
  font-family: "barlow-condensed", sans-serif;
  color: white;
  font-size: clamp(4rem, calc(4vw + 0.5rem), 6rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}
section.promotion-single-content .container {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 40px;
  max-width: 1400px;
  place-content: center;
  margin: auto;
  padding: 50px 15px;
}
@media (max-width: 850px) {
  section.promotion-single-content .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
section.promotion-single-content .container .left .image-container {
  text-align: center;
}
section.promotion-single-content .container .left .image-container img {
  width: auto;
  height: 100%;
}
section.promotion-single-content .container .right .content-container .date {
  color: var(--theme-primary);
  font-family: "gotham", sans-serif;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.2rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
section.promotion-single-content .container .right .content-container .title {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
section.promotion-single-content .container .right .content-container .subtitle {
  color: var(--theme-red);
  font-weight: bold;
  letter-spacing: 0.01rem;
  padding: 25px 0;
}
section.promotion-single-content .container .right .button-container {
  padding-top: 50px;
}
section.promotion-single-content .container .right .button-container > a {
  margin-bottom: 10px;
}
section.promotion-single-content header.entry-header, section.promotion-single-content .post-navigation {
  display: none;
}
section.event-slider {
  background: #f5f5f5;
  padding: 50px 15px;
}
section.event-slider .container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
section.event-slider .heading {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: clamp(4rem, calc(4vw + 0.5rem), 4.5rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
section.event-slider .slider-container {
  width: 100%;
}
section.event-slider .slider-container .slick-dots {
  bottom: -30px;
}
section.event-slider .slider-container .card {
  background: white;
  border-radius: 5px;
  padding: 25px;
  border-top: 10px solid var(--theme-link-highlight);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
}
@media (max-width: 750px) {
  section.event-slider .slider-container .card {
    text-align: center;
  }
}
section.event-slider .slider-container .card-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 25px;
  min-height: 400px;
}
@media (max-width: 750px) {
  section.event-slider .slider-container .card-container {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
section.event-slider .slider-container .card-container .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.event-slider .slider-container .card-container .content-container .date {
  color: var(--theme-primary);
  font-family: "gotham", sans-serif;
  font-size: clamp(1rem, calc(2vw + 0.5rem), 1.2rem);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
section.event-slider .slider-container .card-container .content-container .title {
  font-family: "barlow-condensed", sans-serif;
  color: var(--theme-titles);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
section.event-slider .slider-container .card-container .content-container .subtitle {
  color: var(--theme-red);
  font-weight: bold;
  letter-spacing: 0.01rem;
}
section.event-slider .slider-container .card-container .content-container .content {
  color: var(--theme-body-text);
  font-weight: bold;
  letter-spacing: 0.01rem;
}
section.event-slider .slider-container .card-container .content-container .blue-arrow-button {
  padding: 20px 40px 20px 25px !important;
  font-size: 1rem;
}
/*# sourceMappingURL=./css/theme.css.map */