#inner-page-wrapper {
  margin-bottom: 0;
}

i {
  font-style: normal !important;
}

.ip-properties {
  position: relative;
  padding: 35px 0 95px;
  font-size: 0;
  clear: both;
}

.openhouse-label {
    position: absolute;
    background: rgba(27, 155, 215, 0.75);
    color: #fff;
    top: 5px;
    left: 5px;
    padding: 5px;
    /* width: 100px; */
    z-index: 2;
    font-size: 15px;
    border-radius: 5px;
}

.ip-properties p#breadcrumbs {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-properties-bg {
  position: absolute;
  width: 100%;
  height: 615px;
  top: 0;
  left: 0;
  z-index: 0;
}
.ip-properties-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
}
.ip-properties-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: grayscale(1);
}

.ip-properties-title {
  position: relative;
  margin-top: 60px;
}

.ip-properties-title-container {
  position: relative;
  max-width: 1510px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-properties-title-container .global-site-title.title-center {
  color: #333333;
}

.ip-properties-search-sort {
  position: relative;
}

.ip-properties-search-sort-container {
  position: relative;
  max-width: 1510px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ip-properties-search {
  position: relative;
  width: 312px;
  max-width: 100%;
}
.ip-properties-search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0 40px 0 0;
  border: 0;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: #889096;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.ip-properties-search button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  font-size: 26px;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all var(--default-transition);
  z-index: 99999;
}
.ip-properties-search button:hover {
  color: #00adef;
}

.ip-properties-count {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
}

.ip-properties-sort {
  position: relative;
  width: 312px;
  max-width: 100%;
}
.ip-properties-sort select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: #889096;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.ip-properties-sort i {
  font-size: 12px;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.ip-properties-feed {
  position: relative;
  margin-top: 15px;
}

.ip-properties-feed-container {
  position: relative;
  max-width: 1510px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-properties-feed-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.ip-properties-feed-item {
  width: 33.33%;
  padding: 5px;
}
.ip-properties-feed-item a {
  display: block;
  position: relative;
}

.ip-properties-feed-image {
  position: relative;
  z-index: 1;
}
.ip-properties-feed-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.45) 100%);
  transition: all var(--default-transition);
}
.ip-properties-feed-image canvas {
  display: block;
  width: 100%;
}
.ip-properties-feed-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.ip-properties-feed-item a:hover .ip-properties-feed-image::after {
  opacity: 0;
}

.ip-properties-feed-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 3;
}

.ip-properties-feed-text-left {
  transition: all var(--default-transition);
}

.ip-properties-feed-address {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  max-width: 200px;
}

.ip-properties-feed-price {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.005em;
  margin-top: 10px;
}

.ip-properties-feed-view {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ip-properties-feed-item a:hover .ip-properties-feed-text .ip-properties-feed-text-left {
  opacity: 0;
}

.ip-properties-feed-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(27, 155, 215, 0.75);
  opacity: 0;
  z-index: 2;
  transition: all var(--default-transition);
}
.ip-properties-feed-hover .ip-properties-feed-address {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  max-width: 340px;
}
.ip-properties-feed-hover .ip-properties-feed-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.005em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 34px;
}
.ip-properties-feed-hover .ip-properties-feed-specs div {
  display: flex;
  align-items: center;
  margin: 0 7px;
}
.ip-properties-feed-hover .ip-properties-feed-specs div i {
  font-size: 14px;
  margin-right: 8px;
}
.ip-properties-feed-hover .ip-properties-feed-specs div i.ai-font-showers {
  font-size: 16px;
}

.ip-properties-feed-item a:hover .ip-properties-feed-hover {
  opacity: 1;
}

.ip-properties-feed-pagination {
  margin-top: 70px;
}

.ip-properties-disclaimer {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #010101;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 70px;
}

.ip-properties-search form {
  display: flex;
}

.ip-properties-search .btn-default {
  -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
  background: none;
  padding: 0 40px 0 0;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  width: 100% !important;
  height: 38px;
  font-size: 14px !important;
  font-weight: 500;
  color: #889096 !important;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 0;
}

.ip-properties-search  span.filter-option.pull-left {
  text-transform: uppercase;
}

.ip-properties-search .btn-default:active,
.ip-properties-search .btn-default:focus,
.ip-properties-search .btn-default:hover {
  
  background-color: transparent !important;
  background-image: unset;
  border-color: unset;
  box-shadow: unset;
  outline: unset !important;
}

.ip-properties-search .btn-group.open .dropdown-toggle,
.open>.dropdown-toggle.btn-default {
  box-shadow: unset !important;
  background-color: transparent !important;
}

.ip-properties-search .bootstrap-select.btn-group .dropdown-menu.inner {
      max-height: 300px !important;
      min-width: 100% !important;
}

.ihf-listings-main-container,
#ihf-main-container #ihf-board-disclaimers {
  display: none;
}

.ip-properties-feed-container h2 {
  position: relative;
  font-size: 30px !important;
  color: #010101;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 70px !important;
}

@media only screen and (max-width: 1199px) {
  .ip-properties-feed-text {
    padding: 25px 15px;
  }
  .ip-properties-feed-address {
    font-size: 12px;
  }
  .ip-properties-feed-view {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .ip-properties-feed-price {
    font-size: 22px;
  }
  .ip-properties-feed-hover .ip-properties-feed-address {
    font-size: 20px;
    max-width: 270px;
  }
  .ip-properties-feed-hover .ip-properties-feed-specs {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .ip-properties-count {
    margin: 20px 0 10px;
  }
  .ip-properties-search-sort-container {
    flex-direction: column;
  }
  .ip-properties-feed-container {
    max-width: 630px;
  }
  .ip-properties-feed-item {
    width: 100%;
  }
}