/*
 Theme Name: 		OneLight Child
 Template: 			onelight
 Text Domain: 	onelight
 Version:       0.2
*/

/* -------------- GENERAL ------------- */

html {

}

body {
	/* NOTE: use either of these two Google fonts loaded in the Child Theme's functions.php */
	/* font-family: 'Roboto', sans-serif; */ 
	font-family: 'Lato', sans-serif; 
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify
}

.hide {
	display: none !important;
}

h1, h2 {
	font-family: 'Raleway', sans-serif; 
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
}
h1 { 
	text-transform: uppercase;
	margin-left: 50px;
}

h3 {
	font-weight: 700;
	font-size: 24px;
}

.widget-overlay h1 {
	font-size: 44px;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.35);
}

.btn {
	background-color: #ddd;
}

inspringen {
	margin-left: 50px;
}

/* -------------- HEADER -------------- */

header.site-header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


header.site-header > div[class*='container'] {
    padding-bottom: 0;
}

.site-header-inner {
	float: none;
}

.site-branding {
	display: flex;
	float: none;
	justify-content: space-between;
	width: 100%;
}

.site-header-inner, .site-navigation-inner {
	float: none;
	width: 100%;
}

.site-logo {
	height: 180px;
}

header .site-title, header .site-description {
	font-family: inherit;
	font-size: 18px;
	font-weight: 100;
	text-decoration: none;	
}

header .site-title-wrapper > img,
header .site-description-wrapper > img {
	height: 100px;
}

@media (min-width: 992px) {
	.site-header-inner {
	  text-align: center;
	}
  }

  @media (max-width: 991px) {
	header .site-title-wrapper > img,
	header .site-description-wrapper {
	  display: none;
	}

  }

/* ------------ NAVIGATION ------------ */

.site-navigation-inner {
	float: none;
	text-align: center;
}

.navbar {
	font-weight: 700;
	min-height: 0;
}

@media (min-width: 768px) {
	.navbar-nav {
		display: inline-flex;
	  	float: none;
		justify-content: center;
		padding: 30px 0;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		border-top: 1px solid lightgray;
		border-bottom: 1px solid lightgray;
	}
	header.site-header.scrolled .navbar-nav {
		border-bottom: none;
	}
	.navbar-nav > li:not(:last-child) {
	  border-right: none;
	}
	.navbar-collapse {
		padding: 0;
	}
}

.site-navigation-inner {
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.dropdown-menu li.lang-item a {
	padding: 3px 8px;
}

@media (max-width: 990px) {
	.site-navigation .navbar-toggle {
		
		top: 0;
	
	}
}

/* -------------- FOOTER -------------- */


/* ----------- HOME-OVERLAY ----------- */


/* -------------- PAGES --------------- */

.main-content {
	margin-top: 150px;
}

section > div[class*='container'],
body:not(.home) section:first-of-type:not(#onepage) > div[class*='container'] {
	padding-top: 15px;
}

.page-title {
	margin-bottom: 1.5em;
	position: relative;
}

.page-title:after {
	border-bottom: 2px solid black;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 60px;
	width: 60px;
}

/* --------------- BLOG --------------- */


/* -------------- PLUGINS ------------- */


/* ------------ RESPONSIVE ------------ */

@media (min-width: 992px) {
	.main-content {
		margin-top: 300px;
	}
}

@media (max-width: 1199px) {

}

@media (max-width: 990px) {
	.site-branding {
		display: block;
	}
	.site-description {
		display: none;
	}

	.site-logo {
		max-height: 130px; 
 	}


}

@media (max-width: 990px) and (max-height: 600px) {

}


@media (max-width: 768px) {

	.site-branding {
		float: none;
		width: 100%;
	}
	header .site-title {
		display: block;
	  }
 	.site-logo {
		max-height: 110px; 
 	}
}

@media (max-width: 480px) {
	.site-branding {
		margin-top: 0;
	  }
}

@media (max-width: 400px) {
	

}

@media (max-width: 360px) {
	


}

@media (max-height: 400px) {

}


@media (max-width: 1199px) and (min-width: 769px) {


}
