
/* 
 

	Theme Name:     Divi Child Theme
 
	Theme URI:		https://elegantthemes.com/divi
	Description:	A Divi child theme
	Author:         DP Websolutions
 
	Author URI:     https://dp-websolutions.com 
 
	Template:       Divi
 
	Version:        2.0

*/ 



@import url("../Divi/style.css");

/* 
----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 




/*footer*/
#footer-info {
font-weight: normal;
color: #595959 !important;
font-size: 11px !important;

}

#footer-info-r {
font-weight: normal;
text-align: right;
color: #595959 !important;
font-size: 11px !important;

}

#footer-info-r a {
color: #595959 !important
}

@media only screen and (max-width: 780px) {
    

#footer-info-r {
text-align: center;

}

}

/*404-page*/
.error404 #main-content .container, .error404 #content-area, .error404 #left-area {
 padding: 10 !important;
 margin: 0 ;
 width: 100% !important;
 max-width: none;
}

.error404 #main-content .container:before {background: none;}

.error404 #sidebar {
 display: none;
}

.error404 .et_pb_post:last-child {
margin-bottom: 0;
}
