/**
 * @file
 * The visual styles for Boyne's search form(s).
 */

 #search-form #edit-help-link {
  display: none !important;
}

#search-form label{
 font-size: 18px;
 line-height: 24px;
 color: #000;
 font-weight: 400;
 margin: 0 0 10px 0;
}

.search-form .form-search {
  float: left;
  width: 220px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 0px 10px;
  margin: 0 0 0 0;
  color: #555;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.search-form .search-form__submit {
  width: auto;
  border: 0;
  border-radius: 3px;
  padding: 0px 10px;
  margin: 0 0 0 3px;
  height: 32px;
  cursor: pointer;
  background: #00477c;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-indent: 0;
}

.search-form .search-form__submit:hover{
  background: #67af27; 
  color:#fff; 
}

[dir="rtl"] .search-form .form-search {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.search-form .form-item-keys label {
  display: block;
}
