/*
Theme Name:   Harmony Center 
Description:  Divi child 
Author:       Harmony center
Template:     Divi
Version:      1.0.0
*/

.et_pb_blog_grid_wrapper h2 {
	height: 70px;
	overflow: hidden;
}

.et_pb_blog_grid_wrapper p {
	height: 115px;
}

.actueel-button-center {text-align: center; margin-top: 2em;}
.actueel-button-center a {margin: 0 10px;}

.current-video-wrapper {
	margin-bottom: 1.5em;
}

.current-wrapper select {
	border: 1px solid #718E5C;
	border-radius: 3px;
	margin: 0 auto 1.5em;
	display: block;
}

.current-video-wrapper iframe {
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.current-wrapper .month-name {
	text-align: center;
	font-size: 2rem;
	color: #fff;
}


.current-blog-wrapper .body {
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border: 1px solid #fff;
	background: #fff;
	margin: 0 15px 50px 15px;
	padding-bottom: 15px;
}

.current-blog-wrapper h3 {
	font-size: 18px;
	padding: 0 15px;
	margin: 15px 0;
	line-height: 1.3;
	height: 60px;
}

.current-blog-wrapper p {
	padding: 0 15px;
	min-height: 120px;
}
.current-blog-wrapper img {
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}




