﻿
/* =================================================================== */
/* Footer
====================================================================== */
#footer {
	background-color: #f8f8f8;
	padding: 20px 0 25px 0;
}

#footer h3 { margin-bottom: 10px; }


/* Dark Style
====================================*/
#footer.dark {
	background: #4c4c4c;
	color: #c8c8c8;
}

#footer.dark h3,
#footer.dark .get-in-touch li p strong,
.dark #twitter li a {
	color: #fff;
}

#footer-bottom.dark {
	background: #404040;
	color: #a8a8a8;
}

#footer-bottom.dark a {
	color: #e0e0e0;
}

#footer-bottom.dark a i {
	color: #707070;
}

#footer.dark .get-in-touch p,
#footer.dark ul.get-in-touch li,
#footer.dark .get-in-touch a { color: #c8c8c8 !important; }

#footer.dark .get-in-touch li i,
.dark #twitter li:before {
	color: #808080;
}

.dark #twitter b a,
.dark #twitter b a:hover {
	color: #909090;
}

.dark input.newsletter {
	background-color: #606060;
	border-color: #707070;
	color: #c8c8c8;
	box-shadow: none;
}


/* Footer Bottom
====================================*/
#footer-bottom {
	background-color: #a0a0a0;
	padding: 20px 0 17px 0;
	color: #fff;
}

#footer-bottom a {
	color: #fff;
	font-weight: 600;
}
