/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 06:40:35 */
#popular-searches, .elr-hide-links {display:none;}

.elr-footer-container {
	display: block;
	width: 100%;
}

.elr-footer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
}

.elr-footer a {
	color:#fff!important;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.elr-footer ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 5px;
}

.elr-footer a:hover {
	color:#006CBB!important; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 799px) {
	.elr-footer {
		padding: 20px 10px 0;
		text-align: center;
		display:block;
	}
}