.footer-distributed {
    background-color: #231F20;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 14px sans-serif;
    padding: 55px 50px;
    margin-top: 20px;
}

.footer-company,
.footer-contact,
.footer-media,
.footer-info {
    display: inline-block;
    vertical-align: top;
}

#footer .company-info p, #footer .contact p {
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-title {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 20px;
}

/* Footer Company */
.footer-copyright-release {
    font-size: 14px;
    padding-left: 39px;
    margin: 0;
}

.footer-company img {
    max-width: 100%;
}

/* Footer Contact */
.footer-contact i {
    background-color: #ffffff;
    color: #231F20;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-right: 15px;
    vertical-align: middle;
    float: left;
}

.company-info {
    margin-bottom: 15px;
}

.footer-contact i.fa-map-marker:hover,
.footer-contact i.fa-envelope:hover {
    background-color: #6F6F6F;
    color: #ffffff;
}

.footer-contact i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-contact .email {
    line-height: 35px;
    height: 35px;
}

/* Footer Info */

.footer-info img {
    border-radius: 50%;
    margin-right: 15px;
    max-width: 70%;
    float: left;
}

.footer-info i {
    margin-right: 10px;
}

.contact {
    margin-bottom: 20px;
}

/* Footer Media */

.footer-media a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #231F20;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 0;
}

.footer-media a:hover {
    background-color: #6F6F6F;
    color: #ffffff;
}

/* If you don't want the footer to be responsive, remove these media queries*/
@media (max-width: 992px) {

    .footer-company,
    .footer-contact,
    .footer-media,
    .footer-info {
        text-align: center;
    }

    .footer-info p,
    .footer-contact p,
    .footer-contact p.email,
    p.footer-copyright-release,
    p.footer-copyright-release span {
        display: block;
    }

    .footer-info img,
    .footer-contact i,
    p.footer-copyright-release span {
        float: none !important;
    }

    .footer-info .contact,
    .footer-contact .company-info,
    p.footer-copyright-release {
        text-align: center;
    }

    .footer-contact .email a strong {
        display: block;
    }

    .footer-title {
        margin-top: 25px;
    }

    p.footer-copyright-release {
        margin-top: 10px;
    }
}
