.menu-wrap a {
	color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c94e50;
}

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	cursor: pointer;
}

.menu-button::before {
	position: absolute;
	top: 0.3em;
	right: 0.3em;
	bottom: 0.3em;
	left: 0.3em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

.menu-button:hover {
	opacity: 0.6;
}

.logo {
	position: fixed;
  right: 0;
  z-index: 1000;
  margin: 1em;
}

.logo img {
	width: 13em;
}

.menu-wrap {
	/*position: absolute;*/
	position: fixed;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	cursor: pointer;
}

.menu-top {
	line-height: 58px;
}

.menu-top .profile {
	display: inline-block;
	padding: 8px 15px;
	line-height: 42px;
}

.menu-top .profile img {
	float: left;
	margin-right: 1em;
}

.menu-top .profile span {
	color: #ffffff;
	font-family: 'Thirsty Script Rgh W03 Lt Thr';
	font-size: 22px;
}

.icon-list {
	display: inline-block;
	font-size: 1em;
	padding-left: 9em;
	font-family: 'Hand Stamp SlabSerifRoughW05Re';
	font-size: 16px;
	text-transform: uppercase;
}

.icon-list a {
	margin: 0 1em 0 0;
	padding: 0;
}

@media screen and (max-width: 32em) {
	.icon-list {
		padding-left: 1em !important;
	}
}

.menu-side a {
	display: block;
	padding: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-family: 'Hand Stamp SlabSerifRoughW05Re';
	font-size: 16px;
	text-transform: uppercase;
}

.socialMediaLink {
	float: left;
  padding: 1.2em 0.75em !important;
}

.menu-side a:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}

/* Shown menu */
.show-menu .menu-wrap {
	opacity: 1;
}

.show-menu .content-wrap,
.show-menu .menu-button {
	-webkit-transform: translate3d(300px,60px,0);
	transform: translate3d(300px,60px,0);
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
