/*
* palette
*

 CSS HEX 
--gray:         #7c878bff;
--cadet-gray:   #959d9fff;
--silver:       #CDD2D5ff;
--silver-2:     #cdd2d5ff;
--platinum:     #dbe0e4ff;

 CSS HSL 
--gray: hsla(196, 6%, 52%, 1);
--cadet-gray: hsla(192, 5%, 60%, 1);
--silver: hsla(192, 8%, 75%, 1);
--silver-2: hsla(203, 9%, 82%, 1);
--platinum: hsla(207, 14%, 88%, 1);

*
*
*/
/* typography */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Didact Gothic', sans-serif;
    color: #212529;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
    background: #fff;
}
img {
    width: 100%;
    height: auto;
}
label {
    font-family: 'Didact Gothic', sans-serif;
}
/* headings */
.section-padding h1,
.section-padding-small h1,
h1 {
    font-size: 48px;
}
.section-padding h2,
.section-padding-small h2,
h2 {
    font-size: 36px;
}
.section-padding h3,
.section-padding-small h3,
h3 {
    font-size: 27px;
}
.section-padding h4,
.section-padding-small h4,
h4 {
    font-size: 24px;
}
.section-padding h5,
.section-padding-small h5,
h5 {
    font-size: 20px;
}
.section-padding h6,
.section-padding-small h6,
h6 {
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Syne', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    margin-bottom: 15px !important;
}
.textdark p {
    color: #212529;
}
.textdark {
    color: #212529 !important;
}
.text-light p {
    color: #ffffff !Important;
}
p.display-1 {
    font-size: 1.5rem;
}
bold {
    font-weight: 800;
}
/* crea cerchi*/
.round {
    height: 200px !important;
    width: 200px !important;
}

.services-box .item h5 {
    font-size: 20px;
}
/* paragraph */
.content p, 
.content li {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
    color: #212529;
    font-weight: 400;
}
.lev-up {
    z-index: 999;
    position: relative;
}
/* lists */
.paragraph ul {
    padding-left: 0.0855rem;
}
.paragraph li::before {
    content: "";
    background: url(../images/icons/star.svg);
    background-size: cover;
    width: 15px;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
li.accordion::before {
    content: none;    
}
.navbar .dropdown-toggle::after {
    content: "\f107";
    display: inline-block !important;
    vertical-align: middle;
    font-family: "Font Awesome 6 Pro";
    transition: all 500ms ease;
    border-block: 0;
}

.dropdown-toggle:hover::after {
    content: "\f106";
}
/* links */
a {
    color: #959d9f;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #7C878B;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.bg-middle {
    background-color: #959d9fff;
    background: #959d9fff !important;
    color: #212529;
}
.bg-dark {
    background: #212529 !important;
    background-color: #212529;
}
.bg-crescere {
    background-color: #c65fa1 !important;
    border-radius: 10px;
}
/*page*/
#page {
    overflow: hidden;
}
.mt-n1 {
     margin-top: -1rem;
}
/*bottoni*/
.btnlight .btn-block {
    background-color: #b4b8ba;
}
.btndark .btn-block {
    background-color: #CDD2D5;
}
.btn-link {
    text-decoration: none !important;
}
.btnlight a {
    color: #fff !important;
    text-decoration: none !important;
 
}
.btnlight a:hover {
    color: #fff !important;
    text-decoration: none;
}
.btndark a {
    color: #212529 !important;
    text-decoration: none !important;
}
.btndark a:hover {
    color: #212529 !important;
    text-decoration: none;
}
.webform-button--submit {
    background-color: #CDD2D5 !important;
    border-color: #CDD2D5 !important;
    background: #CDD2D5 !important;
}
.paragraph--type--button {
    margin: 30px 0;
}
.contattacipage button,
#prefooter button {
    background: #fff;
}
.contattacipage .contattacilink,
#prefooter .contattacilink {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #0c0c0c;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonials #prefooter .wrap {
    margin-bottom: 20px;
}
/*preloader*/
.preloader .item .wrap .line-mask .line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #CDD2D5;
}
/*menu nav*/
.logo-img {
    height: 80px;
    width: auto;
}
.navbar {
    background-color: #212529;
}
.navbar .navbar-nav .nav-link,
.navbar-nav .nav-link.show,
.dropdown-menu .dropdown-item a {
    color: #F2F2F2 !important;
}
.navbar .navbar-nav .active,
.navbar .navbar-nav .nav-link:hover,
.dropdown-menu .dropdown-item a:hover {
    color: #959d9f !important;
}
.navbar .dropdown-menu {
    background-color: #212529;
}
.navbar .navbar-right .wrap .icon,
.navbar .navbar-right .wrap .text p {
    color: #CDD2D5;
}
.navbar .navbar-right .wrap .text h5 a {
    color: #CDD2D5;
}
.navbar .navbar-right .wrap .text h5 a:hover {
   color: #959d9f !important; 
}
.services .item .wrap .img img {
    border-radius: 5px;
}
.navbar-toggler-icon {
    background-image: none !important;
}
.navbar .navbar-toggler-icon, 
.navbar .icon-bar {
    color: #fff;
}
.navbar-collapse.collapse.show {
    background: #212529;
}
/*pretitoli*/
.header .caption h6,
.section-padding h6 {
    color: #959d9f;
}
.section-padding h5 {
    color: #212529;
}
/*homepage slider*/
.slider-fade .owl-theme .owl-dots .owl-dot.active span, 
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #CDD2D5;;
    border: 1.5px solid #CDD2D5;;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]{
    border: 2px solid #CDD2D5;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #CDD2D5;
    border: 2px solid #CDD2D5;
}
.header .caption p {
    color: #fff !important;
}

/*homepage milestone*/

#milestone h1 {
    font-size: 5vw;
}
#milestone {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.overlay-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    cursor: pointer;
}

.header .caption h4 {
    color: #fff;
}

.arrowup {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
}
/*scetion padding 18*/
.section-padding-small {
    padding-top: 30px;
    padding-bottom: 0;
}
.section-padding {
    padding-top: 30px;
    padding-bottom: 0;
}
/*breadcrumb*/
.breadcrumb {
    justify-content: center;
}
/*separator*/
.line-vr-section {
    border-color: #CDD2D5;
}

/*to top*/
.progress-wrap svg.progress-circle path {
    stroke: #000;
}
.progress-wrap {
    box-shadow: inset 0 0 0 2px #CDD2D533;
}
.progress-wrap::after {
    color: #000;
}

/*cursore drag*/ 
.cursor.drag::before {
    background: #CDD2D5;
}

/*service blocks*/
.col-md-4.wow.fadeInUp {
    margin-bottom: 25px;
}
.services-box .item.active svg {
    fill: #fff;
    height: 50px;
}
.services-box .item svg {
    fill: #CDD2D5;
    height: 50px;
}
.services-box .item:hover svg {
    fill: #fff;
    height: 50px;
}
.services-box .icon img {
    width: 100px;
}
.services-box .item {
    background: #212529;
    padding: 10px 30px;
}
.services-box .item p {
    color: #959D9F !important;
    font-size: 1em;
    line-height: 1.3;
}
.services-box .item.active,
.services-box .item:hover {
    background: #959d9f;
}

.services-box .item.active p,
.services-box .item:hover p {
    color: #fff !important;
    font-size: 1em;
    line-height: 1.3;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #CDD2D5;
    border: 1.5px solid #CDD2D5;
}
/*cta arredamento homepage */
.ctarredamento .rest {
    height: 60vh;
    vertical-align: middle;
    display: inline;
}
#block-capdiffusion-ctaarredamento .nxt,
#block-capdiffusion-ctaarredamento .prv,
#block-capdiffusion-ctaarredamento .img.bg-img{
    height: 100%;
    vertical-align: middle;
}
#block-capdiffusion-ctaarredamento .nex-prv .prv h6, 
#block-capdiffusion-ctaarredamento .nex-prv .prv h6 a {
    color: #CDD2D5;
}
.ctarredamento .prv .ontop,
.ctarredamento .nxt .ontop {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nex-prv .nxt .img::after, 
.nex-prv .prv .img::after {
    opacity: 0.3;
}
.nex-prv .nxt .img:hover::after, 
.nex-prv .prv .img:hover::after {
    opacity: 0.7;
}

/*video gallery*/
.video-gallery-polygon {
    background: #CDD2D5;
}
.video-gallery-polygon a {
    color: #fff !important;
}
.video-gallery-polygon:hover a {
    color: #212529 !important;
}
/*accordion*/
.accordion-box .block .acc-btn .count,
.accordion-box .block .acc-btn::before {
    color: #CDD2D5;
}
.accordion-box .block .acc-btn.active {
    background: #CDD2D5;
    color: #212529;
}
.accordion-box .block:last-child {
    margin-bottom: 15px;
}
.accordion-box .block .content {
    border-radius: 0;
}
/*i nostri corsi*/
.colorsRectangle {
    float: right;
    height: 100%;
    width: 45%;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    overflow: hidden;
    justify-content: center;
    opacity: .955;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}
.bg-blue {
    background-color: #1E94DF !important;
}
.bg-green {
    background-color: #90B69C !important;
}
.bg-pink {
    background-color: #D3648C !important;
}
.bg-yellow {
    background-color: #FECC5E !important;
}
.bg-brown {
    background-color: #AC835D !important;
}
.bg-orange {
    background-color: #ED6F3A !important;
}
.bg-light {
    background-color: #AFCFE1 !important;
}
.bg-purple {
    background-color: #AB88E2 !important;
}
.bg-beige {
    background-color: #EADFB0 !important;
}
.bg-red {
    background-color: #EA343D !important;
}
/**/
.data-start-box-2 {
    position: absolute;
    bottom: 1rem;
}
.colorsRectangle span {
    font-family: 'Syne', sans-serif;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #DBDFE1;
}
.colorsRectangle .span-sector {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.services .item .wrap .text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
}
.services .item .wrap:hover .text {
    padding: 3rem;
}
.services .item .wrap .text a {
    text-decoration: none !important;
}
.services .item .wrap .text p {
    color: #CDD2D5 !important;
}
.data-start-box {
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    margin: 15px;
    padding: 0 11px 3px;
    display: inline-table;
    bottom: 25px;
    left: 20px;
    display: flex;
    flex-direction: column;
    column-count: 3;
}
.data-start-box span {
    font-family: 'Syne', sans-serif;
    transition: .5s;
    text-transform: lowercase;
    line-height: 1;
    color: #80868B;
}
.data-start-box .span-day {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
}
.data-start-box .span-month {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}
.data-start-box .span-year {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
}
.col-lg-4.col-md-6.mb-15.wow.fadeInUp {
    position: relative;
}
.sold-out {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 25px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #DBDFE1;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.item:hover .sold-out {
    color: #DBDFE1;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 35px;
}

/*nuova vista corsi*/
.wrap a {
    color: #242424;
}
/*team (tutte le pagine)*/
.team .item .con {
    background: #CDD2D5;
}
.team .item .con h5 {
    color: #000;
}
.team .item .con h5 span {
    color: #000;
}
/* costruisco il bottone del form per i corsi */
.views-exposed-form.bef-exposed-form {
    display: flex;
    justify-content: center;
}
/*pagine statiche*/
.section h6 {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #CDD2D5;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section h1 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
/*dettaglio corso*/
.team-single .img {
    border-radius: 5px;
    height: auto;
    overflow: hidden;
}
.team-single .profile-img {
    border-radius: 10px;
    padding: 5px;
    border: 2px solid #CDD2D54F;
}
.image-style-large,
.field--name-field-immagine-corso,
.team-single .img img {
    margin-bottom: 0;
}
.team-single .tab-content p,
.team-single .tab-content li,
.team-single .tab-content span {
    color: #212529;
    margin-bottom: 1px;
}
.team-single .tab-pane ul {
    padding-left: 20px;
}
.team-single .tab-pane li::before {
    content: ' ';
    background-image: url(../images/icons/star.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-left: -20px;
}
.team-single .tab-content a {
    color: #212529;
}
.team-single .list-text {
    display: flex;
}
.team-single .list-text p {
    margin: 0 12px 0 0;
}
.team-single .list-text a {
    color: #212529;
    font-size: 1.2rem;
    font-weight: 600;
}
.list-icon.size2x i {
    font-size: 15px;
}
.team-single .nav-link.active {
    color: #959d9f;
}
.team-single .nav-tabs {
    border-bottom: 2px solid #e7e7e7;
}
.list-icon i {
    color: #959d9f;
}
.team-single p a {
    background: linear-gradient(to bottom, #CDD2D5 0%, #CDD2D5 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
}
/**/
.color-separator {
    height: 2px;
    width: 100%;
}
/**/
article.blue .team-single .nav-link.active {
    background-color: #1E94DF !important;
}
article.green .team-single .nav-link.active {
    background-color: #90B69C !important;
}
article.pink .team-single .nav-link.active {
    background-color: #D3648C !important;
}
article.yellow .team-single .nav-link.active {
    background-color: #FECC5E !important;
}
article.brown .team-single .nav-link.active {
    background-color: #AC835D !important;
}
article.orange .team-single .nav-link.active {
    background-color: #ED6F3A !important;
}
article.light .team-single .nav-link.active {
    background-color: #AFCFE1 !important;
}
article.purple .team-single .nav-link.active {
    background-color: #AB88E2 !important;
}
article.beige .team-single .nav-link.active {
    background-color: #EADFB0 !important;
}

article.red .team-single .nav-link.active {
    background-color: #EA343D !important;
}
article .team-single .nav-link.active {
    border: 0;
    color: #111;
    padding: 10px;
}
article .team-single .nav-link {
    padding: 10px;
    background: #fff;
    color: #111;
    border: 0;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}

#contattaci .webform-submission-form a {
    color: #fff;
    font-weight: 600;
}
/**/

.node--type-corsi .owl-dots {
    padding-bottom: 13px;
}
/*prodotti*/
.gallery-masonry-wrapper.single-item {
    padding: 10px;
}
.gallery-box {
    height: 12rem;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    display: grid;
    border-radius: 5px;
    background-color: #fff;
}
.gallery-box .gallery-img {
    border-radius: 0;
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.gallery-img.img-grayscale:hover {
    opacity: 1;
}
.gallery-img.img-grayscale {
    opacity: .7;
}
/* costruisco il filtro form per i prodotti */
.form-selectn {
    --bs-form-select-bg-img: none !important;
}
.bef-links {
    display: flex;
    border: none;
    padding: 10px 0;
}
.bef-links ul {
    display: flex;
    padding: 0;
}
.bef-links li a {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #0c0c0c;
    text-decoration: none !important;
}
.bef-links li a:hover {
    text-decoration: none !important;
    color: #CDD2D5 !important;
}
.bef-link--selected:active,
.bef-link--selected {
    color: #CDD2D5 !important;
    content: "";  
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #CDD2D5;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
/*sidebar*/
.sidebar .block {
    border-style: none;
    border-width: 0px;
    padding: 0 0;
    margin: 0 0 0;
}
.blog-sidebar .item .text h5 {
    border-bottom: 2px solid #CDD2D54F;
}
/*allestimento saloni carousel*/
.carousel .slider-fade .owl-theme .owl-dots {
    display: none;
}
/*body*/
.container a {
    color: #959D9F;
}
.container a:hover {
    color: #959D9F;
}
.about .profile-img,
.clients {
    border: 2px solid #959D9F;
}
.vid-icon {
    margin: 1rem 0;
}
.salonedesc p {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn.active .salonedesc p {
    color: #212529 !important;
}

.salonicarousel .owl-nav {
    position: absolute;
    top: 50%;
}
.salonicarousel owl-next {
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: #212529;
    border: 2px solid #212529;
    opacity: 1;
}
.team .owl-theme .owl-nav {
  top: 55% !important;
  margin-top: 0;
}
/*contattaci*/
.contact-box .item p,
.contact-box .item a {
    color: #959D9F !important;
    text-decoration: none !important;
}
.contact-box .item:hover p,
.contact-box .item:hover a {
    color: #fff !important;
    text-decoration: none !important;
}
.contact-box .item.active p {
    color: #fff;
}
.contact-box .item.active {
    background: #959D9F;
}
.contact-box .item.active p,
.contact-box .item.active a {
    color: #fff !important;
}
.contact-box .item:hover {
    background: #959D9F;
}
.contact-box .item span {
    color: #CDD2D5;
}
#block-capdiffusion-embedmap p {
    margin-bottom: 0;
}
/*footer*/
#block-capdiffusion-agenziaaccreditata img {
    max-height: 100px;
    width: auto;
}
#block-capdiffusion-agenziaaccreditata h6 {
    color: #fff;
}

.section-padding[data-overlay-dark] h6 {
  color: #CDD2D5;
}

.footer .bottom {
    border-top: 2px solid #CDD2D54F;
}
.footer .bottom p a::before {
    background-color: #CDD2D54F;
}

#block-capdiffusion-prefooter .btn-link:hover .btn-block,
#block-capdiffusion-prefootercorsi .btn-link:hover .btn-block {
    left: 80%;
    text-decoration: none;
}
.footer .bottom p a:hover:before {
    background-color: #CDD2D5;
}
/*pagina calendario corsi*/
.calendar-view-pager {
    width: 50%;
    justify-content: center;
    margin-left: 25%;
    margin-bottom: 0;
    padding: 0;
}
.calendar-view-pager .pager__item a {
    color: #000;
    padding: 0;
}
.view-corsi .js-form-item {
    display: none;
}
.pager__reset {
    padding: 0;
    color: #000;
}
.calendar-view-pager__reset a {
    padding: 0;
}
.calendar-view-month caption {
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: #0c0c0c;
}
.calendar-view-table thead tr {
    background: #fff;
}
.calendar-view-table thead th {
    background: #fff;
    border: 1px solid #dbe0e4;
}
.view-calendar td {
    border: 1px solid #dbe0e4 !important;
}

.view-calendar thead > tr {
  border-bottom: 0;
}
tr.odd,
tr.even {
    background: #fff;
    padding: 0;
}
.table > :not(caption) > * > * {
    box-shadow: none !important;
}
.previous-month,
.next-month {
    background-color: #cdd2d5 !important;
}
.previous-month .calendar-view-day__number,
.next-month .calendar-view-day__number {
    background-color: #959d9f !important;
}
.current-month {
    background-color: #fff !important;
}
.current-month .calendar-view-day__number {
    background-color: #000 !important;
}
.past .calendar-view-day__number {
    background: #959d9f !important;
}
.calendar-view-table h6 {
    word-break: break-word;
}
.calendar-view-table h6 a {
    color: #000 !important;
}
.calendar-view-table p {
    word-break: break-word;
    line-height: 1.2;
}
.calendar-view-day__row {
    height: 80px !important;
    padding: 10px !important;
    overflow: hidden;
}
.calendar-box {
    padding: 10px;
}
.calendar-box p {
    font-size: 13px;
}
/* sipario crescere school */
#block-capdiffusion-enteaccreditato img {
    height: 50px;
    width: auto;
}
#block-capdiffusion-enteaccreditato li {
    vertical-align: middle;
    display: table-cell;
    padding: 5px;
}
#block-capdiffusion-enteaccreditato h6 {
    margin: 0 !important;
}
/*digisin*/

@media (max-width: 768px){
    .colorsRectangle .span-day {
        font-size: 25vw;
        line-height: .5;
    }
    .colorsRectangle .span-month {
        font-size: 12vw;
        line-height: 1.3;
    }
    .colorsRectangle .span-year {
        font-size: 11vw;
        line-height: .5;
    }
    .colorsRectangle .span-title {
        font-size: 5vw;
        -webkit-text-stroke-width: 0 !important;
    }
    .colorsRectangle .span-sector {
        font-size: 3vw;
        -webkit-text-stroke-width: 0 !important;
    }
    .is-multi {
        margin-top: 10px !important;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-collapse {
        max-height: 100%;
    }
    .logo-wrapper {
        float: left;
        padding: 5px 15px;
    }
    
}
@media (min-width: 768px){

    .colorsRectangle .span-day {
        font-size: 10vw;
        line-height: .5;
    }
    .colorsRectangle .span-month {
        font-size: 4.8vw;
        line-height: 1;
    }
    .colorsRectangle .span-year {
        font-size: 4vw;
        line-height: .5;
    }

    .colorsRectangle .span-title {
        font-size: 1.5vw;
        -webkit-text-stroke-width: 0 !important;
    }
    .colorsRectangle .span-sector {
        font-size: 1.3vw;
        -webkit-text-stroke-width: 0 !important;
    }
    .calendar-view-pager__reset {
        margin-top: -25px;
    }
    .view-calendar .table-responsive {
        padding: 0 60px;
    }
    .color-separator {
        padding-right: 100vw;
    }
}
@media (min-width: 992px){
    .colorsRectangle .span-day {
        font-size: 9vw;
        line-height: .5;
    }
    .colorsRectangle .span-month {
        font-size: 5vw;
        line-height: 1;
    }
    .colorsRectangle .span-year {
        font-size: 3vw;
        line-height: .5;
    }

    .colorsRectangle .span-title {
        font-size: 1.755vw;
        -webkit-text-stroke-width: 0 !important;
    }
    .colorsRectangle .span-sector {
        font-size: 1.555vw;
        -webkit-text-stroke-width: 0 !important;
    }
    .contact-box .item {
        max-height: 280px;
    }
}
@media (min-width: 1400px){
    .colorsRectangle .span-day {
        font-size: 10em;
        line-height: .5;
    }
    .colorsRectangle .span-month {
        font-size: 4.8em;
        line-height: 1;
    }
    .colorsRectangle .span-year {
        font-size: 4em;
        line-height: .5;
    }

    .colorsRectangle .span-title {
        font-size: 1.5em;
        -webkit-text-stroke-width: 0 !important;
    }
    .colorsRectangle .span-sector {
        font-size: 1em;
        -webkit-text-stroke-width: 0 !important;
    }
}
.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.image-overlay img {
    max-width: 90%;
    max-height: 90%;
}
.image-overlay.show {
    display: flex;
}
/* form */
input[type="password"], 
input[type="email"], 
input[type="text"], 
input[type="file"], 
input[type="tel"], 
#edit-messaggio {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    background-image: none;
    border: 2px solid #dbe0e4;
    border-radius: 5px;
}
.form-type-webform-terms-of-service {
    text-align: left;
}

.contattacipage .js-form-item {
    text-align: left;
}
