body{min-width:360px}.wpcf7-form.sent .wpcf7-response-output{color:#4F8A10;background-color:#DFF2BF;border:0;padding:10px}.wpcf7-form.sent .wpcf7-response-output:before{content:'\e92b'}.wpcf7-form.invalid .wpcf7-response-output,.wpcf7-form.failed .wpcf7-response-output{color:#D8000C;background-color:#FFBABA;border:0;padding:10px}.wpcf7-form.invalid .wpcf7-response-output:before,.wpcf7-form.failed .wpcf7-response-output:before{content:'\ea11'}.wpcf7-form.spam .wpcf7-response-output{color:#856404;background-color:#fff3cd;border:0;padding:10px}.wpcf7-form.spam .wpcf7-response-output:before{content:'\e904'}.wpcf7-form .wpcf7-response-output:before{font:26px/30px lined-icons;margin-right:16px;vertical-align:middle}

/*****************  GENERALI DAL PRECEDENTE TEMA ************************/ 

body {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 1px;
	line-height: 1;
	color: #000000;
}

a {
	color: var(--cnvs-themecolor);
}
	


a:hover {
	color: #000000;
}
h1 {
	font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 300;
}
h2 {
	font-size: 2rem;
    margin-bottom: 10px;
}
h3 {
	font-size: 1.875rem;
    margin-bottom: 10px;
    font-weight: 300;
}
h4 {
	font-size: 1.7rem;
    margin-bottom: 15px;
    font-weight: 300;
}
h5 {
	font-size: 1.5rem;
    margin-bottom: 10px;
}
h6 {
	font-size: 1.3rem;
    margin-bottom: 10px;
}
input, textarea {
	font-family: 'Roboto', helvetica, arial, sans-serif;
}
p {
	font-size: 1rem;
    line-height: 1.6;
	margin-bottom: 1.6em;
}
p:last-child {
    margin-bottom: 0;
}
/*****************  GENERALI  ************************/ 
:root{
    --cnvs-themecolor: #bb2024;
    --mit-secondary: #e6ebec;
    --mit-tertiary: #006e77;
}

.text-primario{
    color: var(--cnvs-themecolor);
}
.bg-primario{
    background-color: var(--cnvs-themecolor);
}
.border-primario{
    border-color: var(--cnvs-themecolor);
}

.text-secondario{
    color: var(--mit-secondary);
}
.bg-secondario{
    background-color: var(--mit-secondary);
}
.border-secondario{
    border-color: var(--mit-secondary);
}

.text-terziario{
    color: var(--mit-tertiary) !important;
}

.bg-terziario{
    background-color: var(--mit-tertiary);
}
.border-terziario{
    border-color: var(--mit-tertiary);
}

.line{
    border-bottom: solid 2px gainsboro;
    width: 120px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cs-h1{
    text-align: center;
    letter-spacing: 3px;
    font-size: 2.25rem;
    line-height: 1.2em;
    margin-bottom: 14px;
}

.cs-red{
    color: var(--cnvs-themecolor);
}

input, textarea {
	font-family: 'Roboto', helvetica, arial, sans-serif;
}

::selection{
    color: white
}


.text-white {
    color:white !important;
}

.text-black{
    color:black !important;
}

.bg-white{
    background-color: white !important;
}

.breack-word{
    word-break: break-word;
}

/* inserisco manualmente le icone delle arrow negli accordion di Bootstrap */
/* .accordion-button::after {
    content: "\f0d7"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: transform 0.3s ease;
}

.accordion-button.accordion-rotate::after{
    transform: rotate(180deg);
} */

.accordion-header:hover button{
    cursor: pointer;
    color: var(--cnvs-themecolor);
}

.accordion-header:hover button::before {
    color: var(--cnvs-themecolor);
}

.accordion-header{
    line-height: 2.2rem;
}

/* Icona laterale per gli accordion attivi nella pagina curriculum */
.accordion-button {
    /* color: var(--cnvs-themecolor); */
    position: relative;
    padding-left: 30px;
    transition: color 0.3s ease;
    font-size: 1rem;
    font-weight: 300;
    padding-right: 20px; /* per far si che il testo vada a capo quando è troppo vicino all'icona dell'accordion*/
}

.accordion-button:not(.collapsed) {
    color: var(--cnvs-themecolor);
}

.accordion-body p {
    font-size: 0.9rem;
}

.accordion-button::before {
    content: '\f0da'; 
    font-family: 'FontAwesome'; 
    position: absolute;
    right: 5px; 
    font-size: 18px; 
    color:var(--cnvs-themecolor);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
    color: var(--cnvs-themecolor);
    transform: rotate(90deg);
}
/***************** STRUTTURA PAGINA CON SIDE-BAR ************************/ 

body{
    height: 100vh;
    display: flex;
}
/* Stile per l'header in modalità desktop */
#header {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 305px;
    height: 100%; 
    transition: width 0.3s ease;
    z-index: 1000;
}

#cs-content {
    margin-left: 305px;
    transition: margin-left 0.3s ease;
    flex-grow: 1;
    overflow-y: auto;
    background-color: #E6EBEC;
}

/* Nascondi il pulsante di toggle in modalità desktop */
#menu-toggle {
    display: none;
}

.menu-container{
    display:block;
}

.menu-item{
    border:none !important;
}

.mega-menu-content, .sub-menu-container{
    border:none;
}


#header-mobile{
    display: none;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    background-color: white;
    z-index: 1100;

}
/* Logo che scompare al toggle del bottone della versione smartphone/tablet*/
#mobile-logo.active{
    display: none;
}


/***************** SIDEBAR/HEADER ************************/ 

/* Sovrascrizione per evitare che canvas mandi in flex il menù oltre tot px */
.is-expanded-menu .menu-container:not(.mobile-primary-menu) {
    display: block;
}
.is-expanded-menu .primary-menu:not(.on-click) .mega-menu-content, .is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
    display: block;
}

/* Sovrascrizione per evitare che il contenuto scompaia quando mi muovo ed è in stato hover */
.is-expanded-menu .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
    opacity: 1;
}



/* Sovrascrizione per evitare che canvas nasconda i sub-menu senza mostrarli in hover */
.is-expanded-menu .mega-menu-content, .is-expanded-menu .sub-menu-container {
    position: static;
    visibility: visible;
    background-color: transparent;
    box-shadow: none;
    border: none;
    z-index: auto;
    top: auto;
    left: auto;
    padding: initial;
}

/* Sovrascrizione per evitare che canvas nasconda i button affianco alle li dotate di sub-menu */
.sub-menu-trigger{
    display: block !important;
}

.current-menu-parent a{
    color: var(--cnvs-themecolor);
}

.current-menu-item a{
    color: var(--cnvs-themecolor);
}

.current_page_item a{
    color: var(--cnvs-themecolor);
}

.upper-menu::-webkit-scrollbar {
    display: none;
  }

.menu-link{
    padding: 6px 0px;
    color: #828282;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 1em;
} 

#mobile-header-content{
    height: 100%;
}

#mobile-logo img{
    width:182px;
    height:68px;
}

#search-mobile{
    display: none;
}

.sub-menu-container {
    margin-top: 0 !important;
}

.dati-societari {
    margin-top: 0.8rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    text-align: center;
    border-top: 2px solid #ddd;
}

.certificazione-qualita{
    font-size: 0.8rem;
    text-align: center;
}

.phone-box{
    color: #828282;
}

.address-box{
    color:#828282;
}

/***************** HOMEPAGE ************************/ 

.tile-wrapper {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, width 0.5s ease; 
}

.image-container {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease; 
}

.tile-wrapper:hover .image-container {
    transform: scale(1.1) rotate(3deg);
}

.tile-hover-content {
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8); 
    color: black;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.tile-wrapper:hover .tile-hover-content {
    opacity: 1;
}

.tile-hover-content h1,
.tile-hover-content p {
    margin: 0;
    padding: 0;
}

.hover-separator {
    width: 50px;
    height: 2px;
    background: black;
    margin: 15px 0;
}

.menu-item .sub-menu-trigger {
    top:2px;
}
.citation-box{
    background-color: rgb(234, 41, 46);
    color:#fff;
    height: 100%;
    width: 100%;
}
.citation-text{
    font-size: 0.75rem;
    line-height: 1.6;
    text-align: right;
    padding: 30px 5px;
}

.cs-rectangle {
    height: 100vh;
    width: calc(100vh * 4 / 3);
}

.highlighted-content-link{
    font-size: 1.2em;
}


/* slider dei dot in evidenza nel doppio riquadro*/
#dots-container {
    position: absolute;
    bottom: 10px;
    left: 35%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot-slider {
    text-align: center;
}

.dot-item {
    display: none;
}

.dot-item.active {
    display: block;
}

.dot-nav {
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.dot-link{
    font-size: 1rem;
}

#dots-container.active-orange .dot-slider a{
    color: #ec602c !important;
}

#dots-container.active-green .dot-slider a{
    color: #50b27f !important;
}

#dots-container.active-orange .dot-nav{
    color: #ec602c !important;
}

#dots-container.active-green .dot-nav{
    color: #50b27f !important;
}

/***************** SINGLE PAGE (certificazione)  ************************/

.portfolio-single-desc h3{
    color : var(--cnvs-themecolor);
}

.portfolio-single-desc a{
    color: #006e77;
    text-decoration: underline;
}

.portfolio-single-desc a:not(.btn-link):not(.text-decoration-underline):not(.more-link){
    text-decoration: underline !important;
}

.toggle-item > .toggle-item-desc{
    border-bottom: solid 1px #dddddd;
    padding: 30px 0;
} 

.accordion-item {
    border-bottom: solid 1px #dddddd;
}

.accordion-button{
    padding-bottom: 30px;
    letter-spacing: 1px;
}

/***************** LA SOCIETA PAGE  ************************/

.socio-container{
    border-bottom: solid 1px #dddddd;
    padding: 30px 0;
}

.socio-container img {
    width: 200px; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 50%; 
    border: 2px solid var(--cnvs-themecolor);
}

.cv-link{
    font-size: 1.4rem;
}

.cv-link :not(.btn-link):not(.text-decoration-underline):not(.more-link) {
    text-decoration: underline !important;
}
/***************** ATTIVITA PAGE  ************************/

.activity-paragraph{
    text-align: right;
}

.activity-title{
    color: var(--cnvs-themecolor);
    font-size: 1.2rem;
}

.activity-border-bottom{
    border-bottom: solid 1px #dddddd;
}

.border-content{
    padding: 0px 10px;
    border-left: solid white 2px;
}


/***************** CURRICULUM PAGE ************************/ 

.introduction-curriculum {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}

.introduction-curriculum-title{
    background-color: var(--cnvs-themecolor);
}

.introduction-curriculum-content{
    color: var(--cnvs-themecolor);
    border: 1px solid var(--cnvs-themecolor);
    display:none; 
}

.introduction-curriculum-content p{
    color: var(--cnvs-themecolor);
}

.introduction-curriculum h1{
    font-weight: 700;
    font-size: 1.5rem;
}

.curriculum-content p{
    margin-bottom: 10px;
    line-height: 1.2;
}

.filtered-element {
    border-bottom: 1px solid #ccc;
    color: black;
    font-size: 24px;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.3s ease;
}

.filtered-element:hover {
background-color: #e5e5e5;
}
.filtered-element-content{
    height: 100%;
}

.switch-toggle-round+label::after {
    background-color: var(--mit-secondary);
}

.cs-switch{
    --cnvs-switch-width: 50px;
}

.cs-label-switch{
    font-size: 0.8rem;
}

#tipologie-container{
    border-top: 1px solid #ccc;
}

#committenti-container{
    border-top: 1px solid #ccc;
}

#archivi-container{
    border-top: 1px solid #ccc;
}

.filtered-element::after {
    content: "";
    position: absolute;
    top: 6%; /* Posiziona il bordo leggermente più in basso rispetto all'inizio */
    bottom: 6%; /* Termina il bordo leggermente più in alto rispetto alla fine */
    right: 0;
    width: 1px; /* larghezza del bordo */
    background-color: #ccc;
}

#attivita-verbs{
    cursor: pointer;
}

.content-section{
    max-height: 180px;
    overflow-y: scroll;

}

.content-section::-webkit-scrollbar {
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: var(--cnvs-themecolor);
}

.curriculum-container{
    min-height: 100vh;
}

#pagination-container{
    display: flex;
}

.page-link-button{
    border: 1px solid var(--cnvs-themecolor);
    color: var(--cnvs-themecolor);
    background-color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.page-link-button:hover{
    background-color: var(--cnvs-themecolor);
    color:white;
}

.active>.page-link, .page-link.active {
    background-color: var(--cnvs-themecolor) !important;
    color:white !important;
}

.nav-wrapper::-webkit-scrollbar {
    display: none;
}

.nav-pills .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 1.2rem;
}

.red-square {
    animation: rotate-slightly 0.5s 3;
}

@keyframes rotate-slightly {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

#descrizione-tipo-attivita {
    width: 650px; /* Larghezza fissa */
    height: 450px;
    position: absolute; /* Posizione assoluta rispetto al parent */
    top: 50%; /* Puoi regolare questi valori per posizionare il riquadro */
    right: 50%; /* Puoi regolare questi valori per posizionare il riquadro */
    background-color: rgba(255, 255, 255, 0.5); /* Colore di sfondo per visibilità */
    padding: 10px; /* Padding interno */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); /* Ombra per un effetto visivo */
    z-index: 1000; /* Z-index per essere sopra gli altri elementi */
    padding: 40px 20px;
    backdrop-filter: blur(6px); /* Effetto di sfocatura */
    color:#bb2024;
    font-weight: 400;
    text-align: left;
    overflow-y: scroll;

}

#descrizione-tipo-attivita::-webkit-scrollbar {
    width: 8px; /* Larghezza della scrollbar */
}

#descrizione-tipo-attivita::-webkit-scrollbar-track {
    background: #f1f1f1; /* Colore del track della scrollbar */
    border-radius: 10px; /* Arrotondamento degli angoli */
}

#descrizione-tipo-attivita::-webkit-scrollbar-thumb {
    background: #bb2024; /* Colore del thumb della scrollbar */
    border-radius: 10px; /* Arrotondamento degli angoli */
}

#descrizione-tipo-attivita::-webkit-scrollbar-thumb:hover {
    background: #555; /* Colore del thumb della scrollbar quando è in hover */
}


#contatti-info p{
    width: 500px; /* Larghezza fissa */
    position: absolute; /* Posizione assoluta rispetto al parent */
    top: -150px; /* Puoi regolare questi valori per posizionare il riquadro */
    left: 20px;
    background-color: rgba(255, 255, 255, 0.9); /* Colore di sfondo per visibilità */
    padding: 10px; /* Padding interno */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); /* Ombra per un effetto visivo */
    z-index: 1000; /* Z-index per essere sopra gli altri elementi */
    padding: 20px;
    backdrop-filter: blur(6px); /* Effetto di sfocatura */
    text-align: left;
    display:none;

}

#contatti-info span{
    cursor: pointer;
}
#contatti-info{
    position:relative;
}

#contatti-info:hover p{
    display:block;
}

#custom-acceptance .wpcf7-list-item{
    margin-left: 0;
}
#custom-acceptance .wpcf7-list-item input{
    margin-left: 0;
}

h3.titolo-griglia{
    font-size: 1rem;
    margin-bottom: 0px;
    line-height: 2.2rem;
    
}

.verbs-griglia{
    font-size: 1rem;
}

.menu-item-indentato{
    margin-left: 10px!important;
}

.content ul{
    padding-left: 1rem;
}
.content ul li{
    line-height: 1.5;
}

/* Barra cronologia*/

.chronology-progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.chronology-button {
    padding: 6px 8px;
    cursor: pointer;
    border: 1px solid var(--cnvs-themecolor) ;
    color: var(--cnvs-themecolor) ;
    margin: 0 10px;
    /* background-color: #fff; */
    border-radius: 2px;
}
.chronology-button:hover {
    border: 1px solid var(--cnvs-themecolor) ;
    color: #fff;
    background-color: var(--cnvs-themecolor) ;
}
.chronology-progress {
    display: flex;
    width: 80%;
    position: relative;
}
.chronology-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #ddd;
    transform: translateY(-50%);
    z-index: 1;
}
.chronology-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.chronology-step::before {
    content: attr(data-year);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}
.chronology-step::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #ddd;
    transition: background 0.3s, border-color 0.3s;
}
.chronology-step.active::after {
    background: #fff; /* Default background for active steps */
    border-color: var(--cnvs-themecolor);
}

.chronology-step.last-active::after {
    background: var(--cnvs-themecolor); /* Only the last active step has this background */
    border-color: var(--cnvs-themecolor);
}
.chronology-progress-bar {
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    background: var(--cnvs-themecolor);
    width: 0;
    z-index: 1;
    transform: translateY(-50%);
    transition: width 0.3s;
    max-width: 100%;
}


/* i 3 incipit dei 3 gruppi di categorie */

.text-container {
    position: relative;
    display: inline-block;
    text-align: right;
}

.word {
    margin: 0;
    padding-right: 10px;
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
    color: #fff;
    white-space: nowrap;
    position: relative;
    left: -30px; 
    top: -10px; 
    line-height: 1.2;
    text-shadow: 2px 2px 5px rgba(1, 1, 1, 1);
    z-index: 1; 
}



.red-square {
    position: absolute;
    right: 0;
    top:10px;
    width: 80px;
    height: 80px;
    background-color: var(--cnvs-themecolor);
    z-index: 0; 
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



.committente-description{
    background-color: var(--cnvs-themecolor);
    border-radius: 20px;
}

/***************** ALBUM PAGE  ************************/

.album-col{
    width: 300px;
    height: 300px;
}
.album-card{
    width: 100%;
    height: 100%;
}

.album-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    object-fit: cover;

}


.album-image {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease; /* Tempo di transizione */
}

.tile-wrapper:hover .album-image {
    transform: scale(1.2) rotate(3deg); /* Aggiunta la rotazione */
}


/***************** SINGLE-ALBUM PAGE ************************/
.mfp-arrow-right:before{
    content: '>';
    font-weight: bold;
}

.mfp-arrow-left:before{
    content: '<';
    font-weight: bold;
}

.video-wrapper{
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, width 0.5s ease; /* Aggiunta la transizione per la trasformazione e la larghezza */
}


/***************** SINGLE-EVENT PAGE ************************/ 

#single-event{
    min-height: calc(100vh);
}

.navbar-events {
    font-size: 14px;
}
.navbar-events ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}
.navbar-events li::after {
    content: "/";
    margin-left: 5px;
}
.navbar-events li:last-child::after {
    content: "";
}

.navbar-events a {
    color: #000;
}

.event-introduction{
    background-color: var(--cnvs-themecolor);
}

.attachment-button{
    background-color: var(--cnvs-themecolor);
    color:white;
    padding: 10px 20px;
    font-size:16px;
}

.attachment-button:hover{
    background-color: var(--cnvs-themecolor);
    color:whitesmoke; 
}

.pre-date{
    font-size: 16px;
    font-weight: 300;
}

.event-date{
    color: var(--cnvs-themecolor);
    font-size: 30px;
    font-weight: 400;
}

.pre-location{
    font-size: 16px;
    font-weight: 300;
}

.event-location{
    font-size: 16px;
}

.event-image{
    max-height: 250px;
    border-radius: 20px;
}

.event-image img{
    max-height: 250px;
    border-radius: 20px;
    aspect-ratio: 1.5;
    object-fit: contain;
    background: white;
}


/***************** SINGLE-DOTS PAGE ************************/ 
.pallino-page-dots{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
    background: var(--cnvs-themecolor);
    clip-path: circle(50%);
    z-index: 1;
}

.dots-box-image{
    max-height: 500px;
    max-width: 500px;
    border-radius: 20px;
}

.dots-image{
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: 1.5;
    object-fit: contain;
    background: white;
    border-radius: 20px;
}

.single-dot-separator{
    height: 4px;
    width: 100%;
}

/***************** TOGGLE ATTIVITA && GHIBIZZI PAGE ************************/ 


.toggle-content {
    cursor: pointer;
}

#post-content {
    border-radius: 5px;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
}

.activity-excerpt{
    display: none;
}

.activity-content{
    display: none;
}


/***************** GHIBIZZI PAGE ************************/ 


.icons-container{
    width: 100%;
    display: flex;
}
.icon-button {
    border: 1px solid var(--cnvs-themecolor);
    color:black;
    background-color: var(--mit-secondary);
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.3s ease;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6rem;
  }

.icon-button:hover {
    color:white;
    background-color: var(--cnvs-themecolor);
}

.icon-button:active {
    color:white;
    background-color: var(--cnvs-themecolor);
  }

.cs-button-active{
    color:white;
    background-color: var(--cnvs-themecolor);
}





/***************** CONTACTS PAGE ************************/ 

#contact-page .form-control{
    background-color: white;
}

#contact-page .form-control:focus{
    background-color: white;
}

/* Controllo  mappa locazione*/
.fluid-width-video-wrapper {
    height: 100%;
    border: 1px solid lightgray;
    border-radius: 20px;
}

.fluid-width-video-wrapper * {
    border-radius: 20px;
}

.info-checkbox{
    border: 1px solid black;
    margin-left: 20px;
}


.breadcrumb-item+.breadcrumb-item::before {
    color:var(--cnvs-contrast-700);
}

.breadcrumb-item.active {
    color: var(--cnvs-themecolor);
    font-weight: 700;
}

.contact-card{
    height: 100%;
    background-color: var(--primary-2);
    /* box-shadow: 0 3px 2px var(--cnvs-themecolor); */
    transition: transform 0.3s, box-shadow 0.3s;
    /* border: 1px solid var(--cnvs-themecolor); */
    border: 2px solid #cfd3d4;
}

.contact-card ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
	
.contact-logo{
    font-size: 4rem;
    color: var(--cnvs-themecolor);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color:var(--mit-secondary);
    padding: 10px 30px;
    border-radius: 50%;
}

.contact-lists{
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

label.error{
    color:red
}

.social-link{
    font-size: 1.2rem;
    line-height: 1.8;
}

.social-icons li i{
    font-size: 1.5rem;
}

/*SEACH FORM MENU*/

.search-input{
    border:none;
    color: #828282;
}

.search-button{
    border: none;
    background-color: transparent;
    color: #828282;
}

.search-container{
    width: fit-content;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

#searchform-mobile-container{
    display: none;
}

.search-glass{
    color:#999999;
    font-size: 35px;

}

.search-results-button{
    border: 1px solid gray;
    background-color: transparent;
    height: 40px;
    border-radius: 10px;
}

/* SEARCH RESULTS */

.search-result-input{
    border-radius: 10px;
    padding: 10px;
    border: none;
    height: 40px;
}

.search-result-input{
    border-radius: 10px;
    padding: 10px;
    border: none;
}

strong.search-highlight {
    background-color: orange;
    color: black;
}

#search-results-container a{
    color: var(--mit-tertiary) !important;
    text-decoration: underline !important;
}


.socio-content *{
    border: none !important; /* per impedire che il contenuto dei soci erediti il bordo che si trova nelle classi del contenuto stesso*/
}

h3.portfolio-single-title{
    font-size: 1.3rem;
    padding-left: 1rem;
}

.search-accordion{
    display: block;
}

/***************** LOADER ************************/ 

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mit-secondary);
    z-index: 1000;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--cnvs-themecolor);
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
}

/* Loader che usato nelle sezioni per le chiamate ajax */
.loader-wrapper-section{
    position: relative;
    top: 200px;
    width: 100%;
    height: 100%;
    background: var(--mit-secondary);
    z-index: 1000;
}
  
.loader-section {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--cnvs-themecolor);
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
    display: none;
}
  
  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/***************** LURIDI SCAGNOZZI ************************/ 
/* @keyframes rotazioneLenta {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
* {
    animation-name: rotazioneLenta;
	animation-duration: 100s;
	animation-delay: 15s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}
   */


/* Stili per migliorare la visualizzazione delle opzioni nella select */
option {
    font-family: Arial, sans-serif;
  }
  
  /* Simulare le differenze di grandezza o enfasi */
  option strong {
    font-weight: bold;
  }
  
  option small {
    font-size: 12px;
    color: #666;
  }