/**
 * Header: Primary / Secondary Menu Pair
 *
 * A header bar carrying two navigations: a prominent primary menu and a
 * quieter secondary one beside it, with the first misc icon separated from the
 * bar by a rule. Below the expanded-menu breakpoint the bar collapses and both
 * menus revert to the mobile treatment.
 *
 * Loaded only where `.menu-type-secondary` is rendered.
 */

@media (min-width: 992px) {

	.menu-type-primary {
		font-size: 1.125rem;
	}

	.header-misc > .header-misc-icon:nth-child(1) {
		border-left: 1px solid #dee2e6;
	}

	.menu-type-secondary > .menu-item > .menu-link {
		font-size: 0.875rem;
		color: #777;
	}

	.menu-type-secondary > .menu-item:hover > .menu-link,
	.menu-type-secondary > .menu-item.current > .menu-link {
		color: var(--cnvs-themecolor);
	}

}
