/*
*/
.header {
	padding: 5px 0;
}

.header-image {
	max-height: 400px;
}

.header .section-inner {
	text-align: center;
}

.blog-logo img {
	max-width: 70%;
}

body {
	color: #444;
}

/*Navigation-menu bar*/
.navigation {
	background-color: #1caff6;
}

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

.blog-logo img {
	display: initial;
}

.main-menu a {
	color: #fff;
	padding: 0px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.main-menu {
	text-align: center;
	font-size: .9em;
}

.main-menu > li + li:before {
	content: "||";
}

.main-menu ul li {
	background-color: #1caff6;
}

.main-menu > li:hover > ul {
	opacity: .75;
	top: 25px;
}

.main-menu ul a {
	padding: 10px;
	color: #fff;
	font-style: normal;
}

.post-title, .post-title a, .post-title a:hover {
	font-family: 'Source Sans Pro', 'Helvetiva Neue', sans-serif;
	color: #1caff6;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-family: 'Source Sans Pro', 'Helvetiva Neue', sans-serif;
	color: #1caff6;
}

/*Move content down, not over the image*/
.widget-content {
	font-family: 'Source Sans Pro', 'Helvetiva Neue', sans-serif;
	color: #444;
}

.content {
	margin-top: -90px;
}

/* Hide the default footer credits */
.credits p {
	display: none;
}

.bg-dark {
	display: none;
}

/*Achtergrond kleur titels - oa results searchform*/
.page-title {
	background-color: #1caff6;
}

/*Dont underline Post-title*/
.post-title a:hover {
	text-decoration: none;
}

.post-inner {
	padding: 20px 10px;
}

/*Put widgets closer together*/
.widget + .widget {
	padding-top: 25px;
	margin-top: 25px;
}

/*Widget li color (sitemap)*/
.widget_archive li a, .widget_categories li a, .widget_meta li a, .widget_nav_menu li a, .widget_pages li a {
	color: #444;
}

.widget-content li {
	padding: 10px 0;
}

.widget-title {
	border-bottom-color: #1caff6;
}

/*Dont show meta data*/
.post-meta {
	display: none;
}

/*Additional footer, plugin*/
div.bnsaw-credit {
	color: white;
	background-color: #1caff6;
	font-family: 'Source Sans Pro', 'Helvetiva Neue', sans-serif;
	font-size: .78em;
	font-weight: 900;
	letter-spacing: 1px;
}

/*Back-to-top plugin & Form buttons*/
.post-content input[type="submit"], 
.post-content input[type="reset"], 
.post-content input[type="button"] {
	font-family: 'Source Sans Pro', 'Helvetiva Neue', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	background: #1caff6;
}

a.scrollup-pill {
	font-family: 'Source Sans Pro', 'Helvetiva Neue', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 400;
	text-transform: none;
	background: #1caff6;
}

a.scrollup-pill:hover {
	background: #4183c4;
	color: #fff;
}

/*Search form less high*/
.wrapper .search-field, .footer .search-field {
	padding: 10px 60px 10px 20px;
}

/*forms*/
.post-content input[type="text"], .post-content input[type="tel"], .post-content input[type="url"], .post-content input[type="email"], .post-content input[type="password"], .post-content textarea {
	padding: 0px;
	width: 100%;
}

/*forms: spacing label radio-buttons */
.contact-form label {
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Smooth scrool up arrow color */
.fa, .fa-arrow-up, .fa-2x, a {
	color: #050D68;
}

.skip-link {
	visibility:hidden;
}

/* hide Google Recaptcha */
.grecaptcha-logo, .grecaptcha-badge	{display: none}