#google_translate_element { display: none; }
.googleTranslateDropdown {
	background-color: var(--Yellow);
	color: var(--Gray);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding-left: 32px;
	border: none;
	height: 30px;
	margin-top: 1px;
}
.googleTranslateDropdown:hover {
	background-color: var(--Yellow);
}
.googleTranslate {
	position: relative;
	max-width: 185px;
	margin: 0px auto;
}
.googleTranslate i {
	position: absolute;
	left: 15px;
	top: 10px;
	color: var(--Gray);
	font-size: 11px;
}

@media screen and (min-width: 64em) {
	.googleTranslateDropdown {
		line-height: 15px;
		font-size: 13px;
		margin-top: 0px;
		height: 33px;
	}
	.googleTranslate i {
		font-size: 13px;
		left: 15px;
		top: 10px;
	}
	.googleTranslate {
		max-width: 100%;
		margin: 0px;
	}
}