.elementor-962 .elementor-element.elementor-element-7ffaf8a{--display:flex;}.elementor-962 .elementor-element.elementor-element-90b8d2b{padding:40px 30px 40px 30px;}#elementor-popup-modal-962{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-962 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-962 .dialog-close-button{display:flex;}#elementor-popup-modal-962 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-90b8d2b *//* CALLAHAM ORCHARDS — FLUENT FORMS SUBMIT BUTTON */

.fluentform .ff-btn-submit,
.fluentform button.ff-btn-submit {
    background: #D9784B !important;
    background-color: #D9784B !important;
    border: 1px solid #D9784B !important;
    color: #FFFFFF !important;

    font-family: "Lato", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;

    border-radius: 3px !important;
    padding: 14px 28px !important;

    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease !important;
}

/* HOVER + KEYBOARD FOCUS */

.fluentform .ff-btn-submit:hover,
.fluentform .ff-btn-submit:focus,
.fluentform button.ff-btn-submit:hover,
.fluentform button.ff-btn-submit:focus {
    background: #2F4A2E !important;
    background-color: #2F4A2E !important;
    border-color: #2F4A2E !important;
    color: #FFFFFF !important;

    opacity: 1 !important;
    filter: none !important;
}

/* MOBILE */

@media (max-width: 767px) {
    .fluentform .ff-btn-submit,
    .fluentform button.ff-btn-submit {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        line-height: 1.25 !important;
        padding: 14px 12px !important;
    }
}/* End custom CSS */