/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2024 | 08:32:07 */
/*Logó*/

#masthead .site-logo {
	margin-left: 15%;
}

.header-image {
	width: 173px !important;
}

/* Elsődleges nav */
.main-navigation li {
	padding: 5px 10px;
}
.main-navigation .main-nav ul li a {
	transition: all 0.3s ease-in-out;
}
.main-navigation .main-nav ul li.current-menu-item:hover a,
.main-navigation .main-nav ul li a.current-section {
	color: #DE5A42 !important;
}


#mobile-menu-control-wrapper .menu-toggle{
	display: flex !important;
	background-color: #f3f1ec !important;
}

#menu-item-42{
	background-color: #DE5A42;
	transition: all 0.3s ease-in-out;
}
#menu-item-42:hover {
	background-color: #B04831;
}

#menu-item-42 a{
	color: white !important;
}
#menu-item-642 a {
	margin-right: 40px !important;
}

/* Sticky nav */

#sticky-navigation .grid-container {
	max-width: 100%;
}

/* Sticky logó*/
#sticky-navigation .navigation-branding {
	margin-left: 15%;
}

#sticky-navigation .is-logo-image{
	height: auto;
}




/* Reszponzív */

/* Footer elválasztó */
@media only screen and (max-width: 1231px) {
	footer .footer-divider{
	width: 100%;
	margin-left: 0;
}
}

/*logo*/
@media only screen and (max-width: 1139px) {
	#sticky-navigation .navigation-branding {
		margin-left: 5%;
	}
	#masthead .site-logo {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1019px) {
	#sticky-navigation .navigation-branding {
		margin-left: 0;
	}
	#masthead .site-logo {
		margin-left: 0;
	}
}

@media only screen and (max-width: 968px) {
	#sticky-navigation  .menu-toggle{
		display: flex !important;
	}
	
	#sticky-navigation .inside-navigation{
	padding: 0 30px;
}
}


@media only screen and (max-width: 768px) {

	#sticky-navigation .is-logo-image{
		padding: 0; 
	}
	
	#primary-menu {
		padding: 20px 0 30px 0;
	}
}

.navigation-branding img {
	padding: 0 !important;
}
.sticky-enabled .main-navigation.is_stuck {
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
}