nav:not(.mm-menu) {
	display: none;
}

.mm-menu {
	--mm-color-background: black;
	--mm-color-text: white;
	--mm-color-button: white;
}

.mm-listview li:hover {
	background-color: #f07d4a;
}

/* customize menu item styling */

.mm-menu {
	--mm-listitem-size: 70px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	text-transform: uppercase;
	/* letter-spacing: 0.25em; */
}

@media screen and (max-width:1023px) {
	.mm-menu {
		width: 100%;
	}
}

/* remove the right justified ">" */

.mm-btn_next {
	padding-right: 20px;
}

.mm-btn_next:after {
	display: none;
}

.nrfi-mmenu-close {
	position: relative;
	z-index: 9801;
	font-size: 1.25em;
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
}

.mm-navbar__title {
	color: white !important;
}