/* footer links */
.footer-links { float: left; width: 170px; margin: 20px 0 33px 0; }
.footer-links a {
	display: block;
	width: 100%;
	font-size: 18px;
	text-decoration: none;
	padding: 15px 0;
	position: relative;
}
.footer-links a:after {
	content: '';
	width: 28px;
	height: 22px;
	display: block;
	background: url('/wp-content/themes/custom/img/arrow.png') no-repeat;
	margin-top: 10px;
}

.footer-links a:last-child:before {
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #eb3300;
}

/* footer sitemap */
.footer-sitemap > .container { margin-bottom: 40px; display: block; }
.footer-sitemap h3 { font-size: 16px; }
.footer-sitemap h3:after {
	content: '';
	background-color: #6f6f6f;
	width: 50px;
	height: 2px;
	display: block;
	margin-top: 10px;
}
.footer-sitemap li,
.footer-sitemap li a { margin: 0; padding: 0; font-size: 12px; line-height: 24px; }
.footer-sitemap li:before { content: none; }

/* footer social */
.footer-social {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.footer-social ul { font-size: 0px; }
.footer-social li { margin: 0; padding: 0; display: inline-block; margin-left: 19px; }
.footer-social li:first-child { margin-left: 0px; }
.footer-social li a {
	display: block;
	width: 51px;
	height: 51px;
	background-color: #000000;
	position: relative;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
}
.footer-social li a:hover { background-color: #ff2e01; }
.footer-social li a:before {
	content: '\f099';
	color: #FFFFFF;
	position: absolute;
	display: block;
	font-size: 30px;
	top: 13px;
	width: 100%;
}
.footer-social li.facebook a:before { content: '\f09a'; }
.footer-social li.linkedin a:before { content: '\f0e1'; }

/* footer author */
.footer-author { text-align: center; padding: 22px 0; }
.footer-author a { color: #636362; font-size: 12px; }

	/* media specific styles */
	@media(min-width: 768px){
		/* footer sitemap */
		.footer-sitemap > .container { width: 33.3334%; float: left; }
	}
	@media(min-width: 1024px){
		/* footer social */
		.footer-social { text-align: right; }
	}