/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

css/* Change color of the asterisk and "required" text */
.gfield_required_asterisk {
    color: #000000 !important;
}

.mec-event-list-standard .mec-event-description {
	overflow: visible !important;
}