#menu-primary-navigation {
	width: auto !important;
}
#menu-primary-navigation .menu-item {
	margin-left: 0.65rem !important;
}
#menu-primary-navigation li a {
    padding: 8px 12px;
    text-align: center;
    display: inline-block;
}
@media (max-width: 1297px) {
	#menu-primary-navigation .menu-item:last-of-type {
		display: none;
	}
}
.mcm-top-content-boombox > div {
	width: 300px;
	height: 250px;
	box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.5);
	text-align: center;
}
.menu-row {
	display: flex;
	flex-flow: wrap;
}
.col-left {
	flex-basis: 100%;
}
.col-right {
	flex-basis: 100%;
	text-align: center;
	margin-top: 1.5rem;
}
@media(min-width: 992px) {
	.menu-row {
		flex-flow: nowrap;
		justify-content: space-between;
		padding: 0 2.5rem;
	}
	.col-right {
		flex-basis: unset;
		margin-top: unset;
		padding-left: 1em;
	}
}
.menu-subscribe {
	margin-bottom: 10px;
    font-size: 18px;
}
.menu-subscribe > li {
    margin-top: 10px;
	padding-top: 5px;
    border-top: 1px solid white;
}
.menu-subscribe > li:before {
    font-family: "FontAwesome";
    color: white;
    margin-right: 0.25em;
	font-size: 1rem;
}
.menu-social {
    color: white;
    border-top: 1px solid white;
    padding-top: 20px;
}
.menu-social ul li {
	display: inline-block;
	font-size: 1.5rem;
}
.menu-social .networks {
	display: flex;
    justify-content: space-around;
}
header .navigation.open {
	max-height: 100vh;
	overflow-y: auto;
}
@media (max-height: 500px) {
	header .navigation .inner {
    	min-height: 600px;
	}
}
@media (max-height: 700px) and (min-width: 768px) {
	header .navigation .inner {
    	min-height: 700px;
	}
}