/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/




/* מצב רגיל - שקוף */
#my-sticky-header {
    background: transparent !important;
	padding:12px !important
}

/* המצב לאחר גלילה של 300 פיקסלים - כאן קורה הקסם */
#my-sticky-header.header-scrolled {
    background: #000071 !important;
	padding:0px 12px !important/* שנה לצבע הרצוי */
}


/* 1. הגדרת מצב רגיל ללוגו - וודא שהמעבר יהיה חלק */ 
#my-sticky-header .logopic img {
 
    transition: width 0.4s ease-in-out, transform 0.4s ease-in-out !important;
}

/* 2. הקטנת הלוגו ברגע שהקלאס header-scrolled מתווסף (אחרי 300px) */
#my-sticky-header.header-scrolled .logopic img {
    width: 120px; /* הגודל המוקטן שאתה רוצה בגלילה */
}
