.search-form {
	position: absolute;
    right: 10px;
    top: 15px;
}

.search-field {
	background-color: #fffff9;
	z-index: 2;
	background-image: url("../i/search3.svg");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 34px;
	margin: 3px -8px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	font-weight: 400;
}

.search-field:focus {
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: 0;
  right: 0;
}

.search-form .search-submit {
  display: none;
}