/* Child Theme - Custom CSS File for Buyers to Modify */
.real-btn, .btn-blue, .btn-grey, .sidebar .widget .dsidx-widget .submit {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 16px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: #ec894d;
  outline: none;
}
.property-item h4 a {
    text-transform: none !important;
}
.page-head h1.page-title {
    text-transform: none !important;
}