/* 
 

	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.1 

*/ 

/* 
----------- 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;
}

.dm-search-icon-header .dm-search-box .close:before {
	display:none;
}

.aws-search-result {
    z-index: 99999999999999999;
}

#et_top_search_mob .aws-container .aws-search-form {
	background: transparent;
    border: none;
}

#et_top_search_mob .aws-container .aws-show-clear .aws-search-field {
	border: none;
    color: #fff;
}