/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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_wrapper .gform_required_legend {
    display: none!important;
}

.gform_wrapper label {
    /*text-transform: uppercase;*/
    color: #080f33;
    font-weight:400!important;
}
@media (min-width:1025px) {
    .gform_wrapper label {
        font-size: 18px!important;
    }
    .gform_wrapper select, .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"] {
        font-size:16px!important;
    }
    .gform_wrapper input[type="submit"] {
        font-size: 16px!important;
    }
}

@media (max-width:1024px) {
    .gform_wrapper label {
        font-size: 15px!important;
    }
    .gform_wrapper select, .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"] {
        font-size:14px!important;
    }
    .gform_wrapper input[type="submit"] {
        font-size: 14px!important;
    }
}

.gform_wrapper select, .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"] {
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    background-color: #ffffff00;
    border-color: #c6a47e;
    color: #474459;
    font-weight: 500;
    line-height: 3em;
}

.gform_wrapper select {
    padding: 18px 6px!important;
}

.gform_fields {
    grid-row-gap: 15px!important;
}
.gform_wrapper input[type="submit"] {
    border-radius: 100px;
    border-color: #c6a47e;
    color: #c6a47e;
    font-weight: 400;
    padding: 10px 20px;
}

.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:focus {
    background-color: #c6a47e;
    color: white;
}
.gform_wrapper .instruction {
    display: none!important;
}
.gform_confirmation_message {
    color: #080f33!important;
}