.gz-search-toggle,
.gz-search-toggle:hover,
.gz-search-toggle:focus {
  position: absolute;
  padding: 10px;
  padding-left: 4px;
  color: inherit;
  font-size: 14px;
  border: none;
  outline: 0;
  background: none;
  cursor: pointer; }

.gz-search input[type="search"] {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  /* padding-left: 28px;
  width: 175px; */
  padding: 0.5rem 0rem;
  width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
