/* Footer */

#page-footer {
    padding-bottom: 0;
}

.e-footer {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    background-color: rgb(51, 51, 51);
    color: rgba(255, 255, 255, 0.87);
}

.e-footer ul {
    list-style-type: none;
}

.e-footer li {
    display: inline-block;
}

.e-footer a {
    padding: 5px 15px;
    color: rgba(255, 255, 255, 0.87);
    text-decoration: none;

    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.e-footer a:hover {
    color: rgb(255, 255, 255);
}

.e-footer-item {
    display: inline-block;
}

.e-footer-item i.fa {
    margin: 0 10px 0 5px;
}

@media (max-width: 767px) {
    .e-footer {
        height: auto;
        max-height: none;
        text-align: center;
    }
}
