/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.gform_heading {display: none;}
.gform_wrapper.gravity-theme .gfield_label{font-weight: 500}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select{height: 45px}
.gform_wrapper.gravity-theme .gfield.consent-fix input {
    height: auto;
        margin-top: 4px;
    margin-right: 10px;
    align-self: start;
}
.gform_wrapper.gravity-theme .gfield.consent-fix .ginput_container.ginput_container_consent{display: flex;}
.gform_wrapper.gravity-theme .gfield.consent-fix .gfield_consent_label{line-height: 1.3}

.mc4wp-form{max-width: 550px; margin: 0 auto; text-align: center;}
.mc4wp-form input {border-radius: 0 !important;}
.mc4wp-form .mc4wp-form-fields{display: flex; justify-content: center;}


#ibf_parallelogram{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    clear: both;    
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    margin-top: -200px;
    z-index: -2;
}

