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


/* 
Contact Form */

.form-row {
    display: flex;
}

.form-item.form-full {
    width: 100%;
}

.form-item.form-col-6 {
    width: 100% !important;
    padding: 5px;
}


input[type=text], .wpcf7 input[type="email"],select,textarea {
    border-radius: 0px;
    padding: 1rem 0rem;
    transition: all .3s;
    border-bottom: solid 1px #0c0d0e !important;
    border: 0px;
}

input:focus-visible {
    outline: 0px !important;
}

select:focus-visible {
    outline: 0px !important;
}

textarea:focus-visible {
    outline: 0px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-submit {
    width: 100% !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    font-weight: 100;
    display: block;
	line-height: 30px;
}

label {
    line-height: 29px;
    padding: 0px;
    font-size: 16px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-submit {
    padding: 15px 30px !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #ffffff;
    font-size: 12px !important;
	background-color: #000000;
}

.form-item.form-full.btn.left {
    text-align: center;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-submit:hover {
    padding: 15px 30px !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    color: #ffffff;
    background-color: #000000;
    font-size: 12px !important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.cf-subject {
    height: 48px !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.cf-space {
    height: 48px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
	height: 48px;
}

input::placeholder , textarea::placeholder {
    color: #9c9c9c;
    opacity: .5;
}

input[type=number], input[type=text], textarea, input[type=date], .wpcf7 input[type="email"], select, option  {
    border-radius: 0px !important;
  
    transition: all .3s !important;
    border-bottom: solid 1px #0c0d0e !important;
    padding: 10px 0px !important;
    font-size: 18px !important;
    color: #000000 !important;
    font-weight: 200 !important;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    border: 0;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    padding: 0.3rem 1rem !important;
    border: 0;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}

.contact-section form.wpcf7-form.init {
    font-family: 'dashicons';
}

/* Contact Form Bottom Message */

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 3em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}


@media 	screen and (max-width: 768px) {

	.form-row {
		flex-direction: column;
	}

	.form-item.form-col-6 {
		width: 100%;
	}

}
