/* 
 * Custom CSS
 * Kaleido child theme
 *
 */
 
/* homepage */
.et_pb_blurb {
	left: 3%;
    right: 6%;
    width: 91%;
}
 
.et_pb_blurb .et_pb_blurb_content {
	justify-content: space-between;
	max-width: 100%;
} 

/* submenu's - tabs */
.et_pb_tabs_controls .et_pb_tab_active a {
	display: block;
}

.et_pb_tabs_controls .et_pb_tab_active a:after {
	content: ">";
	position: absolute;
	right: 0;
}
