.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-561404c7:#C4554D;--e-global-color-6fd8d153:#7CB25B;--e-global-color-75b959bc:#FFE8CC;--e-global-color-20adcb72:#4A4848;--e-global-color-1bb3219d:#F2F2F2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#4A4848;font-family:"Trykker", Sans-serif;font-size:15px;}.elementor-kit-10 a{color:#C4554D;font-family:"Trykker", Sans-serif;}.elementor-kit-10 a:hover{color:#7CB25B;}.elementor-kit-10 h1{color:#C4554D;font-family:"Trykker", Sans-serif;font-size:2.7em;line-height:1.4em;letter-spacing:0px;}.elementor-kit-10 h2{color:#7CB25B;font-family:"Trykker", Sans-serif;}.elementor-kit-10 h3{color:#C4554D;font-family:"Trykker", Sans-serif;}.elementor-kit-10 h4{color:#C4554D;font-family:"Trykker", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{text-transform:uppercase;letter-spacing:1px;color:#F2F2F2;background-color:#7CB25B;border-radius:20px 0px 20px 0px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{color:#F2F2F2;background-color:#C4554D;border-radius:0px 20px 0px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* STILE GENERALE */

:root {
  --colore-linee: #7CB25B; /*COLORE LINEE HAMBURGER*/
  --colore-sfondo: transparent; /*COLORE SFONDO HAMBURGER*/
  --stile-bordo: 0px solid black; /*COLORE BORDO HAMBURGER*/
  --radius-bordo: 0%; /*RADIUS HAMBURGER*/
  --colore-head-scroll: #fff; /*COLORE HEADER DOPO LO SCROLL*/
}
.speciale{
    font-family: quimby-gubernatorial, sans-serif;
font-weight: 400;
font-style: normal;
}

/* CSS HAMBURGER */

#hamburger{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:var(--colore-sfondo);position:relative;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border:var(--stile-bordo);float:right}.hl{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.hl:not(.hamburger-line_bottom){position:relative;width:27px;height:4px;background-color:var(--colore-linee);margin-bottom:7px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.hamburger-line_bottom{width:15px;height:4px;background-color:var(--colore-linee);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.hamburger-line_middle:before{position:absolute;content:"";width:100%;height:100%;background-color:var(--colore-linee);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#hamburger:hover .hamburger-line_bottom{width:27px;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#hamburger.chiudi .hamburger-line_middle{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#hamburger.chiudi .hamburger-line_middle:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#hamburger.chiudi .hl:not(.hamburger-line_middle){opacity:0;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#hamburger.chiudi:hover .hamburger-line_middle{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}#hamburger.chiudi:hover .hamburger-line_middle:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}

/* RIMUOVE FOCUS SU TUTO IL SITO */
a:focus {
    outline: none;
}
/* SCROLL TO TOP */
#header{margin:0;padding:0;}

/* CAMBIO COLORE HEADER - RIMUOVERE PER TOGLIERE TRANSIZIONE */
.headerScroll{transition-duration:.5s;transition-timing-function:ease-in}
.headerScroll.cambioColore{transition-duration:.5s;transition-timing-function:ease-in;background-color:rgba(255,255,255,0.9);}

/*FIX FEED ARTICOLI*/
.dce-post-item{
    	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}/* End custom CSS */