@charset "UTF-8";
:root {
  --font-family-default: 'BwModelica', helvetica;
  --font-family-title: 'Canela', serif;
  --font-size-default: 15px;
  --font-size-title: 45px;
  --font-color-default: #4e4e4e;
  --font-color-title: #000000;
  --primary-rgb: 170,205,230; /*#aacde6*/
  --primary: #aacde6;
  --default-transition: .5s cubic-bezier(.4, 0, .2, 1);
}

.gsite-title h2 {
  font-family: var(--font-family-title);
  font-size: var(--font-size-title);
  font-weight: 300;
  color: var(--font-color-title);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.gsite-title.is-white h2 {
  color: #ffffff;
}

.gsite-button,
a.gsite-button {
  display: inline-block;
  width: 310px;
  max-width: 100%;
  font-size: 15px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000000;
  transition: all var(--default-transition);
}
.gsite-button span,
a.gsite-button span {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gsite-button:hover,
a.gsite-button:hover {
  background: rgba(var(--primary-rgb), 1);
  border-color: rgba(var(--primary-rgb), 1);
}
.gsite-button.is-white:not(:hover),
a.gsite-button.is-white:not(:hover) {
  border-color: #ffffff;
  color: #ffffff;
}
.gsite-button.is-filled,
a.gsite-button.is-filled {
  background: rgba(var(--primary-rgb), 1);
  border-color: #ffffff;
}
.gsite-button.is-filled:hover,
a.gsite-button.is-filled:hover {
  background: #ffffff;
  color: #000000;
}

.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;
  background: none;
}
.gsite-input textarea {
  resize: none;
}

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

.gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gsite-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gsite-image {
  position: relative;
}
.gsite-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #cccccc;
}

.ipPropertyDetails {
  position: relative;
  font-family: var(--font-family-default);
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  overflow: hidden;
}
.ipPropertyDetails__hero {
  position: relative;
}
.ipPropertyDetails__hero img {
  position: relative;
  aspect-ratio: 1600/710;
  width: 100%;
  height: auto;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ipPropertyDetails__hero iframe {
  position: relative;
  aspect-ratio: 1600/710;
  width: 100%;
  height: auto;
  min-height: 250px;
}
.ipPropertyDetails__hero--breadcrumbs {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px 0 10px;
  background: rgba(0, 0, 0, 0.55);
}
.ipPropertyDetails__hero--breadcrumbs p#breadcrumbs {
  font-size: 10px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.ipPropertyDetails__hero--breadcrumbs p#breadcrumbs a {
  color: #ffffff;
  text-decoration: none !important;
  transition: all var(--default-transition);
}
.ipPropertyDetails__hero--breadcrumbs p#breadcrumbs a:hover {
  color: rgba(var(--primary-rgb), 1);
}
.ipPropertyDetails__info {
  position: relative;
}
.ipPropertyDetails__info--slider {
  position: relative;
  margin-left: -12.5vw;
  margin-right: -37.5vw;
}
.ipPropertyDetails__info--slider--list:not(.slick-initialized) {
  display: flex;
}
.ipPropertyDetails__info--slider--list:not(.slick-initialized) .ipPropertyDetails__info--slider--item {
  width: 33.3333333333%;
}
.ipPropertyDetails__info--slider--list:not(.slick-initialized) .ipPropertyDetails__info--slider--item:nth-child(3) ~ div {
  display: none;
}
.ipPropertyDetails__info--slider--item a {
  display: block;
  position: relative;
}
.ipPropertyDetails__info--slider--item a .gsite-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(var(--primary-rgb), 0.7);
  opacity: 0;
  transition: all var(--default-transition);
}
.ipPropertyDetails__info--slider--item a .gsite-image img {
  aspect-ratio: 800/700;
  width: 100%;
  height: auto;
  min-height: 700px;
  transition: all var(--default-transition);
}
.ipPropertyDetails__info--slider--item a i.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 63px;
  height: auto;
  color: #ffffff;
  background-image: url(../../img/property-details/zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0;
  transition: all var(--default-transition);
}
.ipPropertyDetails__info--slider--item a:hover .gsite-image::after {
  opacity: 1;
}
.ipPropertyDetails__info--slider--item a:hover i {
  opacity: 1;
}
.ipPropertyDetails__info--overlay {
  position: absolute;
  width: calc(33.3333333333% + 4.188vw);
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px 15px;
  background: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}
.ipPropertyDetails__info--overlay--inner {
  max-width: 310px;
  margin: 0 auto;
}
.ipPropertyDetails__info--address {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ipPropertyDetails__info--address span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.ipPropertyDetails__info--status {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(var(--primary-rgb), 1);
  padding: 12px 15px;
  margin-top: 15px;
}
.ipPropertyDetails__info--price {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.025em;
  margin-top: 22px;
}
.ipPropertyDetails__info--specs {
  margin-top: 25px;
}
.ipPropertyDetails__info--specs strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.ipPropertyDetails__info--specs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  padding: 0;
  margin: 0;
}
.ipPropertyDetails__info--specs ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 50%;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.09em;
}
.ipPropertyDetails__info--cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.ipPropertyDetails__info--cta a.gsite-button {
  width: 100%;
}
.ipPropertyDetails__info--links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 35px;
  max-width: 220px;
  margin: 20px auto 0;
}
.ipPropertyDetails__info--links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all var(--default-transition);
}
.ipPropertyDetails__info--links a:hover {
  color: rgba(var(--primary-rgb), 1);
}
.ipPropertyDetails__info--controls {
  position: absolute;
  bottom: 0;
  right: -50px;
  display: flex;
}
.ipPropertyDetails__info--arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(var(--primary-rgb), 0.75);
  transition: all var(--default-transition);
}
.ipPropertyDetails__info--arrow i {
  font-size: 25px;
}
.ipPropertyDetails__info--arrow:hover {
  background: #000000;
}
.ipPropertyDetails__about-gallery {
  position: relative;
  padding: 100px 0 130px;
}
.ipPropertyDetails__about-gallery--container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.ipPropertyDetails__about {
  position: relative;
}
.ipPropertyDetails__about--verbiage {
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 35px;
}
.ipPropertyDetails__about--verbiage p:not(:last-child) {
  margin-bottom: 20px;
}
.ipPropertyDetails__gallery {
  position: relative;
  margin-top: 25px;
}
.ipPropertyDetails__gallery--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ipPropertyDetails__gallery--column:nth-child(1) {
  width: 50%;
}
.ipPropertyDetails__gallery--column:nth-child(2) {
  width: 50%;
}
.ipPropertyDetails__gallery--column:nth-child(3) {
  width: 29.48%;
}
.ipPropertyDetails__gallery--column:nth-child(4) {
  width: 70.52%;
}
.ipPropertyDetails__gallery--item {
  padding: 15px;
}
.ipPropertyDetails__gallery--item a {
  display: block;
  position: relative;
}
.ipPropertyDetails__gallery--item a .gsite-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(var(--primary-rgb), 0.7);
  opacity: 0;
  transition: all var(--default-transition);
}
.ipPropertyDetails__gallery--item a .gsite-image img {
  aspect-ratio: 553/350;
}
.ipPropertyDetails__gallery--item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 63px;
  height: auto;
  color: #ffffff;
  background-image: url(../../img/property-details/zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0;
  transition: all var(--default-transition);
}
.ipPropertyDetails__gallery--item a:hover .gsite-image::after {
  opacity: 1;
}
.ipPropertyDetails__gallery--item a:hover i {
  opacity: 1;
}
.ipPropertyDetails__gallery--item a.gallery-3 .gsite-image img, .ipPropertyDetails__gallery--item a.gallery-4 .gsite-image img {
  aspect-ratio: 323/167;
}
.ipPropertyDetails__gallery--item a.gallery-5 .gsite-image img {
  aspect-ratio: 783/350;
}
.ipPropertyDetails__gallery--cta {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.ipPropertyDetails__media {
  position: relative;
  padding: 90px 0 110px;
}
.ipPropertyDetails__media--bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(16, 16, 16, 0.85);
}
.ipPropertyDetails__media--bg canvas {
  filter: grayscale(1);
}
.ipPropertyDetails__media--container {
  position: relative;
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
}
.ipPropertyDetails__media--row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ipPropertyDetails__media--row:not(:last-child) {
  margin-bottom: 40px;
}
.ipPropertyDetails__media--left {
  width: 31.66%;
}
.ipPropertyDetails__media--left p {
  font-size: 15px;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.025em;
  max-width: 190px;
  margin-top: 5px;
}
.ipPropertyDetails__media--right {
  width: 68.34%;
}
.ipPropertyDetails__media--right a {
  display: block;
  position: relative;
}
.ipPropertyDetails__media--right a .gsite-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all var(--default-transition);
}
.ipPropertyDetails__media--right a .gsite-image img {
  min-height: 250px;
}
.ipPropertyDetails__media--right a div:not([class]) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ipPropertyDetails__media--right a div:not([class]) img {
  filter: brightness(0) invert(1);
}
.ipPropertyDetails__media--right a div:not([class]) span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 12px;
}
.ipPropertyDetails__media--right a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 115px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #ffffff;
}
.ipPropertyDetails__media--right a i.icon-play {
  font-size: 45px;
  padding-left: 10px;
  box-sizing: border-box;
}
.ipPropertyDetails__media--right a i.icon-search {
  background: rgba(106, 106, 106, 0.25);
}
.ipPropertyDetails__media--right a:hover .gsite-image::after {
  background: rgba(var(--primary-rgb), 0.7);
}
.ipPropertyDetails__media--right a.is-video .gsite-image img {
  aspect-ratio: 786/440;
}
.ipPropertyDetails__media--right a.is-tour .gsite-image img {
  aspect-ratio: 786/240;
}
.ipPropertyDetails__media--right a.is-floorplan .gsite-image img {
  aspect-ratio: 786/417;
}
.ipPropertyDetails__form {
  position: relative;
  padding: 70px 0 80px;
}
.ipPropertyDetails__form--bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ipPropertyDetails__form--bg canvas {
  filter: grayscale(1);
}
.ipPropertyDetails__form--container {
  position: relative;
  max-width: 700px;
  padding: 0 15px;
  margin: 0 auto;
}
.ipPropertyDetails__form--title {
  text-align: center;
  margin-bottom: 45px;
}
.ipPropertyDetails__form--main {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}
.ipPropertyDetails__form--main .gsite-fields {
  margin: 0 -15px;
  font-size: 0;
}
.ipPropertyDetails__form--main .gsite-input {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.ipPropertyDetails__form--main .gsite-input label {
  display: none;
}
.ipPropertyDetails__form--main .gsite-input input, .ipPropertyDetails__form--main .gsite-input textarea {
  height: 40px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 1px solid #747474;
  outline: none;
}
.ipPropertyDetails__form--main .gsite-input textarea {
  height: 70px;
  padding-top: 15px;
}
.ipPropertyDetails__form--main .gsite-input.sm {
  width: 50%;
}
.ipPropertyDetails__form--main .gsite-submit {
  margin: 15px auto 0;
  max-width: 340px;
}
.ipPropertyDetails__form--main .wpcf7-form-control-wrap {
  display: block;
}
.ipPropertyDetails__form--main .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  width: auto;
  right: inherit;
  font-size: 12px;
}
.ipPropertyDetails__form--main .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.ipPropertyDetails__form--main .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.ipPropertyDetails__agents {
  position: relative;
  background: rgba(var(--primary-rgb), 1);
  padding: 55px 0 40px;
}
.ipPropertyDetails__agents--container {
  position: relative;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.ipPropertyDetails__agents.no-agent .ipPropertyDetails__agents--container {
    justify-content: center;
}

.ipPropertyDetails__agents--left {
  width: 67.85%;
  margin-top: 8px;
}
.ipPropertyDetails__agents--title {
  margin-bottom: 20px;
}
.ipPropertyDetails__agents--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.ipPropertyDetails__agents--item {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 22px;
  box-sizing: border-box;
}
.ipPropertyDetails__agents--item--image {
  width: 37.4%;
  border-radius: 50%;
  overflow: hidden;
}
.ipPropertyDetails__agents--item--image .gsite-image {
  aspect-ratio: 173/173;
}
.ipPropertyDetails__agents--item--image .gsite-image img[src*="michael.jpg"] {
  transform: scale(1.03);
}
.ipPropertyDetails__agents--item--text {
  width: 62.6%;
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-left: 15px;
}
.ipPropertyDetails__agents--item--text ul {
  padding: 0;
  margin: 0;
}
.ipPropertyDetails__agents--item--text ul li {
  display: block;
}
.ipPropertyDetails__agents--item--text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ipPropertyDetails__agents--item--text ul li strong {
  font-weight: 700;
}
.ipPropertyDetails__agents--item--text ul li a {
  color: inherit;
  text-decoration: none;
  transition: all var(--default-transition);
}
.ipPropertyDetails__agents--item--text ul li a:hover {
  opacity: 0.7;
}
.ipPropertyDetails__agents--brokerage {
  margin-top: 80px;
}
.ipPropertyDetails__agents--right {
  width: 24.57%;
}
.ipPropertyDetails__agents--team--logo img {
  margin: 0 auto;
}
.ipPropertyDetails__agents--team--image {
  margin-top: 15px;
}
.ipPropertyDetails__agents--team--image img {
  margin: 0 auto;
}
.ipPropertyDetails__agents--team--info {
  display: flex;
  margin-top: 15px;
}
.ipPropertyDetails__agents--team--info div {
  width: 50%;
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.ipPropertyDetails__agents--team--info div strong {
  font-weight: 700;
}
.ipPropertyDetails__agents--team--info div a {
  transition: all var(--default-transition);
}
.ipPropertyDetails__agents--team--info div a:hover {
  opacity: 0.7;
}
.ipPropertyDetails__map {
  position: relative;
}
.ipPropertyDetails__map iframe {
  display: block;
  aspect-ratio: 1600/595;
  width: 100%;
  height: auto;
  min-height: 250px;
}
.ipPropertyDetails__gallery-popup {
  background: #ffffff;
  padding: 80px 70px;
}
.ipPropertyDetails__gallery-popup--main--list:not(.slick-initialized) .ipPropertyDetails__gallery-popup--main--item {
  width: 100%;
}
.ipPropertyDetails__gallery-popup--main--list:not(.slick-initialized) .ipPropertyDetails__gallery-popup--main--item:nth-child(1) ~ div {
  display: none;
}
.ipPropertyDetails__gallery-popup--main--item .gsite-image img {
  aspect-ratio: 1130/715;
}
.ipPropertyDetails__gallery-popup--thumb {
  margin-top: 16px;
}
.ipPropertyDetails__gallery-popup--thumb--list {
  display: flex;
  margin: 0 -8px;
}
.ipPropertyDetails__gallery-popup--thumb--list:not(.slick-initialized) .ipPropertyDetails__gallery-popup--thumb--item {
  width: 25%;
}
.ipPropertyDetails__gallery-popup--thumb--list:not(.slick-initialized) .ipPropertyDetails__gallery-popup--thumb--item:nth-child(4) ~ div {
  display: none;
}
.ipPropertyDetails__gallery-popup--thumb--item {
  padding: 0 8px;
}
.ipPropertyDetails__gallery-popup--thumb--item .gsite-image img {
  aspect-ratio: 272/172;
}
.ipPropertyDetails__gallery-popup--controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
}
.ipPropertyDetails__gallery-popup--arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  position: relative;
  font-size: 16.36px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all var(--default-transition);
}
.ipPropertyDetails__gallery-popup--arrow i {
  font-size: 12px;
}
.ipPropertyDetails__gallery-popup--arrow i.ai-font-arrow-i-p {
  margin-right: 15px;
}
.ipPropertyDetails__gallery-popup--arrow i.ai-font-arrow-i-n {
  margin-left: 15px;
}
.ipPropertyDetails__gallery-popup--arrow.next::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: #000000;
}
.ipPropertyDetails__gallery-popup--arrow:hover {
  color: rgba(var(--primary-rgb), 1);
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#gallery-popup .aiosp-content {
  width: 1265px;
  max-width: 100%;
  padding-top: 32px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#gallery-popup .aiosp-content button.aiosp-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  top: 0;
  right: 0;
  font-size: 0;
  color: #ffffff;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#gallery-popup .aiosp-content button.aiosp-close::before {
  content: "򰉁";
  font-family: "agentimage";
  font-size: 20px;
}

.footer {
  margin-top: 0;
}

/* Popup */
.aiosp-container {
    position: relative;
    height: auto;
    min-height: 100%;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 887px;
    width: 80%;
    min-height: auto;
    padding: 55px 20px 60px !important;
    margin: 100px auto;
}

.aiosp-content .listings-popup {
    position: relative;
}

.aiosp-content .listings-popup ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.aiosp-content .listings-popup + .aiosp-close {
    font-size: 40px;
    color: var(--aios-listing-primary-color);
    top: 7px;
    right: 7px;
}

.aiosp-content .listings-popup form {
    width: 100%;
    margin: 0;
    color: #000;
}

.aiosp-content .listings-popup > h2 {
    display: block;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    text-align: center;
}

.aiosp-content .listings-popup > h2 span {
    font-size: 25px;
}

.aiosp-content .listings-popup > p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.533;
    letter-spacing: 0.025em;
    color: #7e7e7e;
    text-align: center;
    margin-top: 20px;
}

.aiosp-content .listings-popup-row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-field {
    padding: 8px;
}

.aiosp-content .listings-popup-field.submit {
    padding-top: 42px;
    padding-bottom: 0;
}

.aiosp-content .listings-popup input[type=email],
.aiosp-content .listings-popup input[type=tel],
.aiosp-content .listings-popup input[type=text],
.aiosp-content .listings-popup input[type=date],
.aiosp-content .listings-popup select,
.aiosp-content .listings-popup textarea,
.aiosp-content .listings-popup .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 10px 0!important;
    color: #636363;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
}

.aiosp-content .listings-popup textarea {
    height: 65px;
    resize: none;
    margin-top: 15px;
}

.aiosp-content .listings-popup input[type="submit"],
.aiosp-content .listings-popup button[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    max-width: 283px;
    height: 68px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #aacde6;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.aiosp-content .listings-popup input[type="submit"]:hover,
.aiosp-content .listings-popup button[type="submit"]:hover {
    background: #515050;
    color: #fff;
}

.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button{
    font-size: 18px;
    width: 100%;
    border-radius: 0 !important;
    padding: 0px;
}
.aios-mortgage-calculator-standalone form .aios-mortgage-calculator-standalone-mortgage-buttons button{
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    font-size: 18px !important;
}
.aiosp-content .listings-popup .wpcf7-form-control-wrap {
    display: block;
}

.aiosp-content .listings-popup .ajax-loader {
    position: absolute;
    left: calc(50% - 8px);
    margin: 0;
}

.aiosp-content .listings-popup .wpcf7-response-output {
    text-align: center;
    font-size: 16px;
    width: 90%;
    max-width: 735px;
    margin: 15px auto 0;
}

.aiosp-content .listings-popup h3 {
    display: block;
    width: 90%;
    max-width: 735px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.listings-popup .row {
    padding: 10px 0 20px;
}
.listings-save-sign-in,
.listings-save-sign-up {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form {
    margin-top: 50px;
}

.aiosp-content .listings-popup-form .form-group {
    display: block;
}

.aiosp-content .listings-popup-form label {
    display: none;
}

.aiosp-content .listings-popup-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.aiosp-content .listings-popup-form .row [class*=col-] {
    padding: 8px;
}

.aiosp-content .listings-popup-form button[type=submit] {
    margin-top: 42px;
}

.aiosp-content .listings-popup-form .ihf-modal-form-captcha .form-group {
    margin-bottom: 0;
}

.aiosp-content .listings-popup-form .ihf-captcha {
    margin-top: 30px;
}

.aiosp-content .listings-popup-form .ihf-captcha .g-recaptcha > div {
    margin: 0 auto !important;
}

.aiosp-content .listings-popup-form .ihf-modal-form-disclaimer {
    width: 450px;
    max-width: 100%;
    margin: 30px auto 0;
    float: none;
    text-align: center;
}

.aiosp-content .listings-popup-form #ihf-save-listing-form [class*=col-] {
    width: 100%;
}

.aiosp-content .listings-popup-form-response-output {
    display: none;
}
/* END Popup */

@media only screen and (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
  .ipPropertyDetails__info--slider--item.slick-current a .gsite-image img {
    filter: grayscale(1);
  }
}
@media only screen and (max-width: 1366px) {
  .ipPropertyDetails__agents--item--image {
    width: 34.4%;
  }
  .ipPropertyDetails__agents--item--text {
    width: 65.6%;
    font-size: 14px;
  }
  .ipPropertyDetails__agents--right {
    width: 27.57%;
  }
  .ipPropertyDetails__agents--team--info div {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .ipPropertyDetails__agents--item--text {
    font-size: 12px;
  }
  .ipPropertyDetails__agents--team--info div {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-hide {
    display: none !important;
  }
  .ipPropertyDetails__info--slider {
    margin-left: 0;
    margin-right: 0;
  }
  .ipPropertyDetails__info--slider--item a .gsite-image img {
    aspect-ratio: 800/500;
    min-height: 250px;
  }
  .ipPropertyDetails__info--overlay {
    position: relative;
    width: 100%;
    background: #000000;
    text-align: center;
  }
  .ipPropertyDetails__info--specs ul {
    flex-direction: column;
  }
  .ipPropertyDetails__info--specs ul li {
    width: auto;
  }
  .ipPropertyDetails__info--controls {
    right: 0;
  }
  .ipPropertyDetails__about-gallery--container {
    max-width: 630px;
  }
  .ipPropertyDetails__about--title {
    text-align: center;
  }
  .ipPropertyDetails__about--verbiage {
    text-align: center;
  }
  .ipPropertyDetails__gallery--column {
    width: 100% !important;
  }
  .ipPropertyDetails__media--container {
    max-width: 630px;
  }
  .ipPropertyDetails__media--left {
    width: 100%;
    text-align: center;
  }
  .ipPropertyDetails__media--left p {
    margin-left: auto;
    margin-right: auto;
  }
  .ipPropertyDetails__media--right {
    width: 100%;
    margin-top: 30px;
  }
  .ipPropertyDetails__form--container {
    max-width: 630px;
  }
  .ipPropertyDetails__form--main .gsite-input.sm {
    width: 100%;
  }
  .ipPropertyDetails__agents--container {
    max-width: 630px;
  }
  .ipPropertyDetails__agents--left {
    width: 100%;
    margin-top: 0;
  }
  .ipPropertyDetails__agents--title {
    text-align: center;
  }
  .ipPropertyDetails__agents--item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipPropertyDetails__agents--item--image {
    width: 100%;
    max-width: 200px;
  }
  .ipPropertyDetails__agents--item--text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
  .ipPropertyDetails__agents--item:not(:last-child) {
    margin-bottom: 30px;
  }
  .ipPropertyDetails__agents--brokerage {
    margin-top: 50px;
  }
  .ipPropertyDetails__agents--brokerage img {
    margin: 0 auto;
  }
  .ipPropertyDetails__agents--right {
    width: 100%;
    margin-top: 50px;
  }
  .ipPropertyDetails__agents--team--info {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .ipPropertyDetails__agents--team--info div {
    font-size: 14px;
  }
  .ipPropertyDetails__gallery-popup {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --font-size-title: 35px;
  }
  .ipPropertyDetails__info--address {
    font-size: 30px;
  }
  .ipPropertyDetails__info--price {
    font-size: 35px;
  }
}