/**
 * Theme Name:		Goedbericht
 * Theme URI:		http://www.goedbericht.nl
 * Author:			Outhands Internet & Media
 * Author URI:		https://www.outhands.nl
 * Description:		Custom development for customer with own theme build with the love for WordPress
 * Text Domain:		goedbericht
 * Version:			1.0.0

 Custom theme created for Goedbericht.nl by Outhands Internet & Media
 Would you like your own theme, please visit https://www.outhands.nl
 */
 @import url("style/bundle.css");
 @import url("scripts/slidebars/slidebars.min.css");


 /** Update 1.0.1 **/
iframe {
	width: 100% !important;
}
.no-padding-right {
	padding-right: 0px !important;
	margin-top: 8px;
}
.list-group-horizontal .list-group-item {
	display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:10px;
	margin-right: 0;
 	border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-right-width: 1px;
}

 /******************/

 .current-menu-item{
 	color: #337ab7;
 }
.header .bottom .container ul li a{
	font-weight: 800;
}

.focus ol, .focus ul{
	padding-bottom: 20px;
}


.content .container .department.high .inner.link a{ color:white; }
.content .container .department.high .inner.link a:hover{ color:white; text-decoration: underline; }

.prev_list{ display: block; }
.prev_calendar{ display: none; }
.gldp-flatwhite{ display: flex!important; }


ol.list { padding-left: 0px !important }

.header .bottom .container .search select{ border: 0; padding: 0 6px; float: left; height: 33px; line-height: 33px; background: #dfdfdf; }

.header .top .container .search select{ height: 22px; vertical-align: top; }

@media (max-width: 705px){

	#searchform input{ width: 100%; float: left; }
	#searchform select{ width: calc(100% - 34px); height: 40px; float: left; }
	#searchform button{ float: left; }

}

.img-rubriek{ height: 260px; overflow: hidden; }  

.wpcf7-recaptcha{ margin: 0 52px; }
.content .container input[type="submit"]{ margin-left: 22px;  }
.main-filter { margin-bottom: 40px; }


/* div.wpcf7 img.ajax-loader {
 	float: left;
 	margin-right: -20px;
 }

 .focus img:first-child{display: block;}*/

/*.stichtingMelding p{padding-bottom: 20px;}
.stichtingMelding p:last-child{padding-bottom: 0;}*/

/*blockquote p{padding-bottom: 20px!important;}
blockquote p:last-child{padding-bottom: 0!important;}*/

/*#announchment p {
	float: left;
    width: 253px;
    padding-top: 5px;
}
#announchment img {
	width: 70px;
	height: 70px;
}
*/
/*.content .container .focus .media a.download{
	top: 0!important;
	bottom: initial!important;
	padding: 0 10px!important;
}*/

/*.content .container .focus p{
	clear: initial!important;
}*/

/*.bg-drop {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	left: 0;
	top: 0; 
}
.bg-drop .overlayPopup {
    height: 100%;
    z-index: 1; 
}
.bg-drop .popup {
	background: #fff;
	position: fixed;
	padding: 20px;
	z-index: 1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 5px; 
}
.bg-drop .popup button{
	display: block;
	min-width: 200px;
	border: 0;
	height: 40px;
	color: #fff;
}
.bg-drop .popup button:first-child{
	margin-bottom: 5px;
	background: #747474;
}
.bg-drop .popup button:last-child{
    background: #BCBCBC;
}*/

/* New CSS */

.content .container .agenda ul li .date {
	height: 55px;
    width: 55px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .container .agenda ul li .text {
	width: calc(100% - 65px);
}

.p-fix p {
	margin-bottom: 20px;
}

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

.content .container .department .part .inner p.type {
	max-height: 71px;
	min-height: 71px;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.content .container .department .part .inner h4 a {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}

	.content .container .department .part .inner p.type {
		max-height: 91px;
		min-height: 91px;
		-webkit-line-clamp: 4;
	}
}

@media only screen and (min-width: 1200px) {
	.content .container .department .part .inner p.type {
		-webkit-line-clamp: 3;
		min-height: auto;
		max-height: auto;
	}
}

@media only screen and (min-width: 706px) {
	section.content.home {
		/* margin-top: 75px; */
	}

	.no-border {
		border-bottom: none!important;
	}
}

twitter-widget {
	max-width: calc(100vw - 30px)!important;
    margin: 0 auto!important;
	display: inline-block!important;
	padding-right: 15px;
}

.d-none {
	display: none;
}

@media only screen and (min-width: 992px) {
	.d-md-block {
		display: block;
	}

	.d-md-none {
		display: none;
	}
}

.sidebar.no-sidebar-styling {
	float: none!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.max-1-line {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

section.breadcrumbs p#breadcrumbs {
	/* margin-top: 50px; */
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.wpcf7-spinner {
	display: none!important;
}

.content .container input[type="submit"] {
	margin-left: 0px;
}

@media only screen and (min-width: 706px) {
	.header .bottom .container .search input {
		height: 33px;
		margin-left: 10px;
	}

	.header .top .right .fa {
		margin: 5px 3px;
	}
}

@media only screen and (min-width: 992px) {
	.header .top .right .fa {
		margin: 0px 3px;
	}

	.header .top .right {
		top: -4px;
    	position: relative;
	}
}

.header .bottom .container .search input {
	min-width: 184px;
}

.sidebar .item-nav {
	position: relative;
	z-index: 10;
}

/* .boeken-brochures .boeken-brochures-item:last-of-type {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} */

.boeken-brochures {
	display: flex;
	flex-direction: column;
	padding-left: 8px;
	padding-right: 8px;
}

.boeken-brochures .boeken-brochures-item:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.boeken-brochures-item {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.boeken-brochures-item-wrap {
	display: flex;
	flex-direction: column;
}

.boeken-brochures-item-title {
	font-size: 22px;
	margin-bottom: 15px;
}

.boeken-brochures-item-image {
	width: 100%;
	flex-shrink: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.boeken-brochures-item-image a {
	display: inline-block;
	transition: opacity 0.3s ease;
}

.boeken-brochures-item-image a:hover {
	opacity: 0.65;
}

.boeken-brochures-item-image img {
	width: 100%;
	height: auto;
}

.boeken-brochures-item-content p {
	margin-bottom: 20px;
} 

.boeken-brochures-item-content p:last-of-type {
	margin-bottom: 0px
} 

@media only screen and (min-width: 600px) {
	.boeken-brochures {
		padding-left: 0px;
		padding-right: 0px;
	}

	.boeken-brochures-item-wrap {
		flex-direction: row;
	}

	.boeken-brochures-item-image {
		margin-bottom: 0px;
		width: 250px;
	}

	.boeken-brochures-item-image img {
		width: 250px;
	}
}

/* Image overlay Vimeo */
.iframe-holder {
	display: block;
	position: relative;
	min-height: 420px;
	margin-bottom: 30px;
}

.iframe-holder-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.iframe-holder-image-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.iframe-holder-image-overlay svg {
	height: 60px;
	width: 60px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 7;
}

.iframe-holder-image-overlay:hover {
	cursor: pointer;
}

.iframe-holder-image-overlay:hover svg {
	fill: #1b97d2;
}