.rp-property-yelp,
.rp-property-walkscore {
  background: #fff;
  border: 1px solid #e5e5f8;
  padding: 10px 40px 25px;
  margin: 30px 0 0 0;
}
.rp-property-yelp .rp-yelp-title,
.rp-property-walkscore .rp-yelp-title,
.rp-property-yelp .rp-walkscore-title,
.rp-property-walkscore .rp-walkscore-title {
  position: relative;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5f8;
}
.rp-property-yelp .rp-yelp-title .rp-title-box,
.rp-property-walkscore .rp-yelp-title .rp-title-box,
.rp-property-yelp .rp-walkscore-title .rp-title-box,
.rp-property-walkscore .rp-walkscore-title .rp-title-box {
  color: #3a3f4c;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 0 25px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .rp-property-yelp,
  .rp-property-walkscore {
    padding: 20px 15px;
  }
}
.rp-property-yelp .rp-yelp-title .yelp-logo {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 12px;
}
.rp-property-yelp .rp-yelp-title .yelp-logo img {
  vertical-align: -6px;
}
@media (max-width: 480px) {
  .rp-property-yelp .rp-yelp-title .yelp-logo {
    font-size: 0;
  }
}
.rp-property-yelp .yelp-cat-item .cat-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.rp-property-yelp .yelp-cat-item .cat-title .yelp-cat-icon {
  width: 25px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  background: #f9a11b;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li {
  list-style: none;
  margin-bottom: 20px;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail {
  width: 100%;
  clear: both;
  position: relative;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .avatar {
  margin-right: 10px;
  float: left;
  width: 50px;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story {
  width: calc(100% - 85px);
  float: left;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story h5 {
  margin-top: 0;
  font-weight: 600;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story address {
  margin-bottom: 0;
}
.rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story .review {
  width: 90px;
}
@media (min-width: 480px) {
  .rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story .review {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: center;
  }
  .rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story .review img {
    display: block;
  }
}
@media (max-width: 479px) {
  .rp-property-yelp .yelp-cat-item .yelp-result-list {
    padding: 0;
  }
  .rp-property-yelp .yelp-cat-item .yelp-result-list li .yelp-cat-detail {
    margin-left: 0;
    margin-right: 0;
  }
}
.rp-stars-rating span {
  top: -2px;
}
.rp-stars-rating:before {
  left: 0;
}
.rp-property-walkscore .walkscore_details img {
  vertical-align: -2px;
}
.rp-property-walkscore .walkscore_details a {
  color: #f9a11b;
}
.rp-property-walkscore .walkscore_details a:hover {
  text-decoration: underline;
}
