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

.event_meta{
    margin: 5px 0 15px;
}
.event_meta > p{
    font-size: 16px;
    color: #333 !important;
    line-height: 1em !important;
}
.event_venue{
    margin-bottom: 1em;
}
.et_pb_post.events{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

.media_title{
    font-size: 18px;
    color: #0061aa;
}
.media_title:hover{
    color: #ef8d1a;
}
article.media_coverage{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    margin-bottom: 26px;
}
article.media_coverage:not(:last-of-type):after{
    content: '';
    width: 920px;
    display: block;
    height: 3px;
    background: #e7e7e7;
    margin: 35px 0 0;
    visibility: visible;
}
.year_heading{
    color: #0061aa;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}