/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

#header {
	transition: all .5s ease;
}

#header #logo {
	background: transparent url('/wp-content/uploads/2025/08/logo.png') no-repeat left center;
	background-size: contain;
	display: block;
	height: 62px;
	width: 100%;
}

#header.scrolled {
	background: rgba(255,255,255,0.95);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	padding: 5px;
}

#header.scrolled div {
	padding: 5px;
}

#header.scrolled #logo {
	background: transparent url('/wp-content/uploads/2025/08/logo-1x.png') no-repeat left center;
	background-size: contain;
	display: block;
	height: 30px;
	width: 178px;
}

#header.scrolled .elementor-item {
	color: #85888B;
	fill: #85888B;
}