@font-face {
  font-family: "Avenir Next Ultra Lig";
  src: url("../fonts/AvenirNext-UltraLight.woff2") format("woff2"),
    url("../fonts/AvenirNext-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Med";
  src: url("../fonts/AvenirNext-Medium.woff2") format("woff2"),
    url("../fonts/AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Lig";
  src: url("../fonts/AvenirNextLTPro-Light.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro Thi";
  src: url("../fonts/AvenirNextLTPro-Thin.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Demi";
  src: url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?97333827");
  src: url("../fonts/fontello.eot?97333827#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?97333827") format("woff2"),
    url("../fonts/fontello.woff?97333827") format("woff"),
    url("../fonts/fontello.ttf?97333827") format("truetype"),
    url("../fonts/fontello.svg?97333827#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;

  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e801";
}
.icon-play:before {
  content: "\e805";
}
.icon-down:before {
  content: "\e806";
}
.icon-pause:before {
  content: "\e807";
}
.icon-next:before {
  content: "\e808";
}
.icon-prev:before {
  content: "\e809";
}

/* Colors */

:root {
  --golden: #c3b56f;
  --golden_light: #aa985d;
  --white: #ffffff;
  --light: #f8f7f6;
  --black: #000000;
  --dark: #707070;
  --gray_light: #5f5f60;
  --gray: #e8e6e3;

  --AvenirNextUltraLig: "Avenir Next Ultra Lig";
  --AvenirNextMed: "Avenir Next Med";
  --AvenirNextLTProLig: "Avenir Next LT Pro Lig";
  --AvenirNextLTProThi: "Avenir Next LT Pro Thi";
  --AvenirNextLTProDemi: "Avenir Next LT Pro Demi";
  --fontello: "fontello";
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--dark);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img {
  width: 295px;
}

.golden {
  color: #c3b56f;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: var(--light);
}

body,
p {
  font-family: var(--AvenirNextLTProLig);
  font-size: 20px;
  color: var(--black);
  line-height: 1.3;
}
figure {
  margin: 0;
  position: relative;
}
.render_text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--AvenirNextLTProDemi);
  color: var(--white);
  position: absolute;
  left: 38px;
  bottom: 31px;
}
p {
  margin-bottom: 26px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: var(--black);
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0;
}
ul li,
ol li {
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 18px;
}
ul.list li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

.list_before_title {
  margin-bottom: 32px;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--AvenirNextUltraLig);
  font-weight: 200;
  font-style: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
h1 .block,
h2 .block,
h3 .block,
h4 .block,
h5 .block,
h6 .block {
  display: block;
}

h1 {
  font-size: 60px;
  color: var(--white);
  line-height: 1.1666;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 25px;
}
h2.f70 {
  font-size: 70px;
}

h3 {
  font-size: 40px;
  line-height: 1.25;
}

.imgani .render_text {
  opacity: 0;
  transition: all 0.1s ease-out;
}
.imgani.show .render_text {
  transition-delay: 1s;
  opacity: 1;
}
.svgline {
  overflow: hidden;
}

.border_left,
.border_right {
  position: relative;
}
.border_left img,
.border_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.border_right img {
  border-right: solid 23px var(--golden_light);
}
.border_left img {
  border-left: solid 34px var(--golden_light);
}

.btnlink {
  width: 327px;
  height: 58px;
  background-color: var(--golden);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--black);
  transition: all 0.3s ease-out;
  font-family: var(--AvenirNextMed);
}
.btnlink.auto {
  margin: 0 auto;
}
.btnlink:before,
.btnlink:after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: "";
  background-clip: border-box;
}
.btnlink:before {
  border-bottom: solid 14px #f8f7f6;
  border-left: solid 14px #f8f7f6;
  border-right: solid 14px transparent;
  border-top: solid 14px transparent;
  left: -1px;
  bottom: -1px;
}

.btnlink:after {
  border-top: solid 14px #f8f7f6;
  border-right: solid 14px #f8f7f6;
  border-left: solid 14px transparent;
  border-bottom: solid 14px transparent;
  right: -1px;
  top: -1px;
}
.btnlink:hover {
  background-color: var(--black);
  color: var(--golden);
}

.btnlink.svg {
  border: 0;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.btnlink.svg::before,
.btnlink.svg::after {
  display: none;
}
.btnlink.svg svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.btnlink.svg path {
  fill-opacity: 0;
}
.btnlink.svg:hover path {
  fill: var(--golden);
  fill-opacity: 1;
  stroke: var(--golden);
}
.btnlink.svg:hover {
  color: var(--white);
}

.btnlink.svg span {
  position: relative;
  z-index: 1;
}

.btnlink.svg.white:hover path {
  fill: var(--white);
}
.btnlink.svg.white:hover {
  color: var(--white);
}

.btnlink.svg.floorplan {
  position: fixed;
  left: 38px;
  bottom: 0;
  z-index: 10;
  color: var(--white);
  width: 348px;
  height: 62px;
}
.btnlink.svg.floorplan:hover {
  color: var(--black);
}
.btnlink.svg.floorplan path {
  fill: var(--golden_light);
  fill-opacity: 1;
}

.section {
  width: 100%;
  position: relative;
}
.sec_con {
  margin: 0 4.0104% 0 4.0104%;
}

img {
  width: 100%;
  height: auto;
}
.hide {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.hide.visible {
  opacity: 1;
}

/* Header */

.site_header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 2;
}
.site_header .header_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px 0 24px;
}
.site_branding {
  width: 35px;
}
.main-navigation {
  display: inline-flex;
}
.main-navigation .menu-toggle {
  display: none;
}
#primary-menu {
  display: flex;
  align-items: center;
  margin: 0;
}
#primary-menu li {
  position: relative;
  font-family: var(--AvenirNextMed);
  font-weight: 500;
  padding: 0 18px 0 0;
  margin-right: 13px;
}
#primary-menu li:after {
  content: "/";
  display: inline-block;
  font-family: var(--AvenirNextMed);
  font-weight: 500;
  color: var(--golden);
  position: absolute;
  right: 0;
  top: 3px;
}
#primary-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#primary-menu li:last-child:after {
  display: none;
}
#primary-menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--golden);
}

/* Home Page */
.hero {
  height: 100vh;
  z-index: 0;
}
.video_wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video_wrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto;
  transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: var(--golden_light);
  opacity: 0.33;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  z-index: 1;
}
.video_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  width: 100%;
}
.hero .video_container {
  top: 57%;
  max-width: 834px;
  padding: 0 20px;
}
.logo_banner img {
  margin-top: -7.8125vw;
  width: 294px;
}

.home_sectwo {
  padding: 70px 0 103px 8.69791vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_sectwo figure {
  width: 50%;
}
.home_sectwo .copy_left {
  width: 31.6%;
  max-width: 581px;
  margin-right: 50px;
}

.home_secthree {
  margin-bottom: 106px;
}
.home_secthree .svgline {
  width: 26.927%;
  position: absolute;
  left: 0;
  bottom: 12.395vw;
  z-index: 1;
  overflow: hidden;
}
.inquiry_sec .sec_con {
  background-color: var(--gray);
  padding: 175px 0 152px;
}

.inquiry_sec .inner_con {
  max-width: 938px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 38px;
  width: 90%;
}
.inquiry_sec .inner_con:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: var(--dark);
  transition: all 0.3s ease-out;
}
.inquiry_sec .inner_con h3 {
  margin-bottom: 35px;
}
.inquiry_sec.show .inner_con:before {
  width: 100%;
}

.inquiry_sec .before_title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--AvenirNextLTProDemi);
  color: var(--gray_light);
  text-align: center;
  margin-bottom: 23px;
}

.home_secfive {
  padding-top: 165px;
}
.home_secfive .sec_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_secfive .render_img {
  width: 53.96%;
}

.home_secfive .copy_right {
  width: 34%;
  max-width: 600px;
  padding: 0 0 0 0;
  margin-right: 60px;
}

.home_secfive .copy_right .copy,
.home_secsix .copy_left .copy {
  margin-bottom: 65px;
}
.home_secfive .copy_right .btnlink {
  margin: 0;
}
.home_secsix {
  padding: 258px 0 170px;
}
.home_secsix .sec_con {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_secsix .copy_left {
  padding: 0;
  margin: 0 0 65px;
  width: 100%;
  max-width: 510px;
}

.home_secsix .render_img {
  width: 51%;
}
.home_secseven {
  margin-bottom: 138px;
}
.home_secseven .copy {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.home_secsix .svgline {
  position: absolute;
  right: 0;
  top: -150px;
  width: 81.09375vw;
  z-index: -1;
}
.home_seceight {
  height: 51.92vw;
}
.home_seceight .sec_con {
  height: 100%;
}

.home_seceight .video_container {
  max-width: 550px;
  z-index: 2;
}
.home_seceight .video_container h2 {
  color: var(--light);
}
.home_seceight .video_container .btnlink {
  color: var(--white);
}
.home_seceight .video_container .btnlink svg {
  fill-opacity: 0;
}
.home_seceight .video_container .btnlink:hover path {
  fill: var(--golden_light);
}
.home_seceight .video_container .title h2 {
  margin-bottom: 33px;
}

.inquiry_sec.before_footer {
  margin-bottom: 145px;
}
.inquiry_sec.before_footer .sec_con {
  padding: 103px 0 91px;
}

/* Footer */
.site-footer {
  background-color: var(--gray_light);
  padding: 42px 0;
  color: #fff;
}
.site-footer .wrp {
  width: 1705px;
  max-width: 89%;
  margin: 0 auto;
  position: relative;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.site-footer .footer-logo {
  width: 45px;
  margin-top: 9px;
  margin-bottom: 0;
}
.site-footer .social_btn {
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.42857;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.site-footer .social_btn .social-title {
  font-family: var(--AvenirNextMed);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.33333;
  text-transform: uppercase;
  margin-right: 20px;
}
.site-footer .social_btn ul {
  display: flex;
  margin: 0;
}
.site-footer .social_btn ul a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  width: 30px;
  height: 15px;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.site-footer .footer-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer .footer-location .location {
  text-align: center;
  line-height: 1.434;
}
.site-footer .footer-location address {
  font-style: normal;
  letter-spacing: 0.06em;
}
.site-footer .footer-location .location .title {
  font-family: var(--AvenirNextLTProDemi);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2.0625;
}
.site-footer .footer-location .location .block {
  display: block;
}
.site-footer .footer-location address p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}
.site-footer .footer-location address p a {
  color: #fff;
}
.site-footer .footer-projects {
  display: flex;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.site-footer .footer-projects .col {
  width: 50%;
  text-align: center;
}
.site-footer .footer-projects h5 {
  font-family: "Avenir Next";
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.site-footer .footer-projects img {
  width: 170px;
}
.site-footer .footer-projects .col:first-child img {
  width: 130px;
}
.site-footer .social_btn .social-title.legal {
  color: #fff;
  font-family: var(--AvenirNextLTProLig);
}

/* Recidence Page */
.hero_residence .video_container {
  max-width: inherit;
}
.hero.hero_residence .video_container {
  top: 48%;
}
.hero_residence .svgline {
  width: 42.864%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sec_down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.4375vw;
  width: 152px;
  text-align: center;
  color: var(--white);
}
.sec_down span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--AvenirNextMed);
  line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.sec_down .icon-down {
  animation: jumpInfinite 1.5s infinite;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.res_two .sec_con {
  margin: 0 7.187499%;
}
.res_two .res_slider {
  margin-top: -12.34375vw;
}
.play_pause {
  position: absolute;
  right: 2.34375%;
  bottom: 1.7708333vw;
  z-index: 1;
}
.play_pause button {
  background-color: transparent;
  border: none;
  margin: 0;
}
.play_pause button .icon {
  font-size: 24px;
}

.res_slider .swiper-button-next:after,
.res_slider .swiper-button-prev:after {
  display: none;
}
.res_slider .swiper-button-next .icon,
.res_slider .swiper-button-prev .icon {
  font-size: 4.16666vw;
  color: var(--black);
}
.res_slider .swiper-button-next {
  right: 2.08333%;
}
.res_slider .swiper-button-prev {
  left: 2.08333%;
}

.copy_afterslider {
  background-color: rgba(232, 230, 227, 0.97);
  padding: 125px 0 230px;
  text-align: center;
}
.copy_afterslider .copy {
  width: 80%;
  max-width: 639px;
  margin: 0 auto;
}
.res_three {
  padding: 21.614vw 0 0;
  position: relative;
}
.res_three .svgline {
  width: 89.21875%;
  position: absolute;
  right: 0;
  top: -16.09375vw;
  z-index: 1;
}
.res_three .sec_con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.res_three .title_left {
}
.res_three .title_left h2 {
  line-height: 1.07;
  margin-top: -8.38541vw;
}
.res_three .copy_right {
  width: 48.493%;
  max-width: 853px;
  background-color: var(--gray);
  position: relative;
}
.res_three .copy_right:after {
  position: absolute;
  width: 190px;
  height: 190px;
  content: "";
  background-clip: border-box;
  border-top: solid 95px #f8f7f6;
  border-right: solid 95px #f8f7f6;
  border-left: solid 95px transparent;
  border-bottom: solid 95px transparent;
  right: -1px;
  top: -1px;
}

.res_three .copy_right .copy {
  padding: 200px 12.59% 165px;
}
.res_four {
  position: relative;
  z-index: 2;
}

.kitchen_bath {
  background-color: var(--gray);
  padding: 10.052% 57px 0 5.520833%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.kitchen_bath:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  background-clip: border-box;
  border-bottom: solid 95px #f8f7f6;
  border-left: solid 95px #f8f7f6;
  border-right: solid 95px transparent;
  border-top: solid 95px transparent;
  left: -1px;
  bottom: -1px;
}
.kitchen_bath .copy_left {
  width: 39.852%;
  max-width: 701px;
  padding-bottom: 155px;
}
.kitchen_bath .copy_left .group_row {
  margin-bottom: 75px;
}
.kitchen_bath .copy_left .group_row:last-child {
  margin-bottom: 0;
}
.res_five {
  padding-bottom: 166px;
}

.res_five .btnlink {
  margin-top: 45px;
  width: 240px;
  height: 43px;
}
.res_five .renderimg {
  width: 45.1392%;
  margin-bottom: -116px;
}
.res_six {
  margin-bottom: 171px;
}
.res_six .sec_con {
  margin: 0 12.76%;
}
.res_six .top_copy {
  width: 100%;
  max-width: 620px;
  margin: 11.97% auto 11.458%;
  text-align: center;
}
.res_six .render_group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.res_six .render_group .imgani {
  width: 48.6%;
}
.res_six .render_group .renderimg_right {
  margin-top: 42.1678%;
}

.page-template-page_residences .inquiry_sec.before_footer {
  margin-bottom: 129px;
}

@keyframes jumpInfinite {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

/* Neighborhood Page */
.page-template-page_neighborhood h2 {
  line-height: 1;
}
.hero_neighborhood::after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.35;
}
.hero_neighborhood .sec_down {
  bottom: 55px;
  width: inherit;
}
.hero_neighborhood .video_container {
  top: 50%;
}
.map-section {
  background: var(--gray_light);
  padding-top: 180px;
  padding-bottom: 180px;
}
.map-section .title {
  text-align: center;
  margin-bottom: 120px;
}
.map-section .title p,
.map-section .title h2 {
  color: var(--white);
}
.neighborhood-last-banner {
  margin-bottom: 70px;
}
.neighborhood-last-banner .video_outer {
  width: 100%;
  height: 51.875vw;
}
.section-local-desti {
  padding-top: 150px;
  padding-bottom: 10px;
  position: relative;
}
.section-local-desti .sec_con {
  margin-right: 0;
}

.section-local-desti .title {
  text-align: center;
}
.section-local-desti .title.sticky-title {
  text-align: left;
}
.section-local-desti .title.sticky-title .golden {
  max-width: 400px;
}
.gallery-wrap {
  display: flex;
  align-items: center;
}
.gallery-wrap figure {
  will-change: transform;
}
.gallery-2 {
  margin-bottom: 90px;
  margin-top: 400px;
  padding-right: 7.6041vw;
}
.gallery-2 figure {
  margin-left: 26vw;
  max-width: 21vw;
}
.gallery-2 .copy-side {
  padding-left: 8vw;
  text-align: center;
}
.gallery-3 {
  justify-content: flex-end;
  margin-bottom: 200px;
}
.gallery-3 figure {
  margin-right: 10vw;
  max-width: 38vw;
}
.gallery-4 {
  margin-bottom: 250px;
}
.gallery-4 figure {
  margin-left: 26vw;
  max-width: 20vw;
}
.gallery-4 .copy-side {
  padding-left: 8vw;
  text-align: center;
  max-width: 750px;
}
.gallery-5 {
  margin-bottom: 110px;
}
.gallery-5 figure {
  max-width: 85%;
  left: -35px;
}
.gallery-6 {
  margin-bottom: 370px;
  justify-content: flex-end;
  position: relative;
}
.gallery-6 figure {
  right: 0;
  max-width: 40vw;
}
.gallery-6 .bottom-img {
  position: absolute;
  right: 50%;
  bottom: -250px;
  max-width: 27vw;
}
.gallery-7 {
  margin-bottom: 220px;
  margin-top: 150px;
}
.gallery-7 figure {
  max-width: 50vw;
}
.gallery-7 .copy-side {
  padding-left: 8vw;
  text-align: center;
  max-width: 620px;
}
.gallery-8 {
  margin-bottom: 170px;
  justify-content: flex-end;
}
.gallery-8 figure {
  margin-right: 10.416vw;
}
.gallery-9 {
  margin-bottom: 150px;
  justify-content: center;
}
.gallery-9 .copy-side {
  text-align: center;
  max-width: 520px;
}
.gallery-10 {
  margin-bottom: 340px;
  justify-content: flex-end;
}
.gallery-10 figure {
  max-width: 72vw;
}
.gallery-11 {
  margin-bottom: 270px;
}
.gallery-11 figure {
  margin-left: 15vw;
  max-width: 26vw;
}
.gallery-11 .copy-side {
  padding-left: 12.864vw;
  text-align: center;
  max-width: 730px;
}
.gallery-12 {
  margin-bottom: 300px;
  justify-content: flex-end;
}
.gallery-12 figure {
  max-width: 51vw;
  margin-right: 5.8333vw;
}
.gallery-13 {
  margin-bottom: 140px;
}
.gallery-13 figure {
  margin-left: 3vw;
  max-width: 50vw;
}
.gallery-13 .copy-side {
  padding-left: 5vw;
  text-align: center;
  max-width: 640px;
}
.gallery-14 {
  margin-bottom: 250px;
  justify-content: flex-end;
}
.gallery-14 figure {
  margin-right: 11.510416vw;
  max-width: 26vw;
}

.nei_video2 {
  width: 50.7812%;
  height: 64.531vw;
  position: relative;
}
.nei_video2 figure {
  width: 51.2295%;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}

.nei_video2 .border_left img {
  border-width: 25px;
}

.error404 {
  background-color: var(--gray_light);
}
.error404 .errorimg {
  margin-bottom: 50px;
}
.error404 .copy-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 150px 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.error404 .copy-wrap h1 {
  color: var(--golden_light);
  margin-bottom: 20px;
}
.error404 .intro-text {
  margin-bottom: 30px;
}
.error404 .intro-text p {
  color: var(--light);
}

.error404 .btnlink {
  margin: 0 auto;
}

.error404 .btnlink:before {
  border-bottom: solid 14px #5f5f60;
  border-left: solid 14px #5f5f60;
  border-right: solid 14px transparent;
  border-top: solid 14px transparent;
}
.error404 .btnlink:after {
  border-top: solid 14px #5f5f60;
  border-right: solid 14px #5f5f60;
  border-left: solid 14px transparent;
  border-bottom: solid 14px transparent;
}

.page-template-page_legal {
  background-color: var(--dark);
}

.legal-section {
  padding: 200px 4.218vw 50px 4.218vw;
}
.legalicon {
  width: 17px;
  margin-right: 5px;
  display: inline-block;
}
.legal-section h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 30px;
}
.legal-section p {
  font-size: 14px;
  line-height: 1.43;
  color: var(--light);
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }
  h2.f70 {
    font-size: 60px;
  }

  h3 {
    font-size: 36px;
  }
  .home_secthree .svgline {
    width: 38%;
    bottom: 27vw;
  }
  .home_sectwo .copy_left {
    margin-right: 0;
    width: 42%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-top {
    padding-bottom: 50px;
  }
  .site-footer .social_btn {
    position: relative !important;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .site-footer .footer-projects {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .site-footer .footer-projects .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-footer .footer-location .location {
    width: 100%;
  }
  .loader img {
    width: 250px;
  }
  body,
  p {
    font-size: 16px;
  }
  .logo_banner img {
    width: 200px;
  }
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  h2.f70 {
    font-size: 46px;
  }

  h3 {
    font-size: 32px;
  }

  .sec_con {
    margin: 0 20px;
  }
  #primary-menu li {
    padding-right: 11px;
    margin-right: 8px;
  }
  #primary-menu li:after {
    top: 2px;
  }
  #primary-menu li a {
    font-size: 11px;
  }

  .render_text {
    font-size: 8px;
    left: 10px;
    bottom: 10px;
  }
  .site_header .header_con {
    padding: 0 20px;
  }
  .home_sectwo,
  .home_secfive .sec_con,
  .home_secsix .sec_con,
  .res_three .sec_con,
  .kitchen_bath {
    flex-wrap: wrap;
  }

  .home_sectwo {
    padding: 70px 0;
  }

  .home_sectwo figure,
  .home_sectwo .copy_left,
  .home_secfive .render_img,
  .home_secfive .copy_right,
  .home_secsix .render_img,
  .res_three .copy_right,
  .kitchen_bath .copy_left,
  .res_five .renderimg,
  .nei_video2 {
    width: 100%;
  }
  .home_sectwo figure {
    margin-left: 20px;
  }
  .home_sectwo .copy_left {
    margin-right: 0;
    padding: 0 20px;
    max-width: inherit;
  }
  .inquiry_sec .sec_con {
    padding: 100px 0;
  }
  .home_secthree,
  .home_secseven,
  .inquiry_sec.before_footer,
  .res_three .title_left h2 {
    margin-bottom: 50px;
  }
  .home_secfive .copy_right {
    margin-right: 0;
    max-width: inherit;
  }
  .home_secthree .svgline {
    width: 100%;
    bottom: 62%;
  }
  .home_secfive {
    padding-top: 50px;
  }
  .home_secfive .sec_con {
    flex-direction: column-reverse;
  }
  .home_secsix .sec_con {
    flex-wrap: wrap;
  }
  .home_secfive .copy_right .copy,
  .home_secsix .copy_left .copy {
    margin-bottom: 30px;
  }
  .home_secsix {
    padding: 0 0 50px;
  }
  .res_six .sec_con {
    margin: 0 20px;
  }
  .home_secsix .copy_left {
    max-width: inherit;
    padding-right: 20px;
  }
  .home_secsix .svgline {
    width: 124vw;
  }

  .inquiry_sec.before_footer .sec_con {
    padding: 70px 20px;
  }
  .inquiry_sec .before_title {
    font-size: 12px;
  }
  .sec_down {
    bottom: 16.5vw;
  }
  .copy_afterslider {
    padding: 70px 0 100px;
  }
  .res_three .copy_right .copy,
  .kitchen_bath {
    padding: 70px 50px;
  }
  .kitchen_bath .copy_left,
  .res_five {
    padding-bottom: 0;
  }
  .nei_video2 {
    height: 100vh;
  }
  .nei_video2 figure {
    width: 60%;
    top: 20%;
  }
  .page-template-page_neighborhood .home_sectwo .copy_left {
    padding-bottom: 50px;
  }
  .map-section {
    padding: 70px 0;
  }
  .map-section .title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  h2.f70 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }

  .border_left img {
    border-width: 17px;
  }
  .border_right img {
    border-width: 12px;
  }
  .btnlink {
    width: 90%;
  }
  .home_secsix .copy_left {
    margin-bottom: 30px;
  }
  .home_seceight {
    height: 550px;
  }
  .res_two {
    margin-bottom: 50px;
  }
  .res_three .title_left {
    padding-bottom: 50px;
  }
  .res_three .title_left h2 {
    margin-top: 0;
  }
  .res_three .copy_right:after {
    width: 100px;
    height: 100px;
    border-top: solid 50px #f8f7f6;
    border-right: solid 50px #f8f7f6;
    border-left: solid 50px transparent;
    border-bottom: solid 50px transparent;
  }
  .kitchen_bath:before {
    width: 100px;
    height: 100px;
    border-bottom: solid 50px #f8f7f6;
    border-left: solid 50px #f8f7f6;
    border-right: solid 50px transparent;
    border-top: solid 50px transparent;
  }
  .res_three .copy_right .copy,
  .kitchen_bath {
    padding: 30px 30px 50px;
  }
  .list_before_title {
    margin-bottom: 10px;
  }
  .kitchen_bath .copy_left {
    margin-bottom: 70px;
  }
  .kitchen_bath .copy_left .group_row {
    margin-bottom: 50px;
  }
  .res_six {
    padding: 50px 0;
  }
  .res_six .top_copy {
    margin: 100px auto;
  }
  .res_six .render_group {
    flex-wrap: wrap;
  }
  .res_six .render_group .imgani {
    width: 100%;
  }
  .res_six .render_group .renderimg_right {
    margin-top: -50px;
  }
  .res_six {
    margin-bottom: 30px;
  }
  .page-template-page_residences .inquiry_sec.before_footer {
    margin-bottom: 50px;
  }
  .btnlink.svg.floorplan {
    width: 100%;
    left: 0;
  }
  .gallery-wrap {
    flex-wrap: wrap;
  }
  .gallery-2 {
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .gallery-2 .copy-side {
    width: 75%;
    margin: 100px auto 0;
  }
  .gallery-2 figure {
    margin-left: 20vw;
    max-width: 70vw;
  }
  .gallery-3 figure,
  .gallery-4 figure {
    margin-right: 20px;
    max-width: 70vw;
  }
  .gallery-3 {
    margin-bottom: 50px;
  }
  .gallery-4 {
    margin-bottom: 50px;
  }
  .gallery-4 figure {
    margin-left: auto;
  }
  .gallery-4 .copy-side {
    max-width: 75%;
    margin-left: 16vw;
  }
  .gallery-5 {
    margin-bottom: 0;
  }
  .gallery-5 figure {
    max-width: 100%;
    left: -20px;
  }
  .gallery-6 {
    margin-bottom: 300px;
  }
  .gallery-6 figure {
    max-width: 75vw;
  }
  .gallery-6 .bottom-img {
    right: 20px;
    bottom: -250px;
    max-width: 70vw;
  }

  .gallery-6 .title {
    margin: 100px 0;
  }
  .gallery-7 {
    margin-bottom: 30px;
    margin-top: 50px;
    padding-left: 20vw;
    padding-right: 20px;
  }
  .gallery-7 figure {
    max-width: 90vw;
    margin-bottom: 50px;
  }
  .gallery-7 .copy-side,
  .gallery-8 figure {
    margin-right: 20px;
    padding-left: 0;
  }
  .gallery-8,
  .gallery-9 {
    padding-left: 20vw;
    margin-bottom: 50px;
  }
  .gallery-9 {
    padding-right: 20px;
  }
  .gallery-10,
  .gallery-13,
  .gallery-14 {
    margin-bottom: 50px;
  }
  .gallery-10 figure {
    max-width: 75vw;
  }
  .gallery-11 {
    margin-bottom: 10px;
  }
  .gallery-11 figure {
    margin-right: 20px;
    max-width: 75vw;
    margin-left: 20vw;
    margin-bottom: 50px;
  }

  .gallery-13 figure,
  .gallery-14 figure {
    max-width: 70vw;
    margin-left: 20vw;
    margin-bottom: 50px;
  }
  .gallery-11 .copy-side,
  .gallery-13 .copy-side {
    padding-left: 20vw;
    max-width: inherit;
    padding-right: 20px;
  }
  .gallery-12 {
    margin-bottom: 50px;
  }
  .gallery-12 figure {
    max-width: 70vw;
  }
  .gallery-14 figure {
    margin-right: 20px;
  }
  .neighborhood-last-banner {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  #primary-menu li a {
    font-size: 10px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  h2.f70 {
    font-size: 34px;
  }
  h3 {
    font-size: 26px;
  }
}
