/*
CTC Separate Stylesheet
Updated: 2024-07-03 14:32:18
Theme Name: LBA Child
Template: Divi
Author: 919 Marketing
Author URI: https://919marketing.com/
Description: This is a custom theme created for Lightbridge Academy by 919 Marketing.
Version: 1.0.0.1720017138
*/

/*------HDA FIXES-------*/
body.home #main-content article .entry-content #whyHero .et_pb_text_0 {
    padding: unset !important;
    max-width: 60%;
}

@media (max-width: 768px) {
    body.home #main-content article .entry-content #whyHero .et_pb_text_0 {
        padding: unset !important;
        max-width: 100%;
    }

    #alertWrap {
        font-size: 14px;
    }

    /* Force headings and inline emphasis to inherit the cap */
    #alertWrap h1,
    #alertWrap h2,
    #alertWrap h3,
    #alertWrap p,
    #alertWrap strong,
    #alertWrap em {
        font-size: inherit !important;
        line-height: 1.35;
    }

    /* Hide empty title only when it is actually empty */
    #alertWrap .alertTitle:empty {
        display: none;
    }

    /* Optional: if title is hidden, tighten spacing before content */
    #alertWrap .alertTitle:empty + .alertContent {
        margin-top: 0;
    }
}


/* TEMP: hide the bad Code module everywhere */
body.page-id-463 .et_pb_code.et_pb_code_0 .et_pb_code_inner,
body.page-id-463 .et_pb_module.et_pb_code.et_pb_code_1 .et_pb_code_inner,
body.page-id-463 .et_pb_module.et_pb_code.et_pb_code_2 .et_pb_code_inner { display: none !important; }
