/*
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.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 */
.halfr {
	display:flex;
	gap:20px;
}
.halfr div {
	flex:1;
}
textarea {
	height:100px;
}
.submit {
	text-align:center;
}
.submit input{
	display:block;
	background:#1645f4 !important;
	color:#fff;
	padding:15px;
	font-size:20px;
	width:100%;
	border-radius:30px;
	border:0px solid #fff ;
}
.submit input:hover {
	background:#072db5 !important;
}
.wpcf7-spinner {
	position:absolute;
}
.wpcf7-form h3 {
	color:#5fd58c;
}
.wpcf7-form span {
	color:#fff;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email], .wpcf7-form textarea {
	background:none;
	border-top:0px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    color:#fff;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox dims placeholders by default */
}



/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {

}

/*all mobile*/
@media screen and (max-width:767px) {
	.halfr {
		display:block;
	}
}

/*mobile portrait*/
@media screen and (max-width:479px) {

}