﻿.footer-distributed {
    background-image: linear-gradient(to right, rgba(10, 10, 10, 0.95), rgba(20, 20, 20, 1));
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 55px 50px;
    margin-top: 0;
    color: #92999f;
    font-family: 'Roboto', serif;
    font-weight: bold;
}

    .footer-distributed a {
        font-size: 13px;
        color: #92999f;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    .footer-distributed .footer-left {
        width: 45%;
    }

.footer-left {
    margin-left: 4em;
}

    .footer-left p {
        color: #92999f;
        font-size: 13px;
        line-height: 5px;
    }

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

    .footer-distributed h3 span {
        color: #5383d3;
    }

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-right {
    width: 45%;
}

    .footer-distributed .footer-right i {
        background-color: #33383b;
        color: #ffae06;
        font-size: 15px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        margin: 10px 15px;
        margin-left: 0;
        vertical-align: middle;
    }

        .footer-distributed .footer-right i.fa-envelope {
            font-size: 17px;
            line-height: 38px;
        }

    .footer-distributed .footer-right p {
        display: inline-block;
        color: #92999f;
        vertical-align: middle;
        margin: 0;
        font-size: 13px;
    }

        .footer-distributed .footer-right p span {
            display: block;
            font-weight: normal;
            font-size: 13px;
            line-height: 2;
            color: #92999f;
        }

        .footer-distributed .footer-right p a {
            color: #ffae06;
            text-decoration: none;
        }

@media (max-width: 768px) {
    .footer-left {
        margin-left: 0;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        padding-bottom: 40px;
    }

        .footer-distributed .footer-right i {
            margin-left: 0;
        }
}

.footer-distributed p {
    color: #92999f;
}

.footer-left-logo {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5em;
}

.footer-distributed i {
    color: #ffae06;
}

.fa {
    opacity: 0.8;
}

    .fa:hover {
        opacity: 1;
    }
