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

.ip-banner {
  display: none;
}

.ip-property-details {
  position: relative;
  font-size: 0;
}

.ip-property-details-slider {
  position: relative;
  background: #cccccc;
}

.ip-property-details-slider-list:not(.slick-initialized) .ip-property-details-slider-item:nth-child(1) ~ div {
  display: none;
}

.ip-property-details-slider-item {
  position: relative;
}
.ip-property-details-slider-item canvas {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: 75vh;
}
.ip-property-details-slider-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ip-property-details-slider-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
}

.ip-property-details-slider-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  width: 62px;
  height: 62px;
  background: rgba(0, 34, 75, 0.9);
  font-size: 70px;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-slider-arrow:hover {
  background: rgb(0, 34, 75);
}

.ip-property-details-content {
  position: relative;
  background: var(--primary);
  padding: 30px 0 85px;
}

.ip-property-details-content-container {
  position: relative;
}

.ip-property-details-content-container {
  position: relative;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.ip-property-details-breadcrumbs {
  width: 100%;
  margin-bottom: 58px;
}
.ip-property-details-breadcrumbs p#breadcrumbs {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

.ip-property-details-content-column {
  position: relative;
  width: 53%;
  padding-right: 50px;
}
.ip-property-details-content-column + .ip-property-details-content-column {
  width: 47%;
  padding-left: 70px;
  padding-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.ip-property-details-content-column h2 {
  font-family: var(--font-family-title);
  font-size: 34px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.ip-property-details-content-column p {
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding-right: 25px;
}

.ip-property-details-address {
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
}

.ip-property-details-price {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.ip-property-details-listed {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin-top: 5px;
}

.ip-property-details-specs {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 17px 0;
  margin-top: 30px;
}
.ip-property-details-specs span {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ip-property-details-cta {
  padding: 25px 0 15px;
}
.ip-property-details-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 315px;
  height: 55px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #ffffff;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-cta a:hover {
  background: #999999;
  color: #ffffff;
}

.ip-property-details-share {
  display: flex;
  align-items: center;
}
.ip-property-details-share span {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 20px;
}
.ip-property-details-share a {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-share a:hover {
  color: #999999;
}
.ip-property-details-share a:not(:last-child) {
  margin-right: 10px;
}

.ip-property-details-info {
  width: 100%;
  margin-top: 32px;
}
.ip-property-details-info h2 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ip-property-details-info-holder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.ip-property-details-info-column {
  margin-right: 120px;
}
.ip-property-details-info-column ul li {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 24px;
  letter-spacing: 0.025em;
}

.popup-wrap-schedule {
  display: none;
}

.ip-property-details-gallery {
  position: relative;
  padding: 85px 0 80px;
}

.ip-property-details-gallery-container {
  position: relative;
  max-width: 1480px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-property-details-gallery-container .site-title {
  text-align: center;
}

.ip-property-details-gallery-holder {
  margin-top: 30px;
}

.ip-property-details-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -5px;
}

.ip-property-details-gallery-item {
  padding: 5px;
}
.ip-property-details-gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ip-property-details-gallery-item a img {
  transition: all 0.3s ease-in-out;
}
.ip-property-details-gallery-item a:hover img {
  transform: scale(1.2);
}
.ip-property-details-gallery-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.ip-property-details-gallery-item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.ip-property-details-gallery-item:nth-child(3) {
  grid-column: 4/5;
  grid-row: 1/2;
}
.ip-property-details-gallery-item:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.ip-property-details-gallery-item:nth-child(5) {
  grid-column: 4/5;
  grid-row: 2/3;
}

.ip-property-details-gallery-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 100px 0;
  background: var(--primary);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1100;
  transition: all 0.5s ease-in-out;
}

.gallery-show .ip-property-details-gallery-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ip-property-details-gallery-popup-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-gallery-popup-close i {
  font-size: 24px;
}
.ip-property-details-gallery-popup-close:hover {
  color: #999999;
}

.ip-property-details-gallery-popup-main {
  position: relative;
}

.ip-property-details-gallery-popup-main-list:not(.slick-initialized) .ip-property-details-gallery-popup-main-item:nth-child(1) ~ div {
  display: none;
}

.ip-property-details-gallery-popup-main-item {
  position: relative;
}
.ip-property-details-gallery-popup-main-item canvas {
  display: block;
  width: 100%;
  min-height: 250px;
}
.ip-property-details-gallery-popup-main-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.ip-property-details-gallery-popup-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.ip-property-details-gallery-popup-arrow:hover {
  color: #999999;
}

.ip-property-details-gallery-popup-prev {
  left: 6.5%;
}

.ip-property-details-gallery-popup-next {
  right: 6.5%;
}

.ip-property-details-gallery-popup-thumb {
  margin-top: 8px;
}

.ip-property-details-gallery-popup-thumb-list {
  margin: 0 -4px;
}
.ip-property-details-gallery-popup-thumb-list:not(.slick-initialized) {
  display: flex;
}
.ip-property-details-gallery-popup-thumb-list:not(.slick-initialized) .ip-property-details-gallery-popup-thumb-item {
  width: 16.66%;
}
.ip-property-details-gallery-popup-thumb-list:not(.slick-initialized) .ip-property-details-gallery-popup-thumb-item:nth-child(6) ~ div {
  display: none;
}

.ip-property-details-gallery-popup-thumb-item {
  padding: 0 4px;
}
.ip-property-details-gallery-popup-thumb-item .ip-property-details-gallery-popup-thumb-item-inner {
  position: relative;
}
.ip-property-details-gallery-popup-thumb-item .ip-property-details-gallery-popup-thumb-item-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-gallery-popup-thumb-item .ip-property-details-gallery-popup-thumb-item-inner canvas {
  display: block;
  width: 100%;
  height: auto;
  background-color: #cccccc;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-gallery-popup-thumb-item .ip-property-details-gallery-popup-thumb-item-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
}
.ip-property-details-gallery-popup-thumb-item.slick-current .ip-property-details-gallery-popup-thumb-item-inner::after, .ip-property-details-gallery-popup-thumb-item:hover .ip-property-details-gallery-popup-thumb-item-inner::after {
  opacity: 1;
}
.ip-property-details-gallery-popup-thumb-item.slick-current .ip-property-details-gallery-popup-thumb-item-inner img, .ip-property-details-gallery-popup-thumb-item:hover .ip-property-details-gallery-popup-thumb-item-inner img {
  filter: brightness(1);
}

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

.ip-property-details-virtual-container .site-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 25px;
}

.ip-property-details-virtual-holder a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ip-property-details-virtual-holder a canvas {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 75vh;
}
.ip-property-details-virtual-holder a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-virtual-holder a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 16px;
  color: #000000;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}
.ip-property-details-virtual-holder a:hover img {
  transform: scale(1.2);
}
.ip-property-details-virtual-holder a:hover i {
  color: var(--primary);
}

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

.ip-property-details-map-container .site-title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 40px;
}

.ip-property-details-map-holder {
  position: relative;
}
.ip-property-details-map-holder canvas {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
}
.ip-property-details-map-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: grayscale(1);
}

.ip-property-details-form {
  position: relative;
  padding: 80px 0 115px;
}

.ip-property-details-form-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ip-property-details-form-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.mobile .ip-property-details-form-bg canvas {
  background-attachment: scroll;
}

.ip-property-details-form-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-property-details-form-container .site-title {
  text-align: center;
}
.ip-property-details-form-container .site-title span, .ip-property-details-form-container .site-title h2 {
  color: #ffffff;
}
.ip-property-details-form-container .wpcf7 {
  position: relative;
  max-width: 655px;
  margin: 5px auto 0;
}
.ip-property-details-form-container .connect-form-fields {
  margin: 0 -4px;
}
.ip-property-details-form-container .connect-form-field {
  display: inline-block;
  width: 50%;
  padding: 0 4px;
  margin-bottom: 50px;
}
.ip-property-details-form-container .connect-form-field input, .ip-property-details-form-container .connect-form-field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: none;
  padding: 0 15px;
  width: 100%;
  height: 50px;
}
.ip-property-details-form-container .connect-form-field textarea {
  resize: none;
  height: 110px;
  padding: 15px;
}
.ip-property-details-form-container .connect-form-field:last-child {
  width: 100%;
}
.ip-property-details-form-container .connect-form-submit {
  max-width: 235px;
  margin: 0 auto;
}
.ip-property-details-form-container .connect-form-submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--primary);
  outline: none;
  border: none;
  font-size: 19px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  height: 53px;
  padding: 4px 0 0;
  transition: all 0.4s ease-in-out;
}
.ip-property-details-form-container .connect-form-submit input:hover {
  opacity: 0.7;
}
.ip-property-details-form-container .wpcf7-form-control-wrap {
  display: block;
}
.ip-property-details-form-container .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  width: auto;
  top: 1em;
  font-size: 12px;
}
.ip-property-details-form-container .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.ip-property-details-form-container .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  color: #ffffff !important;
  text-align: center;
  margin: 5px 0 0;
}

#hp-cu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .ip-property-details-content-column {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .ip-property-details-content-column + .ip-property-details-content-column {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 50px;
  }
  .ip-property-details-content-column p {
    padding-right: 0;
  }
  .ip-property-details-cta a {
    margin-left: auto;
    margin-right: auto;
  }
  .ip-property-details-share {
    justify-content: center;
  }
  .ip-property-details-info {
    text-align: center;
  }
  .ip-property-details-info-holder {
    flex-direction: column;
  }
  .ip-property-details-info-column {
    margin-right: 0;
  }
  .ip-property-details-gallery-list {
    display: flex;
    flex-wrap: wrap;
  }
  .ip-property-details-gallery-item {
    width: 33.33%;
  }
  .ip-property-details-gallery-item:nth-child(4),
  .ip-property-details-gallery-item:nth-child(5) {
    width: 50%;
  }
  .ip-property-details-form-container .connect-form-field {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ip-property-details-gallery-item {
    width: 50% !important;
  }
  .ip-property-details-gallery-item:nth-child(5) {
    width: 100% !important;
  }
}