/* Search Block Styles */

/* Search Form */
.search-block .views-exposed-form {
  width: 100%;
}

.search-block h2 {
  display: none;
}

.search-block .form-submit {
  visibility: hidden;
}

.search-block .form--inline {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.search-block .form-actions {
  margin: 0;
}

.search-block .form-actions:before {
  content: '';
  display: block;
  width: 21px;
  height: 20px;
  background: url(../../images/magnifyingglass.svg) no-repeat;
}

.search-block .form-text {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  height: 23px;
  padding: 0 0 4px 0;
  flex-grow: 1;
  font-family: "PostGrotesk", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #FFF;
}

.search-block .form-text::placeholder {
  color: #B9F2FF;
}

.search-block .form-text:focus {
  box-shadow: none;
  border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
  .search-block .form-text {
    font-family: "PlatformMedium", sans-serif;
    height: 31px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
  }

  .search-block .form-actions:before {
    margin-top: 5px;
  }
}

@media (min-width: 1440px) {
  .search-block .form-text {
    height: 42px;
    font-size: 36px;
    line-height: 42px;
  }

  .search-block .form-actions:before {
    margin-top: 10px;
  }
}

@media (min-width: 1920px) {
  .search-block .form-text {
    height: 44px;
    font-size: 40px;
    line-height: 44px;
  }

  .search-block .form-actions:before {
    margin-top: 10px;
  }
}
