/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	display: block;
	width: 100%;
	height: 450px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 14px;
	padding: 40px;
	background-color: #FFF;
}
#colophon-iframe {
	clear: both;
	display: block;
	width: 100%;
	height: 450px;
	font-size: 14px;
	padding: 40px;
	background-color: #FFF;
}
#colophon:before,
#colophon-iframe:before {
    content: '';
    background-color: #2c2c2c;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 40px;
    right: 40px;
}
.page-template-page-contact #colophon:before,
.page-template-page-quote #colophon:before,
.page-template-page-about #colophon:before {
	display: none;
}
#colophon h6,
#colophon-iframe h6 {
	font-size: 26px;
    font-size: 1.81vw;
    letter-spacing: .25em;
    word-spacing: .25em;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
#colophon a,
#colophon-iframe a {
	color: #2c2c2c;
}
#colophon .cell,
#colophon-iframe .cell {
	vertical-align: bottom;
}
#footer-scroll-up {
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #2c2c2c;
    font-size: 60px;
    font-size: 3vw;
	position: absolute;
	bottom: 40px;
	right: 40px;
}
#ft-social {
	text-align: center;
	margin: 70px 0;
}
#ft-social a {
	font-size: 20px;
	margin: 0 20px;
}
#footer-iframe {
	clear: both;
	display: block;
	width: 100%;
	height: 450px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: none;
}
@media only screen and (max-width : 1800px) {
	#footer-scroll-up {
		font-size: 4.15vw;
		bottom: 20px;
		right: 20px;
	}
}
@media only screen and (max-width : 800px) {
	#colophon h6,
	#colophon-iframe h6 {
		font-size: 3.2vw;
	}
}
@media only screen and (max-width : 750px) {
	#ft-social a {
		margin: 0 10px;
	}
}
@media only screen and (max-width : 600px) {
	#colophon h6,
	#colophon-iframe h6 {
		font-size: 4.2vw;
	}
	#footer-scroll-up {
		position: fixed;
		font-size: 7.15vw;
	}
}

