.footer {
	text-align: center;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: auto;
}

.copyright p {
	padding: 25px 0;
	color: #d4d4d4;
	font-size: 12px;
	margin-bottom: 0;
}

.copyright a {
	color: #ffffff;
}

.list-mar {
	margin: 0 5px 0 5px;
}

.footer-hr {
	border: 2px solid white;
	max-width: 100%;
}

@media only screen and (min-width: 992px) {
	.footer-hr {
		margin-left: 0px;
		max-width: 50%;
	}
}

.footer-link {
	font-size: 0.9rem;
	line-height: 25px;
	text-decoration: none;
	font-weight: 300;
}

.footer-social-icon {
	background-color: #fff;
	border-radius: 50%;
	color: #51556c;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 26px;
	padding: 5px;
	text-align: center;
	width: 36px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	text-shadow: none;
}

.footer-link svg {
	fill: var(--vs-dark);
	width: 90px;
	margin-bottom: 0.75rem;
	transition: fill .4s;
}

.footer-link svg .cls-1 {
	fill: transparent;
}
