.site-footer {
    background-color: #707070;
    padding: 0 30px;
}
#footer-container p {
    font-size: 14px;
    font-weight: 400;
}
#footer-container p, #footer-container h3, #footer-container h1 {
    color: #fff;
}
#footer-container .footer-left h1 {
    font-size: 20px;
}
#footer-container .footer-right form input {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 3px;
    color: #fff;
}
#footer-container .footer-right form button {
    background: #fff;
    font-size: 14px;
    color: #707070;
    border: none;
    margin-left: -2px;
}

#footer-container .footer-bottom h3 {
    font-size: 14px;
}
#footer-container .footer-bottom p {
    font-size: 12px;
}
#footer-container .footer-logo .socials {
    color: #fff;
}
#footer-container .footer-logo .socials a {
    padding: 15px 10px 0 0;
    cursor: pointer;
    font-size: 30px;
}
#footer-container .footer-logo .socials a:hover {
    opacity: .5;
}

@media screen and (max-width: 640px) {
    #footer-container .container {
        padding-bottom: 0;
    }
    #footer-container .footer-right {
        width: 100%;
        margin-top: 20px;
    }
}