
.footer-sidebar {
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer-column {
	margin-bottom: 30px;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: #fff;
}

.global-color-scheme-light .wd-prefooter {
	background-color: #1a1a1a;
}

.copyrights-wrapper {
	border-top: 1px solid rgba(119, 119, 119, .2);
}

[class*="color-scheme-light"] .copyrights-wrapper {
	border-color: rgba(255, 255, 255, .1);
}

.min-footer {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.min-footer>div {
	flex: 1 0 50%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 50%;
	line-height: 1.2;
}

.min-footer .col-right {
	text-align: right;
}

.copyrights-centered .min-footer {
	align-items: stretch;
	flex-wrap: wrap;
	text-align: center;
}

.copyrights-centered .min-footer .col-right {
	text-align: center;
}

.copyrights-centered .min-footer>div {
	flex-basis: 100%;
	margin-bottom: 15px;
	max-width: 100%;
}

.copyrights-centered .min-footer>div:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.min-footer {
		align-items: stretch;
		flex-wrap: wrap;
		text-align: center;
	}
	
	.min-footer .col-right {
		text-align: center;
	}
	
	.min-footer>div {
		flex-basis: 100%;
		margin-bottom: 15px;
		max-width: 100%;
	}
	
	.min-footer>div:last-child {
		margin-bottom: 0;
	}
}
