.site--header {
    height: 65px !important;
  }
  
  .search--row {
    padding: 50px 200px;
  }
  
  .search--row h2 {
    line-height: 1.5;
    margin-bottom: 18px; 
    color: #fff;
  }

  .search--row > *{
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  
  .search--row {
      background: url(https://businessbldrs.com/wp-content/uploads/2019/04/Design-Extensions-Hero-Background.png);
      background-color: #f0f0f0;
      background-position: center center;
      background-size: cover;
      box-shadow: inset 0 0 0 2000px rgb(0, 0, 0, 0.5);
      padding: 50px 0 !important;
  }
  
  .search--row h2 {
      line-height: 1.5;
      margin-bottom: 18px;
      font-family: Playfair Display, serif;
      padding: 0 20px;
  }
  
  .search--row .search_input {
      width: 100%;
      height: 58px;
      border: 0px solid rgba(0, 0, 0, 0.2);
      border-radius: 0px;
      background-color: #fff;
      background-image: url(../images/icons/i-search.png);
      background-position: 20px center;
      background-repeat: no-repeat;
      padding: 0 10px 0 57px;
      color: #555;
      font-size: 20px;
      font-weight: normal;
      outline: none;
      font-family: Oswald, sans-serif;
  }
  
  .header--nav a {
      display: inline-block;
      text-decoration: none;
      padding: 5px 10px 5px 10px;
      position: relative;
      line-height: 28px;
      color: white !important;
      background: #995556;
      font-family:Oswald,sans-serif;
      text-transform:uppercase;
      letter-spacing:2px;
  }
  
  .articles--group .section-header {
      margin: 0 0 40px;
      font-family: Playfair Display, serif;
      color: black !important;
  }
  
  .content-main a {
      color: black;
  }
  
  .articles--group .list-links li {
      margin-bottom: 20px;
      font-family: Oswald, sans-serif;
  }
  
  .articles--group .section-header {
      margin: 0 0 40px;
      width: 30%;
      float: left;
  }
  
  .search--row .row-title a {
      color: #fff !important;
  }