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


.form-style input , .form-style select , .form-style textarea{
    height: 76px;
    background: #FFFFFF;
    border: 1px solid #797979 !important;
    border-radius: 0 !important;
    padding: 20px 31px !important;
    font-family: 'Literata';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
}
.form-style textarea{
    height: 200px !important;
}
.form-style input::placeholder , .form-style select::placeholder , .form-style textarea::placeholder{
    font-family: 'Literata';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
}
.form-style input:focus-visible , .form-style select:focus-visible , .form-style textarea:focus-visible{
    outline: 1px solid #175617 !important;
}
.form-style select {
    appearance: none;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 31px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='21' viewBox='0 0 27 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 21L0.0766049 0.75L26.9234 0.749998L13.5 21Z' fill='%23175617'/%3E%3C/svg%3E%0A");
}
.form-style .gform_footer.top_label {
    padding: 0 !important;
    margin-top: 26px !important;
    justify-content: center;
}
.form-style input[type="submit"] {
    height: 67px !important;
    padding: 20px 112px !important;
    font-family: 'Lora' !important;
    font-style: normal;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 0;
    text-align: center;
    color: #FFFFFF;
}
.form-style input[type="submit"]:hover {
    border: 1px solid #175617 !important;
    color: #175617 !important;

}