.blh-footer li a {
    color: #fff;
    font-weight: 400;
    transition: 0.1s ease-in-out;
}

.blh-footer .blh-center-links .btn.btn-white-open:hover {
 background-color: #C6C5C5;
 color: #000;
 border-color: #C6C5C5;
}

.blh-footer .blh-footer-links li::marker {
    background-color: #3C3C3C;
    font-size: 20px;
    border-radius: 0px;
    line-height: 29px;
}

.blh-footer .blh-footer-links {

    list-style-type: square;
    padding-left: 20px;
}

.blh-footer li a:hover {
    font-weight: 800;
}

.blh-footer .blh-icon-container li,
.blh-icon-container li a {
    color: #fff;

}

.blh-footer .blh-icon-container ul {
    list-style: none;
    padding: 0px;
}

.blh-footer .blh-footer-link,
.blh-footer-icon {
    display: inline-block;
}

.blh-footer .blh-social-media li {
    float: left;
}

.blh-footer .blh-social-media li i {
    color: #222222;
    background-color: #6f6f6f;
    transition: 0.7s;
}

.blh-footer .blh-social-media li i:hover {
    color: #222222;
    background-color: #fff;
}

@media (min-width: 992px) {
    .blh-footer .blh-center-links {
        padding: 0 40px
    }
}