
.mm-menu,
.mm-menu a, .mm-menu a:visited {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #444444;
	text-decoration: none;

	/*background: #220011 !important;*/
}
.mm-menu a:hover { color: #001f60; }
.mm-menu a i.fa { font-size: 26px; }

.mm-menu .mm-navbar a.mm-title, .mm-menu .mm-navbar a.mm-title:visited {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -1px;
	color: #444444;
	text-decoration: none;
}

a.mmenu_trigger {
	background-color: #006443;
	/* border: 1px solid #666666; */

	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}

a.mmenu_trigger:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 5px;
	top: 8px;
	left: 15%;

	background: #ffffff;
	box-shadow:
		0 10px 0 #ffffff,
		0 20px 0 #ffffff;
}

a.mmenu_trigger:hover { background-color: #000000; /* border: 1px solid #000000; */ }
a.mmenu_trigger:hover:after {
	background: #ffffff;
	box-shadow:
		0 10px 0 #ffffff,
		0 20px 0 #ffffff;
}
