body.elementor-kit-178{font-family:"Titillium Web", Sans-serif;font-size:16px;}body.elementor-kit-178 a{color:#000000;font-family:"Titillium Web", Sans-serif;}body.elementor-kit-178 a:hover{color:#000000;font-family:"Titillium Web", Sans-serif;}body.elementor-kit-178 h1{font-family:"Titillium Web", Sans-serif;font-size:2.6rem;font-weight:400;line-height:1.1em;letter-spacing:-3.3px;}body.elementor-kit-178 h2{font-family:"Titillium Web", Sans-serif;font-size:2.8rem;font-weight:400;}body.elementor-kit-178 h3{font-family:"Titillium Web", Sans-serif;font-size:1.6rem;font-weight:600;line-height:0.3em;}@media(max-width:767px){body.elementor-kit-178{font-size:0.5rem;}body.elementor-kit-178 h1{font-size:1.6rem;line-height:0.15em;letter-spacing:-2px;}body.elementor-kit-178 h3{font-size:1.1rem;line-height:17px;}}/* Start custom CSS */h1 {
    line-height: 1.1 !important;
}

h1:not(.site-title):before, h2:before {
    background: #1f1f1f;
    content: "\020";
    display: block;
    height: 5px;
    margin: 1rem 0;
    margin-top: 0;
    width: 1em;
}

.no-border h1:not(.site-title):before, .no-border h2:before {
    display: none;
}

.btn.btn-cantieri{
    font-size: 1rem !important;
    padding: .2rem .8rem;
    border-radius: 4px;
    color:#fff !important;
    transition: all 0.3s linear;
    display: inline-block;
    width: 100px;
    line-height: 1.4;
}

.btn.btn-cantieri::after{
    content: ">";
    margin-left: 0.3rem;
    display: inline-flex;
    transform: translateX(0px);
    transition: all 0.3s linear;
}

.btn.btn-cantieri:hover::after{
    content: ">";
    transform: translateX(6px);
}


#btn-spazi.btn.btn-cantieri{
    background: #6EC1E4;
    margin: 0 0.3rem;
}

.btn.btn-cantieri:hover{
    background: #1f1f1f !important;
}

#btn-comunita.btn.btn-cantieri{
    background: #bc6e15;
    margin: 0 0.3rem;
}

.btn-primary{
    padding: .2rem .8rem !important;
    border-radius: 4px;
    color:#1f1f1f !important;
    transition: all 0.3s linear;
    display: inline-block;
    width: auto;
    line-height: 1.4;
    background: #fff; 
    border: 3px solid #1f1f1f;
    margin: 2rem 0 !important;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-primary:hover{
    background: #1f1f1f;
    color: #fff !important;
}
    

.list-button{
    margin:0 !important;
    padding:0 !important;
    list-style: none !important;
    display: flex;
    width: 100%;
}

.list-button-item{
    padding: 0.2rem 1rem;
    margin-right: 0.5rem;
    border: 3px solid #6EC1E4;
}

.list-button-item a{
    cursor:pointer;
    color: #6EC1E4 !important;
    font-weight: bold;
}
.fancybox-close-small{
    width: 70px !important;
    height: 70px !important;
}

.fancybox-close-small:hover{
    background: transparent !important;
}

.fancybox-close-small:after{
    font: 70px/30px Arial,Helvetica Neue,Helvetica,sans-serif !important;
    width: 70px !important;
    height: 70px !important;
        color: #1f1f1f !important;
        display: flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */