@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');




body, p {
font-family: 'Poppins', sans-serif;
    font-weight:400;
}

strong {
font-family: 'Poppins', sans-serif;
    font-weight:600;

}

h1, h2, h3, h4, h5, h6,.main-title {

font-family: 'Poppins', sans-serif;

    font-weight:800 !important;



}



.custom-color-text {
    color:#4fc3f7;
    text-transform:uppercase;
}



.burger-icon>span {
    background:#fff;
}


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



.breadcrumb {
    background:none;
    justify-content:flex-start;
}

.breadcrumb-item.active, .breadcrumb li {

    color:#fff;
    padding:5px;
     font-size:20px;
}

.breadcrumb a {
    color:#fff;
    font-size:20px;
}



#sp-main-body {
    padding:50px 0;
}







/*top bar */






/*header */

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

}


.logo-image {
    padding:10px;


}



#sp-header,  #sp-header.header-sticky {
    height:auto;
    background:#4fc3f7;
    padding:0;

}

.social-icon-facebook {
    font-size: 35px;
}




/*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 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 8px;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
     font-weight: 600;
}




.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    font-weight: 700;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color:#fff;

}


/*bottoni*/


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

}

.btn-primary a, .sppb-btn-primary a{
    color:#fff !important;
}

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


}



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


.btn-personal i{
    border: 1px solid;
    padding: 5px 10px;
}

/*footer and bottom*/



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

#sp-bottom {
    color:#fff;
    line-height:25px;
    padding:10px;
    background:#2d2d2d;
}

#sp-footer {
    color:#fff;
    line-height:25px;
   
    background:#2d2d2d;
    text-align: left;
}



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

#sp-bottom p {

}

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



/*CLIENTI*/

.Stile2 {
    list-style:none;
}





/* CSS BOOTSTRAP SPECIFICI */

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

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

    h2 {
        font-size:54px !important;
    }

    .logo-image {
    height: 3rem !important;
    padding:0;
}



}

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


    .logo-image {
    height: 4rem !important;
}




}

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


    .logo-image {
        height:60px !important;
        padding:0;
    }

    #sp-header {
        height:65px;
    }



    .sp-megamenu-parent > li > a {

        font-size: 13px;
        padding: 0 4px;
        letter-spacing:1px;
    }


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




}

/* IPAD PRO ORIZZONTALE */
@media (min-width: 1366px){
    .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;
    }



}

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

   


}



@media (min-width: 1680px){




}




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



.margin20 {
    margin-top:20px;
}

/*form*/

.bfQuickMode .bfLabelLeft label {
    display:none !important;
}



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


.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
    float: left;
    margin: 0px;
    width: 100% !important;
    background-color: #dedede !important;
    border:0 !important;
}

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