/* Color Footer Social Icons */
 .et-social-icon a {
color: white !important;
}

/* Change color Footer Social Icons when hover */
.et-social-icon a:hover {
	color: #1167bd!important;
}

/* Change color Footer Social Icons when hover */
.footer-bottom {
	padding-bottom: 20 !important;
}

/* remove padding and margins from the default 404 error page and use child template */
.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;
}
