/* 
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: 3.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 */

.get-in-touch__form label {
    margin: 20px 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
}   

.get-in-touch__form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 15px 50px 15px 50px;
    color: #FFFFFF;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: 'PT Sans';
    line-height: 18px;
    margin: 30px 0 0 0;
}

.get-in-touch__form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: rgb(255 255 255);
    color: #1e2843;
}

.get-in-touch__form form span textarea {
    resize: none;
    height: 135px;
}

.get-in-touch__form span.wpcf7-not-valid-tip {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 5;
    font-family: 'PT Sans';
}

.get-in-touch__form.wpcf7-response-output {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    font-family: 'PT Sans';
    color: #FFFFFF;
}



.get-in-touch__form .wpcf7-response-output {
    color: #FFFF;
}

.get-in-touch__form form input, .get-in-touch__form form textarea {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.get-in-touch__form form input:focus, .get-in-touch__form form textarea:focus {
    outline: none;
    border-color: #fff;
}