.footer, .push {
    height: 2.550em;
    position: relative;
}

.footer {
    position: relative;
    background-color: #D8D8D8;
    border-top: 2px solid #5F6359;
}

    .footer .content-container {
        position: relative;
        height: 100%;
    }

.footer-text {
    padding: 30px 10px;
    text-align: center;
}

.copyright,
.powered-by {
    vertical-align: middle;
}

.powered-by a {
    text-decoration: none;
}

    .powered-by a:hover {
        color: #b22064;
    }

.footer-logo {
    position: relative;
    float: right;
}

.footer .social-media {
    display: inline-block;
}

    .footer .social-media img {
        vertical-align: middle;
        margin-left: 20px;
    }
    

@media only screen and (max-width: 980px) {
    .footer {
        width: auto;
    }

    .footer-address {
        display: none;
    }
}

@media only screen and (max-width: 846px) {
    .social-media img {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .footer-text {
        font-size: 11px;
        padding-top: 16px;
    }

    .powered-by {
        display: none;
    }
}
