/* Local-mirror stability fixes. */
img {
    max-width: 100%;
    height: auto;
}

.primary-menu-ul .current-menu-item > a,
.primary-menu-ul .current_page_item > a,
.primary-menu-ul a[aria-current="page"] {
    color: #f3a712 !important;
    font-weight: 800 !important;
}

.solaceform-form textarea {
    white-space: pre-wrap;
}

.solaceform-form input,
.solaceform-form textarea,
.solaceform-form button {
    max-width: 100%;
}

@media (max-width: 767px) {
    .elementor img {
        object-position: center center;
    }

    .solaceform-field-column,
    .solaceform-button-column {
        width: 100% !important;
    }
}
