/* 
 Theme Name:     IJL Web Solutions
 Author:         Ian Lipman / IJL Web Solutions / ISS eLearning
 Author URI:     https://www.ijlwebsolutions.com
 Template:       Divi
 Version:        2.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* This is the style for the custom 404 page */
.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}

/*Change hamburger to an X when open */
.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}

/* Place the word MENU after the mobile hamburger */
.mobile_menu_bar:after {
    content: 'MENU';
    position: relative !important;
    bottom: 9px;
    left: 10%;
    color: #8e2a45; /*change to match menu colour*/
}


/*hides lesson topic list*/
.ld-lesson-topic-list {
    display: none;
}
