@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

body {
  min-width: 19rem;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.3rem */
  max-width: 100%;
  padding-right: 0 !important;
}

.sr-only {
  color: black;
  background: white;
}

:focus-visible {
  outline: 3px solid lightblue !important;
  outline-offset: 5px !important;
}

.skip-link {
  color: black;
  background: white;
  position: absolute;
  top: 20px;
  z-index: 100000;
  padding: 20px;
  border-radius: 10px;
}

.wrapper {
  padding: 0;
  margin: 0;
}

.container, .wp-block-columns {
  max-width: 82.5rem;
  margin: 0 auto;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}
.container .container, .wp-block-columns .container, .container .wp-block-columns, .wp-block-columns .wp-block-columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button {
  border: none;
  background: none;
}

#wrapper-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 1.2rem 2.5rem;
  min-width: 19rem;
  background: linear-gradient(180deg, black, transparent);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
  color: white;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: white;
}
.navbar-brand img {
  width: 2.5rem;
}
.navbar-brand span {
  font-family: adobe-caslon-pro, serif;
  margin-left: 0.625rem;
  font-size: 1.2rem;
}

.form-link-navigation.button {
  margin-right: 1.5rem;
  padding: 0.7rem 2rem;
  font-size: 1rem;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler.dark {
  border-radius: 1.5625rem;
  background-color: #2B2B2B;
  padding: 0.5rem 1rem;
  border: 1px solid #2B2B2B;
}
.navbar-toggler.dark:hover {
  background-color: white;
}
.navbar-toggler.dark:hover .navbar-toggler-icon {
  background-image: url("../assets/toggler-dark.png");
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("../assets/toggler-light.png");
}

#navbarNavOffcanvas.offcanvas.offcanvas-bottom {
  height: 100%;
  padding: 0 2.5rem;
}
#navbarNavOffcanvas.offcanvas.offcanvas-bottom a {
  color: black;
}

.offcanvas-header {
  padding: 1.2rem 0;
  margin-bottom: 4rem;
}
.offcanvas-header .navbar-brand {
  color: #2B2B2B;
}
.offcanvas-header .btn-close {
  margin-right: 1rem;
}

.btn-close {
  background: url("../assets/close.png");
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 1;
  padding: 0 !important;
}

#main-menu li {
  margin-bottom: 2rem;
}
#main-menu li span {
  display: inline-block;
  vertical-align: top;
}
#main-menu li a {
  font-size: 3.875rem;
  font-style: italic;
  line-height: 100%;
  /* 3.875rem */
  letter-spacing: -0.05813rem;
  font-family: adobe-caslon-pro, serif;
  display: inline-block;
}

h1 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, serif;
  font-size: 5.625rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 5.625rem */
  letter-spacing: -0.08438rem;
  text-transform: capitalize;
}

h2 {
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, serif;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 3.75rem */
  letter-spacing: -0.05625rem;
  text-transform: capitalize;
}

.button, a.button {
  width: auto;
  border-radius: 1.5625rem;
  padding: 0.83rem 1.2rem;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  border: 1px solid #2B2B2B;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
}
.button.arrow, a.button.arrow {
  padding-right: 3.1rem;
}
.button.arrow .button-inner, a.button.arrow .button-inner {
  display: inline-block;
  margin-top: 2px;
}
.button.arrow::after, a.button.arrow::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.23238rem;
  height: 0.9375rem;
  margin-left: 0.7rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.button.darkfill, a.button.darkfill {
  color: white;
  background: #2B2B2B;
}
.button.darkfill.arrow::after, a.button.darkfill.arrow::after {
  background-image: url("../assets/arrow-light.png");
}
.button.darkfill:hover, a.button.darkfill:hover {
  color: #2B2B2B;
  background: white;
}
.button.darkfill:hover.arrow::after, a.button.darkfill:hover.arrow::after {
  background-image: url("../assets/arrow-dark.png");
}
.button.darkline, a.button.darkline {
  color: #2B2B2B;
  background: transparent;
}
.button.darkline.arrow::after, a.button.darkline.arrow::after {
  background-image: url("../assets/arrow-dark.png");
}
.button.darkline:hover, a.button.darkline:hover {
  color: white;
  background: #2B2B2B;
}
.button.darkline:hover.arrow::after, a.button.darkline:hover.arrow::after {
  background-image: url("../assets/arrow-light.png");
}
.button.lightfill, a.button.lightfill {
  color: #2B2B2B;
  background: white;
}
.button.lightfill.arrow::after, a.button.lightfill.arrow::after {
  background-image: url("../assets/arrow-dark.png");
}
.button.lightfill:hover, a.button.lightfill:hover {
  color: white;
  background: #2B2B2B;
}
.button.lightfill:hover.arrow::after, a.button.lightfill:hover.arrow::after {
  background-image: url("../assets/arrow-light.png");
}
.button.lightline, a.button.lightline {
  color: white;
  border-color: white;
}
.button.lightline.arrow::after, a.button.lightline.arrow::after {
  background-image: url("../assets/arrow-light.png");
}
.button.lightline:hover, a.button.lightline:hover {
  color: #2B2B2B;
  background: white;
}
.button.lightline:hover.arrow::after, a.button.lightline:hover.arrow::after {
  background-image: url("../assets/arrow-light.png");
}

.black .wp-element-button {
  background: black;
  color: white;
}
.black .wp-element-button:hover {
  background: white;
  color: black;
}

.white .wp-element-button {
  background: white;
  color: black;
}
.white .wp-element-button:hover {
  background: black;
  color: white;
}

.scroll-button {
  background: url("../assets/circle-down-transparent.png");
  background-size: contain;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border: none;
}
.scroll-button:hover {
  background: url("../assets/circle-down-light.png");
  background-size: contain;
}

.hero {
  height: 60rem;
  background-color: black;
  position: relative;
  margin-bottom: 3.38rem;
}

.hero-inner {
  color: white;
  text-align: center;
  padding-top: 24rem;
  margin: 0 auto;
  max-width: 41rem;
}

.hero-title {
  font-style: normal;
  margin-bottom: 0;
}

.hero-content {
  margin-bottom: 1.88rem;
  color: #FFF;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-button.button {
  font-size: 1.125rem;
  border-radius: 1.875rem;
  padding: 1.1rem 2.5rem;
  display: inline-block;
  border-color: white;
}
.hero-button.button:hover {
  border-color: #2B2B2B;
}

.hero-anchor {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header {
  display: flex;
  margin-bottom: 3rem;
}

.page-header-text {
  background-image: url("../assets/bg-page-header.jpg");
  background-size: contain;
  color: white;
  padding: 15rem 0;
  flex: 1 0 50%;
  position: relative;
}
.page-header-text .entry-title {
  margin-bottom: 0.25rem;
}

.page-header-text-inner {
  max-width: 28.8125rem;
  margin: 0 auto;
}
.page-header-text-inner h1 {
  margin-bottom: 0.62rem;
}
.page-header-text-inner p {
  line-height: 130%;
}

.page-header-desktop-image {
  flex: 0 0 50%;
}

.page-header-mobile-image {
  display: none;
}

.page-anchor {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.page:not(.home) .page-header.full,
.page:not(.home) .page-header.mobile-only-image {
  display: block;
  margin-bottom: 3rem;
}
.page:not(.home) .page-header.full .page-header-text-inner,
.page:not(.home) .page-header.mobile-only-image .page-header-text-inner {
  max-width: 54.9375rem;
}

.page-header-image {
  flex: 0 1 40rem;
}

blockquote.wp-block-quote {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  padding: 3.44rem 1.12rem;
  margin: 0;
  background-color: #F6F5F3;
}
blockquote.wp-block-quote p {
  max-width: 1260px;
  margin: 0 auto;
}
blockquote.wp-block-quote cite {
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
blockquote.wp-block-quote cite::before {
  content: "—— ";
}

.slideshow {
  margin-bottom: 5rem;
}
.slideshow .slideshow-kicker-mobile {
  display: none;
}
.slideshow .slide-row {
  display: flex;
  flex-direction: row;
}
.slideshow .slide-image-col {
  flex: 0 1 36.25rem;
}
.slideshow .slide-text-col {
  flex: 1 1 auto;
  padding: 2.53rem 4.06rem 2.53rem 4.06rem;
}
.slideshow .slideshow-kicker,
.slideshow .slideshow-kicker-mobile {
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 1.6875rem */
  font-variant: all-small-caps;
  margin-bottom: 1.4rem;
}
.slideshow .slideshow-kicker span,
.slideshow .slideshow-kicker-mobile span {
  color: #766444;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  font-variant: all-small-caps;
  padding-left: 0.94rem;
}
.slideshow .slideshow-title,
.slideshow .slideshow-title-mobile {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 3.75rem */
  letter-spacing: -0.05625rem;
}
.slideshow .slideshow-title:after,
.slideshow .slideshow-title-mobile:after {
  content: "";
  width: 8.0625rem;
  border-bottom: 1px dashed #AD976E;
  display: block;
  padding-top: 0.85rem;
  margin-bottom: 1.56rem;
}
.slideshow .slideshow-title-mobile {
  display: none;
}
.slideshow .slide-title {
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 3.75rem */
  letter-spacing: -0.05625rem;
  text-transform: capitalize;
  margin-bottom: 0.2rem;
}
.slideshow .slide-subtitle {
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
}
.slideshow .slide-content {
  max-width: 33.25rem;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.3rem */
  margin-bottom: 2rem;
}
.slideshow .slide-link {
  display: inline-block;
}
.slideshow .slide-link .button-inner {
  display: inline-block;
  margin-top: 2px;
}
.slideshow .slideshow-controls {
  position: absolute;
  right: 2.75rem;
  top: 10.5rem;
  z-index: 1000;
}
.slideshow .slideshow-next {
  width: 4.375rem;
  height: 4.375rem;
  background-image: url("../assets/circle-right-dark.png");
  background-size: contain;
  border: none;
  background-color: transparent;
}
.slideshow .slideshow-next:hover {
  background-image: url("../assets/circle-right-light.png");
}
.slideshow .slideshow-prev {
  transform: rotate(180deg);
  width: 4.375rem;
  height: 4.375rem;
  background-image: url("../assets/circle-right-dark.png");
  background-size: contain;
  border: none;
  background-color: transparent;
}
.slideshow .slideshow-prev:hover {
  background-image: url("../assets/circle-right-light.png");
}
.slideshow .glide__slides {
  transform: translate3d(0, 0, 0) !important;
}
.slideshow .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 625ms ease-in-out;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.slideshow .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}
.slideshow.with-title .slide-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 2.6rem */
  padding-right: 0.94rem;
}
.slideshow.left .slideshow-prev {
  display: none;
}
.slideshow.right .slide-text-col {
  padding-left: 0;
  position: relative;
  padding-top: 4rem;
}
.slideshow.right .slide-bottom {
  display: flex;
}
.slideshow.right .slideshow-controls {
  position: absolute;
  top: 0;
  z-index: 99999;
  left: 0.75rem;
}
.slideshow.right .slideshow-next {
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("../assets/circle-right-dark.png");
  background-size: contain;
  border: none;
  background-color: transparent;
}
.slideshow.right .slideshow-next:hover {
  background-image: url("../assets/circle-right-light.png");
}
.slideshow.right .slideshow-prev {
  transform: rotate(180deg);
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("../assets/circle-right-dark.png");
  background-size: contain;
  border: none;
  background-color: transparent;
}
.slideshow.right .slideshow-prev:hover {
  background-image: url("../assets/circle-right-light.png");
}

.carousel .carousel-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.31rem;
}
.carousel .carousel-top-left {
  flex: 0 0 34rem;
}
.carousel .carousel-kicker {
  text-transform: uppercase;
}
.carousel .carousel-top-right {
  display: flex;
  flex: 0 0 18rem;
  justify-content: space-between;
  align-items: end;
}
.carousel .carousel-link-button {
  padding: 0.83rem 2rem;
}
.carousel .slide-image {
  margin-bottom: 1rem;
}
.carousel h3 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 2.25rem */
  text-transform: capitalize;
  margin-bottom: 0.6rem;
}
.carousel p {
  margin-bottom: 1.6rem;
}
.carousel .button {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.carousel .carousel-next,
.carousel .carousel-previous {
  border: none;
  width: 3.125rem;
  height: 3.125rem;
  background: url("../assets/circle-right-dark.png");
  background-size: contain;
}
.carousel .carousel-next:hover,
.carousel .carousel-previous:hover {
  background: url("../assets/circle-right-light.png");
  background-size: contain;
}
.carousel .carousel-previous {
  transform: rotateY(180deg);
  margin-right: 0.4rem;
}
.carousel .carousel-content {
  margin-bottom: 0;
}
.carousel .glide__arrow--disabled {
  opacity: 0.5;
  cursor: default;
}
.carousel .glide__track {
  padding-bottom: 1px;
  overflow: visible;
}

.wp-block-columns {
  justify-content: space-between;
  margin-bottom: 5rem;
}
.wp-block-columns .button {
  margin-top: 1rem;
}

.hsp-image-column {
  flex: 0 0 34.375rem !important;
}

.hsp-text-column {
  flex: 0 0 36rem !important;
  padding-top: 6.25rem;
}

.single-venue .navbar-brand {
  color: #2B2B2B;
}

.venue {
  padding: 4.5rem 0 0 0;
}

.breadcrumbs {
  color: #525252;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
.breadcrumbs a {
  color: #525252;
  text-decoration: none;
}
.breadcrumbs span {
  font-weight: 400;
  text-decoration: underline;
}

.venue-main {
  margin-bottom: 2rem;
}

.venue-title {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 3.125rem */
  letter-spacing: -0.04688rem;
}

.venue-heading {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 2.75rem */
}

.venue-gallery {
  padding-bottom: 3.125rem;
  position: relative;
  display: grid;
  grid-template-columns: 41% calc(59% - .5rem);
  column-gap: 0.5rem;
}
.venue-gallery .venue-gallery-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.938rem 0p 0 0.938rem;
  cursor: pointer;
}
.venue-gallery .venue-gallery-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.venue-gallery .venue-gallery-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.venue-gallery-mobile {
  display: none;
}

.venue-gallery-button {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 3rem;
}
.venue-gallery-button::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  background-image: url("../assets/dots-dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
  display: inline-block;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
}
.venue-gallery-button:hover::before {
  background-image: url("../assets/dots-light.png");
}

.venue-gallery-modal .modal-header {
  position: absolute;
  top: 2.19rem;
  right: 2.44rem;
  z-index: 100;
}
.venue-gallery-modal .modal-header .btn-close {
  background-image: url("../assets/close-light.png");
  width: 1.875rem;
  height: 1.875rem;
}
.venue-gallery-modal .modal-content {
  background: #2B2B2B;
}
.venue-gallery-modal .carousel-item {
  transition: none;
  position: relative;
}
.venue-gallery-modal .carousel-item.active {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
  margin: 0 auto;
}
.venue-gallery-modal .venue-modal-index {
  position: absolute;
  top: 3rem;
  font-feature-settings: "clig" off, "liga" off;
  color: white;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}

.venue-columns {
  display: flex;
  justify-content: space-between;
}

.venue-columns-left {
  flex: 0 1 56.25rem;
}

.venue-columns-right {
  flex: 0 1 16rem;
}

.venue-content {
  line-height: 150%;
  margin-bottom: 1.5rem;
}

.venue-buttons .rfp-button {
  padding-left: 2.44rem;
  padding-right: 2.44rem;
  font-size: 1rem;
  margin-right: 0.8rem;
}
.venue-buttons .location-button {
  padding-left: 2.8rem;
  padding-right: 1.4rem;
  font-size: 0.875rem;
  position: relative;
}
.venue-buttons .location-button::before {
  content: "";
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("../assets/pin-dark.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1rem;
}

.venue-features-wrapper {
  border-top: 1px solid #AD976E;
  margin-top: 2.19rem;
  border-bottom: 1px solid #AD976E;
  margin-bottom: 1.88rem;
  padding: 1.88rem 0;
}
.venue-features-wrapper .venue-heading {
  margin-bottom: 1.5rem;
}
.venue-features-wrapper + .venue-features-wrapper {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.venue-features {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.venue-feature {
  flex: 0 0 32%;
  margin-bottom: 0.75rem;
  position: relative;
}

.venue-feature-icon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-size: contain;
  margin-right: 0.4rem;
}
.venue-feature-icon.feature-av {
  background-image: url("../assets/feature-av.png");
}
.venue-feature-icon.feature-bar {
  background-image: url("../assets/feature-bar.png");
}
.venue-feature-icon.feature-breakout {
  background-image: url("../assets/feature-breakout.png");
}
.venue-feature-icon.feature-cake {
  background-image: url("../assets/feature-cake.png");
}
.venue-feature-icon.feature-ceremony {
  background-image: url("../assets/feature-ceremony.png");
}
.venue-feature-icon.feature-flexible {
  background-image: url("../assets/feature-flexible.png");
}
.venue-feature-icon.feature-floral {
  background-image: url("../assets/feature-floral.png");
}
.venue-feature-icon.feature-food {
  background-image: url("../assets/feature-food.png");
}
.venue-feature-icon.feature-handicap {
  background-image: url("../assets/feature-handicap.png");
}
.venue-feature-icon.feature-hotel {
  background-image: url("../assets/feature-hotel.png");
}
.venue-feature-icon.feature-natural {
  background-image: url("../assets/feature-natural.png");
}
.venue-feature-icon.feature-outdoor {
  background-image: url("../assets/feature-outdoor.png");
}
.venue-feature-icon.feature-parking {
  background-image: url("../assets/feature-parking.png");
}
.venue-feature-icon.feature-reception {
  background-image: url("../assets/feature-reception.png");
}
.venue-feature-icon.feature-rentals {
  background-image: url("../assets/feature-rentals.png");
}
.venue-feature-icon.feature-service {
  background-image: url("../assets/feature-service.png");
}
.venue-feature-icon.feature-sustainability {
  background-image: url("../assets/feature-sustainability.png");
}
.venue-feature-icon.feature-wifi {
  background-image: url("../assets/feature-wifi.png");
}

.venue-feature-text {
  display: inline-block;
  line-height: 2rem;
  vertical-align: top;
}

.venue-measurements {
  border: 1px solid #AD976E;
  padding: 1.56rem 1.56rem 0 1.56rem;
  margin-left: 1rem;
}

.venue-measurement:not(:last-child) {
  margin-bottom: 0.62rem;
  border-bottom: 1px dashed #AD976E;
}

.venue-measurement-label {
  display: block;
  color: #463F3F;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}

.venue-measurement-value {
  display: block;
  color: #463F3F;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.venue-floor-map {
  padding-bottom: 1.88rem;
  margin-bottom: 2.81rem;
  border-bottom: 1px solid #AD976E;
  text-align: center;
}
.venue-floor-map .button {
  font-size: 1rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.menu-carousel {
  margin-bottom: 2rem;
}
.menu-carousel .carousel-top {
  margin-bottom: 1.37rem;
}
.menu-carousel .carousel-top-right {
  justify-content: end;
  align-items: normal;
}
.menu-carousel .carousel-title {
  margin: 0;
}

.venue-list {
  margin-top: 0.87rem;
}
.venue-list.container, .venue-list.wp-block-columns {
  max-width: 71.75rem;
}

.venue-list-item {
  display: flex;
  padding: 1.25rem 0;
  justify-content: space-between;
  border-bottom: 1px solid #AD976E;
  position: relative;
}
.venue-list-item:hover img {
  border-radius: 1rem;
  transition: border-radius 0.3s ease-in-out;
}

.venue-list-item-index {
  display: none;
  flex: 0 0 100%;
}
.venue-list-item-index span {
  color: #AD976E;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
}

.venue-list-item-left {
  flex: 0 0 20.625rem;
}

.venue-list-item-image img {
  height: 23.75rem;
  object-fit: cover;
  object-position: center;
}

.venue-list-item-right {
  flex: 0 0 46.6875rem;
  padding-top: 1.25rem;
}

.venue-list-item-title {
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 2rem */
  letter-spacing: -0.03rem;
}
.venue-list-item-title a {
  color: #000;
  text-decoration: none;
}

.venue-list-item-content {
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
}
.venue-list-item-content p {
  max-width: 40rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.venue-list-item-image-mobile {
  display: none;
}

.venue-list-item-measurements {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-top: 1px dashed #AD976E;
  border-bottom: 1px dashed #AD976E;
  padding: 0.94rem;
}

.venue-list-item-measurement-label {
  display: block;
  color: #463F3F;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

.venue-list-item-measurement-value {
  display: block;
  color: #463F3F;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.venue-list-item-link {
  position: absolute !important;
  height: auto;
  right: 0;
  bottom: 3.25rem;
}

.popups {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}

.popups-left {
  flex: 0 1 35.25rem;
  margin-right: 1rem;
}

.popups-right {
  flex: 0 1 37rem;
  padding: 5.12rem 0;
}

.popup-list {
  border-bottom: 1px solid #AD976E;
  margin-top: 1.88rem;
}

.popup-list-item {
  border-top: 1px solid #AD976E;
}

.popup-list-item-button {
  padding: 2.26rem 1.25rem 1.46rem 1.56rem;
  padding-right: 4rem;
  width: 100%;
  text-align: left;
  position: relative;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.popup-list-item-button span {
  color: #2B2B2B;
}
.popup-list-item-button:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.52138rem;
  background-image: url("../assets/arrow-dark.png");
  background-size: contain;
  background-repeat: none;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.modal-kicker {
  display: block;
}

.staff {
  max-width: 75rem;
  margin-bottom: 2rem;
}

.staff-description p {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.staff-members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.member {
  flex: 0 0 31.2%;
}

.member-button {
  padding: 0;
  border: 1px solid #d3cec3;
  border-radius: 0.9375rem;
  margin-bottom: 3rem;
}
.member-button:hover {
  -webkit-box-shadow: -3px 5px 0px 0px #ad976e;
  -moz-box-shadow: -3px 5px 0px 0px #ad976e;
  box-shadow: -3px 5px 0px 0px #ad976e;
  transition: box-shadow 0.3s ease-in-out;
}
.member-button:hover .member-arrow {
  width: 1.8rem;
  height: 1.8rem;
  top: 1.01563rem;
  right: 0.94rem;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out, top 0.3s ease-in-out, right 0.3s ease-in-out;
}

.member-info {
  padding: 1.25rem 1.56rem;
  position: relative;
  background: white;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}

.member-name {
  display: block;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: -0.3rem;
  letter-spacing: 0rem;
  color: #2B2B2B;
}

.member-title {
  display: block;
  color: #525252;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Proxima Nova";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.3125rem */
  text-transform: capitalize;
  text-align: left;
}

.member-arrow {
  display: inline-block;
  width: 1.01563rem;
  height: 1.01563rem;
  background-image: url("../assets/diagonal-small.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.56rem;
  top: 2rem;
}

.member-modal .modal-dialog {
  max-width: 66rem;
}
.member-modal .modal-content {
  width: 66rem;
}
.member-modal .modal-header {
  border-bottom: 0;
  padding: 2.19rem 2.25rem;
}
.member-modal .modal-body {
  display: flex;
  padding: 0 2.69rem 5.25rem 2.69rem;
}
.member-modal .member-modal-left {
  padding-right: 2.25rem;
  border-right: 1px dashed #AD976E;
  margin-right: 2.25rem;
  text-align: center;
}
.member-modal .member-modal-right p {
  font-weight: 300;
}
.member-modal .member-modal-image {
  padding-bottom: 1.86rem;
}
.member-modal .member-modal-name {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 0;
  text-transform: capitalize;
  font-style: normal;
  letter-spacing: 0;
}
.member-modal .member-modal-title {
  color: #696969;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.5rem */
}

.popup-modal {
  padding-right: 0 !important;
}
.popup-modal .modal-dialog {
  max-width: 47.125rem;
  transition: transform 0.5s ease;
  margin-top: 0 !important;
  margin-left: auto !important;
  transform: translateX(100%);
}
.popup-modal .modal-header {
  border-bottom: 0;
  padding: 2.19rem 2.25rem;
}
.popup-modal .modal-body {
  padding: 10rem 4.25rem 15rem 4.25rem;
}
.popup-modal .modal-content {
  margin-top: 0 !important;
  margin-top: 3rem;
}
.popup-modal .modal-kicker {
  color: #434343;
  font-feature-settings: "clig" off, "liga" off;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 1.3125rem */
  font-variant: all-small-caps;
  margin-bottom: 0.31rem;
}
.popup-modal .modal-title {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 3rem */
  border-bottom: 1px dashed #AD976E;
  padding-bottom: 0.94rem;
  margin-bottom: 0.94rem;
  letter-spacing: 0;
}
.popup-modal.show .modal-dialog {
  transform: none;
}

.call-to-action {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.call-to-action h2 {
  font-family: adobe-caslon-pro, serif;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.125rem;
  /* 165% */
  text-transform: none;
}
.call-to-action .button {
  font-size: 1rem;
  padding: 0.83rem 1.75rem;
}

#wrapper-footer-full {
  background: black;
  padding: 3.75rem;
  color: white;
  position: relative;
  font-size: 0.875rem;
}
#wrapper-footer-full .row {
  display: flex;
}
#wrapper-footer-full h2 {
  color: #AD976E;
  font-size: 1.875rem;
}
#wrapper-footer-full h3 {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: adobe-caslon-pro, sans-serif;
  margin: 0.875rem 0 0.063rem;
}
#wrapper-footer-full ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#wrapper-footer-full li {
  line-height: 1.875rem;
  font-size: 0.875rem;
}
#wrapper-footer-full a {
  color: white;
  text-decoration: none;
}
#wrapper-footer-full p {
  margin-bottom: 0;
}
#wrapper-footer-full .input-group {
  margin-top: 1.25rem;
  width: 100%;
  margin-bottom: 1.25rem;
  flex-wrap: nowrap;
}
#wrapper-footer-full .input-group button {
  width: 3.125rem;
  height: 3.125rem;
  display: inline-block;
  background-image: url("../assets/circle-down-transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(270deg);
}
#wrapper-footer-full input {
  background: none;
  border-radius: 0.9375rem;
  margin-right: 0.94rem;
  color: white;
}
#wrapper-footer-full input::placeholder {
  color: white;
}
#wrapper-footer-full .bottom {
  position: absolute;
  bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
#wrapper-footer-full .bottom ul {
  display: flex;
  justify-content: center;
}
#wrapper-footer-full .bottom ul li {
  line-height: 0.875rem;
  padding: 0 0.5rem;
  display: block;
}
#wrapper-footer-full .bottom ul li:not(:last-child) {
  border-right: 1px solid white;
}
#wrapper-footer-full .bottom ul li a {
  line-height: 0.875rem;
}
#wrapper-footer-full .bottom img {
  width: 2.4245rem;
  margin: 0 auto 0.94rem auto;
}
#wrapper-footer-full .bottom span {
  display: block;
  width: 100%;
}
#wrapper-footer-full .row {
  justify-content: space-between;
}
#wrapper-footer-full .footer-widget:nth-child(1) {
  flex: 0 0 11rem;
}
#wrapper-footer-full .footer-widget:nth-child(2) {
  flex: 0 0 11rem;
}
#wrapper-footer-full .footer-widget:nth-child(3) {
  flex: 0 0 18rem;
}
#wrapper-footer-full .footer-widget:nth-child(4) {
  flex: 0 0 29rem;
}

.bg-tan {
  background: url("../assets/bg-tan.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4rem;
  margin-bottom: 4rem;
}

#wrapper-footer-full.bg-footer {
  background-image: url("../assets/bg-footer-1900.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.expander {
  display: none;
}

.rfp {
  display: flex;
  margin: 0 auto;
}
.rfp .rfp-left {
  padding: 7.75rem 0 0 2.5rem;
  flex: 1 0 29.6875rem;
  background: #2B2B2B;
  justify-content: flex-end;
  display: flex;
}
.rfp .rfp-left-content {
  flex: 0 1 29.6875rem;
}
.rfp .rfp-title {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro;
  font-size: 4.375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 4.375rem */
  letter-spacing: -0.06563rem;
  text-transform: capitalize;
}
.rfp .rfp-subtitle {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Proxima Nova";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.4625rem */
  max-width: 20rem;
}
.rfp .rfp-subtitle::after {
  content: "";
  width: 3.81294rem;
  height: 0.125rem;
  background: #AD976E;
  display: block;
  margin-top: 4.36rem;
  margin-bottom: 4.36rem;
}
.rfp .rfp-contact {
  color: white;
}
.rfp .rfp-label {
  color: #AD976E;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
}
.rfp .rfp-value {
  color: #FFF;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.65rem */
}
.rfp .rfp-value a {
  color: #fff;
  text-decoration: none;
}
.rfp .rfp-right {
  flex: 1 1 42.56338rem;
  padding: 7.75rem 3.87rem 4.25rem 3.87rem;
}
.rfp .gform_wrapper {
  max-width: 42.56338rem;
}
.rfp .gform-theme--foundation .gform-grid-col {
  flex: 1 0 6.25rem;
}
.rfp .gform-theme--framework .gform-field-label > .gfield_required {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.rfp .gform-theme--framework .gfield--type-section {
  border-block-end: none;
  padding-bottom: 0;
}
.rfp .gform_required_legend {
  display: none;
}
.rfp .gsection_title {
  font-family: adobe-caslon-pro;
  font-size: 2.375rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -1rem;
  padding-bottom: 0;
}
.rfp .gform_wrapper .gform_footer input.button.gform_button {
  padding: 0.9375rem 1.25rem !important;
  background-color: #2B2B2B !important;
  font-size: 1.25rem !important;
  width: 100% !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 1.5625rem !important;
}
.rfp .ginput_container .ginput_container_text input {
  border-block-end-width: 0 !important;
}
.rfp #gform_1 input,
.rfp #gform_1 select,
.rfp #gform_1 textarea {
  padding-left: 0.4rem;
}
.rfp #gform_1 input::placeholder,
.rfp #gform_1 select::placeholder,
.rfp #gform_1 textarea::placeholder {
  color: #393939;
}
.rfp .gform-theme--foundation .gform_fields {
  column-gap: 1.88rem;
}

.gform_confirmation_message h2 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: adobe-caslon-pro, serif;
  font-size: 2.625rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  /* 42px */
  letter-spacing: -0.63px;
  margin-bottom: 1rem;
}
.gform_confirmation_message p {
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 700;
}
.gform_confirmation_message a {
  font-weight: bold;
  color: #000;
}