/* 
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 */

html,
body {
    overflow-x: hidden !important;
}

/* Header wrapping fix */
@media (max-width: 1400px) and (min-width: 1025px) {
    .logo-wrapper {
        width: 100px !important;
    }
    .my-menu-wrapper a {
        font-size: 14px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
	
	#home-hero > div.elementor-element {
		padding: 0 150px;
	}
}

@media (max-width: 768px) {
    .elementor-headline
        .elementor-headline-dynamic-wrapper
        .elementor-headline-dynamic-text {
        white-space: normal;
        word-wrap: break-word;
        max-width: 280px;
    }
}

/* Language Switcher */

.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background: transparent !important;
    border: none;
    max-width: fit-content;
}
.js-wpml-ls-item-toggle.wpml-ls-item-toggle::after {
    color: #fff !important;
}

.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    border: none;
}

.js-wpml-ls-sub-menu.wpml-ls-sub-menu li a {
    background: transparent !important;
    border: none;
}


.single-post .elementor-location-single a {
	text-decoration: underline !important;
}
