/**
 * Site footer
 */

.footer {
	margin: 0;
	color: #ffffff;
	font-size: 12px;
}
.footer a {
	color: #ffffff !important;
	text-decoration: none;
}
.footer a:hover {
	color: #f5f5f5 !important;
}
.footer-wrap {
	margin: 0 auto;
	width: 960px;
	padding: 0 1rem;
}

.footer-middle {
	background-color: #0ca69a;
	padding: 2rem 0;
	min-height: 150px;
}
.footer-middle__left {
	float: left;
	margin-right: 60px;
}
.footer-middle__left:nth-of-type(2) {
	margin-right: 0;
}
.footer-middle__right {
	float: right;
}
.footer-links div {
	font-size: 16px;
}
.footer-links div:not(:last-of-type) {
	margin-bottom: 10px;
}
.footer-links--lines div:not(:last-of-type) {
	padding-bottom: 5px;
	border-bottom: #fff 1px solid;
	margin-bottom: 5px;
}
.footer-middle .footer-links div#facebook a::before,
.footer-middle .footer-links div#twitter a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	width: 22px;
	margin-right: 10px;
}
.footer-middle .footer-links div#facebook a::before {
	background-image:url('../../images/icons/facebook--22.png');
}
.footer-middle .footer-links div#twitter a::before {
	background-image:url('../../images/icons/twitter--22.png');
}

.footer-logo {
	margin: 0 0 20px 0;
}
.footer-logo img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.footer-paypal {
	margin: 0;
}
.footer-paypal img {
	max-width: 60%;
	display: block;
	margin: 0 auto;
}

.footer-bottom {
	background-color: #00746b;
	padding: 15px 0;
	font-size: 16px;
}
.footer-copyright {
	float: left;
}
.footer-credit {
	float: right;
}

@media only screen and (max-width: 580px) {

	.footer-middle__left {
		float: left;
		width: 50%;
		margin-right: 0;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	.footer-middle__right {
		clear: both;
		float: none;
		width: 100%;
	}
	.footer-bottom {
		text-align: center;
	}

	.footer-copyright {
		float: none;
	}
	.footer-credit {
		float: none;
	}

}