
/*-- footer css only --*/
  
footer {
    background-color: #f2f2f2;
    color: gray;
    text-align: center;
}
.custom_footer{
    background-color: #333;
}
/* manage from theme
.footer_links_wraper{
    background-color: #FFF;
    padding: 15px;
    /*height: 100px; /*-- footer height --*/
    
}
*/
/*-- footer links property --*/
/* manage from theme
.footer_links a, .copyright {
    color: #0080ff;
    font-size: 14px;
    font-family: Helvetica Neue;
}
.footer_links a:hover{
    color: #ff80c0;
}
*/
.star {
    color: #ff0000;
}
