.mm-menu-header {
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 70px;
	padding: 0 11px;
	margin: 0;
	position: absolute;
	z-index: 15;
}

body.work-piece-page .mm-menu-header {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

.mm-menu-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.mm-menu-header a.mm-menu-button {
	background-color: transparent;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 14px;
	right: 10px;
	padding: 12px 8px;
}

.mm-menu-header a.mm-menu-button .toggle-line {
	display: block;
	background-color: #5f4b8b;
    box-shadow: none;
    height: 2px;
    margin-top: 3px;
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.mm-opened .mm-menu-header a.mm-menu-button .toggle-line-1 {
	margin-top: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-opened .mm-menu-header a.mm-menu-button .toggle-line-2 {
	opacity: 0;
}

.mm-opened .mm-menu-header a.mm-menu-button .toggle-line-3 {
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-page .mm-menu-header a.mm-menu-button .toggle-line {
	background-color: #ffd4ad;
}

body.work-piece-page .mm-menu-header a.mm-menu-button .toggle-line {
	background-color: #5f4b8b;
}

.mm-menu .mm-list {
	color: #ffd4ad;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;	
	font-weight: bold;
	text-transform: uppercase;
}

.mm-menu .mm-list a.active {
	color: #fff;
}

	.mm-list > li.indented-nav > a:before {
	    content: "— ";
	    color: #ffd4ad;
    }

    .mm-list > li.indented-nav > a {
	    font-weight: normal;
	    text-transform: none;
	}


.mm-menu-home-button {
	float: left;
	display: block;
	width: 46px;
	height: 22px;
	text-indent: -10000em;
	margin: 24px 0 0 3px;
	padding: 0;
}

a.mm-menu-home-button {
	float: left;
	width: 46px;
	height: 22px;
	background: url(../img/wide-blue-yonder-logo-white.png) 0 0 no-repeat;
	background-size: 46px;
}

body.work-piece-page a.mm-menu-home-button {
	background-image: url(../img/wide-blue-yonder-logo.png); 
}




