@font-face {
  font-family: "Canela";
  src: url("../../assets/fonts/Canela-Regular.woff") format("woff"), url("../../assets/fonts/Canela-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "Founders Grotesk";
  font-weight: 400;
  src: url("../../assets/fonts/FoundersGrotesk-Regular.woff") format("woff"), url("../../assets/fonts/FoundersGrotesk-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "Founders Grotesk";
  font-weight: 500;
  src: url("../../assets/fonts/FoundersGrostesk-Medium.woff") format("woff"), url("../../assets/fonts/FoundersGrostesk-Medium.ttf") format("truetype")
}

@font-face {
  font-family: "Founders Grotesk";
  font-weight: 600;
  src: url("../../assets/fonts/FoundersGrostesk-Semibold.woff") format("woff"), url("../../assets/fonts/FoundersGrostesk-Semibold.ttf") format("truetype")
}

@font-face {
  font-family: "Minion Pro";
  font-weight: normal;
  src: url("../../assets/fonts/MinionPro-Regular.woff") format("woff"), url("../../assets/fonts/MinionPro-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "Inconsolata";
  font-weight: normal;
  src: url("../../assets/fonts/Inconsolata-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "Inconsolata";
  font-weight: bold;
  src: url("../../assets/fonts/Inconsolata-Bold.ttf") format("truetype")
}

@font-face {
  font-family: "Gotham Book";
  font-weight: normal;
  src: url("../../assets/fonts/GothamBook.woff") format("woff"), url("../../assets/fonts/GothamBook.ttf") format("truetype")
}

.wow,
.wow-quick {
  opacity: 0;
  transform: translateY(40px);
  transition: all .5s ease-out
}

.wow.visible,
.wow-quick.visible {
  opacity: 1;
  transform: translateY(0px)
}

.wow-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all .5s ease-out
}

.wow-left.visible {
  opacity: 1;
  transform: translateX(0px)
}

.wow-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all .5s ease-out
}

.wow-right.visible {
  opacity: 1;
  transform: translateX(0px)
}

.wow-group>div,
.wow-group>li,
.wow-group>a,
.wow-group-quick>div,
.wow-group-quick>li,
.wow-group-quick>a {
  opacity: 0;
  transform: translateY(15px);
  transition: all .5s ease-out
}

.wow-group>div.visible,
.wow-group>li.visible,
.wow-group>a.visible,
.wow-group-quick>div.visible,
.wow-group-quick>li.visible,
.wow-group-quick>a.visible {
  opacity: 1;
  transform: translateY(0)
}

@media screen and (max-width: 992px) {
  .page-header-navbar .page-header-nav>ul>li.register-now {
    margin: 10px auto
  }
}

.simpleParallax {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.foe-iframe-block {
  display: none
}

.foe-block {
  padding: 10%;
  font-family: "Founders Grotesk", "Gotham SSm A", "Gotham SSm B", Gotham, Proxima Nova, sans-serif;
  font-size: 17px;
  overflow: hidden
}

@media screen and (max-width: 992px) {
  .foe-block {
    padding: 11% 9%
  }
}

.foe-block h1,
.foe-block h2,
.foe-block h3,
.foe-block h4,
.foe-block h5 {
  font-family: "Canela", serif;
  font-weight: 400;
  margin-bottom: .7em
}

.foe-block h1 {
  font-size: 60px
}

@media screen and (max-width: 1300px) {
  .foe-block h1 {
    font-size: 50px
  }
}

@media screen and (max-width: 992px) {
  .foe-block h1 {
    font-size: 40px
  }
}

.foe-block img {
  max-width: 100%;
  height: auto;
  width: 100%
}

.foe-block .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap
}

.foe-block .button,
.foe-block #gform_next_button_46_5 {
  font-family: "Gotham SSm A", "Gotham SSm B", Gotham, Proxima Nova, sans-serif;
  color: #fff;
  background: #ae8253;
  border-color: #ae8253;
  padding: 1.2em 3em 1.2em 3em;
  letter-spacing: 1px;
  margin: 1.5em auto;
  line-height: 1;
  display: inline-flex;
  align-items: center
}

.foe-block .button.button-small,
.foe-block #gform_next_button_46_5.button-small {
  padding: 1em 1.8em;
  margin-right: 1em
}

.foe-block .button:hover,
.foe-block #gform_next_button_46_5:hover {
  background-color: #113646;
  border-color: #113646
}

.foe-block .button.blue,
.foe-block #gform_next_button_46_5.blue {
  color: #fff;
  cursor: pointer;
  background: #113646;
  border-color: #113646
}

.foe-block .button.blue:hover,
.foe-block #gform_next_button_46_5.blue:hover {
  color: #fff;
  background-color: #ae8253;
  border-color: #ae8253
}

.foe-block.intro {
  background: rgba(236, 234, 229, .75)
}

.foe-block.intro .intro-heading {
  text-align: center;
  max-width: 300px;
  margin: 0px auto 7% auto
}

.foe-block.intro .intro-heading img {
  display: block;
  margin: 0 auto 15px auto;
  width: auto
}

.foe-block.intro .intro-content {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 100%
}

@media screen and (max-width: 992px) {
  .foe-block.intro .intro-content {
    flex-wrap: wrap
  }
}

.foe-block.intro .intro-content .intro-img {
  flex: 0 0 50%
}

@media screen and (max-width: 992px) {
  .foe-block.intro .intro-content .intro-img {
    flex: 0 0 100%;
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(0)
  }
}

.foe-block.intro .intro-content .intro-img img {
  border-radius: 10px
}

.foe-block.intro .intro-content .intro-text {
  flex: 0 0 50%;
  padding-left: 7%
}

@media screen and (max-width: 992px) {
  .foe-block.intro .intro-content .intro-text {
    flex: 0 0 100%;
    padding: 8% 0px 10% 0px
  }
}

.foe-block.intro .features {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10% 0px 7% 0px;
  position: relative
}

@media screen and (max-width: 992px) {
  .foe-block.intro .features {
    margin: 10% 0px
  }
}

.foe-block.intro .features:after,
.foe-block.intro .features:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #113646;
  transform-origin: 100% 50%;
  transform: scale(0);
  opacity: 0;
  transition: transform 1.3s ease-out, opacity .3s ease-out
}

.foe-block.intro .features:before {
  top: 0px;
  bottom: auto;
  transform-origin: 0% 50%
}

.foe-block.intro .features.visible:after,
.foe-block.intro .features.visible:before {
  transform: scale(1);
  opacity: 1
}

@media screen and (max-width: 992px) {
  .foe-block.intro .features {
    flex-direction: column
  }
}

.foe-block.intro .features .feature {
  max-width: 300px;
  padding: 20px;
  text-align: center
}

@media screen and (max-width: 992px) {
  .foe-block.intro .features .feature {
    padding: 15px
  }
}

.foe-block.intro .features .feature span {
  text-transform: uppercase;
  letter-spacing: 1px
}

.foe-block.intro .features .feature div {
  font-size: 20px;
  font-family: "Canela", serif;
  padding: 10px 0px 0px 0px
}

.foe-block.intro .intro-bottom {
  margin: 4% auto 0px;
  max-width: 600px;
  text-align: center
}

.foe-block.intro .intro-bottom strong {
  font-weight: 600;
  letter-spacing: 1px
}

.foe-block .video-wrap {
  margin-bottom: 4%
}

.foe-block .video-wrap p {
  margin: 0px
}

.foe-block .video-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px
}

.foe-block .repeater .repeater-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4% 0px
}

.foe-block .repeater .repeater-row:nth-child(even) .row-img {
  order: 2;
  padding: 0px 0px 0px 3.5%
}

@media screen and (max-width: 992px) {
  .foe-block .repeater .repeater-row:nth-child(even) .row-img {
    padding: 0px;
    order: 1
  }
}

.foe-block .repeater .repeater-row:nth-child(even) .row-img img {
  margin-left: auto
}

.foe-block .repeater .repeater-row:nth-child(even) .row-content {
  order: 1;
  padding: 0px 5% 0px 0px
}

@media screen and (max-width: 992px) {
  .foe-block .repeater .repeater-row:nth-child(even) .row-content {
    padding: 8% 0px 10% 0px;
    order: 2
  }
}

.foe-block .repeater .repeater-row .row-img {
  flex: 0 0 50%;
  padding-right: 3.5%
}

@media screen and (max-width: 992px) {
  .foe-block .repeater .repeater-row .row-img {
    flex: 0 0 100%;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(0)
  }
}

.foe-block .repeater .repeater-row .row-img img {
  display: block;
  border-radius: 10px;
  will-change: transform
}

.foe-block .repeater .repeater-row .row-content {
  flex: 0 0 50%;
  padding-left: 5%
}

@media screen and (max-width: 992px) {
  .foe-block .repeater .repeater-row .row-content {
    flex: 0 0 100%;
    padding: 8% 0px 10% 0px
  }
}

.foe-block.floorplans {
  background: rgba(236, 234, 229, .75);
  padding: 0px
}

.foe-block.floorplans .floorplan-top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex: 0 0 100%;
  align-items: center;
  padding: 10%
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-top {
    flex-wrap: wrap
  }
}

.foe-block.floorplans .floorplan-top .inner {
  max-width: 900px
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-top .inner {
    max-width: 100%
  }
}

.foe-block.floorplans .floorplan-top h1 {
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 9%
}

.foe-block.floorplans .floorplan-top .floor-swapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 50%;
  width: 50%;
  padding-right: 5%
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-top .floor-swapper {
    flex: 0 0 100%;
    padding: 8% 0px 10% 0px;
    flex-wrap: wrap
  }
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-prev,
.foe-block.floorplans .floorplan-top .floor-swapper .floor-next {
  background: url("/wp-content/themes/abstract/dist/images/arrow-left.svg") center center no-repeat;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  cursor: pointer;
  transition: all .3s ease-out
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-prev:hover,
.foe-block.floorplans .floorplan-top .floor-swapper .floor-next:hover {
  background: url("/wp-content/themes/abstract/dist/images/arrow-left-gold.svg") center center no-repeat
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-prev.slick-disabled,
.foe-block.floorplans .floorplan-top .floor-swapper .floor-next.slick-disabled {
  opacity: .3;
  cursor: not-allowed
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-next {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/abstract/dist/images/arrow-right.svg") center center no-repeat
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-next:hover {
  background: url("/wp-content/themes/abstract/dist/images/arrow-right-gold.svg") center center no-repeat
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-slider {
  width: calc(100% - 80px);
  flex: 0 0 calc(100% - 80px)
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-title {
  margin: 0px 10px;
  padding: 22px 15px 15px 15px;
  position: relative;
  cursor: pointer;
  transition: all .5s ease-out
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-title.slick-current div {
  color: #ae8253
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-title:hover {
  color: #ae8253
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-title:hover:after,
.foe-block.floorplans .floorplan-top .floor-swapper .floor-title:hover:before {
  opacity: 1;
  transform: translateY(0px)
}

.foe-block.floorplans .floorplan-top .floor-swapper .floor-title div {
  font-family: "Canela", serif;
  font-size: 60px;
  line-height: 1;
  transition: color .3s ease-out
}

@media screen and (max-width: 1300px) {
  .foe-block.floorplans .floorplan-top .floor-swapper .floor-title div {
    font-size: 50px
  }
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-top .floor-swapper .floor-title div {
    font-size: 45px
  }
}

.foe-block.floorplans .floorplan-top .floor-swapper .floorplan-filter {
  flex: 0 0 calc(100% - 100px);
  text-align: left;
  padding-top: 50px;
  margin: auto;
  border-top: 2px solid #113646
}

.foe-block.floorplans .floorplan-top .floor-swapper .floorplan-filter .filter {
  display: block;
  position: relative;
  padding: 5px 0px 5px 36px;
  cursor: pointer
}

.foe-block.floorplans .floorplan-top .floor-swapper .floorplan-filter .filter.active:after {
  background: #113646 !important
}

.foe-block.floorplans .floorplan-top .floor-swapper .floorplan-filter .filter:hover:after {
  background: #ae8253
}

.foe-block.floorplans .floorplan-top .floor-swapper .floorplan-filter .filter:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 2px solid #fff;
  outline: 1px solid #113646;
  transition: background .3s ease-out
}

.foe-block.floorplans .floorplan-top .floor-swapper .floorplan-filter .filter-all {
  padding: .9em 2em .9em 2em
}

.foe-block.floorplans .floorplan-top .floor-plates {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-top .floor-plates {
    flex: 0 0 100%;
    width: 100%
  }
}

.foe-block.floorplans .floorplan-top .floor-plates img {
  width: auto;
  margin: 0 auto;
  max-height: 400px
}

.foe-block.floorplans .floorplan-bot {
  display: flex;
  flex-wrap: wrap;
  padding: 10%;
  background: #fff
}

.foe-block.floorplans .floorplan-bot .floorplan-img {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  padding-bottom: 4%
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-bot .floorplan-img {
    flex: 0 0 100%;
    padding: 8% 0px
  }
}

.foe-block.floorplans .floorplan-bot .floorplan-img img {
  width: auto
}

.foe-block.floorplans .floorplan-bot .floorplan-content {
  flex: 0 0 40%;
  padding-top: 3%
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-bot .floorplan-content {
    flex: 0 0 100%
  }
}

.foe-block.floorplans .floorplan-bot .floorplan-content .floorplan-text {
  flex: 0 0 100%;
  display: flex;
  align-items: center
}

.foe-block.floorplans .floorplan-bot .floorplan-content .unit {
  flex: 0 0 100%;
  padding-bottom: 30px
}

.foe-block.floorplans .floorplan-bot .floorplan-content .floorplan-title {
  font-size: 60px;
  color: #ae8253;
  font-family: "Canela", serif;
  border-right: 2px solid #22242b;
  padding: 30px 40px 15px 0px;
  margin-right: 40px;
  display: flex;
  align-items: center
}

.foe-block.floorplans .floorplan-bot .floorplan-content .floorplan-details div {
  border-bottom: 1px solid #22242b;
  padding: 10px 0px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.foe-block.floorplans .floorplan-bot .floorplan-content .floorplan-details div:first-child {
  font-family: "Canela", serif;
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0px;
  border-bottom: 2px solid #22242b
}

.foe-block.floorplans .floorplan-bot .floorplan-content .floorplan-details div:last-child {
  border: none
}

.foe-block.floorplans .floorplan-bot .floorplan-content .buttons {
  margin-top: 2em
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-bot .floorplan-content .buttons {
    text-align: center
  }
}

@media screen and (max-width: 992px) {
  .foe-block.floorplans .floorplan-bot .floorplan-content .buttons .button {
    margin: 0px .7em .75em 0px
  }
}

.foe-block.neighbourhood {
  color: #fff;
  background: #2e3038 url("/wp-content/themes/abstract/assets/images/texture.png") top center
}

.foe-block.neighbourhood h1 {
  text-align: center;
  padding-bottom: 3%
}

@media screen and (max-width: 992px) {
  .foe-block.neighbourhood h1 {
    padding: 3% 0px 0px 0px
  }
}

.foe-block.neighbourhood .repeater-row:first-child {
  display: none
}

.foe-block.neighbourhood .gallery {
  padding-top: 3.5%
}

.foe-block.map-block {
  padding: 0px;
  background: #113646
}

.foe-block.map-block .map-sidebar {
  padding: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 310px;
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  .foe-block.map-block .map-sidebar {
    margin: 0px
  }
}

.foe-block.map-block .map-sidebar .map-category-button {
  background: none;
  border: none;
  text-align: left;
  max-width: 250px;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  padding: 10px 15px 10px 10px;
  margin-bottom: 3px
}

@media screen and (max-width: 992px) {
  .foe-block.map-block .map-sidebar .map-category-button {
    padding: 5px 17px 5px 5px;
    margin-bottom: 2px
  }
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=groceries-markets] i {
  background: #6abee8
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=arts-culture] i {
  background: #927eaf
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=dining-bites] i {
  background: #8b5247
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=education] i {
  background: #d1baaa
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=health] i {
  background: #bf8595
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=shops] i {
  background: #97b0bf
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=all] {
  background: #fff;
  color: #113646;
  padding: 1em 3em;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-family: "Gotham SSm A", "Gotham SSm B", Gotham, Proxima Nova, sans-serif;
  margin-top: 15px;
  margin-left: 10px;
  width: auto
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=all]:hover {
  background: #ae8253;
  color: #fff
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=all]:focus {
  background: #ae8253;
  color: #fff
}

.foe-block.map-block .map-sidebar .map-category-button[data-business-category=all]:active {
  background: #ae8253;
  color: #fff
}

.foe-block.map-block .map-sidebar .map-category-button:focus {
  outline: none;
  box-shadow: none;
  background: rgba(0, 0, 0, .1)
}

.foe-block.map-block .map-sidebar .map-category-button:active {
  outline: none;
  color: #fff !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, .1) !important
}

.foe-block.map-block .map-sidebar .map-category-button:hover span {
  border-bottom: 1px solid #ae8253
}

.foe-block.map-block .map-sidebar .map-category-button i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ae8253;
  border-radius: 50%;
  font-size: 1.3em;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 15px
}

.foe-block.map-block .map-sidebar .map-category-button span {
  display: inline-block;
  padding: 4px 0px 3px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border .3s ease-out
}

.foe-block .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3%;
  margin-bottom: -3%
}

.foe-block .gallery .gallery-item {
  flex: 0 0 46.5%;
  margin: 3.5% 0px;
  position: relative;
  padding-top: 38%;
  transform: translateZ(0);
  border-radius: 10px;
  overflow: hidden
}

@media screen and (max-width: 992px) {
  .foe-block .gallery .gallery-item {
    padding-top: 42%
  }
}

.foe-block .gallery .gallery-item.full {
  flex: 0 0 100%;
  padding-top: 45%
}

@media screen and (max-width: 992px) {
  .foe-block .gallery .gallery-item.full {
    padding-top: 53%
  }
}

.foe-block .gallery .gallery-item .simpleParallax {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px
}

.foe-block .gallery .gallery-item img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}

.foe-block.register-form {
  background: rgba(236, 234, 229, .5) url("/wp-content/themes/abstract/assets/images/leaf-gold.svg") left -163px center no-repeat
}

@media screen and (max-width: 1200px) {
  .foe-block.register-form {
    background: url("/wp-content/themes/abstract/assets/images/leaf-gold.svg") left -100px center no-repeat;
    background-size: 200px
  }
}

@media screen and (max-width: 992px) {
  .foe-block.register-form {
    background: url("/wp-content/themes/abstract/assets/images/leaf-gold.svg") left -50px center no-repeat;
    background-size: 100px
  }
}

@media screen and (max-width: 500px) {
  .foe-block.register-form {
    background: url("/wp-content/themes/abstract/assets/images/leaf-gold.svg") left -35px center no-repeat;
    background-size: 70px
  }
}

.foe-block.register-form .form-intro {
  text-align: center;
  padding-bottom: 4%
}

.foe-block.register-form .form-intro .lead-para {
  text-transform: uppercase;
  letter-spacing: 1px
}

.foe-block.register-form .gform_body,
.foe-block.register-form .gform_confirmation_wrapper {
  max-width: 50em
}

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

  .foe-block.register-form .gform_body,
  .foe-block.register-form .gform_confirmation_wrapper {
    max-width: 40em
  }
}

.foe-block.register-form .custom-form-wrapper {
  margin-bottom: 0px
}

.foe-block.register-form label {
  margin-bottom: 0px
}

.foe-block.register-form .custom-form-wrapper .custom-ajax-spinner {
  opacity: 0
}

.foe-block.register-form .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0px
}

.foe-block.register-form .gform_wrapper .gfield_checkbox li:only-child input[type=checkbox]+label {
  display: inline-block
}

.foe-block.register-form ul.gfield_radio {
  padding-left: 0px
}

.foe-block.register-form #field_46_15 {
  padding-left: 0px !important;
  padding-bottom: 10px
}

.foe-block.register-form .gform_wrapper .gfield_checkbox input {
  margin-top: 4px !important;
  min-width: 14px;
  min-height: 14px
}

.foe-block.register-form .gform_wrapper .gfield_checkbox label {
  cursor: pointer
}

.foe-block.register-form .gform_wrapper .gfield_checkbox li {
  display: flex;
  align-items: flex-start
}

.foe-block.register-form .gform_wrapper input[type=text],
.foe-block.register-form .gform_wrapper input[type=email],
.foe-block.register-form .gform_wrapper input[type=phone] {
  background: none !important
}

.foe-block.register-form .foe-footer-disclaimer {
  display: none
}

.view-modal-block {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  display: none
}

.view-modal-block .view-modal-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.view-modal-block .view-modal-wrap .modal-overlay {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.view-modal-block .view-modal {
  margin: 0 auto;
  position: relative;
  z-index: 5
}

.view-modal-block .view-modal .modal-close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity .3s ease-out
}

.view-modal-block .view-modal .modal-close:hover {
  opacity: .8
}

.view-modal-block .view-modal img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%
}

body.oak-stone h1,
body.oak-stone h2 {
  font-family: Canela
}

body.oak-stone a.btn.btn-sm.btn-light {
  background: #22242b;
  color: #fff
}

body.oak-stone a.btn.btn-sm.btn-light:hover {
  background: #fff;
  color: #22242b
}

body.oak-stone .foe-rearrange {
  display: flex;
  flex-direction: column-reverse
}

body.oak-stone .foe-block.intro {
  background: #2e3038;
  color: #fff;
  position: relative;
  padding-bottom: 20%
}

body.oak-stone .foe-block.intro a {
  color: #fff;
  transition: color .2s ease-out
}

body.oak-stone .foe-block.intro a:hover {
  color: #c7955f
}

body.oak-stone .foe-block.intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("https://abstractdevelopments.com/app/uploads/2023/10/pattern-repeat.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 10%;
  width: 100%;
  z-index: 2
}

body.oak-stone .foe-block.intro .button:hover {
  background: #fff;
  color: #22242b
}

body.oak-stone .foe-block.intro .intro-heading img {
  filter: grayscale(100%) sepia(100%) brightness(1000%)
}

body.oak-stone .foe-block.intro .features::before,
body.oak-stone .foe-block.intro .features::after {
  background: #fff
}

@media screen and (max-width: 992px) {
  body.oak-stone .foe-block.intro .features {
    align-items: center
  }
}

body.oak-stone .foe-block.register-form {
  background: #eceae5;
  padding-bottom: 0
}

body.oak-stone .foe-block.register-form .foe-footer-disclaimer {
  display: block;
  padding-top: 3%;
  padding-bottom: 1em;
  font-size: 12px;
  font-weight: normal;
  margin: auto;
  max-width: 68em;
  color: #22242b
}

body.oak-stone .foe-block.main-content .video-wrap {
  max-width: 90%;
  margin: 0 auto 4%;
  overflow: hidden;
  border-radius: 10px
}

@media screen and (max-width: 1000px) {
  body.oak-stone .foe-block.main-content .video-wrap {
    max-width: none
  }
}

body.oak-stone .foe-block.gallery-block.image-grid .gallery-item {
  flex: 0 0 22.5%;
  margin: 1.5% 0px;
  padding-top: 19%
}

@media screen and (max-width: 600px) {
  body.oak-stone .foe-block.gallery-block.image-grid .gallery-item {
    flex: 0 0 48.5%;
    margin: 1.5% 0px;
    padding-top: 43%
  }
}

@media screen and (max-width: 375px) {
  body.oak-stone .foe-block.gallery-block.image-grid .gallery-item {
    flex: 0 0 100%;
    margin: 3.5% 0px;
    padding-top: 100%
  }
}

body.oak-stone .foe-iframe-block {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
  border-top: solid 2px #f6f5f2
}

@media screen and (max-width: 1200px) {
  body.oak-stone .foe-iframe-block {
    padding-top: 200%
  }
}

@media screen and (max-width: 1000px) {
  body.oak-stone .foe-iframe-block {
    padding-top: 230%
  }
}

@media screen and (max-width: 600px) {
  body.oak-stone .foe-iframe-block {
    padding-top: 350%
  }
}

@media screen and (max-width: 500px) {
  body.oak-stone .foe-iframe-block {
    padding-top: 400%
  }
}

@media screen and (max-width: 400px) {
  body.oak-stone .foe-iframe-block {
    padding-top: 450%
  }
}

@media screen and (max-width: 350px) {
  body.oak-stone .foe-iframe-block {
    padding-top: 475%
  }
}

body.oak-stone .foe-iframe-block .foe-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

body.postid-6978 {
  color: #22242b
}

body.postid-6978 h1,
body.postid-6978 h2 {
  font-family: "Minion Pro", serif
}

body.postid-6978 .btn {
  font-family: "Inconsolata", times;
  font-size: 1.125rem;
  font-weight: bold
}

body.postid-6978 .carousel-cell::after {
  display: none
}

body.postid-6978 .sticky-wrapper .page-header-navbar {
  background-color: #89815c
}

body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-logo {
  display: none
}

body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-nav .list-inline .list-inline-item {
  margin: 5px
}

body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-nav .list-inline .list-inline-item .btn-borderless {
  color: #e7e5dd;
  margin: auto;
  transition: color .3s ease-in
}

body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-nav .list-inline .list-inline-item .btn-borderless:hover,
body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-nav .list-inline .list-inline-item .btn-borderless:focus {
  color: #2f3a40
}

body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-nav .register-now .btn {
  border: none;
  border-radius: 6px;
  color: #22242b;
  background-color: #e7e5dd;
  padding: 6px 39px;
  transition: background-color .3s ease-in, color .3s ease-out
}

body.postid-6978 .sticky-wrapper .page-header-navbar .page-header-nav .register-now .btn:hover {
  color: #e7e5dd;
  background-color: #2f3a40
}

body.postid-6978 .foe-block.intro {
  background: #e7e5dd
}

body.postid-6978 .foe-block.intro .features {
  color: #2f3a40
}

@media screen and (max-width: 992px) {
  body.postid-6978 .foe-block.intro .features {
    align-content: center
  }
}

body.postid-6978 .foe-block.intro .features span {
  font-family: "Inconsolata", times;
  font-weight: bold
}

body.postid-6978 .foe-block.intro .features div {
  font-family: "Minion Pro", serif
}

body.postid-6978 .foe-block.intro .features::before,
body.postid-6978 .foe-block.intro .features::after {
  background: #89815c
}

body.postid-6978 .foe-block.intro .intro-heading {
  max-width: 400px
}

body.postid-6978 .foe-block.intro .intro-heading h1 {
  color: #2f3a40
}

body.postid-6978 .foe-block.intro .intro-heading img {
  filter: invert(49%) sepia(50%) saturate(254%) hue-rotate(12deg) brightness(93%) contrast(82%);
  max-width: 111px;
  margin: 0 auto 40px auto
}

body.postid-6978 .foe-block.intro .intro-bottom {
  color: #2f3a40
}

body.postid-6978 .foe-block.intro .intro-bottom p {
  font-family: "Inconsolata", times;
  font-size: 1.375rem
}

body.postid-6978 .foe-block {
  font-family: "Gotham Book", Proxima Nova, sans-serif;
  font-size: 1.1rem
}

body.postid-6978 .foe-block .button {
  background: #874524;
  border-color: #874524;
  border-radius: 6px;
  padding: .9375rem 2rem;
  font-family: "Inconsolata", times;
  font-size: 1.1rem
}

body.postid-6978 .foe-block .button:hover {
  background: #2f3a40;
  border-color: rgba(0, 0, 0, 0)
}

body.postid-6978 .foe-block .button.button-small {
  margin: 0 16px 0 0
}

body.postid-6978 .foe-block.main-content {
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%
}

body.postid-6978 .foe-block.main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 466px;
  width: 350px;
  background: url("/wp-content/themes/abstract/assets/images/flower1.png") top left no-repeat;
  z-index: 2;
  background-size: contain;
  max-width: 21%
}

body.postid-6978 .foe-block.main-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 411px;
  width: 219px;
  background: url("/wp-content/themes/abstract/assets/images/flower3.png") bottom left no-repeat;
  background-size: contain;
  max-width: 19%;
  z-index: 4
}

body.postid-6978 .foe-block.main-content .repeater::before {
  content: "";
  position: absolute;
  top: 46%;
  right: 0;
  height: 389px;
  width: 184px;
  background: url("/wp-content/themes/abstract/assets/images/flower2.png") right bottom no-repeat;
  background-size: contain;
  max-width: 13%;
  z-index: 5
}

body.postid-6978 .foe-block.main-content .repeater .repeater-row {
  position: relative;
  z-index: 4
}

body.postid-6978 .foe-block.main-content .repeater .repeater-row .row-content {
  z-index: 3
}

body.postid-6978 .foe-block .video-wrap {
  max-width: 90%;
  margin: 0 auto 4%;
  overflow: hidden;
  border-radius: 10px
}

@media screen and (max-width: 1000px) {
  body.postid-6978 .foe-block .video-wrap {
    max-width: none
  }
}

body.postid-6978 .foe-block.townhouse-floorplans {
  background-color: #e7e5dd
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top {
    flex-direction: column
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .inner {
  display: block;
  max-width: none;
  flex: 0 0 100%
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .inner h1 {
  margin: auto auto 30px;
  text-align: center;
  color: #2f3a40
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .inner p {
  margin: 0 auto 1rem;
  text-align: center
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper {
  max-width: 1400px;
  margin-top: 5.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  align-items: center
}

@media screen and (max-width: 900px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper {
    flex-direction: column-reverse
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  position: relative
}

@media screen and (max-width: 900px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter {
    margin-top: 20px
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter {
    width: 100%
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top {
  display: flex;
  gap: 20px;
  align-items: baseline;
  z-index: 2
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top h3 {
  margin-bottom: 0;
  font-family: "Inconsolata", times;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top h3 {
    display: none
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top .filter-selected {
  background-color: #874524;
  border-radius: 6px;
  color: #fff;
  margin: 0;
  min-width: 295px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem
}

@media screen and (max-width: 900px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top .filter-selected {
    padding: 10px 20px
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top .filter-selected {
    min-width: 0;
    width: 100%
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top .filter-selected:after {
  content: "";
  background-image: url("/wp-content/themes/abstract/assets/images/arrowDown.svg");
  width: 18px;
  height: 11px;
  margin-left: auto;
  transition: transform 500ms ease-in
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-top .filter-selected.rotate-arrow-up:after {
  transform: rotate(-180deg)
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper {
  position: absolute;
  max-width: 295px;
  width: 100%;
  top: 10px;
  left: 72px;
  right: 0;
  padding: 25px;
  display: none;
  transform: translateY(0);
  transition: transform .7s ease-out;
  background: #f3f3f3;
  border-radius: 6px
}

@media screen and (max-width: 900px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper {
    top: 0
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper {
    left: 0;
    right: 0;
    max-width: none
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper .filter {
  margin-bottom: 15px;
  display: flex;
  font-family: "Inconsolata", times;
  font-weight: 600;
  align-items: center;
  position: relative;
  gap: 10px;
  cursor: pointer
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper .filter {
    font-size: 1rem
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper .filter:last-child {
  margin-bottom: 0
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper .filter.active:before {
  background: #89815c
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper .filter:hover:before {
  background: #2f3a40
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .floorplan-filter .filter-wrapper .filter:before {
  content: "";
  display: inline-block;
  margin: 0;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 2px;
  outline: 1px solid #2f3a40;
  transition: background .3s ease-out
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend {
  display: flex;
  gap: 35px;
  margin-bottom: 0;
  padding: 0
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend {
    width: 100%;
    gap: 0;
    justify-content: space-between
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  font-family: "Inconsolata", times;
  font-weight: 600
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend li {
    font-size: .9rem
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend li:before {
  content: "";
  display: inline-block;
  margin: 0;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 2px;
  transition: background .3s ease-out
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend li.available:before {
  background: #89815c
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend li.sold::before {
  background: #2f3a40
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .filter-legend-wrapper .legend li.unavailable::before {
  background: #a7a7a7
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan {
  position: relative;
  min-height: 40vw;
  margin-top: 2%;
  flex: 0 0 100%;
  justify-self: center;
  z-index: -1
}

@media screen and (max-width: 1200px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan {
    width: 100%
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan .svg-interactive {
  outline: none;
  z-index: -1;
  touch-action: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan .svg-interactive #units>g.sold>polygon {
  fill: #2f3a40 !important;
  transition: fill .2s ease-in
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan .svg-interactive #units>g.unavailable>polygon {
  fill: #a7a7a7 !important;
  transition: fill .2s ease-in
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan .svg-interactive #units>g.available>polygon {
  transition: fill .2s ease-in;
  fill: #89815c !important
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan .svg-interactive #units>g.available:hover>polygon {
  fill: #625c43 !important;
  cursor: pointer
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-top .interactive-floorplan .svg-interactive #units>g.faded>polygon {
  fill: #a7a7a7 !important;
  transition: fill .2s ease-in;
  pointer-events: none
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  display: none;
  padding: 0
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot {
    top: 20px
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .button:last-child {
  background: #89815c;
  border-color: rgba(0, 0, 0, 0)
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .button:last-child:hover {
  background-color: #2f3a40
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content-wrapper {
  max-width: 1400px;
  border-radius: 6px;
  padding: 30px;
  background-color: #e2ded0;
  margin: auto;
  position: relative;
  transform: translateX(-50%);
  transform-origin: 0 0;
  transition: transform .7s ease-out
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
  padding: 0 4vw;
  flex: 0 0 100%;
  justify-content: space-between;
  gap: 3vw;
  display: flex
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
  }
}

@media screen and (max-width: 1150px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    gap: 2vw
  }
}

@media screen and (max-width: 1100px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3%
  }
}

@media screen and (max-width: 768px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    grid-template-columns: repeat(5, 1fr);
    max-width: 500px
  }
}

@media screen and (max-width: 650px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    display: flex;
    flex-direction: column
  }
}

@media screen and (max-width: 550px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    gap: 0
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content {
    max-width: 330px
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: filter .3s ease-in
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev:hover {
  filter: brightness(90%)
}

@media screen and (max-width: 650px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev {
    position: absolute;
    top: 20px;
    left: 20px
  }
}

@media screen and (max-width: 400px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev {
    top: 15px;
    left: 15px
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev img {
  width: 66px;
  height: 66px;
  margin: auto
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev img {
    width: 45px;
    height: 45px
  }
}

@media screen and (max-width: 550px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .arrow-prev img {
    width: 40px;
    height: 40px
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper {
  border-left: 2px solid #89815c;
  border-right: 2px solid #89815c;
  padding: 10px 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper {
    grid-column: 2/span 6;
    border: none
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper {
    width: 100%;
    border: none;
    padding: 0;
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper h2 {
  margin: 0
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper h2 {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 550px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper h2 {
    font-size: 1.4rem
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper .floorplan-title {
  color: #89815c;
  border-color: #89815c;
  font-family: "Minion Pro", serif;
  font-size: 3.5rem
}

@media screen and (max-width: 1400px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper .floorplan-title {
    font-size: 3rem
  }
}

@media screen and (max-width: 650px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .unit-wrapper .floorplan-title {
    font-size: 2.5rem
  }
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text {
    grid-column: 1/span 3;
    grid-row: 2
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details {
  padding: 10px 0 10px;
  display: flex;
  flex-direction: column;
  height: 100%
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .category {
  margin: 0;
  border-bottom: 2px solid #89815c
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .category {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 650px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .category {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 550px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .category {
    font-size: 1.4rem
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .category,
body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .int-sq {
  border-color: #89815c
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .int-sq,
body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .ext-sq {
  font-family: "Inconsolata", times;
  font-weight: bold
}

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

  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .int-sq,
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .ext-sq {
    font-size: 1rem
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .int-sq {
  border-bottom: 1px solid #89815c;
  padding: 15px 0
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .int-sq {
    padding: 10px 0
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .floorplan-text .floorplan-details .ext-sq {
  padding: 10px 0 0
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons {
    grid-column: 4/span 6;
    grid-row: 2;
    row-gap: .5em
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons {
    flex-direction: column
  }
}

@media screen and (max-width: 375px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons {
    width: 100%
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons .button {
  justify-content: center;
  margin: 0
}

@media screen and (max-width: 1300px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons .button {
    padding: 10px 20px
  }
}

@media screen and (max-width: 475px) {
  body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-content .buttons .button {
    width: 100%;
    font-size: .9rem;
    padding: 10px 12px
  }
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-img {
  margin-top: 35px
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-img img {
  position: relative;
  transform: translateX(50%);
  transform-origin: 0 0;
  transition: transform .7s ease-out;
  cursor: zoom-in
}

body.postid-6978 .foe-block.townhouse-floorplans .floorplan-bot .floorplan-img .zoomImg {
  background-color: #e7e5dd
}

body.postid-6978 .foe-block.neighbourhood {
  background: #89815c;
  position: relative
}

body.postid-6978 .foe-block.neighbourhood::before {
  content: "";
  background-image: url("/wp-content/themes/abstract/assets/images/flower4.png");
  background-position: left top;
  background-color: #89815c;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 505px;
  height: 588px;
  background-size: contain;
  max-width: 29%
}

body.postid-6978 .foe-block.neighbourhood::after {
  content: "";
  background-image: url("/wp-content/themes/abstract/assets/images/flower5.png");
  background-position: bottom right;
  background-color: #89815c;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 434px;
  height: 45vw;
  z-index: 1;
  background-size: contain;
  max-width: 31%
}

body.postid-6978 .foe-block.neighbourhood .gallery {
  position: relative;
  z-index: 2
}

body.postid-6978 .foe-block.map-block .abstract-widget {
  background: #2f3a40
}

body.postid-6978 .foe-block.map-block .map-sidebar {
  max-width: 500px;
  width: 100%;
  background: #2f3a40
}

@media screen and (max-width: 992px) {
  body.postid-6978 .foe-block.map-block .map-sidebar {
    padding-left: 10%
  }
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button {
  max-width: none
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=outdoors-recreation-2] i {
  background: #ae8253
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=outdoors-recreation-2] i::before {
  content: "";
  background: url("/wp-content/themes/abstract/assets/images/tree-icon.svg") center center no-repeat;
  width: 14px;
  height: 21.7px;
  background-size: contain
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=willow-shop] i {
  background: #97b0bf
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=willow-dining] i {
  background: #8b5247
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=willow-outdoor] i {
  background: #ae8253
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=willow-health] i {
  background: #445a2e
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=willow-groceries] i {
  background: #8f819b
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=willow-education] i {
  background: #886d20
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=all] {
  border-radius: 6px;
  background-color: #e7e5dd;
  font-family: "Inconsolata", times
}

body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=all]:hover {
  background: #874425
}

@media screen and (max-width: 800px) {
  body.postid-6978 .foe-block.map-block .map-sidebar .map-category-button[data-business-category=all] {
    font-size: .9rem;
    padding: .8em 2em
  }
}

body.postid-6978 .foe-block.register-form {
  background-image: url("/wp-content/themes/abstract/assets/images/footer-flower.jpeg");
  background-position: bottom right;
  background-size: contain;
  position: relative;
  background-color: #e7e5dd;
  background-blend-mode: multiply
}

body.postid-6978 .foe-block.register-form .form-intro .lead-para {
  text-transform: none;
  font-size: .875rem
}

body.postid-6978 .foe-block.register-form .gform_wrapper {
  overflow-x: hidden
}

body.postid-6978 .foe-block.register-form .gform_wrapper input[type=text] {
  border-color: rgba(137, 129, 92, .5);
  transition: background .2s ease-in, border-color .2s ease-in;
  padding-bottom: 0;
  padding-left: 5px
}

body.postid-6978 .foe-block.register-form .gform_wrapper input[type=text]:focus {
  border-color: #222;
  background: rgba(34, 34, 34, .05) !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

body.postid-6978 .foe-block.register-form .gform_wrapper .gfield_checkbox label {
  color: #22242b
}

body.postid-6978 .foe-block.register-form label {
  font-family: "Inconsolata", times;
  font-size: .9rem
}

body.postid-6978 #scrollTop {
  z-index: 3
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
  display: none
}

.slide-left {
  transform: translateX(0%) !important
}

.slide-right {
  transform: translateX(0%) !important
}

.slide-down {
  transform: translateY(32%) !important
}

.hide {
  opacity: 0;
  display: none;
  transition: opacity .5s ease-out, display 3s
}

.height-adjust {
  min-height: 40vw;
  transition: min-height .8s ease-out
}

@media screen and (max-width: 1200px) {
  .height-adjust {
    min-height: 60vw
  }
}

/*# sourceMappingURL=foe.css.map */
