/* 
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 */
.home header,.home footer,.page-id-148 header,.page-id-148 footer{
	display: none;
}
.contact-form form{
	display: flex;
	align-items: end;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0px;
	border-radius: 10px;
}
.contact-form form.invalid{
	align-items: center;
}
.contact-form input{
	border: 0px;
    background-color: #F8ECE3;
    border-radius: 10px 0px 0px 10px;
}
.contact-form input[type="submit"]{
	border: 0px;
    background-color: #F8ECE3;
    border-radius: 0px 10px 10px 0px;
	color: #000;
	font-weight: 600;
}
.wpcf7-not-valid-tip{
	color: #fff;
}
.contact-form input[type="submit"]:hover,.contact-form input[type="submit"]:focus{
	background-color: #F8ECE3;
	color: #000;
}
body .contact-form .wpcf7-response-output{
	border-color: #fff !important;
}
.contact-form .wpcf7-response-output{
	width: 100%;
	color: #F8ECE3;
}
.contact-form .wpcf7-spinner{
	display: none;
}

.contact-form-mobile form{
/* 	display: flex;
	align-items: end; */
	gap: 20px;
}
.contact-form-mobile input{
    border: 1px solid #fff;
    background: transparent;
    border-radius: 10px 0px 0px 10px;
}
.contact-form-mobile input[type="submit"]{
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0px 10px 10px 0px;
}
.contact-form-mobile input[type="submit"]:hover,.contact-form-mobile input[type="submit"]:focus{
	background-color: #fff;
	color: #000;
}
.contact-form-mobile .wpcf7-response-output{
	color: #fff;
}

@media (max-width: 767px){
	.contact-form p:has(input[type="email"]){
		width: 70%;
	}
}