.recipe-advice {}

.recipe-advice .views-exposed-widgets {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
.recipe-advice .views-exposed-widgets .views-exposed-widget {
  flex: 1 1 auto;
}

.recipe-advice .views-exposed-form  label {
  display: inline-block;
  color: #096029;
  font-size: 18px;
  font-weight: bold;
}
.recipe-advice .views-exposed-form .views-widget{
  display: inline-block;
}

.recipe-advice .views-exposed-form .views-widget input[type="text"] {
  font-size: 14px;
  background: #e8e8e8;
  color: #727272;
  border: none;
  padding: 9px 7px 9px 7px;
  position: relative;
  top: 0px;
  margin: 0 0 0 11px;
  width: 200px;
}

.recipe-advice .views-exposed-form .views-widget select {
  width: 213px;
  height: 35px;
  color: #666;
  background: #e8e8e8;
  vertical-align: middle;
  border: 0 none;
  resize: none;
  display: inline-block;
}

.recipe-advice .views-exposed-form .views-widget-filter-keys .form-item-keys {
  position: relative;
}

.recipe-advice .views-exposed-form .views-exposed-widget.views-submit-button {
  position: absolute;
  right: 0;
  flex: unset;
  margin: 0;
  float: none;
  top: 0;
  padding: 0;
}

.recipe-advice .views-exposed-form .views-exposed-widget.views-submit-button input {
  width: 37px;
  height: 37px;
  background: #8dc641 url('../images/search_alpha.png') center center no-repeat;
  color: #08612b;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.recipe-advice .views-exposed-form .views-exposed-widget.views-submit-button input:hover {
  background: url('../images/search_alphaOn.png') #096029 center center no-repeat;
  color: #f9ea1d;
}