
footer{	    
    position: relative;   
    background:#000;
    color:white;       
    padding:45px 0px 15px 0px;
}

.footer-menu{
    list-style: none;
    padding: 0px;
}

.footer-menu a{
    color: white;    
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;    
    padding-left:20px;
    position: relative;
}

.footer-menu a:before{
    content:'';
    position: absolute;
    left:0px;
    top:10px;
    width:12px;
    border-bottom: 2px #717171 solid;
}


.footer-menu .current-menu-item a{
    text-decoration: underline;
}

.footer a.social-link{
    text-decoration: none !important;
}

.social{
    display: flex;
    align-items: center;
}

.social a{    
    text-decoration: none;
    width:32px;
    height:32px;  
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

footer h5{
    font-size:12px;
    font-weight: normal;
    margin:0px;
    color:#8D8D8D;
}

@media all and (max-width: 767px){
    .center-mobile{
        text-align: center;
    }
    
    footer .social{
        justify-content: center;
    }
}