#footer-widgets > .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 20px 5px 20px;
	flex-wrap: wrap;
}

#footer-widgets, #copyright {
	border-top: 1px solid var(--border-color);
}
.widget-area {
	width: 400px;
	max-width: 90%;
	margin: 15px 0;
}
.widget-area > li {
	list-style: none;
}

#footer .menu li a {text-decoration: none;}
#footer .menu li a::before {
	display: inline-block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 3px;
	position: relative;
	top: 0;
	content: "";
	transform: rotate(-45deg);
	margin-right: 10px;
	vertical-align: middle;
}

#copyright > .wrapper {
    display: flex;
	justify-content: space-between;
	flex-direction: row;
}
    #copyright * {font-size:var(--small);}

#copyright a {
	text-decoration: none;
}
#footer .menu a {
	color: inherit;
}