/* 
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 */
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url]{
	
  	display: flex;
	height: 40px;
	padding: 10px 8px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-color: #9DA4AB;
	border-bottom: 1px solid;
	background: transparent;
	border-top: none;
    border-right: none;
    border-left: none;
	border-radius: 0;
	color: #9DA4AB;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

textarea{
	
  	display: flex;
	height: 98px;
	padding: 10px 8px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-color: #9DA4AB;
	border-bottom: 1px solid;
	background: transparent;
	border-top: none;
    border-right: none;
    border-left: none;
	border-radius: 0;
	color: #9DA4AB;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
	resize: none;
}

input[type=text]:focus-visible,
input[type=date]:focus-visible,
input[type=email]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=tel]:focus-visible,
input[type=url]:focus-visible,
select:focus-visible,
textarea:focus-visible{
 	border-bottom: 1px solid #6C7781;
    outline: none;
	color: #6C7781;
}

::placeholder {
     color: #9DA4AB;
}


input[type=text]:focus-visible::placeholder,
input[type=date]:focus-visible::placeholder,
input[type=email]:focus-visible::placeholder,
input[type=number]:focus-visible::placeholder,
input[type=password]:focus-visible::placeholder,
input[type=search]:focus-visible::placeholder,
input[type=tel]:focus-visible::placeholder,
input[type=url]:focus-visible::placeholder,
select:focus-visible::placeholder,
textarea:focus-visible::placeholder{
     color: #6C7781;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
	display: inline-flex;
	height: 54px;
	padding: 14px 80px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 8px;
	background: var(--Green, #28AF60);
	color: var(--White, #FFF);
	text-align: center;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: -webkit-fill-available;
    border: none;
    margin: 15px 0 0 0;
    transition: all 0.5s ease-out;
}

[type=button]:hover,[type=submit]:hover{
	background: #009E42;
	border:none;
}

[type=button]:focus,[type=submit]:focus{
	background: #009E42;
	border:none;
	outline: none;
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    position: relative;
    top: 8px;
    color: #AF2828;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    left: 9px;
}

.wpcf7-not-valid::placeholder {
    color: #AF2828;
}


.site-header+.elementor{
	min-height: auto;
}