/* ---------FOOTER -----------  */

#colophon  {
	   background-color: #f8f6f3 !important;
    padding: 60px 0 20px !important;
    margin-top: 60px !important;
}
.footer-width-fixer {
	  margin: 0 auto;
    padding: 0 20px !important;
}
div.line {
	margin:25px 0px 25px 0px !important;
}
.footer-links {
	   text-align: center !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}
.footer-links a {
	 text-decoration: none !important;
    color: #666 !important;
    transition: color 0.3s ease !important;
    margin: 0 5px !important;
}

.footer-links a:hover {
    color: #b87939 !important;
}
.footer-links span {
	  color: #ccc !important;
    margin: 0 5px !important;
}
.footer-copy {
 text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: #999;
    font-size: 14px;
	margin-bottom:0px !important;
}