#innerheader {
	max-width: 1140px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height: 100px;
}

#innerheader h1,
.header_title {
	float: right;
	font-weight: normal;
	margin: 10px 0 0;
	font-size: 1.5rem;
	color: #444;
	text-transform: capitalize;
	line-height: 90px;
}

@media (min-width: 1px) and (max-width: 593px) {
	#innerheader h1 {
		display: none;
	}
}

#logo {
	float: left;
	height: 65px;
	margin-top: 22px;
}

#custommenu {
	float: left;
	margin: 0;
	padding: 0 0 10px 2rem;
	font-size: 15px;
}

#custommenu>li {
	display: inline-block;
	margin: 0;
}

#custommenu a {
	position: relative;
	display: block;
	height: 70px;
	margin: 10px 1rem;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	color: #444;
}

#custommenu a:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	height: 3px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #d37085;
}

#custommenu a:hover:before,
#custommenu a:focus:before,
#custommenu a:active:before {
	right: 0;
	left: 0;
}

.active:before {
	right: 0 !important;
	left: 0 !important;
}

#pull {
	display: none;
	color: #000;
}