﻿@charset "utf-8";

footer#page-footer {
	width: 90%;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* Line */

footer#page-footer > div.line {
	flex-basis: 100%;
	border-top-style: solid;
	border-top-width: 0.0625em;
	border-top-color: #fff;
}

/* Social menu */

ul#social-menu {
	flex-basis: 5%;
	margin-left: 1.25em;
	display: flex;
	justify-content: space-between;
}

ul#social-menu > li {
	margin-right: 1.25em;
}

ul#social-menu > li:last-of-type {
	margin: 0;
}

ul#social-menu > li > a {
}

ul#social-menu > li > a > img {
	width: 20px;
	height: auto;
}