/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Template:     Divi
 Version:      1.0.0
*/

/* DMC Post Title: White text on banner image background - FIXED SELECTORS */
.single-dmc .et_pb_post_title.et_pb_featured_bg .et_pb_title_container .entry-title,
.single-dmc .et_pb_post_title.et_pb_featured_bg h1.entry-title {
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    font-size: 36px !important;
    font-weight: 700;
}

/* DMC banner min-height */
.single-dmc .et_pb_post_title.et_pb_featured_bg {
    min-height: 300px;
}
