/* Header Style */

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    width: 100px;
}

#qodef-page-header .qodef-header-logo-link img {
    padding: 8px !important;
}

body.qodef-header--standard .qodef-header-logo-link {
    width: 100px;
    height: auto !important;
}

.qodef-header-sticky {
	height: 80px;
}

#qodef-page-header .qodef-header-sticky .qodef-header-logo-link {
    padding: 0 !important;
    width: 80px;
}

.qodef-header-navigation>ul>li>a, 
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: 600;
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
	font-weight: 400;
}

@media (max-width: 767px) {
	.qodef-mobile-header-navigation ul li {
		padding: 8px 0;
	}
	
	.qodef-mobile-header-navigation ul li ul li>a {
		margin: 5px 0;
	}
}