
#footer{
    background: var(--primary);
    color: #fff;
    position: relative;
    z-index: 2;
}
.footer-top{
    position: relative;
    z-index: 1;
    top: 3px;
}
#footer .title:after{content:"";background: #ccc;height: 2px;width: 70px;position: absolute;bottom: 0;left: 0;}
#footer .title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    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{
    padding: 4px 0;
}
#footer .content ul li a:hover{color:#fff}
#footer .content ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
#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;}
}

.link-copyright{}
.link-copyright a:first-child{border-right:0}
.link-copyright a{
    font-weight: 300;
    color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px 37px;
    text-decoration: none;
    height: 41px;
    line-height: 40px;
}
.link-copyright a:hover{}
.link-copyright button{
    background: #3B3B3B;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    border: 0;
}