/*!
Theme Name: 5 colori in rete
Theme URI: https://www.wylsrl.it
Author: Emanuele Widenhorn
Author URI: https://www.wrlsrl.it
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fivecolors_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

---------------------------------------------------------------
COPYRIGHT E PROPRIETÀ INTELLETTUALE
---------------------------------------------------------------
Il presente tema, comprensivo di tutto il codice sorgente (PHP, 
CSS, JavaScript) e degli asset in esso contenuti, è opera 
dell'ingegno di proprietà esclusiva di Wyl Srl, ai sensi della 
Legge 22 aprile 1941, n. 633 (Legge sul diritto d'autore) e 
successive modifiche.

La proprietà del codice, la licenza d'uso e ogni diritto di 
sfruttamento economico rimangono in capo a Wyl Srl fino al 
saldo integrale del corrispettivo pattuito per lo sviluppo.

È vietata la riproduzione, modifica, distribuzione, cessione a 
terzi o qualsiasi altro utilizzo del presente codice, anche 
parziale, senza autorizzazione scritta di Wyl Srl.

© [2026] Wyl Srl - Tutti i diritti riservati
---------------------------------------------------------------
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: Barlow, sans-serif;
}

h1 {
	font-size: 3.875rem;
	margin: 0 0 1.5rem 0;
}

h2 {
	font-size: 2.625rem;
	margin: 0 0 1.5rem 0;
}

h3 {
	font-size: 2rem;
	margin: 0 0 1.5rem 0;
}

h4 {
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
}

h5 {
	font-size: 1.25rem;
	margin: 0 0 .875rem 0;
}

h6 {
	font-size: 1.125rem;
	margin: 0 0 0.625rem 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
	--color-primary: #262626;
	--color-secondary: #FF9500;
	--color-secondary-medium: #FFBF66;
	--color-secondary-hover: #CC7700;
	--color-secondary-light: #FFFBF5;
	--color-green: #62A329;
	--color-light-green: #CAEBAD;
	--color-extralight-green: #FAFDF7;
	--color-dark-green: #315214;
	--color-red: #E5301A;
	--color-light-red: #F5ACA3;
	--color-extralight-red: #FEF7F6;
	--color-dark-red: #B82714;
	--color-purple: #7D40BF;
	--color-purple-light: #CBB2E6;
	--color-extralight-purple: #FAF7FC;
	--color-text: #808080;
	--color-hover: #191970;
	--cs: 60px;
	--cs-hover: 120px;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text);
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 140%;
}
/* a:visited:not(aside a) {
    color: var(--color-primary);
} */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--color-primary);
}

p {
	margin-bottom: 1.125rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	padding: .6rem 4rem;
	border-radius: 4rem;
	text-decoration: none;
	font-weight: 700;
	transition: all .2s ease-in-out;
	font-size: 1.20rem;
	display: inline-block;
	border:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.single-evento .site-main {
	padding-bottom: 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/***** UTILITIES *****/
.border__bottom__grey {
	border-bottom: 1px solid #D9D9D9;
}

.mt__16 {
	margin-top: 1rem;
}

.mb__16 {
	margin-bottom: 1rem;
}

.pt__20 {
	padding-top: 1.3rem;
}

.pb__20 {
	padding-bottom: 1.3rem;
}

.pt__35 {
	padding-top: 2.188rem;
}

.pb__35 {
	padding-bottom: 2.188rem;
}

.mt__35 {
	margin-top: 2.188rem;
}

.mb__35 {
	margin-bottom: 2.188rem;
}

.pt__40 {
	padding-top: 2.5rem;
}

.pb__40 {
	padding-bottom: 2.5rem;
}

.pt__50 {
	padding-top: 2.95rem;
}

.pb__50 {
	padding-bottom: 2.95rem;
}

.pt__60 {
	padding-top: 3.75rem;
}

.pb__60 {
	padding-bottom: 3.75rem;
}

.mt__60 {
	margin-top: 3.75rem;
}

.mb__60 {
	margin-bottom: 3.75rem;
}

.pt__70 {
	padding-top: 4.375rem;
}

.pb__70 {
	padding-bottom: 4.375rem;
}

.mt__70 {
	margin-top: 4.375rem;
}

.mb__70 {
	margin-bottom: 4.375rem;
}

.pt__80 {
	padding-top: 5rem;
}

.pb__80 {
	padding-bottom: 5rem;
}

.mb__100 {
	margin-bottom: 6rem;
}

.mt__100 {
	margin-top: 6rem;
}

.border__image {
	background: var(--color-secondary-light);
	border-radius: 3.5rem;
	padding: 1rem;
	box-shadow: 1px 1px 8px #0000006E;
}
@media screen and (max-width:992px) {
    .container {
        padding: 0 2.5rem
    }
}
@media screen and (max-width:767px) {
    .container {
        padding: 0 1.5rem
    }
}
/**** GRADIENT ****/
.gradient__arancione {
	background: #1A0F00;
	background: linear-gradient(90deg, rgba(26, 15, 0, 1) 10%, rgba(26, 15, 0, 0.7) 50%, rgba(49, 82, 21, 0.5) 100%)!important;
}

.gradient__verde {
	background: #1A0F00;
	background: linear-gradient(90deg, rgba(12, 20, 5, 1) 10%, rgba(12, 20, 5, 0.7) 50%, rgba(49, 82, 21, 0.5) 100%)!important;
}

.gradient__rosso {
	background: #1A0F00;
	background: linear-gradient(90deg, rgba(23, 5, 3, 1) 10%, rgba(23, 5, 3, 0.7) 50%, rgba(92, 19, 10, 0.5) 100%)!important;
}
.gradient__viola {
	background: #1A0F00;
	background: linear-gradient(90deg, rgba(12, 6, 20, 1) 10%, rgba(12, 6, 20, 0.7) 50%, rgba(49, 20, 113, 0.5) 100%)!important;
}
/***** COLORS *****/
.override__arancione {
	background: var(--color-secondary);
}
.override__verde {
	background: var(--color-green)!important;
}
.override__rosso {
	background: var(--color-red)!important;
}
.override__viola {
	background: var(--color-purple)!important;
}
.override__light__verde:after {
	background: var(--color-light-green)!important;
}
.override__light__rosso:after {
	background: var(--color-light-red)!important;
}
.override__light__viola:after {
	background: var(--color-purple-light)!important;
}
.override__extralight__verde {
	background: var(--color-extralight-green)!important;
}
.override__extralight__rosso {
	background: var(--color-extralight-red)!important;
}
.override__extralight__viola {
	background: var(--color-extralight-purple)!important;
}
.override__border__verde {
	border-color: var(--color-green)!important;
}
.override__border__rosso {
	border-color: var(--color-red)!important;
}
.override__border__viola {
	border-color: var(--color-purple)!important;
}
.color__grey {
	color: var(--color-text)!important;
}
::placeholder {
	color: #B6B3AF;
}
.text__dark {
	color: var(--color-primary)!important;
}
/***** BUTTONS ****/
.btn__primary {
	color: #fff;
	padding: .7rem 4rem;
	border-radius: 4rem;
	text-decoration: none;
	font-weight: 700;
	transition: all .2s ease-in-out;
	font-size: 1.20rem;
	display: inline-block;
	text-align: center;
}
.btn__primary:visited {
	color: #fff;
}
.btn__primary.is-loading {
	color: transparent;
	pointer-events: none;
	position: relative;
}
.btn__primary.is-loading:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.2rem;
	height: 1.2rem;
	margin: -0.6rem 0 0 -0.6rem;
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: fivecolors-spin .6s linear infinite;
}
@keyframes fivecolors-spin {
	to {
		transform: rotate(360deg);
	}
}
.btn__primary.override__arancione:hover {
	background: var(--color-secondary-hover);
	color: #fff;
}

.btn__primary.override__verde:hover {
	background: var(--color-dark-green) !important;
	color: #fff;
}

.btn__primary.override__rosso:hover {
	background: var(--color-dark-red) !important;
	color: #fff;
}
.btn__primary.override__viola:hover {
	background: var(--color-purple) !important;
	color: #fff;
}

.btn__primary:active {
	background: var(--color-secondary-hover);
	box-shadow: inset 1px 1px 4px #0000006E;
	color: #fff;
}

.btn__primary:after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7562 0.327966C11.1791 -0.109431 11.865 -0.10921 12.2881 0.327966L19.1827 7.45791C19.6058 7.89542 19.6058 8.60459 19.1827 9.0421L12.2881 16.172C11.865 16.6092 11.1791 16.6094 10.7561 16.172C10.3332 15.7346 10.3334 15.0254 10.7561 14.5878L15.8015 9.37031L1.08334 9.37031C0.485026 9.37031 -7.75329e-07 8.86873 -7.21238e-07 8.25C-6.67147e-07 7.63127 0.485026 7.12969 1.08334 7.12969L15.8015 7.12969L10.7561 1.91215C10.3332 1.47462 10.3334 0.765363 10.7562 0.327966Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
	display: inline-block;
	margin: -3px 0 0 1rem;
	width: 20px;
	height: 17px;
	vertical-align: middle;
}
.btn__primary.no__image:after {
	content: '';
	width: 0;
	margin: 0;
}
.btn__primary.external__link:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5126 2.25C13.8385 2.25 13.2938 2.79463 13.2938 3.46875C13.2938 4.14287 13.8385 4.6875 14.5126 4.6875H17.6623L9.99177 12.358C9.5157 12.8341 9.5157 13.6072 9.99177 14.0833C10.4678 14.5594 11.241 14.5594 11.7171 14.0833L19.3876 6.41279V9.5625C19.3876 10.2366 19.9322 10.7812 20.6063 10.7812C21.2804 10.7812 21.8251 10.2366 21.8251 9.5625V3.46875C21.8251 2.79463 21.2804 2.25 20.6063 2.25H14.5126ZM5.37195 5.90625C3.68855 5.90625 2.32507 7.26973 2.32507 8.95312V18.7031C2.32507 20.3865 3.68855 21.75 5.37195 21.75H15.1219C16.8053 21.75 18.1688 20.3865 18.1688 18.7031V15.6562C18.1688 14.9821 17.6242 14.4375 16.9501 14.4375C16.276 14.4375 15.7313 14.9821 15.7313 15.6562V18.7031C15.7313 19.0383 15.4571 19.3125 15.1219 19.3125H5.37195C5.03679 19.3125 4.76257 19.0383 4.76257 18.7031V8.95312C4.76257 8.61797 5.03679 8.34375 5.37195 8.34375H8.41882C9.09294 8.34375 9.63757 7.79912 9.63757 7.125C9.63757 6.45088 9.09294 5.90625 8.41882 5.90625H5.37195Z' fill='white'/%3E%3C/svg%3E");
	display: inline-block;
	margin: -3px 0 0 1rem;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.btn__primary.download__link:after {
	content: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2857 1.3C10.2857 0.580937 9.71116 0 9 0C8.28884 0 7.71429 0.580937 7.71429 1.3L7.71429 9.85969L6.05089 8.17781C5.54866 7.67 4.73304 7.67 4.2308 8.17781C3.72857 8.68562 3.72857 9.51031 4.2308 10.0181L8.08795 13.9181C8.59018 14.4259 9.4058 14.4259 9.90804 13.9181L13.7652 10.0181C14.2674 9.51031 14.2674 8.68562 13.7652 8.17781C13.2629 7.67 12.4473 7.67 11.9451 8.17781L10.2857 9.85969L10.2857 1.3ZM2.57143 13C1.15313 13 0 14.1659 0 15.6L0 16.9C0 18.3341 1.15313 19.5 2.57143 19.5L15.4286 19.5C16.8469 19.5 18 18.3341 18 16.9V15.6C18 14.1659 16.8469 13 15.4286 13H13.5442L11.2701 15.2994C10.0165 16.5669 7.97946 16.5669 6.72589 15.2994L4.4558 13H2.57143ZM14.7857 15.275C15.3201 15.275 15.75 15.7097 15.75 16.25C15.75 16.7903 15.3201 17.225 14.7857 17.225C14.2513 17.225 13.8214 16.7903 13.8214 16.25C13.8214 15.7097 14.2513 15.275 14.7857 15.275Z' fill='white'/%3E%3C/svg%3E");
	vertical-align: middle;
}
.btn__primary__outline {
	font-size: 1.25rem;
	font-weight: 600;
	background-color: #fff;
	color: var(--color-secondary);
	border: 4px solid var(--color-secondary);
	padding: .5rem 4rem;
	border-radius: 4rem;
	display: inline-block;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.btn__primary__outline:hover {
	color: #fff;
	border: 4px solid var(--color-secondary-hover);
	background-color: var(--color-secondary-hover);
}

.btn__primary__outline:after {
	content: '';
	display: inline-block;
	margin: 0 0 0 1rem;
	width: 20px;
	height: 17px;
	vertical-align: middle;
	background-color: #FF9500;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7562 0.327966C11.1791 -0.109431 11.865 -0.10921 12.2881 0.327966L19.1827 7.45791C19.6058 7.89542 19.6058 8.60459 19.1827 9.0421L12.2881 16.172C11.865 16.6092 11.1791 16.6094 10.7561 16.172C10.3332 15.7346 10.3334 15.0254 10.7561 14.5878L15.8015 9.37031L1.08334 9.37031C0.485026 9.37031 -7.75329e-07 8.86873 -7.21238e-07 8.25C-6.67147e-07 7.63127 0.485026 7.12969 1.08334 7.12969L15.8015 7.12969L10.7561 1.91215C10.3332 1.47462 10.3334 0.765363 10.7562 0.327966Z' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7562 0.327966C11.1791 -0.109431 11.865 -0.10921 12.2881 0.327966L19.1827 7.45791C19.6058 7.89542 19.6058 8.60459 19.1827 9.0421L12.2881 16.172C11.865 16.6092 11.1791 16.6094 10.7561 16.172C10.3332 15.7346 10.3334 15.0254 10.7561 14.5878L15.8015 9.37031L1.08334 9.37031C0.485026 9.37031 -7.75329e-07 8.86873 -7.21238e-07 8.25C-6.67147e-07 7.63127 0.485026 7.12969 1.08334 7.12969L15.8015 7.12969L10.7561 1.91215C10.3332 1.47462 10.3334 0.765363 10.7562 0.327966Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.btn__primary__outline:hover:after {
	background-color: #FFFFFF;
}
.btn__primary__outline.loading__cards:after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92188 1.82812C7.92188 0.818848 8.74072 0 9.75 0C10.7593 0 11.5781 0.818848 11.5781 1.82812C11.5781 2.8374 10.7593 3.65625 9.75 3.65625C8.74072 3.65625 7.92188 2.8374 7.92188 1.82812ZM7.92188 17.6719C7.92188 16.6626 8.74072 15.8438 9.75 15.8438C10.7593 15.8438 11.5781 16.6626 11.5781 17.6719C11.5781 18.6812 10.7593 19.5 9.75 19.5C8.74072 19.5 7.92188 18.6812 7.92188 17.6719ZM1.82812 7.92188C2.8374 7.92188 3.65625 8.74072 3.65625 9.75C3.65625 10.7593 2.8374 11.5781 1.82812 11.5781C0.818848 11.5781 0 10.7593 0 9.75C0 8.74072 0.818848 7.92188 1.82812 7.92188ZM15.8438 9.75C15.8438 8.74072 16.6626 7.92188 17.6719 7.92188C18.6812 7.92188 19.5 8.74072 19.5 9.75C19.5 10.7593 18.6812 11.5781 17.6719 11.5781C16.6626 11.5781 15.8438 10.7593 15.8438 9.75ZM2.85645 14.0575C3.57246 13.3415 4.72646 13.3415 5.44248 14.0575C6.1585 14.7735 6.1585 15.9275 5.44248 16.6436C4.72646 17.3596 3.57246 17.3596 2.85645 16.6436C2.14043 15.9275 2.14043 14.7735 2.85645 14.0575ZM2.85645 2.85645C3.57246 2.14043 4.72646 2.14043 5.44248 2.85645C6.1585 3.57246 6.1585 4.72646 5.44248 5.44248C4.72646 6.1585 3.57246 6.1585 2.85645 5.44248C2.14043 4.72646 2.14043 3.57246 2.85645 2.85645ZM16.6436 14.0575C17.3596 14.7735 17.3596 15.9275 16.6436 16.6436C15.9275 17.3596 14.7735 17.3596 14.0575 16.6436C13.3415 15.9275 13.3415 14.7735 14.0575 14.0575C14.7735 13.3415 15.9275 13.3415 16.6436 14.0575Z' fill='%23FF9500'/%3E%3C/svg%3E");
	-webkit-mask-image: none;
	mask-image: none;
	background-color: transparent;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.btn__primary__outline.loading__cards:hover:after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92188 1.82812C7.92188 0.818848 8.74072 0 9.75 0C10.7593 0 11.5781 0.818848 11.5781 1.82812C11.5781 2.8374 10.7593 3.65625 9.75 3.65625C8.74072 3.65625 7.92188 2.8374 7.92188 1.82812ZM7.92188 17.6719C7.92188 16.6626 8.74072 15.8438 9.75 15.8438C10.7593 15.8438 11.5781 16.6626 11.5781 17.6719C11.5781 18.6812 10.7593 19.5 9.75 19.5C8.74072 19.5 7.92188 18.6812 7.92188 17.6719ZM1.82812 7.92188C2.8374 7.92188 3.65625 8.74072 3.65625 9.75C3.65625 10.7593 2.8374 11.5781 1.82812 11.5781C0.818848 11.5781 0 10.7593 0 9.75C0 8.74072 0.818848 7.92188 1.82812 7.92188ZM15.8438 9.75C15.8438 8.74072 16.6626 7.92188 17.6719 7.92188C18.6812 7.92188 19.5 8.74072 19.5 9.75C19.5 10.7593 18.6812 11.5781 17.6719 11.5781C16.6626 11.5781 15.8438 10.7593 15.8438 9.75ZM2.85645 14.0575C3.57246 13.3415 4.72646 13.3415 5.44248 14.0575C6.1585 14.7735 6.1585 15.9275 5.44248 16.6436C4.72646 17.3596 3.57246 17.3596 2.85645 16.6436C2.14043 15.9275 2.14043 14.7735 2.85645 14.0575ZM2.85645 2.85645C3.57246 2.14043 4.72646 2.14043 5.44248 2.85645C6.1585 3.57246 6.1585 4.72646 5.44248 5.44248C4.72646 6.1585 3.57246 6.1585 2.85645 5.44248C2.14043 4.72646 2.14043 3.57246 2.85645 2.85645ZM16.6436 14.0575C17.3596 14.7735 17.3596 15.9275 16.6436 16.6436C15.9275 17.3596 14.7735 17.3596 14.0575 16.6436C13.3415 15.9275 13.3415 14.7735 14.0575 14.0575C14.7735 13.3415 15.9275 13.3415 16.6436 14.0575Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}


/* Aggiungi qui le varianti colore extra */
/* .btn__primary__outline.btn--white:after { background-color: #FFFFFF; } */

.btn__primary__outline__share {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--color-secondary);
	border: 4px solid var(--color-secondary);
	padding: .5rem 4rem;
	border-radius: 4rem;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.btn__primary__outline__share img {
	margin-left: .5rem;
}
.btn__primary__outline__share:hover img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(165deg) brightness(204%) contrast(201%);
}
.btn__primary__outline__share:hover {
	color: #fff;
	border: 4px solid var(--color-secondary-hover);
	background-color: var(--color-secondary-hover);
}
.override__btn__outline__rosso {
	border-color: var(--color-red);
	color: var(--color-red);
}
.override__btn__outline__rosso:hover {
	border-color: var(--color-dark-red);
	background: var(--color-dark-red);
	color: #fff;
}
.override__btn__outline__rosso:after {
	background-color: var(--color-red);
}
.btn__primary__outline.override__btn__outline__rosso.loading__cards:after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92188 1.82812C7.92188 0.818848 8.74072 0 9.75 0C10.7593 0 11.5781 0.818848 11.5781 1.82812C11.5781 2.8374 10.7593 3.65625 9.75 3.65625C8.74072 3.65625 7.92188 2.8374 7.92188 1.82812ZM7.92188 17.6719C7.92188 16.6626 8.74072 15.8438 9.75 15.8438C10.7593 15.8438 11.5781 16.6626 11.5781 17.6719C11.5781 18.6812 10.7593 19.5 9.75 19.5C8.74072 19.5 7.92188 18.6812 7.92188 17.6719ZM1.82812 7.92188C2.8374 7.92188 3.65625 8.74072 3.65625 9.75C3.65625 10.7593 2.8374 11.5781 1.82812 11.5781C0.818848 11.5781 0 10.7593 0 9.75C0 8.74072 0.818848 7.92188 1.82812 7.92188ZM15.8438 9.75C15.8438 8.74072 16.6626 7.92188 17.6719 7.92188C18.6812 7.92188 19.5 8.74072 19.5 9.75C19.5 10.7593 18.6812 11.5781 17.6719 11.5781C16.6626 11.5781 15.8438 10.7593 15.8438 9.75ZM2.85645 14.0575C3.57246 13.3415 4.72646 13.3415 5.44248 14.0575C6.1585 14.7735 6.1585 15.9275 5.44248 16.6436C4.72646 17.3596 3.57246 17.3596 2.85645 16.6436C2.14043 15.9275 2.14043 14.7735 2.85645 14.0575ZM2.85645 2.85645C3.57246 2.14043 4.72646 2.14043 5.44248 2.85645C6.1585 3.57246 6.1585 4.72646 5.44248 5.44248C4.72646 6.1585 3.57246 6.1585 2.85645 5.44248C2.14043 4.72646 2.14043 3.57246 2.85645 2.85645ZM16.6436 14.0575C17.3596 14.7735 17.3596 15.9275 16.6436 16.6436C15.9275 17.3596 14.7735 17.3596 14.0575 16.6436C13.3415 15.9275 13.3415 14.7735 14.0575 14.0575C14.7735 13.3415 15.9275 13.3415 16.6436 14.0575Z' fill='%23E5301A'/%3E%3C/svg%3E");
}
.btn__primary__outline.override__btn__outline__rosso.loading__cards:hover:after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92188 1.82812C7.92188 0.818848 8.74072 0 9.75 0C10.7593 0 11.5781 0.818848 11.5781 1.82812C11.5781 2.8374 10.7593 3.65625 9.75 3.65625C8.74072 3.65625 7.92188 2.8374 7.92188 1.82812ZM7.92188 17.6719C7.92188 16.6626 8.74072 15.8438 9.75 15.8438C10.7593 15.8438 11.5781 16.6626 11.5781 17.6719C11.5781 18.6812 10.7593 19.5 9.75 19.5C8.74072 19.5 7.92188 18.6812 7.92188 17.6719ZM1.82812 7.92188C2.8374 7.92188 3.65625 8.74072 3.65625 9.75C3.65625 10.7593 2.8374 11.5781 1.82812 11.5781C0.818848 11.5781 0 10.7593 0 9.75C0 8.74072 0.818848 7.92188 1.82812 7.92188ZM15.8438 9.75C15.8438 8.74072 16.6626 7.92188 17.6719 7.92188C18.6812 7.92188 19.5 8.74072 19.5 9.75C19.5 10.7593 18.6812 11.5781 17.6719 11.5781C16.6626 11.5781 15.8438 10.7593 15.8438 9.75ZM2.85645 14.0575C3.57246 13.3415 4.72646 13.3415 5.44248 14.0575C6.1585 14.7735 6.1585 15.9275 5.44248 16.6436C4.72646 17.3596 3.57246 17.3596 2.85645 16.6436C2.14043 15.9275 2.14043 14.7735 2.85645 14.0575ZM2.85645 2.85645C3.57246 2.14043 4.72646 2.14043 5.44248 2.85645C6.1585 3.57246 6.1585 4.72646 5.44248 5.44248C4.72646 6.1585 3.57246 6.1585 2.85645 5.44248C2.14043 4.72646 2.14043 3.57246 2.85645 2.85645ZM16.6436 14.0575C17.3596 14.7735 17.3596 15.9275 16.6436 16.6436C15.9275 17.3596 14.7735 17.3596 14.0575 16.6436C13.3415 15.9275 13.3415 14.7735 14.0575 14.0575C14.7735 13.3415 15.9275 13.3415 16.6436 14.0575Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.btn__primary__outline__share.override__btn__outline__rosso svg path {
	fill: var(--color-red);
}
.btn__primary__outline__share.override__btn__outline__rosso:hover svg path {
	fill: #fff;
}
@media screen and (max-width: 992px) {
	.btn__primary, .btn__primary__outline {
		width: 100%;
	}
}
/***** HEADER ****/
.site__logo {
	max-width: 170px;
	height: 40px;
}

#header__icons {
	padding: 0;
	margin: 0;
}

#header__icons li {
	display: inline-block;
	list-style-type: none;
	margin-left: 1rem;
}

#header__icons li img {
	width: 32px;
	height: 32px;
}
#section__events__header {
	margin-top: 5rem;
}
#section__events__header div {
	margin-right: 4.375rem;
	font-size: 1rem;
	font-weight: 700;
}
#section__events__header div p {
	margin: 0;
}
#section__events__header div p span {
	font-size: 0.75rem;
	font-family: Inter;
	font-weight: 500;
}
#section__events__header div img {
	margin-right: 1rem;
}
#header__content__news ul {
	margin: 0;
	padding: 0;
}
#header__content__news ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 1.5rem;
}
/****** MENU *****/
#primary-menu,
#footer__menu {
	margin: 0;
	padding: 0;
}

#primary-menu li,
#footer__menu li {
	display: inline-block;
	list-style-type: none;
	position: relative;
	transition: all .2s ease-in-out;
}

#primary-menu li a,
#footer__menu li a {
	display: block;
	padding: 1rem 1.5rem;
	text-decoration: none;
	color: var(--color-primary);
	font-size: 1rem;
	font-weight: 700;
	transition: all .3s ease-in-out;
	position: relative;
}

#primary-menu li a:hover,
#footer__menu li a:hover {
	color: var(--color-secondary);
}
#primary-menu li.menu__rosso  a:hover {
	color: var(--color-red);
}
#primary-menu li a:after {
	content: '';
	height: 4px;
	position: absolute;
	bottom: 0;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	background: var(--color-secondary);
	border-radius: 10px 10px 0 0;
	transition: width .3s ease-in-out;
}
#primary-menu li.menu__rosso a:after {
	background: var(--color-red);
}
#primary-menu li a:hover:after {
	width: 80%;
}

#primary-menu li.current-menu-item > a:after {
	width: 80%!important;
}

#primary-menu li.current-menu-item > a {
	color: var(--color-secondary-hover);
}
#primary-menu li.current-menu-item.menu__rosso > a {
	color: var(--color-dark-red);
}
#primary-menu li.current-menu.menu__rosso-item > a {
	color: var(--color-red);
}
#primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -9999px;
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 10;
}
#primary-menu li .sub-menu li.current-menu-item a {
	color: var(--color-dark-red);
}
#primary-menu li:hover .sub-menu {
	left: auto;
}

#primary-menu li:hover:after {
	transform: rotate(180deg);
	top: 19px;
	fill: var(--color-secondary);
}
#primary-menu .sub-menu li a:hover:after {
	width: 80%;
}
/* === Mega menu full-viewport-width === */
.sub-menu-fullwidth {
	display: none;
	position: fixed;
	left: 0;
	width: 100vw;
	background: #fff;
	z-index: 1000;
	border-top: 1px solid #E6E6E6;
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#primary-menu li:hover > .sub-menu-fullwidth {
	display: block;
}

#primary-menu .sub-menu-fullwidth .sub-menu {
	position: static !important;
	left: auto !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	background: transparent;
	z-index: auto;
	box-shadow: none;
}

#primary-menu .sub-menu-fullwidth .sub-menu > li {
	display: inline-block;
	white-space: nowrap;
}

#colophon .sub-menu-fullwidth {
	display: none;
}
.arrow__end {
	padding-right: 15px;
}
#mobile-menu__overlay .arrow__end {
	padding-right: 0;
}
.arrow__end:after {
	content: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57779 3.6127C3.39649 3.79577 3.10206 3.79577 2.92076 3.6127L0.135976 0.800747C-0.0453252 0.617677 -0.0453252 0.320372 0.135976 0.137302C0.317277 -0.0457674 0.61171 -0.0457674 0.793011 0.137302L3.25 2.61826L5.70699 0.138767C5.88829 -0.0443023 6.18272 -0.0443023 6.36402 0.138767C6.54533 0.321837 6.54533 0.619143 6.36402 0.802212L3.57924 3.61416L3.57779 3.6127Z' fill='%23262626'/%3E%3C/svg%3E");
	position: absolute;
	right: 10px;
	top: 15px;
	transition: transform .2s ease-in-out;
}

.arrow__end:hover:after {
	content: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57779 3.6127C3.39649 3.79577 3.10206 3.79577 2.92076 3.6127L0.135976 0.800747C-0.0453252 0.617677 -0.0453252 0.320372 0.135976 0.137302C0.317277 -0.0457674 0.61171 -0.0457674 0.793011 0.137302L3.25 2.61826L5.70699 0.138767C5.88829 -0.0443023 6.18272 -0.0443023 6.36402 0.138767C6.54533 0.321837 6.54533 0.619143 6.36402 0.802212L3.57924 3.61416L3.57779 3.6127Z' fill='%23FF9500'/%3E%3C/svg%3E");
}
.arrow__end.menu__rosso:hover:after {
	content: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57779 3.6127C3.39649 3.79577 3.10206 3.79577 2.92076 3.6127L0.135976 0.800747C-0.0453252 0.617677 -0.0453252 0.320372 0.135976 0.137302C0.317277 -0.0457674 0.61171 -0.0457674 0.793011 0.137302L3.25 2.61826L5.70699 0.138767C5.88829 -0.0443023 6.18272 -0.0443023 6.36402 0.138767C6.54533 0.321837 6.54533 0.619143 6.36402 0.802212L3.57924 3.61416L3.57779 3.6127Z' fill='%23E5301A'/%3E%3C/svg%3E");
}
#colophon #primary-menu li a:hover:after,
#primary-menu li.current-menu-item a:after {
	width: 0;
}

#colophon #primary-menu .sub-menu,
#colophon #primary-menu .arrow__end:after {
	display: none;
}

/**** MOBILE MENU OVERLAY ****/
#mobile-menu__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: #fff;
	z-index: 10001;
	transform: translateX(-100%);
	transition: transform .35s ease-in-out;
	pointer-events: none;
}

#mobile-menu__overlay .mobile-menu__mask,
#mobile-menu__overlay .container {
	height: 100%;
	min-height: 0;
	overflow-y: auto;
}

#mobile-menu__overlay .container {
	padding-top: env(safe-area-inset-top, 0px);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	padding-left: calc(var(--bs-gutter-x) * .5 + env(safe-area-inset-left, 0px));
	padding-right: calc(var(--bs-gutter-x) * .5 + env(safe-area-inset-right, 0px));
}

#mobile-menu__overlay.is-open {
	transform: translateX(0);
	pointer-events: auto;
}

.mobile-menu__scroll {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	min-height: 0;
}

.mobile-menu__close-btn {
	cursor: pointer;
}

.mobile-menu__close-btn svg {
	width: 14px;
	height: 14px;
	fill: var(--color-primary);
}

.mobile-menu__list {
	margin: 0;
	padding: 0;
}

.mobile-menu__list > .menu-item {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #E6E6E6;
}

.mobile-menu__list > .menu-item > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	text-decoration: none;
	color: var(--color-primary);
	font-size: 1rem;
	font-weight: 700;
}

.mobile-menu__list > .menu-item > a::after {
	content: '';
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin-left: 1rem;
	border-radius: 50%;
	background-color: var(--color-secondary);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	transition: background-color .2s ease-in-out;
}

.mobile-menu__list > .menu-item.menu-item-has-children > a {
	padding-right: 3rem;
}

.mobile-menu__list > .menu-item.menu-item-has-children > a::after {
	content: none;
}

.mobile-menu__list > .menu-item.override__verde > a::after {
	background-color: var(--color-green);
}

.mobile-menu__list > .menu-item.override__rosso > a::after {
	background-color: var(--color-red);
}

.mobile-menu__list > .menu-item.override__viola > a::after {
	background-color: var(--color-purple);
}

.mobile-menu__toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color-secondary);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5v14M5 12h14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	cursor: pointer;
	transition: background-color .2s ease-in-out;
}

.mobile-menu__list > .menu-item.is-open > .mobile-menu__toggle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mobile-menu__list > .menu-item.override__verde > .mobile-menu__toggle {
	background-color: var(--color-green);
}

.mobile-menu__list > .menu-item.override__rosso > .mobile-menu__toggle {
	background-color: var(--color-red);
}

.mobile-menu__list > .menu-item.override__viola > .mobile-menu__toggle {
	background-color: var(--color-purple);
}

.mobile-menu__list > .menu-item.current-menu-item > a,
.mobile-menu__list > .menu-item.current-menu-ancestor > a,
.mobile-menu__list > .menu-item.current_page_parent > a {
	color: var(--color-secondary-hover);
}

.mobile-menu__list > .menu-item.override__verde.current-menu-item > a,
.mobile-menu__list > .menu-item.override__verde.current-menu-ancestor > a {
	color: var(--color-green);
}

.mobile-menu__list > .menu-item.override__rosso.current-menu-item > a,
.mobile-menu__list > .menu-item.override__rosso.current-menu-ancestor > a {
	color: var(--color-red);
}

.mobile-menu__list > .menu-item.override__viola.current-menu-item > a,
.mobile-menu__list > .menu-item.override__viola.current-menu-ancestor > a {
	color: var(--color-purple);
}

.mobile-menu__list .sub-menu {
	display: none;
	margin: 0;
	padding: 0 0 .5rem 1.25rem;
}

.mobile-menu__list .sub-menu > li {
	list-style: none;
}

.mobile-menu__list .sub-menu > li > a {
	display: block;
	padding: .6rem 0;
	text-decoration: none;
	color: var(--color-primary);
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (max-width: 991px) {
	.arrow__end:after {
		display:none;
		content: none;
	}
}
/**** HERO ****/
.img-fluid-home {
	width: 100%;
	height: auto;
}
/**** FOOTER ****/
.site__footer {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 2rem;
}

#colophon li {
	display: flex;
}

#colophon li.hide__item {
	display: none;
}

#subfooter {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#subfooter p {
	font-size: .75rem;
	margin-bottom: 0;
}
.logo__eu {
	max-width: 150px;
	display: block;
}
@media screen and (max-width: 991px) {
	.logo__eu {
		max-width: 100%;
		margin-top: 1rem;
	}
}
/**** MODAL ****/
#close__modal {
	position: absolute;
	top: 30px;
	right: 30px;
}
@media (max-width: 991px) {
    .modal-dialog {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}
/**** SEARCH ****/
/**** SEARCH OVERLAY ****/
#search__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10000;
	overflow: hidden;
	max-height: 100vh;
}
.search__bg__slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}

#close__overlaysearch {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	fill: var(--color-primary);
	cursor: pointer;
}
.search-results .search-form span {
	color: var(--color-primary);
}
#submit__search svg {
	width: 25px;
	height: 25px;
	fill: #fff;
}
.title__xs {
	font-size: .75rem;
    font-weight: 700;
    line-height: 1.8rem;
	color: var(--color-primary);
}
.card__result__pillow {
	display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--color-primary);
    border-radius: 3rem;
    border: 6px solid #F2F2F2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}
.overlay--open {
	overflow: hidden;
}
#mobile-menu__search-trigger img {
	width: 32px;
	height: 32px;
}
/**** SOCIAL ****/
#subfooter .heateor_sss_sharing_container {
	margin-left: auto;
	width: max-content;
}
#subfooter .heateor_sss_sharing_ul a {
	margin-left: 1rem;
}
#subfooter .heateor_sss_sharing_container .heateor_sss_svg {
	width: 16px!important;
	height: 16px!important;
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin-right:1.5rem!important;
}
#social__icons {
	padding: 0;
	margin: 0;
}
#social__icons li {
	list-style-type: none;
	display: inline-block;
	margin-left: 1rem;
}
/**** ASIDE ****/
.aside__content {
	background: var(--color-secondary-light);
	border-radius: 3.75rem;
	box-shadow: 0 2px 4px #99580033;
	transition: all .3s ease-in-out;
	padding: 2.5rem;
}
.aside__img {
	margin-bottom: 2rem;
	border-radius: 1.25rem 1.25rem 0 0;
}
/**** SLIDER ****/
#slider .item {
	background-size: cover;
	background-position: center center;
	height: 635px;
}

#slider h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
}

#slider p {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 1rem;
}

.banner__overlay {
	width: 100%;
	height: 100%;
	background: #0F1833B2;
}

.owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	display: flex;
	transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
	margin-left: auto;
}
.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%!important;
	background: #fff!important;
}
.owl-prev span, .owl-next span {
	color: #000;
}
.owl-prev:hover, .owl-next:hover {
	background: #000!important;
}
.owl-prev:hover span, .owl-next:hover span {
	color: #fff;
}
#slider .owl-dots {
	position: absolute;
	bottom: 80px;
	left: 50%;
	text-align: left;
	transform: translateX(-50%);
	margin-left: 15px;
}

@media (max-width: 767x) {
	#slider .owl-dots {
		width: 540px;
    	left: auto;
    	transform: none;
	}

	#slider .owl-nav {
		display: none;
	}
}

@media (min-width: 768px) {
	#slider .owl-dots {
		width: 720px;
		bottom: 20px;
		left: auto;
    	transform: none;
	}

}

@media (min-width: 992px) {
	#slider .owl-dots {
		width: 960px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 1200px) {
	#slider .owl-dots {
		width: 1140px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 1400px) {
	#slider .owl-dots {
		width: 1320px;
		left: 50%;
		transform: translateX(-50%);
	}
}

#slider .owl-dots button span {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #CCCCCC;
	border: 2px solid #fff;
	margin: 5px 7px 0 0;
}

#slider .owl-dots button.active span {
	background: #fff;
	border: 2px solid #fff;
}

#page .owl-carousel .owl-nav button.owl-next .button__slider,
#page .owl-carousel .owl-nav button.owl-prev .button__slider {
	border: 2px solid #fff !important;
	padding: 1rem 1.5rem;
	display: block;
	border-radius: 0;
}

#page .owl-carousel .owl-nav button.owl-next img,
#page .owl-carousel .owl-nav button.owl-prev img {
	width: 9px;
}

@media screen and (max-width: 992px) {
	#slider .item {
		height: 400px;
	}

	#slider .container {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	#slider h2 {
		font-size: 2rem;
	}

	#slider p {
		font-size: 1rem;
	}
}

/***** About Photo Grid ******/
.about__content p {
	color: var(--color-text);
}

#about__photo__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

#about__photo__grid img:nth-child(1) {
	grid-column: 1 / -1;
	transform: rotate(-3.47deg);
	transform-origin: bottom center;
}

#about__photo__grid img:nth-child(2) {
	transform: rotate(346deg);
	transform-origin: top left;
	max-height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#about__photo__grid img:nth-child(3) {
	transform: rotate(16deg);
	transform-origin: top right;
	max-height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/***** CARDS ****/
.card__vivi {
	text-decoration: none;
	color: var(--color-primary);
	transition: all .2s ease-in-out;
}
.card__vivi:hover h3 {
	color: var(--color-primary);
	text-decoration: underline;
	text-decoration-color: var(--color-secondary);
	text-underline-offset: 3px;
}
.card__vivi__container {
	background-color: var(--color-secondary);
	border: 4px solid var(--color-secondary);
	overflow: hidden;
	border-radius: 3.5rem;
	/* min-height: 320px; */
	position: relative;
}

.card__arrow {
	position: absolute;
	top: 28px;
	right: 28px;
}
.card__arrow--minus {
	display: none;
}
.is-open .card__arrow--plus {
	display: none;
}
.is-open .card__arrow--minus {
	display: block;
}
.card__arrow-icon.rosso {
	fill: var(--color-red);
}
.card__arrow-icon.verde {
	fill: var(--color-green);
}
.card__arrow-icon.arancione {
	fill: var(--color-secondary);
}
.card__arrow-icon.viola {
	fill: var(--color-purple);
}
.card__vivi__content {
	background: var(--color-secondary-light);
	clip-path: polygon(0 0, calc(100% - var(--cs)) 0, 100% var(--cs), 100% 100%, 0 100%);
	transition: clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	height: 100%;
	position: relative;
	padding: 1.5rem;
}

.card__vivi__content:hover {
	clip-path: polygon(0 0, calc(100% - var(--cs-hover)) 0, 100% var(--cs-hover), 100% 100%, 0 100%);
}

.card__vivi__content::after {
	content: '';
	position: absolute;
	display: block;
	width: var(--cs);
	height: var(--cs);
	background: var(--color-secondary-medium);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	top: 0;
	right: 0;
	z-index: 100;
	border-bottom-left-radius: 60px;
	transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
		height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card__vivi__content:hover::after {
	width: var(--cs-hover);
	height: var(--cs-hover);
}

.card__vivi__content h3 {
	text-align: center;
	font-size: 1.5rem;
	margin: 1rem 0 0 0;
}
.card__vivi__content img {
	height: 215px;
	object-fit: cover;
}
.page__container .card__vivi__content img.img-fluid {
	object-fit: cover;
	height: 215px;
}
.page-template-page-landing .card__vivi__container {
	min-height: auto;
}
.card__concept {
	background: var(--color-secondary-light);
	border-radius: 3.75rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 3.5rem 3rem 4.375rem 3rem;
}
.card__concept img {
	width: 64px;
	height: 64px;
	margin-bottom: 1.5rem;
	
}
.card__concept p {
	line-height: 150%;
	color: var(--color-text)
	
}

.card__carousel {
	background: var(--color-secondary-light);
	border-radius: 3.75rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 3.5rem 3rem 4.375rem 3rem;
}
.card__carousel p {
	width: 70%;
	margin: auto;
}
.card__carousel img {
	margin-bottom: 2rem;
}
.single-evento .card__carousel img {
	width: 215px;
	height: 215px;
	margin-bottom: 1.5rem;
	
}
.card__angle__br {
	text-decoration: none;
	color: var(--color-primary);
	transition: all .2s ease-in-out;
}
.card__angle__br:hover h4 {
	color: var(--color-primary);
	text-decoration: underline;
	text-decoration-color: var(--color-secondary);
	text-underline-offset: 3px;
}
.card__angle__br__container {
	background-color: var(--color-secondary);
	border: 4px solid var(--color-secondary);
	overflow: hidden;
	border-radius: 3.5rem;
	position: relative;
	width: 100%;
}

.card__angle__br__container .card__arrow {
	position: absolute;
	bottom: 28px;
	right: 28px;
	top: auto;
}

.card__angle__br__content {
	background: var(--color-secondary-light);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cs)), calc(100% - var(--cs)) 100%, 0 100%);
	transition: clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	height: 100%;
	position: relative;
	padding: 2rem 1.5rem 2rem 1.5rem;
}

.card__angle__br__content:hover {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cs-hover)), calc(100% - var(--cs-hover)) 100%, 0 100%);
}

.card__angle__br__content::after {
	content: '';
	position: absolute;
	display: block;
	width: var(--cs);
	height: var(--cs);
	background: var(--color-secondary-medium);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	bottom: 0;
	right: 0;
	z-index: 100;
	border-top-left-radius: 60px;
	transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
		height 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card__angle__br__content:hover::after {
	width: var(--cs-hover);
	height: var(--cs-hover);
}

.card__angle__br__content h4 {
	text-align: center;
	font-size: 1.5rem;
	margin: 1rem 0 0 0;
}
.card__angle__br__content .img-fluid {
	display: inline-block;
	margin-right: 1.5rem;
}
/* news & events*/
.card__events .card__vivi__content img {
	height: 520px;
	border-radius: 2.5rem;
	object-fit: cover;
	width: 100%;
}
.card__news .card__angle__br__content img {
	height: 250px;
	border-radius: 2.5rem 2.5rem 0 0;
	object-fit: cover;
	width: 100%;
}
.card__events {
	position: relative;
}
.card__events:hover h3, .card__events:hover h4, .card__news:hover h3, .card__news:hover h4 {
	text-decoration-color: var(--color-red)!important;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 3px;
}
.card__events h3, .card__events h4, .card__news h3, .card__news h4, .card__result h3, .card__result h4 {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	text-align: left;
}
.card__news h4 {
	line-height: 2rem;
}
.card__events:hover, .card__news:hover {
	color: var(--color-primary);
}
.card__events:hover {
	text-decoration: underline;
	text-decoration-color: var(--color-red);
	text-underline-offset: 3px;
}
.card__events svg path, .card__news svg path {
	fill: var(--color-red);
}
.card__events__date {
	position: absolute;
	top: 3rem;
	left: 3rem;
	background: #F2F2F2;
	border-radius: 3rem;
	padding: .5rem 1rem;
	font-size: 1rem;
	font-family: Inter;
	font-weight: 600;
}
.card__events .card__events__metadata {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	border-radius: 1rem;
	background: var(--color-extralight-red);
	padding: 1.5rem;
	width: calc(100% - 6rem);
}
.card__events__metadata {
	position: relative;
	border-radius: 1rem;
	background: var(--color-extralight-red);
	margin-top: 2rem;
}
.card__events__where img {
	width: 10px!important;
	height: auto!important;
	margin-right: .5rem;
}
.card__events__categories {
    position: absolute;
    top: -25px;
	left: 0;
}
.card__events__category {
	display: inline-block;
    transform-origin: left;
    transform: rotate(-9deg);
    padding: 0.5rem 1rem;
    background: var(--color-primary);
    border-radius: 3rem;
    border: 6px solid #F2F2F2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}
.card__news .card__events__categories {
    position: absolute;
    bottom: -25px;
	top: initial;
	left: 0;
}
#card__news__inside {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}
#card__news__inside {
	margin: 0;
	padding: 0;
}
#card__news__inside li {
	list-style-type: none;
	margin-bottom: .5rem;
}
#card__news__inside li img {
	width: 2rem;
	height: auto;
}
.card__news p {
	font-size: 0.875rem;
	font-family: Inter;
	font-weight: 300;
}
.card__news__text {
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
	text-align: left;
}
.card__news__text img[class^="wp-image-"], .card__news__text img[class*=" wp-image-"] {
    display: none;
}
.card__news__text h2, .card__news__text h3, .card__news__text h4 {
	display: none;
}
.card__news__reading  {
	font-family: Inter;
	font-weight: 500;
	font-size: 1rem;
	margin-top: 1.5rem;
	display: block;
	color: var(--color-primary);
}
.card__news__reading  img {
	width: 26px!important;
	height: 26px!important;
	margin-right: .5rem;
}
/**** COMPONENTS ****/
.section__header .banner__overlay {
	padding: 7rem 0;
}

.section__header {
	background-size: cover;
	background-position: center center;
}

.section__header h1 {
	color: #fff;
}

.section__header p {
	color: #fff;
}

/* BADGE */
.component__badge img {
	width: 40px;
	height: 40px;
}

.component__badge span {
	font-size: 2.625rem;
	font-weight: 700;
	color: var(--color-primary);
}

.component__badge p {
	color: #828282;
}

/* FOCUS */
.component__focus {
	background: var(--color-secondary-light);
	border-radius: 3.75rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 3.5rem 3rem 4.375rem 3rem;
}

.component__focus img {
	width: 40px;
	height: 40px;
}
.component__collab {
	position: relative;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.component__collab figure {
	width: 100%;
	height: 80px;
	margin: auto;
	background: url(img/icon__collaboration.svg) no-repeat center center;
	font-family: Barlow;
	font-weight: 600;
	font-size: 2.625rem;
	color: #663B00;
	position: relative;
}
.component__collab figure:before {
	content: '';
	width: 50%;
	height: 4px;
	background: #FFEACC;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.component__collab figure:after {
	content: '';
	width: 50%;
	height: 4px;
	background: #FFEACC;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.component__collab p {
	color: var(--color-text);
	padding: 0 20%;
}
.component__numbers {
	background: url(img/back__element.svg) no-repeat 107% top;
}
/***** ABOUT *****/
#section__about {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** VIVI *****/
#section__vivi {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** KEYWORDS *****/
#section__keywords {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** SECTION GALLERY ****/
#section__gallery {
	background: url(img/back__element.svg) no-repeat 120% top;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.single-post #section__gallery {
	background: url(img/back__element__red.svg) no-repeat left top;
	background-size: 28%;
}
/***** OUR NUMBERS ****/
.section__our__numbers {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** FOCUS *****/
#section__focus {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** TEAM ****/
#section__team {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/**** PROFESSIONIST ****/
#section__professionist {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** FAMILY ****/
#section__family {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** PARTNER ****/
#section__partner {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/**** SECTION FOLLOW ****/
#section__followus {
	background: url(img/back__element.svg) no-repeat 0% top;
    background-size: 30%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/**** CONCEPT ****/
#section__concept {
	background: url(img/back__element.svg) no-repeat -20% 0;
	background-size: 30%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** ACCORDION ****/
.section__accordion {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** CAROSELLO ****/
#section__carosello {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.single-evento #section__carosello {
	background: url(img/back__element__red.svg) no-repeat -10% 0;
}
/***** COLLABORATION ****/
#section__collaboration {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** MAP ****/
#section__map {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: url(img/back__element__red.svg) no-repeat -10% 0;
}
/***** GUEST  *****/
#section__guest {
	background: url(img/back__element__red.svg) no-repeat top right;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
/***** RELATED & EVENTS ****/
#section__related, #section__events {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: url(img/back__element__red.svg) no-repeat 110% 0;
}
#section__news {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: url(img/back__element__red.svg) no-repeat -10% 0;
}
/****** CARDS *****/
.cards__team {
	background: var(--color-secondary-light) url(img/back__element.svg) no-repeat 150px 160%;
	border-radius: 12.5rem 12.5rem 3.5rem 3.5rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 2.625rem;
}

.cards__team img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.cards__team h6 {
	color: #828282;
	font-weight: 500;
}

/****  PROFESSIONIST ***/
#section__professionist .card__vivi__content img {
	height: 185px;
	width: 100%;
	object-fit: cover;
	border-radius: 2rem 2rem 0 0;
}
.professionist__name {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
}
/**** SECTION FAMILY ****/
.cards__family {
	background: var(--color-secondary-light) url(img/back__element.svg) no-repeat 110% top;
	border-radius: 3.75rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 4rem;
}

.cards__family img {
	max-width: 150px;
}

.cards__family p {
	color: var(--color-text);
	max-width: 60%;
}

@media screen and (max-width: 992px) {
	.cards__family p {
		max-width: 100%;
	}
}

/**** SECTION PARTNERS ****/
.cards__partner {
	background: var(--color-secondary-light);
	border-radius: 50%;
	box-shadow: 0 2px 4px #99580033;
	border: 4px solid var(--color-secondary);
	transition: all .3s ease-in-out;
}

.cards__partner.square__col {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	padding: 0;
}

.cards__partner:hover {
	border: 24px solid var(--color-secondary);
}

.cards__partner.square__col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}

.cards__partner:hover img {
	transform: rotate(30deg);
}
.no__rotate:hover {
	border: 4px solid var(--color-secondary);
}
.no__rotate:hover img {
	transform: rotate(0deg)
}
/**** CARDS OSPITI ****/
.cards__guest {
	background: var(--color-extralight-red);
	border-radius: 3.5rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 1.5rem;
	text-align: center;
}
.cards__guest span {
	color: var(--color-primary);
	font-size: 0.875rem;
	font-weight: 500;
}
.cards__guest img {
	/* height: 192px; */
	width: 100%;
	border-radius: 2rem 2rem 0 0;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 1rem;
}
/**** SECTION CTS ****/
#section__cta p {
	font-weight: 300;
}

/**** GALLERY LIGHTBOX ****/
.gallery__thumb {
	cursor: pointer;
	object-fit: cover;
	border-radius: 2.5rem;
	aspect-ratio: 1 / 1;
	transition: opacity .2s ease;
	box-shadow: 0 2px 4px #0000006E;
}

.gallery__thumb:hover {
	opacity: .8;
}

#gallery__pagination,
#carousel__pagination {
	margin-top: 1.5rem;
}

.gallery__pag__wrap {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}

.gallery__pag__counter {
	font-size: .95rem;
	font-weight: 500;
	color: var(--color-primary);
	min-width: 3rem;
	text-align: center;
}

.gallery__pag__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: transparent;
	font-size: 1.1rem;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s, opacity .2s;
	line-height: 1;
}

.gallery__pag__arrow--prev {
	border: 2px solid var(--color-secondary);
	color: var(--color-secondary);
	padding: 0;
}
.single-evento .gallery__pag__arrow--prev, .single .gallery__pag__arrow--prev {
	border: 2px solid var(--color-red);
	color: var(--color-red);
}
.gallery__pag__arrow--prev svg {
	width: 19px;
	height: 16px;
	fill: var(--color-secondary);
}
.single-evento .gallery__pag__arrow--prev svg, .single .gallery__pag__arrow--prev svg {
	fill: var(--color-red);
}
.single-evento .gallery__pag__arrow--prev:hover:not(:disabled), .single .gallery__pag__arrow--prev:hover:not(:disabled) {
	background: var(--color-red);
}
.gallery__pag__arrow--prev:hover:not(:disabled) {
	background: var(--color-secondary);
}

.gallery__pag__arrow--prev:hover:not(:disabled) svg {
	fill: #fff;
}

.gallery__pag__arrow--next {
	border: 2px solid var(--color-secondary);
	color: var(--color-secondary);
	padding: 0;
}

.gallery__pag__arrow--next svg {
	width: 19px;
	height: 16px;
	fill: var(--color-secondary);
}
.single-evento .gallery__pag__arrow--next, .single .gallery__pag__arrow--next {
	border: 2px solid var(--color-red);
	color: var(--color-red);
}
.single-evento .gallery__pag__arrow--next svg, .single .gallery__pag__arrow--next svg {
	fill: var(--color-red);
}
.single-evento .gallery__pag__arrow--next:hover:not(:disabled), .single .gallery__pag__arrow--next:hover:not(:disabled) {
	background: var(--color-red);
}
.gallery__pag__arrow--next:hover:not(:disabled) {
	background: var(--color-secondary);
}

.gallery__pag__arrow--next:hover:not(:disabled) svg {
	fill: #fff;
}

.gallery__pag__arrow:disabled {
	background: #E7E6E4;
	cursor: default;
	border-color: #E7E6E4;
}
.gallery__pag__arrow:disabled svg {
	fill: #999999
}
.gallery__lb__content {
	background: #000;
	border: none;
	border-radius: 0;
}

.gallery__lb__img {
	max-height: 80vh;
	width: 100%;
	object-fit: contain;
}

.gallery__lb__close {
	position: absolute;
	top: .75rem;
	right: .75rem;
	z-index: 10;
	background: #fff;
	filter: none;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 0;
}
.gallery__lb__close svg {
	width: 21px;
	height: 22px;
}
.gallery__lb__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: none;
	color: #000;
	font-size: 1.5rem;
	padding: .3rem .55rem .5rem .55rem;
	cursor: pointer;
	z-index: 10;
	transition: background .2s;
	line-height: 1;
}

.gallery__lb__nav:hover {
	background: rgba(255, 255, 255, .35);
}

.gallery__lb__prev {
	left: 10px;
}
.gallery__lb__prev svg {
	fill: #000
}
.gallery__lb__next {
	right: 10px;
}
.gallery__lb__next svg {
	fill: #000
}
/***** FORM ******/
.back__light__round {
	background: var(--color-secondary-light) url(img/back__element.svg) no-repeat 125% -10%;
	background-size: 45%;
	border-radius: 3.75rem;
	box-shadow: 0 2px 4px #99580033;
	padding: 3.5rem;
}

.back__light__round label {
	width: 100%;
	font-weight: 700;
    color: var(--color-primary);
    font-size: .875rem;
	padding-left: 1.5rem;
}
.back__light__round .wpcf7-form-control-wrap {
	margin-left: -1.5rem;
	display: block;
	margin-top: .5rem;
}
.back__light__round input[type="text"],
.back__light__round input[type="email"],
.back__light__round input[type="tel"],
.back__light__round textarea,
.back__light__round select,
.search-field input[type="text"] {
	padding: .5rem 1.5rem;
	background: var(--color-secondary-light);
	border: 1px solid #CFCCC9;
	border-radius: 2.125rem;
	width: 100%
}
.back__light__round p {
	color: var(--color-primary);
}
.file-upload-input {
  display: none;
}

.file-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 32px;
  color: var(--color-secondary)!important;
  font-weight: 700;
  font-size: 1.25rem!important;
  letter-spacing: 0.02em;
  border-radius: 50px;
  border: 4px solid var(--color-secondary);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  user-select: none;
  width: auto!important;
}

.file-upload-label:hover {
  background-color: #e07b00;
  color: #fff!important;
}

.file-upload-label:active {
  transform: scale(0.97);
}

.upload-arrow {
  font-size: 18px;
  font-weight: 900;
}
.form__address:before {
	content: url(img/icon__address.svg);
	width:32px;
	height: 32px;
	display: inline-block;
	margin-right: 1rem;
}
.form__mail:before {
	content: url(img/icon__mail.svg);
	width:32px;
	height: 32px;
	display: inline-block;
	margin-right: 1rem;
}
.form__tel:before {
	content: url(img/icon__tel.svg);
	width:32px;
	height: 32px;
	display: inline-block;
	margin-right: 1rem;
}
/**** SECTION CONCEPT ****/
.accordion-button:not(.collapsed) {
	background: transparent;
	box-shadow: none;
}
.accordion-item .card__vivi__content {
	padding: 0;
}
.accordion-item:not(:first-of-type) {
	border-top: 4px solid transparent;
}
.accordion-button:focus {
	box-shadow: none;
	border: none
}
.accordion-button {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	font-size: 1.75rem;
	color: var(--color-primary)!important;
	background: var(--color-secondary-light);
	font-weight:600
}
.accordion-item {
	border-radius: 2rem!important;
}
.accordion-body {
	background: url(img/back__element__accordion.svg) no-repeat bottom right;
	background-size: 500px;
}
.accordion-body h2, .accordion-body h3, .accordion-body h4, .accordion-body h5, .accordion-body h6 {
	text-align: left;
	margin-bottom: 1rem;
}
.single-evento .accordion-body {
	background: url(img/back__element__accordion__red.svg) no-repeat bottom right;
	background-size: 500px;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
	background-image: none!important
}
.page-template-page-landing .card__vivi__container.accordion-item:not(:first-of-type) {
	border-top: 4px solid var(--color-secondary)!important;
}

/**** GTRANSLATE CUSTOM SELECT ****/
.gtranslate-custom-select {
	appearance: none;
	-webkit-appearance: none;
	background: transparent url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57779 3.6127C3.39649 3.79577 3.10206 3.79577 2.92076 3.6127L0.135976 0.800747C-0.0453252 0.617677 -0.0453252 0.320372 0.135976 0.137302C0.317277 -0.0457674 0.61171 -0.0457674 0.793011 0.137302L3.25 2.61826L5.70699 0.138767C5.88829 -0.0443023 6.18272 -0.0443023 6.36402 0.138767C6.54533 0.321837 6.54533 0.619143 6.36402 0.802212L3.57924 3.61416L3.57779 3.6127Z' fill='%23262626'/%3E%3C/svg%3E") no-repeat 36px center;
	border: 2px solid var(--color-primary);
	border-radius: 66px;
	color: var(--color-primary);
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 4px 18px 4px 14px;
	text-transform: uppercase;
}
#gtranslate__mobile .glink {
	font-size: 1rem;
	color: var(--color-primary);
	border-right: 1px solid var(--color-primary);
	padding-right: 1rem;
	margin-right: 1rem;
}
/**** MAP COMPONENT ****/
.leaflet-container {
	border-radius: 3rem;
}