/*
Theme Name: Inventiva CS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Force the Gravity Flow body to expand and clear theme floats */
.gform-body.gform_body {
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

/* Fix the squashed fields caused by Elementor/Orbital conflict */
.gravityflow-display-field {
    width: 100% !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* Ensure the workflow control box (Approve/Reject) stays on the right */
#workflow-control-wrapper {
    position: relative !important;
    float: right !important;
    width: 300px !important;
    z-index: 100 !important;
}