.ip-banner {
  display: none;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-custom-wrap {
  font-size: 0;
}

.ip-property-details {
  padding: 0 0 70px;
  overflow: hidden;
}

.ip-property-details-container {
  padding: 0 var(--padding);
}

.ip-property-details-slideshow {
  position: relative;
}

.ippd-slideshow-list:not(.slick-initialized) .ippd-slideshow-item:nth-child(1) ~ div {
  display: none;
}

.ippd-slideshow-item {
  position: relative;
}

.ippd-slideshow-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.ippd-slideshow-item canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ippd-breadcrumbs {
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  margin: 0 65px;
  z-index: 5;
}

.ip-property-details-main {
  padding: 0 60px 0 65px;
  margin-top: 50px;
}

.ippd-main-left {
  width: 70%;
  padding-right: 90px;
  padding-top: 40px;
}

.ippd-status {
  width: 152px;
  height: 40px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  background: #042b56;
}

.ippd-status.status-active {
  background: var(--primary-color);
}

.ippd-address-price {
  margin-top: 55px;
}

.ippd-address {
  font-size: 18px;
  color: #686868;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.ippd-address span {
  display: block;
  font-family: var(--font-family-title);
  font-size: 40px;
  color: #010101;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ippd-price {
  font-family: var(--font-family-title);
  font-size: 34px;
  color: #010101;
  line-height: 1;
  letter-spacing: 0.025em;
}

.ippd-desc {
  font-size: 18px;
  color: var(--font-color-default);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 80px;
}

.ippd-share {
  font-size: 22px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 78px;
}

.ippd-share a {
  margin-left: 35px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ippd-share a i.ai-font-envelope-f {
  font-size: 15px;
}

.ippd-share a:first-child {
  margin-left: 0;
}

.ippd-share a:hover {
  color: var(--primary-color);
}

.ippd-main-right {
  width: 30%;
  border-left: 2px solid #bdbdbd;
  padding-top: 60px;
  padding-bottom: 40px;
}

.ippd-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ippd-specs div {
  font-size: 18px;
  color: #6c6b6b;
  line-height: 1.1;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  width: 235px;
  max-width: 100%;
  margin-bottom: 50px;
}

.ippd-specs div span {
  display: block;
  font-family: var(--font-family-title);
  font-size: 42px;
  color: #000000;
  letter-spacing: 0.025em;
  text-transform: none;
  margin-bottom: 22px;
}

.ippd-specs div:last-child {
  margin-bottom: 0;
}

.ip-property-details-calltoaction {
  margin-top: 100px;
}

.ip-property-details-calltoaction a.gsite-button {
  width: 322px;
  margin: 10px 20px;
}

.ip-property-details-video {
  position: relative;
  margin-top: 90px;
}

.ip-property-details-video::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.35;
  z-index: 2;
}

.ip-property-details-video canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.ip-property-details-video a {
  display: block;
  position: absolute;
  max-width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ip-property-details-video a:hover {
  opacity: 0.7;
}

.ip-property-details-video div {
  position: absolute;
  width: 100%;
  bottom: 50px;
  padding: 0 65px;
  font-size: 25px;
  color: #fefefe;
  line-height: 1.1;
  z-index: 3;
}

.ip-property-details-video div span {
  display: block;
  font-family: var(--font-family-title);
  font-size: 35px;
  margin-bottom: 15px;
}

.ip-property-details-info {
  max-width: 1360px;
  margin: 85px auto 0;
}

.ip-property-details-info .gsite-title {
  text-align: center;
  margin-bottom: 58px;
}

.ip-property-details-info .gsite-title + .ippd-info-row > .ippd-info-item:first-child {
  border-top: 0;
}

.ippd-info-row {
  margin-bottom: 38px;
}

.ippd-info-item {
  font-size: 15px;
  font-weight: 200;
  color: #333333;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ippd-info-item span {
  width: 54.61%;
}

.ippd-info-item span + span {
  font-weight: 400;
  width: 45.39%;
}

.ippd-info-item:first-child {
  border-top: 1px solid #eaeaea;
}

.ippd-info-item:last-child {
  border-bottom: 0;
}

.ip-property-details-map {
  position: relative;
  padding: 0 45px 40px;
  margin: 80px 25px 0;
}

.ip-property-details-map::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 58%;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
}

.ip-property-details-map .ip-property-details-map-inner {
  position: relative;
}

.ip-property-details-map .ip-property-details-map-inner canvas {
  display: block;
  width: 100%;
  min-height: 250px;
}

.ip-property-details-map .ip-property-details-map-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ip-property-details-form {
  margin-top: 105px;
}

.ip-property-details-form .gsite-title {
  text-align: center;
  margin-bottom: 44px;
}

.ip-property-details-form .wpcf7 {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.ip-property-details-form .form-input {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin-bottom: 22px;
}

.ip-property-details-form .form-input input:not([type="submit"]),
.ip-property-details-form .form-input textarea {
  border-bottom: 1px solid #7f7f7f;
  font-size: 15px;
  font-weight: 300;
  color: #999999;
  height: 50px;
}

.ip-property-details-form .form-input textarea {
  padding-top: 20px;
  height: 170px;
}

.ip-property-details-form .form-lg {
  width: 100%;
}

.ip-property-details-form .form-sm {
  width: 50%;
}

.ip-property-details-form .form-button {
  position: absolute;
  right: 15px;
  bottom: 28px;
}

.ip-property-details-form .form-button button {
  background: none;
  color: var(--primary-color);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ip-property-details-form .form-button button i {
  font-size: 45px;
}

.ip-property-details-form .form-button button:hover {
  color: var(--secondary-color);
}

.ip-property-details-form .wpcf7-form-control-wrap {
  display: block;
}

.ip-property-details-form div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.ip-property-details-form .wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  color: #000000 !important;
  position: absolute;
  width: calc( 100% - 20px);
  left: 0;
  right: 0;
  margin: -20px auto 0;
}

.ip-property-details-disclaimer {
  font-size: 11px;
  color: #999999;
  line-height: 1.9;
  letter-spacing: 0.05em;
  border-top: 1px solid #e7e7e7;
  padding: 12px 0;
  margin: 10px auto 0;
  max-width: 1360px;
}

@media only screen and (max-width: 1199px) {
  .ip-property-details-main {
    padding: 0 20px;
  }
  .ippd-main-left {
    padding-right: 30px;
  }
  .ippd-address span {
    font-size: 32px;
  }
  .ippd-price {
    font-size: 28px;
  }
  .ip-property-details-video div {
    bottom: 30px;
    padding: 0 25px;
  }
  .ip-property-details-map {
    padding: 0 25px 25px;
    margin: 80px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .ippd-breadcrumbs {
    margin: 0 15px;
  }
  .ippd-main-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .ippd-status {
    margin: 0 auto;
  }
  .ippd-address {
    width: 100%;
  }
  .ippd-price {
    width: 100%;
    margin-top: 20px;
  }
  .ippd-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ippd-main-right {
    width: 100%;
    border-left: 0;
    padding: 20px 0;
    margin-top: 20px;
  }
  .ippd-specs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ip-property-details-calltoaction {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .ip-property-details-calltoaction > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ip-property-details-calltoaction a.gsite-button {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 568px) {
  .ippd-breadcrumbs {
    bottom: 20px;
  }
  .ip-property-details-main {
    padding: 0;
  }
  .ippd-share a {
    margin-left: 15px;
  }
  .ip-property-details-video a {
    width: 50px;
  }
  .ip-property-details-video div {
    font-size: 18px;
    bottom: 10px;
    padding: 0 15px;
  }
  .ip-property-details-video div span {
    font-size: 22px;
  }
  .ihf-captcha .g-recaptcha > div {
    max-width: 100%;
    overflow: hidden;
  }
  .ihf-captcha .g-recaptcha > div iframe {
    transform: scale(0.78);
    transform-origin: left center;
  }
}
