.site-footer{
    background: #094fa8;
    max-width: 100% !important;
    padding: 0 10%;
}


.contact-us-widget{
    padding: 3em 0;
}

@media only screen and (min-width: 768px) {
    .contact-us-widget{
        padding: 10em 10em;
    }
}

.contact-us-widget .ready-text{
    color: #6693ff;
    font-weight: bold;
    
}

.footer-wrapper{
    max-width: 1280px !important;
    margin: auto;
}

.site-footer .site-info{
    border: 0 !important;
}

.site-footer .site-logo img{
    filter: brightness(0) invert(1);
}

.site-footer .site-info{
    display: block !important;
}

.site-footer .site-name,
.site-footer .footer-content-container{
    width: 100%;
}

.site-footer .site-info .address-block,
.site-footer .site-info .footer-links{
    margin-top: 5px;
    color: white !important
}

@media only screen and (max-width: 767px) {
    .site-footer .site-info .address-block {
        margin-bottom: 20px;
    }
}

.site-footer .site-info .footer-links h5,
.site-footer .site-info .footer-links a{
    color: white;
    text-decoration: none;
    display: block;
}

.contact-wrapper{
    margin: 0 auto;
}

.footer-links h5 {
    font-size: 1rem;
}

.footer-links ul {
    list-style-type: none;
}

.footer-links .menu-item a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.footer-links .menu-item a:active:not(.wp-block-button__link):not(.wp-block-file__button),
.footer-links .menu-item a:hover:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: #9fcfff;
    background: none;
    text-decoration: none;
    outline: none;
}