/*
Theme Name: Flexrooms by Another Concept
Author: Another Concept
Author URI: http://www.anotherconcept.nl
Version: 1.1
Date: 20200317

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

/* Fonts */

/* Algemeen */
html {
	height: 100%;
}

body {
	min-height: 100%;
	background:#fff;
	color: #161616;
}

.clearfix{
	clear:both;
}

.row{
	max-width:90rem;
}

.row.small-row {
    max-width: 70rem;
}

.fullWidth{
	max-width:100vw;
}

.columns{
	z-index:1;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.header-inner-left {
	padding-right: 0;
}

.header-inner-right {
	padding-left: 0;
}

/* Fonts */
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#161616;
	text-transform:uppercase;
}

h1{
	font-size:2.4em;
}
h2{
	font-size:2.2em;
}
h3{
	font-size:2.0em;
}
h4{
	font-size:1.8em;
}

h5{
	font-size:1.6em;
}

h6{
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.side-title{
}

p,li,address, .product_meta{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-size: 12.5pt;
	line-height: 1.8;
	letter-spacing: 0.4px;
	color:#161616;
}

li::marker{
	color:#161616;
}

a:visited,
a{
	color:#407d89;
	transition:all ease 0.2s;
	font-weight:700;
}
	a:hover,
	a:focus{
		color:#ced728;
	}
	
blockquote{
	display:block;
	background:#407d89;
	padding:20px;
	border:0;
}
	blockquote p{
		margin:0;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight:700;
		font-size:1.2em;
		font-style:italic;
		color:#fff;
		line-height: 1.9;
	}
	
/* Recurring sections */		
.page-content{
	margin-top:60px;
	margin-bottom:60px;
}	

.content{
	margin:60px auto;
}

.page-section{
	padding: 60px 0;
}

.large-section{
	padding: 120px 0;
}

.no-banner{
	margin-top:150px;
}

.buffered-section{
	max-width:85%;
	margin:0 auto;
}

.partner-section .border-right {
	border-right: solid 2px #111;
	height: -webkit-fill-available;
	text-align: center;
}

.partner-section img {
    object-fit: contain;
    max-width: 80%;
    display: block;
    margin: 27px auto;
}

.banner-block {
	background: #111;
    padding: 40px;
	margin-top: 50vh;
}

.banner-block-border {
	border-left: solid 2px #fff;
	padding: 20px 40px;
}

.banner-block h1, .banner-block h2, .banner-block h3, .banner-block h4, .banner-block h5, .banner-block h6, .banner-block  p, .banner-block a, .banner-block a:visited, .banner-block a:focus {
	color: #fff;
}

.banner-block h2 {
	font-size: 1.1em;
    letter-spacing: 0.6px;
    font-weight: normal;
    margin-bottom: 30px;
}

.banner-block i {
	color: #B5D334;
    font-size: 1.5em;
    margin-right: 20px;
    width: 20px;
	text-align: center;
}

.banner-wo-block {
	height: 60vh;
}

.grey-bg {
	background: url('\img/patroon-grijs.png'), rgba(245, 245, 245, 1);
	background-size: 100vh;
}

.black-bg {
	background: #111;
}

.border-block {
	border-top: solid 2px #111;
}

.border-bottom {
	border-bottom: solid 2px #111;
	margin-bottom: 20px;
}

.rem-pad {
	padding: 0;
}

.black-line {
	height: 2px;
    width: 32%;
    position: absolute;
    margin-left: 25%;
    background: #111;
    margin-top: 5vh;
    z-index: 999;
}

/* Triple slider */

.slick-slide {
	width: 50vw !important;
	height: 40vh !important;
}

.slick-slide img.unit-img {
	object-fit: cover;
    height: 100%;
    width: 100%;
	padding: 0 20px;
}

.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    font-size: 1.4em;
}

.arrow-left{
	left:20px;
}

.arrow-right{
	right:20px;
}

/* All in concept */

.all-in-concept {
	background-size: cover;
	background-position:center;
}

.all-in-concept h2,
.all-in-concept p {
	color: #fff;
}

.all-in-concept p {
	margin-bottom: 0;
}

.all-in-concept-list {
	margin-top: 80px;
}

.all-in-concept li {
	padding-bottom: 0;
}

.all-in-concept-list li .all-in-concept-li {
	text-align: center;
	background: #161616;
	padding: 30px 25px;
}

.all-in-concept-list li i {
	font-size: 3em;
    margin-bottom: 20px;
	color: #fff;
}

.all-in-concept-list li h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: .7em;
}

/* Button */
.button,
.button:focus,
.button:visited,
input[type="submit"]{
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
	font-weight:600;
	color:#fff;
	background:#B5D334;
	transition:all ease 0.2s;
	padding: 17px 70px;
    border-radius: 50px;
	text-transform: uppercase;
}


	.button:hover{
		background: #407d89;
	}

.button.secondair,
.button.secondair:focus,
.button.secondair:visited,
.button.secondary,
.button.secondary:focus,
.button.secondary:visited{
	background:#fff;
	border: solid 2px #B5D334;
	color: #111;
}	

.button.secondair:hover,
.button.secondary:hover{
	background:#B5D334;
}


ul.linkList{
	list-style:none;
	margin:0 0 5px 0;
}
	ul.linkList li{
		font-weight: 300;
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(0,0,0,.07);
		width: 80%;
	}
	
/* Header */
#header{
	width: 100%;
	background: #111111;
	color: #fff;
}

#header .logo{
	height: auto;
	max-height: 200px;
    margin: 50% auto 15px auto;
    display: block;
	width: 100%;
	object-fit: contain;
}

#header p {
	color: #fff;
	line-height: 1.88;
    font-size: 1.2em;
}

#header .text-center {
	padding: 0 80px;
}

#header i.open-big-nav {
    position: absolute;
    right: 80px;
    z-index: 999;
    top: 20px;
}

#header.header i.open-big-nav {
	position: relative;
    right: 0;
}

#header.header {
	position: absolute;
    z-index: 99;
	background: linear-gradient(rgba(0,0,0,1), transparent);
}

#header.header .logo {
	height: 120px;
	margin: 15px 0;
    display: inline-block;
	width: fit-content;
}

#header.header .header-inner {
	border-bottom: solid 2px #fff;
}

/* Navigation */
nav{
	padding: 50px 0px;
	position:relative;
	text-align:right;
}

#home-nav{
	position:absolute;
	right:0;
	z-index:999;
	background-image: linear-gradient(180deg, rgba(0,0,0,.4), transparent);
}

nav ul{
	margin:0;
}

nav ul li {
    list-style: none;
    display: inline;
    margin-right: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: .9em;
    padding: 0;
    position: relative;
    transition: all ease 0.2s;
    border-top: 3px solid transparent;
}

i.open-big-nav {
	color: #fff;
	font-size: 2em;
	margin-top: 40px;
}
		
/* Normal nav */
nav ul li a,
nav ul li a:visited,
nav ul li a:hover,
nav ul li a:focus{
	color:#fff;
	font-weight:400;
}
	
	nav ul li.current_page_item{
		
	}
	
	nav ul.sub-menu li,
	nav ul.sub-menu li:hover,
	nav ul.sub-menu li.current_page_item{
		border-bottom:none;
	}
	
	nav ul li > ul.sub-menu{
		display:none;
		position: absolute;
		top: 102px;
		z-index: 99;
		white-space: nowrap;
		text-align: left;
		left: -25px;
	}	

		nav ul li:hover > ul.sub-menu{
			display:block;
		}

			.sub-menu li{
				display:block;
				background:rgba(250,250,250,0.9);
				padding:6px 12px;
			}
				.sub-menu li a,
				.sub-menu li a:visited{
					color:#333!important;
					text-shadow:none;
				}
					
				.sub-menu li:hover a{
					color:#e50020!important;
				}

				.sub-menu li{
					position:relative;
				}
					
					.sub-menu li ul.sub-menu{
						position: absolute;
						top: 0;
						left: 122px;
					}


				.sub-menu .sub-menu,
				.sub-menu .sub-menu .sub-menu{
					display:none;
					transition:all ease 0.2s;
				}

/* Top nav */
.topnav-wrap{
	background: transparent;
	position: fixed;
    top: 0;
    z-index: 999;
	width: 100%;
}

	nav.topnav{
		padding:0;
		margin:0;
	}
	
	nav.topnav ul li:after{
		border:none !important;
	}
	
	nav.topnav ul li{
		text-transform:uppercase;
		font-size:.85em;
		border:none;
	}

		nav.topnav ul li a,
		nav.topnav ul li a:visited,
		nav.topnav ul li a:focus{
			color:#6e6e6e;
			font-weight:300;
		}

		nav.topnav ul li a:hover,
		nav.topnav ul li a.current-item{
			color:#8e8e8e;
			border-top:none !important;
		}
		
		nav.topnav ul li:hover:after,
		nav.topnav ul li:hover,
		nav.topnav ul li a.current-item{
			color:#8e8e8e;
			border-top:none !important;
		}

/* Mobile nav */
.mobileBar{
	background:#fff;
	padding:15px 8px;
}

	.mobileBar a{
		font-size:18px;
	}
	
	.mobileBar .search-outer{
		right:25px;
		top:5px;
	}
	
	.logo-mobile{
	    text-align: left;
	    height: 50px!important;
	}

.right-off-canvas-menu h4{
	color:#6ac9ca;
	padding:10px;
	font-size:1.4em;
}	

.right-off-canvas-menu ul{
	margin:0;
}

	.right-off-canvas-menu ul li{
		padding:10px;
		font-weight:300;
		text-transform:uppercase;
		border-bottom:1px solid rgba(255,255,255,0.6);
		list-style:none;
	}
		.right-off-canvas-menu ul li a{
			color:#fff;
		}

/* Big nav */
#big-nav {
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #111;
    z-index: 100;
}

.big-nav-inner {
    height: 100%;
    position: relative;
}

#close-big-nav,
#close-big-nav-mob {
	color: #fff;
	font-size: 2.5em;
}

.big-nav-menu {
	padding: 20% 0 0 130px;
}

.big-nav-menu ul {
	margin: 0;
	list-style: none;
}

.big-nav-menu ul li {
	list-style: none;
	margin-bottom: 25px;
}

.nav-img {
	background-size: cover;
	padding: 55px 100px 0 0;
	height: 100vh;
}

#big-nav ul li a,
#big-nav ul li a:visited,
#big-nav ul li a:focus {
	color: #fff;
    font-size: 2.75em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
}

#big-nav ul li a:hover,
#big-nav ul li a:visited:hover {
	color: #B5D334;
}

#big-nav .home-white-bor {
    width: 40vw;
    margin-left: -35%;
}

/* Banner */
.page-about-banner {
	background-size:cover;
	background-position:center;
	height: 75vh;
	margin-bottom: 240px;
}

.page-banner,
.normal-banner{
	background-size:cover;
	background-position:center;
	height: 75vh;
	margin-bottom: 300px;
}

.normal-banner{
	margin-bottom:0;
}

.home-banner{
	position:relative;
	overflow:hidden;
	height:90vh;
	background-size:cover;
	background-position:center;
}

/* Searchbar */

#searchform {
	position: absolute;
    width: 100%;
    left: -30%;
}

#searchform input[type="text"] {
	border-bottom: solid 2px #fff;
	color: #fff !important;
}

#searchform input[type="text"]:focus {
	background: rgba(0, 0, 0, 0.69);
}

#searchform input[type="text"].searchform::placeholder {
	color: #fff !important;
}

/* Form */

form h2 {
	font-weight: 500;
    line-height: 1.59;
    letter-spacing: 1.14px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{
	background-color:transparent;
	box-shadow:none;
	border:none;
	border-bottom: solid 2px #4e4e4e;
	color:#4e4e4e!important;
	padding-left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 50px;
}

::-webkit-input-placeholder{ 
	color:#4e4e4e!important;
	opacity: 1; /* Firefox */
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    min-height: 50px;
}

textarea[rows] {
    height: 120px;
	padding-left: 0;
	border-bottom: solid 2px #4e4e4e;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 65px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
	background: transparent;
}

select {
	background-color: transparent;
    border: none;
    border-bottom: solid 2px #4e4e4e;
	min-height: 50px;
	padding-left: 0;
	color: #4e4e4e;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

select:hover {
	background-color: transparent;
	border-color: #4e4e4e;
}

select:focus {
	outline: none;
	border-color: #999;
}

.forminator-row {
    margin-bottom: 0px!important;
}

span.forminator-error-message {
    color: red;
    font-family: 'Montserrat', sans-serif;
    opacity: .7;
    font-size: .9em;
}

span.forminator-description {
	font-family: 'Montserrat', sans-serif;
    font-size: .9em;
}

label.forminator-label {
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
}

/* File */
.forminator-file-upload {
    padding: 30px 20px 10px 20px;
    border: dashed #4e4e4e;
    margin-bottom: 20px;
}

.forminator-file-upload span{
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
}

.forminator-file-upload .forminator-button-upload {
    border-radius: 50px;
    font-size: .9em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 13px;
    margin-right: 15px;
    background: #407d89;
}

.forminator-file-upload .forminator-button-upload:hover{
	background:#ced728;
}

/* News */
.news-wrap{
	background:#f7f7f7;
}

.news-inner {
    padding: 40px;
}

	.news-inner h2{
		font-size:1.4em;
	}

	.news-inner .readmore{
		text-transform:lowercase;
	}

	.pagination .button{
		padding:0;
		background:none;
		border:0;
	}

	.pagination .button:hover{
		color:#808080;
	}

	.past-page{
		float:left;
	}

	.next-page{
		float:right;
	}

/* News Single */
.back-button{
	background:transparent;
	border:3px solid #7b7b7b;
	color:#7b7b7b;
}
	.back-button:hover{
		background:#7b7b7b;
		color:#fff;
		border:3px solid #7b7b7b;
	}

p.date {
    margin: 20px 0 -14px 0;
    font-size: .95em;
}

/* Home */

.home-border-top {
	border-top: solid 2px #111;
	padding-top: 25px;
	margin-top: 7px;
}

.home-loc-img {
	background-size: cover;
    transform: scale(1.5);
    z-index: 0;
    padding: 0;
}

.home-loc-img:first-of-type {
	left: 9%;
    max-width: 32.6%;
}

.home-loc-img:last-of-type {
	left: 0%;
    max-width: 32.6%;
}

.home-text-left,
.home-text-right {
	background: #111111;
}

.home-text-left p,
.home-text-right p {
	margin-bottom: 40px;
}

.home-text-left {
	padding-top: 80px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	height: 100%;
}

.home-text-right {
	padding-top: 80px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	height: 100%;
	margin-bottom: 40px;
}

.home-text-right-bor {
    position: absolute;
    width: 2px;
    height: 80%;
    right: 60px;
    background: #fff;
    top: 28%;
}

.home-text-left h2,
.home-text-left p,
.home-text-right h2,
.home-text-right p {
	color: #fff;
}

.home-white-bor {
	position: relative;
    width: 50%;
    margin-left: 25%;
    height: 2px;
    top: 60px;
    background-color: #fff;
    z-index: 998;
}

section.page-content.grey-bg .page-section:first-of-type {
    margin-bottom: 200px;
	margin-top: 160px;
}

/* Pages */

/* About us */

.about-section {
	margin-bottom: 80px;
}

.about-section p {
	margin-top: 40px;
	margin-bottom: 40px;
}

.about-img {
	padding:120px 40px 40px 80px;
	background-size: cover;
}

.about-border {
	position: absolute;
	z-index: 999;
	height: 2px;
	width: 65%;
    background: #fff;
	left: 60px;
}

.about-text-right-bor {
	position: absolute;
    width: 2px;
    height: 80%;
    left: 60px;
    background: #fff;
    top: 28%;
}

.about-img h3,
.about-img p,
.about-img a,
.about-img a:visited,
.about-img a:focus {
	color: #fff;
	font-weight: 400;
}

.about-img h3 {
	font-size: 1.5em;
	padding-top: 40px;
}

.about-img p {
	margin: 0;
	line-height: 3;
}

.about-img i {
	color: #B5D334;
	margin-right: 20px;
	text-align: center;
}

.about-img img {
	position: absolute;
    right: -80px;
    top: 80px;
	max-height: 100%;
    object-fit: cover;
    width: 60%;
	z-index: 800;
}

/* Werving */

.list-werving ul {
	list-style: none;
	margin: 0;
}

.list-werving ul li {
	line-height: 2;
}

.list-werving ul li::before {
	color: #B5D334;
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
	font-weight: 900;
	margin-right: 10px;
}

/* Woonunits */

.unit-img {
	object-fit: cover;
	width: 100%;
}

/* Vacatures */

.vac-intro i {
	color: #b5d334;
	margin-right: 10px;
	margin-left: 40px;
}

.vac-intro i:first-of-type {
	margin-left: 0;
}

.vac-wrap {
	background-size: cover;
	background-position: center;
	padding: 300px 40px 20px 40px;
	position:relative;
}

.vac-title {
	border-top: solid 2px #fff;
	color: #fff;
	padding-top: 20px;
}

.vac-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
	opacity:0;
	transition:all ease .2s;
}

.vac-overlay p {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

.vac-overlay p {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 70%;
	transition:all ease .2s;
}

.vac-wrap:hover .vac-overlay{
	opacity:1;
}

.vac-wrap:hover .vac-overlay p{
	 top: 50%;
}

/* Locaties */

h3.loc-title {
	background: #111;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 0;
	padding: 10px 0;
    font-size: 1.3em;
}

.title-line {
	height: 2px;
    width: 75%;
    position: absolute;
    margin-left: 12.5%;
    background: #111;
    z-index: 999;
}

.title-with-line {
	margin-top: 20px;
}

.slider-loc {
	background: url('\img/patroon-grijs.png'), rgba(245, 245, 245, 1);
}

.slider-loc .slider-loc {
	padding: 80px;
	right: -1px;
}

.slider-loc-img {
	background-size: cover;
	background-position:center;
}

.slider-loc a.button {
	margin-bottom: 0;
}

.loc-title-content {
	margin-top: 50%;
}

.orbit-bullets-container {
	top: 24px;
    transform: rotate(0deg);
    margin-left: 40px;
}

.slider-loc .orbit-bullets-container {
	position: relative;
    width: fit-content;
    margin-left: 40px;
}

.slider-loc .orbit-bullets-container ol li.active,
.slider-loc .orbit-bullets-container ol li {
	background: #111 !important;
}

.loc-split-bg {
	background-size:76%, 76%, cover;
    background-repeat: no-repeat;
    background-position: -50%, -50%, 50%;
}

.loc-split-bg h3,
.loc-split-bg p,
.loc-split-bg li,
.loc-split-bg li::marker {
	color: #fff;
}

.loc-split-bg h3 {
	margin-top: 23%;
}

.loc-wrap{
	z-index:2;
}

.loc-map {
    position: absolute;
    top: -630px;
    right: 0;
    height: 770px;
    z-index: 1;
}

/* Contact */

.contact-wrap {
	padding-top: 120px;
}

/* Footer */

.footer-hero {
	background-size: cover;
	background-position: center;
}

.footer-hero h2,
.footer-hero p,
.footer-hero a,
.footer-hero a:visited,
.footer-hero a:focus {
	color: #fff;
}

.footer-hero h2 {
	font-size: 3.7em;
}

.footer-hero p {
	margin-top: 20px;
	margin-bottom: 40px;
}

.footer-hero .button {
	margin-bottom: 0;
}

.footer-button,
.footer-button:visited{
	color:#fff;
	position:absolute;
	bottom: 20px;
	right: 36px;
	font-size: 2em;
	transition:all ease 0.2s;
}

footer{
	background:#111;
	padding:0;
}

li.footer-widget {
	padding-bottom: 0;
}

footer img {
    max-height: 200px;
    object-fit: contain;
}

.footer-inner,
section.footer-top{
	padding: 100px 0 80px 0;
}

.footer-logo {
    width: 40%;
    margin-bottom: 30px;
}

footer p,
footer li{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 2.06;
	font-size: 1em;
	margin: 0;
}

footer a,
footer a:visited{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	line-height: 2.06;
	font-size: 1em;
}

footer a:hover{
	color: #B5D334;
}

footer h3{
	color:#fff;
	margin-bottom: 20px;
}

footer ul.menu {
	list-style: none;
	margin:0;
}

footer ul.menu li{
	color: #fff;
}

#footernav ul li{
	padding: 0;
    font-weight: 100;
    font-size: .9em;
    text-transform: none;
	text-shadow: none;
}

#footernav ul li:hover, 
#footernav ul li.current_page_item:hover,
#footernav ul li.current_page_item{
	border-top:none;
}
	

/* Bottom bars */
.infoBar{
	background:#f1f2f2;
	padding:30px 0 20px 0;
}

.infoBar p{
    font-size: .7em;
    line-height: 16pt;
	color:#808285;
}

footer li a {
    font-size: .9em;
}

.infoBar ul{
	margin:0;
	list-style:none;
}

.infoBar ul li a{
	color:#808285;
	font-size:0.9em;
}

.bottomBar{
	background: #111;
}

.bottomBar .row {
	border-top: solid 1px #fff;
}

.bottomBar p{
	font-size: 0.7em;
    padding-top: 16px;
    padding-bottom: 19px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.39px;
	font-weight: normal;
}

.bottomBar .left p{
	text-align:left;
}

.bottomBar .right p{
	text-align:right;
}

.bottomBar a,
.bottomBar a:visited,
.bottomBar a:focus {
	padding-top: 16px;
	padding-bottom: 19px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.39px;
	color: #B5D334;
}
	
/* =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. */
}
	

	/* Small screens */
@media only screen {
	.logo{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}	

} /* Define mobile styles */

@media only screen and (max-width: 40em) {
	.row{
		padding:0 1rem;
	}

	.row.fullWidth {
		padding: 0;
	}
	
	.buffered-section{
		max-width:100%;
	}
	
	#header .logo{
		display:block;
		margin: 20% auto 10px auto;
	}

	#header.header .logo {
		height: 80px;
	}
	
	#header{
		min-height:auto;
	    position: relative;
	    top: 0px;
	}

	#header i.open-big-nav {
		margin-top: 40px;
		right: 0.9375rem;
	}

	.big-nav-menu {
		padding: 40px;
	}

	#big-nav ul li a, #big-nav ul li a:visited, #big-nav ul li a:focus {
		font-size: 1.5em;
	}

	#searchform {
		position: relative;
		width: -webkit-fill-available;
		left: 0;
	}

	.search-outer .small-12.columns {
		padding: 0;
	}

	.content {
	    margin: 40px auto;
	}

	.banner-wrap,
	.banner{
		width:100vw;
		height:250px;
	}
	
	.banner-text{
		display:none;
	}
	
	.right-off-canvas-menu ul li{
		text-transform:none;
	}
	
	.home-text h1{
		font-size:1.4em;
	}
	
	.page-section {
	    padding: 30px 0;
	}
	
	.bottomBar .right p {
	    text-align: left;
	}
	
	/* New */

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.6em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.3em;
	}

	h6 {
		font-size: 1.2em;
	}

	.home-white-bor {
		display: none;
	}

	/* Home locaties */
	.home-loc-img {
		max-height: 250px;
	}

	.home-loc-img:first-of-type {
		left: 0;
		max-width: 100%;
	}

	.home-loc-img:last-of-type {
		left: 0;
		max-width: 100%;
	}

	.home-text-right {
		padding: 40px;
	}

	.home-text-right-bor {
		display: none;
	}

	/* Partner section */

	.partner-section .border-right {
		border-right: none;
		border-bottom: solid 2px #000;
		margin-bottom: 40px;
		padding: 40px 0;
	}

	.partner-section img {
		height: 50%;
		width: 100%;
	}

	/* All in concept */

	.all-in-concept-list li .all-in-concept-li {
		margin-bottom: 20px;
	}

	/* page banner */

	.page-banner {
		height: 55vh;
	}

	.banner-block {
		padding: 25px;
		margin-top: 19vh;
		margin-bottom: 40px;
	}

	.banner-block-border {
		padding: 20px;
	}

	.banner-block-border h1 {
		font-size: 1.5em;
	}

	/* Locaties */
	.loc-title-content {
		margin-top: 30px;
	}

	.black-line {
		display: none;
	}

	.slider-loc {
		padding: 30px;
	}

	ul li .vac-wrap {
		margin-bottom: 0;
	}
	
	img.loc-map {
	    position: relative;
	    top: auto;
	    right: auto;
	    margin: -120px 0;
	}

	/* Woonunits */
	.unit-image-section .unit-img-wrap {
		padding: 0;
	}

	/* Triple slider */

	.slick-slide {
		width: 100vw !important;
	}

	.slick-slide img.unit-img {
		padding: 0;
		margin-top: 40px;
	}

	/* Over flexrooms */
	.about-img {
		margin-bottom: 20px;
		padding: 80px 40px 40px 40px;
	}

	.about-section .about-img p {
		margin: 0;
		line-height: 3;
	}

	.about-img img {
		display: none;
	}

	/* Vacatures */
	.vac-wrap {
		margin-bottom: 20px;
	}
	
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	
	header .logo{
		display:block;
		margin: 21px auto 10px auto;
		height: 60px;
	}
	
	header{
	    position: relative;
	    background: #fff;
	    top: 0;
		min-height: auto;
	}
	
	nav{
		margin:34px 0 0 0;
	}
	
	nav ul li{
		    margin: 0 7px;
			letter-spacing:0px;
	}
	
	.banner-wrap,
	.banner{
		width:100vw;
		height:350px;
	}
	
	.banner-container:after{
		display:none;
	}
	
	.home-banner:after, .page-banner:after {
	    bottom: -2px;
	}
	
	.banner-text h2 {
	    font-size: 2.2em;
	}
	
	.contact-wrap {
	    padding: 50px;
	}
	
	#footernav ul li {
	    font-size: .85em;
		display: inline-block;
	}
	
	section.leadform{
		display:none;
	}
	
	/* New */

	/* Banner */
	.page-banner {
		height: 60vh
	}

	.banner-block {
		margin-top: 25vh;
	}

	/* Locaties */

	.vac-wrap {
		padding: 300px 30px 30px 30px;
	}

	.vac-title {
		font-size: 1.5em;
	}

	/* Over flexrooms */

	.about-section .small-12.medium-12.large-6.columns {
		top: 120px;
	}
	
	.about-img {
		width: 80%;
	}

	.about-img img {
		right: 2%;
	}

	/* Locaties */
	.loc-title-content {
		margin-top: 40px;
	}

	/* Home */
	.home-loc-img {
		transform: scale(1.35);
	}

	/* All in concept */
	.all-in-concept-list li .all-in-concept-li {
		margin-bottom: 20px;
	}

	/* Partner section */

	.partner-section img {
		height: 50%;
		width: 80%;
	}

	/* Footer */
	footer h3 {
		font-size: 1.6em;
	}
	
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#header .logo,
	#fixed-header .logo{
		height:auto;
	}
	
	nav ul li,
	#fixed-header nav ul li {
	    font-size: .8em;
	    margin-right: 0;
	}
	
	#fixed-header nav ul li:after,
	nav ul li:after {
	    margin-left: 4px;
	}
	
	.nav-button{
		padding:10px 60px;
	}
	
	
}


/* Large screens */
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.row {
	    max-width: 82.5rem;
	}
	
	.row.fullWidth{
		max-width:100vw;
	}

	.slider-inner {
		height: 100vh;
	}
	
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */
	