/* Search form */

.header-search {
	cursor: pointer;
	width: 27px;
	height: 23px;
	background: url("/wp-content/plugins/es-search/images/header-form/search.svg") 0 0 no-repeat;
	margin-top: 35px;
}

.header-search:hover {
	background: url("/wp-content/plugins/es-search/images/header-form/search-active.svg") 0 0 no-repeat;
}

.header-search-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.search-form-container {
	position: relative;
	width: 1136px;
	height: 100%;
	margin: 0 auto;
}

.header-search-form-input {
	width: 755px;
	height: 100%;
	background: #fff;
	padding: 0 28px;
	margin-left: 210px;
	color: #000;
	font: normal 18px/18px "PT Sans";
	letter-spacing: 0;
	text-transform: none;
	border: 0;
	outline: none;
}

.header-search-form-submit {
	cursor: pointer;
	width: 112px;
	height: 100%;
	background: #c78e59;
	text-align: center;
	color: #fff;
	font: normal 16px/88px "Proxima Nova Bold";
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.header-search-form-submit:hover {
	background: #d1a078;
}

.header-search-form-close {
	width: 59px;
	height: 100%;
	background: #000;
}

.header-search-form-close .close-button {
	cursor: pointer;
	width: 27px;
	height: 20px;
	margin-top: 35px;
	margin-left: 32px;
	background: url("/wp-content/plugins/es-search/images/header-form/search-close.svg") 0 0 no-repeat;
}

.header-search-form-close .close-button:hover {
	background: url("/wp-content/plugins/es-search/images/header-form/search-close-active.svg") 0 0 no-repeat;
}

/* Mobile */

.mobile-header-search-form {
	display: table;
	width: 100%;
	height: 48px;
	background: #fff;
}

.mobile-header-search-form-input-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
}

.mobile-header-search-form-input {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0 20px;
	color: #000;
	font: normal 12px/12px "PT Sans";
	letter-spacing: 0;
	text-transform: none;
	border: 0;
	outline: none;
}

.mobile-header-search-form-submit {
	cursor: pointer;
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url("/wp-content/plugins/es-search/images/header-form/search.svg") 13px 13px no-repeat;
	margin-right: 9px;
}