#google_translate_element { display: none; }
.googleTranslateDropdown { line-height: 15px; }


.footer-translate {
	position: relative;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
	margin-left: auto;
}

.footer-translate::before {
	content: "Translate";
	display: flex;
	align-items: center;
	margin-right: 5px;
	height: 100%;
	pointer-events: none;
}

.footer-translate::after {
	content: "\f107";
	display: flex;
	align-items: center;
	height: 100%;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	pointer-events: none;
}

.footer-translate select {
	position: absolute;
	width: 100%;
	height: 100%;
    font-size: 15px;
	border: none;
	background: none;
	opacity: 0;
	-moz-appearance: none;
}

.footer-translate select:hover { background: none; }
