.propertyResult {
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.propertyResult img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.propertyResult .img {
  position: relative;
  height: 160px;
}
.propertyResult .img div.featured {
  height: 100% !important;
  width: 100% !important;
}
.propertyResult .img p.featured {
  position: absolute;
  top: 15px;
  color: #fff;
  font-weight: bold;
  width: 45%;
  text-align: center;
}
.propertyResult .img div.heart {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  width: 25px;
  cursor: pointer;
}
.propertyResult .img div.typeBanner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  padding: 3px 10px;
}
.propertyResult .info {
  padding: 25px 15px;
}
.propertyResult .info h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyResult .info .attribute {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyResult .info .attribute strong {
  margin-right: 5px;
}

.propertyResult .featured div.showcase {
  background-repeat: no-repeat;
}

.property_box_infobox:after {
  border: 6px solid transparent;
  border-top-color: #fff;
  bottom: -12px;
  content: "";
  display: block;
  height: 0px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0px;
}

/* hide element classes for responsive */
@media (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 760px) {
  .hide-small-tablet {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hide-tiny-desktop {
    display: none;
  }
}

@media (max-width: 1225px) {
  .hide-small-desktop {
    display: none;
  }
}

@media (max-width: 1400px) {
  .hide-medium-desktop {
    display: none;
  }
}

/* responsive tweaks */
@media (max-width: 760px) {
  .small-tablet {
    padding: 5px !important;
  }
}

/* correct the font vertical-align nonsense */
font {
  vertical-align: unset !important;
}

.siteCluster {
  color: #3db54a !important;
}

.buildingCluster {
  color: #0061be !important;
}
