.site-footer {
    clear: both;
    border-top: 1px solid #eee;
    text-align: center;
    margin: 0;
    color: #aaaaaa;
    width: 100%;
    max-width: 100%;
    background: #000;
    padding: 5px 20px;
}
    .site-footer .site-info {
        font-size: 12px;
        line-height: 16px;
    }
    .site-footer p {
        margin-bottom: 0;
    }

/** overrides default hiding of menu-social-container in header css */
.site-footer .menu-social-container {
    display: block;
}

.site-footer .menu-social-container .menu-social {
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .site-footer {
        text-align: left;
        border-top: 2px solid #CCC;
        padding: 10px 0;
    }
        .site-footer .site-info {
            float: right;
            width: 25%;
        }
        .site-footer .menu-social-container .menu-social {
            display: none;
        }
}

@media screen and (min-width: 1070px) {
    .site-footer .site-info {
        width: 20%;
    }
}
