/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Child theme for Divi
 Author: Your Name
 Author URI: https://example.com
 Template: Divi
 Version: 1.0.0
*/

.et_pb_module_header {
    background: transparent !important;
}

.et_pb_text_inner h1 {
    color: #ffffff;
}

.et_pb_text_inner h1 strong,
.et_pb_text_inner h1 span {
    color: #ffffff !important;
}

.et_pb_text_0 {
    background: rgba(34, 53, 62, 0.75) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: fit-content;
    padding-inline: 12px;
    border-radius: 8px;
    margin-bottom: 1em;
}

.et_pb_text_0 .et_pb_text_inner h1,
.et_pb_text_0 .et_pb_text_inner h1 strong {
    color: #ffffff !important;
}

.et_pb_column_0::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.644);
    z-index: 1;
}

.et_pb_column_0 .et_pb_module {
    position: relative;
    z-index: 2;
}

.et_pb_heading_10 .et_pb_heading_container h1,
.et_pb_heading_10 .et_pb_heading_container h2,
.et_pb_heading_10 .et_pb_heading_container h3,
.et_pb_heading_10 .et_pb_heading_container h4,
.et_pb_heading_10 .et_pb_heading_container h5,
.et_pb_heading_10 .et_pb_heading_container h6,
.et_pb_heading_11 .et_pb_heading_container h1,
.et_pb_heading_11 .et_pb_heading_container h2,
.et_pb_heading_11 .et_pb_heading_container h3,
.et_pb_heading_11 .et_pb_heading_container h4,
.et_pb_heading_11 .et_pb_heading_container h5,
.et_pb_heading_11 .et_pb_heading_container h6,
.et_pb_heading_12 .et_pb_heading_container h1,
.et_pb_heading_12 .et_pb_heading_container h2,
.et_pb_heading_12 .et_pb_heading_container h3,
.et_pb_heading_12 .et_pb_heading_container h4,
.et_pb_heading_12 .et_pb_heading_container h5,
.et_pb_heading_12 .et_pb_heading_container h6,
.et_pb_heading_13 .et_pb_heading_container h1,
.et_pb_heading_13 .et_pb_heading_container h2,
.et_pb_heading_13 .et_pb_heading_container h3,
.et_pb_heading_13 .et_pb_heading_container h4,
.et_pb_heading_13 .et_pb_heading_container h5,
.et_pb_heading_13 .et_pb_heading_container h6 {
    background: rgba(34, 53, 62, 0.75) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: fit-content;
    padding: 0px 8px 0px 8px !important;
    border-radius: 8px;
    margin-top: 16px;
}

.preset--module--divi-text--default .et_pb_text_inner blockquote {
    color: #a02503 !important;
    border-color: #a02503 !important;
}