.site-footer{
    margin-top:40px;
    padding:24px 16px;
    text-align:center;
    border-top:1px solid #2b2b2b;
    font-size:14px;
}

.footer-keywords{
    margin-bottom:10px;
    line-height:20px;
    font-size:14px;
}

.footer-keywords a{
    color:#d6a84f;
    text-decoration:none;
    font-weight:bold;
}

.footer-keywords a:hover{
    color:#f0c76a;
}

.footer-copy{
    color:#888;
    font-size:13px;
}

@media (max-width: 700px) {

    .footer-primary-links,
    .footer-secondary-links{
        display:block;
        text-align:center;
        white-space:nowrap;
    }

    .footer-last-separator{
        display:none;
    }

    .footer-secondary-links{
        margin-top:4px;
    }

}