/* CSS Eikelenboom
================================================== */

@charset "utf-8";

/*
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 0;
}

/*
.flaticon-check:before { content: "\f100"; }
.flaticon-close:before { content: "\f101"; }
.flaticon-facebook:before { content: "\f102"; }
.flaticon-instagram:before { content: "\f103"; }
.flaticon-linkedin:before { content: "\f104"; }
.flaticon-menu:before { content: "\f105"; }
.flaticon-minus:before { content: "\f106"; }
.flaticon-phone:before { content: "\f107"; }
.flaticon-pinterest:before { content: "\f108"; }
.flaticon-plus:before { content: "\f109"; }
.flaticon-print:before { content: "\f10a"; }
.flaticon-search:before { content: "\f10b"; }
.flaticon-twitter:before { content: "\f10c"; }
*/


/* # colorbox hack for ipad
==================================================*/

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
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;
}

html,
body {
	height: 100%;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	background-color: #fff;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

p {
	font-size: 1em;
	line-height: 2em;
	margin: 0 0 20px 0;
}

h1 {
	font-family: "Source Sans Pro", sans-serif;
	color: #181818;
	font-size: 36px;
	margin: 20px 0;
	font-weight: normal;
}

h2 {
	font-family: "Source Sans Pro", sans-serif;
	color: #181818;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 0;
	font-weight: normal;
}

h2 a,
h2 a:visited {
	color: #181818!important;
	text-decoration: none;
}

h2 a:hover {
	color: #ba8748;
}

.homeblocks h2 {
	padding-right: 50px;
}

h3 {
	font-family: "Source Sans Pro", sans-serif;
	color: #888;
	font-size: 18px;
	line-height: 1.2em;
	margin: 20px 0 0 0;
	font-weight: normal;
}

.maxwidth100 {
	max-width: 100%;
	display: block;
}

.nopadding {
	padding: 0;
}

.aligncenter {
	text-align: center;
}

.imgwidth100 {
	width: 100%;
	max-width: auto;
	display: block;
}

.dspblock {
	display: block;
}

.relative {
	position: relative;
}

#header {
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #d7d7d7;
}

.footer {
	width: 100%;
	background-color: #000;
	font-size: 12px;
	line-height: 1.6em;
	padding-bottom: 110px;
}

.footer .grid-container {
	padding-top: 30px;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: none;
}

a.socialbut,
a.socialbut:visited,
a.socialbut:hover {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 2px;
}

.homeblocks .homeblock {
	margin-bottom: 30px;
}

.keywords {
	display: block;
	margin: 10px 0 5px 0;
	font-size: 12px;
}

.keywords a {
	color: #4e4e4e;
	text-decoration: none;
}

.keywords a:hover {
	color: #ba8748;
}

.homeblocks img:hover {
	opacity: 0.9;
}

.fb-share-button {
	display: inline;
	color: #fff;
	text-decoration: none;
	background: #ba8748;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	border: 0;
	margin: 0 5px;
}

input[type=button],
input[type=submit] {
	display: inline;
	color: #fff;
	text-decoration: none;
	background: #ba8748;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	border: 0;
	margin: 0 5px;
}

#mb-sharefb {
	background: #4267b2;
}

.page-text a,
.page-text a:visited {
	color: #ba8748;
	text-decoration: none;
}

.page-text a:hover {
	color: #ba8748;
	text-decoration: underline;
}

.arrow-black-up {
	text-align: center;
	margin-top: 40px;
}

.arrow-black-up img {
	display: block;
	margin: 0 auto;
}

.footer-logo {
	text-align: right;
	font-size: 13px;
}

.footer-logo-placeholder {
	width: 110px;
	text-align: center;
	float: right;
}

.wysija-submit {
	background: #000;
	display: inline-block;
	color: white;
	border: 0px solid;
	padding: 10px 20px;
	text-decoration: none;
}

.wysija-submit:hover {
	background: #fff;
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	padding: 10px 20px;
	text-decoration: none;
}

.addthis_toolbox {
	margin-top: 30px;
}

.moodboardremove,
.moodboardlink {
	color: #fff !important;
	text-decoration: none;
	background: #111111;
	padding: 0.8em;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
}

.moodboardremove {
	background: #111111;
}

.moodboardlink span {
	padding-right: 10px;
}

.moodboardremove span:before,
.moodboardlink span:before {
	font-size: 9px;
}

.moodboardlink.added,
.moodboardlink.added:hover {
	color: #ffffff !important;
	background: #111111;
}

.moodboard-item {
	position: relative;
}

.moodboard-item img {
	max-width: 100%;
	display: block;
}

.moodboard-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	/* background: rgba(255,255,255,0.5); */
	color: #a9a9a9;
	font-weight: normal;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #222;*/
}

.margt30 {
	margin-top: 30px;
}


/* # Menus
==================================================*/

.nav {
	letter-spacing: 1px;
	float: left;
	margin-top: 28px;
}

.nav a {
	text-decoration: none;
	color: #000;
}

.nav li.active a,
.nav > ul > li > ul > li > a:hover {
	color: #ba8748;
}

.nav li:hover>a {
	color: #ba8748;
}

.nav li.active a {
	color: #e1e1db;
}

.nav > ul > li {
	display: inline-block;
	height: 45px;
	margin-right: 15px;
	line-height: 35px;
	position: relative;
	vertical-align: top;
	z-index: 100;
}

.nav > ul > li.menu-item-has-children {
	background: url('../images/menu-arrow.png') right 16px no-repeat;
}

.nav > ul > li a {
	display: inline-block;
	padding: 0 16px 0 10px;
	position: relative;
	font-size: 15px;
	vertical-align: top;
	z-index: 99998;
}

.nav > ul > li > ul {
	position: absolute;
	left: 0;
	top: 45px;
	padding: 15px 15px 5px 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 1);
	min-height: 100px;
	border: 1px solid #d7d7d7;
	border-top: 0;
}

.nav > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	list-style: none;
}

.nav > ul > li > ul > li {
	padding: 0;
	width: 220px;
}

.nav > ul > li > ul > li > a {
	display: block;
	margin: 0 0 0 15px;
	margin-bottom: 10px;
	color: #000;
	padding: 0;
	line-height: 1.3em !important;
}

.container-nav {
	display: table;
	margin: 0 auto;
}

.container-nav > li,
.container-nav > li > a {
	display: inline-block;
}

.footer-menu ul {
	width: 100%;
	overflow: hidden;
	padding-top: 7px;
	margin-bottom: 30px;
	text-transform: lowercase;
}

.footer-menu li {
	display: inline-block;
	float: left;
}

.footer-menu li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	padding: 0 48px 0 0;
	margin-bottom: 20px;
	text-align: center;
}

.footer-menu li a:hover {
	color: #ba8748;
}

.footer-menu li:last-child a {
	padding: 0;
}

.nav-buttons {
	float: right;
}

.nav-buttons ul {
	list-style: none;
}

.nav-buttons ul li {
	float: left;
	margin-left: 10px;
}

.header-container .nav-buttons li a,
.header-container .nav-buttons li a:visited {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background: #ba8748;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 35px;
	line-height: 35px;
}

.header-container .nav-buttons li a:hover {
	color: #000;
}

.header-container .nav-buttons li a span {
	background: white;
	color: #ba8748;	
	border-radius:5px;	
	padding:1px 5px;
}


/* Search
-----------------------------------------------------------------------------*/

#search-results {
	margin-top: 40px;
}

#search-results article {
	margin-bottom: 20px;
}

#search-results h1 {
	margin: 0 0 5px 0;
	line-height: 24px !important;
}

#search-results h1 a {
	font-family: "Source Sans Pro", sans-serif;
	color: #181818;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}

#search-results article footer {
	text-align: right;
}

#search-results article footer a {
	color: #181818;
	text-decoration: none;
}

#search-results article footer a:hover {
	color: #ba8748;
	text-decoration: underline;
}

#search-results nav {
	text-align: center;
}

#search-results nav a {
	color: #181818;
	text-decoration: none;
}

#search-results nav a:hover {
	color: #ba8748;
	text-decoration: underline;
}

.footer .small a {
	text-decoration: none!important;
}


/* =Maps
-----------------------------------------------------------------------------*/

.acf-map {
	width: 100%;
	height: 700px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map > div {
	position: relative !important;
}

.gm-style-iw h3 {
	text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	color: #181818;
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: 700;
}

.gm-style-iw a,
.gm-style-iw a:visited,
.gm-style-iw a:hover {
	color: #ba8748;
}

.gm-style-iw a:hover {
	text-decoration: underline;
	color: #ba8748;
}

.gm-style-iw p {
	padding: 0;
	margin: 0;
}


/* # BX slider
==================================================*/

.bx-wrapper {
	margin-bottom: 0 !important;
}

#bx-pager {
	text-align: center;
}

.endpage-container .bx-viewport {
	height: 100% !important;
}

#bx-pager {
	margin-top: 20px;
}

#bx-pager a {
	margin: 0 3px;
}

#bx-pager a img {
	max-width: 163px;
	padding: 3px;
	margin-bottom: 3px;
	border: solid #ccc 1px;
}

#bx-pager a:hover img,
#bx-pager a.active img {
	border: solid #ba8748 1px;
}

.bxslider-product {
	margin-top: 30px;
}


/* # Video embed
==================================================*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-top:30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* # Search
==================================================*/

.search-container {
	float: right;
	margin: 17px 0 0 22px;
}

.search-box {
	margin: 6px 10px 0 2px;
	height: 22px;
	padding: 0;
	float: left;
	border: 0;
}

#mobile-menu .search-box {
	margin: 0 0 0 20px;
	width: 200px;
	height: 44px;
	padding: 0;
	border: 0;
}

.search-box .flaticon-search {
	color: #777;
	float: left;
	width: 20px;
	cursor: pointer;
	margin-right: 0;
	height: 20px;
}

.search-box fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.search-box .search-input {
	position: relative;
	color: #737373;
	float: left;
	width: 0px;
	max-width: none;
	text-align: left;
	border: 0;
	height: 22px;
	margin: 0;
	box-shadow: none;
	padding: 0;
	font-size: 14px;
	font-size: 12px;
	text-indent: -1000em;
	line-height: 18px;
	cursor: pointer;
}

.search-box input:focus {
	outline: none;
}

.search-box .search-input.opened {
	padding: 0 0 0 10px;
	text-indent: 0;
	background-color: #e8e8e8;
	cursor: text;
	margin-left: 10px;
}

m#mobile-menu .search-box {
	width: 200px;
	height: 244px;
	padding: 0;
	border: 0;
}

#mobile-menu .search-box .search-input {
	position: relative;
	color: #737373;
	width: 167px;
	padding: 0 10px;
	line-height: 33px;
	border: 1px solid #777777;
	height: 33px;
	font-size: 14px;
	background: #fff;
	color: #777777;
	box-shadow: none;
	float: left;
}

#mobile-menu .search-box input:focus {
	outline: none;
}

a.open-mobilemenu,
a.open-mobilemenu:visited,
a.open-mobilemenu:hover {
	display: block;
	float: left;
	height: 44px;
	width: 44px;
	color: #777 !important;
	padding: 0;
	text-decoration: none;
}

a.open-mobilemenu:before {
	font-size: 40px;
	line-height: 1.1em;
}


/* mailchimp form */

.mc4wp-form-fields label {
	display: none;
}

.mc4wp-form-fields select,
.mc4wp-form-fields input {
	width: 100%;
}

.mc4wp-form-fields select,
.mc4wp-form-fields input {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}

.mc4wp-form-fields input[type="submit"] {
	color: #fff;
	background: #000;
	padding: 10px;
}

.mc4wp-form-fields p {
	margin: 0;
}

.header-mobile {
	display: none;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	position: relative;
	color: #fff;
}

.header-mobile a,
.header-mobile a:visited,
.header-mobile a:hover {
	color: #fff;
	text-decoration: none;
}

.header-container {
	float: right;
	font-size: 12px;
	color: #959595;
}

.header-container a,
.header-container a:visited {
	color: #959595;
	text-decoration: none;
}

.header-phonenr {
	color: #959595;
	margin-top: 38px;
	float: right;
	margin-right: 10px;
	font-size: 14px;
}

.header-social {
	float: right;
	margin-top: 35px;
}

.header-social a,
.header-social a:visited {
	color: #777777;
	text-decoration: none;
}

.header-social a:hover {
	color: #ba8748;
	text-decoration: none;
}

.search-box .fa,
.header-social a.fa {
	font-size: 22px;
	padding: 0 0.1em;
}

.eikelenboom-logo {
	display: block;
	width: 372px;
}

.eikelenboom-icon {
	display: block;
	width: 100px;
}

.container-mobilesocial {
	height: 40px;
	width: 100%;
	display: block;
}

.mm-list li:last-child {
	border: 0;
}

.container-mobilesocial a.socialbut,
.container-mobilesocial a.socialbut:visited,
.container-mobilesocial a.socialbut:hover {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background-image: url('../images/icon-sprites-white.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.container-mobilesocial .no-svg .search-box a.socialbut {
	background-image: url('../images/icon-sprites-white.png');
}

.container-mobilesocial a.socialbut.twitter {
	background-position: -38px 0;
}

.container-mobilesocial a.socialbut.facebook {
	background-position: -76px 0;
}

.container-mobilesocial a.socialbut.pinterest {
	background-position: -114px 0;
}

.crumble {
	color: #a0a0a0;
	padding: 10px 0;
	margin: 0 20px;
	text-transform: lowercase;
	font-size: 13px;
}

.crumble a,
.crumble a:visited {
	color: #000;
	text-decoration: none;
}

.divider {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #f1f1f1;
	height: 1px;
}

.page-text ul {
	list-style: square;
	margin: 10px 0 10px 20px;
}

.page-text ul li {
	margin-bottom: 10px;
}

.page-text ul li span {
	font-style: italic;
	display: inline-block;
	width: 50%;
}

.page-text img {
	max-width: 100%;
}

.container-homeslider {
	margin-bottom: 30px;
}

.page-text .accordion {
	clear: both;
	margin-top: 20px;
}

.page-text .accord-header h3 {
	margin-top: -1px;
	border: 1px solid #ccc;
	padding: 8px 15px;
	position: relative;
	cursor: pointer;
	line-height: 23px;
}

.page-text .accord-header h3:after {
	content: "+";
	color: #000;
	position: absolute;
	font: normal 26px/28px "Times New Roman", Times, serif;
	top: 5px;
	right: 12px;
}

.page-text .accordion h3.active:after {
	content: "_";
	top: -9px;
	right: 13px;
}

.page-text .accord-content {
	display: none;
}

.page-text .accord-content ul {
	margin: 30px 0 30px 20px;
}

.popupbox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.8);
	color: #000;
	z-index: 1001;
	display: none;
}

.closepopupbox {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 10px;
	cursor: pointer;
}

.closepopupbox i.fa {
	font-size: 30px;
}

.popupcontent {
	padding: 50px 0;
	margin: 0 auto;
	height: 100%;	
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.readmorebutton {
	background: #000;
	display: inline-block;
	color: white;
	border: 1px solid #000;
	padding: 10px 20px;
	margin: 20px 0px;
	text-decoration: none;
}

.readmorebutton:hover {
	background: #fff;
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
}

.popupmiddle {
	position:absolute;
	top:50%;	
	transform:translateY(-50%);			
	width:100%;
	max-height: 90vh;
}

.popupcenter {
	position:relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
	border: 1px solid #666;
	max-width:90vw;
	overflow:auto;
	z-index:10001;
	-webkit-overflow-scrolling: touch;
}



@media only screen and (max-width: 1140px) {
	.nav > ul > li a {
		font-size: 12px;
	}
	.nav > ul > li {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	#header {
		padding-bottom: 20px;
	}
	.header-container {
		overflow: hidden;
		width: 100%;
		margin: -2px 0 0 0;
	}
	.search-box,
	.nav,
	.header-phonenr,
	.header-social {
		display: none;
	}
	#mobile-menu .search-box {
		display: block;
		float: none;
	}
	.header-mobile {
		display: block;
		float: none;
		position: absolute;
		top: 0;
		right: 20px;
		z-index: 999;
	}
	.nav-buttons {
		float: left;
	}
	.nav-buttons ul li,
	.nav-buttons ul li a {
		float: none;
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.nav,
	.hide-on-tablet {
		display: none;
	}
	.full-width-tablet {
		width: 100%;
	}
	.nav > ul > li a {
		padding: 0 8px;
	}
	.titleitem {
		display: none !important;
	}
	#bx-pager a img {
		max-width: 132px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 961px) {
	.search-container {
		display: none;
	}
}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 16px;
	}
	.homeblocks h2 {
		padding: 0;
	}
	h3 {
		font-size: 12px;
	}
	.footer .grid-25 {
		margin-bottom: 20px;
	}
	.footer-menu,
	.bx-prev,
	.bx-next {
		display: none;
	}
	.eikelenboom-logo {
		margin-top: 5px;
		width: 200px;
	}
	.nav-buttons {
		float: none;
		width: 100%;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.footer {
		padding-bottom: 20px;
	}
	.footer .small {
		text-align: center;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-logo-placeholder {
		float: none;
		display: inline-block;
	}
	.arrow-black-up {
		margin-top: 0;
	}
	a.socialbut,
	a.socialbut:visited,
	a.socialbut:hover {
		background-image: url('../images/sprites-mobile.svg');
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 44px;
		margin-right: 9px;
		height: 44px;
	}
	.no-svg .search-box a.socialbut {
		background-image: url('../images/sprites-mobile.png');
	}
	a.socialbut.twitter {
		background-position: -180px 0;
	}
	a.socialbut.facebook {
		background-position: -240px 0;
	}
	a.socialbut.pinterest {
		background-position: -300px 0;
	}
	.container-homeslider {
		padding: 0 10px;
	}
	#bx-pager {
		display: none;
	}
	.acf-map {
		height: 300px;
	}
	
	.popupmiddle {
		position:fixed;
		bottom:2%;	
		left: 5%;
		width:90vw;
		height: 95vh;
	}

	.popupcenter {
		position:relative;
		padding: 10px;
		max-width:100%;
		font-size:70%;
		
	}
}

@media screen {
	.eikelenboom-logo-print,
	.eikelenboom-telefoon-print {
		display: none;
	}
}

@media print {
	#header,
	.crumble,
	.no-print,
	.arrow-black-up,
	.footer {
		display: none;
	}
	.eikelenboom-logo-print {
		display: block!important;
		width: 200px;
		margin-bottom: 20px;
	}
	.moodboard-overlay {
		color: #ffffff;
		text-decoration: none;
		text-shadow: none;
		font-size: 9px;
	}
	.eikelenboom-telefoon-print {
		display: block!important;
		position: absolute;
		top: 0;
		right: 0;
	}
}