.site-footer {
	@include font-size(1.125);
	color: white;
	background: $color__background-footer;
}

.site-info {
	padding: 40px 0;
	border-top: 2px solid white;
}

@media screen and (min-width: $breakpoint-medium) {
	#secondary {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;

		.widget {
			width: 100%;
			max-width: 30%;
		}
	}

}