/* 
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.show .toTop {
    opacity: 1;
    visibility: visible;
	transition: all .5s ease-in-out;
}

b, strong {
	font-weight: 500;
}
.e-n-accordion {
  counter-reset: sezione;
}

.e-n-accordion-item .e-n-accordion-item-title-text.number::before {
  counter-increment: sezione;
  content: counter(sezione, decimal-leading-zero) ". ";
  font-weight: 300;
  font-size: 2em;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
	line-height: 1;
}
summary .e-n-accordion-item-title-header {
	align-items: baseline;
}
summary .e-n-accordion-item-title-text:not(.number) {
	margin-left: 20px;
}
.listLanding li:last-child {
    border-bottom: 1px solid var(--e-global-color-primary);
	padding-bottom: 0.6em;
}
.elementor-field-label {
    font-weight: 500!important;
    font-family: var(--e-global-typography-primary-font-family)!important;
    margin-bottom: 20px;
	margin-top: 20px;
}
.elementor-field-label:not(.elementor-field-type-acceptance .elementor-field-label) {
	display: none;
}
#send,
#send2 {
    margin-top: 30px;
}
::placeholder {
    color: #3C3C3C !important;
    opacity: 1 !important;
}
input[type=text], input[type=email], select, textarea {
    padding: 20px 25px!important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
	padding-left: 30px!important;
}
.elementor-select-wrapper .select-caret-down-wrapper {
	inset-inline-end: 27px!important;
}

.e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}




@media screen and (max-width: 768px) {
	
	.e-n-accordion-item .e-n-accordion-item-title-text.number::before {
		/*font-size: 16px;*/
		display: none;
	}
	summary .e-n-accordion-item-title-text:not(.number) {
		margin-left: 0;
	}
	.elementor-widget-n-accordion .e-n-accordion-item-title:not(.metodologia .e-n-accordion-item-title) {
		padding: 10px 0!important;
	}
	details div[role="region"]:not(.metodologia details div[role="region"]) {
		padding: 10px 0!important;
	}
	.metodologia .e-n-accordion-item-title {
		padding-left: 20px !important;
	}
}