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

body{
 font-family: "Ropa Sans", Sans-serif;
}
span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
 margin: 0;
 font-size: 14px;
}

header#site-header {
 display: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
 border-color: #9ee8d9!important;
}

span.wpcf7-form-control.wpcf7-radio.is-primary.input.radio {
 display: flex;
 align-content: flex-end;
 align-items: flex-end;
 justify-content: flex-start;
}

span.wpcf7-list-item.first {
 margin: 0;
}

.select.is-full {
 width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button.is-primary.is-full {
 width: 100%;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 1px;
}

[data-class="wpcf7cf_group"] .wpcf7-list-item.last {
 /* margin: 0; */
 margin-left: 10px;
}
span.wpcf7-list-item.first {
 margin: 0;
 margin-right: 10px;
}
span.posti-disponibili {
 color: red;
 font-weight: 600;
 text-transform: uppercase;
 font-size: 12px;
 letter-spacing: 1px;
 position: relative;
 margin-top: 1px;
 margin-bottom: 0;
 margin-left: 3px;
 display: block;
}

@keyframes fadeIn {
 from { opacity: 0; }
 to { opacity: 1; }
}

.fade-in {
 animation: fadeIn 1s;
}
