.site-footer {
	background-color: #F7F7F7;
	padding: 20px 0 30px 0;
}

.site-footer a {
	color: inherit;
}

.footer-left {
	text-align: center;
}

.footer-right {
	text-align: center;
}

@media (min-width: 768px) {
	.footer-left {
		text-align: left;
	}

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

}
