footer {
	background-color: var(--coal-color, #323532);
	color: #80807E;
	padding: 60px 0px;
	height: auto;
	width: 100%;
	position: relative;
	bottom: 0;
}

footer .container {
	text-align: center;
}

footer .mobile-break {
	width: 0%;
	height: 0%;
}

footer a {
	display: block;
	color: #80807E;
	padding: 6px 0px;
	transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
}
footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

footer .social > div, footer .links > .links-section {
	flex-grow: 1;
	flex-shrink: 0;
}

footer .links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	font-size: 16px;
}
footer .links > .links-section > h3 {
	color: #BFC0BB;
	background-color: var(--coal-color, #323532);
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bolder;
	font-size: 18px;
	padding: 0px;
}

footer .social {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}
.left-section {
	text-align: center;
}
footer .social a {
	display: inline-block;
}

@media (max-width: 768px) {
    footer .social a {
        display: block;
    }

    footer .social .social-spacer {
        display: none;
    }
}

footer .social .left-section a {
    color: #BFC0BB;
    font-weight: bolder;
}
footer .social .left-section span {
    padding: 0 16px;
}
footer .social .social-icons a:nth-child(2) > img {
	padding: 0px 20px;
}

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

.main .footer-push {
	height: 12em;
}
body.offers .main {
	min-height: 0;
	margin: 0;
}

@media (max-width: 768px) {
	footer .mobile-break {
		flex-basis: 100%;
	}

	footer .links > .links-section > h3 {
		font-size: 16px;
	}
	footer .links {
		font-size: 14px;
		padding: 0px 10%;
		margin-bottom: 60px;
	}
	footer .social {
		font-size: 12px;
	}

	footer .social .social-icons {
		padding: 25px 0 16px 0;
	}

	footer .social .right-section, footer .social {
		text-align: center;
	}

	footer .links > .links-section {
		width: 135px;
	}

    footer .social .left-section a:nth-last-child(2),
    footer .social .left-section a:nth-last-child(3) {
        padding-right: 0;
	}
    footer .social .left-section a:last-child,
    footer .social .left-section a:nth-last-child(2)
    {
        display: block;
	}
}

footer .social .proud {
    text-align: center;
    max-width: 390px;
    font-size: 12px;
}
