/* =Footer
-------------------------------------------------------------- */

#colophon {
	background-color: #fafafa;
	color: #000;
	clear: both;
	display: block;
	width: 100%;
	padding: 60px 20px 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#colophon.mobile-only {
	display: none;
}
#colophon h6 {
    font-size: 40px;
}
#colophon h6 {
    margin: 0 0 30px;
}
#footer-social {
	font-size: 0;
	padding: 20px 0;
	font-family: 'PFDinTextPro-Light', Arial, FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer-social a {
    margin: 0 10px;
    font-size: 30px;
    display: inline-block;
	cursor: pointer;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5s;
}
#footer-social a:hover {
	color: #000;
}
#footer-facebook:before {
	font-family: 'FontAwesome';
	content: '\f230';
}
#footer-twitter:before {
	font-family: 'FontAwesome';
	content: '\f099';
}
#footer-instagram:before {
	font-family: 'FontAwesome';
	content: '\f16d';
}
#footer-address {
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #6E7072;
}
#footer-address p {
	margin: 30px 0;
}
#back-to-top {
	position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    opacity: .5;
	z-index: 10000;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	font-family: 'PFDinTextPro-Light', Arial, FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#back-to-top.touch,
#back-to-top:hover {
	opacity: 1;
}
#back-to-top:before {
}

@media only screen and (max-width : 800px) {
	.page-template-page-services-landing #colophon.mobile-only ,
	.single-service #colophon.mobile-only,
	.page-template-page-contact-page #colophon.mobile-only {
		display: block;
	}
}
@media only screen and (max-width : 700px) {
	#footer-address {
		line-height: 1.75em;
	}
	#colophon h6 {
		font-size: 6.2vw;
	}
}
