@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');






body, p {

    font-family: "Lora", serif;

    font-weight:400;

}

strong {
    font-family: "Lora", serif;

    font-weight:600;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", serif;
    font-weight:700 !important;

}


.autore-sito, .modified, .published, .hits {
    display:none;
}



.breadcrumb {
    background-color: #6ac12d;
    box-shadow: 0px 10px 16px 0px rgba(20, 37, 63, 0.06);
    border-radius: 4px;
    padding: 20px;
    justify-content: center;
}

.breadcrumb-item.active, .breadcrumb li {

    color:#45322e;
    padding:5px;
}

.breadcrumb a {
    color:#45322e;
}


.bg-custom {
    background:#43781E;

}



/*elementi nascosti intro*/







/*top bar */

#sp-top-bar {
    padding:8px 0;
    font-size: 1.2em;
    background:#fff;
}


/*header */




#sp-header {
    height:90px;
    box-shadow:none;
    background:transparent;
    padding:0;
}

#sp-logo  .logo {
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    height:auto;

}



#sp-header.header-sticky {
    height:90px;
    background:#43781E;
}



.logo-image {
    padding:5px;
}


#sp-header.header-sticky .logo img {
    height:80px;
}


#sp-menu ul.social-icons a, .sp-contact-phone a, .sp-contact-phone {
    color:#45322e;
}

/*menu */






.sp-megamenu-parent>li {
    padding:0 7px;
}


.sp-megamenu-parent {
    margin: auto!important;
}





.sp-megamenu-parent>li:last-child>a {
    padding: 10px;

}

.sp-megamenu-parent>ul {

}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size:18px;
    line-height: 50px;
    color:#45322e;
    padding:0 5px;
}




.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a , .sp-megamenu-parent>li:hover>a{
    background:#43781E;
    color:#fff;

    border:0.5px solid;
}


.header-sticky .sp-megamenu-parent>li> a{
    color:#fff;
}


.header-sticky a, .header-sticky #sp-menu ul.social-icons a, .header-sticky .sp-contact-phone {
    color:#fff;
}

/*offcanvas*/



/*bottoni*/


.btn-primary, .sppb-btn-primary {
    background:#43781E !important;
    border:#43781E !important;
    border-radius:0;

}

.btn-primary a, .sppb-btn-primary a{
    color:#45322e !important;

}

.btn-primary:hover, .sppb-btn-primary:hover {


}



.sppb-btn-primary.sppb-btn-outline {
    background:transparent !important;
    border:2px solid #43781E !important;
    color:#43781E;
}

.sppb-btn-primary.sppb-btn-outline a:hover, .sppb-btn-primary.sppb-btn-outline:hover{
    color:#fff !important;
    background:#43781E !important;
}


.btn-custom{
    padding: 0!important;
    font-size: 15px;
    color: #fff;
    margin-left:40px;
    border: 0;
    vertical-align: middle;
}


.btn-custom:before {
    content: '';
    position: absolute;
    top: 110%;
    left: -40px;
    width: 55px;
    height: 1px;
    background: currentColor;
    -webkit-transform: rotate(-50deg) scaleX(1);
    -ms-transform: rotate(-50deg) scaleX(1);
    transform: rotate(-50deg) scaleX(1);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    pointer-events: none;
    transition-duration: 500ms;
    color:#fff;
}


.btn {

    position: relative;
    width: auto;



    letter-spacing: .11em;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    cursor: pointer;
    transition-duration: 500ms;
}


.btn-custom:hover:before {
    background:#fff;
    transform: rotate(0deg) scaleX(1);
    top: 40%;
    animation: .4s forwards cubic-bezier(.39,.58,.57,1);
    animation: spFadeInDown 0.5s;
    transition-duration: 500ms;


}

/*footer and bottom*/



#sp-footer, #sp-bottom {
    color:#fff;
    line-height:25px;
    background:#43781E;

}




#sp-bottom .sp-module ul>li {
    margin-bottom:0;
}

#sp-bottom p , #sp-bottom li {
    line-height:25px;
    font-size:20px;
}

#sp-bottom a, #sp-bottom .sp-module .sp-module-title  {
    color:#fff;
}

#sp-footer a  {
    color:#fff;
}




#sp-footer .container-inner {
    padding:30px;


}




/*home*/




/*gallery*/
.igui-overlay-primary {
    background: transparent !important;
    text-align: right;
}


.igui-overlay-primary h3 {
    font-size: 1.5rem;
    background: rgb(255 255 255 / 54%);
    padding: 15px;
    text-align: center;
    border-left: 4px solid #43781e;
    border-right: 4px solid #43781e;
    padding-left: 5px !important;
    margin-left: 5px !important;
    color: #43781e;


}
.igui-scope audio, .igui-scope canvas, .igui-scope img, .igui-scope video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #43781e;
    border-radius:20px;
}




/* CSS BOOTSTRAP SPECIFICI */

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

/* MOBILE */
@media (max-width: 767px){

    .com-sppagebuilder #sp-main-body {
        padding:0px 0;
    }

    .logo-image {
        height:70px !important;
        padding:10px;
    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }

    #sp-header {
        height:85px !important;
    }

    .itemid-101 #sp-main-body {
        margin-top:-50px !important;
        padding: 0!important;


    }

    #sp-header.full-header-center #offcanvas-toggler.mega {
        justify-content: center;
    }


    #sp-top2, #sp-top1 {
        display:none;
    }


    #sp-menu ul.social-icons>li:not(:last-child) {
        margin-right: 20px;
    }
    ul.social-icons>li {
        font-size: 29px;
        padding: 15px;
    }



}

/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){

    .itemid-101 #sp-main-body {
        margin-top:-120px !important;
        padding: 0!important;


    }


    #sp-main-body {
        margin-top:-120px;
        padding:50px 20px !important;


    }

    #sp-header.header-sticky ,
    #sp-header {
        height:65px;
    }
    .logo-image {
        height: 60px !important;
    }

    #sp-header.full-header-center #offcanvas-toggler.mega {
        justify-content: center;
    }

    ul.social-icons>li ,  .sp-contact-info li {
      
        font-size: 20px;
        padding: 10px;
    }
    
 

}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){
    #sp-header-topbar {
        margin:0;
    }


    #sp-header.header-sticky ,
    #sp-header {
        height:65px;
    }


    .logo-image {
        height: 60px !important;
    }
    .itemid-101 #sp-main-body {
        margin-top:-140px !important;
        padding: 0!important;


    }

    ul.social-icons>li ,  .sp-contact-info li {
      
        font-size: 15px;
        padding: 10px;
    }

    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 15px;
    }
 


}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1366px) and (max-width: 1399px){
    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }
    .logo-image {
        height: 60px !important;
    }

    #sp-header.header-sticky ,
    #sp-header {
        height:65px;
    }

    .itemid-101 #sp-main-body {
        margin-top:-140px !important;
        padding: 0!important;


    }

    ul.social-icons>li ,  .sp-contact-info li {
      
        font-size: 20px;
        padding: 15px;
    }


}

@media (min-width: 1400px) and (max-width: 1679px){

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }

    .logo-image {
        height:90px;
    }

    #sp-header .sp-module {
        margin-left: 50px;
    }

    .sp-contact-info li {
        font-size: 22px;
        white-space: nowrap;
        border: 1px solid;
        border-radius: 50%;
        padding: 15px;
    }

    .com-igallery #sp-main-body{
        margin-top:120px !important;
    }

    #sp-header.header-sticky ,
    #sp-header {
        height:65px;
    }

    ul.social-icons>li {
        font-size: 29px;
        padding: 15px;
    }

}



@media (min-width: 1680px){

    .container{
        max-width: 1300px;
    }

    .sp-menu-full.container{
        width: 1300px;
        left: 0!important;
        right: 0!important;
    }

    body.helix-ultimate .sppb-row-container{
        max-width: 1300px;
    }

    .sppb-row-container{
        width: 1300px;
    }

    #sp-header.header-sticky ,
    #sp-header {
        height:90px;
    }

    .sp-contact-info li{
        font-size: 22px;
        padding: 15px;
    }

    ul.social-icons>li {
        font-size: 29px;
        padding: 15px;
    }



    .itemid-101 #sp-main-body {
        margin-top:-140px !important;
        padding: 0!important;


    }

    .com-igallery #sp-main-body{
        margin-top:120px !important;
    }


    .header-sticky   .logo-image {
        height:90px !important;
    }



}







/*form*/







.bfQuickMode .bfLabelRight label, .bfQuickMode .bfLabelLeft label, .bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select,
.bfQuickMode .bfLabelLeft .bfElementGroup, .bfQuickMode .bfLabelRight .bfElementGroup, .bfQuickMode section.bfLabelLeft .bfElementGroupNoWrap{
    width:95% !important;
}





.bfQuickMode fieldset.bfInline {
    width:100% !important;
}



.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
    float: left;
    margin: 0px;
    max-width: 100% !important;
    width: 90% !important;
    background:transparent !important;
    border-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:1px solid #ddd !important;
    border-radius: 0;
    color:#333 !important;
}

.bfQuickMode .bfLabelLeft input, .bfQuickMode .bfLabelLeft textarea, .bfQuickMode .bfLabelLeft select, .bfQuickMode .bfLabelLeft button {
    padding:20px !important;
}

.bfQuickMode section .row, .bfQuickMode section .row .col-md-6 {
    margin-left:0 !important;
    padding:0 !important;
}


input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus, select:not(.form-select):not(.form-control):focus, .bfQuickMode textarea:focus, .bfQuickMode input[type="text"]:focus, .bfQuickMode input[type="password"]:focus,
.bfQuickMode input[type="datetime"]:focus, .bfQuickMode input[type="datetime-local"]:focus, .bfQuickMode input[type="date"]:focus, .bfQuickMode input[type="month"]:focus, .bfQuickMode input[type="time"]:focus,
.bfQuickMode input[type="week"]:focus, .bfQuickMode input[type="number"]:focus, .bfQuickMode input[type="email"]:focus, .bfQuickMode input[type="url"]:focus,
.bfQuickMode input[type="search"]:focus, .bfQuickMode input[type="tel"]:focus, .bfQuickMode input[type="color"]:focus, .bfQuickMode .uneditable-input:focus {
    color:#333 !important;
}




.cc-revoke.cc-top {
    right: 0!important;
    font-size: 12px;
    top: auto!important;
    bottom: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}


