/**
 * 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;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1199px) {
	.content .container .department .part .inner p.type {
		max-height: 91px;
		min-height: 91px;
	}
}

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

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