/* 
Footer - Site wide footer
*/
footer.site-footer h4 {
    margin-bottom: 5px;
}

footer.site-footer {
    background-color: #E5EAEA;
    background-image: url('/wp-content/uploads/2022/06/footer-leaf-background-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

footer.site-footer form.mc4wp-form {
    border: 0;
}

footer.site-footer form.mc4wp-form input[type="email"] {
    background: #fff;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 400px !important;
    display: block;
    border-width: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 15px;
    margin-right: 10px;    
}

footer.site-footer form.mc4wp-form input[type="submit"] {
    width: 156px; /* Fixed width for floating email input */
    background-image: none;
    float: none;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 14px;
    text-indent: 0;
}

footer.site-footer form.mc4wp-form input[type="submit"]:hover,
footer.site-footer form.mc4wp-form input[type="submit"]:active{
    background: none !important;
    border: 2px solid #637c7c !important;
    color: #637c7c !important;
}

@media (min-width: 768px) {
    footer.site-footer form.mc4wp-form input[type="email"] {
        float: left;
        width: calc( 100% - 180px );
    }
}