.lidwrapper{
	display: block;
	position: relative;
	cursor: pointer;
}
li .lidwrapper{
	height: 300px;
}
.lid-allpage .lidwrapper{
	width: 24%;
	margin: 2% 0.5%;
	float: left;
	height: 300px;
}

.lidwrapper .picture {
	margin: 0px 5%;
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: 300px;
}

/*
.lidwrapper .picture::before{
	position: absolute;
	background: -moz-linear-gradient(left,  rgba(249,61,6,0.2) 0%, rgba(249,189,68,0.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(249,61,6,0.2) 0%,rgba(249,189,68,0.2) 100%); 
	background: linear-gradient(to right,  rgba(249,61,6,0.2) 0%,rgba(249,189,68,0.2) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f93d06', endColorstr='#80f9bd44',GradientType=1 );
	top: 0px;
	left: 5%;
	width: 90%;
	height: 100%;
	z-index: 1000;
    content: "";
    display: inline-block;
}
*/

.lidwrapper .infowrap{
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin: 0px 5%;
	padding: 60px 30px;
    width: 90%;
    height: 100%;	
    cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f93d06+0,f9bd44+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(left,  rgba(249,61,6,0.7) 0%, rgba(249,189,68,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f93d06', endColorstr='#80f9bd44',GradientType=1 ); /* IE6-9 */

}
.lidwrapper:hover .infowrap{
	display: block;
}

.lidwrapper .infowrap .naam{
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
}
.lidwrapper .infowrap .functie{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.lidwrapper .infowrap .quote{
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin-top: 18px;
}	
.lidwrapper .infowrap .telefoon{
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin-top: 18px;
}	

.lid-slider.slick-slide{
	min-height: 300px;
}

.flex-direction-nav,
.flex-control-nav{
	display: none;
}

.fullscreendiv{
	display: none;
	position: fixed;
	z-index: 10000000000;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3058a0+0,08ace8+100&0.7+0,0.7+100 */
	background: -moz-linear-gradient(left,  rgba(48,88,160,0.9) 0%, rgba(8,172,232,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(48,88,160,0.9) 0%,rgba(8,172,232,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(48,88,160,0.9) 0%,rgba(8,172,232,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33058a0', endColorstr='#b308ace8',GradientType=1 ); /* IE6-9 */
}

.popupblock{
	position: absolute;
    top:0;
    /*bottom: 0;*/
    left: 0;
    right: 0;
	max-width:600px;
	/*max-height:700px;*/
	margin: auto;
	background-color: #d9edfa;
}

.popupblock .cross{
	background-color: #fbae20;
	border-radius: 100px;
	height: 26px;
	width: 26px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding-left: 4px;
	padding-top: 1px;	
	cursor: pointer;
}

.popupcontent{
	display: none;
}

.popupcontent .topcontent{
	padding: 30px 20px 20px 20px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	/*height: 375px;*/
}

.popupcontent .topcontent .quote{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	/*max-width: 300px;*/
	margin: 0 auto;
}

.popupcontent .topcontent .fusion-layout-column{
	margin-bottom: 0px!important;
}

.popupcontent .post_content{
	padding-top: 30px;
}

.popupcontent .bottomcontent{
	padding: 40px 150px 10px;
	height: 270px;
}

.popupcontent .bottomcontent .picture{
	height: 200px;
	width: 150px;
    background-size: cover;
    background-repeat: no-repeat;	
	float: left;
}
.popupcontent .bottomcontent .naamfunctie{
	height: 200px;
	width: 150px;
	float: left;
	text-align: center;
	padding-top: 50px;
	color: #FFFFFF;
	background: -moz-linear-gradient(left,  rgba(249,61,6,0.7) 0%, rgba(249,189,68,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f93d06', endColorstr='#80f9bd44',GradientType=1 ); /* IE6-9 */	
}

.popupcontent .bottomcontent .naamfunctie .naam{
	font-size: 18px;
	font-weight: 700;
}

.popupcontent .icons{
	margin-left: 38px;
	margin-top: 10px;
	height: 40px;
	float: left;
	width: 100%;
}

.popupcontent .icons a{
	background-color: #fbae20;
	padding: 10px;
	display: block;
	float: left;
	margin-right: 10px;
}

.lid_single_wrapper{
	width: 100%;
}
.lid_single_wrapper .lid-singlepage{
	width: 500px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 50px;
	height: 400px;
}

.lid_single_wrapper h2{
	text-align: center;
	margin-top: 30px;
}

.lid_single_wrapper .picture{
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	background-size: cover;
}

.lid_single_wrapper .naamfunctie{
	width: 50%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(249,61,6,0.7) 0%, rgba(249,189,68,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f93d06', endColorstr='#80f9bd44',GradientType=1 ); /* IE6-9 */
	padding: 120px 50px 0px; 
	text-align: center;

}

.lid_single_wrapper .naamfunctie .naam{
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
}
.lid_single_wrapper .naamfunctie .functie,
.lid_single_wrapper .naamfunctie .telefoon{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.lid_single_wrapper .icons{
	text-align: center;
	display: block;
	height: 50px;
	width: 80px;
	margin: 0 auto;
}

.lid_single_wrapper .icons a{
	padding: 8px;
	background-color: #fcb034;
	border-radius: 0px;
	width: 30px;
	text-align: center;	
	display: block;
	float: left;
}
.lid_single_wrapper .icons a:nth-child(2){
	margin-left: 20px;
}

.lid_single_wrapper .icons a span{
	color: #FFFFFF;
}

@media only screen and (max-width: 800px) {
	.lid_single_wrapper .lid-singlepage {
		width: 100%;
		height: 800px;
	}
	.lid_single_wrapper .picture {
		width: 100%;
		height: 50%;
	}
	.lid_single_wrapper .naamfunctie {
		width: 100%;
		height: 50%;
	}
	.lid-allpage .lidwrapper{
		width: 100%;
	}
	/* mobiel kent geen hover */
	.lidwrapper .infowrap {
		display: block;
	}


	/* popup past niet op mobiel */
	.fullscreendiv {
		overflow: auto;
	}
	.popupcontent .topcontent {
		padding: 15px 8px 15px 10px;
		background-color: #FFFFFF;
		box-sizing: border-box;
		height: auto;
	}
	.popupcontent .bottomcontent {
		padding: 0;
		width: 100%;
		height: 230px;
		background-color: #fff;
	}

	.popupcontent .bottomcontent .picture {
		height: 180px;
		width: 50%;
		background-size: cover;
		background-repeat: no-repeat;
		float: left;
	}
	.popupcontent .bottomcontent .naamfunctie {
		height: 180px;
		width: 50%;
		float: left;
	}
	.popupcontent .icons {
		height: 40px;
		width: 90px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

}

.lid-contact{
	height: 300px;
}
.lid-contact .lidwrapper{
	height: 100%;
}

.lid-contact .lidwrapper .picture{
	width: 90%;
}

.teamcontact .fusion-layout-column:not(:first-child){
	clear: none;
}

.teamcontact .fusion-layout-column{
	width: 21%!important;
}

/* single team */
.single-team {

}

@media only screen and (max-width: 800px) {
	.single-team article.team {
		width: 100% !important;
	}

	/* artikel uitlijning op team pagina */
	.single-team .latestpost .postwrap .titel {
		padding: 5px 0px !important;
	}
}

/* single teamlid pagina */

.team-template-default #main{
	padding-left: 0;
	padding-right: 0;
}

.team-template-default #main > .fusion-row{
	max-width: none;
}

.single-teampage-wrap{
	background-color: #d9edfa;	
	margin-bottom: 40px;
}

.singlepage-lidwrapper{
	width: 500px;
	height: 400px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

.singlepage-lidwrapper .picture{
	width: 50%;
	float: left;
	height: 100%;
	background-size: cover;
}

.singlepage-lidwrapper .infowrap{
	width: 50%;
	float: left;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(249,61,6,0.7) 0%, rgba(249,189,68,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(249,61,6,0.7) 0%,rgba(249,189,68,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f93d06', endColorstr='#80f9bd44',GradientType=1 ); /* IE6-9 */
	padding: 120px 50px 0px; 
	text-align: center;	
	color: #FFFFFF;
}

@media only screen and (max-width: 500px) {
	.singlepage-lidwrapper{
		width: 100%;
		height: 570px;
		box-sizing: border-box;
	}

	.singlepage-lidwrapper .picture{
		width: 100%;
		height: 400px;
		box-sizing: border-box;
	}

	.singlepage-lidwrapper .infowrap{
		width: 100%;
		height: 100px;
		padding-top: 25px;
		box-sizing: border-box;
	}
}

.single-teampage-wrap .icons{
	width: 80px;
	text-align: center;
	display: block;
	height: 50px;
	margin: 0 auto;
}

.single-teampage-wrap .icons a{
	padding: 8px;
	background-color: #fcb034;
	border-radius: 0px;
	width: 30px;
	text-align: center;	
	display: block;
	float: left;
}
.single-teampage-wrap .icons a:nth-child(2){
	margin-left: 20px;
}

.single-teampage-wrap .icons a span{
	color: #FFFFFF;
}

.single-teampage-props{
	background-color: #d9edfa;	
	padding-top: 40px;
	padding-bottom: 30px;
}

.singlepage-propwrapper{
	max-width: 1100px;
}
