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

.search-toggle {
	
}

.search-toggle:hover {
	
}

.fa-search:before {
	float: right;
}

.fa-search {
	color: #4d4d4d;
	font-size: 17px;
	font-weight: 700;
}

.fa-search:after {
	color: #4d4d4d;
	font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-right: 5px;
}

.search-toggle:hover .fa-search,
.search-toggle:hover .fa-search:after {
	color: #fff;
}

.search-box-wrapper {
	background: rgb(251,201,37);
	background: -moz-linear-gradient(-45deg, rgba(251,201,37,1) 0%, rgba(255,251,204,1) 25%, rgba(238,214,135,1) 87%, rgba(255,251,204,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(251,201,37,1) 0%,rgba(255,251,204,1) 25%,rgba(238,214,135,1) 87%,rgba(255,251,204,1) 100%);
	background: linear-gradient(135deg, rgba(251,201,37,1) 0%,rgba(255,251,204,1) 25%,rgba(238,214,135,1) 87%,rgba(255,251,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc925', endColorstr='#fffbcc',GradientType=1 );
	display: none;
	position: relative;
	width: 100%;
	z-index: 999;
}

.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;
}

/* 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;
}

@media screen and (max-width: 500px) {
	
	.search-toggle {
		DISPLAY: BLOCK;
	}
	
}