.sts-footer {
	font-size: 14px;
	margin-top: 100px;
	@include box-shadow((0 -2px 2px -2px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)));

	.sts-footer-menu {
		.list-inline-item:not(:last-child) {
			&::after {
				content: '-';
				padding-left: 5px;
			}
		}

		a {
			color: $font-color;

			&:hover {
				color: $primary;
			}
		}
	}
}