.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-info {
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 800;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
  background-color: #1c8f1c;
}

.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-warning {
  text-shadow: none;
  font-weight: 800;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  background-color: #f9c100;
}

.col-md-9.col-sm-8.col-xs-12.col-property-result {
  text-shadow: none;
  text-align: left;
  letter-spacing: 1px;
}

.bootstrap-realtypress .rps-result-feature-label-sm {
  background-color: #595959;
  font-family: Work Sans;
  letter-spacing: .5px;
}

.bootstrap-realtypress strong {
  color: #595959;
  font-family: Work Sans;
  letter-spacing: .5px;
}

.bootstrap-realtypress .rps-grid-result .rps-property-result h4 {
  text-transform: capitalize;
  font-variant: small-caps;
}

.btn.btn-primary.btn-block.btn-filter-search-results {
  border-radius: 5px;
}

.result-header .btn-filter-search-results strong {
  color: #ffffff;
}

/* Span Tag */

.col-md-8 span {
  text-transform: capitalize;
  font-variant: small-caps;
}

/* Small Tag */

.col-md-8 small {
  text-transform: capitalize;
  font-variant: small-caps;
}

/* Heading */

.container div h3 {
  text-transform: capitalize;
  font-variant: small-caps;
}

/* Text center single listing page body*/

.container div p.rps-text-center-sm {
  font-family: work sans;
  font-size: 15px;
}

/* Pricing single listing page */

.container div .rps-pricing {
  font-family: Allerta;
  font-style: italic;
}

/* grid listing rounded edges */

.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info {
  border-radius: 5px;
}

.bootstrap-realtypress .image-holder .rps-price.rps-price-default {
  font-style: italic;
  border-radius: 5px;
}

/* single listing table */

.bootstrap-realtypress .table-bordered tbody tr td {
  font-family: work sans;
}

.bootstrap-realtypress .rps-single-listing .rps-single-feature-label {
  font-family: work sans;
}

.bootstrap-realtypress .rps-single-listing .rps-single-feature-label-sm {
  font-family: work sans;
}

/*rss list*/

.widget li {
  line-height: 19px;
  list-style: square;
  margin-left: 16px;
		    text-align: left;
}