@charset "UTF-8";
/*colors*/
/* 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: #fff;
  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: #FFF;
}

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: inherit;
}
body > .ui-datepicker {
  z-index: 30;
}
.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: #54baba;
}

.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 #327d7d;
  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 #327d7d;
  border-bottom: 2px solid #327d7d;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #54baba;
  border-left-color: #54baba;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #54baba;
  border-right-color: #54baba;
}

.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 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.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: #a9a9a9;
}
.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: #54baba;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

.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: #fff;
  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: #435363;
}
.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: #fff;
  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: "\e937";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 "brandon-grotesque", 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: "brandon-grotesque", 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: #fff;
  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: #fff;
  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 #fff;
  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;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: left;
  visibility: hidden;
  bottom: 0;
  height: calc(100% - 96px);
  padding-top: 45px;
  z-index: 999;
  /*
   .parent.expanded{
  @include respond-to(mobile) {
  	background:$secondary !important;
  }
   }
   */
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
.header-intersecting #hamburger-navigation {
  height: calc(100% - 80px);
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
  background: #5A7A90;
}
.hamburger-navigation-visible #hamburger-navigation .parent.expanded {
  width: 100%;
  height: 100%;
  text-align: left;
  position: fixed;
  margin-top: 58px;
  padding: 0px 24px;
  top: 71px;
  z-index: 90;
  max-height: 800px;
  overflow: auto;
  /* display: inline; */
  z-index: 65;
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  visibility: visible;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburger-navigation-visible #hamburger-navigation .parent.expanded {
    background: #5A7A90 !important;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-navigation-visible #hamburger-navigation .parent.expanded {
    background: #5A7A90 !important;
  }
}
.hamburger-navigation-visible #hamburger-navigation .parent.expanded a {
  padding: 0px;
  color: #fff;
  font-size: 0.875rem !important;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
}
.hamburger-navigation-visible #hamburger-navigation .parent.expanded a.active {
  padding-left: 31px;
}
.hamburger-navigation-visible #hamburger-navigation .parent.expanded a:first-child {
  border-bottom: 1px solid #fff;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .top-menu {
    display: none;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "brandon-grotesque", sans-serif;
  text-decoration: none;
  color: #327d7d;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #54baba;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
    max-width: 100%;
    padding: 0 24px;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
}
#hamburger-navigation .main-menu .menu.level-1 {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font-family: "brandon-grotesque", serif !important;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px;
  word-wrap: break;
  font-weight: 390;
  font-size: 24px;
  padding: 12px 12px;
  padding-left: 24px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 6px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: right 200ms, visibility 200ms;
  visibility: hidden;
  background: #5A7A90;
}
#hamburger-navigation .main-menu .menu.submenu a {
  display: inline-flex;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  color: #fff;
  font-size: 0.875rem;
  font-family: "brandon-grotesque", serif !important;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  border-bottom: none !important;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #fff;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  position: relative;
  right: 0;
  top: 0;
  max-height: 800px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #5A7A90;
  transition: right 200ms, visibility 200ms;
  text-align: left;
  z-index: 65;
  visibility: visible;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-top: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
#hamburger-navigation .main-menu .plus .vertical {
  /*width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .main-menu .parent.expanded > .plus {
    top: 6px !important;
    left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .parent.expanded > .plus {
    top: 6px !important;
    left: 24px;
  }
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-top: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #435363;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking .parts {
  display: flex;
  justify-content: center;
  text-align: left;
  height: 100%;
}
#booking .parts > .inputs {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 24px;
}
#booking .parts > .inputs .column {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#booking .parts > .inputs .column button#horizontal-booking-options {
  text-align: left;
}
#booking .parts > .inputs .column button#horizontal-booking-options:focus {
  background: #F0F2F4;
}
#booking .parts > .inputs .column button#horizontal-booking-options .rooms-selected .number {
  margin-right: 3px;
}
#booking .parts > .inputs .column .options-dropdown {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: rgb(255, 255, 255);
  padding: 0.6em 1.125em;
  transition: transform 87.5ms ease 0s, opacity 87.5ms ease 0s, visibility 87.5ms ease 0s;
  bottom: calc(100% + 2.25em);
}
#booking .parts > .inputs .column .options-dropdown.visible {
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  width: 493px;
  height: 329px;
  padding: 28px 19px;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: transform 87.5ms ease 0s, opacity 87.5ms ease 0s;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
}
#booking .parts > .inputs .column .options-dropdown label {
  font-size: 14px;
  font-weight: 420;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#booking .parts > .inputs .column .options-dropdown .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  min-width: 84px;
  max-width: 84px;
}
#booking .parts > .inputs .column .options-dropdown button {
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: #5A7A90;
}
#booking .parts > .inputs .column .options-dropdown button:before, #booking .parts > .inputs .column .options-dropdown button:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}
#booking .parts > .inputs .column .options-dropdown button:after {
  transform: translateX(-50%);
  left: 50%;
  width: 75%;
  height: 0.5px;
  margin-top: -1px;
}
#booking .parts > .inputs .column .options-dropdown button.plus:before {
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 0.5px;
  height: 75%;
}
#booking .parts > .inputs .column .options-dropdown .option {
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 48px;
  width: 455px;
  height: 83px;
  padding-inline: 24px;
  background-color: #F2F7F9;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
}
#booking .parts > .inputs .column .options-dropdown .option span {
  display: flex;
  gap: 0 5px;
  font-size: 16px;
  text-transform: capitalize;
}
#booking .parts > .inputs .column .options-dropdown .option p {
  font-size: 14px;
  color: #000;
  line-height: normal;
  text-transform: none;
}
#booking .parts > .inputs .column .booking-element {
  text-align: left;
  cursor: pointer;
  border: 0.5px solid #435363;
  padding-inline: 12px;
}
#booking .parts > .inputs .column .booking-element,
#booking .parts > .inputs .column input[type=text] {
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: box-shadow 350ms ease-in-out/3;
  cursor: pointer;
}
#booking .parts > .inputs .column .booking-element.active {
  background-color: #F2F7F9;
}
#booking .parts > .inputs .column .booking-element.active + .select-icon {
  opacity: 0;
}
#booking .parts > .inputs .column input[type=text],
#booking .parts > .inputs .column button.booking-element,
#booking .parts > .inputs .column select,
#booking .parts > .inputs .column .select-wrapper,
#booking .parts > .inputs .column .select-wrapper:after {
  width: 100%;
  height: 100%;
  height: 32px;
}
#booking .parts > .inputs .column label,
#booking .parts > .inputs .column .booking-element,
#booking .parts > .inputs .column input[type=text] {
  color: #435363;
}
#booking .parts > .inputs > .buttons {
  display: flex;
  flex-wrap: wrap;
  width: 10em;
  padding: 0 1.25em;
  background: #435363;
  align-items: center;
  align-content: center;
}
#booking .parts > .inputs .fake-select {
  background: none;
}
#booking .codes-dropdown {
  position: absolute;
  left: -28px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px 0;
  width: 495px;
  padding: 22px 28px;
  background: #fff;
  min-width: 100%;
  min-height: 160px;
  padding: 22px;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transform: translateY(20px);
  transition: transform 87.5ms, opacity 87.5ms, visibility 87.5ms;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch;
}
#booking .codes-dropdown.visible {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: transform 87.5ms, opacity 87.5ms;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #booking .codes-dropdown {
    max-height: none;
    overflow: visible;
  }
  #booking .codes-dropdown.visible {
    position: relative;
    top: auto;
  }
}
#booking .codes-dropdown label {
  font-size: 14px;
  font-weight: 420;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
#booking .codes-dropdown .radios {
  padding-bottom: 0.938em;
  margin-bottom: 0.938em;
  border-bottom: 1px solid #d7d9d9;
}
#booking .codes-dropdown input {
  border: 2px solid #d7d9d9;
  line-height: calc(2.875em - 4px);
}
#booking .codes-dropdown .custom-radio {
  cursor: pointer;
  padding-left: 2em;
  position: relative;
  margin-bottom: 0.25em;
  overflow: visible;
  text-transform: none;
}
#booking .codes-dropdown .custom-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.313em;
  height: 1.313em;
  border-radius: 50%;
  transition: transform 175ms;
  background: none;
  border: 1px solid #000;
}
#booking .codes-dropdown .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#booking .codes-dropdown .promo-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
#booking .codes-dropdown .promo-wrapper .code-select,
#booking .codes-dropdown .promo-wrapper #horizontal-booking-promo-code {
  height: 36px;
}
#booking .codes-dropdown .promo-wrapper #horizontal-booking-promo-code,
#booking .codes-dropdown .promo-wrapper #horizontal-booking-promo-code-IATA {
  background-color: #F2F7F9;
  padding: 0 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
#booking .codes-dropdown .promo-wrapper .select-wrapper {
  flex: 45%;
}
#booking .codes-dropdown .promo-wrapper .select-wrapper select {
  background-color: #F2F7F9;
  font-size: 13px;
}
#booking .codes-dropdown .iataCode {
  display: none;
}
#booking .codes-dropdown .groupCode {
  display: none;
}
#booking .select-wrapper .select-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  pointer-events: none;
  text-align: left;
}
#booking label.add-new-code.label {
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
}
#booking .disabled-link {
  color: gray;
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
}

#booking-datepicker {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  transition: transform 87.5ms, opacity 87.5ms, visibility 87.5ms;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker {
    bottom: auto;
    top: 75px;
  }
}
#booking-datepicker.visible {
  display: block;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 1064px;
  opacity: 1;
  visibility: visible;
  transition: transform 87.5ms, opacity 87.5ms;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  color: #435363;
  text-align: center;
  font-family: "brandon-grotesque", serif !important;
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival,
#booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font-family: "brandon-grotesque", serif !important;
  color: #435363;
  font-size: 14px;
  font-weight: 420;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  vertical-align: middle;
}
#booking-datepicker .arrival-departure-status .arrival:after,
#booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 470px;
  padding: 20px 60px 32px 60px;
  margin: 0 auto;
  white-space: nowrap;
  width: 100% !important;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  width: 50%;
}
#booking-datepicker .ui-datepicker-group-first {
  padding-right: 20px;
  border-right: 1px solid rgba(90, 122, 144, 0.5);
}
#booking-datepicker .ui-datepicker-group-last {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
  color: #435363;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "brandon-grotesque", serif !important;
  color: #435363;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: none;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-next {
  position: absolute;
  top: 15%;
  z-index: 1050;
}
#booking-datepicker .ui-datepicker-prev {
  left: 5%;
}
#booking-datepicker .ui-datepicker-next {
  right: 5%;
}
#booking-datepicker .ui-datepicker-calendar {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a,
#booking-datepicker td.checkin-date a,
#booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before,
#booking-datepicker td.checkin-date a:before,
#booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #9C6C49;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before,
#booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before,
#booking-datepicker td.checkout-date a:before {
  content: "out";
}
#booking-datepicker .ui-datepicker-calendar th,
#booking-datepicker .ui-datepicker-calendar td {
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  padding: 2px;
}
#booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a,
#booking-datepicker .ui-datepiui-datepickercker-calendar .ui-datepicker-current-day a,
#booking-datepicker .-calendar .ui-state-default:hover {
  background: #9C6C49;
  color: #fff;
}

.center-column.booking-form-wrapper {
  max-width: 1064px;
  height: 112px;
  background: #fff;
  padding-inline: 0;
  border-radius: 2px;
  color: #435363;
}
.center-column.booking-form-wrapper form {
  height: 100%;
}
.center-column.booking-form-wrapper form fieldset {
  height: 100%;
}

.promo-code .select-wrapper.fake-select {
  max-width: 90%;
  width: 100%;
}
.promo-code .select-wrapper.fake-select select {
  height: 36px;
}

.buttonSubmit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  background: #9C6C49;
  color: #fff;
  max-width: 184px;
  width: 100%;
  /*
  input.button {
  	background:$p3;
  	width: 100%;
  	height: 112px;
  	color:#fff;
  	word-wrap: break-word;
     font-size: 0.875rem;
     letter-spacing: 2.80px;
  font-family: $primary-font;
  }
  */
}
.buttonSubmit button.button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #9C6C49;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 2.8px;
  font-family: "brandon-grotesque", serif !important;
  word-wrap: break-word;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  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 "brandon-grotesque", serif !important;
  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;
}

.intro {
  width: 1224px;
  height: 740px;
  margin-left: 119px;
  margin-right: 119px;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-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: #435363;
  border-bottom-color: #435363;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "brandon-grotesque", sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .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;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #54baba;
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "brandon-grotesque", sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  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: #435363;
  border-bottom-color: #435363;
  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 "brandon-grotesque", sans-serif;
  color: #54baba;
  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: #54baba;
}

.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 "brandon-grotesque", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  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: "brandon-grotesque", serif !important;
  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;
  }
}

/* COMMON STYLES */
:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
}

.rooms {
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .rooms {
    flex-direction: column;
  }
}
.rooms .category-selector {
  text-align: left;
  font-size: 0;
  margin: 0 0 20px 0;
  width: 30%;
  height: 373px;
  background: #fff;
  flex-direction: column;
  display: flex;
  gap: 24px;
  position: sticky;
  position: -webkit-sticky;
  top: 112px;
  padding: 24px;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
@media only screen and (max-width: 1023px) {
  .rooms .category-selector {
    position: static;
    width: 100%;
    z-index: 60;
    top: -67px;
    height: 100%;
  }
}
.rooms .category-selector .filter-heading {
  color: #435363;
  font-size: 1.25rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  word-wrap: break-word;
  padding-top: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector .filter-heading {
    display: none;
  }
}
.rooms .category-selector button.button {
  padding: 10px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5a7a90;
  font-family: "brandon-grotesque", serif !important;
  margin: 0px;
  font-weight: 420;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector button.button {
    display: none;
  }
}
.rooms .category-selector button.button.active {
  background: #5a7a90;
  color: #fff;
}
.rooms .category-selector button.button:hover {
  background: #D5E3EB;
}
.rooms .category-selector .select-wrapper select {
  border: 1px solid #fff;
  color: #435363;
  background: #fff;
  width: 100%;
  text-transform: uppercase;
}
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #327d7d;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #327d7d;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room {
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .room {
    margin-bottom: 60px;
  }
}
.room-top-content {
  display: flex;
  justify-content: space-between;
  gap: 0 104px;
  padding-bottom: 60px;
  border-bottom: 0.5px solid #5A7A90;
}
@media only screen and (max-width: 1023px) {
  .room-top-content {
    gap: 0 72px;
  }
}
@media only screen and (max-width: 767px) {
  .room-top-content {
    flex-direction: column;
    align-items: center;
  }
}
.room-top-content .left-content-wrapper {
  max-width: 520px;
}
@media only screen and (max-width: 767px) {
  .room-top-content .left-content-wrapper {
    text-align: left;
  }
}
.room-top-content .left-content-wrapper .price-wrapper {
  border-bottom: 0.5px solid #5A7A90;
  margin-bottom: 16px;
}
.room-top-content .left-content-wrapper .price-wrapper .price {
  text-transform: uppercase;
}
.room-top-content .left-content-wrapper .price-wrapper .price .number, .room-top-content .left-content-wrapper .price-wrapper .price .suffix {
  font-weight: bold;
}
.room-top-content .left-content-wrapper .descr-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .room-top-content .left-content-wrapper .descr-wrapper {
    margin-bottom: 32px;
  }
}
.room-top-content .left-content-wrapper .inner-long-btn {
  display: inline-block;
  max-width: 208px;
  width: 100%;
  padding: 4px 0;
}
@media only screen and (max-width: 767px) {
  .room-top-content .left-content-wrapper .inner-long-btn {
    display: none;
  }
}
.room-top-content .right-content-wrapper {
  max-width: 440px;
}
.room-top-content .right-content-wrapper .features {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 40px;
}
.room-top-content .right-content-wrapper .features .feature-info {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0.5px #435363 solid;
}
@media only screen and (max-width: 767px) {
  .room-top-content .right-content-wrapper .features .feature-info {
    gap: 0px;
  }
}
.room-top-content .right-content-wrapper .features .feature-info::before {
  display: none;
}
.room-top-content .right-content-wrapper .features .feature-info .icon-wrapper {
  min-width: 32px;
  min-height: 32px;
  display: flex;
}
.room-top-content .right-content-wrapper .features .feature-info .icon-wrapper .room-icon {
  width: 100%;
  max-width: 32px;
}
.room-top-content .right-content-wrapper .features .feature-info .text {
  color: #435363;
  font-size: 12px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .room-top-content .right-content-wrapper .features .feature-info .text {
    text-align: left;
    margin-left: 16px;
  }
}
.room-top-content .right-content-wrapper .floorplan-btn {
  max-width: 157px;
  font-size: 14px;
  font-weight: 420;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .room-top-content .right-content-wrapper .floorplan-btn {
    max-width: unset;
    display: inline-block;
    width: 100%;
  }
}
.room-top-content .left-content-wrapper,
.room-top-content .right-content-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .room-top-content .left-content-wrapper,
  .room-top-content .right-content-wrapper {
    max-width: unset;
  }
}
.room-bottom-content {
  padding-top: 32px;
}
.room-bottom-content .amenities-container h4 {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}
.room-bottom-content .amenities-container .rooms-icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 480px) {
  .room-bottom-content .amenities-container .rooms-icon-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.room-bottom-content .amenities-container .rooms-icon-wrapper .rooms-icon {
  padding: 0 20px;
  display: flex;
  align-items: center;
  max-width: 338px;
  width: 100%;
  font-size: 12px;
  font-weight: 390;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
}
.room-bottom-content .amenities-container .rooms-icon-wrapper .rooms-icon:before {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  color: #9C6C49;
  font-family: "HeBS-Icons" !important;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 20px 30px;
  background: #ecedee;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .template-1-1 {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 {
    padding: 0;
    text-align: left;
  }
}
.rooms .template-1-1 .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
}
.rooms .template-1-1 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-1 .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-1 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-1 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-1 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
@media (max-width: 550px) {
  .rooms .template-1-1 .thumbnail {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail img {
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail nav {
    display: table;
  }
}
.rooms .template-1-1 .description {
  position: relative;
  margin-left: 230px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .template-1-1 .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-1 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .template-1-1 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-1 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-1 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-1 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-1 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-1 .amenities.expand .toggle:before, .rooms .template-1-1 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #327d7d;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .template-1-1 .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price {
    font-size: 18px;
  }
}
.rooms .template-1-1 .booking-info .button {
  width: 140px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price,
  .rooms .template-1-1 .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

/* TEMPLATE 1 - 2 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-2 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 12px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media (max-width: 979px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #54baba;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "brandon-grotesque", serif !important;
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery svg {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(0, 0, 0);
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}

.rooms-slideshow-wrapper {
  padding-bottom: 28%;
  height: 0;
  position: relative;
  margin: 10vw 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper {
    padding-bottom: 0;
    height: auto;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper {
    padding-left: 10px;
    margin: 0;
  }
}
.rooms-slideshow-wrapper .slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow {
    overflow: visible;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-slideshow-wrapper .slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 350ms ease-in-out;
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active {
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active {
    transform: scale(1);
  }
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active .room-thumbnail:before {
  opacity: 0.2;
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active .room-description {
  opacity: 1;
  visibility: visible;
}
.rooms-slideshow-wrapper .slideshow .slideshow-button {
  margin-top: -11px;
  width: 22px;
  height: 22px;
  color: #fff;
}
.rooms-slideshow-wrapper .slideshow .slideshow-button.swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .slideshow-button {
    display: none;
  }
}
.rooms-slideshow-wrapper .slideshow .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .swiper-pagination {
    display: none;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-pagination {
  margin: 75px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow .slideshow-pagination {
    margin: 45px 0 0;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid red;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}
.rooms-slideshow-wrapper .slideshow .slideshow-pagination > *:hover, .rooms-slideshow-wrapper .slideshow .slideshow-pagination > *.active {
  background: green;
  color: #fff;
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail {
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail {
    position: relative;
  }
  .rooms-slideshow-wrapper .slideshow .room-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 69%;
    height: 0;
  }
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail .thumb-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail .thumb-link {
    display: block;
    color: #fff;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: left;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-description {
    position: relative;
    padding: 15px 15px 0;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow .room-description {
    padding: 15px 0;
    opacity: 1;
    visibility: visible;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description .details {
  position: relative;
}
.rooms-slideshow-wrapper .slideshow .room-description .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  font-size: 0;
}
.rooms-slideshow-wrapper .slideshow .room-description .close:before, .rooms-slideshow-wrapper .slideshow .room-description .close:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 25px;
  width: 1px;
  background-color: #000;
}
.rooms-slideshow-wrapper .slideshow .room-description .close:before {
  transform: rotate(45deg);
}
.rooms-slideshow-wrapper .slideshow .room-description .close:after {
  transform: rotate(-45deg);
}
.rooms-slideshow-wrapper .slideshow .room-description .room-name {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-description .room-name {
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slideshow-wrapper .slideshow .room-description .room-name {
    padding-left: 10px;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description .additional-info-list {
  margin-top: 40px;
}
.rooms-slideshow-wrapper .slideshow .room-description nav .button {
  margin: 20px 15px 0 0;
  font-size: 9px;
  line-height: 22px;
  height: 22px;
}
.rooms-slideshow-wrapper .slideshow .details {
  display: none;
  max-width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 2%;
  font-size: 10px;
  line-height: 1.704em;
}
.rooms-slideshow-wrapper .slideshow .details.active {
  display: block;
}
.rooms-slideshow-wrapper .slideshow .details .room-name {
  color: #111;
  margin-bottom: 30px;
}
.rooms-slideshow-wrapper .slideshow .details nav .button {
  margin-top: 40px;
  font-size: 8px;
  height: 22px;
  line-height: 22px;
}
.rooms-slideshow-wrapper .slideshow .details.active + .room-name {
  display: none;
}
.rooms-slideshow-wrapper .slideshow .see-details.active {
  position: relative;
}
.rooms-slideshow-wrapper .slideshow .see-details.active .to-details {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.85);
}

/*
.rooms-category-selector{
		text-align: center;
		font-size: 0;
		margin: 0 0 20px 0;
		width: 30%;
		height: 100%;
		background: #fff;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 15px;
		flex-direction: column;
		box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
*/
.rooms-slider-acm {
  height: 944px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

nav.category-selector.hide-category-for-room {
  display: none;
}

.rooms.page-content.rooms-slider-view {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.slider-background {
  width: 800px;
  background: url("../images/sand.png");
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.room-details-nt #content {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .room-details-nt .breadcrumb_nt {
    margin-bottom: 16px;
    text-align: left;
  }
}
.room-details-nt .breadcrumb_nt a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.room-details-nt .page-content h1 {
  font-size: 64px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .room-details-nt .page-content h1 {
    font-size: 40px;
    text-align: left;
  }
}
.room-details-nt #photos {
  top: 60px;
}
.room-details-nt .slider_bg_nt {
  background: rgb(247, 245, 247);
  background: linear-gradient(180deg, rgb(247, 245, 247) 0%, rgb(247, 245, 247) 55%, rgba(247, 245, 247, 0.4010416667) 100%);
  position: absolute;
  top: 220px;
  height: 400px;
  width: 100%;
  left: 0;
}
.room-details-nt .room-top-content {
  top: 120px;
  position: relative;
}
.room-details-nt .room-bottom-content {
  padding-top: 152px;
}

/* Basic modal styles */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  z-index: 1000;
}

.popup .inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.popup .slideshow-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}

.popup .slide img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.popup .thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

.icon-gallery-nt {
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}

#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_new {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 200ms;
}
#modal-popup .popup_new {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  min-width: 300px;
  max-width: 1115px;
  width: 80%;
  min-height: 150px;
  max-height: 80%;
  opacity: 0;
  transition: opacity 600ms ease, transform 600ms ease;
}
@media only screen and (max-width: 767px) {
  #modal-popup .popup_new {
    width: 90%;
  }
}
#modal-popup .popup_new video, #modal-popup .popup_new iframe {
  display: block;
  width: 100%;
}
#modal-popup .popup_new video {
  height: auto;
}
#modal-popup .popup_new iframe {
  height: 80vh;
}
#modal-popup .close {
  position: absolute;
  top: -45px;
  right: 8px;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #modal-popup .close {
    top: 14px;
    right: 14px;
  }
}
#modal-popup .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#modal-popup .close span:before, #modal-popup .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #fff;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #modal-popup .close span:before, #modal-popup .close span:after {
    background: #000;
  }
}
#modal-popup .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#modal-popup .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#modal-popup .close:hover span:before, #modal-popup .close:hover span:after {
  background: #54baba;
}

.popup-gallery-slideshow {
  width: 100%;
  height: 680px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popup-gallery-slideshow {
    height: 80vh;
  }
}
.popup-gallery-slideshow .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-gallery-slideshow .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.popup-gallery-slideshow .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-gallery-slideshow .slide .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-gallery-slideshow .slide .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .popup-gallery-slideshow .slide .thumbnail img {
    min-height: 0;
  }
}
.popup-gallery-slideshow .slideshow-pagination {
  position: absolute;
  right: 0;
  bottom: -37px;
  width: 100%;
  text-align: right;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 6px;
  display: inline-block;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:hover {
  background: #fff;
}
.popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet.active, .popup-gallery-slideshow .slideshow-pagination:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet.active:hover {
  background: #ccc;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "brandon-grotesque", sans-serif;
  margin: 40px 0;
  color: #54baba;
  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 "brandon-grotesque", sans-serif;
  color: #fff;
  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 "brandon-grotesque", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  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: #435363;
  border-bottom-color: #435363;
  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 "brandon-grotesque", serif !important;
  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 "brandon-grotesque", serif !important;
  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: "brandon-grotesque", serif !important;
  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;
}
@media screen and (max-width: 900px) {
  .venues .select-wrapper {
    display: inline-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: #fff;
}
@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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
}
@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: #fff;
  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: #fff;
  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: #fff;
}
@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: #fff;
  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: #fff;
  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: #fff;
}
@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: #fff;
  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: #fff;
}
.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: #fff;
}
.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: #fff;
  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: #fff;
  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: #fff;
}
.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: #fff;
}
@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: "brandon-grotesque", serif !important;
  color: #fff;
  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: #fff;
  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: #fff;
}

@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: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #54baba;
}
.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: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "brandon-grotesque", 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: #54baba;
  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 "brandon-grotesque", 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 "brandon-grotesque", sans-serif;
  color: #54baba;
  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: #54baba;
}
.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 "brandon-grotesque", sans-serif;
  color: #54baba;
  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 "brandon-grotesque", sans-serif;
  color: #54baba;
  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: #54baba;
}
.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 "brandon-grotesque", sans-serif;
  color: #54baba;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .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: #fff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 100px 0 40px;
  }
}
.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: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  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: 63px;
  background-color: #EDEDED;
  position: relative;
  margin-top: 80px;
}
@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 16px/1 "brandon-grotesque", sans-serif;
  position: absolute;
  top: 50%;
  color: #9A9A9A;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
}
@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 .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #9A9A9A;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.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: #fff;
  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 "brandon-grotesque", 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;
  display: none;
}
#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: "brandon-grotesque", 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 .page-content h2 {
  font: normal 48px/1.2 "brandon-grotesque", sans-serif;
  text-align: center;
  color: #003E66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.featured-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #5990B4;
}
@media only screen and (max-width: 767px) {
  .featured-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.featured-posts .featured-posts-slider {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1096px;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 580px;
  font-family: "brandon-grotesque", 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 {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 55%;
  background-color: #5990B4;
}
.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 {
  text-align: left;
  width: 45%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #EDEDED;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 20px 40px 20px;
  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-date {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #969696;
  margin-bottom: 10px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 50px/1 "brandon-grotesque", sans-serif;
  color: #003E66;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #003E66;
  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: 14px;
  line-height: 1.8;
  color: #000;
  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;
  background: #EDEDED;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 4px 0 0 -11px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous:after {
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: -5px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:hover {
  background: #003E66;
}
@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: 10px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #D8D8D8;
  border-radius: 50%;
  border: 1px solid #979797;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #5990B4;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
  font: normal 48px/1.2 "brandon-grotesque", sans-serif;
  color: #003E66;
  box-sizing: border-box;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1:after, .blog-page.template-2 .recent-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: 1px solid #5990B4;
  color: #5990B4;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "brandon-grotesque", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  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: #5990B4;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #8A8A8A;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: normal 28px/1 "brandon-grotesque", sans-serif;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #003E66;
  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: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #969696;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #969696;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "brandon-grotesque", sans-serif;
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "brandon-grotesque", sans-serif;
  text-align: center;
  color: #003E66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.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: 450px;
  border-radius: 60px 16px 16px 16px;
  overflow: hidden;
  font-family: "brandon-grotesque", sans-serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #5990B4;
  border-radius: 60px 16px 16px 16px;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 236px;
  background: linear-gradient(180deg, rgba(0, 46, 50, 0) 0%, #002E32 100%);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 14px 20px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 1;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}
.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: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 34px/1 "brandon-grotesque", sans-serif;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
.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: #fff;
  padding: 0 25px;
  transition: opacity 350ms ease-in-out;
}

.footer-blog {
  font-family: "brandon-grotesque", 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: #fff;
}
.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: #fff;
  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: #fff;
  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: #5A7A90;
}
@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: #fff;
  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: #fff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .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: 480px) {
  .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 {
  position: relative;
  font-size: 0.75rem;
  color: #5A7A90;
  z-index: 1;
  background: url("../images/footer-background.png");
  min-height: 690px;
  z-index: 9999;
}
#footer .center-column {
  padding: 0 108px;
}
@media only screen and (max-width: 767px) {
  #footer .center-column {
    padding: 0 24px;
  }
}
#footer a {
  color: #435363;
  text-decoration: none;
}
#footer a:hover {
  color: #435363;
}
#footer .copyright {
  display: block;
  color: #5A7A90;
  text-align: right;
  font-family: "brandon-grotesque", serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  #footer .copyright {
    text-align: left;
  }
}
#footer .credits {
  display: block;
}
#footer .credits sup {
  vertical-align: super;
}

#footer-menu {
  font-size: 0;
  margin: 0 87px;
}
@media only screen and (max-width: 1023px) {
  #footer-menu {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#footer-menu ul {
  font-size: 0;
  font-size: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
}
@media only screen and (max-width: 1023px) {
  #footer-menu ul {
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#footer-menu li {
  display: inline-block;
}
#footer-menu a {
  display: block;
  font-size: 0.875rem;
  text-decoration: none;
  color: #5A7A90;
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  font-weight: 420;
  word-wrap: break-word;
  position: relative;
  line-height: 20.02px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1023px) {
  #footer-menu a {
    margin: 0px;
  }
}
#footer-menu a:hover, #footer-menu a.active {
  color: #435363;
  text-decoration: underline !important;
}

#footer-contacts {
  margin-bottom: 30px;
}
#footer-contacts h2 {
  margin-bottom: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-flex-container {
  display: flex;
  justify-content: space-between;
  gap: 0 87px;
  min-height: 272.02px;
  height: 100%;
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .footer-flex-container {
    flex-direction: column;
    height: 100%;
    padding: 48px 0;
  }
}
.footer-flex-container .footer-social-container-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-flex-container .footer-social-container-info ul.socials-footer {
  display: flex;
  justify-content: space-evenly;
  gap: 0 24px;
}
.footer-flex-container .footer-social-container-info ul.socials-footer img.social-icon-footer {
  max-width: 24px;
  width: 100%;
}

.footer-column.nav-col {
  border-left: 1px solid rgba(90, 122, 144, 0.5);
  border-right: 1px solid rgba(90, 122, 144, 0.5);
}
@media only screen and (max-width: 1023px) {
  .footer-column.nav-col {
    border-top: 1px solid rgba(90, 122, 144, 0.5);
    border-bottom: 1px solid rgba(90, 122, 144, 0.5);
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 40px;
  }
}

#footer-contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
#footer-contacts h2.footer-heading {
  color: #435363;
  font-family: "brandon-grotesque", serif !important;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 390;
  line-height: 20px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer-contacts .footer-address {
  color: #5A7A90;
  font-family: "brandon-grotesque", serif !important;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  word-wrap: break-word;
}

#newsletter {
  position: relative;
  font-size: 0;
}
@media only screen and (min-width: 1024px) {
  #newsletter {
    max-width: 403px;
  }
}
#newsletter h2 {
  margin-bottom: 15px;
  font-family: "brandon-grotesque", serif !important;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
}
#newsletter input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font-size: 1rem;
  line-height: 16px;
  color: #5A7A90;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  margin-bottom: 24px;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #5A7A90;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #5A7A90;
}
#newsletter .form__bottom {
  display: flex;
  gap: 0 43px;
}
@media only screen and (max-width: 1023px) {
  #newsletter .form__bottom {
    flex-direction: column;
    gap: 24px 0;
  }
}
#newsletter .form__bottom .newsletter-modal-consent {
  font-size: 14px;
  font-weight: 390;
  line-height: 20px;
}
#newsletter .form__bottom .newsletter-modal-consent a {
  text-decoration: underline !important;
}
#newsletter .form__bottom .button {
  min-width: 170px;
  padding: 0;
  font-size: 14px;
  font-weight: 420;
  line-height: 20.02px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  #newsletter .form__bottom .button {
    font-size: 13px;
    line-height: 13px;
  }
}

#footer .socials {
  margin-bottom: 30px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer .socials {
    float: none;
  }
}
#footer .socials li {
  display: inline-block;
  margin: 0 5px;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  #footer .socials a {
    display: inline-block;
  }
}
#footer .socials a.facebook {
  background-position: -1px -347px;
}
#footer .socials a.facebook:hover {
  background-position: -1px -387px;
}
#footer .socials a.twitter {
  background-position: -41px -348px;
}
#footer .socials a.twitter:hover {
  background-position: -41px -388px;
}
#footer .socials a.instagram {
  background-position: -281px -347px;
}
#footer .socials a.instagram:hover {
  background-position: -281px -387px;
}
#footer .socials a.tripadvisor {
  background-position: -201px -347px;
}
#footer .socials a.tripadvisor:hover {
  background-position: -201px -387px;
}
#footer .socials a.youtube {
  background-position: -121px -347px;
}
#footer .socials a.youtube:hover {
  background-position: -121px -387px;
}
#footer .socials a.flickr {
  background-position: -361px -347px;
}
#footer .socials a.flickr:hover {
  background-position: -361px -387px;
}
#footer .socials a.pinterest {
  background-position: -241px -347px;
}
#footer .socials a.pinterest:hover {
  background-position: -241px -387px;
}

.footer-social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
  padding: 60px 0;
  border-bottom: 1px solid rgba(90, 122, 144, 0.5);
  border-top: 1px solid rgba(90, 122, 144, 0.5);
}
@media only screen and (max-width: 1023px) {
  .footer-social-container {
    padding: 40px 0;
  }
  .footer-social-container .footer-logo img {
    height: 48px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-container {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-container {
    justify-content: space-between;
    gap: 0;
  }
}
.footer-social-container a {
  display: inline-block;
}

.footer-copyright-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 100%;
  text-align: right;
  margin-top: 32px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright-container {
    flex-direction: column;
    height: 100%;
    text-align: left;
    margin: 40px 24px 60px 24px;
  }
}
.footer-copyright-container .footer-lower-row {
  flex: 2;
}
.footer-copyright-container .standalone-nav ul {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  color: #5A7A90;
  font-family: "brandon-grotesque", serif !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright-container .standalone-nav ul {
    display: block;
    gap: 14px;
    margin-bottom: 40px;
  }
}
.footer-copyright-container #bottom-menu {
  color: #5A7A90;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  word-wrap: break-word;
}
.footer-copyright-container #bottom-menu a {
  color: #5A7A90;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  word-wrap: break-word;
}
.footer-copyright-container #bottom-menu a:hover, .footer-copyright-container #bottom-menu a.active {
  color: #435363;
  text-decoration: underline !important;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright-container #bottom-menu ul li {
    padding-bottom: 14px;
  }
}

#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: 2px;
  height: 25px;
  background: #fff;
  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: #fff;
  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%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 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: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  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: #435363;
  border-bottom-color: #435363;
  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;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#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 #fff;
  border-top: 1px solid #fff;
  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: #fff;
  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: #fff;
  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;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials #photos {
  display: none !important;
}
.specials #booking {
  display: none;
}
.specials .image-list-special {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  display: inline-flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-special {
    flex-direction: column;
    align-items: center;
    width: 70%;
    overflow: hidden;
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .specials .image-list-special {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.specials .image-list-special .special-wrapper-content {
  width: 508px;
  min-width: 508px;
  max-width: 508px;
  height: 560px;
  left: 0px;
  top: 0px;
  position: relative;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content {
    min-height: 503px;
    width: 100%;
    max-width: 342px;
    min-width: 342px;
  }
}
@media only screen and (max-width: 480px) {
  .specials .image-list-special .special-wrapper-content {
    min-height: 503px;
    width: 100%;
    max-width: 342px;
    min-width: 342px;
  }
}
.specials .image-list-special .special-wrapper-content .background {
  width: 100%;
  height: 320px;
  left: 0px;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-special .special-wrapper-content .background {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content .background {
    height: 230px;
  }
}
.specials .image-list-special .special-wrapper-content .background .special-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.specials .image-list-special .special-wrapper-content .content {
  height: 104px;
  top: 352px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  margin-left: 32px;
  margin-right: 32px;
  width: 88%;
  max-width: 88%;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content .content {
    top: 253px;
    width: 83%;
    max-width: 83%;
    position: relative;
    text-align: left;
  }
}
.specials .image-list-special .special-wrapper-content .content .desc {
  align-self: stretch;
  height: 64px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  width: 100%;
}
.specials .image-list-special .special-wrapper-content .content .h3 {
  text-decoration: none !important;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
  color: #435363;
  font-size: 1.5rem;
}
.specials .image-list-special .special-wrapper-content .content .h3 a {
  text-decoration: none !important;
  color: #435363;
}
.specials .image-list-special .special-wrapper-content .content .h3 a:hover {
  text-decoration: none;
  color: #435363;
}
.specials .image-list-special .special-wrapper-content .cta-section {
  top: 488px;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  margin-left: 32px;
  margin-right: 32px;
  width: 88%;
  max-width: 88%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-special .special-wrapper-content .cta-section {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content .cta-section {
    width: 83%;
    top: 316px;
    flex-direction: column;
    position: relative;
    gap: 8px;
    margin-top: 24px;
  }
}
.specials .image-list-special .special-wrapper-content .cta-section .cta-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content .cta-section .cta-wrapper {
    height: 41px;
  }
}
.specials .image-list-special .special-wrapper-content .cta-section .cta-wrapper .primary-btn-background {
  padding: 10px 79px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content .cta-section .cta-wrapper .primary-btn-background {
    width: 100%;
    max-width: 100%;
    height: 41px;
    left: 0;
    padding: 10px 120px;
  }
}
.specials .image-list-special .special-wrapper-content .cta-section .cta-wrapper .primary-btn {
  padding: 10px 70px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-special .special-wrapper-content .cta-section .cta-wrapper .primary-btn {
    width: 100%;
    max-width: 100%;
    height: 41px;
    left: 0;
    padding: 10px 113px;
  }
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #5A7A90;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.single-special {
  position: relative;
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .single-special {
    display: flex;
    flex-direction: column;
  }
}
.single-special .offers-background {
  width: 45.8%;
  max-width: 100%;
  overflow: hidden;
  min-height: 100%;
  left: 54%;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special .offers-background {
    width: 100%;
    max-width: 100%;
    left: 0px;
    min-height: 342px;
    height: 342px;
    overflow: hidden;
    display: flex;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .offers-background {
    width: 100%;
    max-width: 100%;
    left: 0px;
    min-height: 342px;
    height: 342px;
    overflow: hidden;
    display: flex;
    position: relative;
  }
}
.single-special .offers-background .offer-image {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special .offers-background .offer-image {
    width: 100%;
    max-width: 100%;
    left: 0px;
    min-height: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .offers-background .offer-image {
    width: 100%;
    max-width: 100%;
    left: 0px;
    height: 342px;
  }
}
.single-special .offer-content-wrapper {
  left: 0px;
  top: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  width: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special .offer-content-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .offer-content-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}
.single-special .offer-content-wrapper .offer-title {
  align-self: stretch;
  color: #5A7A90;
  font-size: 1.5rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
.single-special .offer-content-wrapper .offer-desc {
  align-self: stretch;
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .single-special .offer-content-wrapper .offer-desc a.button {
    margin-bottom: 5px;
    padding: 4px 36px;
  }
}
.single-special .offer-content-wrapper .offer-desc ul {
  list-style: disc;
  margin-left: 40px;
}
.single-special .offer-content-wrapper .offer-desc li {
  list-style: disc;
}
.single-special .offer-content-wrapper .cta-wrapper {
  width: 170px;
  height: 40px;
  position: relative;
}
.single-special .offer-content-wrapper .terms-wrapper {
  align-self: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 0.5px #9C6C49 solid;
  border-bottom: 0.5px #9C6C49 solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}
.single-special .offer-content-wrapper .terms-wrapper .content {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.single-special .offer-content-wrapper .terms-wrapper .content .heading-wrapper {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.single-special .offer-content-wrapper .terms-wrapper .content .heading-wrapper .heading {
  flex: 1 1 0;
  color: #435363;
  font-size: 1rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  line-height: 24px;
  word-wrap: break-word;
}
.single-special .offer-content-wrapper .terms-wrapper .content .conditions {
  align-self: stretch;
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.single-special .offer-content-wrapper .terms-wrapper .content .conditions ul {
  list-style-type: disc;
  padding-left: 40px;
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.specials #content {
  padding-bottom: 50px;
}

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

.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: #435363;
  border-bottom-color: #435363;
  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 {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: #327d7d;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  /*background: rgba(46, 102, 102, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;*/
  width: 100%;
  height: 100%;
  padding: 16px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: white;
  box-shadow: 0px 24px 48px -10px #D5E3EB;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  text-align: center;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  color: #435363;
  font-size: 1rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 3.2px;
  word-wrap: break-word;
}
.map-content a {
  color: #9C6C49;
  text-decoration: none !important;
}
.map-content .button {
  background: #fff;
  text-align: center;
  color: #9C6C49;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
}
.map-content .map-desc {
  width: 288px;
  text-align: center;
  color: #435363;
  font-size: 1rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 24px;
  word-wrap: break-word;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #5A7A90;
  padding: 20px 0;
  background-color: #5A7A90;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #5A7A90;
  display: block;
  margin: 5px 0;
  color: #fff;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #5A7A90;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.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: #fff;
  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 "brandon-grotesque", serif !important;
  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 .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description .centered p {
  color: #fff;
}

.form {
  margin-bottom: 20px;
  height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  font-family: "brandon-grotesque", serif !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form {
    text-align: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .form {
    text-align: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.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: 100%;
  color: #435363;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 1.2px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 5px;
    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: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  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 {
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 0px;
  width: 170px;
  height: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .fieldset-style {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form .fieldset-style {
    gap: 8px;
  }
}
.form .fieldset-style p.odd2 {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 48%;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .form .fieldset-style p.odd2 {
    flex: 0 0 100%;
    gap: 0px;
  }
}
.form .fieldset-style input {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

#form_module_container_errors {
  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 {
  color: green;
}

[id*=form_form_] {
  margin-bottom: 120px;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] {
    margin-bottom: 48px;
  }
}
[id*=form_form_] fieldset + fieldset {
  border-top: solid 0.5px #5A7A90;
}
[id*=form_form_] fieldset:first-of-type {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] fieldset:first-of-type {
    padding-bottom: 48px;
  }
}
[id*=form_form_] fieldset:nth-of-type(2) {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] fieldset:nth-of-type(2) {
    padding-top: 8px;
  }
}
[id*=form_form_] fieldset {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
[id*=form_form_] h3 {
  font-family: "brandon-grotesque", serif !important;
  font-size: 20px;
  font-weight: 390;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #5A7A90;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-block: 40px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] h3 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.08em;
  }
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 100%;
  font-family: "brandon-grotesque", serif !important;
  font-size: 12px;
  font-weight: 390;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #435363;
  font-weight: 390;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
    margin: 0 0 0px;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[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 {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
[id*=form_form_] .select-wrapper {
  min-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-color: #fff;
  border: solid 0.5px #5A7A90;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
}
@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 {
    padding: 0 20px;
    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_] textarea {
  float: left;
  height: 160px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
  color: #5A7A90;
  font-size: 1rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 16px;
  word-wrap: break-word;
}
[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_] .datepicker-input-wrapper {
  min-width: 100%;
  max-width: 100%;
}
@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;
  min-width: 100%;
  max-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: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0px;
  width: 170px;
  height: 40px;
  color: #fff;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20.02px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] > input[type=submit] {
    margin-top: 4px;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
  }
}
[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*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[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: 20px;
}
@media only screen and (max-width: 1023px) {
  [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;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [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 {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@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] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[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: 10px 5px 0 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: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[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 "brandon-grotesque", serif !important;
  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;
  gap: 24px;
  /* .form-builder-field {
      display: inline-flex;
      flex-direction: column;
      flex: 0 0 48%;
      height: 60px;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
  }
  */
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    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;
  margin-bottom: 10px;
}
[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%;
  margin-bottom: 0;
  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] 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-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    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(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    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;
  margin-bottom: 10px;
}
[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%;
  margin-bottom: 0;
  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] 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-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    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;
  margin-bottom: 10px;
}
[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%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [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 {
    margin-bottom: 10px;
  }
}
[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 {
  margin-bottom: 10px;
}
[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.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    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_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group .form-builder-field {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 48%;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group .form-builder-field {
    flex: 0 0 100%;
  }
}
[id*=form_form_] .form-builder-group .form-builder-field p {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 48%;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group .form-builder-field p {
    flex: 0 0 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: #fff;
  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;
}
[id*=form_form_] .form-builder-group.checkboxgroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
[id*=form_form_] .form-builder-group.checkboxgroup span.group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}
[id*=form_form_] .form-builder-group.checkboxgroup span.group label.checkbox-label {
  display: flex;
  align-items: center;
  flex: 0 0 20%;
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 20px;
  word-wrap: break-word;
}
[id*=form_form_] .form-builder-group.more-info {
  width: 100%;
  flex-direction: column;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "brandon-grotesque", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

.poi-zoom {
  color: #54baba;
  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: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #54baba;
  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: #54baba;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}

.poi-overlay {
  text-align: center;
  width: 25%;
  max-width: 669px;
  height: 40px;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  display: inline-flex;
  position: relative;
  z-index: 987;
  top: 77px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .poi-overlay {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: none;
    top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-overlay {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: none;
  }
}
.poi-overlay .category-selector {
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.poi-overlay .category-selector .button {
  color: #5A7A90;
  font-size: 0.875rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  /*

  $icon-step: 60;
  $icon-width: 40px;
  $icon-height: 40px;

  &:before {
  	background: url('../images/poi/icons.svg') no-repeat (-$icon-width) (-$icon-height);
  	content: '';
  	position: absolute;
  	display: block;
  	height: $icon-width;
  	width: $icon-height;
  	top: 0;
  	left: 0;
  }

  &.icon-restaurants-bars:before {
  	background-position: (0 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-shopping:before {
  	background-position: (1 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-zoo:before {
  	background-position: (2 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-theme-parks:before {
  	background-position: (3 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-wineries:before {
  	background-position: (4 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-breakfast:before {
  	background-position: (5 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-attractions:before {
  	background-position: (6 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-places-for-children:before {
  	background-position: (7 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-museums:before {
  	background-position: (8 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-national-monuments:before {
  	background-position: (9 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-farmer-markets:before {
  	background-position: (10 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-nightlife:before {
  	background-position: (11 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-arts-culture:before {
  	background-position: (12 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-hospitals:before {
  	background-position: (13 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-banks:before {
  	background-position: (14 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-spas:before {
  	background-position: (15 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-gardens:before {
  	background-position: (16 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-cafes:before {
  	background-position: (17 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-entertainment:before {
  	background-position: (18 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-golf:before {
  	background-position: (19 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-romantic-spots:before {
  	background-position: (20 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-hidden-gems:before {
  	background-position: (21 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-corporate-offices:before {
  	background-position: (22 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-outdoors:before {
  	background-position: (23 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-lakes:before {
  	background-position: (24 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-rivers:before {
  	background-position: (25 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-beaches:before {
  	background-position: (26 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-hiking:before {
  	background-position: (27 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-places-of-worship:before {
  	background-position: (28 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-sports:before {
  	background-position: (29 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  &.icon-universities:before {
  	background-position: (30 * -$icon-step - ($icon-step - $icon-width) / 2) (-($icon-step - $icon-height) / 2);
  }
  */
}
@media screen and (max-width: 900px) {
  .poi-overlay .category-selector .button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector .button {
    display: none;
  }
}
.poi-overlay .category-selector .active {
  background: #5A7A90;
  color: white;
  height: 100%;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#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;
  }
}
#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;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #9C6C49;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #9C6C49;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #435363;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #435363;
  color: #435363;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #435363;
  color: #435363;
}
#calendar-year .active a:hover {
  border-color: #435363;
  color: #435363;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #9C6C49;
  color: #fff;
}
#calendar-month a.active {
  background: #435363;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #435363;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #435363;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #435363;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#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%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #435363;
  text-align: center;
  font-weight: bold;
}
#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 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@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: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#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: 2em;
}
#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;
  font-size: 0.7em;
  background: #435363;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#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: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  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 #fff;
}
#calendar-days dl dd h3 {
  color: #435363;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#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.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#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 .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 21px;
  font-family: "brandon-grotesque", serif !important;
  color: #435363;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #9C6C49;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
  padding: 10px 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.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 h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "brandon-grotesque", serif !important;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font-size: 4rem;
  line-height: 64px;
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #435363;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #435363;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.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: #435363;
  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: #5A7A90;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #435363;
}
.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 "brandon-grotesque", 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 "brandon-grotesque", sans-serif;
  color: #54baba;
  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: #54baba;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.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: #54baba;
}
.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: #fff;
  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: #54baba;
}
.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: #54baba;
}
.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 "brandon-grotesque", serif !important;
  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: #54baba;
  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: #54baba;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #54baba;
}

.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: "brandon-grotesque", sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "brandon-grotesque", 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: #54baba;
}
.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 16px/44px "brandon-grotesque", sans-serif;
  color: #E04E39;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 40px;
  border: 1px solid #E04E39;
  text-transform: uppercase;
}
.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: #fff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-2 .read-more-link.colored {
  color: #969696;
  border: 1px solid #969696;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #003E66;
  border-color: #003E66;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #003E66;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #5990B4;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: 0;
  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: #E04E39;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
  }
}
.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: #5990b4;
  height: 415px;
  margin-bottom: 20px;
}
@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 "brandon-grotesque", sans-serif;
  background-color: #003E66;
  padding: 25px 35px;
  position: absolute;
  bottom: 55px;
  color: #fff;
  max-width: 890px;
  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;
    background-color: rgba(0, 62, 102, 0.8);
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 22px;
}
.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: #fff;
  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 50px/1 "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  margin-bottom: 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;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 24px;
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #fff;
  margin-left: 10px;
}
.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: 10px;
    top: 10px;
    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 {
  padding: 0 285px 0 35px;
  position: relative;
}
.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 "brandon-grotesque", 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: #003E66;
}
@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: "brandon-grotesque", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "brandon-grotesque", 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: #003E66;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #5990b4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "brandon-grotesque", sans-serif;
  color: #003E66;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header {
    margin-top: 30px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
  font: normal 60px/1 "brandon-grotesque", sans-serif;
  color: #E04E39;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.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: "brandon-grotesque", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #003E66;
  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: "brandon-grotesque", 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: #5990B4;
}
@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: "brandon-grotesque", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #003E66;
  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 "brandon-grotesque", sans-serif;
  color: #5990B4;
  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: #fff;
  padding: 0 30px 0 10px;
  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: 10px;
  margin-top: -2px;
  background-color: #5990B4;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title span {
    padding: 0 20px 0 0;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
    right: 0;
  }
}

@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;
  }
}
.left-right-block-acm {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 740px;
  margin-block: 60px;
  flex: 1;
  gap: 0 80px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .left-right-block-acm {
    gap: 0 60px;
  }
}
@media screen and (max-width: 1240px) {
  .left-right-block-acm {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .left-right-block-acm {
    max-height: unset;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .left-right-block-acm .block-item-content {
    max-width: 496px;
    min-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left-right-block-acm .block-item-content {
    height: 100%;
    min-height: 400px;
  }
}
.left-right-block-acm .block-images img.front-image {
  top: 0;
  right: 0;
  left: unset;
  bottom: unset;
  z-index: 10;
}
.left-right-block-acm .block-images img.back-image {
  top: unset;
  right: unset;
  left: 0;
  bottom: 0;
}
.left-right-block-acm .content-block-container .heading-h1 {
  color: #5A7A90;
  font-family: "brandon-grotesque", serif !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .left-right-block-acm .content-block-container .heading-h1 {
    font-size: 2.5rem;
    line-height: 40px;
    letter-spacing: 0.4px;
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .left-right-block-acm .content-block-container .block-content {
    max-width: 416px;
  }
}
.left-right-block-acm .content-block-container .block-content p a {
  color: #9C6C49;
}
.left-right-block-acm .content-block-container .block-content ul {
  list-style-type: disc;
  font-size: 1.125rem;
  margin-left: 40px;
}
.left-right-block-acm .content-block-container .block-content ul li {
  list-style: disc;
  width: 100%;
}
.left-right-block-acm .block-item-images.right .block-images img.front-image {
  left: 0;
  right: unset;
}
.left-right-block-acm .block-item-images.right .block-images img.back-image {
  left: unset;
  right: 0;
}

body {
  font-family: "brandon-grotesque", serif !important;
  font-size: 1.313rem;
  line-height: 32px;
  color: #435363;
  letter-spacing: 0;
  background: #F7F5F7;
  background: url("../images/Bot-left-cnr-palm.png"), url("../images/Top-right-cnr-palm.png");
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 40%;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 30px;
  }
}

.body-medium {
  font-family: "brandon-grotesque", serif !important;
  font-size: 1rem;
  line-height: 24px;
  color: #435363;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .body-medium {
    font-size: 0.938rem;
    line-height: 16px;
  }
}

.body-small {
  font-family: "brandon-grotesque", serif !important;
  font-size: 0.75rem;
  /* line-height: 24px;*/
  color: #435363;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
}

.overline {
  font-family: "brandon-grotesque", serif !important;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-size: 0.875rem; /*14px*/
  text-transform: uppercase;
  color: #435363;
  word-wrap: break-word;
}

.h1 {
  font-family: "brandon-grotesque", serif !important;
  letter-spacing: 0.32px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 64px;
  font-weight: 390;
  color: #5A7A90;
}
@media only screen and (max-width: 767px) {
  .h1 {
    line-height: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.16px;
  }
}
@media only screen and (max-width: 480px) {
  .h1 {
    line-height: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.4px;
  }
}

.h2 {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 32px;
  font-size: 2rem;
  letter-spacing: 0;
  color: #5A7A90;
  font-weight: 390;
}
@media only screen and (max-width: 767px) {
  .h2 {
    line-height: 32px;
    font-size: 1.875rem;
    letter-spacing: 0px;
  }
}

.h3 {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .h3 {
    line-height: 28px;
    letter-spacing: 0px;
  }
}

.h4 {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 32px;
  font-size: 1.125rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .h4 {
    line-height: 24px;
    letter-spacing: 0.08px;
    font-size: 1.375rem;
  }
}

.h5 {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  font-size: 1rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .h5 {
    line-height: 20px;
    letter-spacing: 1.6px;
    font-size: 1.25rem;
  }
}

p {
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}

ul {
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}

.footer-heading {
  color: #435363;
  font-size: 1.25rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
  word-wrap: break-word;
}

.footer-link {
  color: #5A7A90;
  font-size: 0.875rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
}
.footer-link:hover, .footer-link.active {
  color: #435363;
  text-decoration: underline !important;
  word-wrap: break-word;
}

.primary-btn {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none !important;
  font-size: 0.875rem; /*14px*/
  color: #9C6C49;
  text-align: center;
  font-weight: 420;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
  cursor: pointer;
  padding: 10px 36px;
  word-wrap: break-word;
  letter-spacing: 2.8px;
}
@media only screen and (max-width: 767px) {
  .primary-btn {
    font-size: 0.813rem;
  }
}

.primary-btn:hover {
  background: #9C6C49;
  color: #fff;
}

.primary-btn-background {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  font-size: 0.875rem; /*14px*/
  text-decoration: none !important;
  letter-spacing: 3.2px;
  color: #fff !important;
  text-align: center;
  font-weight: 420;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
  cursor: pointer;
  background: #9C6C49;
  padding: 10px 36px;
}
@media only screen and (max-width: 767px) {
  .primary-btn-background {
    font-size: 0.813rem;
  }
}

.primary-btn-background:hover {
  background: #435363;
  color: #fff;
  border: 0.5px #435363 solid;
}

.primary-btn-longText {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  text-decoration: none;
  font-size: 0.875rem; /*14px*/
  color: #9C6C49;
  text-align: center;
  font-weight: 420;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
  cursor: pointer;
  padding: 10px 109px;
}
@media only screen and (max-width: 767px) {
  .primary-btn-longText {
    font-size: 0.813rem;
  }
}

.primary-btn-longText:hover {
  background: #9C6C49;
  color: #fff;
}

.inner-long-btn {
  background: #9C6C49;
  border-radius: 2px;
  text-align: center;
  color: white !important;
  font-size: 0.875rem; /*14px*/
  font-family: #435363;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
  text-decoration: none !important;
  font-family: "brandon-grotesque", serif !important;
  padding: 10px 120px;
}

.inner-long-btn:hover {
  background: #435363;
  color: #fff;
}

.inner-long-btn-nobck {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #9C6C49;
  font-size: 0.875rem; /*14px*/
  font-family: #435363;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
  text-decoration: none;
  font-family: "brandon-grotesque", serif !important;
  border: 0.5px #9C6C49 solid;
  border-radius: 2px;
  padding: 10px 111px;
}

.inner-long-btn-nobck:hover {
  background: #9C6C49;
  color: #fff;
}

.book-now {
  flex-shrink: 0;
  border-radius: 2px;
  background: #9C6C49;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px; /*14px*/
  font-weight: 420;
  font-family: "brandon-grotesque", serif !important;
  letter-spacing: 2.8px;
  cursor: pointer;
  padding: 10px 36px;
  text-decoration: none;
}

.book-now:hover {
  background: #435363;
}

.virtual-tour-acm {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-acm {
    height: 480px;
    overflow: hidden;
  }
}
.virtual-tour-acm .virtual-content {
  text-align: center;
  color: #fff;
  width: 860px;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-acm .virtual-content {
    width: 100%;
    overflow: hidden;
  }
}
.virtual-tour-acm .virtual-content .content {
  color: #fff;
  text-align: center;
  font-family: "brandon-grotesque", serif !important;
  font-size: 3.938rem;
  font-style: normal;
  font-weight: 390;
  line-height: 64px; /* 100% */
  letter-spacing: 1.28px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-acm .virtual-content .content {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.4px;
  }
}
.virtual-tour-acm .virtual-content .content .sub-heading {
  color: #fff;
  text-align: center;
  font-family: "brandon-grotesque", serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 390;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-acm .virtual-content .content .sub-heading {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.11px;
    word-wrap: break-word;
    width: 265px;
  }
}
.virtual-tour-acm .virtual-content .content .tour {
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  border: 8px solid #fff;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-acm .virtual-content .content .tour {
    width: 148px;
    height: 148px;
  }
}
.virtual-tour-acm .virtual-content .content .tour a {
  text-decoration: none;
  color: #fff;
}
.virtual-tour-acm .virtual-content .content .tour .tour-text {
  color: white;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
  position: relative;
  top: 26px;
}
@media only screen and (max-width: 767px) {
  .virtual-tour-acm .virtual-content .content .tour .tour-text {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 2.6px;
    top: 38px;
  }
}

.special-offers-acm {
  min-height: 732px;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.special-offers-parent-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-direction: row;
}
@media only screen and (max-width: 1240px) {
  .special-offers-parent-container {
    flex-direction: column;
    overflow: hidden;
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offers-parent-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.special-offers-parent-container .offers-intro-content {
  width: 40%;
  height: 100%;
  display: flex;
  left: 18%;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
  top: 20%;
  flex: 1;
}
@media only screen and (max-width: 1445px) {
  .special-offers-parent-container .offers-intro-content {
    left: 15%;
  }
}
@media only screen and (max-width: 1240px) {
  .special-offers-parent-container .offers-intro-content {
    width: 100%;
    max-width: 100%;
    left: 0px;
    margin-top: 24px;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offers-parent-container .offers-intro-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    gap: 24px;
    left: 0px;
    padding-top: 2%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .offers-intro-content {
    width: 100%;
    height: 219px;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    top: 0px;
    left: 0px;
  }
}
.special-offers-parent-container .offers-intro-content .intro-heading {
  width: 42%;
  color: #5A7A90;
  font-size: 4rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .special-offers-parent-container .offers-intro-content .intro-heading {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offers-parent-container .offers-intro-content .intro-heading {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .offers-intro-content .intro-heading {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.4px;
  }
}
.special-offers-parent-container .offers-intro-content .intro-content {
  width: 43%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offers-parent-container .offers-intro-content .intro-content {
    width: 100%;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .offers-intro-content .intro-content {
    width: 342px;
    font-size: 16px;
    line-height: 30px;
  }
}
.special-offers-parent-container .offers-intro-content .intro-cta-container {
  width: 184px;
  height: 40px;
  position: relative;
}
.special-offers-parent-container .offers-intro-content .intro-cta-container .intro-cta-btn {
  width: 184px;
  height: 40px;
  left: 0px;
  top: 0px;
  position: absolute;
}
.special-offers-parent-container .offers-intro-content .intro-cta-container .intro-cta-btn .intro-cta-text {
  left: 40px;
  top: 3px;
  position: absolute;
  text-align: center;
  color: #9C6C49;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
}
.special-offers-parent-container .intro-offers-detail-container {
  width: 60%;
  height: 732px;
  background: url("../images/specials-bck.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding-inline: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 1240px) {
  .special-offers-parent-container .intro-offers-detail-container {
    width: 100%;
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .special-offers-parent-container .intro-offers-detail-container {
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .intro-offers-detail-container {
    flex-direction: column;
    height: auto;
    left: 0px;
    top: 497px;
    padding-block: 40px;
    justify-content: center;
    align-items: center;
  }
}
.special-offers-parent-container .intro-offers-detail-container .card-layout {
  max-width: 340px;
  min-width: 342px;
  display: flex;
  flex-direction: column;
  height: 572px;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
@media only screen and (max-width: 1023px) {
  .special-offers-parent-container .intro-offers-detail-container .card-layout {
    height: 640px;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .intro-offers-detail-container .card-layout {
    min-height: 550px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .special-offers-parent-container .intro-offers-detail-container .card-layout {
    width: 100%;
  }
}
.special-offers-parent-container .intro-offers-detail-container .card-layout .card-image {
  width: 100%;
  max-width: 100%;
  height: 244px;
}
@media only screen and (max-width: 480px) {
  .special-offers-parent-container .intro-offers-detail-container .card-layout .card-image {
    height: 230px;
  }
}
@media only screen and (max-width: 390px) {
  .special-offers-parent-container .intro-offers-detail-container .card-layout .card-image {
    height: 230px;
  }
}
.special-offers-parent-container .intro-offers-detail-container .card-layout .card-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  padding-inline: 24px;
  margin-block: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .intro-offers-detail-container .card-layout .card-content {
    margin: auto;
  }
}
.special-offers-parent-container .intro-offers-detail-container .card-layout .card-title {
  align-self: stretch;
  color: #435363;
  font-size: 1.5rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}
.special-offers-parent-container .intro-offers-detail-container .card-layout .card-info {
  align-self: stretch;
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.special-offers-parent-container .intro-offers-detail-container .card-cta-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
}
@media only screen and (max-width: 767px) {
  .special-offers-parent-container .intro-offers-detail-container .card-cta-container {
    gap: 8px 0;
  }
}
.special-offers-parent-container .intro-offers-detail-container .card-cta-container .card-detail-cta,
.special-offers-parent-container .intro-offers-detail-container .card-cta-container .card-detail-cta-nobackground {
  max-width: 292px;
  min-width: 292px;
  height: 40px;
  width: 100%;
}
.special-offers-parent-container .intro-offers-detail-container .card-cta-container .card-detail-cta .inner-long-btn {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0;
  padding-inline: 0;
  padding-block: 2px;
}
.special-offers-parent-container .intro-offers-detail-container .card-cta-container .card-detail-cta-nobackground .inner-long-btn-nobck {
  display: inline-block;
  max-width: 100%;
  height: 40px;
  width: 100%;
  padding: 0;
  padding-inline: 0;
  padding-block: 2px;
}

.gathering-homepage-acm {
  min-height: 1726px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .gathering-homepage-acm {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm {
    gap: 40px 0;
  }
}
.gathering-homepage-acm .gathering-container {
  width: 100%;
  max-width: 100%;
  height: 878px;
  left: 0px;
  top: 64px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .gathering-container {
    flex-direction: column;
    position: static;
    height: auto;
    overflow: hidden;
  }
}
.gathering-homepage-acm .wedding-container {
  width: 40%;
  height: 100%;
  top: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gathering-homepage-acm .wedding-container {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .wedding-container {
    width: 100%;
    height: auto;
    padding-inline: 24px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .gathering-homepage-acm .wedding-container {
    min-height: 385px;
    gap: 20px;
  }
}
.gathering-homepage-acm .wedding-container .wedding-heading {
  width: 43%;
  color: #435363;
  font-size: 2rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .gathering-homepage-acm .wedding-container .wedding-heading {
    width: 70%;
  }
}
@media only screen and (max-width: 1023px) {
  .gathering-homepage-acm .wedding-container .wedding-heading {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .wedding-container .wedding-heading {
    width: 47%;
    line-height: 32px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .gathering-homepage-acm .wedding-container .wedding-heading {
    width: 100%;
  }
}
.gathering-homepage-acm .wedding-container .wedding-content {
  width: 43%;
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1630px) {
  .gathering-homepage-acm .wedding-container .wedding-content {
    width: 60%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .gathering-homepage-acm .wedding-container .wedding-content {
    width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .gathering-homepage-acm .wedding-container .wedding-content {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .wedding-container .wedding-content {
    height: auto;
  }
}
.gathering-homepage-acm .wedding-container .wedding-cta-container {
  width: 184px;
  height: 40px;
  position: relative;
}
.gathering-homepage-acm .wedding-container .wedding-cta-container .wedding-cta {
  width: 184px;
  height: 40px;
  left: 0px;
  top: 0px;
  position: absolute;
}
.gathering-homepage-acm .wedding-container .wedding-image {
  width: 21%;
  overflow: hidden;
  height: 441px;
  top: 436px;
  position: absolute;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .gathering-homepage-acm .wedding-container .wedding-image {
    width: 27%;
  }
}
@media only screen and (max-width: 1023px) {
  .gathering-homepage-acm .wedding-container .wedding-image {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .wedding-container .wedding-image {
    position: static;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .gathering-homepage-acm .wedding-container .wedding-image img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    max-height: 600px;
    min-height: 342px;
    min-width: 342px;
  }
}
@media only screen and (max-width: 480px) {
  .gathering-homepage-acm .wedding-container .wedding-image img {
    height: 342px;
  }
}
.gathering-homepage-acm .tropical-gathering-background {
  width: 60%;
  height: 878px;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), url("../images/tropical-2.jpg") center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .gathering-homepage-acm .tropical-gathering-background {
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .tropical-gathering-background {
    width: 100%;
    height: 374px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .gathering-homepage-acm .tropical-gathering-background {
    width: 100%;
    height: 374px;
    overflow: hidden;
  }
}
.gathering-homepage-acm .tropical-gathering-background .tropical-gathering-title {
  width: 624px;
  left: 240px;
  top: -56px;
  position: absolute;
  color: #5A7A90;
  font-size: 4rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .gathering-homepage-acm .tropical-gathering-background .tropical-gathering-title {
    left: 108px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gathering-homepage-acm .tropical-gathering-background .tropical-gathering-title {
    width: 50%;
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .tropical-gathering-background .tropical-gathering-title {
    width: 80%;
    max-width: 80%;
    overflow: hidden;
    min-height: 80px;
    overflow: hidden;
    font-size: 2.5rem;
    line-height: 40px;
    letter-spacing: 0.4px;
    top: -5px;
    left: 6%;
  }
}
.gathering-homepage-acm .meetings-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  top: 966px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 80px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .meetings-container {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-inline: 24px;
    gap: 24px;
    position: static;
  }
}
.gathering-homepage-acm .meetings-container .meetings-content {
  width: 40%;
  left: 0px;
  top: 336px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  display: inline-flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gathering-homepage-acm .meetings-container .meetings-content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .meetings-container .meetings-content {
    align-items: flex-start;
    top: 0px;
    width: 100%;
    gap: 24px;
  }
}
.gathering-homepage-acm .meetings-container .meetings-content .meetings-heading {
  width: 336px;
  text-align: right;
  /*color: #435363; 
  font-size: 32px; 
  font-family: Brandon Grotesque; 
  font-weight: 390; 
  text-transform: uppercase; 
  line-height: 32px; */
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .meetings-container .meetings-content .meetings-heading {
    text-align: left;
    margin-right: 24px;
  }
}
.gathering-homepage-acm .meetings-container .meetings-content .content {
  width: 336px;
  text-align: right;
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gathering-homepage-acm .meetings-container .meetings-content .content {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .meetings-container .meetings-content .content {
    text-align: left;
    margin-right: 24px;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    flex: 1;
  }
}
.gathering-homepage-acm .meetings-container .meetings-background-wrapper {
  width: 55%;
  max-width: 60%;
  height: 760px;
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .meetings-container .meetings-background-wrapper {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.gathering-homepage-acm .meetings-container .meetings-background-wrapper .meetings-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .meetings-container .meetings-background-wrapper .meetings-background {
    height: 500px;
    min-width: 342px;
    max-height: 600px;
    min-height: 342px;
  }
}
@media only screen and (max-width: 480px) {
  .gathering-homepage-acm .meetings-container .meetings-background-wrapper .meetings-background {
    height: 342px;
  }
}
.gathering-homepage-acm .rfp-wrapper {
  width: 392px;
  height: 264px;
  left: 23%;
  top: 862px;
  position: absolute;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
@media only screen and (max-width: 1821px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 21%;
  }
}
@media only screen and (max-width: 1665px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 19%;
  }
}
@media only screen and (max-width: 1539px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 18%;
  }
}
@media only screen and (max-width: 1488px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 16%;
  }
}
@media only screen and (max-width: 1364px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 14%;
  }
}
@media only screen and (max-width: 1264px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 12%;
  }
}
@media only screen and (max-width: 1180px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 9%;
  }
}
@media only screen and (max-width: 1064px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 1%;
  }
}
@media only screen and (max-width: 1024px) {
  .gathering-homepage-acm .rfp-wrapper {
    left: 5%;
  }
}
.gathering-homepage-acm .rfp-wrapper .rfp-content {
  width: 376px;
  height: 248px;
  left: 8px;
  top: 8px;
  position: absolute;
  background: white;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
}
.gathering-homepage-acm .rfp-wrapper .rfp-content .rfp-info {
  height: 128px;
  width: 328px;
  top: 36px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
  margin-left: 24px;
  margin-right: 24px;
}
.gathering-homepage-acm .rfp-wrapper .rfp-content .rfp-info .rfp-heading {
  width: 100%;
  text-align: center;
  color: #9C6C49;
  font-size: 24px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
.gathering-homepage-acm .rfp-wrapper .rfp-content .rfp-info .content {
  width: 328px;
  text-align: center;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.gathering-homepage-acm .rfp-wrapper .rfp-content .rfp-info .rfp-cta-wrapper {
  top: 151px;
  position: absolute;
  background: #9C6C49;
}
.gathering-homepage-acm .rfp-wrapper .rfp-content .rfp-info .rfp-cta-wrapper .inner-long-btn {
  padding: 10px 53px;
}
@media only screen and (max-width: 767px) {
  .gathering-homepage-acm .rfp-wrapper {
    display: none;
  }
}

.dine-drink-slider-acm {
  width: 100%;
  overflow: hidden;
  height: 944px;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .dine-drink-slider-acm {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm {
    padding: 0px;
    min-height: 905px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm {
    padding: 0px;
    height: 937px;
    flex-direction: column;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dine-drink-slider-acm .dine-slider-wrapper .column-with-background {
  width: 40%;
  height: 944px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: url("../images/sand.png");
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .column-with-background {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    min-height: 350px;
    display: flex;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .column-with-background {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    height: 477px;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 20px;
  position: absolute;
  gap: 187px;
  min-height: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper {
    left: 0px;
    top: 16px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper {
    left: 0px;
    top: 16px;
    flex-direction: column;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
  width: 19%;
  word-wrap: break-word;
  letter-spacing: 1.28px;
  text-align: left;
  position: relative;
  left: 7%;
}
@media only screen and (max-width: 1686px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 22%;
  }
}
@media only screen and (max-width: 1454px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 24%;
  }
}
@media only screen and (max-width: 1330px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 26%;
  }
}
@media only screen and (max-width: 1234px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 60%;
  }
}
@media only screen and (max-width: 1164px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 88%;
    height: 80px;
    left: -28px;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    width: 100%;
    height: 80px;
    left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    left: 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .dine-slider-title {
    margin-bottom: 20px;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
  width: 60%;
  position: relative;
  flex-direction: column;
  gap: 40px;
  display: flex;
  text-align: left;
  left: 20%;
  height: 100%;
  flex: 1;
}
@media only screen and (max-width: 1234px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    left: 11%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 88%;
    height: 90px;
    left: 0px;
    top: -179px;
    margin-right: 24px;
    margin-left: 24px;
    gap: 24px;
  }
}
@media only screen and (max-width: 1164px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    left: 10%;
  }
}
@media only screen and (max-width: 1019px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    max-width: 100%;
    top: -178px;
    left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    height: 100%;
    left: 0px;
    top: -179px;
    gap: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    top: -209px;
  }
}
@media only screen and (max-width: 480px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0px;
    top: -208px;
    margin-right: 24px;
    margin-left: 24px;
    gap: 24px;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section .content {
  width: 60%;
  max-width: 100%;
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 342px;
    height: 90px;
    left: 0px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1164px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 80%;
  }
}
@media only screen and (max-width: 1019px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 80%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 100%;
    height: 90px;
    left: 0px;
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .dine-drink-slider-acm .dine-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 100%;
    height: 100%;
    left: 0px;
    font-size: 16px;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper .dine-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 600px;
  left: 0px;
  top: 264px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .dine-slider {
    top: 310px;
    height: 574px;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .dine-slider {
    top: 317px;
    height: 574px;
  }
}
@media only screen and (max-width: 480px) {
  .dine-drink-slider-acm .dine-slider-wrapper .dine-slider {
    top: 374px;
    min-height: 559px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 390px) {
  .dine-drink-slider-acm .dine-slider-wrapper .dine-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 559px;
  }
}
.dine-drink-slider-acm .dine-slider-wrapper .dine-slider .slider {
  width: 1064px;
  height: 600px;
  left: 188px;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-drink-slider-acm .dine-slider-wrapper .dine-slider .slider {
    width: 342px;
    height: 228px;
    top: 296px;
  }
}
@media only screen and (max-width: 767px) {
  .dine-drink-slider-acm .dine-slider-wrapper .dine-slider .slider {
    width: 342px;
    height: 228px;
    top: 296px;
  }
}

.dine-swiper-container {
  width: 100%;
  height: 600px;
  min-height: 600px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /* fix arrows position */
}
.dine-swiper-container .swiper-slide .caption {
  width: 366px;
  height: 420px;
  background: pink;
  z-index: 99;
  position: absolute;
  top: 87px;
  bottom: 0px;
  right: -107px;
}
.dine-swiper-container .swiper-slide.swiper-slide-active {
  position: relative;
  left: -227px;
  width: 74% !important;
}
@media screen and (max-width: 1600px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    left: -200px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    left: -161px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    width: 43% !important;
    max-width: 50%;
    overflow: hidden;
    left: -78px;
  }
}
@media only screen and (max-width: 1019px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    width: 70% !important;
    max-width: 70%;
    left: -8%;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    width: 70% !important;
    max-width: 70%;
    overflow: hidden;
    left: -6%;
  }
}
@media only screen and (max-width: 640px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    width: 80% !important;
    max-width: 80%;
    overflow: hidden;
    left: -10%;
  }
}
@media only screen and (max-width: 480px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    left: -18%;
  }
}
@media only screen and (max-width: 390px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    left: -20%;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-active img {
  max-width: 88%;
  width: 100%;
  overflow: hidden;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active img {
    width: 85% !important;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 390px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active img {
    width: 88% !important;
    max-width: 100%;
    overflow: hidden;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
  width: 35.7%;
  max-width: 336px;
  min-width: 336px;
  height: 420px;
  left: 75%;
  top: 110px;
  position: absolute;
  background: white;
  box-shadow: 0px 24px 48px -10px #D5E3EB;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 67%;
    width: 47.7%;
  }
}
@media only screen and (max-width: 1148px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    width: 316px;
    left: 13px;
    height: 350px;
    top: 171px;
  }
}
@media only screen and (max-width: 1019px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    width: 50%;
    left: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    width: 100%;
    max-width: 316px;
    min-width: 316px;
    left: 14%;
    height: 350px;
    top: 171px;
  }
}
@media only screen and (max-width: 640px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 12%;
  }
}
@media only screen and (max-width: 540px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 7%;
  }
}
@media only screen and (max-width: 640px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 3%;
  }
}
@media only screen and (max-width: 393px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 2%;
  }
}
@media only screen and (max-width: 390px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 4%;
  }
}
@media only screen and (max-width: 383px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption {
    left: 2%;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper {
  width: 86%;
  height: 372px;
  left: 24px;
  top: 24px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper {
    left: 22px;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .content {
  width: 100%;
  height: 174.5px;
  left: 0px;
  top: 0px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  overflow: hidden;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .content .info {
  height: 128px;
  position: relative;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .content .info .dining-name {
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  color: #435363;
  font-size: 24px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .content .info .dining-content {
  width: 100%;
  left: 0px;
  top: 64px;
  position: relative;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .overline.dine-overline {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .overline-border {
  width: 100%;
  height: 0px;
  left: 0px;
  top: 30.5px;
  position: absolute;
  border-top: 0.5px #5A7A90 solid;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper {
  width: 100%;
  height: 96px;
  left: 0px;
  top: 276px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper {
    top: 212px;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper {
    top: 212px;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper .cta-1 {
  left: 0px;
  top: 56px;
  position: absolute;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper .cta-1 .inner-long-btn {
  padding: 10px 78px;
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper .cta-1 .inner-long-btn {
    padding: 10px 77px;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper .cta-2 {
  left: 0px;
  top: 0px;
  position: absolute;
}
.dine-swiper-container .swiper-slide.swiper-slide-active .slider-caption .content-wrapper .cta-wrapper .cta-2 .inner-long-btn-nobck {
  padding: 10px 103px;
}
.dine-swiper-container img.roomImageSlider {
  opacity: 0.5;
}
.dine-swiper-container .swiper-slide img {
  width: 100%;
  overflow: hidden;
  height: 600px;
  min-height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 228px;
    overflow: hidden;
    left: -91px;
    min-height: 228px;
  }
}
@media only screen and (max-width: 1019px) {
  .dine-swiper-container .swiper-slide img {
    height: 400px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 228px;
    overflow: hidden;
    left: -91px;
    min-height: 228px;
  }
}
.dine-swiper-container .swiper-wrapper {
  align-items: center;
  position: relative;
}
.dine-swiper-container .swiper-slide.swiper-slide-next {
  position: relative;
  left: -5%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide.swiper-slide-next {
    left: -76px;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide.swiper-slide-next {
    left: -6%;
  }
}
@media only screen and (max-width: 640px) {
  .dine-swiper-container .swiper-slide.swiper-slide-next {
    left: -16%;
  }
}
@media only screen and (max-width: 480px) {
  .dine-swiper-container .swiper-slide.swiper-slide-next {
    left: -35%;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-next .slider-caption {
  display: none;
}
.dine-swiper-container .swiper-slide.swiper-slide-prev {
  position: relative;
  left: -20%;
}
@media screen and (max-width: 1600px) {
  .dine-swiper-container .swiper-slide.swiper-slide-prev {
    left: -286px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .dine-swiper-container .swiper-slide.swiper-slide-prev {
    left: -247px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-slide.swiper-slide-prev {
    left: -229px;
  }
}
@media only screen and (max-width: 1019px) {
  .dine-swiper-container .swiper-slide.swiper-slide-prev {
    left: -16%;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-slide.swiper-slide-prev {
    left: -13%;
  }
}
@media only screen and (max-width: 480px) {
  .dine-swiper-container .swiper-slide.swiper-slide-prev {
    left: -17%;
  }
}
.dine-swiper-container .swiper-slide.swiper-slide-prev .slider-caption {
  opacity: 0;
}
.dine-swiper-container .swiper-button-next {
  z-index: 99;
  right: 7%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 307px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .dine-swiper-container .swiper-button-next {
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-button-next {
    display: none;
  }
}
.dine-swiper-container .swiper-button-prev {
  z-index: 99;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 307px;
  left: 6% !important;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .dine-swiper-container .swiper-button-prev {
    left: 8% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .dine-swiper-container .swiper-button-prev {
    left: 3% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dine-swiper-container .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dine-swiper-container .swiper-button-prev {
    display: none;
  }
}

.poi-map-acm {
  margin-bottom: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .poi-map-acm {
    position: relative;
    top: 74px;
  }
}
@media only screen and (max-width: 480px) {
  .poi-map-acm {
    position: relative;
    top: 0px;
  }
}
.poi-map-acm .poi-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .poi-map-acm .poi-header {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-map-acm .poi-header .h1 {
    width: 50%;
    text-align: center;
  }
}
.poi-map-acm #map {
  width: 100%;
  overflow: hidden;
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .poi-map-acm #map {
    width: 100%;
    height: 540px;
  }
}
.poi-map-acm #map .leaflet-bar a {
  color: #9C6C49 !important;
}
.poi-map-acm #map .leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
  width: 320px !important;
  height: 152px;
}
.poi-map-acm #map .leaflet-popup-content p {
  margin: 0px !important;
}
.poi-map-acm #map .leaflet-container a {
  color: #9C6C49 !important;
  text-decoration: none !important;
}
.poi-map-acm #map .leaflet-container a {
  -webkit-tap-highlight-color: #9C6C49 !important;
}
.poi-map-acm #map .leaflet-control-container .leaflet-bottom,
.poi-map-acm #map .leaflet-control-container .leaflet-top {
  z-index: 950;
}
.poi-map-acm #map .leaflet-popup-content-wrapper {
  height: 170px !important;
}

#web-cam-iframe {
  position: relative;
  width: 800px;
  height: 450px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  #web-cam-iframe {
    margin-bottom: 60px;
  }
}

.rooms-slider-acm {
  width: 100%;
  overflow: hidden;
  height: 944px;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .rooms-slider-acm {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm {
    padding: 0px;
    height: 905px;
    flex-direction: column;
    top: -28px;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-slider-acm {
    height: 1110px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm {
    padding: 0px;
    height: 844px;
    min-height: 700px;
    flex-direction: column;
    margin-top: 60px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .column-with-background {
  width: 46.3%;
  height: 944px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: url("../images/sand.png");
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .rooms-slider-acm .rooms-slider-wrapper .column-with-background {
    width: 45.6%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .rooms-slider-acm .rooms-slider-wrapper .column-with-background {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper .column-with-background {
    width: 100%;
    height: 477px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .column-with-background {
    width: 100% !important;
    height: 600px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 42px;
  position: absolute;
  gap: 187px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper {
    width: 100%;
    gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper {
    margin-left: 0px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper {
    left: 0px;
    top: 16px;
    gap: 24px;
    margin-left: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper {
    min-height: 290px;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper {
    min-height: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .primary-btn {
    color: #5a7a90 !important;
    border: 0.5px #5a7a90 solid !important;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
  width: 17%;
  word-wrap: break-word;
  letter-spacing: 1.28px;
  text-align: left;
  position: relative;
  left: 6%;
}
@media screen and (max-width: 1600px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
    width: 21%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
    width: 23%;
    left: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
    width: 34%;
    left: 0px;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
    width: 100%;
    height: 219px;
    left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .rooms-slider-title {
    width: 68%;
    max-width: 100%;
    height: 100%;
    left: 0px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section {
  width: 60%;
  position: relative;
  flex-direction: column;
  gap: 40px;
  display: flex;
  text-align: left;
  left: 16%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section {
    flex: 1;
    left: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    left: 0px;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    left: 0px;
    top: -187px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    gap: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-right: 24px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section .content {
  width: 60%;
  max-width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    height: 90px;
    left: 0px;
    font-size: 16px;
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section .cta-wrapper {
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section .cta-wrapper {
    top: -28px;
  }
}
@media only screen and (max-width: 583px) {
  .rooms-slider-acm .rooms-slider-wrapper .top-content-wrapper .slider-intro-section .cta-wrapper {
    top: 0px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .rooms-slider {
  width: 100%;
  height: 600px;
  left: 0px;
  top: 264px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm .rooms-slider-wrapper .rooms-slider {
    top: 365px;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-slider-acm .rooms-slider-wrapper .rooms-slider {
    top: 279px;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-slider-acm .rooms-slider-wrapper .rooms-slider {
    top: 297px;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-slider-acm .rooms-slider-wrapper .rooms-slider {
    top: 330px;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-slider-acm .rooms-slider-wrapper .rooms-slider {
    top: 330px;
  }
}
.rooms-slider-acm .rooms-slider-wrapper .rooms-slider .slider {
  width: 1064px;
  height: 600px;
  left: 188px;
  top: 0px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm .rooms-slider-wrapper .rooms-slider .slider {
    width: 342px;
    height: 228px;
    top: 296px;
  }
}

.rooms-swiper-container {
  width: 100%;
  height: 600px;
  min-height: 600px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /* fix arrows position */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container {
    margin-top: 40px;
    height: 660px;
    min-height: 660px;
  }
}
.rooms-swiper-container .swiper-slide .caption {
  width: 366px;
  height: 420px;
  background: pink;
  z-index: 99;
  position: absolute;
  top: 87px;
  bottom: 0px;
  right: -107px;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active {
  position: relative;
  left: -12%;
  width: 74% !important;
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    width: 70% !important;
    left: -8%;
  }
}
@media only screen and (max-width: 834px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    left: -16%;
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    left: -160px;
    width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    width: 80% !important;
    left: -15%;
  }
}
@media only screen and (max-width: 518px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    left: -14%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    width: 90% !important;
    left: -19%;
  }
}
@media only screen and (max-width: 402px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    left: -17%;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active {
    width: 90% !important;
    left: -19%;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper {
    display: flex;
    justify-content: center;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper img {
  max-width: 90%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper img {
    width: 95%;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
  position: absolute;
  left: unset;
  right: 0;
  top: 110px;
  width: 100%;
  max-height: 420px;
  max-width: 336px;
  min-width: 336px;
  background: white;
  box-shadow: 0px 24px 48px -10px #D5E3EB;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    width: 46.7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    top: 57px;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    width: 50%;
    top: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    width: 52%;
    top: 140px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 640px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    top: 41%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    width: 80%;
  }
}
@media only screen and (max-width: 440px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    width: 100%;
    max-width: 316px;
    min-width: 316px;
  }
}
@media only screen and (max-width: 360px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption {
    max-width: 294px;
    min-width: 294px;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: white;
  width: 100%;
  box-shadow: 0px 24px 48px -10px #D5E3EB;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  width: 86%;
  height: 100%;
  margin: 24px auto;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .starting-price {
  position: relative;
  height: 30.5px;
  width: 100%;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .starting-price .content-border {
  width: 100%;
  max-width: 100%;
  height: 0px;
  left: 0px;
  top: 30.5px;
  position: absolute;
  border: 0.5px #5A7A90 solid;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .starting-price .price-text .starting-from-text {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .starting-price .price-text .back-line-nt {
  font-weight: bold;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .starting-price .price-text .price {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
  font-weight: bold;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-name {
  width: 100%;
  color: #435363;
  font-size: 1.5rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-name {
    font-size: 1.375rem;
    line-height: 24px;
    letter-spacing: 0.11px;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-name {
    font-size: 1.375rem;
    line-height: 24px;
    letter-spacing: 0.11px;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .square-ft {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .square-ft .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .square-ft .icon-wrapper img.room-icon {
  max-width: 32px;
  width: 100%;
  height: 32px;
  min-height: 32px;
  overflow: hidden;
  left: 0px;
  top: 0px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .square-ft .text {
  color: #435363;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .divider {
  width: 100%;
  max-width: 100%;
  height: 0px;
  border-top: 0.5px #5A7A90 solid;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .sleep-info {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .sleep-info .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .sleep-info .icon-wrapper img.room-icon {
  max-width: 32px;
  width: 100%;
  height: 32px;
  min-height: 32px;
  overflow: hidden;
  left: 0px;
  top: 0px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .sleep-info .text {
  color: #435363;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .bed-info {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .bed-info .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .bed-info .icon-wrapper img.room-icon {
  max-width: 32px;
  width: 100%;
  height: 32px;
  min-height: 32px;
  overflow: hidden;
  left: 0px;
  top: 0px;
  position: absolute;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .bed-info .text {
  color: #435363;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .view-info {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .view-info .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .view-info .icon-wrapper img.room-icon {
  max-width: 32px;
  width: 100%;
  height: 32px;
  min-height: 32px;
  overflow: hidden;
  left: 0px;
  top: 0px;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .room-details .view-info .text {
  color: #435363;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: 100%;
  max-width: 100%;
}
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .cta-wrapper .inner-long-btn,
.rooms-swiper-container .swiper-slide.swiper-slide-active .slideshow-wrapper .slider-caption .caption-container .content-wrapper .cta-wrapper .inner-long-btn-nobck {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
@media only screen and (max-width: 393px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-duplicate {
    left: -10%;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-duplicate {
    left: -14%;
  }
}
.rooms-swiper-container .swiper-slide img {
  width: 100%;
  overflow: hidden;
  height: 600px;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container .swiper-slide img {
    height: 620px;
    min-height: 620px;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-slide img {
    height: 400px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .rooms-swiper-container .swiper-slide img {
    height: 320px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide img {
    width: 342px;
    height: 297px;
    overflow: hidden;
    left: -91px;
    min-height: 228px;
  }
}
.rooms-swiper-container img.roomImageSlider {
  opacity: 0.5;
}
.rooms-swiper-container .swiper-wrapper {
  align-items: center;
  position: relative;
}
.rooms-swiper-container .swiper-slide.swiper-slide-next {
  position: relative;
  height: 100%;
  left: -6%;
}
.rooms-swiper-container .swiper-slide.swiper-slide-next .slider-caption {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: 16%;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -5%;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -6%;
  }
}
@media only screen and (max-width: 834px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -12%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -14%;
  }
}
@media only screen and (max-width: 640px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -13%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -24%;
  }
}
@media only screen and (max-width: 440px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -24%;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-next {
    left: -26%;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-prev {
  position: relative;
  height: 100%;
  left: -17%;
}
.rooms-swiper-container .swiper-slide.swiper-slide-prev .slider-caption {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -17%;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -20%;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -16%;
  }
}
@media only screen and (max-width: 834px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -19%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -12%;
  }
}
@media only screen and (max-width: 719px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -17%;
  }
}
@media only screen and (max-width: 660px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -19%;
  }
}
@media only screen and (max-width: 640px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -25%;
  }
}
@media only screen and (max-width: 580px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -27%;
  }
}
@media only screen and (max-width: 548px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -31%;
  }
}
@media only screen and (max-width: 518px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -37%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -59%;
  }
}
@media only screen and (max-width: 480px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -42%;
  }
}
@media only screen and (max-width: 440px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -49%;
  }
}
@media only screen and (max-width: 418px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -53%;
  }
}
@media only screen and (max-width: 462px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -46%;
  }
}
@media only screen and (max-width: 442px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -49%;
  }
}
@media only screen and (max-width: 418px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -53%;
  }
}
@media only screen and (max-width: 390px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -59%;
  }
}
@media only screen and (max-width: 360px) {
  .rooms-swiper-container .swiper-slide.swiper-slide-prev {
    left: -66%;
  }
}
.rooms-swiper-container .swiper-slide.swiper-slide-prev .slideshow-wrapper .slider-caption {
  opacity: 0;
}
.rooms-swiper-container .swiper-button-next {
  z-index: 99;
  right: 8%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 307px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container .swiper-button-next {
    right: 10%;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-button-next {
    display: none;
  }
}
.rooms-swiper-container .swiper-button-prev {
  z-index: 99;
  left: 140px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 307px;
  left: 8% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-swiper-container .swiper-button-prev {
    left: 4% !important;
  }
}
@media only screen and (max-width: 1019px) {
  .rooms-swiper-container .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-swiper-container .swiper-button-prev {
    display: none;
  }
}

.left-right-block-acm {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 740px;
  margin-block: 60px;
  flex: 1;
  gap: 0 80px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .left-right-block-acm {
    gap: 0 60px;
  }
}
@media screen and (max-width: 1240px) {
  .left-right-block-acm {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .left-right-block-acm {
    max-height: unset;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .left-right-block-acm .block-item-content {
    max-width: 496px;
    min-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left-right-block-acm .block-item-content {
    height: 100%;
    min-height: 400px;
  }
}
.left-right-block-acm .block-images img.front-image {
  top: 0;
  right: 0;
  left: unset;
  bottom: unset;
  z-index: 10;
}
.left-right-block-acm .block-images img.back-image {
  top: unset;
  right: unset;
  left: 0;
  bottom: 0;
}
.left-right-block-acm .content-block-container .heading-h1 {
  color: #5A7A90;
  font-family: "brandon-grotesque", serif !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .left-right-block-acm .content-block-container .heading-h1 {
    font-size: 2.5rem;
    line-height: 40px;
    letter-spacing: 0.4px;
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .left-right-block-acm .content-block-container .block-content {
    max-width: 416px;
  }
}
.left-right-block-acm .content-block-container .block-content p a {
  color: #9C6C49;
}
.left-right-block-acm .content-block-container .block-content ul {
  list-style-type: disc;
  font-size: 1.125rem;
  margin-left: 40px;
}
.left-right-block-acm .content-block-container .block-content ul li {
  list-style: disc;
  width: 100%;
}
.left-right-block-acm .block-item-images.right .block-images img.front-image {
  left: 0;
  right: unset;
}
.left-right-block-acm .block-item-images.right .block-images img.back-image {
  left: unset;
  right: 0;
}

.instagram-feed-acm {
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
}
.instagram-feed-acm .socials-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  text-align: center;
}
.instagram-feed-acm .socials-wrapper .center-column.page-content {
  padding: 30px 0;
  width: 100%;
  position: static;
}
.instagram-feed-acm .social-link {
  width: 100%;
  color: #9C6C49;
  font-size: 2rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 40px;
  word-wrap: break-word;
  text-align: center;
}
.instagram-feed-acm .social-link .text-link {
  color: #9C6C49;
}
.instagram-feed-acm .social-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.instagram-feed-acm .social-group .social-group-link {
  text-decoration: none;
}
.instagram-feed-acm .social-group .social-group-link .social-icon {
  width: 100%;
  height: 40px;
  max-width: 40px;
}
.instagram-feed-acm .photo-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 184px;
  gap: 24px;
}
.instagram-feed-acm .photo-list .c-instagram-feed__item.photo {
  display: flex;
  width: 184px;
  height: 100%;
}
.instagram-feed-acm a.c-instagram-feed__link {
  width: 100%;
  max-width: 100%;
}
.instagram-feed-acm a.c-instagram-feed__link .c-instagram-feed__text {
  visibility: hidden;
}
.instagram-feed-acm a.c-instagram-feed__link .c-instagram-feed__like-count {
  visibility: hidden;
}
.instagram-feed-acm a.c-instagram-feed__link .c-instagram-feed__comment-count {
  visibility: hidden;
}
.instagram-feed-acm a.c-instagram-feed__link .c-instagram-feed__date {
  visibility: hidden;
}
.instagram-feed-acm .slideshow-wrapper .swiper-slide {
  width: 184px !important;
  max-width: 184px;
  overflow: hidden;
}
.instagram-feed-acm .arrows-wrapper {
  position: relative;
  top: -123px;
}
.instagram-feed-acm .arrows-wrapper button.slideshow-button.previous.white {
  position: absolute;
  left: -4%;
}
.instagram-feed-acm .arrows-wrapper button.slideshow-button.next.white {
  position: absolute;
  right: -4%;
}
.instagram-feed-acm section.c-instagram-feed {
  padding-top: 40px;
}
.instagram-feed-acm .slideshow.instagram-swiper-container.swiper-container-horizontal {
  max-width: 1368px;
}
.two-col-hero-acm {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 844px;
  position: relative;
  display: flex;
  margin-top: 128px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm {
    flex: 1;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm {
    max-width: 100%;
    margin-top: 0px;
    overflow: auto;
    height: auto;
    flex: 1;
  }
}
.two-col-hero-acm .hero-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper {
    flex-direction: column;
    flex: 1;
  }
}
.two-col-hero-acm .hero-wrapper .offset-image {
  width: 40%;
  height: 689px;
  left: 171px;
  top: 0px;
  position: relative;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
  background: url("../images/pool.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1186px) {
  .two-col-hero-acm .hero-wrapper .offset-image {
    left: 110px;
  }
}
@media only screen and (max-width: 1100px) {
  .two-col-hero-acm .hero-wrapper .offset-image {
    left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .offset-image {
    width: 100%;
    left: 0px;
    top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper .offset-image {
    width: 100%;
    height: 260px;
    left: 0px;
  }
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage {
  background: url("../images/footer-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage {
    width: 100%;
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
  }
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper {
  top: 236px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  margin-left: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper {
    width: 90%;
    align-items: center;
    padding-inline: 80px;
    flex: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper {
    position: relative;
    padding-block: 40px;
    margin-left: 0;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper {
    padding-inline: 24px;
  }
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: flex;
  min-height: 600px;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content {
    flex: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content {
    margin-right: 0px;
    gap: 24px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .hero-h1 {
  width: 496px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .hero-h1 {
    width: 100%;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .hero-h1 {
    font-size: 2.5rem;
    width: 100%;
  }
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info {
  width: 496px;
  color: #435363;
  font-size: 21px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info {
    line-height: 30px;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info .button {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none !important;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  font-weight: 420;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
  cursor: pointer;
  padding: 10px 36px;
  word-wrap: break-word;
  letter-spacing: 2.8px;
  background: #9C6C49;
  display: inline;
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info .button:hover {
  background: #5A7A90;
  border: 0.5px #5A7A90 solid;
  color: #fff;
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info p .button {
  font-family: "brandon-grotesque", serif !important;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none !important;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  font-weight: 420;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
  cursor: pointer;
  padding: 10px 36px;
  word-wrap: break-word;
  letter-spacing: 2.8px;
  background: #9C6C49;
  display: inline;
}
.two-col-hero-acm .hero-wrapper .hero-backgroundImage .hero-content-wrapper .content .info p .button:hover {
  background: #5A7A90;
  border: 0.5px #5A7A90 solid;
  color: #fff;
}

.amenities-icons-acm {
  width: 100%;
  height: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .amenities-icons-acm {
    margin-bottom: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-icons-acm {
    margin-bottom: 64px;
  }
}
.amenities-icons-acm .amenities-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}
@media only screen and (max-width: 1023px) {
  .amenities-icons-acm .amenities-wrapper {
    margin-top: -60px;
  }
}
.amenities-icons-acm .amenities-wrapper .room-amenities-heading {
  text-align: center;
  font-size: 2rem;
}
.amenities-icons-acm .amenities-wrapper .wrapper {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  border-right: 0.5px solid #5a7a90;
  border-top: 0.5px solid #5a7a90;
  /*.icon-container{
      width: 100%;  
      justify-content: center;
      align-items: center;
      height: 128px; 
      left: 0px; 
      top: 128px; 
      flex-wrap: wrap;
      position: absolute;
      */
}
.amenities-icons-acm .amenities-wrapper .wrapper .icon-column {
  width: 25%;
  height: 128px;
  padding: 24px;
  left: 0px;
  top: 0px;
  position: relative;
  border-left: 0.5px solid #5a7a90;
  border-bottom: 0.5px solid #5a7a90;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .amenities-icons-acm .amenities-wrapper .wrapper .icon-column {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-icons-acm .amenities-wrapper .wrapper .icon-column {
    width: 50%;
    height: 56px;
    padding: 16px;
  }
}
.amenities-icons-acm .amenities-wrapper .wrapper .icon-column .icon {
  position: relative;
  display: flex;
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .amenities-icons-acm .amenities-wrapper .wrapper .icon-column .icon {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-icons-acm .amenities-wrapper .wrapper .icon-column .icon {
    width: 48px;
  }
}
.amenities-icons-acm .amenities-wrapper .wrapper .icon-column .icon img {
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
}
.amenities-icons-acm .amenities-wrapper .wrapper .icon-column .amenitity-type {
  max-width: 172px;
  color: #435363;
  font-size: 16px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  .amenities-icons-acm .amenities-wrapper .wrapper .icon-column .amenitity-type {
    font-size: 12px;
    line-height: 12px; /* 100% */
    letter-spacing: 0.24px;
  }
}

.rooms-listing-layout-acm {
  width: 90%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-left: 0%;
}
@media only screen and (max-width: 1023px) {
  .rooms-listing-layout-acm {
    width: 100%;
    margin-left: 0px;
  }
}
.rooms-listing-layout-acm .filter-container {
  width: 30%;
  height: 100%;
  padding: 24px;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  display: inline-flex;
}
.rooms-listing-layout-acm .filter-container .filter-heading {
  color: #435363;
  font-size: 1.25rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.rooms-listing-layout-acm .filter-container .filter-cat {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  width: 244px;
}
.rooms-listing-layout-acm .room-info-container {
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 40px;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider {
  width: 100%;
  height: 480px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  max-width: 100%;
  /*
        .slider-wrapper{
            width:100%;
            height:100%;
            overflow:hidden;

            .room-image{
                width:100%;
                max-width:100%;
            }
        }
        */
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper {
  height: 100%;
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper .swiper-button-prev,
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper .swiper-button-next {
  position: absolute;
  cursor: pointer;
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper .swiper-button-prev {
  left: 0;
  bottom: 0;
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper .swiper-button-next {
  left: 50px;
  transform: rotate(180deg);
  transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider {
    height: 220px;
  }
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper.swiper-container-horizontal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper.swiper-container-horizontal .swiper-slide {
  width: 100% !important;
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper.swiper-container-horizontal .swiper-button-prev,
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper.swiper-container-horizontal .swiper-button-next {
  position: absolute;
  top: 219px;
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .slider-roomsLayout-wrapper.swiper-container-horizontal .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.rooms-listing-layout-acm .room-info-container .room-layout-gallery-slider .gallery-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  bottom: 3px;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 32px 24px;
  width: 100%;
  background: white;
  overflow: hidden;
  /*
        .hide-info{
           // display:none;
        }
        */
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section {
    flex-direction: column;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail {
    text-align: left;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .price-info {
  height: 31px;
  position: relative;
  width: 100%;
  display: none;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .price-info .divider {
  width: 100%;
  height: 0px;
  border-top: 0.5px #5a7a90 solid;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .price-info .text {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .price-info .text-2 {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .room-name {
  width: 100%;
  color: #435363;
  font-size: 32px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .room-name {
    font-size: 22px;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .detail .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features .feature-info {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0.5px #435363 solid;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  max-width: 288px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features .feature-info {
    max-width: 100%;
    gap: 0px;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features .feature-info .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features .feature-info .icon-wrapper .room-icon {
  width: 100%;
  max-width: 32px;
  overflow: hidden;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features .feature-info .text {
  width: 252px;
  color: #435363;
  font-size: 12px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .top-section .features .feature-info .text {
    width: 30%;
    text-align: left;
    margin-left: 16px;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .divider-long {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 0px;
  left: 0px;
  top: 0px;
  border-top: 0.5px #5a7a90 solid;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .divider-long {
    display: none;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail {
  width: 100%;
  height: 60px;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail .cta-wrapper {
  width: 50%;
  top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail .cta-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail .cta-wrapper .inner-long-btn {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 40px;
    padding-left: 40px;
    height: 100%;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail .more-details {
  top: 30px;
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", 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: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .more-detail .more-details {
    width: 100%;
    border: 0.5px solid #5a7a90;
    border-radius: 2px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 40px;
    padding-left: 14px;
    font-size: 13px;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .additional-features {
  width: 100%;
  display: none;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .additional-features .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .additional-features .additional-list {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .additional-features .additional-list {
    text-align: left;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .additional-features .additional-list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  font-family: "brandon-grotesque", serif !important;
}
@media only screen and (max-width: 767px) {
  .rooms-listing-layout-acm .room-info-container .rooms-detail .additional-features .additional-list ul {
    height: 100%;
  }
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .show-additional-feature {
  display: flex;
}
.rooms-listing-layout-acm .room-info-container .rooms-detail .hide-additional-feature {
  display: none;
}

.no-hero-header-layout-acm {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}
.no-hero-header-layout-acm .hero-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../images/no-header-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .no-hero-header-layout-acm .hero-wrapper {
    width: 100%;
    min-height: 320px;
    flex: 1;
  }
}
.no-hero-header-layout-acm .hero-wrapper .header-content {
  width: 90%;
  min-height: 100px;
  left: 188px;
  top: 300px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .no-hero-header-layout-acm .hero-wrapper .header-content {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    left: 24px;
    top: 190px;
    justify-content: flex-start;
    gap: 16px;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .no-hero-header-layout-acm .hero-wrapper .header-content {
    width: 100%;
    min-height: 100px;
    left: 24px;
    top: 190px;
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
  }
}
.no-hero-header-layout-acm .hero-wrapper .header-content .h1-wrapper {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .no-hero-header-layout-acm .hero-wrapper .header-content .h1-wrapper .h1 {
    letter-spacing: -1.6px;
  }
}
.no-hero-header-layout-acm .hero-wrapper .header-content .breadcrumb-acm-parent {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.no-hero-header-layout-acm .hero-wrapper .header-content .breadcrumb-acm-parent .breadcrumb-acm div {
  display: inline-flex;
  gap: 15px;
  color: #5A7A90;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.no-hero-header-layout-acm .hero-wrapper .header-content .breadcrumb-acm-parent .breadcrumb-acm div a {
  text-decoration: none;
}

.weddings-intro-acm {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 1664px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm {
    padding-inline: 24px;
    margin-bottom: 0px;
  }
}
.weddings-intro-acm .intro-top-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .weddings-intro-acm .intro-top-section {
    margin-bottom: 40px;
  }
}
.weddings-intro-acm .intro-top-section .intro-block-content {
  width: 24%;
  left: 10%;
  top: 134px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  flex: 1;
}
@media screen and (max-width: 1119px) {
  .weddings-intro-acm .intro-top-section .intro-block-content {
    left: 8%;
    width: 30%;
  }
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .intro-block-content {
    position: static;
    gap: 24px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.weddings-intro-acm .intro-top-section .intro-block-content .heading-h2 {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .intro-block-content .heading-h2 {
    width: 68%;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .intro-top-section .intro-block-content .heading-h2 {
    width: 100%;
  }
}
.weddings-intro-acm .intro-top-section .intro-block-content .content {
  width: 100%;
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .intro-block-content .content {
    flex: 0;
  }
}
.weddings-intro-acm .intro-top-section .intro-block-content .content p {
  font-family: "brandon-grotesque", serif !important;
}
.weddings-intro-acm .intro-top-section .intro-block-content .block-cta-section {
  width: 170px;
  height: 40px;
  position: relative;
}
.weddings-intro-acm .intro-top-section .image-block-section {
  width: 45%;
  height: 740px;
  left: 43%;
  top: 0px;
  position: absolute;
  overflow: hidden;
}
.weddings-intro-acm .intro-top-section .image-block-section img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .weddings-intro-acm .intro-top-section .image-block-section {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .image-block-section {
    position: relative;
    width: 100%;
    left: unset;
    height: 342px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .intro-top-section .image-block-section {
    padding: 0px 24px;
  }
}
.weddings-intro-acm .intro-top-section .image-block-section .top-image {
  width: 94%;
  height: 700px;
  left: 0px;
  top: 40px;
  position: absolute;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .image-block-section .top-image {
    height: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .image-block-section .top-image {
    width: 95%;
    max-width: 95%;
    right: unset;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .intro-top-section .image-block-section .top-image {
    height: 329px;
  }
}
.weddings-intro-acm .intro-top-section .image-block-section .bottom-image {
  width: 100%;
  height: 700px;
  left: 40px;
  top: 0px;
  position: absolute;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .image-block-section .bottom-image {
    height: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-top-section .image-block-section .bottom-image {
    width: 95%;
    max-width: 95%;
    right: 0;
    left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .intro-top-section .image-block-section .bottom-image {
    height: 329px;
  }
}
.weddings-intro-acm .intro-bottom-section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-bottom-section {
    position: static;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
}
.weddings-intro-acm .intro-bottom-section .single-image {
  width: 43%;
  height: 620px;
  left: 0px;
  top: 740px;
  position: absolute;
  background: url("../images/no-header-background.png");
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-bottom-section .single-image {
    order: 2;
    width: 100%;
    left: unset;
    position: static;
  }
}
@media only screen and (max-width: 675px) {
  .weddings-intro-acm .intro-bottom-section .single-image {
    height: 342px;
  }
}
.weddings-intro-acm .intro-bottom-section .intro-block-content-bottom {
  width: 32%;
  left: 47%;
  top: 47%;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .intro-bottom-section .intro-block-content-bottom {
    position: static;
    flex: unset;
    gap: 24px;
    order: 1;
    width: 100%;
  }
}
.weddings-intro-acm .intro-bottom-section .intro-block-content-bottom .content {
  width: 100%;
  align-self: stretch;
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  flex: 1;
}
.weddings-intro-acm .intro-bottom-section .intro-block-content-bottom .block-cta-section {
  width: 260px;
  height: 40px;
  position: relative;
}
.weddings-intro-acm .intro-bottom-section .intro-block-content-bottom .block-cta-section .primary-btn {
  width: 100%;
}
.weddings-intro-acm .amenities-wrapper {
  width: 100%;
  min-height: 128px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-flex;
  position: relative;
  top: 40px;
  flex: 1;
}
@media only screen and (max-width: 1023px) {
  .weddings-intro-acm .amenities-wrapper {
    position: static;
    margin-top: 64px;
  }
}
.weddings-intro-acm .amenities-wrapper .wedding-amenities-heading.h1 {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 675px) {
  .weddings-intro-acm .amenities-wrapper .wedding-amenities-heading.h1 {
    line-height: 28px;
    width: 100%;
    max-width: 100%;
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .amenities-wrapper .h1 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 28px;
    width: 87%;
  }
}
@media only screen and (max-width: 394px) {
  .weddings-intro-acm .amenities-wrapper .h1 {
    width: 90%;
  }
}
.weddings-intro-acm .amenities-wrapper .wrapper {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  border-right: 0.5px solid #5a7a90;
  border-top: 0.5px solid #5a7a90;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-intro-acm .amenities-wrapper .wrapper {
    flex-direction: row;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .amenities-wrapper .wrapper {
    flex-direction: row;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .amenities-wrapper .wrapper {
    flex-direction: column;
    margin-bottom: 64px;
    width: 100%;
    max-width: 75%;
  }
}
.weddings-intro-acm .amenities-wrapper .wrapper .icon-column {
  width: 25%;
  height: 128px;
  padding: 24px;
  left: 0px;
  top: 0px;
  position: relative;
  border-left: 0.5px solid #5a7a90;
  border-bottom: 0.5px solid #5a7a90;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column {
    width: 50%;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column {
    width: 50%;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column {
    width: 100%;
    height: 128px;
  }
}
.weddings-intro-acm .amenities-wrapper .wrapper .icon-column .icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column .icon {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column .icon {
    width: 80px;
  }
}
.weddings-intro-acm .amenities-wrapper .wrapper .icon-column .icon img.room-icon {
  width: 80px;
  max-width: 80px;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column .icon img.room-icon {
    width: 100%;
  }
}
.weddings-intro-acm .amenities-wrapper .wrapper .icon-column .amenitity-type {
  width: 172px;
  color: #435363;
  font-size: 16px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column .amenitity-type {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column .amenitity-type {
    width: 100%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-intro-acm .amenities-wrapper .wrapper .icon-column .amenitity-type {
    width: 100%;
    font-size: 1rem;
  }
}

.full-screen-slider-acm {
  width: 100%;
  position: relative;
  height: 700px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .full-screen-slider-acm {
    width: 88%;
  }
}
@media only screen and (max-width: 1024px) {
  .full-screen-slider-acm {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .full-screen-slider-acm {
    width: 100%;
    height: 260px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-screen-slider-acm .full-screen-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-screen-slider-acm .full-screen-slider-wrapper #wedding-gallery {
  position: relative;
  overflow: hidden;
  /* background: #fff; */
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider {
  position: relative;
  max-height: 100vh;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider * {
  max-height: 100vh;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .container {
  max-width: 1440px;
  margin: 0 auto;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image {
  position: relative;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image .fit-image {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image .fit-image {
    height: 260px;
  }
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  transition: all 400ms, visibility 400ms;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content {
  position: absolute;
  left: 173px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 300px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content .overline {
  margin-bottom: 12px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content .h3 {
  line-height: 24px;
  margin-bottom: 16px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content .description {
  margin-bottom: 16px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider.swiper-slide.swiper-slide-next {
  display: none;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button {
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.swiper-button-disabled {
  opacity: 0;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.swiper-button-disabled:hover {
  opacity: 0;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button:after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-left: 0;
  border-bottom: 0;
  content: "";
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button:hover {
  opacity: 0.8;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.previous {
  left: 40px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.previous:after {
  top: 17px;
  right: 14px;
  transform: rotate(-135deg);
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.next {
  right: 40px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.next:after {
  top: 17px;
  left: 14px;
  transform: rotate(45deg);
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.white:after {
  border-color: #fff;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider button.slideshow-button.next.white img {
  transform: rotate(180deg);
}

.slideshow-wrapper .swiper-slide {
  width: 100% !important;
}

@media only screen and (max-width: 1023px) {
  section#inner-dining-page-full-slider {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  section#inner-dining-page-full-slider .full-screen-slider-wrapper #wedding-gallery {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  section#inner-dining-page-full-slider .full-screen-slider-wrapper #wedding-gallery {
    padding-bottom: 0px;
  }
}

.weddings-venue-acm {
  width: 100%;
  max-width: 100%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1228px) {
  .weddings-venue-acm {
    margin-bottom: 500px;
  }
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm {
    margin-bottom: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm {
    margin-bottom: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm {
    margin-bottom: 440px;
  }
}
.weddings-venue-acm .venue-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper {
    flex-direction: column;
  }
}
.weddings-venue-acm .venue-wrapper .venue-intro-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 84%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 187px;
  margin-top: 80px;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venue-intro-content {
    flex-direction: column;
    max-width: 100%;
    gap: 24px 0;
    padding-inline: 24px;
  }
}
.weddings-venue-acm .venue-wrapper .venue-intro-content .venue-heading {
  width: 25.8%;
  height: 128px;
}
@media only screen and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venue-intro-content .venue-heading {
    width: 100%;
    padding-right: 24px;
    flex: 1;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venue-intro-content .venue-heading {
    width: 55%;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 379px) {
  .weddings-venue-acm .venue-wrapper .venue-intro-content .venue-heading {
    width: 100%;
    max-width: 100%;
  }
}
.weddings-venue-acm .venue-wrapper .venue-intro-content .content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
  width: 96%;
  min-height: 144px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venue-intro-content .content-wrapper {
    width: 100%;
    gap: 24px;
    padding-bottom: 20px;
  }
}
.weddings-venue-acm .venue-wrapper .venue-intro-content .content-wrapper .content {
  color: #435363;
  font-size: 21px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venue-intro-content .content-wrapper .content {
    gap: 24px;
  }
}
.weddings-venue-acm .venue-wrapper .venue-intro-content .content-wrapper .cta-wrapper {
  height: 40px;
  position: relative;
}
.weddings-venue-acm .venue-wrapper .venues.page-content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  flex: 1;
}
@media only screen and (max-width: 1228px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content {
    flex-direction: column;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns {
  width: 34%;
  min-width: 604px;
  height: 100%;
  top: 0px;
  position: absolute;
  background: url("../images/venue-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1228px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns {
    width: 100%;
    max-width: 100%;
    height: 387px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns {
    height: 450px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 54%;
  max-width: 55%;
  height: 223px;
  position: sticky;
  top: 280px;
  left: 108px;
  margin-top: 250px;
  z-index: 100;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
@media only screen and (max-width: 1600px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    left: 5%;
  }
}
@media only screen and (max-width: 1228px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0px;
    top: 282px;
    margin-top: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    width: 100%;
    left: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 24px;
    top: 322px;
    height: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    height: 53px;
    top: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    width: 93%;
    left: 0px;
    height: 54px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
    top: 419px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    left: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    top: 470px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector {
  text-align: center;
  font-size: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: #fff;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
  padding: 24px;
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector {
    background: none;
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector {
    align-self: unset;
    top: 76px;
    background: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    gap: 2px;
    padding: 0px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .filter-heading {
  color: #435363;
  font-size: 1.25rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  word-wrap: break-word;
  margin: 0 5px 10px;
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .filter-heading {
    display: none;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .button {
  background: #fff;
  border-radius: 2px;
  height: 36px !important;
  width: 100%;
  max-width: 100%;
  color: #5a7a90;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  text-align: left;
  padding: 10px;
  gap: 10px;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .button {
    display: none;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .active {
  background: #435363;
  color: #fff;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .select-wrapper select {
  border: 1px solid #435363;
  color: #132929;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .select-wrapper select {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector .select-wrapper {
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .category-columns .category-wrapper .category-selector button.button:hover {
  background: #D5E3EB;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
  width: 832px;
  max-width: 832px !important;
  left: 26%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1;
}
@media only screen and (max-width: 1600px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    left: 29%;
  }
}
@media only screen and (max-width: 1500px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    left: 32%;
  }
}
@media only screen and (max-width: 1240px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    left: 34%;
  }
}
@media only screen and (max-width: 1228px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    left: 11%;
    top: 481px;
  }
}
@media only screen and (max-width: 1024px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    left: 0px;
    width: 100% !important;
    max-width: 100%;
    top: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    left: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    top: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    left: 0px;
    padding: 0px 24px;
    top: 460px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 24px;
    top: 500px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin-top: 252px;
  margin-bottom: 80px;
  justify-content: flex-start;
  flex: 1;
}
@media only screen and (max-width: 1228px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper {
    top: 0px;
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    gap: 16px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 669px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper {
    flex-direction: column;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item {
  flex: 50%;
  max-width: 392px;
  min-width: 392px !important;
  height: 440px;
  margin-bottom: 40px;
  padding: 20px;
  /* The Modal (background) */
  /* Modal Content/Box */
}
@media only screen and (max-width: 900px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item {
    flex: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item {
    width: 100%;
    max-width: 100%;
    min-width: 100% !important;
    margin-bottom: 0px;
    flex: auto;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item {
    width: 100%;
    max-width: 342px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    height: 240px !important;
    flex: auto;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .venue-thumb {
  width: 100%;
  height: 440px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .venue-thumb {
    height: 440px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .venue-thumb {
    height: 240px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .venue-thumb .object-fit {
  position: relative;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .image-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 33.33%);
  position: absolute;
  bottom: -40px;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .venue-name {
  height: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
  position: relative;
  bottom: 49px;
  width: 100%;
  max-width: 100%;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .venue-name .title {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay {
    bottom: -14px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay .more-info {
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 20px;
  flex-direction: column;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay .more-info .desc {
  width: 100%;
  font-family: "brandon-grotesque", serif !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay .more-info .inner-cta {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay .more-info .inner-cta .primary-btn-longText {
  border: 0.5px #fff solid;
  color: #fff;
  padding-top: 8px;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container .content-overlay .more-info .inner-cta .primary-btn-longText {
    padding: 10px 94px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .item-container:hover .content-overlay {
  height: 100%;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content {
  position: relative;
  width: 60%;
  margin: 15% auto;
  padding: 20px;
  margin: 0 auto;
  background-color: unset;
}
@media only screen and (max-width: 1023px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content {
    width: 100%;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container {
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex: 1;
  /* The Close Button */
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .close-room {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 45px;
  z-index: 10000;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .close-room:hover,
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .close-room:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 220px;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider {
    max-height: 220px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  overflow: hidden;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-prev,
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-prev {
  left: 0;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next {
  right: 0;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next img {
  transform: rotate(180deg);
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-prev--outer,
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next--outer {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-prev--outer,
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next--outer {
    display: flex;
    align-items: center;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-prev--outer {
  left: -40%;
  margin-left: 40px;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next--outer {
  right: -40%;
  margin-right: 40px;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button-next--outer img {
  transform: rotate(180deg);
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button__text-wrapper {
  display: flex;
  flex-direction: column;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .slider-venue-wrapper.swiper-container-horizontal .swiper-button__text-wrapper p {
  color: white;
  font-size: 14px;
  font-weight: 420;
  line-height: 20.02px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .room-info-container .room-gallery-slider .gallery-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  bottom: 3px;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail {
  background: white;
  width: 100%;
  max-width: 100%;
  padding-inline: 24px;
  padding-block: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  overflow-y: auto;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .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: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section {
    flex-direction: column;
    gap: 16px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  width: 100%;
  flex: 1;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .price-info {
  position: relative;
  width: 100%;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .price-info .divider {
  width: 100%;
  height: 0px;
  border-top: 0.5px #5A7A90 solid;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .price-info .text {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .price-info .text-2 {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .room-name {
  width: 100%;
  color: #435363;
  font-size: 32px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .room-name {
    font-size: 22px;
    letter-spacing: 0.11px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .room-name {
    font-size: 22px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .content {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .detail .content {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  width: 100%;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features .feature-info {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0.5px #435363 solid;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  max-width: 288px;
  width: 100%;
  overflow: hidden;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features .feature-info .icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features .feature-info .icon-wrapper .room-icon {
  width: 100%;
  max-width: 32px;
  overflow: hidden;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features .feature-info .text {
  width: 252px;
  color: #435363;
  font-size: 12px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .top-section .features .feature-info .text {
    text-align: left;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .divider-long {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 0px;
  left: 0px;
  top: 0px;
  border-top: 0.5px #5A7A90 solid;
  margin-top: 32px;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail {
  width: 100%;
  min-height: 60px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail {
    min-height: 90px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .cta-wrapper a,
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .venue-more-details {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
@media only screen and (max-width: 767px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .cta-wrapper a,
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .venue-more-details {
    font-size: 13px;
    font-weight: 420;
    letter-spacing: 2.6px;
  }
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .cta-wrapper a,
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .venue-more-details {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .cta-wrapper {
  min-width: 288px;
  height: 40px;
  top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .cta-wrapper {
    width: 100%;
    min-width: unset;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .cta-wrapper a {
  padding-inline: 0;
  width: 100%;
  height: 100%;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .venue-more-details {
  top: 30px;
  width: 50%;
  word-wrap: break-word;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .more-detail .venue-more-details {
    height: 40px;
    width: 100%;
    max-width: 100%;
    border-radius: 2px;
    border: 0.5px solid #5A7A90;
    overflow: hidden;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .additional-features {
  width: 100%;
  display: none;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .additional-features .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  display: flex;
  flex: 1;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .additional-features .additional-list {
  flex-direction: column;
  display: flex;
  flex: 1;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .additional-features .additional-list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  font-family: "brandon-grotesque", serif !important;
}
@media only screen and (max-width: 480px) {
  .weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .additional-features .additional-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .show-additional-feature {
  display: flex;
}
.weddings-venue-acm .venue-wrapper .venues.page-content .venue-info-column .venue-column-wrapper .item .modal-content .rooms-detail .hide-additional-feature {
  display: none;
}
@media only screen and (max-width: 767px) {
  section#weddings-venue .venue-wrapper .venues.page-content .category-columns {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 387px;
  }
}
@media only screen and (max-width: 480px) {
  section#weddings-venue .venue-wrapper .venues.page-content .category-columns {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 387px;
  }
}
@media only screen and (max-width: 480px) {
  section#weddings-venue .venue-wrapper .venues.page-content .category-columns .category-wrapper {
    top: 419px;
  }
}
@media only screen and (max-width: 480px) {
  section#weddings-venue .venue-wrapper .venues.page-content .venue-info-column {
    top: 460px;
  }
}

.wedding-packages-block-acm {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wedding-packages-block-acm {
    height: 100%;
  }
}
.wedding-packages-block-acm.center-column {
  padding-inline: 108px;
}
@media only screen and (max-width: 767px) {
  .wedding-packages-block-acm.center-column {
    padding-inline: 24px;
  }
}
.wedding-packages-block-acm .h1.wedding-heading {
  text-align: center;
}
.wedding-packages-block-acm .packages-wrapper {
  width: 100%;
  max-height: 740px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 60px;
  flex: 1;
  gap: 0 80px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-packages-block-acm .packages-wrapper {
    gap: 0 60px;
  }
}
@media screen and (max-width: 1240px) {
  .wedding-packages-block-acm .packages-wrapper {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .wedding-packages-block-acm .packages-wrapper {
    max-height: unset;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.wedding-packages-block-acm .packages-wrapper .block-item-content {
  position: relative;
  max-width: 416px;
  min-width: 320px;
  min-height: 239px;
}
@media only screen and (max-width: 1023px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-content {
    order: 2;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-content {
    height: 100%;
  }
}
.wedding-packages-block-acm .packages-wrapper .block-item-content .content-block-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-content .content-block-container {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-content .content-block-container {
    padding-inline: 24px;
  }
}
.wedding-packages-block-acm .packages-wrapper .block-item-content .content-block-container .block-content {
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.wedding-packages-block-acm .packages-wrapper .block-item-content .content-block-container .block-cta-section {
  width: 100%;
  height: 40px;
}
.wedding-packages-block-acm .packages-wrapper .block-item-content .content-block-container .block-cta-section .inner-cta .primary-btn {
  display: inline-block;
  height: 100%;
  padding-block: 0;
  padding-inline: 30px;
}
.wedding-packages-block-acm .packages-wrapper .block-item-images {
  max-width: 728px;
  min-width: 450px;
  min-height: 347px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-images {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-images {
    min-height: 392px;
    min-width: unset;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-images {
    margin-bottom: 0px;
  }
}
.wedding-packages-block-acm .packages-wrapper .block-item-images .block-images {
  position: relative;
  height: 740px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-images .block-images {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-images .block-images {
    height: 347px;
  }
}
.wedding-packages-block-acm .packages-wrapper .block-item-images .block-images img.front-image,
.wedding-packages-block-acm .packages-wrapper .block-item-images .block-images img.back-image {
  position: absolute;
  min-width: 324px;
  width: 95%;
  max-height: 700px;
  min-height: 329px;
  z-index: 9;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wedding-packages-block-acm .packages-wrapper .block-item-images .block-images img.front-image,
  .wedding-packages-block-acm .packages-wrapper .block-item-images .block-images img.back-image {
    height: 329px;
  }
}
.wedding-packages-block-acm .packages-wrapper .block-item-images .block-images img.front-image {
  top: 0;
  bottom: unset;
  right: 0;
  left: unset;
  z-index: 10;
}
.wedding-packages-block-acm .packages-wrapper .block-item-images .block-images img.back-image {
  top: unset;
  bottom: 0;
  right: unset;
  left: 0;
}
.wedding-packages-block-acm .packages-wrapper.right-position .block-item-images .block-images img.front-image {
  left: 0;
  right: unset;
}
.wedding-packages-block-acm .packages-wrapper.right-position .block-item-images .block-images img.back-image {
  left: unset;
  right: 0;
}

.wedding-experiences-acm {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 944px;
  position: relative;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-experiences-acm {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm {
    padding: 0px;
    height: 905px;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-experiences-acm {
    padding: 0px;
    height: 735px;
    margin-top: 40px;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .column-with-background {
  width: 45%;
  height: 944px;
  right: 0px;
  top: 0px;
  position: absolute;
  background: url("../images/wedding-background.png");
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .column-with-background {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .column-with-background {
    width: 100% !important;
    max-width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .column-with-background {
    width: 100% !important;
    max-width: 100%;
    height: 375px;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  justify-content: stretch;
  align-items: stretch;
  position: absolute;
  top: 42px;
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper {
    left: 0px;
    top: 16px;
    padding-inline: 24px;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .wedding-slider-title {
  width: 48%;
  position: relative;
  word-wrap: break-word;
  letter-spacing: 1.28px;
  text-align: left;
  left: 12%;
}
@media only screen and (max-width: 1180px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .wedding-slider-title {
    width: 66%;
  }
}
@media only screen and (max-width: 1023px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .wedding-slider-title {
    width: 100%;
    left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .wedding-slider-title {
    left: 0;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .slider-intro-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .slider-intro-section {
    width: 100%;
    height: 219px;
    left: 0px;
    top: 61px;
    margin-right: 24px;
    margin-left: 24px;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .slider-intro-section .content {
  width: 60%;
  max-width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .top-content-wrapper .slider-intro-section .content {
    width: 342px;
    height: 90px;
    left: 0px;
    font-size: 16px;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .wedding-experience-slider {
  width: 100%;
  height: 600px;
  left: 0px;
  top: 264px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .wedding-experience-slider {
    top: 153px;
  }
}
.wedding-experiences-acm .wedding-experiences-slider-wrapper .wedding-experience-slider .slider {
  width: 1064px;
  height: 600px;
  left: 188px;
  top: 0px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wedding-experiences-acm .wedding-experiences-slider-wrapper .wedding-experience-slider .slider {
    width: 342px;
    height: 228px;
    top: 296px;
  }
}

.wedding-experience-swiper-container {
  width: 100%;
  height: 600px;
  min-height: 600px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /* fix arrows position */
}
.wedding-experience-swiper-container .swiper-slide .caption {
  width: 366px;
  height: 420px;
  background: pink;
  z-index: 99;
  position: absolute;
  top: 87px;
  bottom: 0px;
  right: -107px;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption {
  width: 336px;
  max-width: 336px;
  height: 420px;
  left: 60%;
  top: 110px;
  position: absolute;
  background: white;
  box-shadow: 0px 24px 48px -10px #D5E3EB;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption {
    left: 57%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption {
    left: 27%;
    top: 171px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption {
    left: 16%;
  }
}
@media only screen and (max-width: 665px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption {
    left: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption {
    left: 8%;
    width: 313px;
    max-width: 313px;
  }
}
@media only screen and (max-width: 390px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption {
    left: 2%;
    width: 313px;
    max-width: 313px;
  }
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content {
  width: 288px;
  height: 174.5px;
  left: 0px;
  top: 0px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content .info {
  height: 128px;
  position: relative;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content .info .experience-name {
  width: 288px;
  left: 0px;
  top: 0px;
  position: absolute;
  color: #435363;
  font-size: 24px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content .info .experience-content {
  width: 288px;
  left: 0px;
  top: 64px;
  position: absolute;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content-wrapper {
  width: 288px;
  height: 372px;
  left: 24px;
  top: 24px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide .slider-caption .content-wrapper {
    left: 14px;
  }
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content-wrapper .overline-border {
  width: 288px;
  height: 0px;
  left: 0px;
  top: 30.5px;
  position: absolute;
  border: 0.5px #5A7A90 solid;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content-wrapper .cta-wrapper {
  width: 288px;
  height: 96px;
  left: 0px;
  top: 331px;
  position: absolute;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content-wrapper .cta-wrapper .cta-1 {
  width: 288px;
  height: 40px;
  left: 0px;
  top: 56px;
  position: absolute;
}
.wedding-experience-swiper-container .swiper-slide .slider-caption .content-wrapper .cta-wrapper .cta-2 .inner-long-btn-nobck {
  padding: 10px 88px;
}
.wedding-experience-swiper-container img.fit-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.wedding-experience-swiper-container .swiper-slide.swiper-slide-active {
  position: relative;
  left: -10%;
  width: 74% !important;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active {
    left: -161px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active {
    width: 100% !important;
    max-width: 100%;
    left: -12%;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active {
    left: -19%;
  }
}
@media only screen and (max-width: 390px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active {
    left: -19%;
  }
}
.wedding-experience-swiper-container .swiper-slide.swiper-slide-active img {
  width: 75%;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active img {
    width: 100% !important;
    max-width: 100%;
    height: 425px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active img {
    width: 75%;
    max-width: 100%;
    height: 228px;
    overflow: hidden;
    min-height: 228px;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active img {
    width: 84%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 390px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-active img {
    width: 84%;
  }
}
.wedding-experience-swiper-container .swiper-slide img {
  width: 100%;
  overflow: hidden;
  height: 600px;
  min-height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wedding-experience-swiper-container .swiper-slide img {
    height: 425px;
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 228px;
    overflow: hidden;
    min-height: 228px;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-experience-swiper-container .swiper-slide img {
    width: 100%;
    max-width: 100%;
  }
}
.wedding-experience-swiper-container .swiper-wrapper {
  align-items: center;
  position: relative;
}
.wedding-experience-swiper-container .swiper-slide.swiper-slide-next,
.wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
  opacity: 0.3;
}
.wedding-experience-swiper-container .swiper-slide.swiper-slide-next {
  position: relative;
  left: -6%;
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-next {
    left: -33%;
  }
}
@media only screen and (max-width: 390px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-next {
    left: -34%;
  }
}
.wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
  position: relative;
  left: -18%;
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
    left: -11%;
  }
}
@media only screen and (max-width: 665px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
    left: -19%;
  }
}
@media only screen and (max-width: 603px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
    left: -27%;
  }
}
@media only screen and (max-width: 523px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
    left: -33%;
  }
}
@media only screen and (max-width: 480px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
    left: -19%;
  }
}
@media only screen and (max-width: 390px) {
  .wedding-experience-swiper-container .swiper-slide.swiper-slide-prev {
    left: -19%;
  }
}
.wedding-experience-swiper-container .swiper-slide.swiper-slide-prev .slider-caption {
  opacity: 0;
}
.wedding-experience-swiper-container .swiper-button-next {
  z-index: 99;
  right: 11%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 307px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-experience-swiper-container .swiper-button-next {
    right: 11%;
  }
}
@media only screen and (max-width: 1180px) {
  .wedding-experience-swiper-container .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-button-next {
    display: none;
  }
}
.wedding-experience-swiper-container .swiper-button-prev {
  z-index: 99;
  left: 140px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 307px;
  left: 8% !important;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .wedding-experience-swiper-container .swiper-button-prev {
    left: 8% !important;
  }
}
@media only screen and (max-width: 1180px) {
  .wedding-experience-swiper-container .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wedding-experience-swiper-container .swiper-button-prev {
    display: none;
  }
}

/* The Modal (background) */
.experience-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  /* Full width */
  z-index: 9999;
  /* Sit on top */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Modal Content/Box */
.modal-content {
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.modal-content .room-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.modal-content .room-info-container .experience-gallery-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
.modal-content .room-info-container .experience-gallery-slider .slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.modal-content .room-info-container .experience-gallery-slider .slider-wrapper .room-image {
  width: 100%;
}
.modal-content .room-info-container .experience-gallery-slider .gallery-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  bottom: 3px;
}
.modal-content .rooms-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding-inline: 24px;
  padding-top: 32px;
  padding-bottom: 24px;
  background: white;
}
.modal-content .rooms-detail .top-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 80px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .modal-content .rooms-detail .top-section {
    flex-direction: column;
    gap: 16px 0;
  }
}
.modal-content .rooms-detail .top-section .detail {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  width: 100%;
}
.modal-content .rooms-detail .top-section .detail .price-info {
  position: relative;
  width: 100%;
}
.modal-content .rooms-detail .top-section .detail .price-info .divider {
  width: 100%;
  height: 0px;
  border-top: 0.5px #5A7A90 solid;
}
.modal-content .rooms-detail .top-section .detail .price-info .text {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.modal-content .rooms-detail .top-section .detail .price-info .text-2 {
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}
.modal-content .rooms-detail .top-section .detail .room-name {
  width: 100%;
  color: #435363;
  font-size: 32px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
}
.modal-content .rooms-detail .top-section .detail .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.modal-content .rooms-detail .top-section .features {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: -moz-min-content;
  width: min-content;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .top-section .features {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.modal-content .rooms-detail .top-section .features .feature-info {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 288px;
  height: 100%;
  padding: 4px 0;
  border-bottom: 0.5px #435363 solid;
}
.modal-content .rooms-detail .top-section .features .feature-info .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.modal-content .rooms-detail .top-section .features .feature-info .icon-wrapper .room-icon {
  height: 100%;
  width: 32px;
}
.modal-content .rooms-detail .top-section .features .feature-info .text {
  width: 252px;
  color: #435363;
  font-size: 12px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  word-wrap: break-word;
}
.modal-content .rooms-detail .divider-long {
  width: 100%;
  max-width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  border-top: 0.5px #5A7A90 solid;
  margin-top: 16px;
}
.modal-content .rooms-detail .more-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .more-detail {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    height: 100%;
  }
}
.modal-content .rooms-detail .more-detail .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  top: 20px;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .more-detail .cta-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.modal-content .rooms-detail .more-detail .cta-wrapper .inner-long-btn {
  padding: 5px 50px;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .more-detail .cta-wrapper .inner-long-btn {
    width: 100%;
  }
}
.modal-content .rooms-detail .more-detail .more-details {
  top: 30px;
  color: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-wrap: break-word;
  cursor: pointer;
}
.modal-content .rooms-detail .experience-additional-features {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 60px;
  width: 100%;
  border-top: 0.5px #5A7A90 solid;
  padding-top: 16px;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .experience-additional-features {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
}
.modal-content .rooms-detail .experience-additional-features .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.modal-content .rooms-detail .experience-additional-features .experience-additional-list {
  display: block;
  flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .experience-additional-features .experience-additional-list {
    width: 100%;
    max-width: 100%;
  }
}
.modal-content .rooms-detail .experience-additional-features .experience-additional-list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  font-family: "brandon-grotesque", serif !important;
}
.modal-content .rooms-detail .experience-additional-features .experience-additional-list .content {
  font-style: italic;
}
.modal-content .rooms-detail .experience-additional-features .main-list {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .modal-content .rooms-detail .experience-additional-features .main-list {
    width: 100%;
  }
}
.modal-content .rooms-detail .experience-additional-features .main-list .wedding-details {
  font-weight: bold;
  text-align: left;
}
.modal-content .rooms-detail .experience-additional-features .main-list .content ul {
  list-style: disc;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.modal-content .rooms-detail .show-additional-feature {
  display: flex;
}
.modal-content .rooms-detail .hide-additional-feature {
  display: none;
}

/* The Close Button */
.close-experience {
  position: absolute;
  right: 55px;
  top: 55px;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  z-index: 10000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .close-experience {
    right: 35px;
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .close-experience {
    right: 15px;
    top: 15px;
  }
}

.close-experience:hover,
.close-experience:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.slider-experience-wrapper.swiper-container-horizontal {
  width: 100%;
}
.slider-experience-wrapper.swiper-container-horizontal .swiper-slide img {
  display: block;
  width: 100%;
  min-height: 220px;
  max-height: 462px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-experience-wrapper.swiper-container-horizontal .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: rotate(180deg);
}
.slider-experience-wrapper.swiper-container-horizontal .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0px;
}

.rfp-block-acm {
  width: 100%;
  position: relative;
  height: 208px;
  margin-bottom: 120px;
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .rfp-block-acm {
    flex-direction: column;
    height: 281px;
  }
}
.rfp-block-acm .rfp-wrapper {
  width: 648px;
  height: 208px;
  position: absolute;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
@media only screen and (max-width: 767px) {
  .rfp-block-acm .rfp-wrapper {
    width: 100%;
    max-width: 100%;
    height: 208px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .rfp-block-acm .rfp-wrapper {
    width: 100%;
    max-width: 100%;
    height: 281px;
    overflow: hidden;
  }
}
.rfp-block-acm .rfp-wrapper .rfp-content {
  width: 632px;
  height: 192px;
  left: 8px;
  top: 8px;
  position: absolute;
  background: white;
  border-radius: 2px;
  border: 0.5px #9C6C49 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .rfp-block-acm .rfp-wrapper .rfp-content {
    width: 96%;
  }
}
@media only screen and (max-width: 480px) {
  .rfp-block-acm .rfp-wrapper .rfp-content {
    width: 96%;
    top: 0px;
    height: 281px;
  }
}
.rfp-block-acm .rfp-wrapper .rfp-content .cta-wrapper {
  height: 40px;
  top: 132px;
  position: absolute;
  /* .rfp-cta{
       left: 53px; 
       top: 10px; 
       position: absolute; 
       text-align: center; 
       color: white; 
       font-size: 14px; 
       font-family: $primary-font;
       font-weight: 420; 
       text-transform: uppercase; 
       letter-spacing: 2.80px; 
       word-wrap: break-word;
    }
       */
}
@media only screen and (max-width: 480px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .cta-wrapper {
    top: 212px;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .cta-wrapper .inner-long-btn {
    padding: 10px 70px;
  }
}
.rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper {
  height: 72px;
  left: 32px;
  top: 36px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper {
    left: 1%;
  }
}
@media only screen and (max-width: 480px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper {
    left: 1%;
  }
}
.rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper .rfp-heading {
  text-align: center;
  color: #9C6C49;
  font-size: 24px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 24px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper .rfp-heading {
    width: 71%;
    max-width: 71%;
  }
}
.rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper .content {
  text-align: center;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper .content {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .rfp-block-acm .rfp-wrapper .rfp-content .content-wrapper .content {
    width: 100%;
    max-width: 100%;
  }
}

.dining-blocks-cta-logo-acm {
  width: 100%;
  height: 704px;
  position: relative;
  margin-bottom: 120px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm {
    height: 100%;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm {
    height: 100%;
    margin-bottom: 60px;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left,
.dining-blocks-cta-logo-acm .block-wrapper-right {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 80px;
  display: inline-flex;
}
@media only screen and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left,
  .dining-blocks-cta-logo-acm .block-wrapper-right {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  max-width: 416px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block {
    max-width: unset;
    height: 100%;
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block {
    gap: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .content,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block .content,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block .content {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block .content,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block .content {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper {
    gap: 24px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper .cta__button,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper .cta__button {
  position: relative;
  height: 40px;
  width: 100%;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper .cta__button.reserve-cta,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper .cta__button.reserve-cta {
  min-width: 208px;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper .cta__button.learn-more-cta,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper .cta__button.learn-more-cta {
  min-width: 184px;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .cta-wrapper .cta__button .primary-btn,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .cta-wrapper .cta__button .primary-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .logo,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .logo {
  width: 104px;
  height: 104px;
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block .logo,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block .logo {
    width: 80px;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .logo img,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .logo img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .open-hours,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .open-hours {
  align-self: stretch;
  height: 104px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .open-hours .open-hours-title,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .open-hours .open-hours-title {
  width: 416px;
  height: 32px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .content-block .open-hours .open-hours-title,
  .dining-blocks-cta-logo-acm .block-wrapper-right .content-block .open-hours .open-hours-title {
    width: 100%;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .open-hours .hours,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .open-hours .hours {
  align-self: stretch;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .content-block .open-hours .hours ul,
.dining-blocks-cta-logo-acm .block-wrapper-right .content-block .open-hours .hours ul {
  list-style: disc;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .image-block,
.dining-blocks-cta-logo-acm .block-wrapper-right .image-block {
  position: relative;
  max-width: 728px;
  width: 100%;
  height: 740px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block {
    height: 460px;
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block {
    height: 350px;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .image-block .top-image,
.dining-blocks-cta-logo-acm .block-wrapper-right .image-block .top-image {
  width: 95%;
  max-width: 95%;
  height: 700px;
  left: 40px;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block .top-image,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block .top-image {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block .top-image,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block .top-image {
    height: 329px;
    overflow: hidden;
    left: 18px;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .image-block .bottom-image,
.dining-blocks-cta-logo-acm .block-wrapper-right .image-block .bottom-image {
  width: 95%;
  max-width: 95%;
  height: 700px;
  left: 0px;
  top: 40px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block .bottom-image,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block .bottom-image {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .dining-blocks-cta-logo-acm .block-wrapper-left .image-block .bottom-image,
  .dining-blocks-cta-logo-acm .block-wrapper-right .image-block .bottom-image {
    top: 18px;
    overflow: hidden;
    height: 329px;
  }
}
.dining-blocks-cta-logo-acm .block-wrapper-left .image-block img.dining-logo,
.dining-blocks-cta-logo-acm .block-wrapper-right .image-block img.dining-logo {
  position: absolute;
  top: 25px;
  left: 70px;
}
.dining-blocks-cta-logo-acm .block-wrapper-left .image-block.invert .dining-logo,
.dining-blocks-cta-logo-acm .block-wrapper-right .image-block.invert .dining-logo {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(430%) contrast(150%);
}

.two-col-block-acm {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-block-acm {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm {
    height: 100%;
  }
}
.two-col-block-acm .block-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 79px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-block-acm .block-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.two-col-block-acm .block-wrapper .block-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  flex: 1 1 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-block-acm .block-wrapper .block-column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column {
    width: 100%;
  }
}
.two-col-block-acm .block-wrapper .block-column .block-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 420px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-block-acm .block-wrapper .block-column .block-image {
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .block-image {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .two-col-block-acm .block-wrapper .block-column .block-image {
    width: 100%;
    height: 240px;
  }
}
.two-col-block-acm .block-wrapper .block-column .block-image img.dine-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: flex;
  width: 100%;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper .content {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  width: 100%;
  flex: 1;
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper .content .content-info {
  align-self: stretch;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .content-wrapper .content .content-info {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper .content .hours-info {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  flex: 1;
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper .content .hours-info .heading {
  width: 416px;
  height: 32px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .content-wrapper .content .hours-info .heading {
    width: 100%;
  }
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper .content .hours-info .content {
  align-self: stretch;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  display: flex;
  flex: 1;
}
.two-col-block-acm .block-wrapper .block-column .content-wrapper .content .hours-info .content ul {
  list-style: disc;
  padding-left: 25px;
  font-family: "brandon-grotesque", serif !important;
  display: inline-flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .content-wrapper .content .hours-info .content ul {
    font-size: 16px;
  }
}
.two-col-block-acm .block-wrapper .block-column .cta-wrapper {
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .cta-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-block-acm .block-wrapper .block-column .cta-wrapper .primary-btn {
    padding: 10px 10px;
  }
}

.inner-page-dining-acm {
  width: 90%;
  height: 100%;
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .inner-page-dining-acm {
    margin-left: 188px;
    width: 76%;
  }
}
@media only screen and (max-width: 1192px) {
  .inner-page-dining-acm {
    margin-left: 74px;
    width: 65%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm {
    margin-left: 0px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.inner-page-dining-acm .top-section-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 104px;
  display: inline-flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1192px) {
  .inner-page-dining-acm .top-section-wrapper {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-dining-acm .top-section-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.inner-page-dining-acm .top-section-wrapper .column1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  width: 31.7%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-dining-acm .top-section-wrapper .column1 {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column1 {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
.inner-page-dining-acm .top-section-wrapper .column1 .h2 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column1 .h2 {
    width: 100%;
    height: 128px;
  }
}
.inner-page-dining-acm .top-section-wrapper .column1 .logo-wrapper {
  width: 100%;
  max-width: 50%;
  min-height: 65px;
  height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column1 .logo-wrapper {
    width: 181px;
    height: 56px;
  }
}
.inner-page-dining-acm .top-section-wrapper .column1 .logo-wrapper .dining-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inner-page-dining-acm .top-section-wrapper .column-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  position: absolute;
  top: 290px;
  order: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-dining-acm .top-section-wrapper .column-cta {
    order: 3;
    position: relative;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column-cta {
    width: 100%;
    max-width: 100%;
    order: 3;
    position: relative;
    top: 0px;
    flex-direction: row;
  }
}
.inner-page-dining-acm .top-section-wrapper .column-cta .cta-wrapper {
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .inner-page-dining-acm .top-section-wrapper .column-cta .cta-wrapper a.primary-btn {
    padding: 10px 20px;
  }
}
.inner-page-dining-acm .top-section-wrapper .column-img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  position: absolute;
  top: 430px;
  order: 4;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-dining-acm .top-section-wrapper .column-img {
    order: 3;
    position: relative;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column-img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    order: 3;
    order: 3;
    position: relative;
    top: 0px;
  }
}
.inner-page-dining-acm .top-section-wrapper .column-img .logo-wrapper {
  width: 104px;
  height: 104px;
  max-width: 104px;
}
.inner-page-dining-acm .top-section-wrapper .column-img .logo-wrapper img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
.inner-page-dining-acm .top-section-wrapper .column2 {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-dining-acm .top-section-wrapper .column2 {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column2 {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
}
.inner-page-dining-acm .top-section-wrapper .column2 .content {
  align-self: stretch;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-dining-acm .top-section-wrapper .column2 .content p {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column2 .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.inner-page-dining-acm .top-section-wrapper .column2 .content .title {
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 550;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-dining-acm .top-section-wrapper .column2 .content .info ul {
  list-style-type: disc;
  line-height: 32px;
  word-wrap: break-word;
  font-family: "brandon-grotesque", serif !important;
  margin-left: 33px;
}
.inner-page-dining-acm .top-section-wrapper .column2 .cta-wrapper {
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column2 .cta-wrapper {
    width: 100%;
    height: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-dining-acm .top-section-wrapper .column2 .cta-wrapper a.primary-btn-background {
    width: 100%;
    height: 41px;
  }
}
.inner-page-dining-acm .bottom-section-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  border-top: 0.5px #9C6C49 solid;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 104px;
  display: inline-flex;
}
.inner-page-dining-acm .bottom-section-wrapper .content {
  width: 440px;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}
.inner-page-dining-acm .bottom-section-wrapper .content .title {
  width: 416px;
  height: 32px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-dining-acm .bottom-section-wrapper .content .info {
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-dining-acm .bottom-section-wrapper .column2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
.inner-page-dining-acm .bottom-section-wrapper .column2 .cta-wrapper {
  width: 184px;
  height: 40px;
  position: relative;
}
.inner-page-dining-acm .bottom-section-wrapper .column2 .logo-wrapper {
  width: 104px;
  height: 104px;
  max-width: 104px;
}
.inner-page-dining-acm .bottom-section-wrapper .column2 .logo-wrapper img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
.inner-page-dining-acm .divider {
  width: 100%;
  height: 100%;
  border-top: 0.5px #9C6C49 solid;
  display: none;
}

.menu-tabs-block-acm {
  z-index: 12;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .menu-tabs-block-acm {
    width: 76%;
    overflow: hidden;
  }
}
.menu-tabs-block-acm h2 {
  margin-bottom: 20px;
  color: #435363;
  font-size: 2.5rem;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
  margin-bottom: 45px;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 45px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 4px;
  background: white;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
  gap: 15px;
  width: 56%;
  height: 48px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles ul {
    width: 96%;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
  width: auto;
  border-bottom: 0;
  color: #5A7A90;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background: #5A7A90;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button:after {
    content: "▾";
    height: 15px;
    width: 15px;
  }
}
.menu-tabs-block-acm .tabs-titles li.test .button {
  cursor: default;
}
.menu-tabs-block-acm .tabs-titles li.test .button::after {
  display: none !important;
}
.menu-tabs-block-acm .tabs-titles .button {
  color: #5A7A90;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-wrap: break-word;
  height: 40px;
}
.menu-tabs-block-acm .tabs-titles .button:hover {
  background: #5A7A90;
  color: #F5F3EA;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
    background-color: #fff;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header {
  width: 100%;
  text-align: center;
  margin-bottom: 0%;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #435363;
  font-size: 28px;
  line-height: normal;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr .tabs-content-price {
  color: #435363;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .tabs-content-item-header h2.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options {
  color: #435363;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options {
    flex-direction: column;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options:not(first) {
  margin-top: 50px;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options .title {
  width: 46%;
  margin-right: auto;
  text-align: left;
  color: #435363;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options .title span {
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item .menu-block-options .title {
    width: 100%;
    font-size: 1.6em;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item .note {
  font-size: 1em;
}
.menu-tabs-block-acm .menu-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.menu-tabs-block-acm .menu-block .dish {
  width: 46%;
  min-width: 400px;
  padding: 2% 2% 2% 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #9C6C49;
  margin-right: 3%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block .dish {
    width: 100%;
    min-width: 0px;
  }
}
.menu-tabs-block-acm .menu-block .dish .row {
  display: flex;
}
.menu-tabs-block-acm .menu-block .dish .dish-descr {
  margin: auto;
  color: #435363;
  font-size: 16px;
  font-family: "brandon-grotesque", serif !important;
  font-style: italic;
  font-weight: 390;
  line-height: 24px;
  word-wrap: break-word;
}
.menu-tabs-block-acm .menu-block .dish .dish-name {
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #435363;
  margin-right: auto;
}
.menu-tabs-block-acm .menu-block .dish .h5 {
  line-height: 24px;
}
.menu-tabs-block-acm .menu-block .dish .dish-price {
  color: #435363;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

section.acm-block.menu-tabs-block-acm.center-column.fade-on-scroll.show-menu {
  display: block;
}

.single-block-acm {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 840px;
  height: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm {
    flex-direction: column;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm {
    flex-direction: column;
    max-width: 100%;
  }
}
.single-block-acm .content-block-wrapper {
  width: 34.5%;
  height: 100%;
  min-height: 616px;
  left: 5%;
  top: 80px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .content-block-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 580px;
    position: relative;
    gap: 24px;
    left: 0px;
  }
}
@media only screen and (max-width: 773px) {
  .single-block-acm .content-block-wrapper {
    min-height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .content-block-wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    gap: 16px;
    left: 0px;
  }
}
.single-block-acm .content-block-wrapper .h1 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  letter-spacing: 1.28px;
  word-wrap: break-word;
  font-size: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .content-block-wrapper .h1 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .content-block-wrapper .h1 {
    width: 100%;
    max-width: 100%;
    line-height: 60px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .single-block-acm .content-block-wrapper .h1 {
    width: 100%;
    max-width: 100%;
    line-height: 60px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .single-block-acm .content-block-wrapper .h1 {
    font-size: 2.5rem;
  }
}
.single-block-acm .content-block-wrapper .content {
  min-height: 304px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-block-acm .content-block-wrapper .content {
    height: 100%;
    min-height: 304px;
    width: 100%;
  }
}
.single-block-acm .content-block-wrapper .content .content-intro {
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  color: #435363;
  font-size: 1.313rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .content-block-wrapper .content .content-intro {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .content-block-wrapper .content .content-intro {
    width: 100%;
    max-width: 100%;
  }
}
.single-block-acm .content-block-wrapper .content .content-list {
  width: 84%;
  left: 0px;
  top: 212px;
  position: absolute;
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  min-height: 192px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .content-block-wrapper .content .content-list {
    width: 100%;
    max-width: 100%;
    top: 120px;
  }
}
@media only screen and (max-width: 773px) {
  .single-block-acm .content-block-wrapper .content .content-list {
    top: 143px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .content-block-wrapper .content .content-list {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 541px) {
  .single-block-acm .content-block-wrapper .content .content-list {
    top: 178px;
  }
}
@media only screen and (max-width: 480px) {
  .single-block-acm .content-block-wrapper .content .content-list {
    width: 100%;
    max-width: 100%;
    top: 256px;
  }
}
.single-block-acm .content-block-wrapper .content .content-list ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 10%;
}
.single-block-acm .content-block-wrapper .cta-wrapper {
  width: 220px;
  height: 40px;
  position: relative;
  top: 113px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .content-block-wrapper .cta-wrapper {
    top: 30px;
  }
}
@media only screen and (max-width: 773px) {
  .single-block-acm .content-block-wrapper .cta-wrapper {
    top: 77px;
  }
}
@media only screen and (max-width: 480px) {
  .single-block-acm .content-block-wrapper .cta-wrapper {
    top: 177px;
  }
}
.single-block-acm .block-image {
  width: 47.9%;
  height: 740px;
  left: 43%;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .block-image {
    width: 60%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    position: relative;
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .block-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    position: relative;
    left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .single-block-acm .block-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 480px;
    position: relative;
    left: 0px;
    top: 2px;
  }
}
.single-block-acm .block-image .overlay-image {
  width: 85%;
  height: 700px;
  left: 40px;
  top: 40px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .block-image .overlay-image {
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .block-image .overlay-image {
    width: 86%;
    max-width: 90%;
    overflow: hidden;
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .single-block-acm .block-image .overlay-image {
    width: 86%;
    max-width: 90%;
    overflow: hidden;
    height: 500px;
  }
}
.single-block-acm .block-image .back-image {
  width: 89%;
  height: 740px;
  left: 0px;
  top: 0px;
  right: 40px;
  bottom: 40px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-block-acm .block-image .back-image {
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .single-block-acm .block-image .back-image {
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .single-block-acm .block-image .back-image {
    width: 92%;
    max-width: 95%;
    height: 480px;
    left: 5px;
  }
}

.full-screen-slider-acm {
  width: 100%;
  position: relative;
  height: 700px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .full-screen-slider-acm {
    width: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .full-screen-slider-acm {
    width: 100%;
    height: 260px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
  }
}
.full-screen-slider-acm .full-screen-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-screen-slider-acm .full-screen-slider-wrapper #wedding-gallery {
  position: relative;
  overflow: hidden;
  /* background: #fff; */
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider {
  position: relative;
  max-height: 100vh;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider * {
  max-height: 100vh;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .container {
  max-width: 1440px;
  margin: 0 auto;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image {
  position: relative;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image .fit-image {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image .fit-image {
    height: 260px;
  }
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  transition: all 400ms, visibility 400ms;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content {
  position: absolute;
  left: 173px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 300px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content .overline {
  margin-bottom: 12px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content .h3 {
  line-height: 24px;
  margin-bottom: 16px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider__content .description {
  margin-bottom: 16px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow .slider.swiper-slide.swiper-slide-next {
  display: none;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button {
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button:after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-left: 0;
  border-bottom: 0;
  content: "";
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button:hover {
  opacity: 0.8;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.previous {
  left: 40px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.previous:after {
  top: 17px;
  right: 14px;
  transform: rotate(-135deg);
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.next {
  right: 40px;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.next:after {
  top: 17px;
  left: 14px;
  transform: rotate(45deg);
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider .slideshow-button.white:after {
  border-color: #fff;
}
.full-screen-slider-acm .full-screen-slider-wrapper .fullscreen-slider button.slideshow-button.next.white img {
  transform: rotate(180deg);
}

.slideshow-wrapper .swiper-slide {
  width: 100% !important;
}

.right-block-only-acm {
  height: 740px;
  width: 100%;
  min-height: 740px;
  position: relative;
  box-sizing: border-box;
  margin: 60px auto;
  padding: 0px 24px;
  display: flex;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .right-block-only-acm {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm {
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0px;
    min-height: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm {
    width: 94%;
    max-width: 94%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    min-height: 760px;
  }
}
@media screen and (max-width: 570px) {
  .right-block-only-acm {
    min-height: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm {
    min-height: 850px;
  }
}
@media screen and (max-width: 442px) {
  .right-block-only-acm {
    min-height: 900px;
  }
}
@media screen and (max-width: 400px) {
  .right-block-only-acm {
    min-height: 950px;
  }
}
@media screen and (max-width: 390px) {
  .right-block-only-acm {
    min-height: 980px;
  }
}
.right-block-only-acm .block-item-images {
  width: 55%;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-item-images {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 762px;
    position: relative;
    top: 48px;
  }
}
@media screen and (max-width: 1820px) {
  .right-block-only-acm .block-item-images {
    top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .right-block-only-acm .block-item-images {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-item-images {
    width: 100%;
    max-width: 100%;
    height: 240px;
    left: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .right-block-only-acm .block-item-images {
    width: 100%;
    max-width: 100%;
    height: 330px;
    left: 0px;
    margin-top: 0px;
  }
}
.right-block-only-acm .block-images {
  width: 62%;
  height: 740px;
  top: 0px;
  position: absolute;
  overflow: hidden;
  margin-right: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-images {
    width: 97%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-images {
    width: 95%;
    max-width: 95%;
    overflow: hidden;
    height: 400px;
    left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    top: 402px;
  }
}
@media screen and (max-width: 570px) {
  .right-block-only-acm .block-images {
    top: 454px;
  }
}
@media only screen and (max-width: 480px) {
  .right-block-only-acm .block-images {
    margin-top: 40px;
  }
}
@media screen and (max-width: 442px) {
  .right-block-only-acm .block-images {
    margin-top: 106px;
  }
}
@media screen and (max-width: 400px) {
  .right-block-only-acm .block-images {
    margin-top: 255px;
  }
}
@media screen and (max-width: 390px) {
  .right-block-only-acm .block-images {
    top: 464px;
  }
}
.right-block-only-acm .block-images img.front-image {
  position: absolute;
  width: 80%;
  height: 700px;
  top: 0;
  left: 0;
  z-index: 9;
  margin-left: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-images img.front-image {
    width: 70%;
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .right-block-only-acm .block-images img.front-image {
    height: 563px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-images img.front-image {
    width: 324px;
    height: 329px;
    margin-left: 18px;
  }
}
.right-block-only-acm .block-images img.image-right {
  position: absolute;
  width: 80%;
  height: 700px;
  top: 0;
  left: 0;
  z-index: 9;
  margin-left: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-images img.image-right {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-images img.image-right {
    width: 324px;
    height: 329px;
    margin-left: 18px;
    margin-top: 18px;
  }
}
.right-block-only-acm .block-images img.back-image {
  position: absolute;
  width: 80%;
  height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-images img.back-image {
    width: 70%;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-images img.back-image {
    width: 324px;
    height: 329px;
  }
}
.right-block-only-acm .block-images img.back-image.overlay-image {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-images img.back-image.overlay-image {
    margin-top: 18px;
  }
}
.right-block-only-acm .block-images img.back-image-left {
  /* margin-top: 40px;*/
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-images img.back-image-left {
    margin-top: 18px;
  }
}
.right-block-only-acm .content-block-container {
  width: 50%;
  max-width: 50%;
  overflow: hidden;
  height: 100%;
  left: -2%;
  top: -76px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  padding-left: 40px;
  min-height: 900px;
}
@media screen and (max-width: 1600px) {
  .right-block-only-acm .content-block-container {
    left: 3%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .right-block-only-acm .content-block-container {
    left: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .content-block-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    gap: 24px;
    left: 0px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1224px) {
  .right-block-only-acm .content-block-container {
    left: 1%;
    gap: 24px;
  }
}
@media screen and (max-width: 782px) {
  .right-block-only-acm .content-block-container {
    left: 0px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .content-block-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    gap: 24px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .right-block-only-acm .content-block-container {
    height: 100%;
    padding-right: 24px;
  }
}
.right-block-only-acm .content-block-container .heading-h1 {
  width: 440px;
  color: #5A7A90;
  font-size: 4rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .content-block-container .heading-h1 {
    width: 80%;
  }
}
@media only screen and (max-width: 1019px) {
  .right-block-only-acm .content-block-container .heading-h1 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .content-block-container .heading-h1 {
    font-size: 2.5rem;
    line-height: 40px;
    letter-spacing: 0.4px;
    width: 90%;
  }
}
.right-block-only-acm .content-block-container .block-content {
  color: #435363;
  font-size: 1.125rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
  padding-right: 80px;
  width: 80%;
  min-height: 256px;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .right-block-only-acm .content-block-container .block-content {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .content-block-container .block-content {
    min-height: 200px;
  }
}
@media screen and (max-width: 1224px) {
  .right-block-only-acm .content-block-container .block-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .content-block-container .block-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    line-height: 30px;
    font-size: 1rem;
    min-height: 200px;
  }
}
.right-block-only-acm .content-block-container .block-content p a {
  color: #9C6C49;
}
.right-block-only-acm .content-block-container .block-content ul {
  list-style-type: disc;
  width: 100%;
  max-width: 100%;
  font-size: 1.125rem;
  margin-left: 40px;
}
.right-block-only-acm .content-block-container .block-content ul li {
  list-style: disc;
  width: 100%;
}
.right-block-only-acm .content-block-container .block-cta-section .inner-cta {
  /*
  .cta-text{
      left: 36px; 
      top: 3px; 
      position: absolute; 
      text-align: center; 
      color: $p3;
      font-size: 14px; 
      font-family: $primary-font;
      font-weight: 420; 
      text-transform: uppercase; 
      letter-spacing: 2.80px; 
      word-wrap: break-word;
  }
  */
}
.right-block-only-acm .block-item-content.right {
  position: relative;
  width: 45%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-item-content.right {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-item-content.right {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
  }
}
.right-block-only-acm .block-item-content.right .content-block-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .right-block-only-acm .block-item-content.right .content-block-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-item-content.right .content-block-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
    padding-left: 0px;
  }
}
.right-block-only-acm .block-item-content.right .content-block-container .left-right-block-acm .content-block-container .heading-h1 {
  width: 100%;
  color: #5A7A90;
  font-size: 4rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  text-transform: uppercase;
  line-height: 64px;
  letter-spacing: 1.28px;
  word-wrap: break-word;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .right-block-only-acm .block-item-content.right .content-block-container .left-right-block-acm .content-block-container .heading-h1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .right-block-only-acm .block-item-content.right .content-block-container .left-right-block-acm .content-block-container .heading-h1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
  }
}
.right-block-only-acm .block-item-content.right .block-item-images.right {
  order: 2;
}

.inner-page-left-right-block {
  width: 100%;
  height: 704px;
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block {
    height: 100%;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block {
    height: 100%;
    margin-bottom: 60px;
  }
}
.inner-page-left-right-block .block-wrapper-left {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 80px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  width: 40%;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .inner-page-left-right-block .block-wrapper-left .content-block {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left .content-block {
    height: 100%;
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .content-block {
    width: 100%;
    gap: 20px;
    padding-left: 24px;
    padding-right: 24px;
    order: 2;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block .content {
  width: 100%;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .content {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .content {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block .content ul {
  list-style-type: disc;
}
.inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
@media only screen and (max-width: 1310px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper {
    gap: 24px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 480px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper .reserve-cta {
  height: 40px;
  position: relative;
}
.inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper .reserve-cta .primary-btn {
  padding: 10px 15px;
}
.inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper .reserve-cta a.primary-btn-background {
  padding: 10px 15px;
}
@media only screen and (max-width: 1440px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper .reserve-cta a.primary-btn-background {
    padding: 10px 30px;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block .cta-wrapper .learn-more-cta {
  height: 40px;
  position: relative;
}
.inner-page-left-right-block .block-wrapper-left .content-block .logo {
  width: 104px;
  height: 104px;
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .logo {
    width: 80px;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block .logo img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.inner-page-left-right-block .block-wrapper-left .content-block .open-hours {
  align-self: stretch;
  height: 104px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.inner-page-left-right-block .block-wrapper-left .content-block .open-hours .open-hours-title {
  width: 416px;
  height: 32px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .content-block .open-hours .open-hours-title {
    width: 100%;
  }
}
.inner-page-left-right-block .block-wrapper-left .content-block .open-hours .hours {
  align-self: stretch;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-left-right-block .block-wrapper-left .content-block .open-hours .hours ul {
  list-style: disc;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.inner-page-left-right-block .block-wrapper-left .image-block {
  width: 60%;
  max-width: 60%;
  height: 740px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .inner-page-left-right-block .block-wrapper-left .image-block {
    width: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left .image-block {
    height: 460px;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .image-block {
    width: 100%;
    max-width: 100%;
    height: 350px;
    order: 1;
  }
}
.inner-page-left-right-block .block-wrapper-left .image-block .top-image {
  width: 95%;
  max-width: 95%;
  height: 700px;
  left: 40px;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left .image-block .top-image {
    height: 430px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .image-block .top-image {
    width: 100%;
    max-width: 100%;
    height: 329px;
    overflow: hidden;
    left: 18px;
  }
}
.inner-page-left-right-block .block-wrapper-left .image-block .bottom-image {
  width: 95%;
  max-width: 95%;
  height: 700px;
  left: 0px;
  top: 40px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-left .image-block .bottom-image {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-left .image-block .bottom-image {
    width: 100%;
    max-width: 100%;
    top: 18px;
    overflow: hidden;
    height: 329px;
  }
}
.inner-page-left-right-block .block-wrapper-left .image-block img.dining-logo {
  position: absolute;
  top: 25px;
  left: 70px;
}
.inner-page-left-right-block .block-wrapper-right {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 80px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-right {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
}
.inner-page-left-right-block .block-wrapper-right .image-block {
  width: 60%;
  height: 740px;
  position: relative;
}
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
  .inner-page-left-right-block .block-wrapper-right .image-block {
    width: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-right .image-block {
    height: 460px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .image-block {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
}
.inner-page-left-right-block .block-wrapper-right .image-block .top-image {
  width: 95%;
  max-width: 95%;
  height: 700px;
  left: 0px;
  top: 0px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-right .image-block .top-image {
    height: 460px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .image-block .top-image {
    width: 100%;
    max-width: 100%;
    height: 329px;
    overflow: hidden;
    left: -18px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.inner-page-left-right-block .block-wrapper-right .image-block .bottom-image {
  width: 95%;
  max-width: 95%;
  height: 700px;
  left: 40px;
  top: 40px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-right .image-block .bottom-image {
    height: 460px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .image-block .bottom-image {
    width: 100%;
    max-width: 100%;
    left: 0px;
    top: 18px;
    overflow: hidden;
    height: 329px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.inner-page-left-right-block .block-wrapper-right .image-block img.dining-logo {
  position: absolute;
  top: 25px;
  right: 70px;
}
.inner-page-left-right-block .block-wrapper-right .content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .content-block {
    width: 100%;
    order: 2;
    gap: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.inner-page-left-right-block .block-wrapper-right .content-block .content {
  width: 416px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner-page-left-right-block .block-wrapper-right .content-block .content {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .content-block .content {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
}
.inner-page-left-right-block .block-wrapper-right .content-block .open-hours {
  align-self: stretch;
  height: 104px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}
.inner-page-left-right-block .block-wrapper-right .content-block .open-hours .open-hours-title {
  width: 416px;
  height: 32px;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-left-right-block .block-wrapper-right .content-block .open-hours .hours {
  align-self: stretch;
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.inner-page-left-right-block .block-wrapper-right .content-block .open-hours .hours ul {
  list-style: disc;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.inner-page-left-right-block .block-wrapper-right .content-block .cta-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .content-block .cta-wrapper {
    gap: 10px;
  }
}
.inner-page-left-right-block .block-wrapper-right .content-block .cta-wrapper .reserve-cta {
  height: 40px;
  position: relative;
}
.inner-page-left-right-block .block-wrapper-right .content-block .cta-wrapper .learn-more-cta {
  height: 40px;
  position: relative;
}
.inner-page-left-right-block .block-wrapper-right .content-block .logo {
  width: 104px;
  height: 104px;
}
@media only screen and (max-width: 767px) {
  .inner-page-left-right-block .block-wrapper-right .content-block .logo {
    width: 80px;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
  }
}
.inner-page-left-right-block .block-wrapper-right .content-block .logo img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.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: 480px;
}
.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: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", 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 #5a7a90 solid;
}
.venue-swiper-container .rooms-detail .top-section .detail .price-info .room-name {
  width: 100%;
  color: #435363;
  font-size: 32px;
  font-family: "brandon-grotesque", 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: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", 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 #435363 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: #435363;
  font-size: 12px;
  font-family: "brandon-grotesque", 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 #5a7a90 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 #5a7a90 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: #435363;
  font-size: 14px;
  font-family: "brandon-grotesque", 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: 40px;
  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;
}

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

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

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

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

.comparison-table-v2 {
  overflow: hidden;
}
.comparison-table-v2 .expandable-table {
  padding-top: 3em;
  display: none;
}
.comparison-table-v2 .expandable-table > .content-column + .center-column, .comparison-table-v2 .expandable-table > .center-column + .content-column {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .expandable-table > .content-column + .center-column, .comparison-table-v2 .expandable-table > .center-column + .content-column {
    margin-top: 35px;
  }
}
.comparison-table-v2 .capacity-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin-bottom: 23px;
  box-shadow: inset 0 0 0 1px #979797;
  background: #F7F8F8;
  border-radius: 20px;
}
.comparison-table-v2 .capacity-toggle button {
  height: 100%;
  border-radius: 20px;
  padding: 9px 20px;
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.comparison-table-v2 .capacity-toggle button:first-child {
  margin-left: 0;
}
.comparison-table-v2 .capacity-toggle button.active {
  background: #000;
  color: #fff;
}
.comparison-table-v2 .capacity-toggle button:hover {
  background: #5A7A90;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .capacity-toggle button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .comparison-table-v2 .capacity-toggle button:last-child {
    margin-bottom: 0;
  }
}
.comparison-table-v2 .comparison-table-wrapper {
  max-width: 1258px;
  max-height: 510px;
  margin: 0 auto;
  padding: 0 25px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1023px) {
  .comparison-table-v2 .comparison-table-wrapper {
    padding: 0;
  }
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar {
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 5;
  border-radius: 6px;
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 6px;
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 6px;
}
html:not(.mobile-device) .comparison-table-v2 .comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.comparison-table-v2 .comparison-table-wrapper .table-wrapper {
  min-width: 0;
  overflow-x: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comparison-table-v2 .comparison-table-wrapper .table-wrapper {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  .comparison-table-v2 .comparison-table-wrapper table {
    table-layout: auto;
  }
}
.comparison-table-v2 .comparison-table-wrapper table.cloned-for-printing {
  position: fixed;
  left: -9999px;
  top: -9999px;
}
.comparison-table-v2 .comparison-table-wrapper th, .comparison-table-v2 .comparison-table-wrapper td {
  border-left: 1px solid #D5E3EB;
  border-right: 1px solid #D5E3EB;
  font-size: 0.75rem;
  line-height: 1.364em;
  overflow: visible;
}
.comparison-table-v2 .comparison-table-wrapper thead th {
  position: sticky;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #5A7A90;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  letter-spacing: 0.6px;
  line-height: 14px;
  font-family: "brandon-grotesque", serif !important;
  vertical-align: bottom;
  z-index: 1;
}
.comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger {
  cursor: pointer;
  transition: color #D5E3EB;
}
.comparison-table-v2 .comparison-table-wrapper thead .sorting-trigger:hover {
  color: #5A7A90;
}
.comparison-table-v2 .comparison-table-wrapper thead button {
  font-size: 9px;
  font-weight: 400;
}
.comparison-table-v2 .comparison-table-wrapper thead button.active {
  text-decoration: underline;
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon {
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
.comparison-table-v2 .comparison-table-wrapper thead .rooms-icon:before {
  font-size: 24px;
}
.comparison-table-v2 .comparison-table-wrapper tbody th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.comparison-table-v2 .comparison-table-wrapper tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  text-align: center;
}
.comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(even) th, .comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(even) td {
  background: #D5E3EB;
  color: #435363;
}
.comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(even) tr:nth-child(odd) th, .comparison-table-v2 .comparison-table-wrapper tbody tr:nth-child(even) tr:nth-child(odd) td {
  background: #fff !important;
  color: #435363;
  border-left: 1px solid #D5E3EB;
}
.comparison-table-v2 .comparison-table-wrapper tbody .not-available {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 1px;
  background: #000;
}
.comparison-table-v2 .comparison-table-wrapper tbody .room-heading.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.comparison-table-v2 .comparison-table-wrapper tbody .room-heading.clickable:hover {
  text-decoration: none;
}
.comparison-table-v2 .comparison-table-wrapper tbody .room-heading {
  color: #435363;
  font-size: 0.75rem;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 420;
  text-decoration: underline;
  word-wrap: break-word;
  cursor: pointer;
  text-decoration: underline;
}
.comparison-table-v2 .comparison-table-wrapper tbody .room-heading:hover {
  text-decoration: none;
}
.comparison-table-v2 .comparison-table-wrapper tbody td [data-type=meters] {
  display: none;
}
.comparison-table-v2 .comparison-table-wrapper tbody .tour-360 svg {
  height: 20px;
  vertical-align: top;
  fill: #5A7A90;
}
.comparison-table-v2 .comparison-table-wrapper tbody .tour-360:hover svg {
  fill: #435363;
}

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

.special-offers-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 826px;
  max-height: 904px;
  overflow: hidden;
}
.special-offers-carousel .column-with-background {
  width: 45%;
  left: 0px;
  top: 0px;
  position: absolute;
  background: url("../images/sand.png");
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 904px;
}
@media only screen and (max-width: 1280px) {
  .special-offers-carousel .column-with-background {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .column-with-background {
    width: 100% !important;
    height: 600px;
  }
}
.special-offers-carousel .top-content-wrapper {
  display: flex;
  align-self: center;
  justify-content: space-between;
  align-items: center;
  gap: 187px;
  max-width: 1144px;
  margin-left: 108px;
  margin-right: 188px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .top-content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 64px;
    margin-inline: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .top-content-wrapper {
    margin-inline: 24px;
  }
}
.special-offers-carousel .top-content-wrapper .dine-slider-title {
  word-wrap: break-word;
  letter-spacing: 1.28px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .top-content-wrapper .dine-slider-title {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.special-offers-carousel .top-content-wrapper .slider-intro-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .top-content-wrapper .slider-intro-section {
    width: 100%;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .top-content-wrapper .slider-intro-section {
    margin-inline: 24px;
  }
}
.special-offers-carousel .top-content-wrapper .slider-intro-section .content {
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .top-content-wrapper .slider-intro-section .content {
    font-size: 16px;
  }
}
.special-offers-carousel .specials-slider-wrapper {
  position: relative;
  height: 100%;
  min-height: 503px;
  max-height: 560px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper {
    flex-direction: column;
  }
}
.special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1080px;
  z-index: 100;
  /* swiper buttons */
}
@media only screen and (max-width: 1440px) {
  .special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper {
    max-width: 1270px;
  }
}
.special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper .swiper-button-next,
.special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper .swiper-button-prev {
  position: absolute;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper .swiper-button-next,
  .special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper .swiper-button-prev {
    display: none;
  }
}
.special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper .swiper-button-next {
  right: 1%;
}
.special-offers-carousel .specials-slider-wrapper .swiper-buttons-wrapper .swiper-button-prev {
  left: 0;
}
.special-offers-carousel .specials-slider-wrapper .specials-slider {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider {
    justify-content: center;
    padding-inline: 124px;
  }
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider {
    padding-inline: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider {
    padding-inline: 12px;
  }
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container {
  position: relative;
  width: auto;
  height: 100%;
  max-width: 1192px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container {
    max-width: 342px;
    overflow: unset;
  }
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  min-width: 342px;
  box-shadow: 0px 10px 32px -10px rgba(213, 227, 235, 0.8);
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 342px;
  height: 100%;
  min-height: 503px;
  max-height: 560px;
  background: white;
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .special-image {
  width: 100%;
  min-width: 342px;
  height: 100%;
  min-height: 230px;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-contents-inner-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 240px;
  margin: 0 auto;
  padding: 28px;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-contents-inner-wrapper {
    padding: 20px;
    max-height: 100%;
  }
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-contents-inner-wrapper .specials-details-container {
  display: flex;
  flex-direction: column;
  font-family: "brandon-grotesque", serif !important;
  width: 100%;
  min-height: 98px;
  height: 100%;
  margin-bottom: 16px;
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-contents-inner-wrapper .specials-details-container .h3 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-contents-inner-wrapper .specials-details-container .h3 {
    margin-bottom: 12px;
  }
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-contents-inner-wrapper .specials-details-container .short-desc {
  color: #435363;
  font-size: 18px;
  font-family: "brandon-grotesque", serif !important;
  font-weight: 390;
  line-height: 32px;
  word-wrap: break-word;
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-cta-container {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-cta-container {
    flex-direction: column;
    gap: 8px 0;
  }
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-cta-container .cta-wrapper {
  position: relative;
  flex: 50%;
}
@media only screen and (max-width: 1023px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-cta-container .cta-wrapper {
    flex: 1;
  }
}
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-cta-container .cta-wrapper .primary-btn,
.special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide .special-slider-content-wrapper .specials-cta-container .cta-wrapper .primary-btn-background {
  display: inline-block;
  max-height: 40px;
  height: 100%;
  width: 100%;
  padding: 3px 0;
}
@media only screen and (min-width: 1440px) {
  .special-offers-carousel .specials-slider-wrapper .specials-slider .special-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    margin-right: 80px !important;
  }
}
