/**
 * Funori theme — keep main header menu on one row at tablet / small desktop widths.
 * Desktop nav is shown from 992px up; below that the theme uses the hamburger.
 * Do not apply under 992px.
 */
@media (min-width: 992px) and (max-width: 1199px) {
	.bwp-header .header-desktop .bwp-navigation ul.menu {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: center;
		float: none;
	}

	.bwp-header .header-desktop .bwp-navigation ul.menu > li.level-0 {
		float: none !important;
		display: block;
		flex: 0 0 auto;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.bwp-header .header-desktop .bwp-navigation ul.menu > li.level-0 > a {
		font-size: 12px;
		letter-spacing: 1px;
		white-space: nowrap;
	}
}
