#footer{
    background: #C8DCC0;
    color: #111;
    margin-top: -1px;
}
#footer .title:after{content:"";background: #000;height: 2px;width: 70px;position: absolute;bottom: 0;left: 0;}
#footer .title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #333;
    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: #111;}
#footer .content ul li a{
    text-decoration: none;
    color: #484848;
    font-size: 0.9rem;
    font-weight: bold;
}
#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;}
}