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

a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 290px;
}
a.elementor-button.elementor-button-link.elementor-size-xs {
    width: 180px;
    height: 57px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
span#cn-notice-buttons {
    display: none;
}

.gform-datepicker {
    width: 100% !important;
}
label.gfield_label {
    margin-bottom: 0px !important;
    color: #26565F !important;
}
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-y: 16px;
}
.gfield_description {
    display: none !important;
}
input[type=text], input[type=email], input[type=tel], input[type=number], select {
    border: 2px solid #26565F !important;
    border-radius: 15px !important;
    background-color: transparent !important;
}
input[type=submit] {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: white !important;
    background-color: #90C685 !important;
    border-radius: 30px 30px 30px 30px !important;
    display: flex; 
    height: 65px !important;
    padding: 15px !important;
    width: 290px !important;
    text-align: center !important;
    justify-content: center !important;
}