.header{ background: #ffffff; }.site-header{ padding-top: 0px; }.site-header{ min-height: 52px; }.site-header{ padding-bottom: 0px; }.header-search-form {
  position: absolute;
  right: 0px;
  overflow: hidden;
  z-index: 9;
  top: -11px;
  transition: width 1s;
  width: 0;
}
.header-search-form.open { width: 320px; }
.header-search-form input {
  width: 320px;
  height: 40px;
  display: inline-block;
  padding: 10px 50px 10px 10px;
}
.header-search-form button {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 40px;
  right: 0;
  width: 40px;
  background-color: #F00;
  border: none;
}
input.wpcf7-form-control.wpcf7-submit:disabled {
    background: #CCC !important;
}