/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.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

*/

.smart-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.35s ease;
}

/* Stato sticky */
.smart-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff; /* oppure quello che vuoi */
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
color:black !important;
}

.smart-header.is-sticky a {
	color:black !important;
}

.smart-header.is-sticky a.elementor-item:after {
	background-color:black !important;
}

.smart-header.is-sticky img {
	filter: brightness(0);
	width: 60px !important;
}

.elementor-button-link:hover .elementor-button-icon {
    filter: brightness(0);
}

.sib_signup_box_inside_1 input[type="submit"] {
	color:white !important;
}

.sib_signup_box_inside_1 input[type="submit"]:hover {
	color:black !important;
}

.sib_signup_box_inside_1 [type=checkbox] {
    margin-right: 10px;
	margin-top:20px;
	margin-bottom:20px;
}

.sib-email-area {
	margin-top:15px;
}

/* form */


.custom-contact-form .form-row {
  margin-bottom: 20px;
}

.custom-contact-form .two-columns {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 999px) {
	
	.custom-contact-form .two-columns {
  		display: block;
  		gap: 20px;
	}
	
	.form-field {
		margin-bottom:16px;
	}
	
}

.custom-contact-form .form-field {
  width: 100%;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #000;
  background: transparent;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

.custom-contact-form input[type="checkbox"] {
	width:auto;
}

.custom-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.custom-contact-form .submit-row {
  text-align: center;
}

.custom-contact-form .wpcf7-list-item {
	margin:0;
}

.custom-contact-form .wpcf7-acceptance {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}


.custom-contact-form input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
	display: inline-block;
    width: auto;
}

.custom-contact-form input[type="submit"]:hover {
  opacity: 0.85;
}

.wpcf7-spinner {
display: block;
}