/*
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: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1697463578
Updated: 2023-10-16 13:39:38

*/

#site-header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9;
	transition: .3s;
}
#site-header.stuck {
	padding: 5px 0;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.site-logo img{
	transition: .3s;
}
#site-header.stuck .site-logo img {
	max-width: 100px;
}

@media(max-width: 767px){
#site-header.stuck .site-logo img {
	max-width: 60px;
}
}