/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2025 | 14:41:13 */
[data-section="header_html"] {
	display: block !important;
}
.custom-header-row {
	display: flex;
	justify-content:space-between;
	align-items: center;
	gap: 25px;
	color: #fff;
  	font-weight: 700;
}
.custom-header-row a {
	color: #fff !important;
}
.custom-header-row .wpml-ls-current-language a {
	color: #1e73be !important;
}

@media (max-width: 1024px) {
	.custom-header-row {
		flex-direction: column;
	}
}