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

/* elementor bug */
.elementor-widget-image a img[src$=".svg"] { width: 100%  }
/*
.header-EN.elementor-sticky--effects {
    transition: .5 all ease-in-out;
}
.header-EN {
    transition: 2s, all ease-in-out;
}

.header-EN {
    transition-duration:2s;
}
.header-EN.elementor-sticky--effects {
    transition-duration:2s;
    display: none;
}


.header-EN .elementor-sticky--effects .elementor-widget-image {
     
     width: 100px;
     display:none;
}

*/

header .sticky-header {
	transition: .5s all ease-in-out;
}

header .sticky-header #logo-mousline-EN {
	transition: .5s all ease-in-out;
	width:50%;
}

header .sticky-header.elementor-sticky--effects #logo-mousline-EN {
	width:17%;
}

header .sticky-header.elementor-sticky--effects {
}