/* Modify Social Media Icons on mini profiles*/
#the-team .et_pb_team_member .et_pb_font_icon.db_pb_team_member_email_icon:before,
#expert .et_pb_team_member .et_pb_font_icon.db_pb_team_member_email_icon:before {
	/* Change standard mail icon to a different one */
	content: "\e076" !important;
}
#the-team .et_pb_team_member .et_pb_font_icon.et_pb_facebook_icon:before {
	/* Change Facebook to Phone */
	content: "\e090" !important;
}
#the-team .et_pb_team_member .et_pb_font_icon.db_pb_team_member_instagram_icon:before {
	/* Change Instagram to Person/User */
	content: "\e08a" !important;
}

body.home .et_pb_slide_image {
	display: block !important;
    background: transparent;
}

body.home .et_pb_slide_image img {
	clip-path: none !important;
}

.cluster-last-row {
  display: flex;
  justify-content: center;
}

.cluster-last-row > .et-last-child {
  display: none;
}

.edn-position-top .edn-container {
	z-index: 99999;
}

.ednpro_user-can-close {
	z-index: 100000;
}

.ednpro_user-can-close a {
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}