.nav-search-form {
  width: 100%;
  height: 40px;
  padding: 2px 4px;
  display: inline-block;
}
.nav-search-form .form-button {
  width: 15%;
  height: inherit;
  background: #4672ed;
  border: 1px solid #375ec9 !important;
  border-radius: 0;
  line-height: 33px;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-appearance: none;
}
.nav-search-form .form-button span {
  color: #fff;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
}
.nav-search-form input.form-textbox {
  width: 82%;
  height: inherit;
  border: 1px solid #ddd;
  padding-left: 5px;
  padding-right: 3px;
  margin: 0;
  font-size: 16px;
  border-right: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.nav-search-form input.form-textbox:focus {
  border: 1px solid #4672ed;
  border-right: none;
  box-shadow:none;
}

/* google search customizations */
/* page results */
@media (max-width: 767px) {
  .gsc-cursor-page {
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #cacaca;
    -webkit-border-radius: 2px;
    padding: 4px 5px;
  }
  #nav-search .nav-search-form input.form-textbox {
    width: 75%;
  }
  .nav-search-form .form-button {
    background-color: #e1dab0;
    border-color: #dace96 !important;
  }
  .nav-search-form input.form-textbox:focus {
    border-color: #dace96;
  }
}
