.site-header {
    padding-top: 5px !important;
}
.site-header .site-branding {
    display: flex;
    align-items: center;
}
.site-logo img {
    filter: brightness(0) invert(1);
}
.contact-page {
    max-width: 768px;
    margin: 0 auto;
}

.contact-page .wpforms-field-medium {
    max-width: 100% !important;
}

.info-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background: #424242;
}

.info-footer h3,
.info-footer p a {
    color: #fff;
}

.info-footer p {
    margin-bottom: 0 !important;
}

.site-footer {
    margin-top: 0 !important;
}

@media screen and (max-width: 992px) {
    .site-header .site-branding {
        display: inline-block;
    }
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}