/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752224006
Updated: 2025-07-11 08:53:26

*/

/* Fix top-menu hover gap so language dropdown stays reachable on mouse move. */
@media (min-width: 1025px) {
	.main_menu .elementor-nav-menu > li.menu-item-has-children > .sub-menu.elementor-nav-menu--dropdown {
		margin-top: 0 !important;
	}

	.wpml-ls-legacy-dropdown,
	.wpml-ls-legacy-dropdown > ul,
	.wpml-ls-legacy-dropdown .wpml-ls-current-language {
		overflow: visible !important;
		position: relative;
	}

	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
	.main_menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		margin-top: 0 !important;
		top: calc(100% - 1px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.12s ease;
	}

	.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
	.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus-within .wpml-ls-sub-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	/* Bridge hover area between toggle and submenu to avoid accidental hover drop. */
	.wpml-ls-legacy-dropdown .wpml-ls-current-language::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 18px;
	}
}

