/*   
Theme Name: The Promenade
Theme URI: https://promenadegb.com
Description: Custom theme for The Promenade
Author: Jason Kobishop
Author URI: https://jasonkobishop.com
Version: 1
*/

:root {
  --white: white;
  --black: #0a0a09;
  --blue: #00205c;
  --tan: #cbbeb8;
  --light-tan: #efeded;
  --dark-brown: #302823;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

h1 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 26px;
}

a {
  color: var(--blue);
  transition: opacity .5s;
}

a:hover {
  opacity: .75;
}

.container {
  z-index: 2;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.centered {
  text-align: center;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.footer-bottom {
  text-align: center;
  border-top: 1px dotted #000;
  margin-top: 60px;
  padding-top: 40px;
}

.container.full {
  width: 1600px;
}

.container.is-highlights {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.floor-plan {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  height: 50px;
}

.spacer {
  width: 100%;
  height: 80px;
}

.spacer.spacer-small, .spacer.small {
  height: 40px;
}

.spacer.xs {
  height: 20px;
}

.spacer.spacer-large {
  height: 160px;
}

.spacer.spacer-large.tan {
  background-color: var(--tan);
}

.blog-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.blog-row.blog-body {
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-thumb {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.blog-info {
  flex: 1;
}

.btn {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 700;
  transition: opacity .5s;
}

.btn:hover {
  opacity: .75;
}

.btn.margin-top {
  margin-top: 15px;
}

.btn.btn-margin {
  margin-top: 20px;
}

.btn.btn-margin.btn-inverse {
  border: 2px solid var(--white);
  background-color: #fff0;
  transition: color .5s, background-color .5s;
}

.btn.btn-margin.btn-inverse:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.btn.btn-full {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.date {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.blog-thumb-link {
  width: 40%;
}

.body-wrapper {
  background-color: var(--white);
  border-radius: 0 0 40px 40px;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.form-wrapper {
  padding-top: 20px;
}

.form-control {
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.hero-wrapper {
  border-bottom: 15px solid var(--blue);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-image.mobile {
  display: none;
}

.footer {
  border-top: 4px none var(--black);
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-image {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  padding: 10px 15px;
  font-weight: 700;
  transition: border-color .5s, opacity .5s;
}

.nav-link:hover {
  border-bottom: 2px solid var(--black);
  opacity: 1;
  color: var(--black);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.nav-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-property: background-color, color;
  display: flex;
}

.nav-link.nav-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4.footer-grid {
  place-items: start center;
}

.nav-icon {
  height: 18px;
}

.top-bar {
  z-index: 9999999;
  background-color: var(--black);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .85rem;
  position: relative;
}

.top-bar-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  font-weight: 700;
}

.btn-portal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.top-bar-link {
  color: var(--white);
  text-decoration: none;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
  display: flex;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-titles_heading {
  color: #0000;
  text-align: center;
  white-space: nowrap;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

.section-hero-scroller {
  height: 800px;
  position: relative;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-gallery_button.swiper-prev.is-fp, .slider-gallery_button.swiper-next.is-fp {
  background-color: #0000001a;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-bg {
  z-index: 1;
  background-color: #000;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.btn-bg.white {
  background-color: #fff;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper.is-testimonials {
  width: 100%;
  position: relative;
}

.btn-2 {
  color: #000;
  cursor: pointer;
  border-bottom: 2px solid #000;
  padding: 15px;
  transition: color .25s;
  position: relative;
  overflow: hidden;
}

.btn-2:hover {
  color: #fff;
}

.btn-2.btn-white {
  color: #fff;
  border-bottom-color: #fff;
}

.btn-2.btn-white:hover {
  color: #000;
}

.btn-2.btn-white.btn-swiper {
  opacity: .2;
  position: absolute;
  bottom: 8%;
}

.btn-text {
  z-index: 2;
  position: relative;
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  padding: 4% 4% 6%;
  display: flex;
  position: relative;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-gallery_numbers {
  color: #fff;
  letter-spacing: .04em;
  text-shadow: 0 1px 1px #00000040;
  font-weight: 500;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-floor-plans {
  flex-flow: row;
  display: flex;
}

.swiper-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.room-note {
  color: #fff;
  border: .5px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  transition: color .5s, background-color .5s;
  position: absolute;
  bottom: 35%;
}

.section-padded {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-padded.is-fp {
  background-color: var(--light-tan);
  background-image: linear-gradient(180deg, var(--light-tan), white);
}

.section-padded.is-amenities {
  background-color: var(--white);
  color: var(--black);
  padding-top: 80px;
  position: relative;
}

.section-padded.is-newsletter {
  background-color: var(--light-tan);
  position: relative;
}

.section-padded.is-testimonials {
  background-image: linear-gradient(180deg, var(--tan), var(--light-tan));
  padding-top: 80px;
  padding-bottom: 0;
}

.section-padded.is-social {
  background-color: var(--light-tan);
}

.section-padded.is-features {
  background-color: var(--light-tan);
  background-image: linear-gradient(180deg, var(--light-tan), white);
  position: relative;
}

.section-padded.is-floor-plan {
  padding-top: 60px;
  position: relative;
}

.grid-amenities {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
}

.grid-amenity-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.amenity-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 46%;
  display: block;
}

.amenity-icon-wrapper {
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.amenity-icon-wrapper.alt {
  border: 1px solid var(--light-tan);
  width: 80px;
  margin-bottom: 20px;
}

.footer-logo {
  height: 80px;
}

.swiper-text-wrapper {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 4.13em;
  font-weight: 500;
  display: flex;
  position: absolute;
  bottom: 3em;
  left: 25%;
  right: 25%;
}

.swiper-text {
  text-shadow: 0 1px 1px #00000040;
  margin-bottom: 10px;
}

.grid-2-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-col.centered {
  place-items: center stretch;
}

.section {
  position: relative;
}

.line-heading {
  color: var(--black);
  border-left: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-weight: 500;
  line-height: 3rem;
}

.line-heading.white {
  border-left-color: var(--white);
  color: var(--white);
}

.half {
  width: 50%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 20px 12px -15px #0003;
}

.floor-plan-slide {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.floor-plan-slide-image {
  aspect-ratio: 6 / 9;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.floor-plan-link {
  background-color: var(--white);
  color: var(--black);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 20px;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 20px 40px;
}

.fp-btn {
  background-color: var(--dark-brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.fp-btn-arrow {
  width: 12px;
  height: auto;
}

.fp-title {
  display: flex;
  align-items: center;
}

.gem {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.play-btn {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  display: flex;
  position: absolute;
}

.highlight-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: -40px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  box-shadow: 0 20px 10px -12px #0000001a;
}

.full-image-wrapper {
  background-color: var(--dark-brown);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 15px -20px #0003;
}

.full-image {
  z-index: 1;
  opacity: .3;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.flex-space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.swiper-btns-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.swiper.is-social {
  margin: 40px 0;
}

.swiper-btns-wrapper.is-social {
  justify-content: center;
}

.footer-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-icon {
  height: 24px;
}

.amenities-wrapper {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
  position: relative;
}

.amenities-content {
  width: 100%;
  position: relative;
}

.amenities-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 700px;
}

.image-full {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 40px 20px -15px #0003;
}

.bg-slats {
  justify-content: flex-end;
  width: 45%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.bg-slats.is-features {
  top: 20px;
}

.slats {
  opacity: .25;
  max-width: none;
  height: 80%;
}

.slats.is-faqs, .slats.is-features {
  height: 600px;
}

.no-margin {
  margin-bottom: 0;
}

.fp-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 20px;
}

.fp-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.fp-res {
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: absolute;
  top: 40px;
  left: 20px;
}

.icon-highlight {
  height: 40px;
}

.bg-half {
  background-color: var(--tan);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 40px;
  display: block;
  position: relative;
}

.testimonial-wrapper {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  /*height: 500px;*/
  padding: 110px 60px 80px;
  font-size: .75rem;
  line-height: .75rem;
  display: flex;
  position: relative;
}

.testimonial-image {
  z-index: 2;
  aspect-ratio: 1;
  border: 5px solid var(--light-tan);
  object-fit: cover;
  border-radius: 50%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 60px;
}

.testimonial-name {
  text-align: right;
  font-weight: 500;
}

.swiper-pagination {
  z-index: 9;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
}

.testimonial-icon-wrapper {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  left: 37%;
}

.bg-newsletter {
  z-index: 1;
  background-color: var(--dark-brown);
  width: calc(50% - 300px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.icon-play {
  width: 40%;
  margin-left: 10%;
}

.social-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.social-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.wrapper-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-item-wrapper {
  position: relative;
}

.social-item-hover {
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: left;
  background-color: #fff6;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-header {
  background-image: url('images/bg-page-header.svg'), linear-gradient(0deg, #f3f3f3, #fafafa 19%);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 400px, auto;
  margin-bottom: 20px;
  padding-top: 70px;
  padding-bottom: 60px;
}

.accordion-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faqs-item {
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.accordion-title {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}

.accordion-panel {
  border-top: 1px solid #0a0a0933;
  margin-top: 10px;
  padding: 20px;
  display: none;
}

.gallery-wrapper {
  column-count: 2;
}

.gallery-item-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.amenity-item {
  padding-top: 80px;
  padding-bottom: 0;
}

.amenity-item:nth-child(odd) .amenity-text-wrapper {
  order: -1;
}

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px 40px;
  display: flex;
  box-shadow: 0 20px 12px -15px #0000004d;
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 46px;
}

.sidebar {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 30%;
  padding: 30px;
  position: sticky;
  top: 120px;
  box-shadow: 0 0 5px #0000001a;
}

.sidebar-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.sidebar-row.vert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.floor-plan-name {
  border-bottom: 1px solid var(--black);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.rounded {
  border-radius: 5px;
}

.rent-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--light-tan);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  display: flex;
}

.rent-items-wrapper {
  flex-flow: wrap;
  display: flex;
}

.floor-plan-image {
  object-fit: cover;
  background-color: #eff3fe;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 400px;
  display: flex;
}

.building-image {
  object-fit: cover;
  background-color: #eff3fe;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 400px;
  display: flex;
}

.image {
  border-radius: 5px;
}

.floor-plan-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.disclaimer {
  border-top: 1px solid var(--light-tan);
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.local-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-tan);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 10px -12px #0000001a;
}

.local-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.local-item-address {
  font-size: .75rem;
}

.local-item-name {
  font-weight: 500;
}

.local-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.local-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.map-wrapper {
  border-radius: 5px;
  box-shadow: 0 20px 10px -12px #0000001a;
}

.gallery-video {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.gallery-video-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 10px -12px #0000001a;
}

.mobile-inquire {
  display: none;
}

.top-bar-dropdown {
  color: var(--white);
  display: none;
}

.dropdown-toggle {
  color: var(--white);
}

.dropdown-list.w--open {
  z-index: 999;
}

.swiper-pagination {
	bottom: 30px !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 10px !important;
  transition: width 500ms;
  background: var(--black) !important;
  border-radius: 5px !important;
}

.swiper-pagination-bullet-active {
	width: 50px !important;
  background: var(--black) !important;
}

.social-item-wrapper:hover .social-item-hover, .gallery-item-wrapper:hover .social-item-hover {
	opacity: 1;
}

.accordion-title:after {
	content: url('images/icon-plus.svg');
	color: var(--white);
	float: right;
	position: absolute;
	right: 0px;
	top: calc(50% - 12px);
  background: var(--dark-brown);
  height: 24px;
  width: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-title.active:after, .faqs-item.open .accordion-title:after {
	content: url('images/icon-minus.svg');
}

.faqs-item.open .accordion-panel {
	display: block;
}

.section-header {
  background-position: calc(50% + 600px), 0 0;
}

.floor-plan-mobile {
  display: none;
}

@media screen and (max-width: 1400px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .logo {
  	height: 35px;
	}
	.nav-link {
     font-size: .85rem;
  }
}

@media screen and (max-width: 991px) {
  .container.is-highlights {
    grid-template-columns: 1fr;
  }

  .logo {
    height: 45px;
  }

  .spacer {
    height: 60px;
  }

  .blog-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .blog-row.blog-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .blog-thumb-link {
    width: 100%;
  }

  .body-wrapper {
    margin-bottom: 20px;
  }

  .hero-wrapper {
    max-width: 100%;
    margin-top: 20px;
  }

  .hero-image {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--light-tan);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 40px 40px;
  }

  .menu-btn {
    padding: 10px;
  }

  .menu-btn.w--open {
    background-color: var(--light-tan);
    color: var(--black);
  }

  .nav-link {
    text-align: center;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .top-bar-inner {
    justify-content: space-between;
    align-items: center;
  }

  .top-bar-link {
    display: none;
  }

  .top-bar-link.phone {
    display: block;
  }

  .slider-titles_heading {
    white-space: normal;
  }

  .section-hero-scroller {
    aspect-ratio: 3 / 2.5;
    width: 100%;
    height: auto;
  }

  .slider-gallery_button.swiper-prev, .slider-gallery_button.swiper-next {
    width: 40px;
    height: 40px;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .section-padded {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-padded.is-newsletter {
    color: var(--white);
  }

  .grid-amenities {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    top: auto;
    left: 20px;
  }

  .grid-amenity-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .amenity-icon-wrapper {
    width: 40px;
  }

  .swiper-text-wrapper {
    width: 100%;
    height: 40px;
    bottom: 90px;
    left: 0%;
    right: 0%;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .grid-2-col.centered {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section.is-highlights {
    margin-bottom: -39px;
  }

  .half {
    width: 100%;
  }

  .highlight-item {
    margin-bottom: 0;
  }

  .amenities-image {
    aspect-ratio: 1;
  }

  .testimonial-wrapper {
    padding-top: 90px;
    font-size: 1.15rem;
  }

  .testimonial-image {
    width: 100px;
  }

  .bg-newsletter {
    width: 100%;
  }

  .social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social-item-hover {
    padding: 20px;
  }

  .footer-links {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .sidebar {
    flex: none;
    width: 30%;
  }

  .floor-plan-image {
    width: 100%;
  }

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

  .floor-plan-images {
    flex-flow: column;
  }

  .local-grid {
    grid-template-columns: 1fr 1fr;
  }

  .top-bar-dropdown {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-toggle {
    padding: 10px 20px 10px 0;
  }

  .dropdown-list.w--open {
    background-color: var(--light-tan);
    color: var(--black);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 10px;
    margin-left: -20px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .icon-dropdown-toggle {
    margin-right: 0;
  }
  
  .is-newsletter h2 {
  	color: var(--white);
  }
  
  .amenity-item:nth-child(odd) .amenity-text-wrapper {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .container.floor-plan {
    flex-flow: column;
  }

  .logo {
    height: 45px;
  }

  .spacer.small.hidden-mobile, .hero-image.desktop {
    display: none;
  }

  .hero-image.mobile {
    display: block;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .nav-icon {
    height: 16px;
  }

  .top-bar {
    font-size: .7rem;
  }

  .btn-portal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slider-titles_heading {
    font-size: 4em;
  }

  .grid-amenities {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--dark-brown);
    border-radius: 0 0 5px 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .grid-amenity-wrapper {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .grid-2-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .amenities-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slats {
    height: 700px;
  }

  .slats.is-faqs {
    height: 400px;
  }

  .testimonial-wrapper {
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.05rem;
    line-height: 1.25rem;
  }

  .testimonial-image {
    left: 40px;
  }

  .gallery-wrapper {
    column-count: 1;
  }

  .sidebar {
    order: 3;
    width: 100%;
    position: static;
  }

  .floor-plan-image {
    height: auto;
  }

  .local-item {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-inquire {
    z-index: 99;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transition: opacity .5s;
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 40px;
    right: 40px;
  }

  .mobile-inquire.is-sticky {
    opacity: 1;
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: 0 2px 5px #0000001a;
  }

  .dropdown-list-item {
    color: var(--black);
    font-weight: 500;
  }
  
  .grid-amenities h3 {
  	font-size: 1.05rem;
  }
  
  .floor-plan-desktop, .floor-plan-images {
    display: none;
  }
  
  .floor-plan-mobile {
    display: block;
    width: calc(100vw - 55px);
  }
  
  .swiper.is-floor-plan-mobile {
    width: calc(100vw - 55px);
  }
  
  .swiper-slide.is-floor-plans-mobile {
    width: 100%;
  }
  
  .floor-plan-mobile-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: contain;
    background: #eff3fe;
  }
  
  .hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .logo {
    width: auto;
    height: 35px;
  }

  .spacer {
    height: 40px;
  }

  .body-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    border-bottom-width: 10px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-btn {
    padding: 10px;
  }

  .slider-titles_heading {
    font-size: 2.5em;
  }

  .section-hero-scroller {
    height: 500px;
  }

  .slider-gallery_button.swiper-prev, .slider-gallery_button.swiper-next {
    width: 40px;
    height: 40px;
  }

  .slider-gallery_bottom-wrapper {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-gallery_numbers {
    margin-bottom: 0;
  }

  .room-note {
    bottom: 120px;
  }

  .section-padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-padded.is-fp {
    padding-top: 80px;
  }

  .section-padded.is-amenities, .section-padded.is-floor-plan {
    padding-top: 40px;
  }

  .grid-amenities {
    place-items: start stretch;
  }

  .amenity-icon {
    width: 30px;
  }

  .amenity-icon-wrapper {
    width: 50px;
  }

  .amenity-icon-wrapper.alt {
    width: 60px;
  }

  .swiper-text-wrapper {
    bottom: 80px;
  }

  .line-heading {
    line-height: 2rem;
  }

  .highlight-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 1.1rem;
  }

  .flex-space {
    flex-flow: wrap;
  }

  .amenities-image {
    width: 100%;
  }

  .slats.is-faqs {
    height: 300px;
  }

  .icon-highlight {
    height: 30px;
  }

  .testimonial-wrapper {
    padding: 60px 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-image {
    width: 90px;
    left: 30px;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .wrapper-btns {
    flex-flow: column;
  }

  .feature-icon {
    width: 30px;
  }

  .disclaimer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .local-grid {
    grid-template-columns: 1fr;
  }

  .contact-image {
    aspect-ratio: 1;
  }
}

@font-face {
  font-family: 'Resamitz';
  src: url('fonts/ResamitzBold_0048.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Resamitz';
  src: url('fonts/Resamitz_0048.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}