 /*
Theme Name: FlexBase
Theme URI: http://zeedesign.nl
Author: Rinse Ringma
Author URI: http://zeedesign.nl/
Description: Thema voor FlexBase
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: flexbase

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* General
================================================== */

html.noScroll,
body.noScroll {
  position: relative;
  overflow: hidden;
  height: 100%;
}
body {
	background: #fff;
  font-family: 'Cuprum', sans-serif;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}


h1, h2, h3, h4, h5, h6 {
  color: #000;
  border-bottom: 1px solid grey;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}

a {
	color: rgb(0,106,179);
  font-weight: bold;
}

p {
	font-size: 16px;
	color: grey;
}

a:hover,
a:focus {
	color: grey;
	text-decoration: none;
}


textarea {
	padding: 10px;
	resize: none;
  width: 100%;
  border: 1px solid #000;
}
input {
	line-height: 20px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
  border: 1px solid #000;
}
input[type="submit"] {
	background: rgb(0,106,179);
	border: 0px;
	box-shadow: none;
	font-weight: bold;
	color: #fff;
  width: 100%;
}
input[type="radio"] {
	display: inline;
}

.ajax-loader {
	display: none;
}

#pagecontent {
  margin-top: 20px;
}

/* Topbar
================================================== */
body .topbar {
	height: 100px;
	position: relative;
	width: 100%;
  background: #fff;
}
body .topbar .logo img {
  width: 115%;
}

body .topbar .social-widget {
  text-align: right;
  margin: 35px 0;
}
body .topbar .social-widget i {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: lightgrey;
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
  line-height: 30px;
  font-size: 20px;
}
body .topbar .social-widget i.fa-twitter:hover {
  background: #3cf;
}
body .topbar .social-widget i.fa-facebook:hover {
  background: #3b5998;
}
body .topbar .social-widget i.fa-linkedin:hover {
  background: #0077b5;
}
body .topbar .social-widget i.fa-envelope:hover {
  background: rgb(0,106,179);
}

body .topbar table.topbartable {
	width: 100%;
  height: 100px;
}
body .topbar table.topbartable tr td {
	vertical-align: middle;
}
body .topbar table.topbartable tr td p {
	margin: 0;
}
body .topbar table.topbartable tr:nth-child(1) td {
  text-align: right;
}
body .topbar table.topbartable tr:nth-child(1) td .language-widget {
  margin-top: 20px;
}
body .topbar table.topbartable tr:nth-child(1) td .language-widget #lang_sel_list ul li {
  float: right;
}
body .topbar table.topbartable tr:nth-child(1) td .language-widget #lang_sel_list ul li a {
  font-family: 'Arial', 'Verdana', sans-serif;
  font-weight: normal;
  font-size: 12px;
}
body .topbar table.topbartable tr:nth-child(1) td .language-widget #lang_sel_list ul li:nth-child(2) a::after {
  content: ' | ';
}
body .topbar table.topbartable tr:nth-child(2) td {
	background: rgb(0,106,179);
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

  @media (max-width: 995px) {
    body .topbar {
      display: none;
    }
  }

/* Header
================================================== */
body .header {
  min-height: 365px;
  background: rgb(0,106,179);
}
body .header .slider {
  margin-bottom: 0;
}
body .header .slider .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
body .header .slider .slick-arrow {
  z-index: 20;
  top: 0;
  bottom: 0;
  margin-top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
body .header .slider:hover .slick-arrow {
  opacity: 1;
}
body .header .slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
body .header .slider .slick-prev:before,
body .header .slider .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .header .slider .slick-prev {
  margin-left: 0;
  left: 0;
}
body .header .slider .slick-prev::before {
  content: '\f0d9';
}
body .header .slider .slick-next {
  margin-right: 0;
  right: 0;
}
body .header .slider .slick-next::before {
  content: '\f0da';
}
body .header .slider .slick-dots {
    position: absolute;
    display: block;
    width: inherit;
    padding: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
    left: 20px;
}
body .header .slider .slick-dots li {
    width:10px;
    height: 10px;
}
body .header .slider .slick-dots li button::before {
    content: "";
    border-radius: 7px;
    background: rgb(128, 128, 128);
    width:10px;
    height: 10px;
    border: 1px solid #fff;
    opacity: 1;
}
body .header .slider .slick-dots li.slick-active button::before {
    background: rgb(0,106,179);
}

  @media (max-width: 995px) {
    body .header {
      min-height: 265px;
      padding-top: 60px;
    }
  }


/* Home
================================================== */
body.home div.projecten h2 {
  border-bottom: 0px solid grey;
  border-top: 1px solid grey;
  padding-top: 20px;
}
body.home div.projecten div.project {
  height: 190px;
}
body.home div.projecten div.project div.inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 190px;
  position: relative;
}
body.home div.projecten div.project div.inner div.titel {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 10px;
  color: #fff;
}
body.home div.projecten div.project div.inner a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

  @media (max-width: 995px) {
    body.home div.projecten div.project {
      margin-top: 20px;
    }
  }


/* Projecten
================================================== */
body.page-template-page_projecten div.project_categories {
  margin-top: 20px;
}
body.page-template-page_projecten div.project_categories div.project_category {
  height: 190px;
}
body.page-template-page_projecten div.project_categories div.project_category div.inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 190px;
}
body.page-template-page_projecten div.project_categories div.project_category div.inner div.titel {
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 10px;
  color: #fff;
}
body.page-template-page_projecten div.project_categories div.project_category div.inner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

  @media (max-width: 995px) {
    body.page-template-page_projecten div.project_categories div.project_category {
      margin-top: 20px;
    }
  }

body.single-projects div.project div.afbeelding,
body.tax-projects_category div.project div.afbeelding {
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.single-projects div.project div.afbeelding,
body.single-projects div.project div.content,
body.tax-projects_category div.project div.afbeelding,
body.tax-projects_category div.project div.content {
  min-height: 200px;
}

body.single-projects div.afbeeldingen div.afbeelding {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 20px;
}
body.single-projects div.afbeeldingen div.afbeelding a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Extra vakken
================================================== */
body div.extravakken::after {
  content: "";
  display: block;
  clear: both;
}

/* Contact
================================================== */
body table#contact {
  width: 100%;
}
body table#contact tr td {
  padding: 5px 0px;
  vertical-align: top;
}
body table#contact tr td:nth-child(1) {
  padding: 5px 5px 5px 0;
}

/* Mobilebar
================================================== */
body div.mobilebar {
	width: 100%;
  height: 60px;
  background: #fff;
  z-index: 9999;
  position:fixed;
  display: none;
  border-bottom: 1px solid rgb(0,106,179);
}
body div.mobilebar div.menutoggle#mobile {
	height: 60px;
  width: 60px;
  margin: 10px 0 0 30px;
  float: left;
}
body div.mobilebar div.menutoggle#mobile i {
	color: rgb(0,106,179);
}
body div.mobilebar img.logomobile {
  height: 50px;
  margin: 0 30px 0 0;
  float: right;
}

	@media (max-width: 995px) {
		body div.mobilebar {
			display: block;
		}
		body div.mobilebar div.menutoggle#mobile {
			display: block;
		}
	}


/* Topbar / Navigation Desktop
================================================== */
body div.navigation#desktop {

}
body div.navigation#desktop > ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}
body div.navigation#desktop > ul > li {
	display: block;
  width: 100%;
	text-align: left;
	height: 45px;
	padding: 0!important;
	margin:0!important;
}

body div.navigation#desktop > ul > li > a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
  text-transform: lowercase;
  line-height: 30px;
  min-width: 40px;
  max-width: 60px;
  white-space: nowrap;
}



	@media (max-width: 1024px) {
		body div.navigation#desktop > ul > li > a {
			padding: 0 4px 0 0;
		}
	}

body div.navigation#desktop > ul > li:hover > a,
body div.navigation#desktop > ul > li.current-menu-parent a,
body div.navigation#desktop > ul > li.current_page_item a,
body div.navigation#desktop > ul > li.current-menu-item a {
	border-bottom: 2px solid rgb(128,128,128);
}
body div.navigation#desktop > ul > li.current_page_item:after,
body div.navigation#desktop > ul > li.current-menu-item:after {
	content: "";
	display: block;
	margin: 0 auto;
	height: 35px;
}

	/*Submenu*/
	body div.navigation#desktop ul > li > ul {
		visibility: hidden;
		position: fixed;
		top: 120px;
		background: rgba(255, 255, 255, 0.5);;
		padding: 0 1000em;
		margin: 0 -1000em;
		list-style: none;
	}
	body div.navigation#desktop ul > li > ul > li {
		text-align: left;
		padding-left: 20px;
	}
	body div.navigation#desktop ul > li > ul > li > a {
		line-height: 35px;
		color: #000;
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}
	body div.navigation#desktop ul > li > ul > li.first-only-mobile {
		display: none!important;
	}
	body div.navigation#desktop ul > li > ul > li:hover > a {
		color: #f7db44;
	}
	body div.navigation#desktop > ul > li.menu-item-has-children:hover > ul {
		visibility: visible;
	}


  @media (max-width: 995px) {
		body div.navigation#desktop {
			display: none;
		}
	}


/* Topbar / Navigation Mobile
================================================== */
body div.navigation#mobile{
	width: 100%;
	position: fixed;
	z-index: 999;
	background: rgb(0,106,179);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
body div.navigation#mobile.closed{
	height: 0;
}
body div.navigation#mobile.opened{
	height: 100%;
  overflow: auto;
}



body div.navigation#mobile > ul {
	display: block;
	width: 100%;
	padding: 70px 0 0 0;
	list-style: none;
}
body div.navigation#mobile > ul > li {
	text-align: center;
}
body div.navigation#mobile > ul > li > a {
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
  display: block;
  min-width: 40px;
  max-width: 60px;
  white-space: nowrap;
  margin: 0 0 0 30px;
  text-align: left;
}
body div.navigation#mobile > ul > li:focus > a,
body div.navigation#mobile > ul > li:hover > a,
body div.navigation#mobile > ul > li.current-menu-parent a,
body div.navigation#mobile > ul > li.current_page_item a,
body div.navigation#mobile > ul > li.current-menu-item a {
  border-bottom: 2px solid rgb(128,128,128);
  color: #fff;
}





/* Sidebar
================================================== */
body div.sidebar {
  margin-top: 60px;
  overflow: hidden;
}

/* Maps
================================================== */
#map1 { width: 100%; height: 350px; margin: 0 auto; }


/* Footer
================================================== */
div.footer {
  background: rgb(200,200,200);
  padding: 20px;
  margin-top: 20px;
}
div.footer div.footer-widget .footer-widget-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
div.footer div.footer-widget p {
  line-height: 26px;
  color: rgb(128,128,128);
}

div.mobilefooter {
  background: #fff;
  height: 40px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgb(0,106,179);
  z-index: 9999;
}
div.mobilefooter .mobilefooter-widget #lang_sel_list ul li {
  float: right;
}
div.mobilefooter .mobilefooter-widget #lang_sel_list ul li a {
  font-family: 'Arial', 'Verdana', sans-serif;
  font-weight: normal;
  font-size: 12px;
  /* line-height: 40px; */
}
div.mobilefooter .mobilefooter-widget #lang_sel_list ul li:nth-child(2) a::after {
  content: ' | ';
}
  @media (max-width: 995px) {
    div.footer-bottom-widget {
      margin: 20px 0 0 0;
    }
    div.footer {
      margin: 20px 0 40px 0;
    }
    div.mobilefooter {
      display: block;
    }
  }

/* Media Queries
================================================== */
	@media (max-width: 1200px) {

	}
	@media (max-width: 992px) {

	}
