:root {
  --background-color: #070020;
  --font-color: #ffffff;
}

.gotham {
  font-family: "Gotham SSm A", "Gotham SSm B";
}

.gotham-black {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 800 !important;
}

.gotham-bold {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 700 !important;
}

.gotham-book {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 400 !important;
}

.gotham-light {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 300 !important;
}

.gotham-medium {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 500 !important;
}

.gotham-extralight {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-weight: 200 !important;
}

.gotham-thin {
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 100 !important;
}

.gotham-ultra {
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 900 !important;
}

.gotham-bold-condensed {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B" !important;
  font-weight: 600 !important;
}

.gotham-light-condensed {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B" !important;
  font-weight: 300 !important;
}

.gotham-medium-condensed {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B" !important;
  font-weight: 500 !important;
}

body {
  font-weight: 300;
  color: var(--font-color);
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: .875rem;
  letter-spacing: .05rem;
  background: var(--background-color);
}

p a,
ul a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

p em {
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: "Charter", sans-serif;
  font-style: normal;
  font-size: 1rem;
}

p.sub-title em {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

a:hover,
a.hover {
  border-bottom-color: #fff;
}

#logo,
#footer-logo {
  border: 0;
}

#logo:hover,
#footer-logo:hover {
  opacity: .5;
}

#logo img {
  height: 46px;
}

#footer-logo img {
  height: 38px;
}

.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: .875rem;
  min-width: 175px;
}

.btn.gold {
  background: #927849;
  color: #fff;
}

.btn.gold:hover {
  background: #836c42;
}

header .btn {
  min-width: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

header.notShown {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

header a:not(.btn),
nav a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header a:not(.btn):hover,
nav a:hover {
  border-bottom-color: #fff;
}

#menu-trigger {
  border: 0;
  font-size: 2.5rem;
  margin-top: -0.75rem;
  display: block;
  float: left;
}

.banner {
  background: no-repeat center center;
  background-size: cover;
  height: 908px;
}

.banner .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.banner .title {
  text-indent: -5px;
}

.gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 32px;
  z-index: 10;
}

@media (min-width: 768px) {
  .gallery-control {
    font-size: 48px;
  }
}

.gallery-control.prev {
  left: 10px;
}

.gallery-control.next {
  right: 10px;
}

.gallery-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.gallery-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 5px;
  position: relative;
}

.gallery-dots .dot.active {
  background-color: #fff;
}

.banner.first {
  height: 804px;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {

  h1,
  .h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 5.875rem;
    line-height: 6.25rem;
  }
}

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 2.35rem;
    line-height: 3rem;
  }
}

h4,
.h4 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {

  h4,
  .h4 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.banner p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  /*font-style: italic;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: "Charter", sans-serif;
}

.banner .sub_title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-size: 15px;
}

.banner.video-banner {
  overflow: hidden;
}

@media (min-width: 768px) {
  .banner.video-banner {
    height: calc(100vw * .5625);
  }
}

.banner.video-banner .video {
  z-index: 1;
}

.banner.video-banner .container {
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.banner.sticky-height,
.sticky-height {
  height: calc(100vw * 1.77);
}

@media (min-width: 768px) {

  .banner.sticky-height,
  .sticky-height {
    height: calc((100vw / 1280) * 768);
  }
}

.sticky-height iframe {
  width: 100%;
  height: 100%;
}

.fadeout {
  opacity: 0;
}

.banner.video-banner .video-control {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 3;
}

blockquote {
  font-size: 1.375rem;
  line-height: normal;
  font-weight: 200;
}

.quote-author {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .75rem;
  border-top: 1px solid white;
  padding-top: 2rem;
  margin-top: 2rem;
}

.list-title,
.list-content {
  position: relative;
}

.list-cross {
  position: relative;
  height: 100%;
  width: 1px;
  background: #fff;
  margin: 0 auto;
}

.list-cross::before {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: 2px;
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
}

.list-cross::after {
  position: absolute;
  top: 100%;
  height: 1.5rem;
  content: '';
  width: 1px;
  background: #fff;
}

.row:last-child .row .list-cross::after {
  display: none;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video.hidden {
  opacity: 0;
}

.video video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  /*min-height: 100%;*/
  height: 100%;
}

.mute-button {
  position: absolute;
  right: 26px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/mute-button-on.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .mute-button {
    right: 104px;
    top: 80px;
    width: 48px;
    height: 48px;
  }
}

.mute-button.off {
  background-image: url(../images/mute-button-off.png);
}

.play-button {
  position: absolute;
  top: 90%;
  left: 10%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  background: url(../images/play-button.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .play-button {
    width: 92px;
    height: 92px;
  }
}

.play-button.off {
  background-image: url(../images/pause-button.png);
}

.btn-area {
  height: 39px;
  width: 1px;
}

.letter-spacing-more {
  letter-spacing: .05rem;
}

.letter-spacing-more h1,
.letter-spacing-more h2,
.letter-spacing-more h3,
.letter-spacing-more h4,
.letter-spacing-more h5 {
  letter-spacing: .25rem;
}

@media (min-width: 768px) {
  .letter-spacing-more {
    letter-spacing: .15rem;
  }

  .letter-spacing-more h1,
  .letter-spacing-more h2,
  .letter-spacing-more h3,
  .letter-spacing-more h4,
  .letter-spacing-more h5 {
    letter-spacing: .5rem;
  }
}

.dates-prices p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  /*font-style: italic;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: "Charter", sans-serif;
}

.book-date {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}

@media (min-width: 768px) {
  .book-date.is-sold-out {
    width: 151px;
  }
}

.book-date:hover {
  background: #fff;
  color: var(--background-color);
}

.book-date:hover span {
  color: var(--background-color) !important;
}

.book-date p {
  font-style: normal;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.3rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
}

.book-date p:last-child {
  margin-bottom: 0;
}

.book-date .night-type,
.book-date .cal-date,
.gold-italic {
  /*font-style: italic;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: "Charter", sans-serif;
  color: #bd9c6b;
}

.book-date:hover .cal-other-price {
  color: #000 !important;
}

.book-date .day {
  font-size: 1.25rem;
}

.gold {
  color: #bd9c6b;
}

.bg-gold {
  background: #bd9c6b;
}

.book-date small {
  font-size: .75rem;
}

p.night-type small {
  font-size: 1rem;
}

.book-col {
  flex: 0 0 auto;
  width: 135px;
}

.note,
.note p {
  font-size: .65rem;
  font-style: normal;
  letter-spacing: normal;
}

input.form-control,
textarea.form-control,
select.form-control {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: .875rem;
}
select.form-control option {
  background: #000;
  color: #fff;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #999;
  text-transform: uppercase;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #999;
  text-transform: uppercase;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #999;
  text-transform: uppercase;
}

input.form-control.gold,
textarea.form-control.gold {
  border-color: #927849;
}

.image-block {
  height: calc((100vw * 1.77) / 2);
  background: no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .image-block {
    height: calc(((100vw / 1280) * 1024) / 2);
  }
}

.quick-links {
  font-size: .75rem;
}

.quick-links img {
  width: auto;
  height: 64px;
}

@media (min-width: 768px) {
  .quick-links img {
    height: 102px;
  }
}

.quick-links a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.quick-links a:hover {
  opacity: .5;
}

strong,
.font-bold {
  font-weight: 600;
}

.bg-white {
  color: #000;
}

.footer-links {
  font-size: .7rem;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .6rem;
  margin-top: 10px;
}

.footer-links li {
  display: inline-block;
  padding: 0 .2rem;
  margin-bottom: .5rem;
}

@media screen and (min-width: 768px) {
  .footer-links ul {
    font-size: inherit;
  }

  .footer-links li {
    padding: 0 .5rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer-links li {
    padding: 0 1.25rem;
  }
}

.footer-links a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.footer-links a:hover {
  opacity: 0.5;
}

.footer-links i {
  font-size: 1.25rem;
  vertical-align: middle;
  margin-left: 5px;
}

footer {
  font-size: .75rem;
}

footer input.form-control,
footer .form-select,
footer .btn {
  font-size: .75rem;
}

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
}

.modal-content .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

#menu .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px;
  background: rgba(var(--background-color-r), var(--background-color-g), var(--background-color-b), 0.9);
  z-index: 11;
  max-height: 100vh;
  width: 100%;
  font-size: .875rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-120%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  #menu {
    width: 450px;
  }
}

#menu.open {
  transform: translateX(0);
}

#menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

#menu>ul>li {
  padding-bottom: 1.25rem;
}

#menu>a {
  font-weight: 300;
}

#menu>ul>li>a {
  text-transform: uppercase;
  font-weight: 700;
}

#menu>ul>li>ul {
  padding: 10px 25px 0;
}

#menu>ul>li>ul>li {
  padding-bottom: 5px;
}

#menu>ul>li>ul>li>a {
  font-weight: 300;
}

#menu .sub-menu {
  display: none;
}

#menu-content {
  font-size: .75rem;
  font-weight: 300;
}

#menu .menu-item-has-children>a {
  margin-left: 16px;
}

@media (min-width: 768px) {
  #menu-content {
    font-size: 1rem;
  }
}

br.hide-on-mobile {
  display: none;
}

@media (max-width: 767px) {
  br.hide-on-mobile {
    display: block;
  }
}

.nav-tabs {
  border-color: #000;
}

.nav-tabs .nav-link {
  border-color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.modal-dialog {
  letter-spacing: normal;
}

.modal-dialog .form-control {
  border: 1px solid #000;
  color: #000;
}

.modal-dialog a {
  color: #000;
}

label {
  display: block;
  padding-bottom: .5rem;
  font-weight: 400;
  text-align: left;
}

table.wine td:first-child {
  width: 2em;
}

table.wine {
  margin-bottom: 3em;
  text-align: left;
  width: 100%;
  border-top: 1px solid rgba(162, 133, 82, 0.3);
}

table.wine td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(162, 133, 82, 0.3);
  padding: 0.8em;
}

table.wine span {
  display: block;
}

table.wine td:first-child {
  width: 2em;
}

table.wine td:last-child {
  text-align: right;
}

table.wine span.wine-title {
  margin-bottom: 0.3em;
}

table.wine span.wine-description {
  font-weight: 300;
  font-size: .85em;
  color: #fff;
}

table.wine td:last-child,
table.wine span.wine-title,
table.wine td:first-child {
  color: #fff;
  font-weight: 400;
  font-size: .925rem;
}

.wine p.small {
  text-align: center;
}

.gform_footer {
  text-align: center;
}

ul.block,
.faq-answer ul {
  list-style: none;
}

ul.block li:before,
.faq-answer ul li:before {
  content: "• ";
}

.faq-answer p em {
  font-family: inherit;
  font-size: inherit;
}

.bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bullets li {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.3rem;
  margin-left: -18px;
}

.bullets li::before {
  content: "\2022";
  padding-right: 10px;
}

.bullets.red li::before {
  color: #e10035;
}

.bullets.gold li::before {
  color: #927849;
}

.bullets.white li::before {
  color: #ccc;
}

.gallery {
  margin: 0 auto;
  overflow: hidden;
}

.gallery li {
  position: relative;
  display: block;
  max-width: 250px;
}

.gallery li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery li img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.gallery li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery img {
  max-width: 242px;
  border: 4px solid black;
}

.gallery span.caption {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.gallery span.caption span {
  position: absolute;
  left: 15%;
  right: 15%;
  text-align: center;
  display: block;
  top: 40%;
  color: white;
  border: 1px solid #a28552;
  padding: 0.8em;
  font-size: 0.8em;
  color: #a28552;
  background: rgba(0, 0, 0, 0.7);
}

.gallery {
  max-width: calc(100% - 60px);
  padding: 0;
}

.gallery li {
  width: 25%;
  max-width: none;
}

.gallery li a {
  border: 4px solid var(--background-color);
}

.gallery img {
  max-width: none;
  width: 100%;
  border: 0;
}

.readmore-hidden {
  display: none;
}

.pt-6 {
  padding-top: 4rem;
}

.pt-7 {
  padding-top: 4.5rem;
}

.pt-8 {
  padding-top: 6rem;
}

.pe-8 {
  padding-right: 6rem;
}

.pt-9 {
  padding-top: 7rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pb-7 {
  padding-bottom: 4.5rem;
}

.pb-8 {
  padding-bottom: 6rem;
}

.pb-9 {
  padding-bottom: 7rem;
}

.pb-10 {
  padding-top: 10rem;
}

hr {
  margin: 1rem auto;
}

.loadingoverlay {
  color: #000;
}

#cboxNext,
#cboxPrevious {
  border: 0 !important;
  background: transparent !important;
  font-size: 3rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #fff !important;
  opacity: 0.75 !important;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#cboxContent {
  border: 0;
}

#cboxTitle {
  display: none !important;
}

.tooltip-inner {
  background: var(--background-color);
  border-radius: 0;
  border: 1px solid #fff;
  max-width: 240px;
}

.tooltip-contents {
  line-height: 1.35rem;
}

.tooltip-title {
  /*font-style: italic;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: "Charter", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

.tooltip ul {
  margin-top: 1.25rem;
  font-size: .825rem;
  padding: 0;
  color: #fff;
  list-style: none;
}

.tooltip ul li::before {
  content: "\2022";
  padding-right: 10px;
}

.tickets-details ul {
  /*font-style: italic;*/
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: "Charter", sans-serif;
  color: #bd9c6b;
  list-style: none;
  padding: 0;
}

.gform_wrapper {
  margin: 0 auto;
  text-align: center;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  text-align: left;
  font-weight: 500 !important;
  display: block !important;
}

.gform_legacy_markup_wrapper .gfield_required {
  margin-left: 2px !important;
  color: #fff !important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 8px !important;
}

@media (min-width: 768px) {
  .gform_wrapper {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gform_wrapper {
    width: 33.33%;
  }
}

.special_content.wine h4 {
  font-weight: 500;
  text-transform: uppercase;
  color: #bd9c6b;
  font-size: 1.175rem;
}

.special_content.faqs h6 {
  font-size: .925rem;
  font-weight: 500;
}

.form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-color: var(--background-color);
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: .875rem;
}

.modal-body .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #000;
  border-color: #000;
}

.bg-white a {
  color: #000;
}

.bg-white a:hover,
.bg-white a.hover {
  border-color: #000;
}

.party-form input.number {
  width: initial;
  display: inline-block;
}

#cc_c2a.c2a_light {
  color: #000;
}

.booking-hero h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.booking-hero h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.booking-section {
  text-align: center;
  border: 1px dotted #a28552;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.booking-section h1 {
  padding-bottom: 0em;
  border-bottom: none;
  font-size: 20px;
  font-weight: 200;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: normal;
}

.booking-section h2 {
  text-transform: uppercase;
  font-size: 1em !important;
  margin-bottom: 0.7em;
  display: block !important;
  font-weight: 600 !important;
  color: #a28552 !important;
  margin-bottom: 10px;
}

.booking-section h3 {
  margin-bottom: 10px;
  line-height: normal;
}

.booking-section p {
  margin: 8px auto;
}

.booking-section .panel {
  background-color: transparent;
  text-align: left;
}

.booking-section .panel-heading {
  font-weight: bold;
}

.booking-section .panel-title {
  font-size: 1rem;
  line-height: normal;
  margin: 0;
}

.btn-auto {
  min-width: 0;
}

.booking-section .btn-cta {
  background: #a28552;
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

.booking-section .btn-cta:hover {
  color: #a28552 !important;
  background: #fff;
}

.booking-section .btn {
  margin: 10px 0;
}

.booking-section table .btn {
  margin: 0;
}

.booking-section h3 {
  font-size: 1rem;
}

.modal-title {
  font-size: 1.5rem;
}

.panel {
  border: 1px solid #fff;
}

.panel-heading {
  background: #fff;
  color: #000;
  padding: 1rem;
}

.panel-body,
.panel-footer {
  padding: 1rem 1rem 0.5rem;
}

.panel-heading i {
  margin-top: 4px;
}

.large {
  font-size: 1.5rem;
  font-weight: bold;
}

.panel-body table {
  color: #fff;
}

.tableButton .btn,
.actionbuttons .btn {
  min-width: 0;
}

.booking-section b {
  font-weight: bold;
}

.modal-footer {
  border: 0;
}

.panel-footer .btn {
  min-width: 0;
}

/* File Upload */
#upload {
  border: 1px dashed var(--background-color);
  border-radius: 3px;
  margin: 0px auto 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  height: 140px;
  font-size: 1rem;
  color: #000;
  padding: 20px;
}

#drop input {
  display: none;
}

#drop .btn {
  text-transform: none;
}

a.incChoice {
  height: 100px;
  padding: 10px;
  color: #fff;
  display: block;
  background: #000;
  outline: 1px solid #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

a.incChoice.selected {
  background: #fff;
  color: #000;
  outline-color: #000;
}

#incmessage {
  background: #ddd;
  padding: 20px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
}

h5,
.h5 {
  line-height: 1.5rem;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

abbr.hide-on-mobile {
  display: block;
}

@media screen and (max-width: 767px) {

  br.hide-on-mobile,
  abbr.hide-on-mobile {
    display: none;
  }
}

.faq-question span {
  color: #bd9c6b;
}

.faq-question span.collapsed {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.sold-out {
  background: #ff0046;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  margin-top: -16px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 10px;
}

.quote-carousel-container {
  background: no-repeat center center;
  background-size: cover;
}

.quote-carousel.has-background-image {
  background: rgba(0, 0, 0, 0.6);
}

.testimonial-logo img {
  height: 100px;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.owl-dots {
  text-align: center;
  margin-top: 1rem;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 5px;
}

.owl-dot.active span {
  background: #fff;
}

.collapse-expand {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 1rem 0;
  margin-top: -1px;
}

.collapsed-on-mobile {
  display: none;
}

@media (min-width: 768px) {
  .collapse-expand {
    border: 0;
    padding: 0;
    margin: 0;
  }

  .collapsed-on-mobile {
    display: block !important;
  }
}

.gold-bg-white-text {
  background-color: #927849;
  color: #fff !important;
  padding: 0.5rem 1.5rem;
  font-size: .875rem !important;
  min-width: 175px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
}

.gold-bg-white-text span {
  color: #fff !important;
}

#triggeredPopup .modal-content {
  background: #000;
  color: #fff;
}

.modal-content .btn-close.white,
#triggeredPopup .btn-close {
  background-image: url(../images/close-white.svg);
}

.btn-light:hover {
  background-color: transparent;
  color: #fff;
}

.desktop-menu>li {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}

.desktop-menu>li>ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: rgba(var(--background-color-r), var(--background-color-g), var(--background-color-b), 0.9);
  padding: .75rem 1.25rem;
  list-style: none;
}

.desktop-menu>li:hover>ul {
  display: block;
}

.desktop-menu>li>ul>li {
  padding-bottom: 5px;
}

@media (min-width: 1200px) {
  .border-xl-bottom {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 1400px) {
  .border-xxl-bottom {
    border-bottom: 1px solid #fff;
  }
}

.ticket-blocks .ticket-block h5 {
  font-size: 1rem;
}

.ticket-blocks .ticket-block p,
.ticket-blocks .ticket-block ul {
  font-size: .75rem;
}

.ticket-blocks .ticket-block ul {
  list-style: none;
  padding: 0;
}

.ticket-blocks .ticket-block ul li::before {
  content: '•';
  padding-right: 3px;
}

.btn-outline-secondary {
  border-color: #927849;
  color: #927849;
}

.btn-outline-secondary:hover {
  border-color: #927849;
  background-color: #927849;
  color: #fff;
}

.btn-secondary {
  background-color: #927849;
  border-color: #927849;
  color: #fff;
}

.btn-secondary:hover {
  border-color: #927849;
  background-color: #fff;
  color: #927849;
}

.btn-danger {
  background-color: #e10035;
  border-color: #e10035;
  color: #fff;
}

.btn-danger:hover {
  border-color: #e10035;
  background-color: #fff;
  color: #e10035;
}

.btn-outline-danger {
  border-color: #e10035;
  color: #e10035;
}

.btn-outline-danger:hover {
  border-color: #e10035;
  background-color: #e10035;
  color: #fff;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-bottom: 1px solid var(--background-color);
}

.video-overlay.show-over-video {
  z-index: 9;
}

.banner.video-banner {
  height: 100vh !important;
  overflow: hidden;
  position: relative;
}

.banner.video-banner .iframe-container {
  border-top: 1px solid var(--background-color);
}

.banner.video-banner iframe {
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: calc(56.25vw + 1px);
  min-height: calc(100vh + 1px);
  min-width: 177.77vh;
  z-index: 4;
}

/* Remove the padding container in the banner */
.banner.video-banner .video-overlay {
  padding-top: 0 !important;
}

.banner.small {
  height: 450px !important;
}

.banner.fit-to-image {
  height: auto !important;
}

@media (max-width: 767px) {
  .banner.mobile-large {
    height: 908px !important;
  }

  .banner.mobile-large.first {
    height: 804px !important;
  }

  .banner.mobile-small {
    height: 450px !important;
  }

  .banner.mobile-fit-to-image {
    height: auto !important;
  }
}

.banner-image img {
  width: 100%;
  height: auto;
}

.banner .logo img {
  max-width: 200px;
  height: auto;
}

.image-carousel-container {
  width: 100%;
  overflow: hidden;
}

.image-carousel .item {
  height: 400px;
}

.carousel-image {
  height: 100%;
}

.carousel-image.cropped {
  background: no-repeat center center;
  background-size: cover;
}

.carousel-image img {
  height: 100%;
  width: auto !important;
  max-width: none;
  object-fit: contain;
}

/* Add navigation styling */
.image-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-carousel .owl-prev,
.image-carousel .owl-next {
  position: absolute;
  font-size: 24px !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-carousel .owl-prev {
  left: 10px;
}

.image-carousel .owl-next {
  right: 10px;
}

.image-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.column_content {
  display: none;
}

.column_content.active {
  display: block;
}

@media (min-width: 768px) {
  .column_content {
    display: block;
  }
}

.col-box {
  height: 100%;
  background: rgba(255, 255, 255, 0.07);
  padding: 40px;
}