@charset "UTF-8";
:root {
  --primary:	#000;
  --secondary:	#000;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #FFFFFF;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFFFFF;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 99 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.ui-datepicker-header .ui-datepicker-title {
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #787878;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #787878;
  border-bottom: 2px solid #787878;
}

.ui-datepicker-next {
  right: 5px;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.1);
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #8C714A;
  color: #FFFFFF;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/calendar.svg");
  background-repeat: no-repeat;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #FFFFFF;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: var(--primary);
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "";
}

.rooms-icon-classroom-set-up:before {
  content: "";
}

.rooms-icon-cabaret-set-up:before {
  content: "";
}

.rooms-icon-boardroom-set-up:before {
  content: "";
}

.rooms-icon-u-shaped-set-up:before {
  content: "";
}

.rooms-icon-banquet-set-up:before {
  content: "";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "";
}

.rooms-icon-reception-set-up:before {
  content: "";
}

.rooms-icon-ceremony-set-up:before {
  content: "";
}

.rooms-icon-natural-daylight:before {
  content: "";
}

.rooms-icon-outlets-sockets:before {
  content: "";
}

.rooms-icon-direct-dial-point:before {
  content: "";
}

.rooms-icon-video-conferencing:before {
  content: "";
}

.rooms-icon-air-conditioning:before {
  content: "";
}

.rooms-icon-wi-fi:before {
  content: "";
}

.rooms-icon-blackout-shades:before {
  content: "";
}

.rooms-icon-visual-equipment:before {
  content: "";
}

.rooms-icon-audio-equipment:before {
  content: "";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "";
}

.rooms-icon-tv-point:before {
  content: "";
}

.rooms-icon-overhead-projector:before {
  content: "";
}

.rooms-icon-data-projector:before {
  content: "";
}

.rooms-icon-balcony:before {
  content: "";
}

.rooms-icon-city-view:before {
  content: "";
}

.rooms-icon-beds:before {
  content: "";
}

.rooms-icon-flat-screen-tv:before {
  content: "";
}

.rooms-icon-hair-dryer:before {
  content: "";
}

.rooms-icon-iron:before {
  content: "";
}

.rooms-icon-ac:before {
  content: "";
}

.rooms-icon-king-bed:before {
  content: "";
}

.rooms-icon-kitchen:before {
  content: "";
}

.rooms-icon-minibar:before {
  content: "";
}

.rooms-icon-smoke-free:before {
  content: "";
}

.rooms-icon-occupancy:before {
  content: "";
}

.rooms-icon-ocean-view:before {
  content: "";
}

.rooms-icon-personal_items:before {
  content: "";
}

.rooms-icon-pool-view:before {
  content: "";
}

.rooms-icon-room-service:before {
  content: "";
}

.rooms-icon-safe:before {
  content: "";
}

.rooms-icon-single-room:before {
  content: "";
}

.rooms-icon-smoking:before {
  content: "";
}

.rooms-icon-size:before {
  content: "";
}

.rooms-icon-pulloutsofa:before {
  content: "";
}

.rooms-icon-twin-room:before {
  content: "";
}

.rooms-icon-wifi:before {
  content: "";
}

.rooms-icon-adaroom:before {
  content: "";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "";
}

.rooms-icon-amusement-park:before {
  content: "";
}

.rooms-icon-bar:before {
  content: "";
}

.rooms-icon-beach:before {
  content: "";
}

.rooms-icon-business-center:before {
  content: "";
}

.rooms-icon-elevator:before {
  content: "";
}

.rooms-icon-environmentally-friendly:before {
  content: "";
}

.rooms-icon-fitness:before {
  content: "";
}

.rooms-icon-golf:before {
  content: "";
}

.rooms-icon-indoor-pool:before {
  content: "";
}

.rooms-icon-landmark:before {
  content: "";
}

.rooms-icon-outdoor-pool:before {
  content: "";
}

.rooms-icon-pet-friendly:before {
  content: "";
}

.rooms-icon-pool:before {
  content: "";
}

.rooms-icon-restaurant:before {
  content: "";
}

.rooms-icon-shuttle:before {
  content: "";
}

.rooms-icon-spa:before {
  content: "";
}

.rooms-icon-ticket-services:before {
  content: "";
}

.rooms-icon-valet:before {
  content: "";
}

.rooms-icon-water-park:before {
  content: "";
}

.rooms-icon-coffeemaker:before {
  content: "";
}

.rooms-icon-highfloor:before {
  content: "";
}

.rooms-icon-airport-shuttle-free:before {
  content: "";
}

.rooms-icon-view:before {
  content: "";
}

.rooms-icon-tv:before {
  content: "";
}

.rooms-icon-minifridge:before {
  content: "";
}

.rooms-icon-pets:before {
  content: "";
}

.rooms-icon-valet-only:before {
  content: "";
}

.rooms-icon-accessibility-features:before {
  content: "";
}

.rooms-icon-parking:before {
  content: "";
}

.blog-post-author {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 25px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
  }
}
.blog-post-author .author-block h4 {
  font: normal 12px/1.2 "Outfit", sans-serif;
  color: #003E66;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 12px;
  }
}

.blog-post-banner {
  font-family: "Outfit", sans-serif;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(0, 62, 102, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #5990B4;
}
.blog-post-banner .post-banner-content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-one {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-two {
  font-size: 30px;
}
.blog-post-banner .controls {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .banner-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #FFFFFF;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

.activity-blocks .page-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.activity-blocks .blocks {
  margin: 17px -20px 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .activity-blocks .blocks {
    flex-direction: column;
    margin: 17px -12px 0 -12px;
  }
}
.activity-blocks .blocks .block {
  flex: 1 1 33.33%;
  height: 540px;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 40px 20px 0 20px;
}
@media only screen and (max-width: 767px) {
  .activity-blocks .blocks .block {
    flex: 1 1 440px !important;
    height: 440px;
    padding: 24px 12px 0 12px;
  }
}
.activity-blocks .blocks .block:nth-child(10n+1), .activity-blocks .blocks .block:nth-child(10n+7) {
  flex: 1 1 66.66%;
}
.activity-blocks .blocks .block a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.activity-blocks .blocks .block a:hover .image img, .activity-blocks .blocks .block a:focus .image img {
  transform: scale(1.15);
}
.activity-blocks .blocks .block a:hover .btn-underline, .activity-blocks .blocks .block a:focus .btn-underline {
  color: #FFFFFF !important;
}
.activity-blocks .blocks .block a:hover .btn-underline:after, .activity-blocks .blocks .block a:focus .btn-underline:after {
  opacity: 0;
}
.activity-blocks .blocks .block a:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.activity-blocks .blocks .block a .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.activity-blocks .blocks .block a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 350ms ease-in-out;
  transform: scale(1);
}
.activity-blocks .blocks .block a .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 40px 5%;
}
@media only screen and (max-width: 767px) {
  .activity-blocks .blocks .block a .caption {
    padding: 24px 5%;
  }
}
.activity-blocks .blocks .block a .caption .descriptor {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.activity-blocks .blocks .block a .caption h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 11px 0;
}

.anchor-nav {
  padding: 15px 0;
  border-bottom: 1px solid #8C714A;
  overflow-x: auto;
  position: sticky;
  top: 79px;
  background: #FFFFFF;
  z-index: 45;
}
@media only screen and (max-width: 767px) {
  .anchor-nav {
    position: relative;
    top: 0;
  }
}
.anchor-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .anchor-nav ul {
    justify-content: flex-start;
  }
}
.anchor-nav ul li {
  border-right: 1px solid #8C714A;
  white-space: nowrap;
}
.anchor-nav ul li.title {
  font: 300 16px/24px "Butler", sans-serif;
  color: #787878;
  font-style: italic;
  padding-left: 16px;
}
.anchor-nav ul li a {
  display: block;
  padding: 4px 16px 6px 16px;
  font: 500 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.anchor-nav ul li a:hover, .anchor-nav ul li a:focus {
  color: var(--primary);
}
.anchor-nav ul li:first-child {
  border-right: none;
}
.anchor-nav ul li:last-child {
  border-right: none;
}

.capacity-chart .capacity-btn {
  position: relative;
  font: 300 40px/1 "Butler", sans-serif;
  color: var(--primary);
  padding: 10px 28px 10px 0;
}
@media only screen and (max-width: 767px) {
  .capacity-chart .capacity-btn {
    font-size: 30px;
  }
}
.capacity-chart .capacity-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transition: top 350ms ease-in-out;
}
.capacity-chart .capacity-btn:hover:after {
  top: 32px;
}
.capacity-chart .capacity-btn.active:after {
  top: 29px;
  transform: rotate(225deg);
}
.capacity-chart .capacity-btn.active:hover:after {
  top: 20px;
}
.callout-box {
  position: relative;
  background: #FFFFFF;
}
.callout-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.callout-box .bg img, .callout-box .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.callout-box .controls {
  position: absolute;
  bottom: 9px;
  right: 16px;
  z-index: 5;
}
.callout-box .controls .pause, .callout-box .controls .play {
  display: none;
}
.callout-box .controls .pause.active, .callout-box .controls .play.active {
  display: block;
}
.callout-box:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .callout-box:after {
    display: none;
  }
}
.callout-box .block {
  position: relative;
  z-index: 4;
  padding: 130px 60px;
}
@media only screen and (max-width: 767px) {
  .callout-box .block {
    padding: 65px 24px;
  }
}
.callout-box .block .inner {
  margin: 0 auto;
  background: #FFFFFF;
  max-width: 865px;
  padding: 60px 80px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .callout-box .block .inner {
    padding: 32px;
  }
}
.callout-box .block .inner .subtitle-style {
  margin-bottom: 12px !important;
}
.callout-box .block .inner h2 {
  font: 300 40px/48px "Butler", sans-serif !important;
  margin: 0 0 16px 0 !important;
}
.callout-box .block .inner .text {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
}
.callout-box .block .inner .links {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .callout-box .block .inner .links {
    display: flex;
    flex-direction: column;
  }
}
.callout-box .block .inner .links a {
  position: relative;
  margin: 0 14px 14px 14px;
}
@media only screen and (max-width: 767px) {
  .callout-box .block .inner .links a {
    margin: 0 auto;
    word-wrap: anywhere;
  }
}
.callout-box .block .inner .links a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -17px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #8C714A;
}
@media only screen and (max-width: 767px) {
  .callout-box .block .inner .links a:before {
    display: none;
  }
}
.callout-box .block .inner .links a:first-child:before {
  display: none;
}

.contact-bar {
  height: 94px;
  background: #8C714A;
}
@media only screen and (max-width: 1023px) {
  .contact-bar {
    height: auto;
    margin: 30px 25px;
  }
}
.contact-bar .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
}
@media only screen and (max-width: 1023px) {
  .contact-bar .inner {
    text-align: center;
    padding: 27px 30px 6px 30px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
.contact-bar .contact {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .contact-bar .contact {
    flex-direction: column;
    gap: 18px;
  }
}
.contact-bar .contact > div {
  position: relative;
  padding: 4px 18px 2px 18px;
}
@media only screen and (max-width: 1023px) {
  .contact-bar .contact > div {
    padding: 0 !important;
  }
}
.contact-bar .contact > div:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2px;
  height: 15px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .contact-bar .contact > div:after {
    height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-bar .contact > div:after {
    display: none;
  }
}
.contact-bar .contact > div:first-child {
  padding-left: 10px;
}
.contact-bar .contact > div:first-child:after {
  display: none;
}
@media (max-width: 1280px) {
  .contact-bar .contact > div.addr span {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-bar .contact > div.addr span {
    display: inline;
  }
}
.contact-bar .contact,
.contact-bar .contact a {
  font: 600 14px/1 "Outfit", sans-serif;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .contact-bar .contact,
.contact-bar .contact a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
}
.contact-bar .contact a:hover,
.contact-bar .contact a:focus {
  opacity: 0.6;
}
.contact-bar .weather {
  display: flex;
  align-items: center;
  padding-right: 35px;
  color: #FFFFFF;
}
.contact-bar .weather #current-weather {
  display: flex;
  align-items: center;
  font: 400 27px/1 "Butler";
}
.contact-bar .weather #current-weather.hidden {
  display: none;
}
.contact-bar .weather #current-weather .icon {
  margin: 4px 10px 0 0;
}
.contact-bar .weather #current-weather .icon img {
  max-height: 64px;
  filter: brightness(0%) invert(1);
}
.contact-bar .weather #current-weather .divider {
  margin: 4px 12px 0 7px;
}
.contact-bar .weather #current-weather .temp_c, .contact-bar .weather #current-weather .temp_f {
  margin: 0 0 4px 0;
}

.content-accordion .page-content {
  display: flex;
  gap: 73px;
}
@media only screen and (max-width: 767px) {
  .content-accordion .page-content {
    flex-direction: column;
  }
}
.content-accordion .page-content:after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .content-accordion .page-content .col {
    flex: 1 1 100% !important;
  }
}
.content-accordion .page-content .col:first-child {
  flex: 1 1 45%;
}
.content-accordion .page-content .col:last-child {
  flex: 1 1 55%;
}
.content-accordion .page-content .col.padding {
  padding-top: 38px;
}
.content-accordion .accordion .acc-section {
  position: relative;
  border-bottom: 1px solid #8C714A;
  transition: border-color 350ms ease-in-out;
}
.content-accordion .accordion .acc-section:first-child {
  border-top: 1px solid #8C714A;
}
.content-accordion .accordion .acc-section button {
  font: 400 24px/32px "Butler", sans-serif;
  padding: 16px 40px 15px 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.content-accordion .accordion .acc-section .expand {
  pointer-events: none;
}
.content-accordion .accordion .acc-section .expand span {
  display: block;
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 1px;
}
.content-accordion .accordion .acc-section .expand span:last-child {
  transform: rotate(90deg);
}
.content-accordion .accordion .acc-section .acc-content {
  display: none;
  overflow: hidden;
  position: relative;
  top: -7px;
  font: 400 16px/24px "Outfit", sans-serif;
}
.content-accordion .accordion .acc-section .acc-content ul, .content-accordion .accordion .acc-section .acc-content ol {
  margin: 0 0 12px 0;
  padding: 0 0 9px 17px;
}
.content-accordion .accordion .acc-section .acc-content ul li, .content-accordion .accordion .acc-section .acc-content ol li {
  font: 400 16px/24px "Outfit", sans-serif;
  padding: 4px 0;
}
.content-accordion .accordion .acc-section .acc-content ul:last-child, .content-accordion .accordion .acc-section .acc-content ol:last-child {
  margin-bottom: 0;
}
.content-accordion .accordion .acc-section .acc-content p:last-child {
  margin-bottom: 12px !important;
}
.content-accordion .accordion .acc-section.active {
  border-bottom: 4px solid var(--primary);
}
.content-accordion .accordion .acc-section.active button {
  color: var(--primary);
}
.content-accordion .accordion .acc-section.active .expand span:last-child {
  display: none;
}
.content-accordion.dark {
  background: var(--primary);
}
.content-accordion.dark .page-content {
  color: #FFFFFF !important;
}
.content-accordion.dark .page-content .col .subtitle-style-underline {
  color: #FFFFFF !important;
}
.content-accordion.dark .page-content .col .title-style {
  color: var(--secondary) !important;
}
.content-accordion.dark .page-content .col .accordion .acc-section {
  border-top-color: #8C714A;
  border-bottom-color: #8C714A;
}
.content-accordion.dark .page-content .col .accordion .acc-section button {
  color: #FFFFFF;
}
.content-accordion.dark .page-content .col .accordion .acc-section button:hover {
  color: var(--secondary);
}
.content-accordion.dark .page-content .col .accordion .acc-section .expand span {
  background: #FFFFFF;
}
.content-accordion.dark .page-content .col .accordion .acc-section .acc-content {
  color: #FFFFFF;
}
.content-accordion.dark .page-content .col .accordion .acc-section.active {
  border-bottom-color: var(--secondary);
}
.content-accordion.dark .page-content .col .accordion .acc-section.active button {
  color: #FFFFFF;
}
.content-accordion.light {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
.content-accordion.light .page-content {
  color: #787878 !important;
}
.content-accordion.light .page-content .col .subtitle-style-underline {
  color: #787878 !important;
}
.content-accordion.light .page-content .col .title-style {
  color: var(--primary) !important;
}
.content-accordion.light .page-content .col .accordion .acc-section {
  border-top-color: #8C714A;
  border-bottom-color: #8C714A;
}
.content-accordion.light .page-content .col .accordion .acc-section button {
  color: #787878;
}
.content-accordion.light .page-content .col .accordion .acc-section button:hover {
  color: var(--primary);
}
.content-accordion.light .page-content .col .accordion .acc-section .expand span {
  background: #787878;
}
.content-accordion.light .page-content .col .accordion .acc-section .acc-content {
  color: #787878;
}
.content-accordion.light .page-content .col .accordion .acc-section.active {
  border-bottom-color: var(--primary);
}
.content-accordion.light .page-content .col .accordion .acc-section.active button {
  color: var(--primary);
}

.content-block-h1 {
  margin: 78px auto 110px auto;
  padding: 0 30px;
  /*&.acm-present{
      margin-bottom: 0;
  }

  &.no-content{
      margin: 0;
  }*/
}
@media only screen and (max-width: 1023px) {
  .content-block-h1 {
    margin: 26px auto 58px auto;
  }
}
.content-block-h1 .center-column {
  max-width: 1022px;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .content-block-h1 .center-column {
    padding: 0;
  }
}
.content-block-h1 .center-column:has(.sitemap) {
  text-align: left;
}

.content-block-h2 {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  padding: 100px 0 65px 0;
}
@media only screen and (max-width: 767px) {
  .content-block-h2 {
    padding: 62px 0 43px 0;
  }
}
.content-block-h2 .page-content {
  font: 300 19px/32px "Butler", sans-serif;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  .content-block-h2 .page-content {
    padding: 0;
    font-size: 17px;
    line-height: 28px;
  }
}

.content-block-h1 .center-column,
.content-block-h2 .center-column {
  text-align: center;
  max-width: 1082px;
}
.content-block-h1 .content,
.content-block-h2 .content {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  /*max-width: 824px;*/
}
.content-block-h1 p,
.content-block-h2 p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content-block-h1 p,
.content-block-h2 p {
    margin-bottom: 24px;
  }
}
.content-block-h1 p:last-child,
.content-block-h2 p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-block-h1 p:last-child,
.content-block-h2 p:last-child {
    margin-bottom: 0;
  }
}

.content-blocks-s .row {
  display: flex;
  gap: 73px;
  margin-bottom: 100px;
}
.content-blocks-s .row:last-child {
  margin-bottom: 0;
}
.content-blocks-s .row .images {
  width: 54.5%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.content-blocks-s .row .images .image {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 700px;
}
.content-blocks-s .row .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.content-blocks-s .row .images.count-2 {
  height: 690px;
}
.content-blocks-s .row .images.count-2 .image.a,
.content-blocks-s .row .images.count-2 .image.b {
  width: 100%;
  height: calc(50% - 20px);
  min-height: 330px;
}
.content-blocks-s .row .images.count-3 {
  height: 880px;
}
.content-blocks-s .row .images.count-3 .image.a {
  width: 100%;
  height: calc(50% - 20px);
  min-height: 420px;
}
.content-blocks-s .row .images.count-3 .image.b,
.content-blocks-s .row .images.count-3 .image.c {
  width: calc(50% - 20px);
  height: calc(50% - 20px);
  min-height: 420px;
}
.content-blocks-s .row .page-content {
  width: 45.5%;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .content-blocks-s .row .page-content {
    width: 100%;
    text-align: left;
  }
}
.content-blocks-s .row .page-content ul, .content-blocks-s .row .page-content ol {
  border-top: 1px solid #8C714A;
  border-bottom: 1px solid #8C714A;
  padding: 12px 0 12px 11px;
  margin-left: 0;
}
.content-blocks-s .row .page-content ul li, .content-blocks-s .row .page-content ol li {
  font: 400 16px/24px "Outfit", sans-serif;
  padding: 4px 0;
}
.content-blocks-s .row .page-content ul:last-child, .content-blocks-s .row .page-content ol:last-child {
  margin-bottom: 0;
}
.content-blocks-s .row:nth-child(even) .page-content {
  order: 2;
}
.content-blocks-s .row:nth-child(even) .images {
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .content-blocks-s .row {
    flex-direction: column !important;
    gap: 40px !important;
  }
  .content-blocks-s .row .page-content {
    width: 100% !important;
    order: 2 !important;
    padding: 0 !important;
  }
  .content-blocks-s .row .images {
    width: 100% !important;
    order: 1 !important;
    height: 300px !important;
  }
  .content-blocks-s .row .images .image.a {
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
  }
  .content-blocks-s .row .images .image.b,
.content-blocks-s .row .images .image.c {
    display: none !important;
  }
}

.content-blocks-sw .row {
  display: flex;
  gap: 40px;
}
.content-blocks-sw .row .image {
  position: relative;
  width: 67.5%;
  min-height: 660px;
}
.content-blocks-sw .row .page-content {
  width: 32.5%;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .content-blocks-sw .row .page-content {
    width: 100%;
    text-align: left;
  }
}
.content-blocks-sw .row .page-content ul, .content-blocks-sw .row .page-content ol {
  border-top: 1px solid #8C714A;
  border-bottom: 1px solid #8C714A;
  padding: 12px 0 12px 11px;
  margin-left: 0;
}
.content-blocks-sw .row .page-content ul li, .content-blocks-sw .row .page-content ol li {
  font: 400 16px/24px "Outfit", sans-serif;
  padding: 4px 0;
}
.content-blocks-sw .row .page-content p:last-child,
.content-blocks-sw .row .page-content ul:last-child,
.content-blocks-sw .row .page-content ol:last-child,
.content-blocks-sw .row .page-content .text-block:last-child {
  margin-bottom: 0;
}
.content-blocks-sw .row .page-content .links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.content-blocks-sw:nth-child(even) .page-content {
  order: 1;
}
.content-blocks-sw:nth-child(even) .image {
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .content-blocks-sw .row {
    flex-direction: column !important;
    gap: 40px !important;
  }
  .content-blocks-sw .row .page-content {
    width: 100% !important;
    order: 2 !important;
    padding: 0 !important;
  }
  .content-blocks-sw .row .image {
    width: 100% !important;
    order: 1 !important;
    height: 300px !important;
    min-height: 300px !important;
  }
}

.content-with-side-box {
  margin: 52px auto;
}
@media only screen and (max-width: 767px) {
  .content-with-side-box {
    margin: 20px auto;
  }
}
.content-with-side-box .center-column {
  max-width: 1272px;
  display: flex;
  gap: 87px;
}
@media only screen and (max-width: 767px) {
  .content-with-side-box .center-column {
    flex-direction: column;
    gap: 40px;
  }
}
.content-with-side-box .center-column:after {
  display: none;
}
.content-with-side-box .center-column .col:last-child {
  flex: 0 0 440px;
}
.content-with-side-box .center-column .col:first-child {
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .content-with-side-box .center-column .page-content {
    text-align: left;
  }
}
.content-with-side-box .center-column .page-content .buttons-container {
  justify-content: flex-start;
}
.content-with-side-box .center-column .page-content h2 {
  margin-bottom: 42px;
}
.content-with-side-box .center-column .box {
  text-align: center;
  margin: 3px 0 0 0;
  border: 1px solid #8C714A;
  border-bottom: none;
  background: #FAFAFA;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}
.content-with-side-box .center-column .box .sect {
  padding: 34px 20px;
  border-bottom: 1px solid #8C714A;
}
.content-with-side-box .center-column .box .sect.top {
  padding: 26px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.content-with-side-box .center-column .box .sect.bottom .button {
  min-width: 226px;
}
.content-with-side-box .venue-bottom-content {
  margin-top: 40px;
}

.dining-menu {
  margin: 41px 0 69px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dining-menu {
    margin: 20px 0;
  }
}
.dining-menu .center-column {
  max-width: 1278px;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings {
    margin: 0 -30px;
  }
}
.dining-menu .listings .listing {
  display: none;
  padding: 75px 10.8% 144px 10.8%;
  margin: 40px 24px 0 24px;
  background: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing {
    padding: 56px 40px;
    margin: 56px 0 0 0;
  }
}
.dining-menu .listings .listing:first-child {
  display: block;
}
.dining-menu .listings .listing .inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.dining-menu .listings .listing .inner .category {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.dining-menu .listings .listing .inner .category .menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category .menu-items {
    flex-direction: column;
    gap: 20px;
  }
}
.dining-menu .listings .listing .inner .category .menu-items .item {
  font: 300 17px/28px "Outfit", sans-serif;
  letter-spacing: 0.17px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category .menu-items .item {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.dining-menu .listings .listing .inner .category .menu-items .item .name,
.dining-menu .listings .listing .inner .category .menu-items .item .price {
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.dining-menu .listings .listing .inner .category .menu-items .item .name {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category .menu-items .item .name {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category .menu-items .item .descr,
.dining-menu .listings .listing .inner .category .menu-items .item .price {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
}
.dining-menu .listings .listing .inner .category .menu-items .item .price {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category .menu-items .item .price {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .dining-menu .listings .listing .inner .category .menu-items .item .bullet {
    display: none;
  }
}

.faq .page-content {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .faq .page-content {
    flex-direction: column;
  }
}
.faq .page-content:after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .faq .page-content .col {
    flex: 1 1 100% !important;
  }
}
.faq .page-content .col:first-child {
  flex: 1 1 32%;
}
.faq .page-content .col:last-child {
  flex: 1 1 68%;
}
.faq .accordion .acc-section {
  position: relative;
  border-bottom: 1px solid #8C714A;
  transition: border-color 350ms ease-in-out;
}
.faq .accordion .acc-section:first-child {
  border-top: 1px solid #8C714A;
}
.faq .accordion .acc-section button {
  font: 400 24px/32px "Butler", sans-serif;
  padding: 16px 40px 15px 0;
  width: 100%;
  color: #787878;
  text-align: left;
  position: relative;
}
.faq .accordion .acc-section .expand {
  pointer-events: none;
}
.faq .accordion .acc-section .expand span {
  display: block;
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 1px;
  background: #787878;
}
.faq .accordion .acc-section .expand span:last-child {
  transform: rotate(90deg);
}
.faq .accordion .acc-section .acc-content {
  display: none;
  overflow: hidden;
  position: relative;
  top: -7px;
  font: 400 16px/24px "Outfit", sans-serif;
}
.faq .accordion .acc-section .acc-content ul, .faq .accordion .acc-section .acc-content ol {
  margin: 0 0 12px 0;
  padding: 0 0 9px 17px;
}
.faq .accordion .acc-section .acc-content ul li, .faq .accordion .acc-section .acc-content ol li {
  font: 400 16px/24px "Outfit", sans-serif;
  padding: 4px 0;
}
.faq .accordion .acc-section .acc-content ul:last-child, .faq .accordion .acc-section .acc-content ol:last-child {
  margin-bottom: 0;
}
.faq .accordion .acc-section .acc-content p:last-child {
  margin-bottom: 12px !important;
}
.faq .accordion .acc-section.active {
  border-bottom: 4px solid var(--primary);
}
.faq .accordion .acc-section.active button {
  color: var(--primary);
}
.faq .accordion .acc-section.active .expand span:last-child {
  display: none;
}

.faq-section {
  text-align: left;
}
.faq-section .faq-section-category {
  margin-bottom: 80px;
}
.faq-section .faq-section-category:last-child {
  margin-bottom: 0;
}
.faq-section .faq-section-category-descr {
  text-align: left;
}

.gallery-slider {
  margin: 123px 0 95px 0;
  overflow: hidden;
}
.gallery-slider .center-column {
  max-width: 1056px;
}
.gallery-slider .center-column > h2 {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow {
    margin-left: -30px;
  }
}
.gallery-slider .swiper-slide .scale {
  position: relative;
  padding: 0 0 61.2% 0;
  height: 0;
}
.gallery-slider .swiper-slide .scale img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery-slider .swiper-slide .scale .label {
  font: 600 14px/15px "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  color: #FFFFFF;
  position: absolute;
  bottom: 23px;
  right: 31px;
  z-index: 3;
}
.gallery-slider .swiper-slide .scale:has(.label):after {
  content: "";
  display: block;
  height: 18%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.gallery-slider .controls-wrapper {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 38px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .controls-wrapper {
    display: none;
  }
}

.gallery-slider-with-captions {
  margin: 120px 0;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-with-captions {
    margin: 80px 0;
  }
}
.gallery-slider-with-captions .center-column {
  max-width: 100%;
  padding: 0;
}
.gallery-slider-with-captions .center-column > h2 {
  margin-bottom: 49px;
}
.gallery-slider-with-captions .gallery-width {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-with-captions .gallery-width {
    max-width: calc(100% - 60px);
  }
}
.gallery-slider-with-captions .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0.5;
}
.gallery-slider-with-captions .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-top: 40px;
  height: 460px;
  transition: height 350ms ease-in-out, margin 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-with-captions .swiper-slide img {
    margin-top: 26px;
    height: 180px;
  }
}
.gallery-slider-with-captions .swiper-slide .label {
  font: 300 17px/28px "Outfit", sans-serif;
  letter-spacing: 0.17px;
  color: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-with-captions .swiper-slide .label {
    font-size: 15px;
    line-height: 24px;
  }
}
.gallery-slider-with-captions .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gallery-slider-with-captions .swiper-slide.swiper-slide-active img {
  margin-top: 0;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-with-captions .swiper-slide.swiper-slide-active img {
    height: 206px;
  }
}
.gallery-slider-with-captions .swiper-slide.swiper-slide-active .label {
  opacity: 1;
}
.gallery-slider-with-captions .button-controls {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider-with-captions .button-controls {
    padding: 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}

.images-content .row {
  display: flex;
  gap: 40px;
}
.images-content .row:first-child {
  align-items: end;
  margin-bottom: 40px;
}
.images-content .row .image {
  width: 50%;
  height: 660px;
}
.images-content .row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.images-content .row .image.a {
  width: 61%;
}
.images-content .row .image.b {
  width: 39%;
  max-height: 620px;
  margin-right: 40px;
}
.images-content .row .image.c {
  width: 68%;
}
.images-content .row .page-content {
  width: 32%;
}
.images-content .row .page-content .btn-primary + .btn-underline {
  margin-left: 26px;
}
@media only screen and (max-width: 1023px) {
  .images-content .row .page-content {
    width: 100%;
    text-align: left;
  }
}
.images-content.content-right .image.a {
  order: 2;
}
.images-content.content-right .image.b {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}
.images-content.content-right .image.c {
  order: 1;
}
.images-content.content-right .page-content {
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .images-content .row {
    margin: 0 !important;
    flex-direction: column;
  }
  .images-content .image {
    display: none !important;
  }
}

.image-links {
  position: relative;
  height: 700px;
  margin: 0 0 100px 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .image-links {
    height: auto;
    margin-bottom: 60px;
  }
}
.image-links .bg, .image-links .roll-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .image-links .bg, .image-links .roll-bg {
    display: none;
  }
}
.image-links .bg img, .image-links .bg video, .image-links .roll-bg img, .image-links .roll-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.image-links .bg {
  z-index: 1;
}
.image-links .roll-bg {
  z-index: 2;
}
.image-links .roll-bg .ele {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image-links .roll-bg .ele img, .image-links .roll-bg .ele video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.image-links:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .image-links:after {
    display: none;
  }
}
.image-links .link-blocks {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .image-links .link-blocks {
    flex-direction: column;
    gap: 16px;
    height: auto;
    position: relative;
  }
}
.image-links .link-blocks .block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .image-links .link-blocks .block {
    height: 260px;
    display: block;
  }
}
.image-links .link-blocks .block .inner {
  background: transparent;
  background: color-mix(in srgb, var(--primary) 0%, transparent);
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 0 auto;
  width: 81%;
  height: 320px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 350ms ease-in-out;
}
.image-links .link-blocks .block .inner h3 {
  font: 300 40px/48px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 14px 0;
}
.image-links .link-blocks .block .inner .desc {
  opacity: 0;
  display: none;
  position: relative;
  font: 300 16px/22px "Outfit", sans-serif;
  overflow: visible !important;
  transition: opacity 350ms ease-in-out;
}
.image-links .link-blocks .block .inner .desc .text {
  padding: 0px 0 17px 0;
}
.image-links .link-blocks .block .inner .desc .more {
  position: relative;
  font: 500 14px/20px "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.image-links .link-blocks .block .image-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .image-links .link-blocks .block .image-mobile {
    display: block;
  }
}
.image-links .link-blocks .block .image-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.image-links .link-blocks .block.active .inner {
  background: var(--primary);
  background: color-mix(in srgb, var(--primary) 60%, transparent);
}
.image-links .link-blocks .block.active .inner .desc {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .image-links .link-blocks .block .inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  }
  .image-links .link-blocks .block .inner h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .image-links .link-blocks .block .inner .desc {
    opacity: 1 !important;
    display: block !important;
    height: auto !important;
  }
  .image-links .link-blocks .block .inner .desc .text {
    display: none !important;
  }
  .image-links .link-blocks .block.active .inner {
    background: var(--primary);
    background: color-mix(in srgb, var(--primary) 60%, transparent);
  }
  .image-links .link-blocks .block.active .inner .desc {
    opacity: 1;
  }
}

.program-booking {
  background: var(--primary);
  padding: 60px 0 45px 0;
  text-align: center;
}
.program-booking .columns {
  display: flex;
  justify-content: center;
  margin: 61px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .program-booking .columns {
    flex-direction: column;
  }
}
.program-booking .columns .col {
  text-align: left;
  width: 100%;
  padding: 0 40px;
  border-right: 1px solid #8C714A;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 1;
  flex-grow: 0;
}
.program-booking .columns .col:first-child {
  padding-left: 0;
}
.program-booking .columns .col:last-child {
  padding-right: 0;
  border-right: none;
}
.program-booking .columns .col.options {
  flex-basis: 426px;
}
.program-booking .columns .col.reserve {
  flex-basis: 467px;
}
.program-booking .columns .col.book {
  flex-basis: 426px;
}
@media only screen and (max-width: 1023px) {
  .program-booking .columns .col {
    padding: 40px 0;
    border-right: none;
    border-bottom: 1px solid #8C714A;
    flex-basis: auto !important;
  }
  .program-booking .columns .col:first-child {
    padding-top: 0;
  }
  .program-booking .columns .col:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.program-booking .columns .col h3 {
  font: 400 14px/16px "Outfit", sans-serif !important;
  color: #FFFFFF !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
}
.program-booking .columns .col input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 9px 8px 0 0;
  vertical-align: top;
  accent-color: #FFFFFF;
}
.program-booking .columns .col label {
  display: inline-block;
  width: calc(100% - 26px);
  font: 300 19px/30px "Butler", sans-serif;
  color: #FFFFFF;
  margin-bottom: 26px;
}
.program-booking .columns .col label:last-child {
  margin-bottom: 0;
}
.program-booking .columns .col label span {
  display: block;
  font: 400 16px/24px "Outfit", sans-serif;
}
.program-booking .columns .col .select-wrapper .select-icon {
  border-color: #FFFFFF;
  width: 9px;
  height: 9px;
  right: 25px;
}
.program-booking .columns .col select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--primary);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 6px 24px;
  font: 300 19px/32px "Butler", sans-serif;
  color: #FFFFFF;
  height: 48px;
}
.program-booking .columns .col select::-ms-expand {
  display: none;
}
.program-booking .columns .col select option {
  background: var(--primary);
  font: 300 19px/32px "Butler", sans-serif;
  color: #FFFFFF;
}
.program-booking .columns .col select option:hover, .program-booking .columns .col select option:focus, .program-booking .columns .col select option:selected {
  background: #FFFFFF;
  color: var(--primary);
}
.program-booking .columns .col select option:disabled {
  display: none;
}
.program-booking .columns .col .links {
  display: flex;
  gap: 24px;
}
.program-booking .columns .col .btn-rounded-solid {
  width: 100%;
  max-width: 318px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .program-booking .columns .col .btn-rounded-solid {
    max-width: 100%;
  }
}
.program-booking .help {
  margin: 61px 0 0 0;
  padding: 23px 0 0 0;
  border-top: 1px solid #8C714A;
}
.program-booking .help .h-text {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #FFFFFF;
}
.program-booking .help .h-links {
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .program-booking .help .h-links {
    display: flex;
    flex-direction: column;
  }
}
.program-booking .help .h-links a {
  position: relative;
  margin: 0 14px 14px 14px;
}
@media only screen and (max-width: 1023px) {
  .program-booking .help .h-links a {
    margin: 0 auto;
    word-wrap: anywhere;
  }
}
.program-booking .help .h-links a:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -17px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: #8C714A;
}
@media only screen and (max-width: 1023px) {
  .program-booking .help .h-links a:before {
    display: none;
  }
}
.program-booking .help .h-links a:first-child:before {
  display: none;
}

.itinerary .blocks {
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .itinerary .blocks {
    flex-direction: column;
    justify-content: center;
  }
}
.itinerary .blocks .block {
  flex: 0 1 calc(33.33% - 26.66px);
}
@media only screen and (max-width: 767px) {
  .itinerary .blocks .block {
    flex: 1 1 100%;
  }
}
.itinerary .blocks .block h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: #787878;
  margin-bottom: 23px;
}
.itinerary .blocks .block h4 {
  font: 500 14px/18px "Outfit", sans-serif;
  color: #787878;
  margin-bottom: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.itinerary .blocks .block .image {
  position: relative;
  height: 188px;
  margin-bottom: 24px;
}
.itinerary .blocks .block .event {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 13px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #8C714A;
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
}
.itinerary .blocks .block .event:last-child {
  margin-bottom: 0;
}

.leadership .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .leadership .blocks {
    flex-direction: column;
  }
}
.leadership .blocks .block {
  flex: 0 1 calc(25% - 30px);
  padding-bottom: 39px;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 1023px) {
  .leadership .blocks .block {
    flex: 1 1 calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .leadership .blocks .block {
    flex: 1 1 auto;
  }
}
.leadership .blocks .block .image {
  position: relative;
  background: #787878;
  width: 100%;
  height: 300px;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1023px) {
  .leadership .blocks .block .image {
    height: 200px;
  }
}
.leadership .blocks .block h3 {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 8px !important;
}
.leadership .blocks .block .subtitle {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.leadership .blocks .block .content {
  font: 300 16px/24px "Butler", sans-serif;
  color: #787878;
}
.leadership .blocks .block .read-more {
  font: 500 16px/24px "Outfit", sans-serif;
  color: var(--primary);
  text-decoration: none;
}
.leadership .blocks .block .read-more:hover, .leadership .blocks .block .read-more:focus {
  color: var(--secondary);
}
.leadership .blocks .block .social {
  display: flex;
  gap: 10px;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .leadership .blocks .block .social {
    justify-content: center;
  }
}
.leadership .blocks .block .social a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: none !important;
  /*
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 3px;
  */
}
.leadership .blocks .block .social a:hover, .leadership .blocks .block .social a:focus {
  background: var(--secondary);
}
.leadership .contact-title {
  margin-top: 81px !important;
}
.leadership .contacts {
  margin: 33px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .leadership .contacts {
    flex-direction: column;
  }
}
.leadership .contacts .block {
  flex: 0 1 calc(50% - 20px);
  font: 500 16px/24px "Outfit", sans-serif;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  .leadership .contacts .block {
    flex: 1 1 auto;
    width: 100%;
  }
}
.leadership .contacts .block .subtitle-style-underline {
  margin-bottom: 15px !important;
}
.leadership .contacts .block a {
  color: #787878;
}

.location-listings .page-content p {
  max-width: 875px;
}
.location-listings .page-content.text-center p {
  margin: 0 auto;
}
.location-listings .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 65px;
}
.location-listings .blocks .block {
  width: calc(33.33% - 26.66px);
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .location-listings .blocks .block {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .location-listings .blocks .block {
    width: 100%;
  }
}
.location-listings .blocks .block .image {
  position: relative;
  width: 100%;
  height: 360px;
}
.location-listings .blocks .block .image .tour {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 31;
  padding: 2px 14px;
}
.location-listings .blocks .block .image .tour svg {
  width: 36px;
}
.location-listings .blocks .block .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.location-listings .blocks .block .subtitle {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #787878;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 16px 0 -8px 0;
}
.location-listings .blocks .block h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: var(--primary);
  margin: 15px 0 9px 0;
}
.location-listings .blocks .block .location {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
  margin: 0 0 6px 0;
}
.location-listings .blocks .block .text {
  font: 300 16px/24px "Butler", sans-serif;
  color: #787878;
  margin-bottom: 18px;
}
.location-listings .blocks .block .amenities {
  font: 300 16px/24px "Outfit", sans-serif;
  color: #787878;
  padding: 16px 0 12px 0;
  border-top: 1px solid #8C714A;
  border-bottom: 1px solid #8C714A;
}
.location-listings .blocks .block .amenities strong {
  font-weight: 500;
}
.location-listings .blocks .block .amenities ul {
  list-style-type: disc;
  margin-left: 22px;
}
.location-listings .blocks .block .links {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: auto;
  padding-top: 16px;
}
.location-listings .blocks .block .links .button-add {
  width: 100%;
  margin: 0 14px;
  border-left: 1px solid #8C714A;
  padding-left: 15px;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.location-listings .blocks .block .links .book-btn {
  text-align: right;
}

.photo-gallery {
  margin: 95px 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .photo-gallery {
    margin: 80px 0 20px 0;
  }
}
.photo-gallery .center-column {
  max-width: 1278px;
}
.photo-gallery .listing-filters {
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .photo-gallery .listing-filters {
    margin: 0 0 40px 0;
  }
}
.photo-gallery .listings .listing {
  display: none;
}
.photo-gallery .listings .listing:first-child {
  display: block;
}
.photo-gallery .listings .listing .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .photo-gallery .listings .listing .inner {
    gap: 20px;
  }
}
.photo-gallery .listings .listing .inner button {
  flex: 0 0 calc(33.3332% - 9.3332px);
  height: 467px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .photo-gallery .listings .listing .inner button {
    flex: 0 0 calc(50% - 14px);
    height: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery .listings .listing .inner button {
    flex: 0 0 calc(100%);
    height: 386px;
  }
}
.photo-gallery .listings .listing .inner button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform: scale(1.15);
  transition: transform 350ms ease-in-out;
}
.photo-gallery .listings .listing .inner button img:hover, .photo-gallery .listings .listing .inner button img:focus {
  transform: scale(1);
}

.property-listings .filters-row {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  .property-listings .filters-row {
    margin-bottom: 16px;
  }
}
.property-listings .filters-row .links {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 46px;
  height: 47px;
}
.property-listings .filters-row .filters {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  height: 47px;
}
@media only screen and (min-width: 768px) {
  .property-listings .filters-row .filters {
    /* Important - overwrites JS functionality when moving from mobile to desktop */
    display: flex !important;
  }
}
.property-listings .filters-row .filters.property-filters {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .property-listings .filters-row .filters.property-filters {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 15;
    background: #FFFFFF;
    border: 1px solid #8C714A;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .property-listings .filters-row .filters.property-filters button {
    padding: 16px 20px;
    border: none !important;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.property-listings .filters-row .filters.view-filters {
  gap: 22px;
  padding-left: 22px;
  border-left: 1px solid #8C714A;
}
.property-listings .filters-row .filters.hide {
  opacity: 0;
  pointer-events: none;
}
.property-listings .filters-row .filters button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
}
.property-listings .filters-row .filters button svg path, .property-listings .filters-row .filters button svg rect {
  fill: #e9e9e9;
}
.property-listings .filters-row .filters button:hover, .property-listings .filters-row .filters button:focus {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .property-listings .filters-row .filters button:hover, .property-listings .filters-row .filters button:focus {
    color: #e9e9e9;
    background: rgba(0, 0, 0, 0.03);
    border-bottom-color: transparent;
  }
}
.property-listings .filters-row .filters button:hover svg path, .property-listings .filters-row .filters button:hover svg rect, .property-listings .filters-row .filters button:focus svg path, .property-listings .filters-row .filters button:focus svg rect {
  fill: var(--primary);
}
.property-listings .filters-row .filters button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.property-listings .filters-row .filters button.active svg path, .property-listings .filters-row .filters button.active svg rect {
  fill: var(--primary);
}
.property-listings .filters-row .filters-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: 47px;
}
@media only screen and (max-width: 767px) {
  .property-listings .filters-row .filters-mobile {
    display: block;
  }
}
.property-listings .filters-row .filters-mobile button {
  display: block;
  position: relative;
  padding: 8px 0 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
  width: 100%;
  text-align: left;
}
.property-listings .filters-row .filters-mobile button:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 23px;
  z-index: 2;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}
.property-listings .filters-row .filters-mobile button.active:after {
  top: 15px;
  transform: rotate(225deg);
}
.property-listings .blocks {
  display: block;
  position: absolute;
  left: -9999px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .property-listings .blocks {
    flex-direction: column;
  }
}
.property-listings .blocks.active {
  position: relative;
  left: 0;
}
.property-listings .blocks.grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.property-listings .blocks .block {
  display: flex;
  flex-direction: column;
  height: auto;
  width: calc(33.33% - 26.66px);
  max-width: calc(33.33% - 26.66px);
}
@media only screen and (max-width: 1023px) {
  .property-listings .blocks .block {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .property-listings .blocks .block {
    width: 100%;
    max-width: 100%;
  }
}
.property-listings .blocks .block .image {
  position: relative;
  width: 100%;
  height: 360px;
}
.property-listings .blocks .block .image .tour {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 31;
  padding: 2px 14px;
}
.property-listings .blocks .block .image .tour svg {
  width: 36px;
}
.property-listings .blocks .block .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.property-listings .blocks .block .subtitle {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #787878;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 16px 0 -8px 0;
}
.property-listings .blocks .block h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: var(--primary);
  margin: 15px 0 9px 0;
}
.property-listings .blocks .block .text {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
  margin-bottom: 15px;
  overflow: hidden;
}
.property-listings .blocks .block .links {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #8C714A;
}
.property-listings .blocks .block .links .button-add {
  width: 100%;
  margin: 0 14px;
  border-left: 1px solid #8C714A;
  padding-left: 15px;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.property-listings .blocks .block .links .compare {
  width: 100%;
  margin: 0 14px;
  border-left: 1px solid #8C714A;
  padding-left: 15px;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.property-listings .blocks .block .links .compare input[type=checkbox] {
  width: 21px;
  height: 21px;
}
.property-listings .blocks .block .links .compare label {
  font: 600 14px/14px "Outfit", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  padding-left: 8px;
}
.property-listings .blocks .block .links .book-btn {
  text-align: right;
}

.quote-image {
  position: relative;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}
@media only screen and (max-width: 1023px) {
  .quote-image {
    min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .quote-image {
    min-height: auto;
  }
}
.quote-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.quote-image .bg img, .quote-image .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.quote-image:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .quote-image:after {
    display: none;
  }
}
.quote-image .text {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  padding: 63px 24px;
  width: 100%;
  max-width: 925px;
  font: 300 56px/64px "Butler", sans-serif;
  color: #FFFFFF;
  text-align: center;
}
.quote-image .text em {
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .quote-image .text {
    font-size: 32px;
    line-height: 40px;
  }
}

.content-blocks-r .row {
  display: flex;
  gap: 73px;
}
.content-blocks-r .row .images {
  width: 54.5%;
  position: relative;
  height: auto;
  min-height: 900px;
}
.content-blocks-r .row .page-content {
  width: 45.5%;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .content-blocks-r .row .page-content {
    width: 100%;
    text-align: left;
  }
}
.content-blocks-r .row .page-content ul, .content-blocks-r .row .page-content ol {
  border-top: 1px solid #8C714A;
  border-bottom: 1px solid #8C714A;
  padding: 12px 0 12px 11px;
  margin-left: 0;
}
.content-blocks-r .row .page-content ul li, .content-blocks-r .row .page-content ol li {
  font: 400 16px/24px "Outfit", sans-serif;
  padding: 4px 0;
}
.content-blocks-r .row .page-content ul:last-child, .content-blocks-r .row .page-content ol:last-child {
  margin-bottom: 0;
}
.content-blocks-r .row .page-content .accordion .acc-section {
  position: relative;
  border-bottom: 1px solid #8C714A;
  transition: border-color 350ms ease-in-out;
}
.content-blocks-r .row .page-content .accordion .acc-section:first-child {
  border-top: 1px solid #8C714A;
}
.content-blocks-r .row .page-content .accordion .acc-section button {
  font: 500 16px/22px "Outfit", sans-serif;
  padding: 16px 40px 15px 0;
  width: 100%;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  position: relative;
}
.content-blocks-r .row .page-content .accordion .acc-section .expand {
  pointer-events: none;
}
.content-blocks-r .row .page-content .accordion .acc-section .expand span {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1;
  width: 9px;
  height: 1px;
  background: #787878;
}
.content-blocks-r .row .page-content .accordion .acc-section .expand span:last-child {
  transform: rotate(90deg);
}
.content-blocks-r .row .page-content .accordion .acc-section .acc-content {
  display: none;
  overflow: hidden;
  position: relative;
  top: -7px;
  font: 300 16px/24px "Outfit", sans-serif;
  color: #787878;
  padding: 10px 0;
}
.content-blocks-r .row .page-content .accordion .acc-section .acc-content ul, .content-blocks-r .row .page-content .accordion .acc-section .acc-content ol {
  margin: 0 0 12px 0;
  padding: 0 0 9px 17px;
}
.content-blocks-r .row .page-content .accordion .acc-section .acc-content ul li, .content-blocks-r .row .page-content .accordion .acc-section .acc-content ol li {
  font: 400 16px/24px "Outfit", sans-serif;
  padding: 4px 0;
}
.content-blocks-r .row .page-content .accordion .acc-section .acc-content ul:last-child, .content-blocks-r .row .page-content .accordion .acc-section .acc-content ol:last-child {
  margin-bottom: 0;
}
.content-blocks-r .row .page-content .accordion .acc-section .acc-content p {
  margin-bottom: 7px;
}
.content-blocks-r .row .page-content .accordion .acc-section .acc-content p:last-child {
  margin-bottom: 0 !important;
}
.content-blocks-r .row .page-content .accordion .acc-section.active .expand span:last-child {
  display: none;
}
.content-blocks-r .row .page-content .links {
  margin-top: 32px;
}
.content-blocks-r .row.content-left .page-content {
  order: 1;
}
.content-blocks-r .row.content-left .images {
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .content-blocks-r .row {
    flex-direction: column !important;
    gap: 40px !important;
  }
  .content-blocks-r .row .page-content {
    width: 100% !important;
    order: 2 !important;
    padding: 0 !important;
  }
  .content-blocks-r .row .images {
    order: 1 !important;
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
  }
}

.restaurant-menus .row {
  display: flex;
  gap: 73px;
}
.restaurant-menus .row .image {
  width: 45.5%;
  position: relative;
  height: auto;
  min-height: 400px;
}
.restaurant-menus .row .page-content {
  width: 54.5%;
  padding: 97px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .restaurant-menus .row .page-content {
    width: 100%;
    text-align: left;
  }
}
.restaurant-menus .row .page-content .menu-list {
  margin-top: -7px;
  border-top: 1px solid #8C714A;
}
.restaurant-menus .row .page-content .menu-list .block button {
  display: block;
  width: 100%;
  position: relative;
  font: 300 32px/40px "Butler", sans-serif;
  color: #787878;
  text-align: left;
  padding: 14px 100px 17px 0;
  margin: 0 0 1px 0;
  transition: 350ms ease-in-out;
}
.restaurant-menus .row .page-content .menu-list .block button svg {
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  transform: translateY(-50%);
  transition: 350ms ease-in-out;
}
.restaurant-menus .row .page-content .menu-list .block button svg path {
  stroke: #8C714A;
  transition: 350ms ease-in-out;
}
.restaurant-menus .row .page-content .menu-list .block button:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #8C714A;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  transition: 350ms ease-in-out;
}
.restaurant-menus .row .page-content .menu-list .block button:hover, .restaurant-menus .row .page-content .menu-list .block button:focus {
  color: var(--primary);
}
.restaurant-menus .row .page-content .menu-list .block button:hover svg, .restaurant-menus .row .page-content .menu-list .block button:focus svg {
  right: 0px;
}
.restaurant-menus .row .page-content .menu-list .block button:hover svg path, .restaurant-menus .row .page-content .menu-list .block button:focus svg path {
  stroke: var(--primary);
}
.restaurant-menus .row .page-content .menu-list .block button:hover:after, .restaurant-menus .row .page-content .menu-list .block button:focus:after {
  background: var(--primary);
  height: 4px;
}
@media only screen and (max-width: 1023px) {
  .restaurant-menus .row {
    flex-direction: column !important;
    gap: 32px !important;
  }
  .restaurant-menus .row .page-content {
    width: 100% !important;
    order: 2 !important;
    padding: 0 !important;
  }
  .restaurant-menus .row .page-content .menu-list {
    margin-top: 0;
  }
  .restaurant-menus .row .page-content .menu-list .block button {
    font-size: 24px;
    line-height: 32px;
  }
  .restaurant-menus .row .page-content .menu-list .block button svg {
    right: 0 !important;
  }
  .restaurant-menus .row .image {
    order: 1 !important;
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
  }
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  background: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease-in-out;
}
#menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
#menu-overlay .top-bar {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-bar {
    height: 49px;
  }
}
#menu-overlay .top-bar .back-btn {
  font: 600 14px/1 "Outfit", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #787878;
  display: flex;
  gap: 13px;
  padding: 25px 0;
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-bar .back-btn {
    padding: 17px 0;
    margin: 0 0 0 17px;
  }
}
#menu-overlay .top-bar .back-btn svg path {
  stroke: #787878;
  transition: 350ms ease-in-out;
}
#menu-overlay .top-bar .back-btn:hover, #menu-overlay .top-bar .back-btn:focus {
  color: var(--primary);
}
#menu-overlay .top-bar .back-btn:hover svg path, #menu-overlay .top-bar .back-btn:focus svg path {
  stroke: var(--primary);
}
#menu-overlay .top-bar .reserve-btn {
  font: 600 14px/1 "Outfit", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: var(--primary);
  padding: 24px 30px;
  width: 100%;
  max-width: 290px;
  text-align: center;
  text-decoration: none;
}
#menu-overlay .top-bar .reserve-btn:hover, #menu-overlay .top-bar .reserve-btn:focus {
  background: #000000;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-bar .reserve-btn {
    display: none;
  }
}
#menu-overlay .inner {
  width: 100%;
  height: 100%;
}
#menu-overlay .top-content {
  padding: 40px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-content {
    padding-top: 36px;
  }
}
#menu-overlay .top-content .center-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-content .center-column {
    flex-direction: column;
  }
}
#menu-overlay .top-content .col:first-child {
  width: 64.5%;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-content .col:first-child {
    width: 100%;
  }
}
#menu-overlay .top-content .col:last-child {
  width: 35.5%;
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #8C714A;
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-content .col:last-child {
    width: 100%;
    padding: 7px 0;
    margin-left: 0;
    border: none;
  }
}
#menu-overlay .top-content .col:last-child p {
  margin-bottom: 9px;
}
#menu-overlay .top-content .col:last-child p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-content .subtitle-style {
    margin-bottom: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  #menu-overlay .top-content h2 {
    font-size: 40px !important;
  }
}
#menu-overlay .menu-filters-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #8C714A;
}
#menu-overlay .menu-filters-wrap .menu-filters {
  width: 100%;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  gap: 46px;
}
#menu-overlay .menu-filters-wrap .menu-filters button {
  display: block;
  padding: 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
}
#menu-overlay .menu-filters-wrap .menu-filters button:hover, #menu-overlay .menu-filters-wrap .menu-filters button:focus {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
#menu-overlay .menu-filters-wrap .menu-filters button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
#menu-overlay .menu-listing {
  display: none;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .menu-listing {
    padding-bottom: 90px;
  }
}
#menu-overlay .menu-listing.active {
  display: block;
}
#menu-overlay .menu-listing .row {
  padding: 40px 0;
}
#menu-overlay .menu-listing .row + .row {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .menu-listing .row + .row {
    margin-top: -16px;
  }
}
#menu-overlay .menu-listing h3 {
  margin-bottom: 24px !important;
}
#menu-overlay .menu-listing .menu-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #menu-overlay .menu-listing .menu-blocks {
    gap: 25px;
  }
}
#menu-overlay .menu-listing .menu-blocks .block {
  flex: 0 1 calc(33.33% - 26.66px);
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  #menu-overlay .menu-listing .menu-blocks .block {
    flex: 0 1 calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  #menu-overlay .menu-listing .menu-blocks .block {
    flex: 0 1 100%;
  }
}
#menu-overlay .menu-listing .menu-blocks .block h4 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font: 400 24px/32px "Butler", sans-serif;
  color: #787878;
  border-bottom: 1px solid #8C714A;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
}
#menu-overlay .menu-listing .menu-blocks .block h4 span {
  font: 500 18px/32px "Outfit", sans-serif;
}
#menu-overlay .menu-listing .menu-blocks .block .desc {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
  border-bottom: 1px solid #8C714A;
  padding: 0 0 8px 0;
}
#menu-overlay .menu-listing .menu-blocks .block .desc .add {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 7px 0 0 0;
}
#menu-overlay .menu-listing .menu-blocks .block .desc .add span {
  font: 500 16px/24px "Outfit", sans-serif;
}

@media only screen and (max-width: 1023px) {
  .seasonal-activities {
    margin-top: 0;
  }
}
.seasonal-activities .page-content {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .seasonal-activities .page-content {
    flex-direction: column;
  }
}
.seasonal-activities .page-content .content {
  flex: 0 0 453px;
  padding: 60px 40px 60px 0;
}
@media only screen and (max-width: 1023px) {
  .seasonal-activities .page-content .content {
    order: 2;
    padding-right: 0;
    flex: 0 0 auto;
  }
}
.seasonal-activities .page-content .content h2 {
  padding-bottom: 22px !important;
  margin-bottom: 0 !important;
}
.seasonal-activities .page-content .content .accordion .acc-section {
  position: relative;
  border-bottom: 1px solid #8C714A;
}
.seasonal-activities .page-content .content .accordion .acc-section button {
  font: 300 32px/40px "Butler", sans-serif;
  color: #787878;
  padding: 15px 40px 15px 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.seasonal-activities .page-content .content .accordion .acc-section button:hover, .seasonal-activities .page-content .content .accordion .acc-section button:active {
  color: var(--primary);
}
.seasonal-activities .page-content .content .accordion .acc-section .expand {
  pointer-events: none;
}
.seasonal-activities .page-content .content .accordion .acc-section .expand span {
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
  background: #000000;
  width: 31px;
  height: 1px;
}
.seasonal-activities .page-content .content .accordion .acc-section .expand span:last-child {
  transform: rotate(90deg);
}
.seasonal-activities .page-content .content .accordion .acc-section .acc-content {
  height: 0;
  overflow: hidden;
  margin-top: -5px;
  font: 400 18px/32px "Outfit", sans-serif;
  color: #787878;
  transition: height 350ms ease-in-out;
}
.seasonal-activities .page-content .content .accordion .acc-section .acc-content ul {
  margin: 0 0 19px 12px;
}
.seasonal-activities .page-content .content .accordion .acc-section.active {
  border-bottom: 4px solid var(--primary);
}
.seasonal-activities .page-content .content .accordion .acc-section.active button {
  color: var(--primary);
}
.seasonal-activities .page-content .content .accordion .acc-section.active .expand span:last-child {
  display: none;
}
.seasonal-activities .page-content .content .accordion .acc-section.active .acc-content {
  height: auto;
}
.seasonal-activities .page-content .images {
  flex: 1 1 auto;
  height: auto;
  min-height: 720px;
}
@media only screen and (max-width: 1023px) {
  .seasonal-activities .page-content .images {
    order: 1;
    min-height: auto;
  }
}
.seasonal-activities .page-content .images .image-set {
  position: absolute;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.seasonal-activities .page-content .images .image-set .collage {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .seasonal-activities .page-content .images .image-set .collage {
    display: none;
  }
}
.seasonal-activities .page-content .images .image-set .collage .img-1 {
  position: relative;
  flex: 1 1 63.7%;
}
.seasonal-activities .page-content .images .image-set .collage .col-2 {
  flex: 1 1 36.3%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.seasonal-activities .page-content .images .image-set .collage .col-2 .img-2, .seasonal-activities .page-content .images .image-set .collage .col-2 .img-3 {
  position: relative;
  height: 50%;
}
.seasonal-activities .page-content .images .image-set .slider {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .seasonal-activities .page-content .images .image-set .slider {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.seasonal-activities .page-content .images .image-set.active {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider {
  overflow: hidden;
}
.slider .controls {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  .slider .controls {
    margin-bottom: 16px;
  }
}
.slider .controls .links {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 46px;
  height: 47px;
}
.slider .controls .filters {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 46px;
  height: 47px;
}
@media only screen and (min-width: 768px) {
  .slider .controls .filters {
    /* Important - overwrites JS functionality when moving from mobile to desktop */
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider .controls .filters {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 15;
    background: #FFFFFF;
    border: 1px solid #8C714A;
    height: auto;
  }
}
.slider .controls .filters button {
  display: block;
  padding: 8px 0 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slider .controls .filters button {
    padding: 16px 20px;
    border: none !important;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.slider .controls .filters button:hover, .slider .controls .filters button:focus {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .slider .controls .filters button:hover, .slider .controls .filters button:focus {
    color: #e9e9e9;
    background: rgba(0, 0, 0, 0.03);
    border-bottom-color: transparent;
  }
}
.slider .controls .filters button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.slider .controls .filters-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: 47px;
}
@media only screen and (max-width: 767px) {
  .slider .controls .filters-mobile {
    display: block;
  }
}
.slider .controls .filters-mobile button {
  display: block;
  position: relative;
  padding: 8px 0 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
  width: 100%;
  text-align: left;
}
.slider .controls .filters-mobile button:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 23px;
  z-index: 2;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}
.slider .controls .filters-mobile button.active:after {
  top: 15px;
  transform: rotate(225deg);
}
.slider .controls .arrows {
  display: flex;
  align-items: flex-start;
  border-left: 1px solid #8C714A;
}
.slider .controls .arrows .prev, .slider .controls .arrows .next {
  cursor: pointer;
  width: 49px;
  height: 17px;
  margin: 7px 0 19px 24px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slider .controls .arrows .prev, .slider .controls .arrows .next {
    width: 24px;
    overflow: hidden;
  }
}
.slider .controls .arrows .prev svg {
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
}
.slider .controls .arrows .next svg {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
}
.slider .controls .arrows .swiper-button-disabled {
  opacity: 0.3;
}
.slider .controls.below {
  border-top: 1px solid #8C714A;
  border-bottom: none;
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .slider .controls.below {
    margin-top: 20px;
  }
}
.slider .controls.below .controls {
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .slider .controls.below .controls {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.slider .controls.below .prev, .slider .controls.below .next {
  margin-top: 24px;
  margin-bottom: 0;
}
.slider .controls.below .filters button {
  padding: 21px 0 8px 0;
}
.slider .swiper-pagination {
  width: 100%;
  text-align: center;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0 8px;
  opacity: 0.6;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider .slideshow {
  position: relative;
}

.generic-slider .page-content {
  padding: 62px 0 0;
}
@media only screen and (max-width: 767px) {
  .generic-slider .page-content {
    padding: 39px 0 0;
  }
}
.generic-slider .page-content p {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.generic-slider .page-content.content-top {
  padding: 0;
  margin-bottom: 63px;
}
@media only screen and (max-width: 767px) {
  .generic-slider .page-content.content-top {
    padding: 0;
    margin-bottom: 39px;
  }
}
.generic-slider .page-content.content-top p {
  margin-left: 0;
}
.generic-slider .swiper-slide {
  height: 500px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .generic-slider .swiper-slide {
    height: 480px;
  }
}
.generic-slider .swiper-slide > a {
  display: block;
}
.generic-slider .swiper-slide > a:hover .image img, .generic-slider .swiper-slide > a:focus .image img {
  transform: scale(1.15);
}
.generic-slider .swiper-slide > a:hover .btn-underline, .generic-slider .swiper-slide > a:focus .btn-underline {
  color: #FFFFFF !important;
}
.generic-slider .swiper-slide > a:hover .btn-underline:after, .generic-slider .swiper-slide > a:focus .btn-underline:after {
  opacity: 0;
}
.generic-slider .swiper-slide:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.generic-slider .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.generic-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 350ms ease-in-out;
  transform: scale(1);
}
.generic-slider .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 40px 5%;
}
@media only screen and (max-width: 767px) {
  .generic-slider .swiper-slide .caption {
    padding: 24px 5%;
  }
}
.generic-slider .swiper-slide .caption .descriptor {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.generic-slider .swiper-slide .caption h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 11px 0;
}

.property-slider-alt .page-content {
  margin: 0 0 63px 0;
}
@media only screen and (max-width: 767px) {
  .property-slider-alt .page-content {
    margin: 0 0 39px 0;
  }
}
.property-slider-alt .page-content p {
  max-width: 875px;
}
.property-slider-alt .swiper-slide {
  height: 500px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .property-slider-alt .swiper-slide {
    height: 480px;
  }
}
.property-slider-alt .swiper-slide > a {
  display: block;
}
.property-slider-alt .swiper-slide > a:hover .image img, .property-slider-alt .swiper-slide > a:focus .image img {
  transform: scale(1.15);
}
.property-slider-alt .swiper-slide > a:hover .btn-underline, .property-slider-alt .swiper-slide > a:focus .btn-underline {
  color: #FFFFFF !important;
}
.property-slider-alt .swiper-slide > a:hover .btn-underline:after, .property-slider-alt .swiper-slide > a:focus .btn-underline:after {
  opacity: 0;
}
.property-slider-alt .swiper-slide:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.property-slider-alt .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.property-slider-alt .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 350ms ease-in-out;
  transform: scale(1);
}
.property-slider-alt .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 40px 5%;
}
@media only screen and (max-width: 767px) {
  .property-slider-alt .swiper-slide .caption {
    padding: 24px 5%;
  }
}
.property-slider-alt .swiper-slide .caption .descriptor {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.property-slider-alt .swiper-slide .caption h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 11px 0;
}

.packages-slider h2 {
  margin-bottom: 67px !important;
}
.packages-slider .swiper-slide .image {
  height: 420px;
}

.dining-slider .page-content {
  padding-top: 0;
  margin-bottom: 65px;
  text-align: left;
}
.dining-slider .page-content P {
  margin-left: 0;
  max-width: 880px;
}

.images-content-slider,
.seasonal-activities-slider {
  display: none;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .images-content-slider,
.seasonal-activities-slider {
    display: block;
  }
}
.images-content-slider .swiper-pagination,
.seasonal-activities-slider .swiper-pagination {
  display: none;
  position: absolute;
  top: 271px;
  left: 0;
  z-index: 30;
}
@media only screen and (max-width: 1023px) {
  .images-content-slider .swiper-pagination,
.seasonal-activities-slider .swiper-pagination {
    display: block;
  }
}
.images-content-slider .swiper-slide,
.seasonal-activities-slider .swiper-slide {
  height: 300px;
}
.images-content-slider .swiper-slide img,
.seasonal-activities-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.single-slider .page-content,
.venue-slider .page-content {
  margin-bottom: 63px;
}
@media only screen and (max-width: 767px) {
  .single-slider .page-content,
.venue-slider .page-content {
    text-align: left;
    margin-bottom: 40px;
  }
}
.single-slider .page-content p,
.venue-slider .page-content p {
  max-width: 870px;
}
.single-slider .swiper-slide,
.venue-slider .swiper-slide {
  display: flex;
  height: 620px;
}
@media only screen and (max-width: 767px) {
  .single-slider .swiper-slide,
.venue-slider .swiper-slide {
    flex-direction: column;
    height: auto;
  }
}
.single-slider .swiper-slide .image,
.venue-slider .swiper-slide .image {
  width: 65.7%;
}
@media only screen and (max-width: 767px) {
  .single-slider .swiper-slide .image,
.venue-slider .swiper-slide .image {
    width: 100%;
    height: 250px;
  }
}
.single-slider .swiper-slide .image img,
.venue-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.single-slider .swiper-slide .caption,
.venue-slider .swiper-slide .caption {
  background: var(--primary);
  width: 34.3%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .single-slider .swiper-slide .caption,
.venue-slider .swiper-slide .caption {
    width: 100%;
    padding: 24px;
  }
}
.single-slider .swiper-slide .caption .tags span,
.venue-slider .swiper-slide .caption .tags span {
  display: inline-block;
  border-radius: 32px;
  padding: 8px 14px 10px 14px;
  background: rgba(255, 255, 255, 0.7);
  font: 500 14px/1 "Outfit", sans-serif;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-slider .swiper-slide .caption .content h3,
.venue-slider .swiper-slide .caption .content h3 {
  font: 300 32px/40px "Butler", sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .single-slider .swiper-slide .caption .content h3,
.venue-slider .swiper-slide .caption .content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 23px;
  }
}
.single-slider .swiper-slide .caption .content .desc,
.venue-slider .swiper-slide .caption .content .desc {
  font: 300 19px/32px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 23px 0;
}
@media only screen and (max-width: 767px) {
  .single-slider .swiper-slide .caption .content .desc,
.venue-slider .swiper-slide .caption .content .desc {
    font-size: 17px;
    line-height: 28px;
    padding: 12px 0 20px 0;
  }
}
.single-slider .swiper-slide .caption .links,
.venue-slider .swiper-slide .caption .links {
  border-top: 1px solid #8C714A;
  margin-top: 10px;
  padding-top: 13px;
  display: flex;
  gap: 47px;
  align-items: center;
}
.single-slider .swiper-slide .caption .links a:not(:first-child):before,
.venue-slider .swiper-slide .caption .links a:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: #8C714A;
  position: absolute;
  top: 2px;
  left: -24px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .news-slider {
    margin: 74px 0 60px 0 !important;
  }
}
.news-slider .page-content {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .news-slider .page-content {
    text-align: left;
  }
}
.news-slider .swiper-slide {
  height: 500px;
  position: relative;
  top: 0;
  overflow: hidden;
}
.news-slider .swiper-slide > a {
  display: block;
}
.news-slider .swiper-slide > a:hover .image img, .news-slider .swiper-slide > a:focus .image img {
  transform: scale(1.15);
}
.news-slider .swiper-slide > a:hover .btn-underline, .news-slider .swiper-slide > a:focus .btn-underline {
  color: #FFFFFF !important;
}
.news-slider .swiper-slide > a:hover .btn-underline:after, .news-slider .swiper-slide > a:focus .btn-underline:after {
  opacity: 0;
}
.news-slider .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.news-slider .swiper-slide .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 28.04%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 55%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.news-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 350ms ease-in-out;
}
.news-slider .swiper-slide .content {
  padding: 20px 24px 24px 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-slider .swiper-slide .content .title {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #FFFFFF;
  padding-bottom: 16px;
  border-bottom: 1px solid #8C714A;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news-slider .swiper-slide .content .caption {
  padding-bottom: 0;
  transition: 350ms ease-in-out;
}
.news-slider .swiper-slide .content .caption .descriptor {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #FFFFFF;
}
.news-slider .swiper-slide .content .caption h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 12px 0;
}

.wedding-slider {
  /* Hide overflow on only the left side */
}
.wedding-slider .center-column {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .wedding-slider .center-column {
    flex-direction: column;
  }
}
.wedding-slider .center-column .col:nth-child(1) {
  width: 34.3%;
}
.wedding-slider .center-column .col:nth-child(2) {
  width: 65.7%;
}
.wedding-slider .center-column .col {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .wedding-slider .center-column .col {
    width: 100% !important;
  }
}
.wedding-slider .page-content {
  padding: 0 40px 0 0;
  color: #866D41 !important;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .wedding-slider .page-content {
    padding: 0 0 40px 0;
  }
}
.wedding-slider .page-content .logo {
  margin: 0 0 5px 0;
}
.wedding-slider .page-content h2 {
  color: #866D41 !important;
}
.wedding-slider .page-content p {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.wedding-slider .page-content a {
  color: #866D41 !important;
}
.wedding-slider .page-content a.btn-primary {
  color: #FFFFFF !important;
  background: #866D41 !important;
}
.wedding-slider .slideshow {
  clip-path: inset(-100vw -100vw -100vw 0);
  /*overflow-x: hidden;
  position: absolute;
  left: 0;

  @include respond-to(mobile) {
      overflow: visible;
  }*/
}
@media only screen and (max-width: 1023px) {
  .wedding-slider .slideshow {
    clip-path: none;
  }
}
.wedding-slider .swiper-slide {
  height: 553px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wedding-slider .swiper-slide {
    height: 480px;
  }
}
.wedding-slider .swiper-slide > a {
  display: block;
}
.wedding-slider .swiper-slide > a:hover .image img, .wedding-slider .swiper-slide > a:focus .image img {
  transform: scale(1.15);
}
.wedding-slider .swiper-slide > a:hover .btn-underline, .wedding-slider .swiper-slide > a:focus .btn-underline {
  color: #FFFFFF !important;
}
.wedding-slider .swiper-slide > a:hover .btn-underline:after, .wedding-slider .swiper-slide > a:focus .btn-underline:after {
  opacity: 0;
}
.wedding-slider .swiper-slide:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.wedding-slider .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.wedding-slider .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 350ms ease-in-out;
  transform: scale(1);
}
.wedding-slider .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 40px 5%;
}
@media only screen and (max-width: 767px) {
  .wedding-slider .swiper-slide .caption {
    padding: 24px 5%;
  }
}
.wedding-slider .swiper-slide .caption .descriptor {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wedding-slider .swiper-slide .caption h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: #FFFFFF;
  padding: 11px 0;
}

.instagram-feed .page-content {
  padding: 62px 0 0;
}
@media only screen and (max-width: 767px) {
  .instagram-feed .page-content {
    padding: 39px 0 0;
  }
}
.instagram-feed .swiper-slide {
  height: 300px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.instagram-feed .swiper-slide > a {
  display: block;
}
.instagram-feed .swiper-slide > a:hover .image img, .instagram-feed .swiper-slide > a:focus .image img {
  transform: scale(1.15);
}
.instagram-feed .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.instagram-feed .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 350ms ease-in-out;
  transform: scale(1);
}
.instagram-feed .swiper-slide .c-instagram-feed__date,
.instagram-feed .swiper-slide .c-instagram-feed__comment-count,
.instagram-feed .swiper-slide .c-instagram-feed__like-count,
.instagram-feed .swiper-slide .c-instagram-feed__text {
  display: none;
}
.instagram-feed .links a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.instagram-feed .links a svg {
  position: relative;
  top: 2px;
}
.instagram-feed .links a svg path {
  fill: var(--primary);
}
@media only screen and (max-width: 767px) {
  .instagram-feed .hide-mobile {
    display: none;
  }
}

.inline-gallery .slideshow {
  overflow: hidden;
}
.inline-gallery .slideshow .prop-scale {
  position: relative;
  height: 0 !important;
  padding-bottom: 53.04%;
  flex-shrink: 0;
  min-width: 100%;
}
.inline-gallery .slideshow .prop-scale > *:first-child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inline-gallery .slideshow .swiper-pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 19px 4px;
  border-radius: 100%;
  opacity: 0.6;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFF;
  margin: 5px;
  border-radius: 100%;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pagination-bullet svg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pagination-bullet svg path {
  stroke-dasharray: 50.24;
  stroke-dashoffset: 50.24;
  animation: dash 6s linear forwards;
  animation-delay: 0s;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-play,
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pause {
  display: none;
  padding: 8px 5px 3px 5px;
}
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-play.active,
.inline-gallery .slideshow .swiper-pagination-wrapper .swiper-pause.active {
  display: block;
}
.inline-gallery .slideshow .swiper-notification {
  display: none;
}
.inline-gallery .slideshow.active .swiper-pagination-bullet-active svg {
  display: block;
}

.restaurant-slideshow {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  /* Fixes flex element width issue */
  top: 0;
  left: 0;
  z-index: 5;
}
.restaurant-slideshow .swiper-pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 19px 4px;
  border-radius: 100%;
  opacity: 0.6;
  background: none;
  box-shadow: none;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFF;
  margin: 5px;
  border-radius: 100%;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pagination-bullet svg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pagination-bullet svg path {
  stroke-dasharray: 50.24;
  stroke-dashoffset: 50.24;
  animation: dash 6s linear forwards;
  animation-delay: 0s;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-play,
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pause {
  display: none;
  padding: 8px 5px 3px 5px;
}
.restaurant-slideshow .swiper-pagination-wrapper .swiper-play.active,
.restaurant-slideshow .swiper-pagination-wrapper .swiper-pause.active {
  display: block;
}
.restaurant-slideshow.active .swiper-pagination-bullet-active svg {
  display: block;
}
.restaurant-slideshow .swiper-notification {
  display: none;
}
.restaurant-slideshow .prev, .restaurant-slideshow .next {
  cursor: pointer;
  width: 88px;
  height: 78px;
  position: absolute;
  top: 50%;
  z-index: 25;
  transform: translateY(-50%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .restaurant-slideshow .prev, .restaurant-slideshow .next {
    display: none !important;
  }
}
.restaurant-slideshow .prev {
  left: 0;
}
.restaurant-slideshow .prev svg {
  transform: rotate(180deg);
}
.restaurant-slideshow .next {
  right: 0;
}
.restaurant-slideshow .swiper-button-disabled {
  display: none;
}

.inner-slideshow {
  width: 100% !important;
  height: 100% !important;
}
.inner-slideshow .swiper-pagination {
  display: block !important;
  position: absolute !important;
  top: 323px !important;
  left: 0 !important;
  z-index: 30 !important;
}
.inner-slideshow .swiper-slide img {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}

.staggered-cards-slider {
  margin: 100px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider {
    margin: 50px 0 80px 0;
    padding: 0 30px;
  }
}
.staggered-cards-slider .slideshow {
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .slideshow {
    height: 510px !important;
    margin-left: 0;
  }
}
.staggered-cards-slider .slideshow .swiper-slide {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .slideshow .swiper-slide {
    width: 100% !important;
  }
}
.staggered-cards-slider .slideshow .swiper-slide.swiper-slide-active .card {
  width: 360px;
  height: calc(100% - 40px);
  opacity: 1;
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .slideshow .swiper-slide.swiper-slide-active .card {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.staggered-cards-slider .slideshow .swiper-slide.swiper-slide-prev .card, .staggered-cards-slider .slideshow .swiper-slide.swiper-slide-next .card {
  height: calc(100% - 120px);
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .slideshow .swiper-slide.swiper-slide-prev .card, .staggered-cards-slider .slideshow .swiper-slide.swiper-slide-next .card {
    height: calc(100% - 62px);
    opacity: 0.5;
    margin-top: 62px;
    margin-bottom: 0;
  }
}
.staggered-cards-slider .slideshow .swiper-slide .card {
  width: 310px;
  height: calc(100% - 120px);
  opacity: 0.2;
  margin-top: 120px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  /* Don't transition width or swiper won't calculate properly */
  transition: height 350ms ease-in-out, opacity 350ms ease-in-out, margin 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .slideshow .swiper-slide .card {
    width: 100% !important;
    opacity: 0.5;
  }
}
.staggered-cards-slider .slideshow .swiper-slide .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.staggered-cards-slider .slideshow .swiper-slide .card .gradient {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.staggered-cards-slider .slideshow .swiper-slide .card .logo {
  position: absolute;
  bottom: 40px;
  left: 15%;
  width: calc(100% - 30%);
  height: auto;
  max-height: calc(100% - 80px);
  z-index: 5;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 350ms ease-in-out;
}
.staggered-cards-slider .swiper-pagination {
  position: relative;
  margin: 24px auto 0 auto;
  max-width: 1140px;
  height: 23px;
  font: 300 17px/23px "Outfit", sans-serif;
  color: #000000;
  letter-spacing: 0.51px;
}
@media (max-width: 1250px) {
  .staggered-cards-slider .swiper-pagination {
    max-width: 1120px;
  }
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .swiper-pagination {
    display: none;
  }
}
.staggered-cards-slider .swiper-pagination .pagination-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: left;
  width: 0;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .staggered-cards-slider .swiper-pagination .pagination-wrapper {
    width: auto;
    text-align: right;
    padding: 0 30px;
  }
}
.staggered-cards-slider .button-controls {
  padding: 0 33px;
}
@media only screen and (max-width: 767px) {
  .staggered-cards-slider .button-controls {
    padding: 0;
    width: calc(100% + 20px);
    margin-left: -40px;
  }
}

.testimonial-bar.section-bg {
  padding: 60px 0;
}
.testimonial-bar .page-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .testimonial-bar .page-content {
    flex-direction: column;
  }
}
.testimonial-bar .page-content:after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .testimonial-bar .page-content .col {
    flex: 1 1 100% !important;
    border: none !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.testimonial-bar .page-content .col:first-child {
  flex: 1 1 38%;
  text-align: right;
  padding-right: 56px;
}
.testimonial-bar .page-content .col:last-child {
  flex: 1 1 62%;
  text-align: left;
  padding-left: 56px;
  border-left: 1px solid #8C714A;
}
.testimonial-bar.dark {
  background: var(--primary);
}
.testimonial-bar.dark .page-content {
  color: #FFFFFF !important;
}
.testimonial-bar.dark .page-content .col {
  font: 300 18px/32px "Outfit", sans-serif;
}
.testimonial-bar.dark .page-content .col h2 {
  color: #FFFFFF !important;
  margin: 0 !important;
}

.testimonials-slider {
  padding: 120px 0 53px 0;
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonials-slider {
    padding: 55px 0;
    text-align: left;
  }
}
.testimonials-slider .center-column {
  max-width: 1273px;
}
.testimonials-slider .outer-wrapper {
  position: relative;
}
.testimonials-slider .slideshow {
  position: relative;
  margin-top: 42px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .slideshow {
    margin-top: 30px;
  }
}
.testimonials-slider .swiper-slide {
  border: 1px solid #8C714A;
  padding: 53px 23px 45px 23px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: auto;
  text-align: center;
  background: #FFFFFF;
}
.testimonials-slider .swiper-slide .icon {
  font: 400 60px/56px "Butler", sans-serif;
}
.testimonials-slider .swiper-slide .quote {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
.testimonials-slider .swiper-slide .author {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 30px;
}
.testimonials-slider .button-controls {
  width: calc(100% + 160px);
  margin-left: -80px;
}
@media only screen and (max-width: 1023px) {
  .testimonials-slider .button-controls {
    width: 100%;
    margin: 27px 0 0 0;
    position: relative;
    top: 0;
    justify-content: center;
    gap: 36px;
  }
}
.testimonials-slider .button-controls .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.upgrade-your-stay {
  margin: 95px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .upgrade-your-stay {
    margin: 80px 0;
  }
}
.upgrade-your-stay .center-column {
  max-width: 1270px;
}
.upgrade-your-stay .h1 {
  margin-bottom: 48px;
}

.venue-listings .page-content p {
  max-width: 875px;
}
.venue-listings .venues {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 65px;
}
.venue-listings .venues .venue {
  width: calc(33.33% - 26.66px);
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .venue-listings .venues .venue {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .venue-listings .venues .venue {
    width: 100%;
  }
}
.venue-listings .venues .venue .image {
  position: relative;
  width: 100%;
  height: 360px;
}
.venue-listings .venues .venue .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.venue-listings .venues .venue .subtitle {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #787878;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 16px 0 -8px 0;
}
.venue-listings .venues .venue h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: var(--primary);
  margin: 15px 0 9px 0;
}
.venue-listings .venues .venue .location {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
  margin: 0 0 6px 0;
}
.venue-listings .venues .venue .text {
  font: 300 16px/24px "Butler", sans-serif;
  color: #787878;
  margin-bottom: 18px;
}
.venue-listings .venues .venue .amenities {
  font: 300 16px/24px "Outfit", sans-serif;
  color: #787878;
  padding: 16px 0 12px 0;
  border-top: 1px solid #8C714A;
}
.venue-listings .venues .venue .amenities strong {
  font-weight: 500;
}
.venue-listings .venues .venue .amenities ul {
  list-style-type: disc;
  margin-left: 22px;
}
.venue-listings .venues .venue .links {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #8C714A;
}
.venue-listings .venues .venue .links .button-add {
  width: 100%;
  margin: 0 14px;
  border-left: 1px solid #8C714A;
  padding-left: 15px;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.venue-listings .venues .venue .links .book-btn {
  text-align: right;
}

.comparison-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}

.comparison-table {
  margin: 58px auto 0 auto;
  border: 1px solid #8C714A;
}
.comparison-table thead tr {
  background: #FFFFFF;
}
.comparison-table tbody tr.odd {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
.comparison-table tbody tr.even {
  background: #FFFFFF;
}
.comparison-table td, .comparison-table th {
  background: transparent !important;
  font: 300 14px/16px "Outfit", sans-serif;
  color: #787878;
  padding: 7px;
  border: none;
  text-align: center;
  min-width: 94px;
  min-height: 40px;
}
.comparison-table td:first-child, .comparison-table th:first-child {
  font: 300 16px/18px "Butler", sans-serif;
  text-align: left;
  min-width: 185px;
}
.comparison-table td .rooms-icon, .comparison-table th .rooms-icon {
  display: none;
}
.comparison-table tbody td, .comparison-table tbody th {
  padding: 11px 7px;
  vertical-align: middle;
}
.comparison-table .room-heading {
  text-decoration: underline;
  cursor: pointer;
}

.venue-swiper-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  justify-content: center;
  align-items: center;
}
.venue-swiper-container .room-info-container {
  width: 45%;
  max-width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .venue-swiper-container .room-info-container {
    width: 100%;
    max-width: 100%;
  }
}
.venue-swiper-container .room-info-container .room-gallery-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.venue-swiper-container .room-info-container .room-gallery-slider .gallery-icon {
  position: absolute;
  bottom: 3px;
  right: 0px;
}
.venue-swiper-container .rooms-detail {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.venue-swiper-container .rooms-detail .top-section {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .venue-swiper-container .rooms-detail .top-section {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .top-section {
    flex-direction: column;
  }
}
.venue-swiper-container .rooms-detail .top-section .detail {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  width: 100%;
  flex: 1;
}
.venue-swiper-container .rooms-detail .top-section .detail .price-info {
  height: 31px;
  position: relative;
  width: 100%;
}
.venue-swiper-container .rooms-detail .top-section .detail .price-info .text {
  color: var(--primary);
  font-size: 14px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.venue-swiper-container .rooms-detail .top-section .detail .price-info .divider {
  width: 100%;
  height: 0px;
  border-top: 0.5px #8C714A solid;
}
.venue-swiper-container .rooms-detail .top-section .detail .price-info .room-name {
  width: 100%;
  color: var(--primary);
  font-size: 32px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}
.venue-swiper-container .rooms-detail .top-section .detail .price-info .content {
  width: 100%;
  color: var(--primary);
  font-size: 18px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  display: flex;
  flex: 1;
}
.venue-swiper-container .rooms-detail .top-section .features {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  width: 100%;
  flex: 1;
}
.venue-swiper-container .rooms-detail .top-section .features .feature-info {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0.5px var(--primary) solid;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.venue-swiper-container .rooms-detail .top-section .features .feature-info .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.venue-swiper-container .rooms-detail .top-section .features .feature-info .icon-wrapper .room-icon {
  width: 100%;
  max-width: 32px;
  overflow: hidden;
}
.venue-swiper-container .rooms-detail .top-section .features .feature-info .text {
  width: 252px;
  color: var(--primary);
  font-size: 12px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
.venue-swiper-container .rooms-detail .additional-features {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 32px;
  border-top: 0.5px #8C714A solid;
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .venue-swiper-container .rooms-detail .additional-features {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue-swiper-container .rooms-detail .additional-features {
    flex-direction: column;
    border-top: 0px;
  }
}
.venue-swiper-container .rooms-detail .additional-features .additional-list {
  flex-direction: column;
  display: flex;
  flex: 1;
  flex-basis: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}
.venue-swiper-container .rooms-detail .additional-features .additional-list ul {
  list-style: disc;
  margin-left: 24px;
}
.venue-swiper-container .rooms-detail .additional-features .floorplan-360 {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 100%;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
}
.venue-swiper-container .rooms-detail .additional-features .floorplan-360 .floorplan {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0;
  width: 100%;
}
.venue-swiper-container .rooms-detail .additional-features .floorplan-360 .floorplan .inner-long-btn-nobck {
  text-align: center;
  width: 100%;
  padding: 10px;
}
.venue-swiper-container .rooms-detail .additional-features .floorplan-360 .classroom-360 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0;
  width: 100%;
}
.venue-swiper-container .rooms-detail .additional-features .floorplan-360 .classroom-360 .inner-long-btn-nobck {
  text-align: center;
  width: 100%;
  padding: 10px;
}
.venue-swiper-container .rooms-detail .divider-long {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 0px;
  left: 0px;
  top: 0px;
  border-top: 0.5px #8C714A solid;
  margin-top: 32px;
}
.venue-swiper-container .rooms-detail .more-detail {
  width: 100%;
  height: 60px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .venue-swiper-container .rooms-detail .more-detail {
    flex-direction: column;
    flex: 1;
    min-height: 90px;
  }
}
.venue-swiper-container .rooms-detail .more-detail .venue-more-details {
  top: 30px;
  color: var(--primary);
  font-size: 14px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
  cursor: pointer;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .venue-swiper-container .rooms-detail .more-detail .venue-more-details {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.venue-swiper-container .rooms-detail .more-detail .cta-wrapper {
  width: 50%;
  height: 52px;
  top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .venue-swiper-container .rooms-detail .more-detail .cta-wrapper {
    flex: 0;
    width: 100%;
    max-width: 100%;
  }
}
.venue-swiper-container .rooms-detail .more-detail .cta-wrapper .inner-long-btn {
  text-align: center;
  width: 100%;
  padding: 10px;
}

#lightbox-fancy {
  display: none;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 0.95) !important;
  will-change: opacity;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: transparent !important;
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.fancybox__slide {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.fancybox__slide .swiper-button-disabled {
  opacity: 0;
}

.capcity-chart-swiper-button-prev {
  position: absolute;
  top: 44%;
  left: 16%;
  cursor: pointer;
}

.capcity-chart-swiper-button-prev::after {
  content: "Previous Venue";
  left: 100%;
  top: -7px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
}

.capcity-chart-swiper-button-next {
  position: absolute;
  top: 44%;
  right: 16%;
  transform: rotate(180deg);
  cursor: pointer;
}

.capcity-chart-swiper-button-next::before {
  content: "Next Venue";
  left: 100%;
  top: -7px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  transform: rotate(-180deg);
}

.content-column.center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.get-pdf-wrapper {
  margin-top: 40px;
}

/*.top-content {
    text-align: center;
    margin-bottom: 50px;

    h2 {
        margin-bottom: 12px;
        font: 300 56px/1 $font-primary;
        line-height: 64px;
        text-transform: uppercase;
        color: var(--primary);
        margin-bottom: 20px;

        @include respond-to(mobile-devices) {
            font-size: 36px;
        }
    }

    p {
        color: $border;
        font: 400 14px/1 $font-secondary;
        letter-spacing: .4px;
        line-height: 26px;

        @include respond-to(mobile-devices) {
            margin: 0 24px 0 24px;
        }
    }
}*/
.two-col {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .two-col.text-left .flex {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.medium .video-wrapper .prop-scale {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.medium .two-col-slider .slide,
.two-col.medium .two-col-slider .slide .image {
    min-height: 520px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.semi-tall .video-wrapper .prop-scale {
    height: 580px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.semi-tall .two-col-slider .slide,
.two-col.semi-tall .two-col-slider .slide .image {
    min-height: 580px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.tall .video-wrapper .prop-scale {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.tall .two-col-slider .slide,
.two-col.tall .two-col-slider .slide .image {
    min-height: 600px;
  }
}
.two-col.gray-background {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .two-col.no-margin-top .wrapper {
    margin: 0 auto 63px auto;
  }
}
@media only screen and (max-width: 767px) {
  .two-col.no-margin-top .wrapper {
    margin: 0 auto 56px auto;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.no-margin-bottom .wrapper {
    margin: 63px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .two-col.no-margin-bottom .wrapper {
    margin: 56px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .two-col.no-margin-top-bottom .wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .two-col.no-margin-top-bottom .wrapper {
    margin: 0 auto;
  }
}
.two-col .wrapper {
  max-width: 1232px;
  margin: 120px auto 63px auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .two-col .wrapper {
    margin: 45px auto;
  }
}
.two-col .flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 122px;
  /*margin-top: 48px;*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col .flex {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col .flex {
    flex-direction: column;
    gap: 22px;
    /*margin-top: 32px;*/
  }
}
.two-col .text-side {
  width: 50%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .two-col .text-side {
    width: 100%;
    max-width: initial;
  }
}
.two-col .text-side p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .two-col .text-side p {
    margin-bottom: 0;
  }
}
.two-col .text-side .img {
  width: 100%;
  height: 592px;
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .two-col .text-side .img {
    margin-top: 33px;
    height: 391px;
  }
}
.two-col .text-side .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.two-col .top .h5, .two-col .text-side .h5 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .two-col .top .h5, .two-col .text-side .h5 {
    margin-bottom: 4px;
  }
}
.two-col .top .main-text-wrapper, .two-col .text-side .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 813px;
}
@media only screen and (max-width: 767px) {
  .two-col .top .main-text-wrapper, .two-col .text-side .main-text-wrapper {
    gap: 16px;
  }
}
.two-col .top .main-text-wrapper.justify-center, .two-col .text-side .main-text-wrapper.justify-center {
  justify-content: center;
  height: 100%;
  gap: 15px;
}
.two-col .top .main-text-wrapper.justify-center .h5, .two-col .text-side .main-text-wrapper.justify-center .h5 {
  margin-bottom: 0;
}
.two-col .top .main-text-wrapper .content, .two-col .text-side .main-text-wrapper .content {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .two-col .top .main-text-wrapper .content, .two-col .text-side .main-text-wrapper .content {
    margin-top: 3px;
  }
}
.two-col .top .buttons-container, .two-col .text-side .buttons-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .two-col .top .buttons-container, .two-col .text-side .buttons-container {
    margin-top: 8px;
  }
}
.two-col .top p:has(span[style*="font-size:12px"]), .two-col .text-side p:has(span[style*="font-size:12px"]) {
  line-height: 20px;
}
.two-col .image-video-side {
  width: 50%;
  max-width: 604px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .two-col .image-video-side {
    width: 100%;
    max-width: initial;
  }
}
.two-col .image-video-side .bottom-content {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.two-col .image-video-side .bottom-content p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .two-col .image-video-side .bottom-content p {
    margin-bottom: 0;
  }
}
.two-col .video-wrapper {
  position: relative;
  height: 470px;
}
@media only screen and (max-width: 767px) {
  .two-col .video-wrapper {
    height: 100%;
  }
}
.two-col .video-wrapper.video-paused .prop-scale {
  padding: 0 0 56.25% 0;
}
.two-col .video-wrapper .youtube-player {
  width: 100%;
  height: 470px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 350ms ease-in;
}
.two-col .video-wrapper iframe {
  height: 100%;
  width: 100%;
}
.two-col .video-wrapper .flex-scale {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 600px;
}
@media only screen and (max-width: 767px) {
  .two-col .video-wrapper .flex-scale {
    max-height: 242px;
  }
}
.two-col .video-wrapper .prop-scale {
  position: relative;
  height: 470px;
  padding: 0 170% 56.25% 170%;
  flex-shrink: 0;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .two-col .video-wrapper .prop-scale {
    height: 276px;
  }
}
.two-col .two-col-slider {
  position: relative;
  height: 100%;
  width: 100%;
}
.two-col .two-col-slider .slideshow {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.two-col .two-col-slider .slide {
  width: 100%;
  height: auto;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  width: auto;
  min-height: 470px;
}
@media only screen and (max-width: 767px) {
  .two-col .two-col-slider .slide {
    height: 276px;
    min-height: initial;
  }
}
.two-col .two-col-slider .slide .image {
  position: absolute;
  width: 100%;
  min-height: 470px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .two-col .two-col-slider .slide .image {
    height: 276px;
    min-height: initial;
  }
}
.two-col .two-col-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 21px;
  z-index: 20;
  text-align: center;
  font-size: 0;
}
.two-col .two-col-slider .swiper-pagination > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.two-col .two-col-slider .swiper-pagination > *:hover, .two-col .two-col-slider .swiper-pagination > *.swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.two-col-standard + .two-col-standard {
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .two-col-standard + .two-col-standard {
    margin-top: -44px;
  }
}
.two-col-standard + .two-col-standard .wrapper {
  margin-top: 67px;
}
.two-col-standard .wrapper {
  margin: 120px auto 116px auto;
  display: flex;
  flex-direction: column;
  gap: 112px;
}
@media only screen and (max-width: 767px) {
  .two-col-standard .wrapper {
    margin: 56px auto 72px auto;
    gap: 80px;
  }
}
.two-col-standard .flex {
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  .two-col-standard .flex {
    gap: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-standard .flex:nth-child(even) {
    flex-direction: row;
  }
}
.two-col-standard .flex .text-side {
  text-align: center;
  max-width: 562px;
}
@media only screen and (max-width: 767px) {
  .two-col-standard .flex .text-side {
    order: 2 !important;
  }
}
.two-col-standard .flex .text-side .main-text-wrapper {
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .two-col-standard .flex .text-side .main-text-wrapper {
    gap: 17px;
  }
}
.two-col-standard .flex .text-side .main-text-wrapper .content {
  margin-top: 0;
}
.two-col-standard .flex .text-side p {
  margin-bottom: 32px;
}
.two-col-standard .flex .text-side p:last-child {
  margin-bottom: 0;
}
.two-col-standard .flex .text-side .buttons-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .two-col-standard .flex .text-side .buttons-container {
    flex-direction: column;
  }
}
.two-col-standard .flex .image-video-side {
  margin: 4px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .two-col-standard .flex .image-video-side {
    margin: 0;
    order: 1 !important;
    height: 255px;
  }
}
.two-col-standard.venues .wrapper {
  margin: 97px auto;
}
@media only screen and (max-width: 767px) {
  .two-col-standard.venues .wrapper {
    margin: 107px auto 72px auto;
  }
}
.two-col-standard.venues .main-text-wrapper .content {
  font: 300 17px/28px "Outfit", sans-serif;
}
.two-col-standard.venues .two-col-slider .slideshow {
  height: 520px;
}

.two-col-home .flex {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .two-col-home .flex {
    margin-top: 32px;
  }
}
.two-col-home .video-wrapper {
  height: 443px;
}
@media only screen and (max-width: 767px) {
  .two-col-home .video-wrapper {
    height: 242px;
  }
}
.two-col-home .video-wrapper .youtube-player {
  height: 443px;
}
.two-col-home .video-wrapper .prop-scale {
  height: 443px;
}
.two-col-home .two-col-slider {
  height: auto;
}
.two-col-home .two-col-slider .slideshow {
  height: 443px;
}
@media only screen and (max-width: 767px) {
  .two-col-home .two-col-slider .slideshow {
    height: 242px;
  }
}
.two-col-home .two-col-slider .slide,
.two-col-home .two-col-slider .slide .image {
  min-height: 443px;
}
@media only screen and (max-width: 767px) {
  .two-col-home .two-col-slider .slide,
.two-col-home .two-col-slider .slide .image {
    min-height: 242px;
    height: 242px;
  }
}
.two-col-home .main-text-wrapper h1 {
  margin: 0;
}

.two-col-with-cards.two-col {
  background-color: #FFFFFF;
}
.two-col-with-cards.two-col:first-child .wrapper {
  margin-top: 53px;
}
.two-col-with-cards.two-col .flex {
  margin-top: -30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .flex {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-with-cards.two-col.text-right .flex {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-with-cards.two-col .text-side {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-with-cards.two-col .image-video-side {
    max-width: 628px;
    width: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .image-video-side {
    display: none;
  }
}
.two-col-with-cards.two-col .wrapper {
  margin-bottom: 56px;
  max-width: 1232px;
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.two-col-with-cards.two-col .flex {
  gap: 80px;
}
.two-col-with-cards.two-col .video-wrapper .flex-scale {
  max-height: 560px;
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .video-wrapper .flex-scale {
    max-height: 357px;
  }
}
@media only screen and (min-width: 1024px) {
  .two-col-with-cards.two-col .video-wrapper .flex-scale .prop-scale {
    height: 560px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-with-cards.two-col .video-wrapper .flex-scale .prop-scale {
    height: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .video-wrapper .flex-scale .prop-scale {
    height: 357px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .video-buttons {
    right: 16px;
    bottom: 16px;
    top: initial;
    left: initial;
    transform: initial;
  }
  .two-col-with-cards.two-col .video-buttons svg,
.two-col-with-cards.two-col .video-buttons button {
    height: 24px;
    width: 24px;
  }
}
.two-col-with-cards.two-col .h3,
.two-col-with-cards.two-col .card-content {
  color: #FFFFFF;
}
.two-col-with-cards.two-col .h3 {
  text-transform: capitalize;
}
.two-col-with-cards.two-col .cards-wrapper {
  max-width: 1232px;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 24px;
  margin: auto;
  padding-bottom: 100px;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-with-cards.two-col .cards-wrapper {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .cards-wrapper {
    display: none;
  }
}
.two-col-with-cards.two-col .cards-wrapper article {
  position: relative;
  flex: 0 0 calc(33.33% - 16px);
  max-width: 394px;
  overflow: hidden;
  /*@media (min-width: $break-mobile) and (max-width: 1000px) {
      flex: 0 0 calc(50% - 12px);
      max-width: initial;
  }*/
}
@media only screen and (max-width: 767px) {
  .two-col-with-cards.two-col .cards-wrapper article {
    flex: initial;
    max-width: initial;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .two-col-with-cards.two-col .cards-wrapper article:hover .content-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .two-col-with-cards.two-col .cards-wrapper article:hover .info {
    opacity: 0;
  }
  .two-col-with-cards.two-col .cards-wrapper article:hover .card-content,
.two-col-with-cards.two-col .cards-wrapper article:hover .buttons-container {
    opacity: 1;
    max-height: 400px;
  }
  .two-col-with-cards.two-col .cards-wrapper article:hover .background-overlay-3::before {
    opacity: 0;
  }
  .two-col-with-cards.two-col .cards-wrapper article:hover .background-overlay-3::after {
    opacity: 1;
  }
  .two-col-with-cards.two-col .cards-wrapper article:hover h3 {
    padding-top: 13%;
  }
}
.two-col-with-cards.two-col .cards-wrapper article .image-container {
  display: flex;
}
.two-col-with-cards.two-col .cards-wrapper article .image-container .image {
  width: 100%;
  height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-with-cards.two-col .cards-wrapper article .info {
  opacity: 1;
  position: absolute;
  bottom: 27px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  pointer-events: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  transition: opacity 350ms ease-in-out;
}
.two-col-with-cards.two-col .cards-wrapper article .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: absolute;
  z-index: 10000;
  top: calc(100% - 34px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
  transition: top 350ms ease-in-out;
}
.two-col-with-cards.two-col .cards-wrapper article .content-wrapper .buttons-container {
  padding-top: 54px;
}
.two-col-with-cards.two-col .cards-wrapper article h3 {
  font-size: 30px;
  padding-top: 0;
  transition: padding 350ms ease-in-out;
}
.two-col-with-cards.two-col .cards-wrapper article .card-content,
.two-col-with-cards.two-col .cards-wrapper article .buttons-container {
  opacity: 0;
  transition: opacity 350ms ease-in-out, max-height 350ms ease-in-out;
  max-height: 0;
}
.two-col-with-cards.two-col .cards-wrapper article .card-content {
  padding: 0 19.5px;
}
.two-col-with-cards.two-col .cards-wrapper article .buttons-container {
  padding-top: 58px;
  justify-content: center;
}
.two-col-with-cards.two-col .two-col-with-cards-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .two-col-with-cards.two-col .two-col-with-cards-slider {
    display: none;
  }
}
.two-col-with-cards.two-col .two-col-with-cards-slider .image-container img {
  width: 100%;
  display: block;
  height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-with-cards.two-col .two-col-with-cards-slider .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  z-index: 10000;
  bottom: 24px;
  width: 100%;
  text-align: center;
}
.two-col-with-cards.two-col .buttons-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.two-col-with-cards.two-col .two-col-with-cards-slider .button-controls {
  max-width: 1440px;
  top: calc(50% + 14px);
}
@media only screen and (max-width: 1023px) {
  .two-col-with-cards.two-col .two-col-with-cards-slider .button-controls {
    width: 186px;
    top: initial;
    bottom: 0px;
    margin-top: 28px;
    position: relative;
  }
}
.two-col-with-cards.two-col .two-col-with-cards-slider .button-controls .slideshow-button.previous {
  left: 24px;
}
@media only screen and (max-width: 1023px) {
  .two-col-with-cards.two-col .two-col-with-cards-slider .button-controls .slideshow-button.previous {
    left: 0;
  }
}
.two-col-with-cards.two-col .two-col-with-cards-slider .button-controls .slideshow-button.next {
  right: 24px;
}
@media only screen and (max-width: 1023px) {
  .two-col-with-cards.two-col .two-col-with-cards-slider .button-controls .slideshow-button.next {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .two-col-with-cards.two-col .bullets-wrapper {
    display: flex;
    bottom: 72px;
  }
}

.two-col-with-logo.two-col {
  margin-top: 150px;
}
@media only screen and (max-width: 1023px) {
  .two-col-with-logo.two-col {
    margin: 56px auto 0 auto;
  }
}
.two-col-with-logo.two-col.no-margin-top {
  margin-top: 0;
}
.two-col-with-logo.two-col .wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .two-col-with-logo.two-col .flex {
    gap: 32px;
  }
}
.two-col-with-logo.two-col .h2 {
  margin-bottom: 16px;
}
.two-col-with-logo.two-col .h2.section-header {
  margin-bottom: 150px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .two-col-with-logo.two-col .h2.section-header {
    margin-bottom: 56px;
  }
}
.two-col-with-logo.two-col .h5 {
  margin-bottom: 0;
}
.two-col-with-logo.two-col .h5.mobile {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .two-col-with-logo.two-col .h5.mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-with-logo.two-col .h5.desktop {
    display: none;
  }
}
.two-col-with-logo.two-col .buttons-container {
  justify-content: center;
}
.two-col-with-logo.two-col .text-side {
  text-align: center;
}
.two-col-with-logo.two-col .logo {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 240px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .two-col-with-logo.two-col .logo {
    max-width: 154px;
  }
}
@media only screen and (max-width: 1023px) {
  .two-col-with-logo.two-col .logo {
    margin-bottom: 32px;
  }
}

.full-width-slider {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .full-width-slider.short-mobile .slide .image-container {
    height: 340px;
  }
}
@media only screen and (min-width: 768px) {
  .full-width-slider.short-desktop .slide .image-container {
    height: 600px;
  }
}
.full-width-slider.short-desktop .slide.header-button .content-container {
  gap: 32px;
}
.full-width-slider .slideshow-wrapper {
  height: auto;
  width: 100%;
  position: relative;
}
.full-width-slider .slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide {
    padding: 0;
  }
}
.full-width-slider .slide.width-860 .content-container h2,
.full-width-slider .slide.width-860 .content-container .subheader,
.full-width-slider .slide.width-860 .content-container .content {
  max-width: 860px;
}
.full-width-slider .slide.header-only .content-container {
  gap: 0;
}
.full-width-slider .slide.header-subheader .content-container {
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide.header-subheader .content-container {
    gap: 16px;
  }
}
.full-width-slider .slide.header-subheader-content-button .content-container {
  gap: 0;
}
.full-width-slider .slide.header-subheader-content-button .content-container h2 {
  margin-bottom: 24px;
}
.full-width-slider .slide.header-subheader-content-button .content-container .subheader {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide.header-subheader-content-button .content-container .subheader {
    margin-bottom: 24px;
  }
}
.full-width-slider .slide.header-subheader-content-button .content-container .content {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide.header-subheader-content-button .content-container .content {
    margin-bottom: 24px;
  }
}
.full-width-slider .slide.header-button .content-container {
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide.header-button .content-container {
    gap: 24px;
  }
}
.full-width-slider .slide .image-container {
  width: 100%;
  height: 810px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide .image-container {
    height: 600px;
  }
}
.full-width-slider .slide .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-slider .slide .content-container,
.full-width-slider .slide .content p {
  color: #FFFFFF;
}
.full-width-slider .slide .content-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide .content-container {
    padding: 5% 30px 34% 30px;
  }
}
.full-width-slider .slide .content-container h2,
.full-width-slider .slide .content-container .subheader,
.full-width-slider .slide .content-container .content {
  max-width: 1084px;
  margin: auto;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .slide .content-container h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.full-width-slider .slide .content-container .buttons-container {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .button-controls {
    top: calc(100% - 84px);
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.full-width-slider .button-controls .slideshow-button.previous {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .button-controls .slideshow-button.previous {
    left: 0;
  }
}
.full-width-slider .button-controls .slideshow-button.next {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .full-width-slider .button-controls .slideshow-button.next {
    right: 0;
  }
}
.full-width-slider .bullets-wrapper {
  display: none !important;
}

.full-width-video {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.full-width-video .video-wrapper {
  position: relative;
  /*.youtube-player {
      width: 100%;
      height: 470px;
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      z-index: 1;
      transform: translate(-50%, -50%);
      opacity: 1;
      transition: opacity 350ms ease-in;

      @media (max-width: 1050px) {
          height: 600px;
          width: 1060px;
      }
  }

  iframe {
      height: 100%;
      width: 100%;
  }*/
}
.full-width-video .video-wrapper .flex-scale {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 810px;
  /*min-height: 600px;*/
}
.full-width-video .video-wrapper .prop-scale {
  position: relative;
  padding: 0 0 56.25% 0;
  flex-shrink: 0;
  min-width: 100%;
}

.three-block-slider-base {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  /*.slideshow-wrapper {
      display: flex;
      align-items: stretch;
      width: 100%;
      max-width: 1288px;
  }*/
}
.three-block-slider-base.gray-background {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
.three-block-slider-base.black-background {
  background: #000000;
}
.three-block-slider-base.black-background .wrapper > .h5,
.three-block-slider-base.black-background .wrapper > h2,
.three-block-slider-base.black-background .wrapper > .content,
.three-block-slider-base.black-background .wrapper > .content p,
.three-block-slider-base.black-background .wrapper .slide .content-wrapper .h3,
.three-block-slider-base.black-background .wrapper .slide .content-wrapper .content {
  color: #FFFFFF;
}
.three-block-slider-base.rooms-slider {
  background: #000000;
  color: #FFFFFF;
}
.three-block-slider-base.rooms-slider .wrapper {
  padding: 57px 100px 52px 100px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base.rooms-slider .wrapper {
    padding: 45px 30px 29px 30px;
  }
}
.three-block-slider-base.rooms-slider .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1084px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base.rooms-slider .main-text-wrapper {
    gap: 3px;
  }
}
.three-block-slider-base.rooms-slider .main-text-wrapper .h2 {
  margin-bottom: 0;
}
.three-block-slider-base.rooms-slider .main-text-wrapper .content {
  text-align: center;
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base.rooms-slider .main-text-wrapper .content {
    margin-top: 7px;
  }
}
.three-block-slider-base.rooms-slider .main-text-wrapper .content p {
  color: #FFFFFF;
}
.three-block-slider-base.rooms-slider .slider-wrapper {
  padding-bottom: 50px !important;
}
.three-block-slider-base.rooms-slider .slider-wrapper .wrapper {
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base.rooms-slider .slider-wrapper .wrapper {
    padding: 0 30px;
  }
}
.three-block-slider-base.manual-slider .wrapper > .h3 {
  margin-top: 5px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base.manual-slider .wrapper > .h3 {
    margin-bottom: 9px;
  }
}
.three-block-slider-base.manual-slider .wrapper > .h2 {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base.manual-slider .wrapper > .h2 {
    margin-bottom: 29px;
  }
}
.three-block-slider-base.manual-slider .wrapper .buttons-container {
  margin-top: 22px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base.manual-slider .wrapper .buttons-container {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1351px) {
  .three-block-slider-base.two-slides .slideshow-wrapper {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .three-block-slider-base.one-slide .slideshow-wrapper {
    justify-content: center;
  }
}
.three-block-slider-base .wrapper {
  padding: 112px 100px 55px 100px;
}
.three-block-slider-base .wrapper .content {
  margin: 0 auto;
  max-width: 1085px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .wrapper {
    padding: 56px 30px 38px 30px;
  }
}
.three-block-slider-base .h5 {
  text-align: center;
}
.three-block-slider-base h2.h2 {
  text-align: center;
  margin: auto auto 28px auto;
  text-transform: capitalize;
  max-width: 1084px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base h2.h2 {
    margin: auto auto 20px auto;
  }
}
.three-block-slider-base .slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1230px;
  margin: auto;
}
.three-block-slider-base .slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
  height: 100%;
  max-width: 394px;
  position: relative;
}
@media (max-width: 1350px) {
  .three-block-slider-base .slide {
    max-width: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .three-block-slider-base .slide {
    height: auto;
  }
}
.three-block-slider-base .slide .slide-thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
.three-block-slider-base .slide .slide-thumbnail.no-thumb {
  background-color: black;
}
.three-block-slider-base .slide .slide-thumbnail .image {
  height: 338px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .slide .slide-thumbnail .image {
    height: 400px;
  }
}
.three-block-slider-base .slide .slide-thumbnail .image.no-thumb {
  background-color: black;
}
.three-block-slider-base .slide .content-wrapper {
  flex: 1 1 100%;
  position: relative;
  padding-bottom: 23px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .slide .content-wrapper {
    text-align: center;
    padding-bottom: 0;
  }
}
.three-block-slider-base .slide .content-wrapper .h5 {
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.three-block-slider-base .slide .content-wrapper .h3 {
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base .slide .content-wrapper .h3 {
    margin-bottom: 0;
  }
}
.three-block-slider-base .slide .content-wrapper .content {
  margin-top: 10px;
  margin-bottom: 24px;
  text-transform: none;
}
@media only screen and (min-width: 1024px) {
  .three-block-slider-base .slide .content-wrapper .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base .slide .content-wrapper .content {
    display: none;
  }
}
.three-block-slider-base .slide .content-wrapper .buttons-container {
  justify-content: flex-start;
  gap: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .slide .content-wrapper .buttons-container {
    justify-content: center;
    position: relative;
    padding-top: 21px;
  }
}
.three-block-slider-base .slide.hide {
  display: none;
}
.three-block-slider-base .slider-wrapper {
  position: relative;
  padding-bottom: 81px;
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base .slider-wrapper {
    padding-bottom: 92px;
  }
}
.three-block-slider-base .slider-wrapper .controls {
  padding-bottom: 53px;
}
.three-block-slider-base .slider-wrapper .controls .filters {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .slider-wrapper .controls .filters {
    display: none;
  }
}
.three-block-slider-base .slider-wrapper .controls .filters button {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 2px solid transparent;
}
.three-block-slider-base .slider-wrapper .controls .filters button.active, .three-block-slider-base .slider-wrapper .controls .filters button:hover {
  border-bottom-color: #FFFFFF;
}
.three-block-slider-base .slider-wrapper .controls .filters-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .slider-wrapper .controls .filters-mobile {
    display: block;
  }
}
.three-block-slider-base .slider-wrapper .controls .filters-mobile .select-wrapper {
  width: 100%;
}
.three-block-slider-base .slider-wrapper .controls .filters-mobile select {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 18px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font: 600 15px/1 "Outfit", sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.three-block-slider-base .slider-wrapper .controls .filters-mobile svg {
  position: absolute;
  top: 10px;
  right: 17px;
  z-index: 10;
  pointer-events: none;
}
.three-block-slider-base .slider-wrapper .wrapper {
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .slider-wrapper .wrapper {
    padding: 0 30px;
  }
}
.three-block-slider-base .controls-wrapper {
  position: relative;
}
.three-block-slider-base .buttons-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .three-block-slider-base .buttons-wrapper.slides-2, .three-block-slider-base .buttons-wrapper.slides-1 {
    display: none;
  }
}
.three-block-slider-base .button-controls {
  max-width: 1440px;
  top: calc(50% - 28px);
}
@media only screen and (max-width: 767px) {
  .three-block-slider-base .button-controls {
    padding: 0 12px;
    top: calc(50% - 54px);
  }
}
@media only screen and (min-width: 768px) {
  .three-block-slider-base .button-controls.top-adjustment {
    top: calc(50% + 46px);
  }
}
.three-block-slider-base .button-controls .slideshow-button.previous {
  left: 37px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .button-controls .slideshow-button.previous {
    left: 0;
  }
}
.three-block-slider-base .button-controls .slideshow-button.next {
  right: 37px;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .button-controls .slideshow-button.next {
    right: 0;
  }
}
.three-block-slider-base .button-controls .slideshow-button.swiper-button-disabled {
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .three-block-slider-base .bullets-wrapper {
    width: calc(100% - 60px);
  }
}

.unique-spaces {
  width: 100%;
  padding: 150px 104px 147px 104px;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces {
    padding: 56px 30px;
  }
}
.unique-spaces.background-blue {
  background-color: #394C95;
}
.unique-spaces.background-blue h2,
.unique-spaces.background-blue .caption,
.unique-spaces.background-blue .content,
.unique-spaces.background-blue .content p {
  color: #FFFFFF;
}
.unique-spaces.background-pink {
  background-color: #F4D0D2;
}
.unique-spaces.background-pink .caption {
  color: #FFFFFF;
}
.unique-spaces.background-pink h2,
.unique-spaces.background-pink .content,
.unique-spaces.background-pink .content p {
  color: #000000;
}
.unique-spaces .wrapper {
  max-width: 1232px;
  margin: auto;
}
.unique-spaces h2 {
  max-width: 816px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces h2 {
    margin-bottom: 30px;
  }
}
.unique-spaces .bottom-wrapper {
  display: flex;
  flex-direction: row;
  gap: 128px;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces .bottom-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.unique-spaces .bottom-wrapper .left-side {
  padding-top: 176px;
  max-width: 500px;
  flex: 1 1 40%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces .bottom-wrapper .left-side {
    max-width: initial;
    flex: initial;
    padding-top: 0;
  }
}
.unique-spaces .bottom-wrapper .left-side .image-container {
  position: relative;
  display: flex;
}
.unique-spaces .bottom-wrapper .left-side img {
  height: 595px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces .bottom-wrapper .left-side img {
    height: 393px;
  }
}
.unique-spaces .bottom-wrapper .right-side {
  flex: 1 1 44%;
  gap: 40px;
  max-width: 604px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces .bottom-wrapper .right-side {
    max-width: initial;
    flex: initial;
    gap: 24px;
  }
}
.unique-spaces .bottom-wrapper .right-side .image-container {
  position: relative;
  display: flex;
}
.unique-spaces .bottom-wrapper .right-side img {
  height: 443px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .unique-spaces .bottom-wrapper .right-side img {
    height: 242px;
  }
}
.unique-spaces .bottom-wrapper .right-side .buttons-container {
  justify-content: flex-start;
}
.unique-spaces .bottom-wrapper .caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}

.cards-slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.cards-slider .wrapper {
  padding: 70px 30px 124px 30px;
  display: flex;
  max-width: 1292px;
  gap: 99px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cards-slider .wrapper {
    gap: 56px;
    flex-direction: column-reverse;
    padding: 56px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-slider .wrapper {
    flex-direction: column-reverse;
    padding: 25px 30px 132px 30px;
    gap: 40px;
  }
}
.cards-slider .slideshow-wrapper {
  position: relative;
}
.cards-slider article {
  position: relative;
  max-height: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
}
.cards-slider article.front, .cards-slider article.behind {
  opacity: 1;
  visibility: visible;
}
.cards-slider article.front {
  max-height: 1500px;
  z-index: 2;
  pointer-events: all;
}
.cards-slider article.front .buttons-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.cards-slider article.front .content-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.cards-slider article.behind {
  z-index: 1;
  position: absolute;
}
.cards-slider article.behind .slide-thumbnail {
  transform: rotate(-5.571deg);
  transition: transform 350ms ease-in-out;
}
.cards-slider article:not(.front):not(.behind) .slide-thumbnail {
  transform: rotate(-5.571deg);
}
.cards-slider article .bottom-half {
  position: relative;
  margin-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .cards-slider article .bottom-half {
    margin-top: 23px;
  }
}
.cards-slider article .content-wrapper {
  visibility: hidden;
  opacity: 0;
  padding-left: 26px;
  width: calc(100% - 144px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cards-slider article .content-wrapper {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cards-slider article .content-wrapper {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.cards-slider article .content-wrapper .h3 {
  margin-bottom: 8px;
}
.cards-slider article .content-wrapper .content-wrapper-bottom {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cards-slider article .content-wrapper .card-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .cards-slider article .content-wrapper .card-content {
    -webkit-line-clamp: 4;
  }
}
.cards-slider article .content-wrapper .buttons-container {
  margin-top: 16px;
}
.cards-slider article .slide-thumbnail {
  transition: transform 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .cards-slider article .slide-thumbnail {
    width: 100%;
  }
}
.cards-slider article .slide-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  max-width: 630px;
}
@media only screen and (max-width: 1023px) {
  .cards-slider article .slide-thumbnail img {
    padding: 0 3.5% 4.3% 3.5%;
    margin: auto;
    width: 100%;
    max-width: initial;
  }
}
.cards-slider .buttons-container {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-container {
    justify-content: center;
  }
}
.cards-slider .left-side {
  width: 100%;
  flex: 1 1 61%;
  max-width: 685px;
  padding: 29px 27px 0 27px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .cards-slider .left-side {
    max-width: initial;
    padding: 0;
  }
}
.cards-slider .right-side {
  flex: 1 1 39%;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-top: 75px;
}
@media only screen and (max-width: 1023px) {
  .cards-slider .right-side {
    gap: 3px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cards-slider .right-side h2,
.cards-slider .right-side .content {
    max-width: 458px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-slider .right-side h2 {
    margin-bottom: 18px;
  }
}
.cards-slider .right-side .buttons-container {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .cards-slider .right-side .buttons-container {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-slider .right-side .buttons-container .button {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cards-slider .right-side .buttons-container .button.no-border-with-spacing {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
}
.cards-slider .buttons-wrapper {
  opacity: 1;
  visibility: visible;
  position: absolute;
  pointer-events: none;
  top: 28px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-wrapper {
    top: -166px;
    right: -30px;
    width: 100vw;
  }
}
.cards-slider .buttons-wrapper .button-controls {
  width: 126px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-wrapper .button-controls {
    width: 100%;
  }
}
.cards-slider .buttons-wrapper .button-controls .slideshow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: relative;
}
.cards-slider .buttons-wrapper .button-controls .slideshow-button svg.arrow-border {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-wrapper .button-controls .slideshow-button svg.desktop {
    display: none;
  }
}
.cards-slider .buttons-wrapper .button-controls .slideshow-button svg.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-wrapper .button-controls .slideshow-button svg.mobile {
    display: block;
  }
}
.cards-slider .buttons-wrapper .button-controls .slideshow-button.next {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-wrapper .button-controls .slideshow-button.next {
    right: 12px;
  }
}
.cards-slider .buttons-wrapper .button-controls .slideshow-button.previous {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cards-slider .buttons-wrapper .button-controls .slideshow-button.previous {
    left: 12px;
  }
}

.social-feed {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 86px 30px 137px 30px;
}
@media only screen and (max-width: 1023px) {
  .social-feed {
    padding-top: 81px;
    padding-bottom: 114px;
  }
}
.social-feed .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 1023px) {
  .social-feed .text-wrapper {
    margin-bottom: 30px;
    gap: 7px;
  }
}
.social-feed .text-wrapper .content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .social-feed .text-wrapper .content {
    margin-top: 10px;
  }
}
.social-feed .text-wrapper .content p {
  color: #FFFFFF;
}
.social-feed .images-wrapper {
  max-width: 1232px;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .social-feed .images-wrapper {
    margin-top: 70px;
  }
}
.social-feed .eui-widget-title.es-widget-title.eapps-instagram-feed-title {
  display: none !important;
}
.social-feed.restaurant-social-feed {
  padding: 0 30px 80px 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .social-feed.restaurant-social-feed {
    padding: 0 30px 40px 30px;
  }
}
.social-feed.restaurant-social-feed.adjust-top {
  padding: 80px 30px;
}
@media only screen and (max-width: 1023px) {
  .social-feed.restaurant-social-feed.adjust-top {
    padding: 40px 30px;
  }
}
.social-feed.restaurant-social-feed .images-wrapper {
  max-width: 1440px;
}
.social-feed.restaurant-social-feed .eapps-instagram-feed-posts-slider {
  cursor: initial;
}
.social-feed.restaurant-social-feed .eapps-instagram-feed-posts-slider-inner.eapps-instagram-feed-posts-inner.eui-slider-inner.es-layout-carousel-content {
  flex-wrap: wrap;
  transform: initial !important;
}
.social-feed.restaurant-social-feed .eapps-instagram-feed-posts-view.eui-slider-slide.eui-slider-slide-clone {
  display: none;
}
.social-feed.restaurant-social-feed .eapps-instagram-feed-posts-slider-prev,
.social-feed.restaurant-social-feed .eapps-instagram-feed-posts-slider-next {
  display: none;
}
.social-feed.restaurant-social-feed .social-load-more {
  margin-top: 40px;
  visibility: visible;
}
.social-feed.restaurant-social-feed .social-load-more.disappear {
  margin-top: 0;
  visibility: hidden;
  pointer-events: none;
}

/*@import 'acm/hero-image';*/
.accordions-acm {
  padding: 0 30px;
}
.accordions-acm.gray-background {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
.accordions-acm .outer-wrapper {
  padding: 115px 0 139px 0;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .outer-wrapper {
    padding: 70px 0;
  }
}
.accordions-acm .one-column {
  display: flex;
  justify-content: center;
}
.accordions-acm .one-column .wrapper {
  max-width: 1020px;
  position: relati;
}
.accordions-acm .one-column .h2 {
  margin-bottom: 44px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .one-column .h2 {
    margin-bottom: 16px;
  }
}
.accordions-acm .one-column .content {
  text-align: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .one-column .content {
    margin-bottom: 12px;
  }
}
.accordions-acm .one-column .accordion-bullets-wrapper {
  display: flex;
  -moz-column-gap: 104px;
       column-gap: 104px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .one-column .accordion-bullets-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordions-acm .one-column .accordion-bullets-wrapper {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .one-column .accordion-bullets-wrapper {
    margin-bottom: 71px;
  }
}
.accordions-acm .one-column .accordion-bullets-wrapper.no-accordions {
  margin-bottom: 0;
}
.accordions-acm .one-column .bullets-side {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .one-column .bullets-side {
    width: 100%;
  }
}
.accordions-acm .one-column .single-bullet {
  font-weight: 400;
  position: relative;
  padding-left: 24px;
  text-align: left;
}
.accordions-acm .one-column .single-bullet:before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #000000;
}
.accordions-acm .accordions-section {
  max-width: 1020px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions-section {
    margin: 0 -33px;
  }
}
.accordions-acm .accordions-section .accordions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .accordions-section .accordions {
    padding: 0 18px;
  }
}
.accordions-acm .accordions-section .accordions-section-item {
  padding: 13px 29px 20px 30px;
  border: 1px solid #E4E7E7;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions-section .accordions-section-item {
    padding: 15px 20px 20px 19px;
  }
}
.accordions-acm .accordions-section .accordions-section-item .toggle-icon {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions-section .accordions-section-item .toggle-icon {
    margin-top: 8px;
  }
}
.accordions-acm .accordions-section .accordions-section-item .toggle-icon::before, .accordions-acm .accordions-section .accordions-section-item .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #000000;
  transition: transform 0.3s ease;
}
.accordions-acm .accordions-section .accordions-section-item .toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.accordions-acm .accordions-section .accordions-section-item .toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.accordions-acm .accordions-section .accordions-section-item.active .toggle-icon::after {
  transform: translateX(-50%) rotate(-90deg);
}
.accordions-acm .accordions-section .accordions-section-item.active .content {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
.accordions-acm .accordions-section .accordions-section-item .accordions-section-question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font: 400 24px/34px "Butler", sans-serif;
  color: #000000;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .accordions-acm .accordions-section .accordions-section-item .accordions-section-question {
    gap: 24px;
  }
}
.accordions-acm .accordions-section .accordions-section-item .accordions-section-answer {
  display: none;
  overflow: hidden;
}
.accordions-acm .accordions-section .accordions-section-item .content {
  padding: 15px 0 0 0;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .accordions-acm .accordions-section .accordions-section-item .content {
    padding-top: 19px;
  }
}
.accordions-acm .accordions-section .accordions-section-item .content,
.accordions-acm .accordions-section .accordions-section-item .content p {
  text-align: left;
}

.rewards-signup {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.rewards-signup .wrapper {
  padding: 80px 30px;
}
.rewards-signup .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1084px;
  margin: auto;
  background-color: #FFFFFF;
  padding: 75px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .rewards-signup .content-wrapper {
    padding: 30px;
    gap: 24px;
  }
}
.rewards-signup .content-wrapper .h2,
.rewards-signup .content-wrapper .content,
.rewards-signup .content-wrapper .content p {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .rewards-signup .content-wrapper br {
    display: none;
  }
}

.events-listing .wrapper {
  padding: 150px 30px;
}
@media only screen and (max-width: 1023px) {
  .events-listing .wrapper {
    padding: 56px 30px;
  }
}
.events-listing .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1232px;
  margin: auto auto 75px auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .events-listing .main-text-wrapper {
    margin-bottom: 24px;
  }
}
.events-listing .main-text-wrapper .h2 {
  margin-bottom: 0;
}
.events-listing .main-text-wrapper .content {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .events-listing .main-text-wrapper .buttons-container {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .events-listing .category-selector {
    margin-bottom: 0;
  }
}

.three-image-blocks .wrapper {
  display: flex;
  flex-direction: column;
  gap: 75px;
  text-align: center;
  max-width: 1292px;
  margin: auto;
  padding: 150px 30px;
}
@media only screen and (max-width: 1023px) {
  .three-image-blocks .wrapper {
    padding: 56px 30px;
    gap: 24px;
  }
}
.three-image-blocks .images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  height: 100%;
  max-height: 640px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .three-image-blocks .images-wrapper {
    gap: 8px;
  }
}
.three-image-blocks .images-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.three-image-blocks .thumbnail-1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.three-image-blocks .thumbnail-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.three-image-blocks .thumbnail-3 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.other-rooms-slider {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.other-rooms-slider.gray-background {
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
.other-rooms-slider .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1084px;
  margin: auto auto 75px auto;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .main-text-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }
}
.other-rooms-slider .main-text-wrapper .h2 {
  text-align: center;
}
.other-rooms-slider .wrapper {
  padding: 150px 104px;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .wrapper {
    padding: 56px 30px;
  }
}
.other-rooms-slider .slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1232px;
  margin: auto;
}
.other-rooms-slider .slideshow-wrapper {
  max-width: 1232px;
  width: 100%;
  margin: auto;
}
.other-rooms-slider .slideshow-wrapper article {
  display: flex;
  flex-direction: column;
  max-width: 604px;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article {
    max-width: initial;
  }
}
.other-rooms-slider .slideshow-wrapper article .left-side {
  width: 100%;
  max-width: 604px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article .left-side {
    max-width: initial;
  }
}
.other-rooms-slider .slideshow-wrapper article .left-side .image {
  height: 400px;
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article .left-side .image {
    height: 276px;
  }
}
.other-rooms-slider .slideshow-wrapper article .left-side .image.no-thumb {
  background-color: #000000;
}
.other-rooms-slider .slideshow-wrapper article .left-side .category-name {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 6px 12px;
}
.other-rooms-slider .slideshow-wrapper article .right-side {
  padding: 32px;
  text-align: left;
  background-color: #FFFFFF;
  align-content: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article .right-side {
    padding: 30px;
  }
}
.other-rooms-slider .slideshow-wrapper article .right-side .h5 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article .right-side .h5 {
    margin-bottom: 8px;
  }
}
.other-rooms-slider .slideshow-wrapper article .right-side .h3 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article .right-side .h3 {
    margin-bottom: 16px;
  }
}
.other-rooms-slider .slideshow-wrapper article .right-side .content {
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .slideshow-wrapper article .right-side .content {
    margin-bottom: 24px;
  }
}
.other-rooms-slider .slideshow-wrapper article .right-side .buttons-container {
  justify-content: flex-start;
}
.other-rooms-slider .buttons-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .other-rooms-slider .buttons-wrapper.slides-2, .other-rooms-slider .buttons-wrapper.slides-1 {
    display: none;
  }
}
.other-rooms-slider .button-controls.main-slider {
  max-width: 1440px;
  top: calc(50% + 14px);
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .button-controls.main-slider {
    width: 186px;
    top: initial;
    bottom: 0px;
    margin-top: 40px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .other-rooms-slider .button-controls.main-slider.top-adjustment {
    top: calc(50% + 46px);
  }
}
.other-rooms-slider .button-controls.main-slider .slideshow-button.previous {
  left: 24px;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .button-controls.main-slider .slideshow-button.previous {
    left: 0;
  }
}
.other-rooms-slider .button-controls.main-slider .slideshow-button.next {
  right: 24px;
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .button-controls.main-slider .slideshow-button.next {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .button-controls.main-slider .slideshow-button svg {
    height: 40px;
    width: 40px;
  }
}
.other-rooms-slider .button-controls.main-slider .slideshow-button.swiper-button-disabled {
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .other-rooms-slider .button-controls.gallery-controls {
    top: calc(50% - 24px);
  }
}
@media only screen and (max-width: 1023px) {
  .other-rooms-slider .bullets-wrapper {
    display: flex;
    bottom: 72px;
  }
}

.image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding: 0 104px;
  margin: 150px auto;
}
@media only screen and (max-width: 1023px) {
  .image-slider {
    padding: 0;
    margin: 56px auto;
    gap: 24px;
  }
}
.image-slider.no-margin-bottom {
  margin-bottom: 0;
}
.image-slider.no-margin-top {
  margin-top: 0;
}
.image-slider.no-margin-top-bottom {
  margin: 0 auto;
}
.image-slider .slideshow-container {
  position: relative;
  max-width: 1232px;
  margin: auto;
  width: 100%;
}
.image-slider .slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-slider .slideshow-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.image-slider .slide {
  flex: 0 0 100%;
  position: relative;
}
.image-slider .image-container {
  position: relative;
  width: 100%;
  height: 750px;
}
@media only screen and (max-width: 1023px) {
  .image-slider .image-container {
    height: 326px;
  }
}
.image-slider .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.image-slider .button-controls .slideshow-button.previous {
  left: -72px;
}
@media only screen and (max-width: 1023px) {
  .image-slider .button-controls .slideshow-button.previous {
    left: 10px;
  }
}
.image-slider .button-controls .slideshow-button.next {
  right: -72px;
}
@media only screen and (max-width: 1023px) {
  .image-slider .button-controls .slideshow-button.next {
    right: 10px;
  }
}
.image-slider .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  max-width: 1145px;
  padding: 0 30px;
  margin: auto;
}
.image-slider .main-text-wrapper .buttons-container {
  margin-top: 8px;
}

.press-slider {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
}
.press-slider .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1085px;
  margin: auto auto 75px auto;
}
@media only screen and (max-width: 1023px) {
  .press-slider .main-text-wrapper {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.press-slider .main-text-wrapper .h2 {
  text-align: center;
  margin: auto;
  text-transform: capitalize;
  margin-bottom: 0;
}
.press-slider .main-text-wrapper .content {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .press-slider .main-text-wrapper .buttons-container {
    margin-top: 8px;
  }
}
.press-slider .wrapper {
  padding: 150px 100px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .press-slider .wrapper {
    padding: 56px 30px;
  }
}
.press-slider .slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1230px;
  margin: auto;
}
.press-slider .slideshow-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1288px;
}
.press-slider .slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  max-width: 394px;
  position: relative;
}
@media (max-width: 1350px) {
  .press-slider .slide {
    max-width: initial;
  }
}
.press-slider .slide .slide-thumbnail {
  position: relative;
  width: 100%;
}
.press-slider .slide .slide-thumbnail.no-thumb {
  background-color: black;
}
.press-slider .slide .slide-thumbnail .image {
  height: 240px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.press-slider .slide .slide-thumbnail .image.no-thumb {
  background-color: black;
}
.press-slider .slide .slide-thumbnail .category-name {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 6px 12px;
}
.press-slider .slide .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: #FFFFFF;
  height: 228px;
}
.press-slider .slide .content-wrapper .h3 {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.press-slider .slide .content-wrapper .h5 {
  margin-bottom: 24px;
  color: #787878;
}
.press-slider .slide .content-wrapper .buttons-container {
  justify-content: flex-start;
}
.press-slider .slide .content-wrapper .buttons-container a {
  position: relative;
}
.press-slider .slide .content-wrapper .buttons-container svg {
  position: absolute;
  top: -2px;
  padding-left: 2px;
}
.press-slider .buttons-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .press-slider .buttons-wrapper.slides-2, .press-slider .buttons-wrapper.slides-1 {
    display: none;
  }
}
.press-slider .button-controls {
  max-width: 1440px;
  top: initial;
  bottom: 307px;
}
@media only screen and (max-width: 1023px) {
  .press-slider .button-controls {
    width: 186px;
    top: initial;
    bottom: 0px;
    margin-top: 40px;
    position: relative;
  }
}
.press-slider .button-controls .slideshow-button.previous {
  left: 24px;
}
@media only screen and (max-width: 1023px) {
  .press-slider .button-controls .slideshow-button.previous {
    left: 0;
  }
}
.press-slider .button-controls .slideshow-button.next {
  right: 24px;
}
@media only screen and (max-width: 1023px) {
  .press-slider .button-controls .slideshow-button.next {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .press-slider .button-controls .slideshow-button svg {
    height: 40px;
    width: 40px;
  }
}
.press-slider .button-controls .slideshow-button.swiper-button-disabled {
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .press-slider .bullets-wrapper {
    display: flex;
    bottom: 72px;
  }
}

.password-protected-page {
  max-width: 1223px;
  margin: 152px auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page {
    flex-direction: column;
    margin: 120px auto;
  }
}
.password-protected-page .left-side {
  flex: 0 0 30%;
  margin-right: 79px;
}
@media (min-width: 768px) and (max-width: 860px) {
  .password-protected-page .left-side {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .password-protected-page .left-side {
    margin-right: 0;
  }
}
.password-protected-page .left-side .header {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 23px;
}
.password-protected-page .left-side .phone-email {
  border-top: 1px solid #000000;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .left-side .phone-email {
    padding-top: 20px;
  }
}
.password-protected-page .left-side .phone-email .phone-container {
  display: flex;
  gap: 14px;
}
.password-protected-page .left-side .phone-email .phone-container .phone-icon {
  padding-top: 2px;
}
.password-protected-page .left-side .phone-email .phone-container .phone-number {
  text-decoration: underline;
  color: #000000;
}
.password-protected-page .left-side .phone-email .email-container {
  display: flex;
  gap: 14px;
}
.password-protected-page .left-side .phone-email .email-container .email-icon {
  padding-top: 2px;
}
.password-protected-page .left-side .phone-email .email-container .email-address {
  text-decoration: underline;
  color: #000000;
}
.password-protected-page .page-content {
  margin: 0;
}
.password-protected-page .page-content .description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.password-protected-page .page-content .user-pass {
  display: flex;
  -moz-text-align-last: start;
       text-align-last: start;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content .user-pass {
    display: contents;
  }
}
.password-protected-page .page-content p.form-builder-field.left,
.password-protected-page .page-content p.form-builder-field.right {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content p.form-builder-field.left,
.password-protected-page .page-content p.form-builder-field.right {
    width: 100%;
  }
}
.password-protected-page .page-content p.form-builder-field.left label,
.password-protected-page .page-content p.form-builder-field.right label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content p.form-builder-field.left label,
.password-protected-page .page-content p.form-builder-field.right label {
    margin-bottom: 0;
  }
}
.password-protected-page .page-content p.form-builder-field.left label::after,
.password-protected-page .page-content p.form-builder-field.right label::after {
  content: "*";
  color: red;
  margin-left: 2px;
  font-size: 10px;
}
.password-protected-page .page-content input#email,
.password-protected-page .page-content input#password {
  font-style: normal;
  padding-left: 12px;
  padding-right: 12px;
  background: #FFFFFF;
  color: #000000;
  height: 48px;
  padding: 0 24px;
  resize: none;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
.password-protected-page .page-content fieldset.controls {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content fieldset.controls {
    flex-direction: column;
    align-items: center;
  }
}
.password-protected-page .page-content fieldset.controls p {
  padding: 0;
  justify-content: end;
  display: flex;
}
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox {
  display: flex;
  justify-content: start;
  width: 100%;
  gap: 8px;
  margin-right: 6px;
}
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox span,
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox a {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.333px;
}
.password-protected-page .page-content fieldset.controls .checkbox-side label.custom-checkbox span {
  text-align: left;
}
.password-protected-page .page-content fieldset.controls .checkbox-side a {
  text-decoration: underline;
}
.password-protected-page .page-content fieldset.controls .checkbox-side,
.password-protected-page .page-content fieldset.controls .submit-side {
  flex: 0 0 50%;
}
.password-protected-page .page-content fieldset.controls input#submit {
  margin-left: 12px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content fieldset.controls input#submit {
    margin-left: 0;
  }
}
.password-protected-page .page-content fieldset.controls input#submit:hover {
  background-color: black;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content fieldset.controls .checkbox-side {
    margin: 20px auto;
  }
  .password-protected-page .page-content fieldset.controls .checkbox-side label {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .password-protected-page .page-content fieldset.controls .submit-side {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: block;
  position: fixed;
  top: -100%;
  padding-top: 60px;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  transition: top 500ms, visibility 500ms;
  text-align: left;
  z-index: 210;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}
#hamburger-navigation .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hamburger-navigation .inner-height {
  height: 100%;
}
#hamburger-navigation .scroll-content {
  height: 100%;
  overscroll-behavior: contain;
}
#hamburger-navigation .scrollbar-track-y,
#hamburger-navigation .scrollbar-thumb {
  width: 4px;
}
.hamburger-navigation-visible #hamburger-navigation {
  top: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  width: 100%;
  margin: 0 auto;
  padding: 33px 47px;
  border-top: 1px solid #8C714A;
  text-align: left;
  flex-shrink: 0;
}
#hamburger-navigation .top-menu li {
  display: inline-block;
}
#hamburger-navigation .top-menu li a {
  display: inline-block;
  padding: 8px 13px;
  font: 600 14px/14px "Outfit", sans-serif;
  text-decoration: none;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
}
#hamburger-navigation .top-menu li a:hover, #hamburger-navigation .top-menu li a.active {
  color: #FFFFFF;
}
#hamburger-navigation .main-menu {
  position: relative;
  flex: 1 1 100%;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: inline-block;
  padding: 0 30px;
  transition: padding-left 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding: 25px 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  display: flex;
  justify-content: space-between;
  font: 400 20px/1 "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 13px 30px;
  text-decoration: none;
  color: #000000;
  opacity: 1;
  position: relative;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a .arrow {
  border-color: #000000;
}
#hamburger-navigation .main-menu .menu.level-2 li.title:first-child {
  padding-top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font: 300 17px/1 "Outfit", sans-serif;
  color: #000000;
  letter-spacing: 0.51px;
  text-transform: none;
  text-decoration: none;
  position: relative;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  transition: padding-left 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.submenu a:hover > .plus .arrow, #hamburger-navigation .main-menu .menu.submenu a.active > .plus .arrow {
  border-color: var(--secondary);
}
#hamburger-navigation .main-menu .menu.submenu a::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-1px);
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 350ms ease-in-out, left 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.submenu a:hover::before, #hamburger-navigation .main-menu .menu.submenu a.active::before {
  left: 16px;
  opacity: 1;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 0 0 2px 16px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
  justify-content: flex-start;
}
#hamburger-navigation .main-menu .parent.expanded > a .plus .arrow {
  transform: rotate(225deg);
}
#hamburger-navigation .main-menu .plus {
  display: inline-block;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .arrow {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-left: 6px;
  transition: transform 350ms ease-in-out;
  position: relative;
  left: 2px;
  top: -4px;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #FFFFFF;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: var(--primary) !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
.blog-page #hamburger-navigation {
  padding-top: 100px;
}
.blog-page #hamburger-navigation .main-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  padding: 73px 0 40px 0;
  height: auto;
  flex-grow: 0;
}
.blog-page #hamburger-navigation .blog-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.blog-page #hamburger-navigation .blog-categories li a.no-border-black {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.66px;
  padding: 0 !important;
}
.blog-page #hamburger-navigation .blog-search {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog-page #hamburger-navigation .blog-search svg {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 1;
  pointer-events: none;
}
.blog-page #hamburger-navigation .blog-search form {
  display: flex;
}
.blog-page #hamburger-navigation .blog-search label {
  flex: 1 1 100%;
}
.blog-page #hamburger-navigation .blog-search label .search-field {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #000000;
}
.blog-page #hamburger-navigation .blog-search .search-submit {
  flex: 0 0 60px;
  height: 40px;
  background: #000000 !important;
  text-indent: -9999px;
  overflow: hidden;
}
#hamburger-navigation .bottom {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 18px 0 0 0;
  margin: 0 30px 43px 30px;
  border-top: 1px solid #8C714A;
}
#hamburger-navigation .bottom .find-us {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #8C714A;
  font-size: 15px;
  text-transform: uppercase;
}
#hamburger-navigation .bottom .find-us svg path {
  fill: #8C714A;
}
#hamburger-navigation .bottom .tour svg path {
  fill: #8C714A;
}

.booking-widget.visible {
  display: block;
  z-index: 999999;
}
.booking-widget .close {
  display: none;
  position: absolute;
  right: 5px;
  top: 10px;
  width: 48px;
  height: 48px;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .booking-widget .close {
    display: block;
  }
}
.booking-widget .close:before, .booking-widget .close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  width: 28px;
  background: #D61F36;
}
.booking-widget .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.booking-widget .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.booking-widget .popup {
  position: absolute;
  left: 0;
  top: calc(100% + 28px);
  padding: 17px;
  z-index: 50;
  border: 10px solid rgba(255, 255, 255, 0.86);
  background: #FFFFFF;
  background-clip: padding-box;
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.5);
}
.booking-widget .popup .popup-btns {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .booking-widget .popup {
    position: fixed;
    top: 0;
    height: 100%;
    padding-top: 86px;
    padding-bottom: 74px;
    flex-wrap: wrap;
    overflow: scroll;
  }
  .booking-widget .popup .popup-btns {
    display: flex;
    flex: 0 0 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 10px;
    height: 40px;
    align-items: center;
  }
  .booking-widget .popup .popup-btns .reset {
    text-transform: uppercase;
    border: 1px solid #323a45;
    background: white;
    color: #323a45;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  }
  .booking-widget .popup .popup-btns .apply {
    height: 100%;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  }
}
.booking-widget .popup:before, .booking-widget .popup:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 18px 19px;
}
.booking-widget .popup:before {
  bottom: calc(100% + 10px);
  border-color: transparent transparent rgba(255, 255, 255, 0.86) transparent;
}
.booking-widget .popup:after {
  bottom: 100%;
  border-color: transparent transparent #FFFFFF transparent;
}
.booking-widget .popup.visible {
  display: flex;
}
.booking-widget .popup > .wrapper {
  width: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .booking-widget.popups-above .popup {
    top: auto;
    bottom: calc(100% + 28px);
  }
  .booking-widget.popups-above .popup:before, .booking-widget.popups-above .popup:after {
    bottom: auto;
    border-width: 18px 19px 0 19px;
  }
  .booking-widget.popups-above .popup:before {
    top: calc(100% + 10px);
    border-color: rgba(255, 255, 255, 0.86) transparent transparent transparent;
  }
  .booking-widget.popups-above .popup:after {
    top: 100%;
    border-color: #FFFFFF transparent transparent transparent;
  }
}

@media only screen and (max-width: 1023px) {
  .popup.properties {
    width: 100%;
  }
}
.popup.properties:before, .popup.properties:after {
  left: 13%;
}
.popup.properties ul {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup.properties ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .popup.properties ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.popup.properties li {
  position: relative;
  margin-bottom: 8px;
}
.popup.properties .property-selector,
.popup.properties a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 17px;
  font-size: 13px;
  line-height: 1.231em;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #000000;
  transition: color 186ms, background 186ms;
  cursor: pointer;
}
.popup.properties .property-selector.active, .popup.properties .property-selector:hover, .keyboard-navigation .popup.properties .property-selector:focus,
.popup.properties a.active,
.popup.properties a:hover,
.keyboard-navigation .popup.properties a:focus {
  background: #D61F36;
  color: #FFFFFF;
}

.popup.booking-datepicker {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .popup.booking-datepicker {
    min-height: 427px;
  }
}
.popup.booking-datepicker:before, .popup.booking-datepicker:after {
  left: 38%;
}
.popup.booking-datepicker .arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup.booking-datepicker .arrow {
    top: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .popup.booking-datepicker .arrow {
    top: 100px;
  }
}
.popup.booking-datepicker .arrow.previous {
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup.booking-datepicker .arrow.previous {
    left: 10px;
  }
}
.popup.booking-datepicker .arrow.previous svg {
  transform: rotate(180deg);
}
.popup.booking-datepicker .arrow.next {
  right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup.booking-datepicker .arrow.next {
    right: 10px;
  }
}
.popup.booking-datepicker .arrow svg {
  transition: fill 186ms;
  fill: #000000;
}
.popup.booking-datepicker .arrow:hover svg {
  fill: pink;
}
.popup.booking-datepicker .ui-datepicker {
  position: relative;
  display: flex !important;
  width: 100% !important;
  padding: 0;
  background: none;
  box-shadow: none;
}
.popup.booking-datepicker .ui-datepicker-group {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .popup.booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
.popup.booking-datepicker .ui-datepicker-group:nth-child(1) {
  position: relative;
  padding-right: 48px;
}
.popup.booking-datepicker .ui-datepicker-group:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  top: 41px;
  bottom: 0;
  width: 1px;
  background: #c7c7c7;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup.booking-datepicker .ui-datepicker-group:nth-child(1) {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .popup.booking-datepicker .ui-datepicker-group:nth-child(1) {
    padding: 0;
  }
  .popup.booking-datepicker .ui-datepicker-group:nth-child(1):before {
    content: none;
  }
}
.popup.booking-datepicker .ui-datepicker-group:nth-child(2) {
  padding-left: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .popup.booking-datepicker .ui-datepicker-group:nth-child(2) {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .popup.booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
.popup.booking-datepicker .ui-datepicker-row-break {
  display: none;
}
.popup.booking-datepicker .ui-datepicker-header {
  margin-top: 2px;
}
.popup.booking-datepicker .ui-datepicker-header .ui-datepicker-prev,
.popup.booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.popup.booking-datepicker .ui-datepicker-calendar tbody td,
.popup.booking-datepicker .ui-datepicker-calendar tbody th {
  padding-top: 10px;
}
.popup.booking-datepicker .ui-datepicker-calendar td {
  position: relative;
  overflow: hidden;
}
.popup.booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
  background: #d0d0d0;
}
.popup.booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:before,
.popup.booking-datepicker .ui-datepicker-calendar .checkin-date:before,
.popup.booking-datepicker .ui-datepicker-calendar .checkout-date:before {
  content: "";
  position: absolute;
  top: 10px;
  height: 100%;
  background: #d0d0d0;
  z-index: -1;
}
.popup.booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:before {
  left: 0;
  right: 0;
}
.popup.booking-datepicker .ui-datepicker-calendar .checkout-date:before,
.popup.booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight + .checkin-date:before {
  left: 0;
  right: 50%;
}
.popup.booking-datepicker .ui-datepicker-calendar .checkin-date:before {
  left: 50%;
  right: 0;
}
.popup.booking-datepicker .ui-datepicker-calendar .checkin-date a,
.popup.booking-datepicker .ui-datepicker-calendar .checkout-date a {
  background: #D61F36;
  color: #FFFFFF;
}

.popup.guests {
  left: auto;
  right: 17%;
}
@media only screen and (max-width: 1023px) {
  .popup.guests {
    right: 0;
    width: 100%;
  }
}
.popup.guests:before, .popup.guests:after {
  left: auto;
  margin-left: auto;
  right: 220px;
}
.popup.guests .title {
  font-size: 18px;
  line-height: 1.222em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.popup.guests .subtitle {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.167em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .popup.guests .subtitle {
    margin-bottom: 40px;
  }
}
.popup.guests .rooms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-height: 350px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .popup.guests .rooms {
    justify-content: center;
  }
}
.popup.guests .room {
  position: relative;
  width: 142px;
  padding: 0 20px;
  border-right: 1px solid #a4a4a4;
}
@media only screen and (max-width: 767px) {
  .popup.guests .room {
    width: 200px;
    border: none;
    margin-bottom: 40px;
    padding: 0 24px;
  }
}
.popup.guests .remove-room {
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
  height: 19px;
  width: 19px;
  font-size: 0;
}
.popup.guests .remove-room:before, .popup.guests .remove-room:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.5px;
  width: 12px;
  background: #000000;
  transition: background 186ms;
}
.popup.guests .remove-room:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup.guests .remove-room:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup.guests .remove-room:hover:before, .popup.guests .remove-room:hover:after {
  background: #D61F36;
}
.popup.guests .room.removable .remove-room {
  display: block;
}
.popup.guests .room.removable.last .remove-room {
  right: 0;
}
.popup.guests .room-title {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.188em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.popup.guests .option-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.214em;
  text-align: center;
}
.popup.guests .option-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.popup.guests .counter {
  font-size: 26px;
  line-height: 1.192em;
}
.popup.guests .details {
  width: 100%;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.167em;
  text-align: center;
}
.popup.guests button[data-action] {
  position: absolute;
  font-size: 0;
  width: 16px;
  height: 16px;
  top: 17px;
  transform: translateY(-50%);
}
.popup.guests button[data-action] svg {
  width: 100%;
  height: 100%;
  transition: fill 186ms;
  fill: #000000;
}
.popup.guests button[data-action]:hover svg {
  fill: pink;
}
.popup.guests button[data-action][data-action=decrease] {
  left: 0;
}
.popup.guests button[data-action][data-action=decrease] svg {
  transform: rotate(180deg);
}
.popup.guests button[data-action][data-action=increase] {
  right: 0;
}
.popup.guests .adults-option {
  margin-bottom: 22px;
}
.popup.guests .add-room {
  position: relative;
  padding: 25px 0 25px 20px;
  font-size: 16px;
  line-height: 1.188em;
  font-weight: 700;
  transition: color 186ms;
  text-transform: uppercase;
  color: #000000;
  max-width: 106px;
}
.popup.guests .add-room:before, .popup.guests .add-room:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 11px);
  transform: translateX(-50%);
  background: #000000;
}
.popup.guests .add-room:before {
  top: 7px;
  width: 15px;
  height: 1px;
}
.popup.guests .add-room:after {
  width: 1px;
  height: 15px;
}
.popup.guests .add-room:hover {
  color: pink;
}
@media only screen and (max-width: 767px) {
  .popup.guests .add-room {
    max-width: none;
    padding: 25px 50px;
  }
  .popup.guests .add-room:before, .popup.guests .add-room:after {
    left: 50%;
  }
}

.popup.rates {
  width: 308px;
  left: auto;
  right: 7%;
}
@media only screen and (min-width: 1024px) {
  .popup.rates {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup.rates {
    right: 0;
    width: 100%;
  }
}
.popup.rates li {
  position: relative;
  margin-bottom: 4px;
}
.popup.rates .custom-radio {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  padding-left: 36px;
  color: #000000;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 1.14px;
  text-align: left;
}
.popup.rates .custom-radio:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  pointer-events: none;
  width: 24px;
  height: 24px;
  background: #fff;
  transition: transform 0.35s ease-in-out;
  border: 1px solid #787878;
  border-radius: 50%;
}
.popup.rates .custom-radio:after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 11px;
  left: 4px;
  border-radius: 50%;
  background: #000000;
  transition: opacity 350ms ease-in-out;
}
.popup.rates .custom-radio[aria-expanded=true]:after, .popup.rates .custom-radio.selected:after {
  opacity: 1;
}
.popup.rates .custom-radio:hover:after {
  opacity: 0.5;
}
.popup.rates label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
.popup.rates .custom-radio[aria-expanded=true]:not(.hidden-input) label {
  display: none;
}
.popup.rates input {
  display: none;
  position: absolute;
  left: 36px;
  right: 0;
  top: 4px;
  border-bottom: 1px solid #000000;
  line-height: 28px;
  letter-spacing: 1.14px;
}
.popup.rates .custom-radio[aria-expanded=true]:not(.hidden-input) + input {
  display: block;
}

.aria-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #FFFFFF;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Outfit", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

#modal-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -100;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease;
}
#modal-popup.visible {
  z-index: 99999;
  visibility: visible;
}
#modal-popup.in-transition {
  opacity: 1;
}
#modal-popup.in-transition .popup-2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 200ms;
}
#modal-popup .popup-2 {
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  max-width: 980px;
  width: calc(100% - 60px);
  min-height: 150px;
  max-height: 80%;
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
}
#modal-popup .popup-2 video,
#modal-popup .popup-2 iframe {
  display: block;
  width: 100%;
}
#modal-popup .popup-2 video {
  height: auto;
}
#modal-popup .popup-2 iframe {
  height: 80vh;
}
#modal-popup .close {
  position: absolute;
  top: -19px;
  right: -19px;
  height: 40px;
  width: 40px;
  margin: 0 auto 30px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #modal-popup .close {
    height: 32px;
    width: 32px;
    top: -16px;
    right: -16px;
  }
}
#modal-popup .slide {
  height: auto;
}
#modal-popup .slide .thumbnail {
  display: flex;
  position: relative;
  overflow: hidden;
}
#modal-popup .slide .thumbnail img {
  max-height: 680px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: auto;
  height: 80vh;
}
@media only screen and (max-width: 767px) {
  #modal-popup .slide .thumbnail img {
    height: 240px;
  }
}
#modal-popup .popup-gallery-slideshow {
  overflow: hidden;
}
#modal-popup .button-controls .slideshow-button.previous {
  transform: rotate(180deg);
  left: -20px;
}
@media only screen and (max-width: 767px) {
  #modal-popup .button-controls .slideshow-button.previous {
    left: -16px;
  }
}
#modal-popup .button-controls .slideshow-button.next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  #modal-popup .button-controls .slideshow-button.next {
    right: -16px;
  }
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  float: left !important;
  width: 100%;
}
.admin .preview-item .promo .promo-thumbnail-wrapper {
  height: auto !important;
}
.admin .preview-item .promo .promo-thumbnail-wrapper img {
  display: block;
  width: 100%;
}
.admin .preview-item .alert-bar {
  display: flex;
  position: relative;
}

/* Merchandising Tile */
#merchandising-tile {
  position: fixed;
  bottom: 50%;
  right: -488px;
  width: 100%;
  max-width: 488px;
  z-index: 80;
  background-color: rgba(140, 113, 74, 0.75);
  height: 218px;
  transform: translateY(50%);
  transition: 1s;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    bottom: 49px;
    height: 211px;
    transform: none;
  }
}
.admin .preview-item #merchandising-tile {
  position: relative;
  right: 0;
  transform: none;
  border: 0.5px solid #8C714A;
}
#merchandising-tile h2 {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
#merchandising-tile .promo-name {
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 82px 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile .promo-content {
    padding: 0 48px 0 10px;
    gap: 8px;
  }
}
#merchandising-tile .promo-content .promo-text {
  text-align: center;
  font: 400 17px/28px "Outfit", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile .promo-content .promo-text {
    font-size: 15px;
    line-height: 26px;
  }
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 218px;
  background-color: #B99F7B;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 81;
  transform: translateY(50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 49px;
    transform: none;
    width: 38px;
    height: 211px;
  }
}
.merchandising-open-btn .arrow-rotate {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  transition: 350ms ease-in-out;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn .arrow-rotate {
    right: 15px;
    margin-top: -8px;
  }
}
.merchandising-open-btn .background {
  width: 40px;
  height: 50px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn .background {
    width: 38px;
  }
}
.merchandising-open-btn .active-rotate {
  right: 10px;
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn .active-rotate {
    right: 8px;
  }
}

/* Alert bar */
.alert-bar {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #8C714A;
  background: linear-gradient(90deg, #8C714A 0%, #B99F7B 100%);
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .alert-bar {
    height: 60px;
  }
}
.alert-bar.visible {
  display: flex;
}
.alert-bar .content {
  box-sizing: border-box;
  padding: 8px 30px 7px 30px;
  color: #FFFFFF;
  font: 400 14px/18px "Outfit", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .alert-bar .content {
    padding: 5px 35px 5px 5px;
  }
}
.alert-bar h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.alert-bar .button {
  margin-left: 10px !important;
  padding-bottom: 3px !important;
}
.alert-bar .close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -1000px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  outline: none;
  background: none;
  border: none;
}
.alert-bar .close:after, .alert-bar .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
}
.alert-bar .close:after {
  width: 20px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.alert-bar .close:before {
  width: 1px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.alert-bar .close:hover:before, .alert-bar .close:hover:after {
  background: #000000;
}

.alert-bar.visible + #header,
.alert-bar.visible + #blog-header {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .alert-bar.visible + #header,
.alert-bar.visible + #blog-header {
    margin-top: 60px;
  }
}

/* Common styles for back-end, front-end uses normal stylesheets */
.admin .preview-item .button {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 16px 31px 14px 31px;
  overflow: visible;
  font: 600 14px/16px "Outfit", sans-serif;
  text-decoration: none;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #8C714A;
  background: transparent;
  align-content: center;
  border: 1px solid #8C714A;
  transition: 350ms ease-in-out;
}
.admin .preview-item .button.no-border-white {
  position: relative;
  padding: 0 0 7px 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  color: #FFFFFF;
  margin-left: 10px !important;
  padding-bottom: 3px !important;
}
.admin .preview-item .button.no-border-white:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  transition: width 350ms ease-in-out;
}
.admin .preview-item .button.no-border-white:focus:after, .admin .preview-item .button.no-border-white:hover:after {
  width: 100%;
}
.admin .preview-item .close {
  pointer-events: none;
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "Butler", sans-serif;
  margin: 15px;
  color: var(--primary);
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "Butler", sans-serif;
  color: var(--primary);
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: var(--primary);
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "Butler", sans-serif;
  margin-bottom: 30px;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.rooms.page-content {
  margin: 40px auto;
}
.rooms.page-content .center-column {
  max-width: 1270px;
}

.rooms.page-content .listings,
.upgrade-your-stay .listings {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
}
@media only screen and (max-width: 767px) {
  .rooms.page-content .listings,
.upgrade-your-stay .listings {
    gap: 45px;
  }
}
.rooms.page-content .listings .listing,
.upgrade-your-stay .listings .listing {
  position: relative;
  overflow: hidden;
  text-align: center;
  flex: 0 0 calc(50% - 15px);
  background: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .rooms.page-content .listings .listing,
.upgrade-your-stay .listings .listing {
    flex: 0 0 100%;
  }
}
.rooms.page-content .listings .listing .image,
.upgrade-your-stay .listings .listing .image {
  position: relative;
  background: #000000;
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.rooms.page-content .listings .listing .image img,
.upgrade-your-stay .listings .listing .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.rooms.page-content .listings .listing .content,
.upgrade-your-stay .listings .listing .content {
  padding: 36px 5% 108px 5%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .rooms.page-content .listings .listing .content,
.upgrade-your-stay .listings .listing .content {
    padding: 36px 5%;
  }
}
.rooms.page-content .listings .listing .content h2, .rooms.page-content .listings .listing .content p,
.upgrade-your-stay .listings .listing .content h2,
.upgrade-your-stay .listings .listing .content p {
  margin: 0;
}
.rooms.page-content .listings .listing .content .buttons-container,
.upgrade-your-stay .listings .listing .content .buttons-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 36px 25px;
}
@media only screen and (max-width: 767px) {
  .rooms.page-content .listings .listing .content .buttons-container,
.upgrade-your-stay .listings .listing .content .buttons-container {
    flex-direction: column;
    gap: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px 0 0 0;
  }
}
.rooms.page-content .listings .listing .content .buttons-container .button,
.upgrade-your-stay .listings .listing .content .buttons-container .button {
  min-width: 150px;
}

.specials.page-content {
  margin: 40px auto;
}
.specials.page-content .center-column {
  max-width: 1270px;
}
.specials.page-content .listings {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
}
@media only screen and (max-width: 767px) {
  .specials.page-content .listings {
    gap: 45px;
  }
}
.specials.page-content .listings .listing {
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .specials.page-content .listings .listing {
    flex-direction: column;
  }
}
.specials.page-content .listings .listing .image {
  flex: 1 1 36.4%;
  position: relative;
  background: #000000;
  height: 330px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials.page-content .listings .listing .image {
    flex: 1 1 auto;
    height: 340px;
  }
}
.specials.page-content .listings .listing .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.specials.page-content .listings .listing .content {
  flex: 1 1 63.6%;
  padding: 10px 2% 20px 4.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .specials.page-content .listings .listing .content {
    flex: 1 1 auto;
    text-align: center;
    align-items: center;
    padding: 29px 20px 17px 20px;
  }
}
.specials.page-content .listings .listing .content h2, .specials.page-content .listings .listing .content p {
  margin: 0;
}
.specials.page-content .listings .listing .content .buttons-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .specials.page-content .listings .listing .content .buttons-container {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.specials.page-content .listings .listing .content .buttons-container .button {
  min-width: 180px;
}

#booking-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 225;
  width: 100%;
  /* Form styles */
}
#booking-overlay .shadow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
#booking-overlay .inner {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 103;
  width: 100%;
  height: 100%;
  max-width: 440px;
  background: #FFFFFF;
  transition: right 350ms ease-in-out;
}
#booking-overlay .inner .close {
  position: absolute;
  top: 30px;
  right: 23px;
  z-index: 10;
  padding: 10px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.75);
}
#booking-overlay .inner .close:before, #booking-overlay .inner .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 7px;
  z-index: 1;
  background: #000000;
  width: 24px;
  height: 2px;
  transform: rotate(-45deg);
}
#booking-overlay .inner .close:after {
  transform: rotate(45deg);
}
#booking-overlay .inner .page-content {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 60px 13px 37px 13px;
  height: 100%;
  max-height: 100%;
}
#booking-overlay .inner .page-content .scroll-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overscroll-behavior: contain;
}
#booking-overlay .inner .page-content .main-content .sections {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 93px;
}
#booking-overlay .inner .page-content .main-content .sections .section-wrapper > button {
  position: relative;
  padding: 0 0 4px 0;
  font: 400 30px/1 "Outfit", sans-serif;
  color: #000000;
  letter-spacing: 0.87px;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out;
}
#booking-overlay .inner .page-content .main-content .sections .section-wrapper > button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000000;
  transition: width 350ms ease-in-out;
}
#booking-overlay .inner .page-content .main-content .sections .section-wrapper.inactive > button {
  opacity: 0.6;
}
#booking-overlay .inner .page-content .main-content .sections .section-wrapper:hover > button {
  opacity: 1;
}
#booking-overlay .inner .page-content .main-content .sections .section-wrapper.active > button:after, #booking-overlay .inner .page-content .main-content .sections .section-wrapper:hover > button:after {
  width: 100%;
}
#booking-overlay .inner .page-content .main-content .sections .section-wrapper .section-inner {
  display: none;
}
#booking-overlay .inner .page-content .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  text-align: left;
  padding: 0 18px;
}
#booking-overlay .inner .page-content .bottom-content .left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font: 400 14px/15px "Outfit", sans-serif;
  color: #000000;
  letter-spacing: 0.42px;
  margin-bottom: 8px;
}
#booking-overlay .inner .page-content .bottom-content .left a {
  text-decoration: none;
}
#booking-overlay .inner .page-content .bottom-content .left a:hover {
  text-decoration: underline;
}
#booking-overlay.active .shadow {
  opacity: 1;
}
#booking-overlay.active .inner {
  right: 0;
}
#booking-overlay .booking-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 17px 0;
}
#booking-overlay .booking-form .row {
  padding: 18px;
  border: 1px solid transparent;
  transition: border-color 350ms ease-in-out;
}
#booking-overlay .booking-form .row.expanded-content {
  border-color: #8C714A;
}
#booking-overlay .booking-form .row.expanded-content .input .arrow {
  transform: rotate(180deg);
}
#booking-overlay .booking-form .row.two-col {
  display: flex;
  gap: 30px;
}
#booking-overlay .booking-form .row.two-col > .col {
  flex: 0 0 50%;
}
#booking-overlay .booking-form .label {
  display: block;
  font: 300 13px/1 "Outfit", sans-serif;
  color: #000000;
  letter-spacing: 0.52px;
  padding: 0 0 7px 0;
}
#booking-overlay .booking-form .input,
#booking-overlay .booking-form .input select,
#booking-overlay .booking-form .input textarea {
  font: 400 14px/1 "Outfit", sans-serif;
  color: #000000;
  letter-spacing: 0.14px;
}
#booking-overlay .booking-form .input {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 12px 0 8px 0;
  border: none;
  border-bottom: 1px solid rgba(64, 53, 56, 0.2);
}
#booking-overlay .booking-form .input .arrow {
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 5;
  pointer-events: none;
  transform: rotate(0deg);
  transition: transform 350ms ease-in-out;
}
#booking-overlay .booking-form .input select {
  width: 100%;
  height: 24px;
  padding: 0;
  border: none;
}
#booking-overlay .booking-form .input .select-wrapper {
  width: 100%;
}
#booking-overlay .booking-form .input .select-icon {
  display: none !important;
}
#booking-overlay .booking-form textarea.input {
  height: 198px;
  padding: 10px;
  border: 1px solid rgba(64, 53, 56, 0.2);
}
#booking-overlay .booking-form input[type=submit] {
  width: 100%;
}
#booking-overlay .booking-form .expand-trigger {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
#booking-overlay .booking-form .expand-target {
  display: none;
}
#booking-overlay .booking-mask-datepicker {
  overflow: hidden;
  padding: 35px 18px 0 18px;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker {
  padding: 0;
  background: none;
  box-shadow: none;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline.ui-datepicker-multi {
  flex-direction: row;
  width: 100% !important;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-row-break {
  display: none !important;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-group {
  width: 50%;
  max-width: 302px;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-group:nth-child(1) {
  padding-right: 20px;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-group:nth-child(2) {
  padding-left: 20px;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-prev:after,
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-next:after {
  border-color: #000000 !important;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-title {
  font: 300 17px/23px "Outfit", sans-serif;
  color: #000000;
  text-transform: none;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar {
  font: 400 15px/1 "Outfit", sans-serif;
  color: #000000;
  margin-top: 24px;
  width: 100%;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar th {
  font: 400 14px/1 "Outfit", sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 48px;
  padding-bottom: 15px;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td {
  padding: 0;
  border: none;
  background: none;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-current-day a, #booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today a {
  background: none;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td .ui-state-default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font: 400 15px/1 "Outfit", sans-serif;
  color: #000000;
  border-radius: 40px;
  border: 1px solid transparent;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td .ui-state-default:hover {
  background: none;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td .ui-state-hover {
  border-color: #000000 !important;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-selected {
  background: #8C714A !important;
  border-radius: 50%;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-selected a {
  color: #FFFFFF;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-selected.start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-selected.end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-selected.mid {
  border-radius: 0;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-unselectable {
  opacity: 0.2 !important;
}
#booking-overlay .booking-mask-datepicker .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-other-month {
  opacity: 0 !important;
}
#booking-overlay .guest-info {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  padding: 18px 0 0 0;
}
#booking-overlay .guest-info .col {
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#booking-overlay .guest-info .col label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
}
#booking-overlay .spinner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 4px;
}
#booking-overlay .spinner .subtract, #booking-overlay .spinner .add {
  position: relative;
  width: 20px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 350ms ease-in-out;
}
#booking-overlay .spinner .subtract:before, #booking-overlay .spinner .subtract:after, #booking-overlay .spinner .add:before, #booking-overlay .spinner .add:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 2px;
  transform: translate(-50%);
  background: #000000;
  transition: background 350ms ease-in-out;
}
#booking-overlay .spinner .subtract.disabled, #booking-overlay .spinner .add.disabled {
  pointer-events: none;
  opacity: 0.2;
}
#booking-overlay .spinner .subtract:hover:before, #booking-overlay .spinner .subtract:hover:after, #booking-overlay .spinner .add:hover:before, #booking-overlay .spinner .add:hover:after {
  background: #8C714A;
}
#booking-overlay .spinner .subtract:after {
  display: none;
}
#booking-overlay .spinner .add:after {
  transform: translate(-50%) rotate(90deg);
}
#booking-overlay .spinner input {
  pointer-events: none;
  font: 400 30px/1 "Outfit", sans-serif;
  color: #000000;
  margin: 0 4px;
  width: 24px;
  text-align: center;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Butler", sans-serif;
  margin: 40px 0;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Butler", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "Butler", sans-serif;
  margin-bottom: 30px;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Outfit", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Outfit", sans-serif;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue .layouts span:hover {
  background: #e57c00;
}
.single-venue .layouts span:hover:before {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #FFFFFF;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #FFFFFF;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #FFFFFF;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 1023px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url(images/phone.svg) no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #FFFFFF;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #FFFFFF;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: #FFFFFF;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #FFFFFF;
}

@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #FFFFFF;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: var(--primary);
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Butler", sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: var(--primary);
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #48c6c6;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em "Butler", sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "Butler", sans-serif;
  color: var(--primary);
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary);
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "Butler", sans-serif;
  color: var(--primary);
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 "Butler", sans-serif;
  color: var(--primary);
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--primary);
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: normal 42px/1em "Butler", sans-serif;
  color: var(--primary);
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1360px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.blog-page.template-2 {
  background-color: #FFFFFF;
}
.blog-page.template-2 .blog-header {
  position: relative;
  height: 330px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .blog-header {
    height: 366px;
  }
}
.blog-page.template-2 .blog-header:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.blog-page.template-2 .blog-top-title {
  display: block;
  text-align: center;
  position: relative;
  top: -204px;
  z-index: 20;
  color: #FFFFFF;
  height: 0;
  margin: 0;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .blog-top-title {
    top: -186px;
  }
}
.blog-page.template-2.single-blog-post #content {
  padding: 30px 0;
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1080px;
  padding: 0 30px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #FFFFFF;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 64px;
  position: relative;
  margin-top: 36px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: normal 12px/1 "Outfit", sans-serif;
  letter-spacing: 1.2px;
  position: absolute;
  top: 50%;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls .post-control-button {
    font-size: 12px;
  }
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 0;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 0;
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "Outfit", sans-serif;
  text-decoration: none;
  color: #003E66;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #E04E39;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #5990B4;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #003E66;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #003E66 !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #EDEDED;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Butler", sans-serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #5990B4;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #003E66 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .featured-posts-slider {
  max-width: 904px;
  margin: 13px auto 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 500px;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  flex: 1 1 auto;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #000000;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  flex: 0 0 384px;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #FFFFFF;
  border: 1px solid #e9e9e9;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    flex: 0 0 100%;
    justify-content: normal;
    border-top: none;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 17px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-category-list span {
  display: inline-block;
  font: 400 11px/13px "Outfit", sans-serif;
  color: #8C714A;
  letter-spacing: 0.22px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.84px;
  color: #000000;
  margin-bottom: 10px;
  opacity: 0.6;
  text-transform: uppercase;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: 400 24px/34px "Butler", sans-serif;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 20px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    margin: 0 0 15px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .read-more-link {
  color: #E04E39;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: -80px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: -80px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #8C714A;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #8C714A;
}

.blog-page.template-2 .recent-posts {
  margin-top: 83px;
}
.blog-page.template-2 .recent-posts:first-child {
  margin-top: 0;
}
.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  margin: 13px -10px 0 -10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper {
    margin: 13px 0 0 0;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0 auto 30px;
  padding: 0 30px;
  background: #8C714A;
  width: 100%;
  margin: 5px 10px;
  padding: 16px 10px;
  transition: 350ms ease-in-out;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more:hover, .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more:focus {
  background: #000000;
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "Outfit", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #000000;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 60.1%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  text-align: center;
  padding: 0 15px;
  background-color: #000000;
  font-size: 13px;
  line-height: 32px;
  color: #FFFFFF;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  flex: 1 1 100%;
  text-align: left;
  background: #FFFFFF;
  padding: 21px 22px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  min-height: 200px;
  position: relative;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 17px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-category-list span {
  display: inline-block;
  font: 400 11px/13px "Outfit", sans-serif;
  color: #8C714A;
  letter-spacing: 0.22px;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.84px;
  opacity: 0.6;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: 400 24px/34px "Butler", sans-serif;
  margin: 5px 0 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #000000;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 22px;
  bottom: 28px;
  vertical-align: bottom;
  width: calc(100% - 44px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #000000;
  margin-left: 13px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 79px;
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "Outfit", sans-serif;
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 13px auto 0 auto;
  position: relative;
  text-align: center;
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #000000;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.9%, rgba(0, 0, 0, 0.8) 100%), rgba(0, 0, 0, 0.1);
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  text-align: center;
  padding: 0 15px;
  background-color: #000000;
  font-size: 13px;
  line-height: 32px;
  color: #FFFFFF;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: 400 32px/40px "Butler", sans-serif;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #FFFFFF;
  text-decoration: none;
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link {
  font-size: 12px;
  font-weight: normal;
  border-radius: 14px;
  line-height: 30px;
  background-color: #E04E39;
  color: #FFFFFF;
  padding: 0 25px;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .related-posts .related-posts-slider .post.singular {
    width: calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post.singular {
    width: 100%;
  }
}
.related-posts .slideshow-pagination {
  display: none;
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .related-posts .slideshow-pagination {
    display: block;
  }
}
.related-posts .slideshow-pagination > * {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #8C714A;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.related-posts .slideshow-pagination > *:hover, .related-posts .slideshow-pagination > *.active {
  background: #8C714A;
}

.footer-blog {
  font-family: "Outfit", sans-serif;
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  margin-right: 50px;
  width: 43%;
  color: #FFFFFF;
}
.footer-blog .footer-top-bar-wrapper .text-block h4 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-blog .footer-top-bar-wrapper .text-block span {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter {
    width: 100%;
  }
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text] {
  flex-grow: 1;
  height: 58px;
  padding: 0 20px;
  background: #FFFFFF;
  font-size: 15px;
  line-height: 58px;
  color: #000;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
  padding: 0 45px;
  vertical-align: top;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  background-color: #003E66;
  transition: background-color 350ms ease-in-out;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  background-color: #D93F2C;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #FFFFFF;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #6c6c6c;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a:hover {
  opacity: 0.8;
}

#footer {
  overflow: hidden;
  background: #000000;
}
#footer #newsletter {
  padding: 130px 0 96px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../images/newsletter-background.jpg");
}
@media only screen and (max-width: 767px) {
  #footer #newsletter {
    padding: 56px 0 22px 0;
  }
}
#footer #newsletter:after {
  content: "";
  background: linear-gradient(180deg, #FFF 3.28%, rgba(255, 255, 255, 0.75) 129.74%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
#footer #newsletter .newsletter-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter .newsletter-inner {
    padding: 0 30px;
  }
}
#footer #newsletter .newsletter-inner > .h3 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter .newsletter-inner > .h3 {
    margin-bottom: 0;
  }
}
#footer #newsletter form {
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter form {
    margin: 18px 0 0 0;
  }
}
#footer #newsletter fieldset {
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter fieldset {
    padding: 0;
  }
}
#footer #newsletter h3 {
  display: none !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 12px 4px 12px;
  background-color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 40px auto;
  text-align: center;
  border: none;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #footer #newsletter h3 {
    margin: auto auto 30px auto;
  }
}
#footer #newsletter .form-builder-group {
  max-width: 1127px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #footer #newsletter .form-builder-group {
    flex-direction: column;
  }
}
#footer #newsletter .form-builder-group .form-builder-field {
  flex: 0 1 239px;
  /*&.email {
  	max-width: 500px;
  	@include respond-to(mobile) {
  		max-width: initial;
  	}

  	label {
  		display: none;
  	}
  }*/
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter .form-builder-group .form-builder-field {
    width: 100%;
    flex: 1 1 auto !important;
  }
}
#footer #newsletter .form-builder-group .form-builder-field em {
  display: none;
}
#footer #newsletter .form-builder-group .form-builder-field p {
  margin-bottom: 0;
}
#footer #newsletter .form-builder-group .form-builder-field legend,
#footer #newsletter .form-builder-group .form-builder-field label {
  display: none;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=text],
#footer #newsletter .form-builder-group .form-builder-field input[type=email] {
  width: 100%;
  font: 400 14px/24px "Outfit", sans-serif;
  padding: 2px 12px 0px 12px;
  border: 1px solid #8C714A;
  background-color: #FFFFFF;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=text]::-moz-placeholder, #footer #newsletter .form-builder-group .form-builder-field input[type=email]::-moz-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=text]::placeholder,
#footer #newsletter .form-builder-group .form-builder-field input[type=email]::placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field[class*=inputcheckbox] {
  display: flex;
}
#footer #newsletter .form-builder-group .form-builder-field[class*=inputcheckbox] input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #8C714A;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  flex-shrink: 0;
  border-radius: initial;
}
#footer #newsletter .form-builder-group .form-builder-field[class*=inputcheckbox] input:checked {
  background-color: #FFFFFF;
}
#footer #newsletter .form-builder-group .form-builder-field[class*=inputcheckbox] input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#footer #newsletter .form-builder-group .form-builder-field:has(.zip) {
  flex: 0 1 118px;
}
#footer #newsletter .form-builder-group .form-builder-field:has(input[type=submit]) {
  flex: 0 1 192px;
}
#footer #newsletter .form-builder-group .form-builder-field:has(input[type=submit]) p, #footer #newsletter .form-builder-group .form-builder-field:has(input[type=submit]) input {
  width: 100%;
}
#footer #newsletter .form-builder-group .form-builder-field.submit {
  margin-left: 0;
}
#footer #newsletter .form-builder-group .form-builder-field.submit input[type=submit] {
  border: none;
}
@media only screen and (max-width: 767px) {
  #footer #newsletter .form-builder-group .form-builder-field.submit input[type=submit] {
    height: 48px;
  }
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]::-moz-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]::placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]::-webkit-input-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]:-moz-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]::-moz-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]:-ms-input-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]:focus::-webkit-input-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]:focus:-moz-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]:focus::-moz-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group .form-builder-field input[type=email]:focus:-ms-input-placeholder {
  color: #000000;
}
#footer #newsletter .form-builder-group.full-width .form-builder-field {
  flex: 0 1 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter .form-builder-group.full-width .form-builder-field {
    margin-top: 23px;
  }
}
#footer #newsletter .form-builder-group.full-width .form-builder-field .checkbox-label {
  margin: 0 auto;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  accent-color: #8C714A;
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter .form-builder-group.full-width .form-builder-field .checkbox-label {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1023px) {
  #footer #newsletter .form-builder-group.full-width .form-builder-field .checkbox-label input {
    margin-top: 6px;
  }
}
#footer #newsletter .form-builder-group.full-width .form-builder-field input[type=submit] {
  width: 100%;
}
#footer #newsletter .form-builder-group.full-width .form-builder-field p {
  font: 300 14px/24px "Outfit", sans-serif;
  letter-spacing: 0.14px;
}
#footer .footer-wrapper-container {
  display: flex;
  flex-direction: column;
  padding: 100px 30px;
  gap: 40px;
  max-width: 1286px;
  margin: auto;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container {
    padding: 86px 30px 56px 30px;
    gap: 3px;
    text-align: center;
  }
}
#footer .footer-wrapper-container .footer-wrapper {
  display: flex;
  flex-direction: row;
  gap: 105px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-wrapper {
    flex-direction: column;
    gap: 35px;
  }
}
#footer .footer-wrapper-container .footer-wrapper .footer-logo {
  flex: 0 1 287px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-wrapper .footer-logo {
    flex: 1 1 auto;
    width: 233px;
    margin: 0 auto;
  }
}
#footer .footer-wrapper-container .footer-wrapper .footer-logo img {
  display: flex;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-wrapper .footer-logo img {
    margin: auto;
  }
}
#footer .footer-wrapper-container .footer-wrapper .footer-contact {
  flex: 0 1 193px;
  padding-top: 6px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-wrapper .footer-contact {
    margin: auto;
  }
}
#footer .footer-wrapper-container .footer-wrapper .footer-contact .address {
  padding: 11px 0;
}
#footer .footer-wrapper-container .footer-wrapper .footer-contact a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer .footer-wrapper-container .footer-wrapper .footer-contact .h5 {
  margin-bottom: 8px;
}
#footer .footer-wrapper-container .footer-wrapper .footer-contact .contact-segment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#footer .footer-wrapper-container .footer-wrapper.bottom {
  border-top: 0.5px solid #FFFFFF;
  justify-content: space-between;
  padding-top: 17px;
  margin-top: 38px;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-wrapper.bottom {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    padding-top: 32px;
  }
}
#footer .footer-wrapper-container .footer-nav {
  flex: 0 1 auto;
  padding-top: 6px;
}
#footer .footer-wrapper-container .footer-nav .main-nav {
  margin-top: 12px;
}
#footer .footer-wrapper-container .footer-nav .main-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px 115px;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #footer .footer-wrapper-container .footer-nav .main-nav ul {
    gap: 19px 56px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-nav .main-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-nav .main-nav ul li {
    text-align: center;
  }
}
#footer .footer-wrapper-container .footer-nav .main-nav ul a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer .footer-wrapper-container .footer-nav .main-nav ul a:hover {
  text-decoration: underline;
}
#footer .footer-wrapper-container .footer-nav .secondary-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-nav .secondary-nav ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .footer-nav .secondary-nav ul li {
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #footer .footer-wrapper-container.property .footer-wrapper.top {
    gap: 30px;
  }
}
@media (min-width: 1201px) {
  #footer .footer-wrapper-container.property .footer-wrapper.top {
    gap: 106px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container.property .footer-wrapper.bottom {
    gap: 30px;
  }
}
#footer .footer-wrapper-container.property .footer-wrapper .left-side .footer-logo .logo img {
  height: 50px;
}
#footer .footer-wrapper-container.property .footer-wrapper .left-side .footer-logo .logo.selected-image {
  filter: invert(1);
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #footer .footer-wrapper-container.property .footer-wrapper .left-side {
    gap: 30px;
  }
}
@media (min-width: 1201px) {
  #footer .footer-wrapper-container.property .footer-wrapper .left-side {
    gap: 106px;
  }
}
#footer .footer-wrapper-container.property .footer-wrapper .left-side .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 240px;
}
#footer .footer-wrapper-container.property .footer-wrapper .left-side .footer-contact .h5 {
  margin-bottom: 0;
}
#footer .footer-wrapper-container.property .footer-wrapper .right-side {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #footer .footer-wrapper-container.property .footer-wrapper .right-side {
    gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container.property .footer-wrapper .right-side {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container.property .footer-wrapper .right-side .side-image-wrapper {
    display: flex;
    margin: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #footer .footer-wrapper-container.property .footer-nav {
    gap: 30px;
  }
}
@media (min-width: 1250px) {
  #footer .footer-wrapper-container.property .footer-nav {
    gap: 111px;
  }
}
#footer .footer-wrapper-container.property .footer-nav .main-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#footer .footer-wrapper-container .copyright {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-wrapper-container .copyright span {
    display: block;
  }
}
#footer .property-footer {
  padding: 60px 0;
  background: var(--primary);
}
#footer .property-footer .center-column {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 56px;
}
@media only screen and (max-width: 1023px) {
  #footer .property-footer .center-column {
    flex-direction: column;
    gap: 40px;
  }
}
#footer .property-footer .center-column .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  padding-right: 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1023px) {
  #footer .property-footer .center-column .logo {
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
#footer .property-footer .center-column .logo img {
  width: auto;
  max-height: 100px;
}
#footer .property-footer .center-column .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 1023px) {
  #footer .property-footer .center-column .info {
    align-items: center;
  }
}
#footer .property-footer .center-column .info > div {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #footer .property-footer .center-column .info > div {
    text-align: center;
  }
}
#footer .property-footer .center-column .info span {
  font-weight: 300;
  text-transform: uppercase;
}
#footer .property-footer .center-column .info .addr {
  text-transform: uppercase;
}
#footer .property-footer .center-column .info,
#footer .property-footer .center-column .info a {
  font: 500 16px/1 "Outfit", sans-serif;
  color: #FFFFFF;
  letter-spacing: 2px;
}
#footer .property-footer .center-column .dir {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
#footer .property-footer-bottom {
  background: #FFFFFF;
}
#footer .property-footer-bottom .footer-nav ul li a {
  color: #787878;
}
#footer .property-footer-bottom .copyright {
  color: #787878;
}

#footer .socials {
  font-size: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .socials li {
  display: inline-block;
}
#footer .socials a {
  position: relative;
  display: block;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 25px;
  background: #FFFFFF;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #FFFFFF;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-size: contain;
  transition: filter 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 16px;
  background-image: url("../images/arrow-prev-dark.svg");
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 16px;
  background-image: url("../images/arrow-next-dark.svg");
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
  overflow: visible !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 60px !important;
  width: 60px !important;
  background: #000;
  margin: 0 10px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image img {
  width: 60px !important;
  height: 60px !important;
  top: initial !important;
  left: initial !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  margin: 0 0px;
  z-index: 3;
  margin-right: -10px;
  left: -10px;
  top: -10px;
  height: 78px !important;
  width: 78px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  width: 78px !important;
  height: 78px !important;
  top: initial !important;
  left: initial !important;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #FFFFFF;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.details-content {
  padding: 0;
}
.details-content .center-column {
  min-height: 700px;
  padding: 0;
  max-width: initial;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .details-content .center-column {
    flex-direction: column;
  }
}
.details-content .center-column .left {
  flex: 1 1 49%;
}
@media only screen and (max-width: 1023px) {
  .details-content .center-column .left {
    flex: 1 1 auto;
  }
}
.details-content .center-column .right {
  flex: 1 1 51%;
}
@media only screen and (max-width: 1023px) {
  .details-content .center-column .right {
    flex: 1 1 auto;
  }
}
.details-content .center-column .img {
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .details-content .center-column .img {
    height: 300px;
  }
}
.details-content .center-column .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px 104px;
}
@media only screen and (max-width: 1023px) {
  .details-content .center-column .right {
    padding: 56px 30px;
  }
}
.details-content .center-column .right .h5,
.details-content .center-column .right .h2,
.details-content .center-column .right .content {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .details-content .center-column .right .h5,
.details-content .center-column .right .h2,
.details-content .center-column .right .content {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .details-content .center-column .right .h5 {
    margin-bottom: 8px;
  }
}
.details-content .center-column .right .content > p {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .details-content .center-column .right .content > p {
    margin-bottom: 24px;
  }
}
.details-content .center-column .right .content > p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .details-content .center-column .right .content > p:last-child {
    margin-bottom: 0;
  }
}
.details-content .center-column .right .buttons-container {
  justify-content: flex-start;
}
.details-content .center-column .right .back-btn {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.36px;
  text-decoration: none;
  position: relative;
  height: 24px;
  align-content: center;
  top: 12px;
  padding-left: 24px;
  padding-top: 2px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .details-content .center-column .right .back-btn {
    top: 9px;
  }
}
.details-content .center-column .right .back-btn svg {
  position: absolute;
  top: -1px;
  left: 0;
}
.details-content.secondary .custom-breadcrumb {
  padding: 80px 80px 47px 80px;
}
@media only screen and (max-width: 1023px) {
  .details-content.secondary .custom-breadcrumb {
    padding: 32px 30px;
  }
}
.details-content.secondary .center-column {
  max-width: 1186px;
  min-height: 560px;
  padding: 0 30px 80px 30px;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1023px) {
  .details-content.secondary .center-column {
    gap: 40px;
    padding: 0 30px 40px 30px;
  }
}
.details-content.secondary .center-column .left {
  flex: initial;
  max-width: 480px;
}
@media only screen and (max-width: 1023px) {
  .details-content.secondary .center-column .left {
    height: 315px;
    max-width: initial;
  }
}
.details-content.secondary .center-column .right {
  flex: initial;
  padding: 0;
  max-width: 566px;
}
@media only screen and (max-width: 1023px) {
  .details-content.secondary .center-column .right {
    max-width: initial;
  }
}
.details-content.secondary .center-column .right .h2 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .details-content.secondary .center-column .right .h2 {
    margin-bottom: 24px;
  }
}
.details-content.secondary .center-column .right .content {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .details-content.secondary .center-column .right .content {
    margin-bottom: 24px;
  }
}
.details-content.secondary .center-column .right .content > p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .details-content.secondary .center-column .right .content > p {
    margin-bottom: 24px;
  }
}
.details-content.secondary .center-column .right .content > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .details-content.secondary .center-column .right .content > p:last-of-type {
    margin-bottom: 0;
  }
}
.details-content.secondary .center-column .right strong {
  font-weight: 700;
}
.details-content.secondary .center-column .right ul > li {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .details-content.secondary .center-column .right ul > li {
    margin-bottom: 16px;
  }
}
.details-content.secondary .center-column .right ul > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .details-content.secondary .center-column .right ul > li:last-child {
    margin-bottom: 0;
  }
}
.details-content.secondary .center-column .buttons-container a {
  padding: 13px 13px 12px 13px;
  min-width: 160px;
}
@media only screen and (max-width: 1023px) {
  .details-content.secondary .center-column .buttons-container a {
    min-width: 150px;
  }
}

html.scrolled-heavy #content {
  padding-top: 60px;
}
@media (min-width: 1271px) {
  html.scrolled-heavy #content {
    padding-top: 139px;
  }
}

.offers-page.offer-filters-wrapper {
  margin-top: 100px;
  min-height: 64px;
}
@media only screen and (max-width: 767px) {
  .offers-page.offer-filters-wrapper {
    position: sticky;
    top: 48px;
    z-index: 74;
  }
}
.filters-open .offers-page.offer-filters-wrapper {
  z-index: 76;
}
.offers-page.offer-listings-wrapper {
  margin-top: 0;
}
.offers-page .offers-filters {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  .offers-page .offers-filters {
    margin: 0 -20px;
    background: #FFFFFF;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-page .offers-filters.fixed {
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 76;
  }
}
.offers-page .offers-filters .prop-filters {
  width: 51.45%;
  height: 47px;
  display: flex;
  align-items: flex-start;
  gap: 46px;
}
@media only screen and (max-width: 1023px) {
  .offers-page .offers-filters .prop-filters {
    gap: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-page .offers-filters .prop-filters {
    display: none;
  }
}
.offers-page .offers-filters .prop-filters button {
  display: block;
  padding: 8px 0 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
}
.offers-page .offers-filters .prop-filters button:hover, .offers-page .offers-filters .prop-filters button:focus {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.offers-page .offers-filters .prop-filters button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.offers-page .offers-filters .other-filters {
  width: 48.55%;
  border-left: 1px solid #8C714A;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .offers-page .offers-filters .other-filters {
    border: none;
    width: 100%;
    padding-right: 20px;
  }
}
.offers-page .offers-filters .other-filters .filter-options-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 21px 0;
  margin: 0 23px;
  border-bottom: 4px solid transparent;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .offers-page .offers-filters .other-filters .filter-options-trigger {
    margin: 0 20px;
  }
}
.offers-page .offers-filters .other-filters .filter-options-trigger:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.offers-page .offers-filters .other-filters .filter-options-trigger.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.offers-page .offers-filters .other-filters .filter-options-trigger span {
  display: inline-block;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
}
.offers-page .offers-filters .other-filters .filter-options-trigger .num {
  display: none;
  height: 14px;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  border-radius: 2px;
  background: #787878;
  color: #FFFFFF;
  padding: 1px 3px 1px 4px;
  text-align: center;
}
.offers-page .offers-filters .other-filters .filter-options-trigger .num.active {
  display: block;
}
.offers-page .offers-filters .other-filters .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.offers-page .offers-filters .other-filters .buttons .reset,
.offers-page .offers-filters .other-filters .buttons .close {
  opacity: 0;
  pointer-events: none;
  font: 500 14px/1 "Outfit", sans-serif;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFFFFF;
  padding: 7px 13px 9px 13px;
  margin: 0 0 2px 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #787878;
  transition: 350ms ease-in-out;
}
.offers-page .offers-filters .other-filters .buttons .reset:hover,
.offers-page .offers-filters .other-filters .buttons .close:hover {
  background: #787878;
  color: #FFFFFF;
}
.offers-page .offers-filters .other-filters .buttons .reset:hover svg path,
.offers-page .offers-filters .other-filters .buttons .close:hover svg path {
  stroke: #FFFFFF;
}
.offers-page .offers-filters .other-filters .buttons .reset.active,
.offers-page .offers-filters .other-filters .buttons .close.active {
  opacity: 1;
  pointer-events: all;
}
.offers-page .offers-filters .other-filters .buttons .close {
  padding: 10px 11px 11px 11px;
}
.offers-page #filter-options-dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 76;
  width: 100%;
  border: 1px solid #8C714A;
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .offers-page #filter-options-dd {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 112px);
  }
}
.offers-page #filter-options-dd .inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .offers-page #filter-options-dd .inner {
    flex-direction: column;
  }
}
.offers-page #filter-options-dd .inner .col-1 {
  width: 24.275%;
  border-left: 1px solid #8C714A;
}
.offers-page #filter-options-dd .inner .col-2 {
  width: 51.45%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.offers-page #filter-options-dd .inner .col {
  padding: 24px 15px;
}
@media only screen and (max-width: 767px) {
  .offers-page #filter-options-dd .inner .col {
    width: 100% !important;
    border-left: none !important;
    border-bottom: 1px solid #8C714A !important;
    padding: 25px 20px !important;
  }
}
.offers-page #filter-options-dd .inner .col h3 {
  margin-bottom: 12px !important;
}
.offers-page #filter-options-dd .inner .col .filter-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.offers-page #filter-options-dd .inner .col .filter-btns button {
  font: 500 14px/1 "Outfit", sans-serif;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  padding: 8px 14px 10px 14px;
  margin: 0 0 2px 0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 350ms ease-in-out;
}
.offers-page #filter-options-dd .inner .col .filter-btns button .x {
  display: none;
}
.offers-page #filter-options-dd .inner .col .filter-btns button:hover, .offers-page #filter-options-dd .inner .col .filter-btns button:focus {
  filter: brightness(0.95);
}
.offers-page #filter-options-dd .inner .col .filter-btns button.active {
  background: #787878;
  color: #FFFFFF;
  filter: brightness(1);
}
.offers-page #filter-options-dd .inner .col .filter-btns button.active .x {
  display: inline-block;
}
.offers-page #filter-options-dd .inner .col .filter-btns button.active:hover .x, .offers-page #filter-options-dd .inner .col .filter-btns button.active:focus .x {
  filter: brightness(0.95);
}
.offers-page #filter-options-dd .inner .col.filters-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .offers-page #filter-options-dd .inner .col.filters-mobile {
    display: block;
  }
}
.offers-page #filter-options-dd .inner .col.filters-mobile .prop-filters-mobile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}
.offers-page #filter-options-dd .inner .col.filters-mobile .prop-filters-mobile button {
  display: block;
  position: relative;
  font: 500 16px/24px "Outfit", sans-serif;
  color: #787878;
  text-align: left;
}
.offers-page #filter-options-dd .inner .col.filters-mobile .prop-filters-mobile button:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #787878;
  background: #FFFFFF;
  margin-right: 7px;
  position: relative;
  top: 1px;
  transition: background 350ms ease-in-out;
}
.offers-page #filter-options-dd .inner .col.filters-mobile .prop-filters-mobile button.active:before {
  background: #787878;
}
.offers-page .offer-listings {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .offers-page .offer-listings {
    margin-top: 40px;
  }
}
.offers-page .offer-listings .offer-listing {
  width: calc(33.33% - 26.66px);
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .offers-page .offer-listings .offer-listing {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .offers-page .offer-listings .offer-listing {
    width: 100%;
  }
}
.offers-page .offer-listings .offer-listing .image {
  position: relative;
  width: 100%;
  height: 420px;
}
@media only screen and (max-width: 1023px) {
  .offers-page .offer-listings .offer-listing .image {
    height: 350px;
  }
}
.offers-page .offer-listings .offer-listing .image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.offers-page .offer-listings .offer-listing .cats {
  margin: 16px 0 11px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.offers-page .offer-listings .offer-listing .cats span {
  display: inline-block;
  border-radius: 32px;
  padding: 8px 14px 10px 14px;
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  font: 500 12px/1 "Outfit", sans-serif;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.offers-page .offer-listings .offer-listing .subtitle {
  font: 500 16px/22px "Outfit", sans-serif;
  color: #787878;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 16px 0 -8px 0;
}
.offers-page .offer-listings .offer-listing h3 {
  font: 400 24px/32px "Butler", sans-serif;
  color: var(--primary);
  margin: 11px 0 9px 0;
}
.offers-page .offer-listings .offer-listing .text {
  font: 400 16px/24px "Outfit", sans-serif;
  color: #787878;
  margin-bottom: 15px;
  overflow: hidden;
  /*
  text-overflow: ellipsis;
  max-height: 97px;
  */
}
.offers-page .offer-listings .offer-listing .links {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #8C714A;
}
.offers-page .offer-listings .offer-listing .links .button-add {
  width: 100%;
  margin: 0 14px;
  border-left: 1px solid #8C714A;
  padding-left: 15px;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.offers-page .offer-listings .offer-listing .links .book-btn {
  text-align: right;
}
.offers-page .no-specials {
  display: none;
  font-size: 22px;
  text-align: center;
}

.specials-front-page .category-selector {
  margin: auto;
}
.specials-front-page .wrapper {
  margin: 150px auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .specials-front-page .wrapper {
    margin: 56px auto;
  }
}

.propoffers-page.propoffer-filters-wrapper {
  margin-top: 100px;
  min-height: 64px;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper {
    position: sticky;
    top: 48px;
    z-index: 74;
  }
}
.filters-open .propoffers-page.propoffer-filters-wrapper {
  z-index: 76;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters {
  display: none;
  width: 100%;
  position: relative;
  border-left: 1px solid #8C714A;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
  background: #FFFFFF;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .mobile-filters {
    display: flex;
    padding-right: 20px;
    margin: 0 -20px;
    padding-top: 16px;
    border-left: none;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .mobile-filters.fixed {
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 76;
  }
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 21px 0;
  margin: 0 23px;
  border-bottom: 4px solid transparent;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger {
    margin: 0 20px;
  }
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger span {
  display: inline-block;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger .num {
  display: none;
  height: 14px;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  border-radius: 2px;
  background: #787878;
  color: #FFFFFF;
  padding: 1px 3px 1px 4px;
  text-align: center;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .filter-options-trigger .num.active {
  display: block;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .reset,
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .close {
  opacity: 0;
  pointer-events: none;
  font: 500 14px/1 "Outfit", sans-serif;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFFFFF;
  padding: 7px 13px 9px 13px;
  margin: 0 0 2px 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #787878;
  transition: 350ms ease-in-out;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .reset:hover,
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .close:hover {
  background: #787878;
  color: #FFFFFF;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .reset:hover svg path,
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .close:hover svg path {
  stroke: #FFFFFF;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .reset.active,
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .close.active {
  opacity: 1;
  pointer-events: all;
}
.propoffers-page.propoffer-filters-wrapper .mobile-filters .buttons .close {
  padding: 10px 11px 11px 11px;
}
@media only screen and (min-width: 768px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters {
    display: block !important;
    overflow: visible !important;
  }
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters {
    display: none;
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    z-index: 76;
    background: #FFFFFF;
    border: none;
    border-left: 1px solid #8C714A;
    border-right: 1px solid #8C714A;
    max-height: calc(100vh - 112px);
  }
}
@media only screen and (min-width: 768px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .scroll-content {
    transform: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .scrollbar-track {
    display: none !important;
  }
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner {
    flex-direction: column;
    margin: 0;
    /* Mobile dropdown menu styles */
    /* Mobile dropdown menu styles (END) */
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .filters {
    width: 100% !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #8C714A !important;
    padding: 25px 20px !important;
    flex: 1 1 content;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .propoffer-filters {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .propoffer-filters h3 {
    margin-bottom: 4px !important;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .propoffer-filters button {
    display: block;
    position: relative;
    font: 500 16px/24px "Outfit", sans-serif;
    color: #787878;
    text-align: left;
    text-transform: none;
    padding: 0;
    margin: 0;
    border: none;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .propoffer-filters button:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #787878;
    background: #FFFFFF;
    margin-right: 7px;
    position: relative;
    top: 1px;
    transition: background 350ms ease-in-out;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .propoffer-filters button.active:before {
    background: #787878;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .other-filters .filter-options-trigger,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .sort-filters .filter-options-trigger {
    display: none !important;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .other-filters .filter-dd,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .sort-filters .filter-dd {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    border: none;
  }
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .other-filters .filter-dd .filter-btns,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .sort-filters .filter-dd .filter-btns {
    padding: 0 !important;
    gap: 10px;
  }
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .mobile-title {
  display: none;
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .inner .mobile-title {
    display: block;
  }
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .empty {
  flex: 1 1 100%;
  height: 47px;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .propoffer-filters {
  flex: 1 1 100%;
  height: 47px;
  display: flex;
  align-items: flex-start;
  gap: 46px;
}
@media only screen and (max-width: 1023px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .propoffer-filters {
    gap: 35px;
  }
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .propoffer-filters button {
  display: block;
  padding: 8px 0 21px 0;
  border-bottom: 4px solid transparent;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .propoffer-filters button:hover, .propoffers-page.propoffer-filters-wrapper .propoffers-filters .propoffer-filters button:focus {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .propoffer-filters button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters {
  flex: 0 0 412px;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters {
  flex: 0 0 227px;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters {
  border-left: 1px solid #8C714A;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters {
    border: none;
    width: 100%;
    padding-right: 20px;
  }
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters:last-child,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters:last-child {
  border-right: 1px solid #8C714A;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #e9e9e9;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 23px 21px 23px;
  margin: 0;
  width: 100%;
  border-bottom: 4px solid transparent;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger {
    margin: 0 20px;
  }
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger svg,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger svg {
  transition: transform 350ms ease-in-out;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger:hover,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger.active,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger.active svg,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger.active svg {
  transform: rotate(180deg);
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger .text .label,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger .text .label {
  display: inline-block;
  font-weight: 300;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger .num,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger .num {
  display: none;
  height: 14px;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  border-radius: 2px;
  background: #787878;
  color: #FFFFFF;
  padding: 1px 3px 1px 4px;
  text-align: center;
}
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .other-filters .filter-options-trigger .num.active,
.propoffers-page.propoffer-filters-wrapper .propoffers-filters .sort-filters .filter-options-trigger .num.active {
  display: block;
}
.propoffers-page.propoffer-filters-wrapper .filter-dd {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 50;
  border: 1px solid #8C714A;
  background: #FFFFFF;
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button {
  font: 500 14px/1 "Outfit", sans-serif;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  padding: 8px 14px 10px 14px;
  margin: 0 0 2px 0;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 350ms ease-in-out;
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button .x {
  display: none;
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button:hover, .propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button:focus {
  filter: brightness(0.95);
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button.active {
  background: #787878;
  color: #FFFFFF;
  filter: brightness(1);
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button.active .x {
  display: inline-block;
}
.propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button.active:hover .x, .propoffers-page.propoffer-filters-wrapper .filter-dd .filter-btns button.active:focus .x {
  filter: brightness(0.95);
}

.page-content .careers .narrow {
  width: 20%;
}

.careers img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map,
.poi-map-canvas,
#inline-map {
  position: relative;
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4,
.poi-map-canvas h4,
#inline-map h4 {
  margin: 0;
  font: 16px "Butler", sans-serif;
  text-transform: uppercase;
  color: #327d7d;
}
.hotel-location-map p,
.poi-map-canvas p,
#inline-map p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button,
.poi-map-canvas .button,
#inline-map .button {
  display: block;
}
.hotel-location-map .map-content,
.poi-map-canvas .map-content,
#inline-map .map-content {
  overflow: hidden;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.poi .leaflet-popup-content-wrapper {
  border-radius: 0;
}
.poi .leaflet-popup-tip-container {
  display: none;
}
.poi .leaflet-popup-close-button {
  color: #FFFFFF !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.poi.properties .leaflet-popup-close-button {
  display: none;
}
.poi .leaflet-control-container .leaflet-control-zoom {
  position: relative;
}
.poi .leaflet-control-container .leaflet-control-zoom::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #898785;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.poi .leaflet-control-container .leaflet-bar {
  border-radius: initial;
  border: initial;
}
.poi .leaflet-control-container .leaflet-bar a {
  height: 48px;
  width: 48px;
  align-content: center;
  border-bottom: initial;
  background-color: #000000;
}
.poi .leaflet-control-container .leaflet-bar a span {
  color: #FFFFFF;
}
.poi .leaflet-control-container .leaflet-control-zoom {
  margin-right: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .poi .leaflet-control-container .leaflet-control-zoom {
    margin-right: 13px;
    margin-bottom: 13px;
  }
}
.poi.restaurants .leaflet-control-container .leaflet-control-zoom {
  position: relative;
}
.poi.restaurants .leaflet-control-container .leaflet-control-zoom::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.poi.restaurants .leaflet-control-container .leaflet-bar {
  border-radius: initial;
  border: initial;
}
.poi.restaurants .leaflet-control-container .leaflet-bar a {
  height: 40px;
  width: 40px;
  align-content: center;
  border-bottom: initial;
  background-color: #FFFFFF;
}
.poi.restaurants .leaflet-control-container .leaflet-bar a span {
  color: #5b5b5b;
}
.poi.restaurants .leaflet-control-container .leaflet-control-zoom {
  margin-right: 20px;
  margin-bottom: 445px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .poi.restaurants .leaflet-control-container .leaflet-control-zoom {
    margin-right: 10px;
    margin-bottom: 375px;
  }
}
.poi.restaurants #map {
  height: 560px;
  max-width: 1206px;
  width: calc(100% - 60px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .poi.restaurants #map {
    height: 480px;
    width: 100%;
  }
}

.map-content {
  color: #000000;
  overflow: hidden;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 260px;
  text-align: center;
}
.map-content .image {
  position: relative;
  width: 322px;
  height: 166px;
}
.map-content .content-wrapper {
  padding: 12px 25px 20px 25px;
}
.map-content .title {
  font: 400 18px/20px "Outfit", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.map-content .content {
  font: 300 12px/19px "Outfit", sans-serif;
}
.map-content .address {
  display: none;
}
.map-content .buttons-container .button {
  width: 100%;
  height: 47px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.45px;
  color: #8C714A;
  background: #FFFFFF;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.map-content .buttons-container .button:hover {
  color: #FFFFFF;
  background: #8C714A;
}
.map-content.restaurant {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  width: 326px;
}
@media only screen and (max-width: 767px) {
  .map-content.restaurant {
    width: 274px;
  }
}
.map-content.restaurant .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}
.map-content.restaurant .title {
  margin-bottom: 0;
}

.center-column:has(.pressroom) {
  max-width: 1290px;
}

.pressroom {
  text-align: center;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.pressroom .pressroom-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: calc(33% - 16px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
  }
}
.pressroom .pressroom-item .slide-thumbnail {
  position: relative;
  width: 100%;
}
.pressroom .pressroom-item .slide-thumbnail.no-thumb {
  background-color: black;
}
.pressroom .pressroom-item .slide-thumbnail .image {
  height: 240px;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.pressroom .pressroom-item .slide-thumbnail .image.no-thumb {
  background-color: black;
}
.pressroom .pressroom-item .slide-thumbnail .category-name {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 6px 12px;
}
.pressroom .pressroom-item .content-wrapper {
  position: relative;
  padding: 32px;
  background-color: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  height: 228px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item .content-wrapper {
    height: 100%;
  }
}
.pressroom .pressroom-item .content-wrapper .h3 {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pressroom .pressroom-item .content-wrapper .h5 {
  margin-bottom: 24px;
  color: #787878;
}
.pressroom .pressroom-item .content-wrapper .buttons-container {
  justify-content: flex-start;
}
.pressroom .pressroom-item .content-wrapper .buttons-container a {
  position: relative;
  color: #000000;
  text-decoration: none;
}
.pressroom .pressroom-item .content-wrapper .buttons-container svg {
  position: absolute;
  top: -2px;
  padding-left: 2px;
}

.pressroom .center-column {
  padding: 150px 30px;
  text-align: center;
  max-width: 1144px;
}
@media only screen and (max-width: 1023px) {
  .pressroom .center-column {
    padding: 56px 30px;
  }
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Outfit", sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description p {
  color: #FFFFFF;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #FFFFFF;
  color: #000000;
  height: 48px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha {
  margin-top: 40px;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #8C714A;
  letter-spacing: 0.5px;
  font-size: 18px;
}

#form_module_container_errors {
  background-color: rgba(255, 0, 0, 0.05);
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  background-color: rgba(0, 255, 0, 0.05);
  color: green;
}

[id*=form_form_] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] fieldset + fieldset {
    margin-top: 24px;
  }
}
[id*=form_form_] h3 {
  text-align: left;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding-bottom: 20px;
  }
}
[id*=form_form_] em {
  color: #D61F36;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding: 5px 0 0 5px;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] em {
    color: #000000;
    padding: 0;
    line-height: 180%;
  }
}
.restaurant-property [id*=form_form_] em {
  padding-left: 0;
}
[id*=form_form_] label {
  width: 100%;
  line-height: 1.2;
  margin: 0 20px 6px 0;
  float: left;
  text-align: right;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  display: flex;
  flex-direction: row-reverse;
  margin-right: auto;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 24px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 12px;
  height: 24px;
  width: 24px;
}
[id*=form_form_] p span.group label:last-child {
  margin-bottom: 0px !important;
}
[id*=form_form_] select[multiple] {
  min-height: 120px;
}
[id*=form_form_] select[multiple] + .select-icon {
  display: none;
}
[id*=form_form_] .select-wrapper option {
  text-wrap: wrap;
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay {
  background: transparent;
  color: #000000;
  height: 48px;
  padding: 0 24px 0 16px;
  resize: none;
  width: 100%;
  border: 1px solid #778586;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.16px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay {
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error,
[id*=form_form_] input[type=number].form_module_field_error,
[id*=form_form_] input[type=email].form_module_field_error,
[id*=form_form_] input[type=phone].form_module_field_error,
[id*=form_form_] input[type=url].form_module_field_error,
[id*=form_form_] input[type=datepicker].form_module_field_error,
[id*=form_form_] textarea.form_module_field_error,
[id*=form_form_] select.form_module_field_error,
[id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text],
[id*=form_form_] input[type=number],
[id*=form_form_] input[type=email],
[id*=form_form_] input[type=phone],
[id*=form_form_] input[type=url],
[id*=form_form_] input[type=datepicker],
[id*=form_form_] textarea,
[id*=form_form_] select,
[id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] input[type=text]::-moz-placeholder, [id*=form_form_] input[type=number]::-moz-placeholder, [id*=form_form_] input[type=email]::-moz-placeholder, [id*=form_form_] input[type=phone]::-moz-placeholder, [id*=form_form_] input[type=url]::-moz-placeholder, [id*=form_form_] input[type=datepicker]::-moz-placeholder, [id*=form_form_] textarea::-moz-placeholder, [id*=form_form_] select::-moz-placeholder, [id*=form_form_] .input-overlay::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[id*=form_form_] input[type=text]::placeholder,
[id*=form_form_] input[type=number]::placeholder,
[id*=form_form_] input[type=email]::placeholder,
[id*=form_form_] input[type=phone]::placeholder,
[id*=form_form_] input[type=url]::placeholder,
[id*=form_form_] input[type=datepicker]::placeholder,
[id*=form_form_] textarea::placeholder,
[id*=form_form_] select::placeholder,
[id*=form_form_] .input-overlay::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[id*=form_form_] textarea {
  float: left;
  height: 160px;
  overflow: auto;
  line-height: 20px;
  padding: 12px 16px;
}
[id*=form_form_] textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
[id*=form_form_] textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] textarea {
    height: 193px;
  }
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] input[type=checkbox]::-moz-placeholder, [id*=form_form_] input[type=radio]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[id*=form_form_] input[type=checkbox]::placeholder,
[id*=form_form_] input[type=radio]::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
  width: 100%;
  height: 48px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker],
[id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 0;
  position: absolute;
  right: 16px;
  top: 42px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    top: 46px;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: auto !important;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] hr {
  border: none;
  border-top: 1px solid #D9D9D9;
  border-bottom: none;
  margin: 42px 0 32px 0;
  width: calc(100% + 160px);
  position: relative;
  left: -80px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] hr {
    margin: 8px 0 32px 0;
    width: calc(100% + 60px);
    left: -30px;
  }
}
[id*=form_form_] .select-icon {
  right: 22px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=salutation] {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=salutation] {
    margin-bottom: 24px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label input[type=radio], [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label input[type=radio], [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label input[type=radio]:checked::after, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label input[type=radio]:checked::after, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #D61F36;
  border-radius: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label input[type=radio]:focus-visible, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label input[type=radio]:focus-visible, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label input[type=radio]:focus-visible {
  outline: 2px solid #555;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label input, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label input, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #D9D9D9;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border-radius: 2px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label input:checked, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label input:checked, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label input:checked {
  background-color: #D9D9D9;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label input:checked::after, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label input:checked::after, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] {
  display: flex;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #D9D9D9;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  flex-shrink: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input:checked {
  background-color: #D9D9D9;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] input:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 100%;
  text-align: left;
  margin-bottom: 0 !important;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] p {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 4px 5px 0 0;
  flex-shrink: 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 100%;
}
[id*=form_form_] .form-builder-field[class*=paragraph] p {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Outfit", sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:nth-child(even) {
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:nth-child(3n+1)) {
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 15px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text],
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  text-align: left;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select,
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=select] p, [id*=form_form_] .form-builder-group .form-builder-field[class*=state] p, [id*=form_form_] .form-builder-group .form-builder-field[class*=inputphone] p {
  display: flex;
  flex-direction: column;
  width: 100%;
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox,
[id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before,
[id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  transition: transform 350ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before,
[id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before,
[id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after,
[id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after,
[id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input,
[id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active,
[id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.forms-acm .wrapper {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 75px;
  max-width: 1144px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .forms-acm .wrapper {
    gap: 56px;
    padding: 0 30px;
  }
}
.forms-acm .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}

#map {
  height: 600pfx;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #map {
    min-height: 300px;
    padding-top: 96px;
  }
}

#inline-map {
  position: relative;
  z-index: 5;
}

#inline-map-wrapper {
  position: relative;
}

.poi {
  overflow: hidden;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  color: var(--primary);
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #FFFFFF;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: var(--primary);
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: var(--primary);
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map .main-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1145px;
  padding: 0 30px;
  margin: auto;
  text-align: center;
}
.poi-map .wrapper {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .poi-map .wrapper {
    padding: 56px 0;
    gap: 40px;
  }
}
.poi-map .poi {
  position: relative;
}
.poi-map .map-content .content-wrapper .content {
  overflow: auto;
  max-height: 100px;
  /* Track */
  /* Handle */
}
.poi-map .map-content .content-wrapper .content::-webkit-scrollbar {
  width: 6px;
}
.poi-map .map-content .content-wrapper .content::-webkit-scrollbar-track {
  background: #EEE;
  width: 100%;
}
.poi-map .map-content .content-wrapper .content::-webkit-scrollbar-thumb {
  background: #000000;
  width: 100%;
}

.poi-overlay {
  position: absolute;
  top: 45px;
  left: 112px;
  z-index: 10;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .poi-overlay {
    top: 24px;
    left: 14px;
    right: 76px;
  }
}
.poi-overlay .explore-button {
  position: relative;
  display: flex;
  height: 48px;
  padding: 8px 20px 6px 20px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  width: 100%;
  text-transform: uppercase;
  gap: 10px;
  font: 600 14px/16px "Outfit", sans-serif;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.poi-overlay .category-selector {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  margin: 0;
  flex-direction: column;
  padding: 0;
  min-width: 300px;
  opacity: 0;
  background: linear-gradient(to bottom, white 0%, white 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  transition: max-height 800ms ease, opacity 800ms ease, background-size 800ms ease;
}
.poi-overlay .category-selector.visible {
  opacity: 1;
  background-size: 100% 100%;
  pointer-events: all;
  transition: max-height 800ms ease, opacity 800ms ease, background-size 800ms ease;
}
.poi-overlay .category-selector .button {
  display: flex;
  height: 48px;
  padding: 8px 20px 6px 20px;
  margin: 0;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  color: #000000;
  border: none;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector .button {
    min-width: initial;
    width: 100%;
  }
}
.poi-overlay .category-selector .button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.poi-overlay .category-selector .button.active {
  display: none;
}
.poi-overlay .category-selector .select-wrapper select {
  font: 600 14px/1 "Outfit", sans-serif;
  color: #787878;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  background: none;
  width: 180px;
  height: 32px;
}

/* Override for inline map which doesn't have a close button */
.poi-inline-overlay {
  top: 20px !important;
  left: 20px !important;
  right: auto !important;
  max-width: calc(100% - 40px) !important;
}

#map-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 225;
  width: 100%;
  background: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease-in-out;
  /* Fix for items being clickable even when pointer-events is disabled */
}
#map-overlay .close {
  position: absolute;
  top: 45px;
  left: 40px;
  z-index: 125;
  padding: 0;
  font: 600 14px/1 "Outfit", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 48px;
  height: 48px;
  background: #000000;
}
@media only screen and (max-width: 767px) {
  #map-overlay .close {
    top: 24px;
    right: 14px;
    left: unset;
  }
}
#map-overlay .close:before, #map-overlay .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 13px;
  z-index: 1;
  background: #FFFFFF;
  width: 22px;
  height: 2px;
  transform: rotate(-45deg);
}
#map-overlay .close:after {
  transform: rotate(45deg);
}
#map-overlay.active {
  opacity: 1;
  pointer-events: all;
}
#map-overlay .mobile-bg {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 96px;
  background: #D9D9D9;
  border-bottom: 1px solid #8C714A;
}
@media only screen and (max-width: 767px) {
  #map-overlay .mobile-bg {
    display: block;
  }
}
#map-overlay .poi,
#map-overlay #map {
  height: 100%;
  border: none;
}
#map-overlay .leaflet-control,
#map-overlay .leaflet-marker-icon.leaflet-interactive,
#map-overlay .leaflet-image-layer.leaflet-interactive,
#map-overlay .leaflet-pane > svg path.leaflet-interactive,
#map-overlay svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: none !important;
}
#map-overlay.active .leaflet-control,
#map-overlay.active .leaflet-marker-icon.leaflet-interactive,
#map-overlay.active .leaflet-image-layer.leaflet-interactive,
#map-overlay.active .leaflet-pane > svg path.leaflet-interactive,
#map-overlay.active svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: auto !important;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #8C714A !important;
}

.content-block-h1.calendar-block {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .content-block-h1.calendar-block {
    margin-bottom: 41px;
  }
}

#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-views {
  float: left;
  margin-right: 40px;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
  #calendar-views li:first-child a {
    margin-left: 0;
  }
}
#calendar-views li.grid-view {
  position: relative;
  margin-right: 40px;
}
#calendar-views li.grid-view::after {
  content: "";
  position: absolute;
  top: calc(50% - 10.5px);
  right: -20px;
  width: 1px;
  height: 21px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  pointer-events: none;
}
#calendar-views a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: "Butler", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
  }
}
#calendar-views a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: 350ms ease-in-out;
}
#calendar-views a:hover::after {
  width: 100%;
  opacity: 1;
}
#calendar-views a:hover::after, #calendar-views a.active::after {
  width: 100%;
  opacity: 1;
}

#calendar-links {
  float: left;
  position: relative;
  top: 10px;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    top: 0;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
#calendar-links a.rss {
  top: 3px;
}
#calendar-links a.print {
  top: 2px;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  color: #B99F7B;
}
#calendar-links a svg {
  display: block;
  transition: fill 350ms ease-in-out;
  color: #474A44;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
  width: auto;
  max-width: 413px;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    max-width: 100%;
  }
}
#calendar-filter .select-wrapper {
  display: block;
}
#calendar-filter select {
  background: #F6F6F6;
  font: 300 14px/24px "Outfit", sans-serif;
  letter-spacing: 0.14px;
  color: #1E1E1E;
  border: none;
  padding: 10px 12px;
  width: 100%;
  max-width: 413px;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  #calendar-filter select {
    max-width: 100%;
  }
}

#calendar-breadcrumb {
  display: flex;
  align-items: center;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb {
    flex-direction: column;
    margin-bottom: 41px;
  }
}
#calendar-breadcrumb .breadcrumb-title {
  font-family: "Butler", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  flex-direction: row;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb .breadcrumb-title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#calendar-breadcrumb .center-column {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb .center-column {
    row-gap: 16px;
    justify-content: center;
  }
}
#calendar-breadcrumb .breadcrumbs-calendar-wrapper {
  display: flex;
  flex-direction: row;
  letter-spacing: 0.14px;
}
#calendar-breadcrumb a {
  color: #000000;
  text-decoration: none;
}
#calendar-breadcrumb a:hover, #calendar-breadcrumb a:focus {
  color: #8C714A;
}
#calendar-breadcrumb span {
  padding: 0 8px;
}
#calendar-breadcrumb span.divider {
  position: relative;
  top: 1px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb span.divider {
    padding: 0 16px;
  }
}

.calendar-dropdown {
  position: relative;
  min-width: 197px;
  display: block;
  margin-left: auto;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .calendar-dropdown {
    min-width: initial;
  }
}
.calendar-dropdown .dropdown-toggle {
  position: relative;
  background: #F6F6F6;
  padding: 6px 30px 6px 12px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  height: 40px;
  border: 1px solid #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .calendar-dropdown .dropdown-toggle {
    background-color: #FFFFFF;
    height: 46px;
  }
}
.calendar-dropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.calendar-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  flex-direction: column;
  width: 100%;
}
.calendar-dropdown .dropdown-menu .dropdown-option {
  padding: 6px 12px;
  min-height: 40px;
  border: none;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .calendar-dropdown .dropdown-menu .dropdown-option {
    min-height: 46px;
  }
}
.calendar-dropdown .dropdown-menu .dropdown-option:hover, .calendar-dropdown .dropdown-menu .dropdown-option.active {
  background: #000000;
  color: #FFFFFF;
}
.calendar-dropdown.opened .dropdown-menu {
  display: flex;
}
.calendar-dropdown.opened .dropdown-toggle::after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(135deg);
}

#calendar-year {
  margin-bottom: 22px 0;
  display: flex;
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li a {
  display: block;
  padding: 7px 0 5px 26px;
  margin-right: 1px;
  text-decoration: none;
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #calendar-year li a {
    display: none;
  }
}
#calendar-year li.active a {
  color: #000000;
}
#calendar-year .hide-year {
  visibility: hidden;
}

.calendar-next-prev {
  height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 13px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .calendar-next-prev {
    top: 48px;
  }
}
.calendar-next-prev li {
  pointer-events: all;
}
.calendar-next-prev a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 18px;
}
.calendar-next-prev a.calendar-prev {
  position: relative;
  left: 40px;
}
@media (max-width: 1120px) {
  .calendar-next-prev a.calendar-prev {
    left: 0;
  }
}
.calendar-next-prev a.calendar-next {
  position: relative;
  right: 40px;
}
@media (max-width: 1120px) {
  .calendar-next-prev a.calendar-next {
    right: 0;
  }
}

#calendar-month {
  margin: 0 0 24px 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  border-top: 0.5px solid #000000;
  border-bottom: 0.5px solid #000000;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    margin: 34px 0 18px 0;
  }
}
#calendar-month li {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month li:nth-child(-n+2), #calendar-month li:nth-last-child(-n+2) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month li:not(.prev):not(.current):not(.next) {
    display: none;
  }
}
#calendar-month a {
  display: block;
  padding: 10px 16px;
  background: transparent;
  font: 300 14px/14px "Outfit", sans-serif;
  color: #1E1E1E;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-style: normal;
  width: 80px;
  height: 40px;
  align-content: center;
  text-align: center;
}
#calendar-month a:hover, #calendar-month a.active {
  background: #000000;
  color: #FFFFFF;
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
  width: 13.44%;
}

#calendar-week {
  height: 30px;
  align-content: center;
  margin-bottom: 10px;
  line-height: 14px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 10px;
  min-height: 172px;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: #f7f7f7;
  outline: 0.5px solid #1E1E1E;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 4px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.15px;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  outline: none;
  background: #fafafa;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 1.6em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.05px;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.4em;
    line-height: 2.4em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 207.538%;
}
#calendar-days dl.w3 dt {
  width: 315.076%;
}
#calendar-days dl.w4 dt {
  width: 422.614%;
}
#calendar-days dl.w5 dt {
  width: 530.152%;
}
#calendar-days dl.w6 dt {
  width: 637.69%;
}
#calendar-days dl.w7 dt {
  width: 745.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #5BD6AF;
}
#calendar-days dl.c2 dt a {
  background-color: #C2C4FF;
}
#calendar-days dl.c3 dt a {
  background-color: #77AEFF;
}
#calendar-days dl.c4 dt a {
  background-color: #EA9CE0;
}
#calendar-days dl.c5 dt a {
  background-color: #FFB5AA;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #000000;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 6px 6px 11.5px 6px;
  text-align: left;
  visibility: hidden;
  width: 172px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #000000;
}
#calendar-days dl dd h3 {
  color: #FFFFFF;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: 96px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 13.5px;
}
#calendar-days dl dd p {
  font-size: 12px;
  padding: 0 0 12px 0;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.06px;
  color: #FFFFFF;
}
#calendar-days dl dd .read-more {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
#calendar-days dl dd h3,
#calendar-days dl dd p,
#calendar-days dl dd .read-more {
  padding-left: 6px;
  padding-right: 6px;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar {
  margin-bottom: 103px;
}
@media only screen and (max-width: 767px) {
  #calendar {
    margin-bottom: 0;
  }
}
#calendar .center-column {
  max-width: 1140px;
  max-width: 1104px;
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.image-list.calendar {
  margin: 30px 0 63px 0;
}
.image-list.calendar:last-child {
  margin-bottom: 0;
}
.image-list.calendar h2 a {
  text-decoration: none;
  color: #000000;
}
.image-list.calendar h2 a:hover, .image-list.calendar h2 a:focus {
  color: var(--secondary);
}

.calendar .image-list-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  margin: 41px 0 0 0;
}
.calendar .image-list-item-wrapper .image-list-item {
  position: relative;
  flex: 0 1 calc(33.33% - 26.66px);
  color: #787878;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item-wrapper .image-list-item {
    flex: 0 1 calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item-wrapper .image-list-item {
    flex: 0 1 100%;
  }
}
.calendar .image-list-item-wrapper .image-list-item > a {
  width: 100%;
  display: flex;
  min-height: 227px;
  height: 100%;
  background: linear-gradient(180deg, #F3F6F8 50.04%, rgba(243, 246, 248, 0) 100%);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item-wrapper .image-list-item > a {
    min-height: 168px;
  }
}
.calendar .image-list-item-wrapper .image-list-item > a:hover .btn-underline, .calendar .image-list-item-wrapper .image-list-item > a:focus .btn-underline {
  color: var(--secondary) !important;
}
.calendar .image-list-item-wrapper .image-list-item > a:hover .btn-underline:after, .calendar .image-list-item-wrapper .image-list-item > a:focus .btn-underline:after {
  background: var(--secondary) !important;
  opacity: 0;
}
.calendar .image-list-item-wrapper .image-list-item .background {
  position: relative;
  flex: 1 1 38%;
  height: auto;
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.calendar .image-list-item-wrapper .image-list-item .description {
  flex: 1 1 62%;
  display: block;
  padding: 20px 14px;
}
.calendar .image-list-item-wrapper .image-list-item .description .tags {
  margin: 0 0 4px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.calendar .image-list-item-wrapper .image-list-item .description .tags span {
  display: inline-block;
  border-radius: 25px;
  padding: 7px 10px 5px 10px;
  background: #FFFFFF;
  font: 500 12px/1 "Outfit", sans-serif;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.calendar .image-list-item-wrapper .image-list-item .description h3 {
  color: #000000;
  margin: 0 0 3px 0;
}
.calendar .image-list-item-wrapper .image-list-item .description .time {
  display: block;
  margin: 0 0 7px 0;
  font: 500 16px/24px "Outfit", sans-serif;
  color: #787878;
  text-transform: lowercase;
}
.calendar .image-list-item-wrapper .image-list-item .description .summary {
  overflow: hidden;
  margin: 0 0 5px 0;
  /*
  max-height: 50px;
  text-overflow: ellipsis;
  */
}
.list-view .calendar .image-list-item-wrapper .image-list-item {
  position: relative;
  flex: 1 1 100%;
}
.list-view .calendar .image-list-item-wrapper .image-list-item > a {
  min-height: 340px;
}
.list-view .calendar .image-list-item-wrapper .image-list-item .background {
  order: 2;
  flex: 1 1 31.3%;
}
.list-view .calendar .image-list-item-wrapper .image-list-item .description {
  order: 1;
  flex: 1 1 68.7%;
  padding: 40px;
}
.list-view .calendar .image-list-item-wrapper .image-list-item .description .tags {
  margin: 0 0 17px 0;
}
.list-view .calendar .image-list-item-wrapper .image-list-item .description h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 17px 0;
}
@media only screen and (max-width: 767px) {
  .list-view .calendar .image-list-item-wrapper .image-list-item .description h3 {
    font-size: 19px;
    line-height: 32px;
  }
}
.list-view .calendar .image-list-item-wrapper .image-list-item .description .time {
  margin: 0 0 7px 0;
}
.list-view .calendar .image-list-item-wrapper .image-list-item .description .summary {
  max-height: none;
  font-size: 19px;
  line-height: 32px;
  margin: 0 0 23px 0;
}

.search-open body {
  overflow: hidden;
}

#search-overlay {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 200;
  background: var(--primary);
}
@media only screen and (max-width: 767px) {
  #search-overlay {
    top: 0;
    height: 100%;
    z-index: 9999;
  }
}
#search-overlay .scroll-content {
  height: 100%;
  max-height: 100%;
}
#search-overlay .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 80px);
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  #search-overlay .inner {
    max-height: 100vh;
  }
}
#search-overlay .inner form {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  #search-overlay .inner form {
    padding: 60px 20px 80px 20px;
  }
}
#search-overlay .inner .close-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  width: 63px;
  height: 54px;
  padding: 14px 18px;
}
#search-overlay .inner .close-btn:before, #search-overlay .inner .close-btn:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  transition: background 200ms, transform 150ms, border-radius 150ms;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
#search-overlay .inner .close-btn:after {
  transform: translate(0, -2px) rotate(135deg);
}
#search-overlay .inner h2, #search-overlay .inner h3, #search-overlay .inner .search-modal-input {
  color: #FFFFFF !important;
}
#search-overlay .inner .search-modal-input {
  font: 300 40px/48px "Butler", sans-serif;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px 8px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #search-overlay .inner .search-modal-input {
    font-size: 25px;
    line-height: 33px;
  }
}
#search-overlay .inner .search-modal-frequently-searched {
  margin-top: 74px;
}
#search-overlay .inner .search-modal-frequently-searched h3 {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
#search-overlay .inner .search-modal-frequently-searched ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
#search-overlay .inner .search-modal-frequently-searched ul li a {
  font: 300 20px/28px "Butler", sans-serif;
  color: #FFFFFF;
  background: transparent;
  padding: 7px 24px;
  border-radius: 44px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 350ms ease-in-out;
}
#search-overlay .inner .search-modal-frequently-searched ul li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
#search-overlay .inner .search-modal-frequently-searched ul li a:active {
  color: var(--primary) !important;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
#search-overlay .inner .submit-row {
  margin-top: 80px;
}
#search-overlay .inner .show-on-mobile {
  display: none;
}
#search-overlay .inner .stick-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #search-overlay .inner .hide-on-mobile {
    display: none !important;
  }
  #search-overlay .inner .show-on-mobile {
    display: block;
  }
  #search-overlay .inner .stick-on-mobile {
    display: block;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 998 !important;
    width: 100% !important;
  }
  #search-overlay .inner .stick-on-mobile button, #search-overlay .inner .stick-on-mobile input {
    height: 48px !important;
    background: #FFFFFF !important;
    color: var(--primary) !important;
    border-radius: 0 !important;
    justify-content: center !important;
    margin: 0 !important;
    width: 100%;
  }
  #search-overlay .inner .stick-on-mobile button svg path, #search-overlay .inner .stick-on-mobile input svg path {
    stroke: var(--primary) !important;
  }
  #search-overlay .inner .stick-on-mobile button:hover, #search-overlay .inner .stick-on-mobile input:hover {
    color: var(--secondary) !important;
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
  }
  #search-overlay .inner .stick-on-mobile button:hover svg path, #search-overlay .inner .stick-on-mobile input:hover svg path {
    stroke: var(--secondary) !important;
  }
}

.search-results .title-style-sm {
  margin-bottom: 64px !important;
}
.search-results h3 a {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: var(--primary);
  text-decoration: none;
}
.search-results .search-entry {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #8C714A;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.search-results .search-entry:last-child {
  border-bottom: 1px solid #8C714A;
}
.search-results span a {
  font: 500 18px/32px "Outfit", sans-serif;
}

.search-nav {
  display: flex;
  justify-content: center;
}
.search-nav a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.search-nav a:hover, .search-nav a:focus {
  text-decoration: underline;
}
.search-nav ul {
  display: flex;
  justify-content: center;
  width: auto;
  margin: 0 !important;
}
.search-nav ul li:before {
  display: none !important;
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #003E66;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #5990B4;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Butler", sans-serif;
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "Butler", sans-serif;
  color: var(--primary);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #FFFFFF;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #FFFFFF;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: var(--primary);
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #FFFFFF;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: var(--primary);
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: var(--primary);
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "Outfit", sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: var(--primary);
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: var(--primary);
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: var(--primary);
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Butler", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Butler", sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--primary);
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

.blog-page.template-2 .read-more-link {
  font: 600 15px/1 "Outfit", sans-serif;
  color: #8C714A;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #8C714A;
  text-transform: uppercase;
  border: none;
}
.blog-page.template-2 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-2 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-2 .read-more-link.white {
  color: #FFFFFF;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #FFFFFF;
}
.blog-page.template-2 .read-more-link.colored {
  color: #8C714A;
  border: 1px solid #8C714A;
  font-size: 20px;
  line-height: 40px;
  padding: 0 25px;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #8C714A;
  border-color: #8C714A;
  color: #FFFFFF;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #000000;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #000000;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: -1px;
  left: -25px;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover, .blog-page.template-2 .read-more-link.see-all-colored.active {
  color: #8C714A;
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: 330px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 55vh;
    height: auto;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 22px/1.2 "Outfit", sans-serif;
  background-color: #000000;
  padding: 25px 32px 36px 32px;
  position: absolute;
  bottom: 34px;
  color: #FFFFFF;
  width: 100%;
  max-width: 461px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 17px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 20px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time {
    padding-bottom: 15px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font: 400 46px/56px "Butler", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 24px;
    line-height: 34px;
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 32px;
  top: 23px;
  display: flex;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #FFFFFF;
  margin-left: 13px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 20px;
    top: 21px;
    font-size: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  position: absolute;
  right: -120px;
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .share-socials {
    right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper {
  position: relative;
  max-width: 686px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .back-btn {
  text-align: left;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper .back-btn {
    margin-bottom: 32px;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .back-btn a {
  display: flex;
  align-items: center;
  gap: 7px;
  font: 600 14px/15px "Outfit", sans-serif;
  color: #8C714A;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .back-btn a:hover, .blog-page.template-2.single-blog-post .single-post-content-wrapper .back-btn a:focus {
  text-decoration: underline;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post {
  text-align: left;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post h2 {
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 40px;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper {
    padding: 0;
  }
  .blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
    min-height: 0;
  }
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 18px/1.2 "Outfit", sans-serif;
  color: #666666;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover, .blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #8C714A;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Outfit", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Outfit", sans-serif;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #8C714A;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #000000;
}
.blog-page.template-2.blog-search-view .no-results {
  /*h3 {
      font: 400 22px/1.2 $blog-primary-font;
      color: $primary-color;
  }*/
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  margin-right: 15px;
  display: block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "Outfit", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #8C714A;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter #blog-years-filter {
    width: 100%;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months {
  font-family: "Outfit", sans-serif;
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
  font-family: "Outfit", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #8C714A;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font: 28px/1 "Outfit", sans-serif;
  color: #000000;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #FFFFFF;
  padding: 0 20px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 4px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -2px;
  background-color: #000000;
  opacity: 0.2;
  transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.19));
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #787878;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 36px;
  height: 36px;
  margin-left: 2px;
  margin-top: 2px;
  text-align: center;
  border-radius: 20px;
  font: 500 16px/32px "Outfit", sans-serif;
  color: #FFFFFF;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  body > *:not(#content) {
    display: none;
  }

  #content-submenu {
    display: none;
  }

  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }

  @page {
    size: 960px 1358px;
  }
}
/* RESTAURANT THEME */
