/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.pt-80 { padding-top: 80px; } 
.pb-30 { padding-bottom: 30px !important;  }
.pb-100 { padding-bottom: 100px; }
.mb-15 { margin-bottom: 15px !important; }
.mb-80 { margin-bottom: 80px !important; }

img {
	max-width: 100%;
	height: auto;
}


@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}

}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}
}

#block-1.section {
	margin-top: 0px;
}

.entry-categories {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-transform: capitalize;
}

.bg-overlay .entry-categories {
	position: relative;
	left: auto;
	bottom: auto;
	margin-bottom: 12px;
	z-index: 2;
}

.entry-categories a {
	color: #FFF !important;
	padding: 3px 5px;
	font-size: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
	background-color: #7fb069;
	text-decoration: none !important;
}

.single-item #block-1 .section {
	padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important;
}
.single-item .container {
	padding-right: 0px;
	padding-left: 0px;
}

/* Social sharing */
.heateor_sss_sharing_container { width: 100%; }
.heateor_sss_sharing_title { float: left; line-height: 35px; }
.heateor_sss_sharing_ul { float: right; }
i.heateorSssSharing:hover { opacity: 0.8; }

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
	max-width: 10% !important;
}

.promo + footer { margin-top: -48px; }
@media screen and (max-width: 767px){
	.hide-mobile {
		display: none;
	}
}
@media screen and (max-width: 991px){
	footer .subscribe-widget h3 {
		text-align: left;
	}
	#logo img {
		display: block;
		max-width: 100px;
		max-height: 100%;
		max-height: 60px;
		height: auto;
		margin-right: 10px;
	}
	.copyright a.author { margin-top: 30px; display: block; }
}
.single-event #block-1 > .content-wrap > .section { padding-top: 1.5rem; }
.home-event { margin-bottom: 20px !important; }
.gfield_checkbox label { font-weight: normal; text-transform: none; }
.gfield_checkbox li input[type=checkbox] { margin-top: 0px !important; }

.posts-sm .entry-image {
    width: 93px;
}


body.front-page #block-2 {
	background-image: url('../img/team2clean.png'); background-position: bottom right; background-repeat: no-repeat; background-size: 50%;
}
@media screen and (min-width: 991px){
	.half-content {
		width: 70%;
	}
}
#image-map-pro-112 .imp-wrap {
	margin: 0px auto;
    max-width: 1000px !important;
    padding-left: 100px;}

footer .cli_settings_button {
	background: none !important;
}

.copyright a.author {
    text-decoration: none !important;
    opacity: 1;
    border-bottom: 0 !important;
}
.event-list > li a .info-desc {
    display: block;
    font-weight: 400;
    font-size: 90%;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px){
	.tblLeersprongdagen td { display:block; width:100%; border: none !important }
	.tblLeersprongdagen td img {
		display: block;
	    float: none;
	    width: 100%;
	    margin: 0;
	}
	.tblLeersprongdagen tr { 
		border-bottom: 1px solid #EEE;
    	display: block;
    }
}