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

.field-row.first {
    display: flex;
}
.field-row.first .field {
    width: 50%;
    padding-right: 7.5px;
}
.field-row.first .field:last-child {
    padding-right: 0;
    padding-left: 7.5px;
}
.field-row textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    color: #000;
    background: #ffffff12;
    border-color: #74c5f3;
}
.field {
    margin-bottom: 15px;
}
.field input {
    width: 100%;
    background: #ffffff12;
    border-color: #74c5f3 !important;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    color: #000;
}
input.wpcf7-form-control.wpcf7-date:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-quiz:focus,
input.wpcf7-form-control.wpcf7-text:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #fff;
}
.field-btn {
    text-align: center;
    margin-top: 15px;
}
.field-btn .wpcf7-submit {
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 22px;
    height: auto;
    padding: 12px 0;
    min-width: 280px;
    color: #fff;
    background: #74c5f3 !important;
    border-image-slice: 1;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-left: 20px;
    border-radius: none !important;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: unset;
}
.field-btn .wpcf7-submit:hover {
	background:#202c5a !important;
	
}
.wpcf7 input[type="file"] {
	cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

@media screen and (max-width: 767px) {
    .field-row.first {
        flex-wrap: wrap;
    }
    .field-row.first .field {
        padding: 0;
        width: 100%;
    }
    .field-row.first .field:last-child {
        padding: 0;
    }
    .field-btn {
        text-align: center !important;
        margin-top: 20px;
    }
    .field-btn .wpcf7-submit {
        padding: 10px 0;
        margin-left: 0;
    }
}