#mainwrapper {
    min-height: 100vh;
    background: #f7f7f7 url(images/wassenaar-vorm.png) center bottom fixed;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.themeview .mosaic-header {
	display: none !important;
}

header#dashboardheader {
	-webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px 2px rgba(0,0,0,0.1);
	height: 81px;
}

#innerheader {
	max-width: 1160px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	box-sizing: border-box;
	line-height: 60px;
}

#innerheader:after {
	content: " ";
	display: block;
	clear: both;
}

#innerheader h1,
.header_title,
.page_title {
	float: right;
	font-weight: normal;
	margin: 10px 0 0;
	font-size: 1.5rem;
	color: #442217;
	text-transform: capitalize;
}

@media (min-width: 1px) and (max-width: 593px) {
	#innerheader h1 {
		display: none;
	}
}

#logo {
	float: left;
	height: 72px;
	margin-top: 15px;
}

#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;
}



/* DASHBOARD OVERRIDES */

.cgdgh6jfibjcphg, .cgdgh6jfibjepiic, .cgdgh6jfibjgakn, .cgdgh6jfibjhjglt, .cgdgh6jfibjj9lgh, .cgdgh6jficbamx {
	background: #f5f5f5;
}



@media (max-width: 800px){
	#logo {
		height: 30px;
		margin-top: 25px;
	}
	
	.o-adds {
		opacity: 1;
	}
}

@media (max-width: 593px){
	#logo {
		height: 30px;
		margin: 25px 0;
	}
	
}
