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

.elementor-140 .elementor-element.elementor-element-ea2ec44 button.elementskit-menu-hamburger > .ekit-menu-icon {
    fill: white;
}

.cky-btn{
    background: #6EC1E4 !important;
    border:  #6EC1E4 !important;
    border-radius: 20px !important;
}
.cky-btn:hover{
    background: #FFAB17 !important;
}
.cky-btn-accept{
    background: #6EC1E4 !important;
    border:  #6EC1E4 !important;
    border-radius: 20px !important;
}
.cky-btn-accept: hover{
    background: #FFAB17 !important;
}
.wpforms-submit{
    background: #FFAB17 !important;
    width: 100% !important;
}

.wpforms-submit:hover{
    background: #6EC1E4 !important;
}
.wpforms-field-medium{
    background: #eeeeee !important;
    border: none !important;
    border-radius: 20px !important;
}
.wpforms-field-large{
    background: #eeeeee !important;
    border: none !important;
    border-radius: 20px !important;
}
.wpforms-confirmation-container-full{
    background: #6EC1E4 !important;
    border: none !important;
    border-radius: 20px !important;
}
.trp-ls-language-name{
    font-size: 12px;
}