#footer {
    color: #a19e9b;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#footer div.last {
    border-right: none;
}

#footer .item {
/*    border-top: 1px solid #eee;*/
/*    border-bottom: 1px solid #eee;*/
    padding: 0 50px;
    border-right: 1px solid #eee;
    height: 290px;
    text-align: center;
}

#footer div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;   
    line-height: 30px;
    display: block;
}

#footer div ul li{
    margin: 0;
    padding: 0;
}

#footer div .header {
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'allerbold';
    color: #483f36;
    display: block;
}

#footer a.link {
    margin: 25px 0 15px 0;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    display: block;
    color: #483f36;
    display: inline-block;
}

#footer a {
    color: #483f36;
}


@media (max-width: 767px) {

    #footer {
        border-bottom: none;
    }
    
    #footer .item {
        border: none;
        height: auto;
    }
    
    #footer .item.social-media {
        margin-bottom: 25px;
    }

}