@charset "UTF-8";
.page-template-index-landing-page-2 .ip-banner,
.banner-nav {
  display: none;
}

.page-template-index-landing-page-2 #inner-page-wrapper {
  margin-bottom: 0;
}
.page-template-index-landing-page-2 #inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

/* Header : START */
.header-container {
  justify-content: space-between;
}

.header-contact {
  margin-left: 50px;
  margin-right: 0;
}
.header-contact a {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-family-alt);
}

.bm-menu-smi {
  display: none;
}

/* Header : END */
/* Popup : START */
.aiosp-wrap .aiosp-container.aiosp-ref-\#index-landing-popup .aios-popup-body {
  width: 480px;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  background: none;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#index-landing-popup .aios-popup-body button.aiosp-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  height: auto;
  top: 15px;
  right: 15px;
  line-height: 1;
  opacity: 1;
  font-size: 0;
  color: #000000;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#index-landing-popup .aios-popup-body button.aiosp-close::before {
  content: "򰉁";
  font-family: "agentimage";
  font-size: 15px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#index-landing-popup .aios-popup-body button.aiosp-close:hover {
  color: var(--secondary);
}

.index-landing-popup {
  padding: 35px 20px;
  background: #ffffff;
  border: 2px solid #333232;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.index-landing-popup img {
  filter: brightness(0);
  display: block;
  height: auto;
  margin: 0 auto 25px;
}

.index-landing-popup-title {
  font-size: 26px;
  font-weight: 100;
  line-height: 26px;
  color: #000000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}

.index-landing-popup-subtitle {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  margin: 10px 0;
}

.index-landing-popup-form {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}
.index-landing-popup-form .field-input {
  margin-bottom: 10px;
}
.index-landing-popup-form .field-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  outline: none;
}
.index-landing-popup-form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: #000000;
  transition: all var(--default-transition);
}
.index-landing-popup-form input[type=submit]:hover {
  background: var(--secondary);
}
.index-landing-popup-form .wpcf7-form-control-wrap {
  display: block;
}
.index-landing-popup-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  font-size: 10px;
}
.index-landing-popup-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.index-landing-popup-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  padding: 5px 3px;
  margin: 3px 0 0;
  font-size: 10px;
  text-align: center;
}

/* Popup : END */
/* Hero : START */
.slideshow-tagline-text {
  width: calc(100% - 325px);
  padding: 0 15px;
}

.slideshow-tagline h1 {
  width: 100%;
}

.slideshow-tagline h1 strong {
  font-size: 60px;
}
.slideshow-tagline h1 strong:nth-of-type(1) {
  margin-right: auto;
}
.slideshow-tagline h1 span {
  left: 0;
}

.idx-form-box {
  width: 325px;
  max-width: 100%;
  margin: auto 0 auto auto;
  background: #eaf0f4;
  padding: 30px 25px;
  border-radius: 5px;
  text-align: left;
  float: left;
}
.idx-form-box .field-price .field-label {
  text-transform: uppercase;
  font-weight: 500;
}
.idx-form-box h2 {
  display: block;
  background: #ea7901;
  font-size: 26px;
  font-weight: 700;
  color: #fefdfd;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  border-radius: 5px;
  padding: 10px 20px;
}
.idx-form-box form {
  position: relative;
}
.idx-form-box .field-input {
  margin: 2px 0;
  float: left;
  width: 100%;
}
.idx-form-box .field-name {
  overflow: hidden;
}
.idx-form-box .field-name .field-input {
  display: inline-block;
  width: calc(50% - 2px);
}
.idx-form-box .field-right {
  float: right;
}
.idx-form-box .field-input select,
.idx-form-box .field-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  height: 30px;
  background: #ffffff;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.idx-form-box .field-input select {
  background: url(images/qs-arrow.png) #ffffff no-repeat calc(100% - 10px) center;
}
.idx-form-box .field-input select::-ms-expand {
  display: none;
}
.idx-form-box .field-label {
  font-size: 14px;
  color: #000;
  float: left;
  line-height: 30px;
  margin-right: 4px;
}
.idx-form-box .field-price .field-input {
  width: calc(50% - 26px);
}
.idx-form-box input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  height: 30px;
  background: #ea7901;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  margin-top: 14px;
}
.idx-form-box .wpcf7-form-control-wrap {
  display: block;
}
.idx-form-box .use-floating-validation-tip .wpcf7-not-valid-tip {
  font-size: 10px;
}
.idx-form-box .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.idx-form-box .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  padding: 5px 3px;
  margin: 3px 0 0;
  font-size: 10px;
  text-align: center;
}

/* Hero : END */
/* CTA : START */
.hp-cta {
  position: relative;
  background: #ffffff;
  padding: 50px 0;
  z-index: 2;
  font-size: 0;
}

.cta-container {
  width: 100%;
  max-width: 1000px;
}

.cta-list {
  margin: 0 -15px;
}

.cta-item {
  width: 33.3333333333%;
  padding: 0 15px;
  min-height: 320px;
  display: flex;
  align-items: center;
}
.cta-item a {
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  color: #888888;
  text-decoration: none !important;
  transition: all var(--default-transition);
}
.cta-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #888888;
  border-radius: 50%;
  transition: all var(--default-transition);
}
.cta-item a:hover {
  border-radius: 30px;
  max-width: 100%;
  background: #000000;
  color: #ffffff;
}
.cta-item a:hover::after {
  border-radius: 30px;
  border-color: #000000;
}
.cta-item a:hover .cta-icon {
  opacity: 0;
  max-width: 0;
  max-height: 0;
}
.cta-item a:hover .cta-name {
  text-transform: uppercase;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 300/300;
}

.cta-icon {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 5px;
}

.cta-name {
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.cta-name span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

/* CTA : END */
/* Communities : START */
/* Communities : END */
/* Properties : START */
.fp-container {
  width: 100%;
  max-width: 1390px;
  padding: 0 15px;
}

.fp-title .section-title {
  justify-content: center;
}

.fp-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.fp-item {
  display: block;
  padding: 15px;
}

.fp-item:nth-child(3) ~ .fp-item {
  display: block;
}

.fp-item-price {
  line-height: 1.7;
  transition: all var(--default-transition);
}

.fp-item a:hover .fp-item-price {
  margin-bottom: 0;
}

/* Properties : END */
/* Footer : START */
footer.footer {
  padding: 50px 0;
  z-index: 2;
}

.ftr-right {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.ftr-contact {
  margin-bottom: 0;
}

.ftr-contact .flex:not(.ftr-title) {
  max-width: 100%;
  justify-content: center;
}

.ftr-contact ul li {
  font-size: 20px;
}

.ftr-text {
  display: none;
}

.ftr-line {
  margin-top: 40px;
}

.ftr-copyright {
  padding: 30px 0 0;
}
.ftr-copyright p:nth-child(1) ~ * {
  display: none;
}

.ftr-broker-logo,
.ftr-left,
.ftr-contact .ftr-title,
.ftr-contact ul:first-child,
.ftr-contact ul:last-child li:last-child,
.ftr-nav {
  display: none;
}

/* Footer : END */
body:not(.index-properties-page) #ip-fp .fp-btns-wrap {
  display: none;
}

body:not(.index-properties-page) #ip-fp .border-outline::before,
body:not(.index-properties-page) #ip-fp .border-outline::after {
  width: 96.062%;
}

#ip-fp .fp-item-img canvas {
  aspect-ratio: 443/376;
}

#ip-fc .fc-bottom {
  display: none;
}

#content #IDX-main ul {
    margin: 0;
}

.fc-item-name span {
    display: block;
    font-size: 0.7em;
    font-family: var(--font-family-default);
    letter-spacing: 0.2em;
    margin: 10px 0 0;
}

@media only screen and (min-width: 992px) {
  header.header {
    position: fixed;
    background: #000;
    padding: 10px 15px;
  }
  header.header .header-container {
    padding: 17px 0;
  }
  header.header .header-logo {
    width: 118px;
    margin-left: 72px;
  }
  header.header .header-nav {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  /* Header : START */
  .header-contact {
    margin-left: 30px;
  }
  .bm-menu-open {
    margin-left: 0;
  }
  /* Header : END */
  .slideshow-wrap .aios-slider {
    top: 72px;
  }
  .slideshow-wrap + .slideshow-tagline {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
  }
  .slideshow-tagline {
    padding: 0;
  }
  .slideshow-tagline-text {
    width: 100%;
  }
  .slideshow-tagline h1 strong {
    font-size: 50px;
    line-height: 0.9;
    margin-right: 0;
  }
  .slideshow-tagline h1 span {
    left: 0;
  }
  .cta-container {
    max-width: 530px;
  }
  .cta-item {
    width: 100%;
  }
}