/* 
Theme Name: The Fiction
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team & Eeriee
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@media screen and (max-width: 767px) {
	html {
		overflow: hidden;
		height: 100%;
	}
	
	body {
		overflow: auto;
		height: 100%
	}
}

.lang-switcher {
	font-size: 15px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.lang-switcher .lang-separator {
	display: flex;
	left: 8px;
	top: -2px;
	position: relative;
}

.lang-switcher .lang-separator::before,
.lang-switcher .lang-separator::after {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: var(--e-global-color-text);
	position: relative;
}

.lang-switcher .lang-separator::before {
	transform: rotate(90deg);
	left: 15px;
	top: 0px;
}

.lang-switcher .lang-separator::after {
	transform: rotate(180deg);
	left: 5px;
	top: 3px;
	position: relative;
}

html[lang="el"] .lang-switcher .lang-separator {
	transform: rotate(180deg);
	top: 2px;
	left: -19px;
}

.lang-switcher a {
	text-decoration: none;
	color: var(--e-global-color-text);
	width: 60px;
	height: 40px;
	top: -4px;
	position: relative;
	display: block;
}

.lang-switcher a:hover {
	opacity: 1;
	
}

.lang-switcher .active {
	color: var(--e-global-color-text);
	opacity: 1;
}

html[lang="en-US"] .lang-switcher .active {
	left: 32px;
	top: -4px;
	position: relative;
}

.lang-switcher .inactive {
	opacity: 0.6;
}

html[lang="el"] .lang-switcher .inactive {
	left: 32px;
	top: -4px;
	position: relative;
}

html[lang="el"] .lang-switcher .active {
	left: 0;
	top: 0;
}