.fixed {
  overflow: hidden !important;
}

.logo img,
.logo svg .st0 {
  fill: #aa985d;
}
.logo svg {
  height: 30px;
  width: auto;
  display: inline-block;
}
.site_branding svg,
.logo {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.logo svg,
.site_header.show .logo svg {
  transition: all 0.3s ease-out;
}
.site_branding .openexpand {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--golden);
  letter-spacing: 0.02em;
  font-family: var(--AvenirNextMed);
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.site_branding .openexpand span {
  padding: 0 30px;
}
.site_header .logo_wrap {
  display: flex;
  align-items: center;
}
.menu_expand {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -100%;
  right: 0;
  bottom: auto;
  z-index: -1;
  flex-wrap: wrap;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.menu_expand .video_wrap:before {
  content: "";
  background-color: #5f5f60;
  opacity: 0.84;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main-navigation {
  width: 100%;
}
#primary-menu {
  flex-wrap: wrap;
}
#primary-menu li {
  width: 100%;
  padding-right: 0;
  margin: 15px 0;
  text-align: center;
}
#primary-menu li:after {
  display: none;
}
#primary-menu li a {
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.02em;
  font-family: var(--AvenirNextUltraLig);
  font-weight: 200;
  line-height: 1;
  transition: all 0.3s ease-out;
}
#primary-menu li a:hover {
  font-style: italic;
  color: var(--golden);
}
.site_branding {
  display: flex;
  align-items: center;
}
.site_branding .openexpand svg {
  width: 35px;
}

.site_branding .mobile-stack {
  display: flex;
  flex-direction: flex-start;
}

.site_branding .phone {
	margin-right: 30px;
}
.site_branding .phone a {
	color: var(--golden);
	margin: 0 !important;
}
.site_branding .phone,
.site_branding .menu-name {
  font-size: 12px;
  color: var(--golden);
  letter-spacing: 0.02em;
  font-family: var(--AvenirNextMed);
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-right: solid 1px var(--golden);
  padding-right: 30px;
}
/* .site_branding .phone a
.site_branding .menu-name:hover {
  color: white;
  cursor: pointer;
} */

.site_branding .openexpand .logoicon.hide {
  display: none;
}

.close_menu,
.close_icon {
  cursor: pointer;
  display: none;
}
.menu_expand .widget_nav_menu,
.menu_expand .menu-register-menu-container {
  position: relative;
  z-index: 1;
}
.menu_expand .widget_nav_menu .menu,
.menu_expand .menu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menu_expand .widget_nav_menu .menu li,
.menu_expand .menu li {
  position: relative;
  padding: 0 8px 0 15px;
  margin: 0;
}
/* .menu_expand .widget_nav_menu .menu li:first-child:after,
.menu_expand .morelink .menu li:first-child:after {
  content: "/";
  color: var(--golden);
  position: absolute;
  right: 0;
  top: 3px;
}
.menu_expand .widget_nav_menu .menu li:last-child,
.menu_expand .menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}  */
.menu_expand .bottom_link .menu li + li::before {
  content: "/";
  color: var(--golden);
  position: absolute;
  left: 0;
  top: 3px;
}

.menu_expand .widget_nav_menu .menu li.newslink,
.menu_expand .menu li.newslink {
  display: block;
  width: 100%;
}

.menu_expand .widget_nav_menu .menu li a,
.bottom_link a,
.menu_expand .menu li a {
  text-transform: uppercase;
  color: var(--golden);
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.menu_expand .widget_nav_menu .menu li a:hover,
.bottom_link a:hover,
.menu_expand .menu li a:hover {
  color: white;
}
.menu_expand .bottom_link .legal_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu_expand .bottom_link .legal_links li {
  margin-right: 20px;
}
.morelink {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.morelink {
  position: relative;
  z-index: 1;
}
.expand_inner {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  animation-delay: 1s;
}
.expand_inner .bottom_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.bottom_link {
  position: absolute;
  left: 24px;
  bottom: 25px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom_link .social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bottom_link .social li {
  margin: 0 8px;
}

.site_header.show .menu_expand {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
}

.site_header.show .close_menu,
.site_header.show .close_icon {
  display: inline-block;
}

.site_header.show .expand_inner {
  opacity: 1;
  visibility: visible;
}
.site_header.show .logo svg {
  opacity: 0;
  visibility: hidden;
}

.site_header.legalopen .logo {
  opacity: 0;
  visibility: hidden;
}
.site_header.show .logo_white,
.site_header.legalopen .logo_white,
.site_header.legalopen .close_menu {
  opacity: 1;
  visibility: visible;
}
.site_header.legalopen .close_menu {
  display: inline-block;
}

.logo_white {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.logo_white img {
  height: 25px;
}

#register-menu li {
  font-family: var(--AvenirNextMed);
  margin: 8px 0;
  line-height: 1;
}
#register-menu li:after {
  content: "/";
  position: absolute;
  top: 3px;
  right: -5px;
  color: var(--golden);
  display: none;
}
#register-menu li:last-child {
  width: 100%;
}
#register-menu li:first-child:after {
  display: none;
}

.inquire_form {
  background-color: var(--gray_light);
  height: 100vh;
  padding: 0 100px;
  position: absolute;
  right: -1000px;
  top: 0;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.75s ease-out;
}
.inquire_form.open {
  right: 0;
}
.inquire_form .close_menu {
  position: absolute;
  display: inline-block;
  right: 33px;
  top: 29px;
}
.inquire_form h2 {
  font-size: 70px;
  font-family: var(--AvenirNextUltraLig);
  line-height: 1;
  margin-bottom: 30px;
}
.inquire_form .subtitle {
  margin-bottom: 70px;
}
.subtitle h5 {
  font-size: 19px;
  text-transform: uppercase;
  font-family: var(--AvenirNextMed);
}
.subtitle p,
.gform_heading p {
  font-size: 18px;
  color: #fff;
}
.inquire_form .gform_heading {
  display: none;
}
.inquire_form .gform_fields {
  position: relative;
}
.inquire_form .gform_fields .mandatory {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: var(--AvenirNextLTProLig);
  font-style: italic;
  font-size: 18px;
  color: var(--golden_light);
  padding-right: 3px;
}

.inquire_form .gform-theme--foundation .gfield input.large,
.inquire_form .gform-theme--foundation .gfield select.large {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px var(--golden_light);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  outline: none;
  box-shadow: none;
}
.inquire_form .gform-theme--foundation .gfield input.large:focus,
.inquire_form .gform-theme--foundation .gfield select.large:focus {
  border-bottom: solid 1px var(--gray);
}

.gform-theme--foundation .gfield select {
  background-image: url(../images/select-icon.svg);
}
.gform-theme--foundation .gfield select option {
  background-color: var(--black);
  font-size: 16px;
  padding: 0 10px !important;
}

.inquire_form .gfield_radio .gchoice .gform-field-label,
.inquire_form fieldset .gfield_label {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.inquire_form fieldset .gfield_label {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

.inquire_form .agentfield,
.inquire_form .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
}
.inquire_form .ginput_container_radio .gfield_radio {
  flex-direction: unset !important;
}

.inquire_form .gchoice .gfield-choice-input:before {
  background-color: var(--golden_light);
  border-radius: 0;
}
.inquire_form .gfield_radio .gchoice .gfield-choice-input {
  border-radius: 0;
  box-shadow: none;
  border: solid 1px var(--golden_light);
  background-color: transparent;
}
.inquire_form .gfield_radio .gchoice .gfield-choice-input:focus {
  border: solid 1px var(--gray);
}
.inquire_form .gform_footer {
  justify-content: center;
  margin-top: 45px !important;
}
.inquire_form .gform_footer .gform_button {
  background-image: url(../images/submit-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 327px !important;
  height: 58px !important;
  background-color: transparent !important;
  font-size: 12px !important;
  font-family: var(--AvenirNextMed) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  font-weight: 500 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.inquire_form .gform_validation_errors {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.inquire_form .gform_wrapper {
  max-height: 65vh;
  overflow: auto;
}

.site-footer {
  padding: 90px 0 50px;
}
.footer-top {
  padding-bottom: 30px;
}
.site-footer .wrp {
  width: 1744px;
  max-width: 90%;
}
.site-footer .footer-logo {
  margin-top: 0;
}
.site-footer .social_btn {
  position: relative;
  padding: 60px 0 0 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
}
.site-footer .social_btn .social_link {
  display: flex;
  align-items: center;
}
.legal_link ul li {
  margin-right: 44px;
}
.legal_link ul li:last-child {
  margin-right: 0;
}
.site-footer .social_btn .social-title {
  position: relative;
  margin-right: 5px;
  padding-right: 20px;
}
.site-footer .social_btn .social-title:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.site-footer .social_btn ul a {
  display: inline;
}
.site-footer .social_btn ul#footer-menu li a {
  cursor: pointer;
}
.site-footer .social_link ul li {
  padding: 0 7px;
}

.location_left {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1001px;
  justify-content: space-between;
}
.site-footer .footer-location {
  flex-wrap: nowrap;
}
.site-footer .footer-location address {
  text-align: left;
  margin-bottom: 0;
}
.site-footer .footer-location .location {
  padding-right: 15px;
}

.site-footer .footer-projects {
  margin: 0;
}
.site-footer .footer-location address p {
  letter-spacing: 0;
}

/* .legal-section {
  background-color: var(--gray_light);
  min-height: 100vh;
  z-index: 1;
  padding: 41px;
  display: flex;
  align-items: end;
}
.legal-section h2 {
  font-size: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.legal-section p {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.legal-section p:last-child {
  margin-bottom: 0;
} */
.legalicon {
  width: 9.55px;
}

#menu-footer-legal-menu li.legal a {
  cursor: pointer;
}
.morelink-mobile {
  display: none;
}
.download-popup {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -100%;
  right: 0;
  bottom: auto;
  z-index: -1;
  flex-wrap: wrap;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  background-color: var(--gray_light);
}
.download-popup.open {
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.download-popup-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.download-popup-inner .left-logo {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
}
.download-popup-inner .left-side {
  width: 40%;
}
.download-popup-inner .left-side figure,
.download-popup-inner .left-side picture {
  height: 100%;
  display: block;
}

.download-popup-inner .left-side figure img,
.download-popup-inner .left-side picture img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.download-popup-inner .right-side {
  width: 60%;
  padding-top: 30px;
}
.download-popup-inner .close_menu {
  position: absolute;
  right: 25px;
  top: 25px;
}
.download-popup-inner .popup-top-part {
  text-align: center;
}
.download-popup-inner .popup-top-part svg {
  max-width: 290px;
}
.download-popup-inner .popup-top-part svg .st0 {
  fill: #fff;
}
.download-popup-inner .popup-body-part {
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
.download-popup-inner .popup-body-part .popup-body-part-inner {
  width: 100%;
}
.download-popup-inner .popup-body-part h4 {
  color: var(--golden_light);
  font-size: 12px;
  letter-spacing: 0.034em;
  font-family: var(--AvenirNextLTProMed);
  font-weight: 500;
  border-bottom: none;
  text-transform: uppercase;
  padding-bottom: 10px;
  max-width: 600px;
  margin-bottom: 25px;
}
.download-list {
}
.download-list li {
  margin-bottom: 30px;
}
.download-list li h5 {
  font-size: 50px;
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 0;
  margin-bottom: 0;
  color: var(--light);
}
.download-list li h5 a {
  color: var(--light);
}
.download-list .list-right {
  display: inline-block;
}
.download-list li span {
  font-size: 12px;
  font-family: var(--AvenirNextMed);
  letter-spacing: 0.034em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px;
}
.download-list li span a {
  color: #fff;
  font-family: var(--AvenirNextLTProMed);
  font-weight: 500;
}

.lc-section {
  padding-top: 170px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}
.lc-section .svgline {
  position: absolute;
  top: 0;
  right: 16%;
}
.lc-section .svgline.top-left {
  right: auto;
  left: 0;
  top: -200px;
}
.lc-section .title {
  text-align: center;
  margin-bottom: 50px;
}
.lc-section .sec_con {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.lc-section .sec_con + .sec_con {
  margin-top: 160px;
}
.lc-section .render_img {
  width: 53.96%;
}
.lc-section .copy_right {
  width: 34%;
  max-width: 600px;
  padding: 0 0 0 0;
  margin-right: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.lc-section .copy_right h5 {
  color: var(--golden_light);
  font-size: 14px;
  font-family: var(--AvenirNextLTProDemi);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.lc-section .copy_right .copy {
  margin-bottom: 65px;
}
.lc-section .bottom-link {
  border-bottom: 1px solid var(--golden_light);
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.lc-section .bottom-link .arrow {
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 30px;
}
.lc-section .btn-arrow {
  color: var(--golden_light);
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: var(--AvenirNextMed);
  text-transform: uppercase;
}
.momentum-section {
  padding-top: 500px;
  padding-bottom: 180px;
  position: relative;
}
.momentum-section .svgline {
  position: absolute;
  top: 20px;
  left: -50px;
}
.momentum-section .title {
  text-align: center;
}

.map .st0 {
  fill: #272828;
  text-transform: uppercase;
}
.map .st1 {
  font-family: var(--AvenirNextLTProDemi);
  font-weight: normal;
}
.map .st2 {
  font-size: 12px;
}
.map .st3 {
  fill: #e5c57b;
}
.map .map_number {
  cursor: pointer;
}
.map .map_title {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.map .map_number:hover + .map_title {
  opacity: 1;
  visibility: visible;
}
.home_secthree p {
  margin-bottom: 50px;
}
.page_nav {
  margin-bottom: 40px;
}
.page_nav .sec_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_nav .sec_con a {
  color: var(--golden);
  font-size: 16px;
  transition: all 0.3s ease-out;
}
.page_nav .sec_con a img {
  height: 41px;
}
.page_nav .sec_con a:hover {
  color: var(--black);
}
.page_nav .sec_con a:hover img {
  -webkit-animation: arrowSlide 0.6s infinite alternate ease-in-out;
}

.customnav .st0 {
  fill: #aa985d;
}
.page_nav .pageprev img {
  margin-right: 5px;
}
.page_nav .pagenext img {
  margin-left: 5px;
}

.page-template-page_residences .section.renderimage,
.page-template-page-natiivo-social .inquiry_sec.before_footer,
.page-template-page-natiivo .inquiry_sec.before_footer,
.blog-page {
  margin-bottom: 40px;
}
.blog-page {
  padding-bottom: 0;
}
.page-template-page_legal {
  background-color: var(--gray_light);
}

.page-template-page-natiivo-social .inquiry_sec.video-bg {
  margin-bottom: 80px;
}
.map-block {
  background-color: #fff;
}
.mapinfo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.mapinfo-wrap .mapinfo {
  padding: 0 4.2vw;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mapinfo-wrap .mapinfo .logo-img {
  width: 100%;
}
.mapinfo-wrap .mapinfo h2 {
  color: #000;
}
.mapinfo-wrap .mapinfo .title {
  text-align: left;
  margin-bottom: 50px;
}
.maplist li {
  position: relative;
  font-size: 14px;
  padding-left: 35px;
  margin-bottom: 5px;
  line-height: 1;
}
.maplist li span {
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1440px) {
  .mapinfo-wrap .mapinfo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mapinfo-wrap .mapinfo .title {
    margin-bottom: 30px;
  }
  .mapinfo-wrap .mapinfo h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1280px) {
  /* .legal-section h2 {
    position: relative;
    left: auto;
    top: auto;
    transform: inherit;
  }
  .legal-section .legal-copy {
    height: 100%;
    max-height: inherit;
    overflow: auto;
  } */
  .download-list li h5 {
    font-size: 42px;
  }
  .mapinfo-wrap .mapinfo .title {
    margin-bottom: 15px;
  }
  .mapinfo-wrap .mapinfo h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .mapinfo-wrap .mapinfo .logo-img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 295px;
  }
  .mapinfo-wrap .mapinfo {
    padding: 50px;
  }
  .mapinfo-wrap .maplist-con {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .logo svg,
  .site_header.show .logo svg {
    height: 16px;
  }
  .site_header.sticky .logo svg {
    opacity: 0;
    visibility: hidden;
    cursor: none;
  }
  .logo_white img {
    height: 20px;
  }
	
  .site_branding .phone,
  .site_branding .menu-name,
  .site_branding .openexpand {
    font-size: 10px;
  }
  .site_branding .phone,
  .site_branding .menu-name {
    padding-right: 10px;
    margin-right: 10px;
  }
  .site_branding .openexpand span {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    border-left: none;
    text-align: center;
  }
	
  .site-footer .footer-location {
    flex-wrap: wrap;
  }
  .site-footer .footer-projects {
    margin: 50px auto 0;
  }
  .download-list li h5 {
    font-size: 34px;
  }
  .momentum-section {
    padding-top: 300px;
  }
  .lc-section .svgline,
  .momentum-section .svgline {
    display: none;
  }
  .lc-section .bottom-link {
    bottom: 0;
  }
}
  
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .site_header .header_con {
    padding: 0 20px;
  }

  #primary-menu li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #primary-menu li a {
    font-size: 33px;
  }

  .menu_expand .widget_nav_menu .menu li a,
  .bottom_link a,
  .menu_expand .morelink ul li a {
    font-size: 11px;
  }
  .bottom_link {
    left: 20px;
    right: 20px;
  }
  .bottom_link .legal_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #inquire-menu {
    align-items: flex-end;
    margin-bottom: 0;
  }
  #inquire-menu li {
    width: 100%;
    text-align: right;
    padding: 0;
  }
  #inquire-menu li:first-child:after {
    display: none;
  }
  #inquire-menu .inquire_link {
    cursor: pointer;
  }
  .location_left {
    flex-wrap: wrap;
  }
  .morelink {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #register-menu li {
    margin: 5px 0;
  }
  .expand_inner {
    align-items: center;
  }
  .expand_inner .expand_con {
    margin-bottom: 30px;
  }

  .expand_inner .bottom_link .legallink {
    margin-right: 15px;
  }
  .menu_expand .bottom_link .legal_links li {
    width: 100%;
  }
  .menu_expand .bottom_link .menu li + li::before {
    display: none;
  }

  .logo-inner {
    border-bottom: 1px solid #aa985d;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    max-height: 100px;
  }
  .logo-inner svg {
    width: auto;
    height: 21px;
  }
  .logo-inner svg .st0 {
    fill: #aa985d;
  }
  .site_header .logo_white {
    display: none;
    cursor: none;
  }
  /* .site_header.show .site_branding {
    opacity: 0;
    cursor: none;
  } */
  /* .morelink-mobile {
    display: flex;
    align-items: center;
  } */
  .morelink-mobile .menu {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .morelink-mobile #inquire-menu li {
    width: auto;
    position: relative;
    padding: 0 8px 0 12px;
  }
  .morelink-mobile #inquire-menu li:first-child:after {
    display: inline-block;
  }
  .morelink-mobile #inquire-menu li + li::before {
    content: "/";
    color: var(--golden);
    position: absolute;
    left: 0;
    top: 3px;
  }
  .morelink-mobile .legallink {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--golden);
    letter-spacing: 0.08em;
    transition: all 0.3s ease-out;
    padding-left: 8px;
    margin-top: 2px;
  }
  .site-footer {
    padding: 42px 0;
  }
  .site-footer .footer-location address {
    text-align: center;
  }
  .site-footer .footer-location .location {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .site-footer .social_btn {
    padding-top: 0px;
    order: 1;
  }
  .site-footer .footer-logo {
    order: 2;
    margin-top: 80px;
  }
  .legal_link ul li {
    margin-right: 15px;
  }
  .inquire_form {
    padding: 0 20px;
/* 	padding: 0 60px; */
	width: 100%;
  }
  .inquire_form h2 {
    font-size: 44px;
    margin-bottom: 15px;
  }
  .subtitle h5 {
    font-size: 16px;
  }
  .subtitle p {
    font-size: 14px;
  }
  .inquire_form .gfield_radio .gchoice .gform-field-label,
  .inquire_form fieldset .gfield_label,
  .inquire_form .gform-theme--foundation .gfield input.large,
  .inquire_form .gform-theme--foundation .gfield select.large,
  .inquire_form .gform_fields .mandatory,
  .gform-theme--foundation .gfield select option {
    font-size: 14px;
  }
  .inquire_form .subtitle {
    margin-bottom: 20px;
  }
  .inquire_inner form {
    padding-bottom: 20px;
  }
  .inquire_form .gform_body .gform_fields {
    row-gap: 25px;
  }
  .inquire_form .gform_fields .mandatory {
    position: relative;
  }
  .inquire_form .gform_footer {
    margin-top: 25px !important;
  }
  .inquire_form .close_menu {
    top: 15px;
    right: 15px;
  }
  .inquire_form .gform_wrapper {
    max-height: 75vh;
  }
  .hero-social .title {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-social .sec_down {
    top: inherit;
  }
  .social-section .details .copy {
    max-width: 310px;
  }
  .social-section .details h3 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-natiivo-social .text-section h2 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-natiivo-social .inquiry_sec .inner_con {
    width: 100%;
  }
  .res_three {
    overflow: hidden;
  }
  .res_three .svgline {
    right: -30%;
    top: -10vw;
    z-index: -1;
  }
  .res_five .renderimg .render_text {
    left: 30px;
  }
  .download-popup.open {
    overflow-y: auto;
    min-height: 100vh;
    height: inherit;
    overflow: hidden;
  }
  .download-popup-inner {
    flex-direction: column;
    justify-content: space-between;
  }
  .download-popup-inner .left-side {
    width: 100%;
    order: 2;
    height: 32vh;
  }

  .download-popup-inner .left-side figure img,
  .download-popup-inner .left-side picture img {
    object-position: center top;
    width: 100%;
  }

  .download-popup-inner .right-side {
    order: 1;
    width: 100%;
  }
  .download-popup-inner .popup-top-part {
    display: none;
  }
  .download-popup-inner .popup-body-part {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
  }
  .download-popup-inner .popup-body-part h4 {
    border-bottom: 1px solid var(--golden_light);
    max-width: none;
  }
  .download-list li {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-end;
  }
  .download-list li h5 {
    font-size: 32px;
    width: 70%;
  }
  .download-list .list-right {
    width: 30%;
  }
  .download-list li span {
    margin: 0 0px;
  }
  .lc-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lc-section .sec_con {
    flex-direction: column;
  }
  .lc-section .copy_right,
  .lc-section .render_img {
    width: 100%;
  }
  .lc-section .copy_right {
    padding-top: 100px;
    margin-bottom: 40px;
  }
  .lc-swiper {
    margin-bottom: 0px;
  }
  .lc-swiper2 .sec_con {
    flex-direction: column-reverse;
    margin-top: 100px;
  }
  .momentum-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .natiivo-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .natiivo-section .top-part {
    margin-bottom: 50px;
  }
  .natiivo-section .svgline {
    display: none;
  }
  .natiivo-section .bottom-part {
    padding-top: 100px;
  }
  .social-lc.lc-section .sec_con {
    flex-direction: column-reverse;
  }
  .social-lc.lc-section .sec_con + .sec_con {
    flex-direction: column;
  }
  .page_nav .sec_con a {
    font-size: 14px;
  }
  .page_nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page_nav .sec_con a svg {
    height: 22px;
  }
  .page_nav .sec_con a img {
    height: 20px;
  }
  .page-template-page_residences .section.renderimage,
  .page-template-page-natiivo-social .inquiry_sec.before_footer,
  .page-template-page-natiivo .inquiry_sec.before_footer {
    margin-bottom: 0;
  }
  .mapinfo-wrap .mapinfo {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 450px) {
	.mobile-stack {
		flex-direction: column;
	}
}

@media only screen and (max-width: 360px) {
  #primary-menu li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .morelink {
    margin-top: 15px;
  }
  #register-menu li {
    margin: 2px 0;
  }
  .social_btn .legal_link,
  .site-footer .social_btn .social_link {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .social_btn .legal_link {
    margin-bottom: 10px;
  }

  .site-footer .social_btn {
    flex-wrap: wrap;
  }
  .site-footer .footer-projects {
    margin-top: 20px;
  }
  h2.f70 {
    font-size: 34px;
  }
  .page_nav .sec_con a {
    font-size: 12px;
  }
}
