.header {
	padding: 115px 0;
}

.header .cover {
	background: rgba(29,29,29,.25);
}

.header-inner {
	position: relative;
	text-align: center;
}

.header .site-logo,
.header .custom-logo-link {
	display: inline-block;
	margin-bottom: 0px;
}

.header .site-logo img,
.header .custom-logo-link img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 150px;
	max-width: 600px;
	width: auto;
}

.header a:focus {
	outline: 1px dotted #fff;
}

.jetpack-social-navigation {
	margin-top: 20px;
}
.jetpack-social-navigation a {
	color: #fff;
	font-size: 32px;
	margin: 0 4px;
}

.site-title {
	font-family: "Pacifico", sans-serif;
	font-size: 2.25em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}

.site-title a {
	color: #fff;
}

.site-title a:hover,
.site-title a:focus {
	color: #13c4a5;
}

.site-description {
	color: #999;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 110%;
	margin: 20px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

/* search-icon */

.search-icon {
	display: block;
	height: 68px;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	position: relative;
	text-indent: -9999em;
	width: 40px;
}

.search-icon:before {
	color: #fff;
	content: "\f002";
	display: block;
	font-family: "FontAwesome";
	font-size: 27px;
	left: 0;
	line-height: 68px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	text-rendering: auto;
	transform: translate(0, 0);
	width: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-icon.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.search-icon:focus {
	border: 1px dotted #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* header search block */

.header-search-block {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}

.header-search-block .section-inner {
	position: relative;
}

.header-search-block .search-field {
	background: none;
	border: 1px solid transparent;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	left: 5%;
	margin: -30px 0 0;
	position: absolute;
	right: 5%;
	top: 50%;
	width: 90%;
	-webkit-font-smoothing: antialiased;
}

.header-search-block .search-field:focus {
	border: 1px dotted rgba(255,255,255,.5);
	outline: none;
}

.header-search-block .search-submit {
	display: none;
}






