#googleSearch input.search-query[type="text"]{
	border: solid 1px #E8E8E8;	
}
#googleSearch input.search-query[type="text"]:focus {
	border-color: rgba(22,89,172,1);	
}
#googleSearch ::placeholder {
	opacity: 0;
}

#googleSearch  input.search-button[type="submit"]{
	margin-left: 4px;
	border: 0px;
	background: transparent  url('../images/search.png') no-repeat center center;
	cursor: pointer;
	width: 32px;
	height: 32px;	
	text-indent: 32px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}
.google-cse-wrapper {
	display: none;
}
.l-top .google-cse-wrapper, .l-header .google-cse-wrapper {
	width: 310px;
	height: 32px;
}
.l-sidebar .google-cse-wrapper {
	width: 210px;
	height: 48px;
}

@media (min-width: 48em) {
	.l-top .google-cse-wrapper {
		margin-right: -10px;
		margin-top: -20px;
		margin-left: auto;
		display: block;
	}
	.l-sidebar .google-cse-wrapper {
		display: block;
	}
	.l-header #googleSearch input.search-query[type="text"]{
		width: 270px;
		height: 32px;
		font-size: 20px;
		background: white !important;
		text-indent: 0px !important;
	}
	.l-sidebar #googleSearch  input.search-button[type="submit"]{
		display: none;
	}
	.l-sidebar #googleSearch input.search-query[type="text"]{
		width: 160px !important;
		height: 28px !important;
		line-height: 28px;
		font-size: 16px;
		background: rgba(252,252,252,0.3) url('../images/search-16px.png') 5px no-repeat !important;
		border: solid 1px rgba(96,144,196,0.7) !important;
		text-indent: 24px !important;
	}
	.l-sidebar #googleSearch input.search-query[type="text"]:focus {
		border-color: rgba(22,89,172,1);
	}
}
@media (min-width: 75em) {
	.l-header .google-cse-wrapper {
		display: block;
		padding-top: 8px;
	}
}


