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

.step {
    transition: transform 0.3s ease;
}

.step:hover {
    transform: translateY(-10px);
}

.wpcf7 label {
	width: 100%;
}

.wpcf7 input[type=date], input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=url] {
	background: transparent;
	    border: 1px solid #000;
    border-radius: 30px;
}

.wpcf7 textarea {
	height: 150px;
		background: transparent;
	    border: 1px solid #000;
    border-radius: 30px;
}

.wpcf7 [type=button], .wpcf7 [type=submit], .wpcf7 button {
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #000000;
   color: #FFFFFF;
	  font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #000000;
  font-family: "Barlow Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
  opacity: 1; /* importante per Firefox */
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: #000000;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #000000;
}


.flex-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-form-inner {
	width: 49%;
}

@media (min-width: 768px) {
	.flex-form-inner {
	width: 100%;
}
}

