/*
 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*****/

.mec-wrap .mec-single-title {
    font-family: 'Roboto',
    sans-serif;
    font-weight: 300;
}


.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-size: 40px !important;
}

.mec-wrap h2 {
    font-size: 34px !important;
}


/*****.single-mec-events ul ***/
.single-mec-events ul:not(.nav):not(.et_mobile_menu):not(.sub-menu) {
    display: block !important;
    list-style-type: disc !important;
    padding-inline-start: 40px !important;
}
