.search-results #main header {
  position: relative;
}
.search-results article {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
.search-results article h2 {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  font-weight: 700;
}
.search-results article h2 p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.search-results article h2:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #323232;
  position: absolute;
  left: 2px;
  top: 6px;
}
.search-results article .btn-wrapper {
  padding: 0;
}
.search-results article .btn-wrapper a.btn-orange, .search-results article .btn-wrapper a.btn-orange:hover {
  display: inline-table;
  font-weight: 400;
}
.search-results article .search_post_type {
  color: #fab900;
  margin: 10px 0;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
}
.search-results article p {
  font-weight: 400;
  font-size: 12px;
}
