.ip-banner {
  display: none;
}

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

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

.ip-properties {
  padding: 182px 0 0;
}

.ip-properties-container {
  position: relative;
  width: 1390px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-properties-open-house {
    padding: 0 0 10px;
    font-size: 18px;
    color: #000000;
    line-height: 1.1;
}
.ip-properties-open-house span {
    color: var(--primary-color);
}

.ip-properties-main {
  position: relative;
  padding: 78px 0 0;
}

.ip-properties-main .gsite-title {
  text-align: center;
margin-bottom: 50px;}

.ip-properties-holder {
  position: relative;
  margin-top: 98px;
}
.map-iframe iframe {width: 100%;}
.ip-properties-list {
  margin: 0 -28px;
}

.ip-properties-item {
  width: 50%;
  padding: 0 28px;
  margin-bottom: 80px;
}

.ip-properties-item a {
  display: block;
}

.ip-properties-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ip-properties-image div {
  position: absolute;
  bottom: 54px;
  left: 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  width: 210px;
  height: 75px;
  max-width: 90%;
  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;
  background: #042b56;
  z-index: 10;
  text-align: center;
}

.ip-properties-image div.status-active {
  background: var(--primary-color);
    height: 40px;
    width: 155px;
}

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

.ip-properties-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0 0;
}

.ip-properties-address {
  font-size: 18px;
  color: #000000;
  line-height: 1.1;
  width: 70%;
}

.ip-properties-address span {
  display: block;
  font-family: var(--font-family-title);
  font-size: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.ip-properties-price {
  font-family: var(--font-family-title);
  font-size: 26px;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  width: 28%;
  text-align: right;
}

.ip-properties-button {
  width: 192px;
  max-width: 100%;
  border: 2px solid #b8b8b8;
  font-size: 12px;
  color: #969696;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 28px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ip-properties-button div {
  height: 40px;
  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;
}

.ip-properties-item a:hover .ip-properties-text .ip-properties-button {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.ip-properties-holder > div > a.gsite-button {
  display: block;
  width: 322px;
  margin: 22px auto 0;
}
.page-template-neighborhood-details .loadmore-properties {
  display: none;
}
.ip-properties-controls {
    display: flex;
    max-width: 250px;
    margin: 0 auto;
    border: 2px solid #666666;
  }

  .ip-properties-arrow {
    appearance: none;
    background: none;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.35s ease-in-out;
  }

  .ip-properties-arrow:hover {
    background: var(--primary-color);
    color: #ffffff;
  }

  .ip-properties-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex-grow: 1;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-size: 14px;
  }

.ip-properties-disclaimer {
  font-size: 11px;
  color: #999999;
  line-height: 1.9;
  letter-spacing: 0.05em;
  border-top: 1px solid #e7e7e7;
  padding: 12px 0;
  margin-top: 120px;
}

.ip-properties-content {
  font-size: 17px;
  margin-bottom: 98px;
}

.palm-beach-table {
  position: relative;
  padding: 130px 0 120px;
  margin: 50px 0 0;
}

.palm-beach-table-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: url(../../images/palm-beach-table-bg.jpg) no-repeat center center / cover;
  left: -50vw;
  right: -50vw;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}

#content .palm-beach-table h2 {
  font-weight: 400;
  color: var(--secondary-color);
  letter-spacing: 0.1em;
}

#content .palm-beach-table h2::after {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  margin: 0 auto;
  background-color: #bfe6f1;
}

#content .palm-table {
  max-width: 1110px;
  margin: 58px auto 0;
  border-spacing: 10px 0;
  border-collapse: separate;
}

.palm-table tbody > tr > td {
  width: 50%;
}

.palm-table .table-header{
  background:#0e5a7c;
  color: #ffffff;
  padding: 5px 10px;
  border: 1px solid #ffffff;
}

.table-content {
  background-color: #fafafa;
  padding: 10px;
  vertical-align: top;
}

#content .palm-table li {
  list-style-type: square;
}

.palm-beach-b{
  color: #0e5a7c;
}

.palm-beach-teal{
  color: #00abc7;
}

.palm-beach-div-holder {
  max-width: 1090px;
  margin: 0 auto;
}

.palm-beach-div div{
  padding: 10px 15px;
  margin-top: 20px;
}
.palm-beach-div div div {
  border: 10px solid #1aa7cd2b;
}

.palm-beach-div hr{
  border: 0 !important;
  height: 2px;
  background: rgb(26 167 205 / 17%);
}

@media only screen and (max-width: 991px) {
  .ip-properties {
    padding: 20px 0 0;
  }
  .ip-properties-item {
    width: 100%;
  }
  .ip-properties-holder {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .ip-properties-disclaimer {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 568px) {
  .ip-properties-address {
    width: 100%;
  }
  .ip-properties-address span {
    font-size: 24px;
  }
  .ip-properties-price {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
}
