/* # Search
---------------------------------------------------------------------------------------------------- */

.search-toggle {
	DISPLAY: NONE;
}

.search-box-wrapper .search-toggle::before {
	color: #fff;
	content: 'x';
	margin-right: 5px;
}

.search-box-wrapper .search-toggle {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.search-box-wrapper .search-toggle:hover::before,
.search-box-wrapper .search-toggle:hover {
	color: #FFE650;
}

#search-form-container {
	color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.search-box-wrapper {
	background-color: rgba(0,0,0,0.8);
	display: none;
	height: 100vh;
	padding-top: 40vh;
	text-align: center;
	width: 100%;
}

.search-box {
	 padding: 10px 0;
	 text-align: right;
}

.search-box input[value="Search"]{ 
	display: none; 
}

.search-box input[value="Search"]:hover {
	background-color: #adc474;
	color: #fff;
}

.search-box-wrapper p {
	text-align: center;
}

/* Text meant only for screen readers - from UnderScores */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	right: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}