footer {
    font-family: 'Raleway', sans serif;
    background-color: #fff;
    color: #000;
    border-top: 1px solid #e5e5e5;
    padding: 2rem 0 1rem 0;
}
    footer hr {
        margin-bottom: 3rem !important;
    }

    footer h3 {
        margin-top: 0;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 1.25em;
    }

    footer ul {
        padding: 0;
        list-style: none;
        line-height: 1.6;
        font-size: 14px;
        margin-bottom: 0;
    }

        footer ul a {
            color: #000;
            text-decoration: none;
            font-size: 1.1em;
        }

            footer ul a:hover {
                color: #FFC20E;
            }

    footer .item.social {
        text-align: left;
    }
    footer .item.social h3  {
        font-size: 1em;
        font-weight: 600;
    }
    footer .fa-lg {
        font-size: 1.7em !important;
    }

@media (max-width:767px) {
    footer .item {
        text-align: left;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    footer .item.social {
        text-align: left;
    }
}

footer .item.social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: inherit;
}

    footer .item.social > a:hover {
        opacity: 0.9;
    }

@media (max-width:991px) {
    footer .item.social > a {
        margin-top: 0px;
    }
}

@media (max-width:767px) {
    footer .item.social > a {
        margin-top: 10px;
    }

    .row-footer-note {
        margin-top: 1rem;
    }
}

footer .copyright {
    font-size: 15px;
}

footer .brand-logo {
    max-width: 120px;
    padding-bottom: 20px;
}

@media (min-width: 300px) {
    footer .brand-logo {
        max-width: 100px;
    }
}

footer .badge-store {
    min-width: 65px;
    max-width: 120px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    footer .badge-store {
        width: 65px;
    }

    .row-footer-note {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    footer .badge-store {
        width: 95px;
    }
}


