/*
Theme Name: Volver
Description: Child theme for Avada theme
Author: VerStal
Author URI: https://verstal.dp.ua
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.vs-subscribe {
	display: flex;
	align-items: flex-start;
}

.vs-subscribe input[type=submit] {
	margin-left: 20px;
}

.widget .vs-subscribe {
	flex-direction: column;
}

.widget .vs-subscribe input[type=submit] {
	margin-left: 0;
	margin-top: 20px;
	width: 100% !important;
}

.vs-subscribe input {
	border-radius: 50px !important;
}


.polylang_lang {
	margin: 0;
	padding: 0 8px;
	position: fixed;
	right: 34px;
	top: 50%;
	transform: translate(100%, -50%);
	list-style: none;
	background-color: rgba(242, 242, 242, .85);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: -10px 0 10px -10px rgba(0,0,0,0.2);
	z-index: 9999;
	transition: right .3s ease-in-out, transform .3s ease-in-out;
}

.polylang_lang:hover {
	right: 0;
	transform: translate(0, -50%);
}

.polylang_lang li {
	margin: 7px 0;
}

.polylang_lang a {
	display: flex;
	align-items: center;
	color: #043d3f;
}

.polylang_lang .current-lang a,
.polylang_lang a:hover {
	color: #a11612;
}

.polylang_lang a img {
	margin-right: 5px;
}

.polylang_lang .current-lang a {
	font-weight: 900;
}

.polylang_lang .current-lang img {
	height: 15px !important;
	width: auto !important;
} 