/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Knap-IT
 Author URI:     https://www.knap-it.com
 Template:       Divi
 Version:        1.0.0
*/

/* <!---- Algemeen ----!> */

b, strong, h1, h2, h3, h4 {
	color: #5a9bae;
}

.imagefit .et_pb_image img {
	object-fit: cover;
    height: 300px;
    width: 300px;
}

table {
	border-radius:25px;
	border-collapse: separate;
}
table.noborder,
table.noborder td {
	border: 0 !important;
	padding: 0;
}

/* <!--- Blog module ---!> */
.et_pb_posts .et_pb_post {
	border-radius: 25px;
}

/* <!--- Footer ---!> */
.et-l--footer .et-menu-nav .et-menu.nav {
	display:block;
}