#search {
  position: relative;
}
#search .input_wrap {
  display: block;
  margin-top: 3px;
  box-sizing: border-box;
  line-height: 20px;
  padding: 9px 40px 9px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
}
#search input {
  display: block;
  width: 100%;
  font: normal 18px/40px 'Quattrocento', sans-serif;
  line-height: 20px;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  color: #161616;
}
#search a {
  position: absolute;
  right: 14px;
  top: 11px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3c3c3c;
}
#search a:hover {
  color: #929292;
  text-decoration: none;
}
