/* 
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
*/

/*-----GENERAL----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
.sticky_form.elementor-sticky--active {
        width: 100% !important;
        left: 0 !important;
        padding-top: 20px;
        padding-bottom: 19px;
        gap: 3px;
        column-gap: 15px;
}
.sticky_form.elementor-sticky--active form .elementor-field-type-select,
.sticky_form.elementor-sticky--active form .elementor-field-type-number,
.sticky_form.elementor-sticky--active form .elementor-field-type-text {
    width: calc(100% - 137px);
	min-width: 208px;
}
.sticky_form.elementor-sticky--active form .elementor-field-group-step_2 .elementor-field-type-select {
max-width: 396px;
}
.sticky_form.elementor-sticky--active form .elementor-field-group-step_3 .elementor-field-type-number {
max-width: 459px;
}
.sticky_form.elementor-sticky--active form .elementor-field-group-step_4 .elementor-field-type-text {
max-width: 277px;
}
.sticky_form.elementor-sticky--active form .elementor-field-group-step_5 .elementor-field-type-email {
    max-width: 308px;
    min-width: 265px;
}
.sticky_form.elementor-sticky--active form .elementor-field-group-step_6 .elementor-field-type-tel {
        max-width: 332px;
        min-width: 83px;
    }

.sticky_form.elementor-sticky--active form .e-form__buttons__wrapper {
        margin-top: -60px !important;
}

}

/*-----END GENERAL------------------------------------------------------------------------------------------------*/