/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
    padding: 0 !important;
    margin: 0 ;
    width: 100% !important;
    max-width: none;
 }

/*** Take out the divider line between content and sidebar ***/
.error404 #main-content .container:before {background: none;}
   
.error404 #sidebar {    
    display: none;
}

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

.error404 #main-footer { 
    position: fixed; 
    bottom: 0; 
    width: 100%; } 

.error404 #footer-bottom{ 
    height:0px !important; 
    padding:0px; 
}