/* Custom CSS File for Buyers to Modify */

.property_request.widget .title {
  background-color: #394041;
  line-height: 53px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 0;
}

.property_request.widget .textwidget {
  padding: 18px 14px;
  background-color: #fff;
}

.property_request.widget .textwidget p {
  font-size: 14px;
  color: #7b8283;
}

.property_request.widget .textwidget p:last-of-type {
  margin-bottom: 0;
}

.property_request.widget form {
  margin-bottom: 0;
}

.property_request.widget input {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
}

.property_request.widget input[type="tel"] {
  padding: 4px 8px;
  height: 34px;
  margin: 5px 0 0 0;
}

.property_request.widget div.wpcf7-response-output {
  margin: 0;
}






