/*
Palette
Purple:           #605b77;
Purple (light):   #82819b; 96 91 119
Green:			  #40b29f;
Green (light):    #60c5b9;
Gold:			  #afa073;
Gold (light):     #eccc7a;
*/


#header {
	padding: 10px 0;
	z-index: 2;
	top: 0;
	background: #FFFFFF;
	height: 70px;
	width: 100%;

}

.single #header {
	position: static;
}

@media only screen and (min-width: 375px) {
	#header { height: 80px; }
}

.header-logo {
	width: 160px;
}

@media only screen and (min-width: 768px) {
	.columns.headerlogo {
		padding-right: 0;
	}
	header .columns.show-for-medium {
		padding-left: 30px;
	}
	.header-logo {

		width: 250px;
		max-width: 250px;
	}
}

body.menu-open {
	padding-top: 80px;
}

body.menu-open #header {
	position: fixed;
	border-bottom: 1px solid #DDD;
	top: 0;
}

body.menu-open .kleo-page {
}

body.menu-open .kleo-page > *:not(header) {
	opacity: 0.2;
	transition: opacity .5s;
}

#main_nav_links {
	display: none; /* default */
	position: absolute;
	border-bottom: 1px solid #DDD;
	right: 0;
	top: 69px;
	background: #FFFFFF;
	width: 100% !important;
}

@media only screen and (min-width: 768px) {
	#main_nav_links {
		top: 79px;
		width: 33% !important;
		border-left: 1px solid #DDD;
	}
}

#main_nav_links li {
	clear: both;
	list-style-type: none;
	font-size: 1.2em;
	clear: both;
	margin-left: 0;
}

#main_nav_links li a {
	padding: 12px 0;
	border-bottom: 1px solid #EEE;
	display: block;
}

#main_nav_links li:last-child a {
	border-bottom: none;
}

.menu-activator-column {
	text-align: center;
}

.menu-activator {
	font-size: 1.5em;
	margin-top: 20px;
	display: block;
	color: #afa073;
}

@media only screen and (min-width: 375px) {
	.menu-activator {
		font-size: 2em;
	}
}

.nav-search-small + li {
	margin-top: 15px;
}

input[type='text'].nav_search_text,
input[type='text'].nav_search_text + .button {
	float: left;
	display: inline-block;
	margin-top: 15px;
}


input[type='text'].nav_search_text {
	border: none;
	background: #FAFAFA;
	height: 40px;
	line-height: 40px;
	width: 60%;
	margin-right: 10px;
}

input[type='text'].nav_search_text:hover,
input[type='text'].nav_search_text:focus {
	background: #EEEEEE;
}

input[type='text'].nav_search_text + .button {
	width: calc(40% - 10px);
	height: 40px;
	line-height: 40px;
}
