body {
  font-family: var(--font-family-default);
  font-size: var(--font-size-default);
  background: #FFFFFF;
  color: var(--font-color-default);
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}


.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:visited,
a:hover,
button {
  outline: 0 !important;
  text-decoration: none !important;
}

#main-wrapper {
  position: relative;
  overflow: hidden;
}

.gsite-title {
  position: relative;
  font-family: var(--font-family-title);
  font-size: var(--font-size-title);
  color: var(--font-color-title);
  line-height: 1;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.gsite-title small {
  display: block;
  font-family: var(--font-family-default);
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.5em;
  margin-top: 8px;
}

.gsite-title span {
  color: rgba(var(--primary-color), 1);
}

.gsite-title.is-text-white {
  color: #ffffff;
}

.gsite-title.is-text-white small {
  color: #ffffff;
}

.gsite-button,
a.gsite-button {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  background: none;
  transition: all var(--default-transition);
}

.gsite-button span,
a.gsite-button span {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.gsite-button span::after,
a.gsite-button span::after {
  content: "";
  display: block;
  width: 33px;
  height: 14px;
  margin-left: 22px;
  background: url(../../images/icon-arrow.png) no-repeat center center;
  filter: brightness(0);
  transition: all var(--default-transition);
}

.gsite-button:hover,
a.gsite-button:hover {
  color: rgba(var(--primary-color), 1);
}

.gsite-button:hover span::after,
a.gsite-button:hover span::after {
  filter: brightness(1);
}

.gsite-button.is-button-white,
a.gsite-button.is-button-white {
  width: 300px;
  padding: 0 10px;
  background: rgba(var(--primary-color), 1);
  color: #ffffff;
}

.gsite-button.is-button-white span::after,
a.gsite-button.is-button-white span::after {
  filter: brightness(0) invert(1);
}

.gsite-button.is-button-white:hover,
a.gsite-button.is-button-white:hover {
  background: #ffffff;
  color: #000000;
}

.gsite-button.is-button-white:hover span,
a.gsite-button.is-button-white:hover span {
  filter: brightness(0) invert(0);
}

.gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gsite-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gsite-input {
  position: relative;
}

.gsite-input input:not([type=submit]),
.gsite-input select,
.gsite-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  padding: 0;
  outline: none;
  background: none;
}

.gsite-input textarea {
  resize: none;
}

.gsite-submit {
  position: relative;
}

.gsite-submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  outline: none;
  background: none;
}

.gsite-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
}

.gsite-submit button:not(.gsite-button) {
  padding: 0;
}

.gsite-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: 0;
  font-size: 30px;
  color: rgba(var(--tertiary-color), 1);
  transition: all var(--default-transition);
}

.gsite-arrow:hover {
  color: rgba(var(--primary-color), 1);
}

.filter-white {
  filter: brightness(0) invert(1);
}

.parallax-scroll {
  background-attachment: fixed !important;
}

.name-Safari .parallax-scroll,
.is-mobile .parallax-scroll {
  background-attachment: scroll !important;
}

.canvas-img {
  position: relative;
}

.canvas-img canvas {
  display: block;
  width: 100%;
  background: rgba(var(--primary-color), 1);
}

.canvas-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.canvas-img img.lazyload,
.canvas-img img.lazyloading {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 12%;
  left: 12%;
  width: auto;
  font-size: 12px !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px !important;
  text-align: center;
}

.site-navi .sub-menu.show-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.aios-mobile-header-wrapper {
  z-index: 1026 !important;
}

.lazyload,
.lazyloading {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.admin-bar .header {
  top: 32px;
}

/* Header : START */
.header {
  position: fixed;
  width: 100%;
  padding: 18px 0;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  z-index: 1020;
  font-size: 0;
  transition: all var(--default-transition);
}

.header.is-sticky {
  background: var(--background-color);
}

.header.is-sticky .header-container {
  max-width: 1270px;
}

.header.is-sticky .header-logo a img {
  width: 110px !important;
}

.header-container {
  position: relative;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  transition: all var(--default-transition);
}

.header-logo {
  text-align: center;
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
  transition: all var(--default-transition);
  width: 250px;
}

.navigation {
  position: relative;
}

.site-navi li {
  display: block;
  position: relative;
}

.site-navi li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all var(--default-transition);
}

.site-navi>li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px 30px;
}

.site-navi>li>a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  max-width: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  background: #ffffff;
  transition: all var(--default-transition);
}

.site-navi>li:first-child {
  border-left: 0;
}

.site-navi>li:hover>a::after {
  max-width: 100%;
}

.site-navi .sub-menu {
  position: absolute;
  width: 100%;
  min-width: 190px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: all var(--default-transition);
}

.site-navi .sub-menu .sub-menu {
  top: 0;
  margin-left: 100%;
}

.site-navi .sub-menu li {
  margin-bottom: 1px;
}

.site-navi .sub-menu li a {
  padding: 12px 5px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.2;
  text-transform: none;
  background: rgba(var(--primary-color), 1);
}

.site-navi .sub-menu li:hover>a {
  background: rgba(var(--secondary-color), 1);
  color: rgba(var(--primary-color), 1);
}

.site-navi>li>.sub-menu {
  left: -150%;
  right: -150%;
  margin: auto;
  padding-top: 35px;
}

.site-navi li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header-left .site-navi {
  margin-left: -30px;
}

.header-right .site-navi {
  margin-right: -30px;
}

/* Header : END */
/* Footer : START */
.footer {
  position: relative;
  background: var(--background-color);
  font-size: 0;
}

.footer-top {
  position: relative;
  padding: 130px 0;
}

.footer-top .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.footer-top-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-form {
  position: relative;
}

.footer-form-title {
  width: 51.15%;
  padding-top: 34px;
}

.footer-form-title .gsite-title {
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.88);
}

.footer-form-title p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.88);
  margin-top: 36px;
}

.footer-form-main {
  width: 43.85%;
}

.footer-form-main .gsite-input {
  margin-bottom: 10px;
}

.footer-form-main .gsite-input input,
.footer-form-main .gsite-input textarea {
  height: 60px;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  color: #010101;
  letter-spacing: 0.02em;
}

.footer-form-main .gsite-input textarea {
  height: 120px;
  padding-top: 22px;
}

.footer-form-main .gsite-submit {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
  margin-top: -10px;
}

.footer-form-main .gsite-submit .gsite-button {
  border: 0;
  padding: 0;
  width: auto;
}

.footer-form-main .wpcf7 {
  position: relative;
}

.footer-form-main .wpcf7-form-control-wrap {
  display: block;
}

.footer-form-main .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.footer-form-main .wpcf7 form .wpcf7-response-output {
  position: absolute;
  color: #ffffff !important;
  width: 100%;
  margin: 5px 0 0;
}

.footer-middle {
  position: relative;
  padding: 60px 0 45px;
}

.footer-middle-container {
  position: relative;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-logo {
  text-align: center;
}

.footer-logo a {
  display: inline-block;
}

.footer-contact {
  margin-top: 35px;
}

.footer-contact .footer-contact-item {
  padding: 0 25px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.12em;
  transition: all var(--default-transition);
}

.footer-contact a i {
  font-size: 18px;
  color: rgba(var(--primary-color), 1);
  margin-right: 8px;
}

.footer-contact a i.ai-font-envelope-f {
  font-size: 12px;
}

.footer-contact a i.ai-font-location-c {
  font-size: 18px;
}

.footer-contact a:hover {
  color: rgba(var(--primary-color), 1);
}

.footer-smis {
  margin-top: 35px;
}

.footer-smis a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(var(--secondary-color), 0.2);
  font-size: 20px;
  color: #ffffff;
  box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.54);
  transition: all var(--default-transition);
}

.footer-smis a:hover {
  background: rgba(var(--primary-color), 1);
}

.footernav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 38px;
}

.footernav li {
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.footernav li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all var(--default-transition);
}

.footernav li:hover a {
  color: rgba(var(--primary-color), 1);
}

.footernav li:first-child {
  border-left: 0;
}

.footer-bottom {
  position: relative;
  padding: 35px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-bottom-container {
  position: relative;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-accessibility {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
}

.footer-accessibility a {
  transition: all var(--default-transition);
}

.footer-accessibility a:hover {
  color: rgba(var(--primary-color), 1);
}

.copyright {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 8px;
}

.copyright a {
  transition: all var(--default-transition);
}

.copyright a[href="https://www.agentimage.com"] {
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.copyright a:hover {
  color: rgba(var(--primary-color), 1);
}

.footer-realtors {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-top: 12px;
}

.footer-realtors i.ai-font-realtor-mls {
  font-size: 25px;
  margin-left: 8px;
}

/* Footer : END */
body #pojo-a11y-toolbar {
  bottom: 0 !important;
  top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
  top: auto !important;
  bottom: 0 !important;
}

button:focus-visible,
a:focus-visible {
  outline-style: solid !important;
  outline-width: 5px !important;
  outline-color: red !important;
  transition: none !important;
}

/* High contrast and Negative contrast break canvas elements with backgrounds */
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast {
  display: none !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: rgba(var(--primary-color), 1) !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
  border-color: rgba(var(--primary-color), 1) !important;
}

.aios-custom-ihomefinder-details-template #content-full {
    margin-top: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.foo-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.foo-logos .gsite-title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.foo-logos img {
    margin: 15px;
    max-width: 300px;
    max-height: 40px;
}

#agents-results .agents-pagination .page-numbers {
    border: 1px solid #000 !important;
    color: #000 !important;
}

#agents-results .agents-pagination .page-numbers:hover {
    opacity: 0.5 !important;
    border: 1px solid #000 !important;
}


.ai-minimalist-column-the-content p {
    color: #000 !important;
}







@media only screen and (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }

  .parallax-bg {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 1610px) {
  #listings-results .listings-table .listings-table-body .listings-item {
    flex-wrap: wrap;
  }

}
@media only screen and (max-width: 1366px) {

  /* Header : START */
  .header-left .site-navi {
    margin-left: -20px;
  }

  .header-right .site-navi {
    margin-right: -20px;
  }

  .site-navi>li {
    padding: 3px 20px;
  }

  /* Header : END */
}

@media only screen and (max-width: 1280px) {
  .header-logo a img {
    width: 170px;
  }

  .footer-contact a {
    font-size: 15.5px;
  }

  .footernav li a {
    font-size: 13.5px;
  }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

  /* Header : START */
  .header-left .site-navi {
    margin-left: -5px;
  }

  .header-right .site-navi {
    margin-right: -5px;
  }

  .header-logo a img {
    width: 140px;
  }

  .site-navi>li {
    padding: 3px 7px;
  }

  .site-navi li a {
    font-size: 13.5px;
  }

  /* Header : END */

  /* Footer : START */
  .footernav li {
    padding: 0 15px;
  }

  .footernav li a {
    font-size: 13px;
  }

  .footer-contact a {
    font-size: 14.75px;
  }
    /* Footer : END */

  #listings-results .listings-table .listings-table-body .listings-plan-logo-attribution {
    left: 0;
  }

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  #main-wrapper {
    padding-top: 52px;
  }

  .mobile-hide {
    display: none !important;
  }

  .desktop-hide {
    display: block !important;
  }

  /* Header : START */
  .header {
    position: relative;
    background: var(--background-color);
  }

  .header-left,
  .header-right {
    display: none;
  }

  .header-logo {
    width: 100%;
  }

  .header-logo a img {
    width: 160px;
  }

  /* Header : END */
  /* Footer : START */
  .footer-top-container {
    max-width: 630px;
  }

  .footer-form-title {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .footer-form-main {
    width: 100%;
    margin-top: 50px;
  }

  .footer-contact .footer-contact-item {
    padding: 0;
    margin: 5px 0;
  }

  .footer-contact a {
    padding: 10px;
  }

  .footernav {
    flex-direction: column;
  }

  .footernav li {
    padding: 0;
    /* margin: 5px 0; */
    border-left: 0;
  }

  .footernav li a {
    display: block;
    padding: 10px;
  }

  /* Footer : END */
  #pojo-a11y-toolbar {
    display: none;
  }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 575px) {
  .gsite-title {
    letter-spacing: 0.2em;
  }

  .gsite-button,
  a.gsite-button {
    letter-spacing: 0.3em;
  }

  /* Footer : START */
  .footer-top {
    padding: 50px 0;
  }

  /* Footer : END */
}
