/*
Theme Name: thomas_start
Author: Thomas Zeevalking
Version: 4.0
*/

/*--------------------------------------------------------------------*/
/*															reset																	*/
/*--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, li {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------------*/
/*															global																*/
/*--------------------------------------------------------------------*/
@-ms-viewport { width: device-width; }
html, body {
	height: 100%;
	width: 100%;
	font-size: 1em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6, p, figure, article ul, .main-margin, .nav-blog-pages, footer ul, .article-content > div {
	line-height: 1.5em;
	margin: 20px;
	/*word breaks */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.75em;
}
h4, h5, h6 {
	font-size: 1.5em;
}
@media screen and (max-width: 759px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.25em;
	}
	h4, h5, h6 {
		font-size: 1.1em;
	}
}
article ul li {
	margin-left: 20px;
	display: list-item;
	list-style: disc;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
.clear-both {
	clear: both;
}
small {
	line-height: 0.1em;
	font-size: 0.8em;
}
.sidebar-flex {
	display: flex;
}
/*------------click scroll*/
html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, figure {
	scroll-margin-top: 80px;
}
/*--------------------------------------------------------------------*/
/*														 layout																	*/
/*--------------------------------------------------------------------*/

/*------------------------------------------*/
/*									main										*/
/*------------------------------------------*/
.main-width {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
div.cover {
	height: calc(100% + 60px);
	width: 100%;
	position: fixed;
	margin-top: -60px;
	z-index: 4;
	opacity: 0.8;
	display: none;
	cursor: pointer;
	background-color: #000;
}
#main-content-wrapper {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
/*------------------------------------------*/
/*								side-bars									*/
/*------------------------------------------*/
.main-container {
	display: flex;
}
.main-container-main {
	flex-grow: 1;
	min-width: 0;
}
.main-container-side {
	min-width: 0;
	padding: 20px;
}
.side-bar-padding {
	padding: 20px;
}
.side-small {
	flex: 0 0 400px;
}
.side-big {
	flex: 0 0 50%;
}
.side-bar-spacer {
	height: 0.5em;
}
/* spacer op frontpage en page*/
@media screen and (max-width: 759px) {
	.side-bar-spacer {
		display: none;
	}
}
div.side-bar-wrapper {
	background-color: #f7f7f7;
	width: 100%;
	padding: 20px;
}
h2.side-bar-title {
	margin-top: 0;
}
/* hide posts stuff in widget */
.widget .hide-block,
.widget .wp-block-image,
.widget .wp-block-gallery {
	display: none;
}
/* bottom full width */
main.main-container.side-bottom-full-width {
	padding-top: 0;
	margin-top: -20px;
}
/* posts widget */
.widgettitle {
	font-size: 2em;
}
.upw-posts article {
	padding-bottom: 5px !important;
}
.upw-posts blockquote:first-of-type {
	margin-top: 1em;
}
.upw-posts article:last-of-type {
	margin-bottom: 0;
}
/*------------------------------------------*/
/*									header									*/
/*------------------------------------------*/

/*-----------------search*/
.search-on {
	display: none;
}
.search-button-wrapper {
	position: fixed;
	z-index: 15;
	width: 100%;
}
.search-wrapper {
	width: 100%;
	padding: 20px 0 20px 0;
	position: fixed;
	display: none;
	z-index: 20;
}
.search-wrapper form{
	float: right;
	margin-right: 20px;
}
main .search-field {
	width: 100%;
}
main .search-submit {
	margin-top: 20px;
	display: block;
}
/*-----------------nav-top*/
#header-wrapper nav {
	width: 100%;
}
.fixed-nav {
	position: fixed;
}
.site-nav {
	z-index: 10;
}
.nav-height {
	height: 60px;
}
.nav-items-container,
.nav-items-container > *,
.menu {
	height: 100%;
}
.nav-shadow {
	-webkit-box-shadow: 0px 9px 15px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 9px 15px -8px rgba(0,0,0,0.3);
	box-shadow: 0px 9px 15px -8px rgba(0,0,0,0.3);
}
.responsive-show {
	display: inherit;
}
.responsive-hide {
	display: none;
}
.site-nav-container,
.menu-primary-menu-top-container,
.menu-footer-menu-bottom-container  {
	height: 100%;
}
/*-----------------menu-items display */
header .menu > .menu-item {
	display: inline-flex;
	height: 100%;
}
header .menu-item a {
	padding: 0 15px;
	@media screen and (max-width: 760px) {
		padding: 0 30px;
	}
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 1.25em;
	font-weight: 500;
}
header .menu-item:hover {
	/* background-color: #ddd; */
}
.sub-menu {
	position: absolute;
	background-color: #fff;
	display: none;
	-webkit-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.3);
	font-size: 0.8em;
	border-radius: 10px;
	padding: 10px;
}
.has-children-arrow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
	cursor: pointer;
	transition: transform 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #0a7d75;
}
.rotate {;
	transform: rotate(180deg);
}
.sub-menu li {
	height: 60px;
}
@media screen and (min-width: 760px) {
	header .menu {
		display: flex;
		margin-left: -15px;
	}
	.sub-menu {
		top: 60px;
	}
	header .menu-item-has-children > a {
		padding-right: 0;
	}
	.has-children-arrow {
		margin-right: 10px;
	}
	.sub-menu-white-arrow {
		/* background-color: #555; */
		height: 2px;
	}
}
@media screen and (max-width: 759px) {
	nav .site-nav-container {
		padding: 0;
	}
	header .menu .menu-item {
		display: block;
		height: 60px;
	}
	header .menu .menu-item-has-children {
		height: auto;
	}
	header .menu-item-has-children a {
		height: 60px;
	}
	.has-children-arrow {
		position: absolute;
		margin-top: -60px;
		right: 0;
		height: 60px;
		padding: 20px;
		transition: 0.2s;
	}
	.has-children-arrow:hover {
		background-color: #eee;
	}
	.sub-menu {
		position: relative;
		padding-left: 20px;
	}
	#menu-primary-menu-top li {
		transition: 0.2s;
	}
	header .current-menu-parent,
	header .current-menu-item {
		background-color: #ddd;
	}
}
/*-----------------nav-left*/
nav#mobile-nav-bar {
	width: 100%;
	position: fixed;
	z-index: 10;
}
.nav-button {
	height: 60px;
	width: 60px;
	font-size: 50px;
	padding: 5px;
	cursor: pointer;
}
.menu-button div {
	position: absolute;
	right: 5px;
}
div.search-button {
	position: absolute;
	right: 65px;
}
@media screen and (min-width: 760px) {
	div.search-button {
		right: 10px;
	}
}
.nav-button.dashicons-no-alt {
	font-size: 60px;
	display: none;
	padding: 0;
}
/*-----------------breadcrumbs*/
div.header-breadcrumbs {
	padding: 20px 10px;
}
div.header-breadcrumbs a,
div.header-breadcrumbs .breadcrumb_last {
	margin: 10px;
}
/*------------------------------------------*/
/*								sub pages									*/
/*------------------------------------------*/
/*
div.sub-pages-wrapper {
	display: flex;
	height: auto;
}
nav.sub-pages ul {
	position: relative;
	display: flex;
	overflow: auto;
}
nav.sub-pages ul li {
	display: inline-block;
	white-space: nowrap;
	line-height: 60px;
}
nav.sub-pages ul li.sub-menu-parent a {
	color: #333;
}
.current_page_item > a,
.current_page_parent > a {
	height: 60px;
	border-bottom: 2px;
	border-color: #888;
	border-style: solid;
}
*/
/*--------------------------------------------------------------------*/
/*												articles general														*/
/*--------------------------------------------------------------------*/

/*------------------------------------------*/
/*							article intro								*/
/*------------------------------------------*/

/*-----------------featured-image*/
.post-thumbnail {
	width: 150px;
	height: 150px;
	margin: 5px 20px 20px 20px;
	float: left;
	overflow: hidden;
	object-fit: cover;
}
.post-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 20%;
}
.banner {
	width: 100%;
	height: 400px;
	float: none;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}
@media screen and (max-width: 759px) {
	.banner {
		height: 300px;
	}
}
@media screen and (max-width: 499px) {
	.banner {
		height: 250px;
	}
}
/*-----------------single post*/
.single-post .post-title-wrapper .dashicons {
	font-size: 0.8em;
	margin-top: 3.5em;
}
.back-button {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.back-button span {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.75em;
}
/*------------------------------------------*/
/*							article main								*/
/*------------------------------------------*/
div.post-title-wrapper {
	position: relative;
}
div.post-details-wrapper {
	margin: 0 20px 20px 20px;
	font-size: 0.8em;
}
.post-title {
	margin-bottom: 10px;
}
.post-title-block {
	display: table-cell;
	vertical-align: middle;
}
.post-title-block.dashicons {
	font-size: 0.9em;
}
div.devider-line-wrapper {
	width: 100%;
	padding: 0 20px 0 20px;
	margin: 20px 0;
}
div.devider-line {
	width: 100%;
	border-bottom: 2px dotted #ccc;
}
a.more-link {
	font-size: 0.75em;
}
/*------------------------------------------*/
/*								blog nav									*/
/*------------------------------------------*/
.nav-blog-pages {
	margin-top: 40px;
	width: calc(100% - 40px);
	position: relative;
}
.nav-pages-button {
	display: inline-block;
	width: 50%;
}
.nav-pages-button a {
	color: #32c7bd;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 900;
	padding: 15px;
	border-radius: 2px;
	font-size: 0.9em;
	border: 2px #32c7bd solid;
}
.nav-pages-button a:hover {
	text-decoration: none;
	outline: 2px solid #32c7bd;
	outline-offset: 5px;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
	float: right;
}
/*--------------------------------------------------------------------*/
/*															page types														*/
/*--------------------------------------------------------------------*/

/*------------------------------------------*/
/*							search results							*/
/*------------------------------------------*/
.main-container-main {
	list-style-type: none;
	counter-reset: css-counter 0;
}
.main-container-main h3.search-counter {
	font-size: 1.5em;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}
div.search-result {
	display: inline-block;
	margin: 0;
	margin-bottom: -0.3em;
}
.search-counter .dashicons {
	line-height: 2;
	margin-right: 5px;
}
/*------------------------------------------*/
/*					404	page not found							*/
/*------------------------------------------*/
.not-found-text {
	background-image: url(images/warning.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left 20px top 0;
	flex-grow: 1;
	padding-left: 10%;
	min-height: 100px;
}
.not-found-search {
	display: flex;
	align-items: center;
}
/*--------------------------------------------------------------------*/
/*													screen-sizes															*/
/*--------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.side-small {
		flex: 0 0 300px;
	}
}
@media screen and (max-width: 800px) {
	.side-big {
		flex: 0 0 300px;
	}
}
@media screen and (max-width: 759px) {
	.main-width {
		width: 100%;
		margin: 0;
	}
	#header-wrapper nav.site-nav {
		height: 150%;
		width: 70%;
		z-index: 5;
	}
	.site-nav-container {
		width: 100%;
	}
	#header-wrapper .site-nav li{
		float: inherit;
		width: 100%;
	}
	nav#mobile-nav-bar {
		display: table;
	}
	.site-nav-container .search-button {
		display: none;
	}
	.search-wrapper {
		padding: 20px 5px 20px 5px;
	}
	.menu-item-has-children {
		display: inline-block;
	}
	.responsive-show {
		display: none;
	}
	.responsive-hide {
		display: inherit;
	}
	#header-wrapper nav.site-nav {
		margin-left: -70%;
	}
	main.main-container,
	.sidebar-flex {
		flex-direction: column;
	}
	.main-container-side {
		flex: 0;
	}
	.home-boxes-container {
		padding-top: 40px;
	}
	main .search-field {
		max-width: 300px;
	}
}
@media screen and (max-width: 475px) {
	.search-wrapper .search-field {
		width: 200px;
	}
}
@media screen and (min-width: 760px) {
	#header-wrapper nav.site-nav {
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 700px) {
	.small-hide {
		display: none;
	}
}
/*--------------------------------------------------------------------*/
/*											with background-color													*/
/*--------------------------------------------------------------------*/
/*
body {
	background-color: #cccccc;
}
header, footer {
	background-color: #fff;
}
main.main-container {
	background-color: #eee;
}
.sub-pages-wrapper {
	background-color: #f7f7f7;
}
header, footer, main.main-container {
	padding: 20px;
}
*/
/*--------------------------------------------------------------------*/
/*										without background-colors												*/
/*--------------------------------------------------------------------*/
footer,
main.main-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
main.main-container {
	padding-bottom: 40px;
}
.menu-primary-menu-top-container,
.menu-footer-menu-bottom-container,
.sub-pages {
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (max-width: 759px) {
	.menu-primary-menu-top-container {
		margin: 0;
		height: calc(100vh - 60px);
		overflow: hidden;
	}
}
