/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.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;
}

.search {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.search #sidebar {display:none}

.search .et_pb_post:last-child {
	margin-bottom: 0;}
	




.bbpress {
 padding: 0 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;


}

.bbpress #sidebar {display:none}

.bbpress .et_pb_post:last-child {
	margin-bottom: 0;}
	


