/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 06:53:02 */
#masthead {
	padding-top: 15px;
}
header#masthead .inside-header {
	background-color: #1B2744;
	border-radius: 20px;
}
.fejlec-gomb a {
	background-color: white;
	color: #222 !important;
	padding: 5px 20px !important;
	border-radius: 10px;
}

#site-navigation,
#primary-menu {
	margin: 0;
    flex: 1 0;
}
#menu-fejlec li:first-child
/*#menu-fejlec li:last-child*/ {
	margin-left: auto;
}

@media only screen and (max-width: 1230px) {
	#masthead {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1109px) {
	.main-navigation .main-nav ul li a {
		padding: 0 10px !important;
		font-size: 15px !important;
	}
}
@media only screen and (max-width: 1000px) {
	header#masthead .inside-header {
		padding: 15px !important;
	}
	header#masthead .inside-header .site-logo {
		margin-left: -10px !important;
	}
	#mobile-menu-control-wrapper .gp-icon svg {
		height: 1.5em !important;
		width: 1.5em !important;
		top: .2em !important;
	}
	.main-navigation .menu-toggle {
		display: flex;
	}
}

@media only screen and (max-width: 768px) {
	header#masthead .inside-header {
		padding: 10px !important;
	}
	header#masthead .inside-header .site-logo {
		max-width: 80px;
		margin-left: -8px !important;
	}
	#mobile-menu-control-wrapper .gp-icon svg {
		top: 0 !important;
	}
}