/*
 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*****/
@media (min-width: 1200px){
     #et-boc {
         width: 100%;
    }
    /* .ld-focus-main {
         width: 75% !important;
    }
     */
}
/* .learndash-wrapper .ld-content-actions {
     clear: both !important;
     border-top: 2px solid #e2e7ed !important;
     padding-left: 30% !important;
     display: flex !important;
    ;
}
 */
 @media (max-width: 600px){
/*      .ld-focus-main {
         width: 100% !important;
    } */
/*      #et-boc {
         width: 500px;
    } */
     .learndash-wrapper .ld-focus .et-boc, .learndash-wrapper .ld-focus .et-boc .ld-focus-main .ld-focus-content {
         width: 100% !important;
    }
}
