/*!
 * GamudaLand.net UI Framework
 * File: 08-footer.css
 * Version: 1.0.0
 * Build for: Flatsome + BatDongSan33
 */

/* ==========================================
   FOOTER
========================================== */

#footer,
.footer-wrapper{
    background:#1F2937;
    color:#D1D5DB;
}

.footer{
    padding:70px 0 30px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer .widget-title{
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.footer p,
.footer li,
.footer span{
    color:#D1D5DB;
    line-height:1.8;
}

.footer a{
    color:#D1D5DB;
    transition:.3s ease;
}

.footer a:hover{
    color:#fff;
    padding-left:4px;
}

.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{
    margin-bottom:10px;
}

/* Divider */

.absolute-footer{
    background:#17212E;
    border-top:1px solid rgba(255,255,255,.08);
    color:#9CA3AF;
    padding:18px 0;
}

.absolute-footer a{
    color:#D1D5DB;
}

.absolute-footer a:hover{
    color:#fff;
}

/* Social */

.footer .social-icons .button{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    border:none;
    color:#fff;
    transition:.3s;
}

.footer .social-icons .button:hover{
    background:#C62828;
    transform:translateY(-3px);
}

/* Contact */

.footer .icon-box{
    margin-bottom:18px;
}

.footer .icon-box .icon{
    color:#C62828;
}

/* Newsletter */

.footer input[type=email]{
    background:#fff;
    border:none;
    border-radius:999px;
    height:46px;
    padding:0 18px;
}

.footer input[type=submit],
.footer .button{
    border-radius:999px;
}

/* Mobile */

@media(max-width:849px){

.footer{
    padding:50px 0 24px;
    text-align:center;
}

.footer .social-icons{
    justify-content:center;
}

}
