#footer{
    background: #565656;
    color: #ccc;
}
#footer .title:after{content:"";background: #ccc;height: 2px;width: 70px;position: absolute;bottom: 0;left: 0;}
#footer .title{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#footer .content{
    font-size: 15px;
}
#footer .content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .content ul li{}
#footer .content ul li a:hover{color:#fff}
#footer .content ul li a{
    text-decoration: none;
    color: #ccc;
    font-size: 0.9rem;
}
#footer .form-newsletter{
    margin: 10px 0;
    position: relative;
    background: #000;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}
#footer .form-newsletter input{
    background: transparent;
    border: 0;
    color: var(--primary);
}
#footer .form-newsletter button{
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    padding: 0 18px;
    background: var(--primary);
}
#footer .xbd{
    border-left: 1px solid #000
}
@media(max-width:767px){
    #footer .title{font-size: 1.1rem;}
    #footer .xbd{border-left: 0;}
}