/*!
Theme Name: Orr & Reno
Description: Stylesheet for custom styles.
Version: 1.0
*/
/*==============================================================
## Imports
==============================================================*/
#content .sidebar .widget.widget-callout {
  background: #afaeae url(images/home-4.jpg) no-repeat;
  background-size: cover;
  min-height: 212px;
  padding: 28px 28px 20px;
}

#content .sidebar .widget.widget-callout h3 {
  font-size: 23px;
  font-family: "trajan-pro-3", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  margin: 0 0 5px;
}

#content .sidebar .widget.widget-callout p {
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}

#content .sidebar .widget.widget-callout .btn {
  background: #e6e1e2;
  display: block;
  color: #4b4b4b;
  text-align: center;
  padding: 7px 0 6px;
}
