/*
 Theme Name: Gwynt
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Theme for Gwynt
 Author: Analyze Design
 Author URI: https://www.analyze-design.nl
 Template: Divi
 Version: 1.0.0
*/
 
 
/* Aanpassingen hoofdmenu
------------------------------------------------------- */
/* ### Kolom 1 ### */
#menu-hoofdmenu > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
	color: #f39200 !important;
	font-weight: bold;
}
#menu-hoofdmenu-en > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
	color: #f39200 !important;
	font-weight: bold;
}
#menu-hoofdmenu-de > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
	color: #f39200 !important;
	font-weight: bold;
}
#menu-hoofdmenu-fr > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1) {
	color: #f39200 !important;
	font-weight: bold;
}
.menuitem-kolom-1 :active {
	color: #f39200 !important;
	font-weight: bold;
}

/* ### Kolom 2 ### */
#menu-hoofdmenu > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
	color: #9bbd39 !important;
	font-weight: bold;
}
#menu-hoofdmenu-en > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
	color: #9bbd39 !important;
	font-weight: bold;
}
#menu-hoofdmenu-de > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
	color: #9bbd39 !important;
	font-weight: bold;
}
#menu-hoofdmenu-fr > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
	color: #9bbd39 !important;
	font-weight: bold;
}
.menuitem-kolom-2 :active {
	color: #9bbd39 !important;
	font-weight: bold;
}

/* ### Kolom 3 ### */
#menu-hoofdmenu > li:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) {
	color: #28367b !important;
	font-weight: bold;
}
#menu-hoofdmenu-en > li:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) {
	color: #28367b !important;
	font-weight: bold;
}
#menu-hoofdmenu-de > li:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) {
	color: #28367b !important;
	font-weight: bold;
}
#menu-hoofdmenu-fr > li:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1) {
	color: #28367b !important;
	font-weight: bold;
}
.menuitem-kolom-3 :active {
	color: #28367b !important;
	font-weight: bold;
}

/*show desktop menu on phone*/
@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
}