/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2023 | 03:30:46 */
.logged-in .subheader .menu-item:last-child a {
	position: relative;
	font-size: 0;
}

.logged-in .subheader .menu-item:last-child a:after {
	content: url('/wp-content/uploads/2023/02/icon-user.svg');
}

.subheader ul {
	align-items: center;
}

.subheader {
	position: fixed;
}

.subheader.scrolled {
	background-color: #fff !important;
}

.subheader.scrolled ul a {
	color: #213364;
}

.logged-in .subheader.scrolled .menu-item:last-child a:after {
	content: url('/wp-content/uploads/2023/03/icon-user-colored.svg');
}

.subheader.scrolled + .header.fixed {
	top: 40px;
}

.admin-bar .subheader.scrolled + .header.fixed {
	top: 72px;
}

@media (min-width: 992px) and (max-width: 1024px) {
	.header.style4 #full-menu {
		left: auto;
		right: 0;
		transform: translateY(-50%);
	}
	
	.menu-item-has-children a {
		pointer-events: none;
	}
	
	.menu-item-has-children ul a {
		pointer-events: visible;
	}
}

@media (max-width: 767px) {
	body .subheader {
		top: 0;
		display: flex;
	}
}

@media (max-width: 575px) {
	.admin-bar .subheader.scrolled + .header.fixed {
		top: 40px;
	}
}