/* 
Theme Name: Hello Elementor Child
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
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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
*/

/* Add your custom styles here */
@media (max-width: 1024px){
	.hide-bg {
    	background-image: none !important;
	}
}

.otgs-development-site-front-end{display: none}

.hero-section{
	/*min-height: calc(100dvh - 104px);*/
	aspect-ratio: 16/9;
}

@media (max-width: 767px){
	.hero-section{
		aspect-ratio: 9/16;
	}
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{display: none;}
.wpml-ls-legacy-dropdown a{
	padding: 0 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag{width: 22px;}

.wpml-lang.elementor-widget {
    width: 54px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language{
	padding: 10px 15px;
	border-radius: 20px;
	border: 1px solid #ffffff80;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
	background: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
	display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
}