/**
 * @file
 * Visual styles for Restaurant+'s search block.
 */
.block-search form {
  position: relative;
}
.block-search input.form-search {
  padding: 8px 15px;
  font-size: 15px;
  width: 100%;
  border-radius: 25px;
  background-color: transparent;
  border-width: 2px;
  margin: 0;
  min-width: 0;
}
.block-search .form-actions {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  font-size: 14px;
}
.block-search .form-actions:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  line-height: 50px;
  width: 30px;
  display: block;
  color: #3b3b3b;
  text-align: center;
}
.block-search input.form-submit {
  background-color: transparent;
  min-width: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
}
.block-search input.form-submit:focus,
.block-search input.form-submit:hover {
  outline: none;
  background: transparent;
}

/*Search blocks @colored-regions*/
.region--light-typography .block-search input.form-search {
  border-color: rgba(255, 255, 255, 0.4);
}
.region--light-typography .block-search input.form-search:hover,
.region--light-typography .block-search input.form-search:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.region--light-typography.region--dark-background .block-search input.form-submit:hover {
  background-color: transparent;
}
.region--light-typography .block-search .form-actions:after {
  color: #ffffff;
}
.region--black-background .block-search .form-actions:after {
  color: #b1b1b1;
}
.region--light-typography .block-search ::-webkit-input-placeholder {
  color: #ffffff;
}
.region--light-typography .block-search :-moz-placeholder {
  color: #ffffff;
}
.region--light-typography .block-search ::-moz-placeholder {
  color: #ffffff;
}
.region--light-typography .block-search :-ms-input-placeholder {
  color: #ffffff;
}
.region--black-background .block-search ::-webkit-input-placeholder {
  color: #b1b1b1;
}
.region--black-background .block-search :-moz-placeholder {
  color: #b1b1b1;
}
.region--black-background .block-search ::-moz-placeholder {
  color: #b1b1b1;
}
.region--black-background .block-search :-ms-input-placeholder {
  color: #b1b1b1;
}

/*Header top highlighted search bar*/
.header-top-highlighted__section .block-search {
  margin: 10px 0 0;
}
.header-top-highlighted__section .block-search form {
  position: relative;
  padding-left: 35px;
}
.header-top-highlighted__section input.form-search {
  background-color: transparent;
  padding: 5px 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}
.region--light-typography .header-top-highlighted__section input.form-search {
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.header-top-highlighted__section input.form-search:focus,
.header-top-highlighted__section input.form-search:hover {
  box-shadow: none;
}
.header-top-highlighted__section .block-search .form-actions {
  left: 0;
  width: 35px;
  text-align: center;
}
.header-top-highlighted__section .block-search .form-actions:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  display: block;
  line-height: 35px;
}
.header-top-highlighted__section .block-search input.form-submit {
  height: 35px;
  width: 35px;
  box-shadow: none;
}
.region--light-typography .header-top-highlighted__section .block-search .form-actions:after {
  color: #ffffff;
}
.region--light-typography .header-top-highlighted__section ::-webkit-input-placeholder,
.region--light-typography .header-top-highlighted__section :-moz-placeholder,
.region--light-typography .header-top-highlighted__section ::-moz-placeholder,
.region--light-typography .header-top-highlighted__section :-ms-input-placeholder {
  color: #ffffff;
}
@media (max-width: 767px) {
  .header-top-highlighted__section .block-search {
    margin-bottom: 10px;
  }
}

/*Navigation search bar*/
.header__section .block-search {
  padding-top: 8px;
}
