/* Search form */
.searcher form {
	background-color: #D8C28C;
	height: 100%;
}

.searcher .search-wrap {
	position: absolute;
	width: 80%;
	max-width: 1000px;
	padding: 0px;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
}

.searcher form#search-form input {
	width: 100% !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #fff !important;
	background: transparent !important;
	outline: none !important;
	padding: 7px 0px !important;
	color: #fff !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.searcher form#search-form input::-webkit-input-placeholder {
	color: #fff  !important;
	font-weight: lighter  !important;
}

.searcher form#search-form input::-moz-placeholder {
	color: #fff  !important;
	font-weight: lighter  !important;
}

.searcher form#search-form input:-ms-input-placeholder {
	color: #fff  !important;
	font-weight: lighter  !important;
}

.searcher form#search-form input:-moz-placeholder {
	color: #fff  !important;
	font-weight: lighter  !important;
}

.searcher form#search-form input::placeholder {
	color: #fff  !important;
	font-weight: lighter  !important;
}


nav .searcher {
	position: absolute;
	top: 80px;
	display: none;
	height: 85px;
	width: 200px;
	color: #fff;
}

@media (max-width: 1199px) {
	nav .searcher {
		position: relative;
		width: 100%;
		top: auto;
	}
}

#search-content .searcher {
	margin-bottom: 40px;
}

.searcher #close {
	position: absolute;
	right: 7px;
	display: inline;
	top: 7px;
	font-size: 12px;
	cursor: pointer;
}

/* Search Page */
#search-content a {
	text-decoration: none;
}

#search-content .title {
	font-size: 24px;
	color: #565655;
	text-decoration: none;
	line-height: 26px;
	text-align: left;
}

#search-content .subtitle {
	font-size: 16px;
	text-align: left;
	color: #D8C28C;
	font-weight: 700;
}

#search-content .search-item {
	padding: 20px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin-bottom: 20px;
}
