@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');


body, p {
    font-family: "Roboto", sans-serif;
    font-weight:400;
}

strong {
    font-family: "Roboto", sans-serif;
    font-weight:600;

}

h1, h2, h3, h4, h5, h6,.main-title {
   font-family: "Space Grotesk", sans-serif;

    font-weight:800 !important;



}



.article-info {
    display:none;
}




.breadcrumb {
    background:none;
    justify-content: start;
}



.breadcrumb-item.active, .breadcrumb li {

    color:#000;
    padding:5px;
}

.breadcrumb a {
    color:#000;
}



.offcanvas-menu {
    background:#154bbc;
    color:#fff;

}

.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span, .offcanvas-menu .offcanvas-inner a, .offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
    color:#fff !important;
}




/*top bar */




#sp-top-bar a {
    color:#fff;
}

#sp-top-bar {
    background:#154bbc;
    z-index:999;
    position:relative;
    color:#fff;
    font-size:20px;
}



/*header */

.itemid-101 #sp-logo {
    background:#fff;
    border-radius: 0 0 30% 0%;
}


#sp-logo {
    background:#fff;
    border-radius: 0%;
}


.itemid-101 #sp-header {
    height:120px;
    box-shadow:none;
    background: transparent;

}

#sp-header {
    height:120px;
    box-shadow:none;
    background: #154bbc ;

}

#sp-header.header-sticky {
    background: #154bbc ;
    height:80px;
}



#sp-logo  .logo {
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    height:auto;


}



/*
.itemid-191 #sp-header .logo img{
    height:0;
}*/

#sp-header.header-sticky .logo img {
    height:80px !important;
}



.header-sticky #sp-logo {
    border-radius: 0;
}



/*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;
    display: block;
    line-height: 30px;
    color:#FFF;
    text-transform: uppercase;
}




.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li:hover>a {
    font-weight: 600;
    color:rgba(0,66,136,1);
    background:#fff;
}



/*offcanvas*/

/*offcanvas*/


#offcanvas-toggler > div > span:nth-child(1) {
    width:50px;
}


#offcanvas-toggler > div > span:nth-child(2) {
    width:40px;
}

#offcanvas-toggler > div > span:nth-child(3) {
    width:30px;
}


#offcanvas-toggler > div > span:nth-child(3):after {
    content: "MENU";
    font-size:14px;
    color:#fff;
}


.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
    content:"+";
    color:#fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    content:"-";
    color:#fff;
}


.burger-icon>span {
    background:#fff;
}


#offcanvas-toggler {
    line-height:2;
    margin-right:30px;
}


.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color:#fff;
}



/*bottoni*/


.btn-primary, .sppb-btn-primary {


    background: #386ecd !important;

    border:#386ecd !important;
    border-radius:0;


}

.btn-primary a, .sppb-btn-primary a{
    color:#fff !important;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    background:#0d2964 !important;

}



.sppb-btn-primary.sppb-btn-outline, .btn-outline {
    background:transparent !important;
    border:2px solid #ffffff !important;
    color:#fff;
}


.sppb-btn-primary.sppb-btn-outline:hover {
    background:#386ecd !important;;
}


.sppb-btn {
    font-size: 16px;
    color: #fff;
    background: #386ecd;
    padding: 16px 39px;
    -webkit-animation: 1s 1s fadeInUp both;
    animation: 1s 1s fadeInUp both;
    margin-right: 16px;
    border-radius: 0;
    border: 0;
    position: relative;
    transition: .3s;
    display: inline-block;
}

.sppb-btn:before {
    position: absolute;
    content: "";
    right: -6px;
    top: 11px;
    width: 1px;
    height: 57px;
    background: #386ecd;
    transition: .3s;
}


.sppb-btn:after {
    position: absolute;
    content: "";
    left: 10px;
    bottom: -6px;
    width: 200px;
    height: 1px;
    background: #386ecd;
    transition: .3s;
}


/*footer and bottom*/



#sp-footer a {
    color:#333;
    padding:10px;
}

#sp-bottom {
    color:#333;
    line-height:25px;

    background:#fff;
}

#sp-footer {
    color:#333;
    line-height:25px;

    background:#fff;
    text-align: center;
}

#sp-footer .container-inner {
    border-top:1px solid #333 !important;
}

#sp-bottom .sp-module ul>li {
    margin-bottom:0;
}

#sp-bottom p, #sp-bottom li {
    font-size: 20px;
}

#sp-bottom a, #sp-bottom .sp-module ul>li>a {
    color:#333;
}




#sp-footer .container-inner {
    padding:30px;
    text-align: center;

}

#sp-bottom .sp-module ul>li>a {
    display: inline;
} 


#sp-footer #sp-footer2 a{
    font-size:12px;

}

#sp-footer #sp-footer2 .sp-module-content {
    text-align: center;
}





/*pagina prodotti*/





/*contatti*/


.box-contact {  
    border-radius: 10px !important;
    padding: 10px !important;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05) !important;
}



.box-contact h3 {
    color:#154bbc;
}





/*gallery*/
.igui-overlay-primary {
    background: transparent !important;
    text-align: right;
}


.igui-overlay-primary h3 {
    font-size: 1.1rem;
    background: rgba(5, 5, 5, 0.54);
    padding: 15px;
    text-align: left;
    border-left: 4px solid #ec430f;
    padding-left: 5px !important;
    margin-left: 5px !important;
    color: #fff;

}


  

    
    .com_igallery   #sp-header {
    background: #273d4b;
}


 .com_igallery  #sp-top-bar {
    background: #222e3c;
    z-index: 999;
    position: relative;
    color: #fff;
    font-size: 20px;
}



.ig-category-description {
    font-size:20px;
    line-height: 30px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color:#fff;
}
    



/* CSS BOOTSTRAP SPECIFICI */

/* ------------------------------------------------------------------------------------ */

/* MOBILE */
@media (max-width: 767px){

    #sp-top-bar {
        display:none;
    }
    
    .com-sppagebuilder #sp-main-body {
        padding:0px 0;
    }

    .logo-image {
        height:90px !important;
        padding:10px;
    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }

    #sp-header, .itemid-101 #sp-header {
        height:90px;
    }

    .itemid-101 #sp-header {
        background:#154bbc;
    }

    .itemid-101 #sp-logo {
        border-radius:0;
    }

    #sp-header {
        height:90px;
        background:#154bbc;
    }

    #sp-logo {
        border-radius:0;
    }

    .com-content #sp-main-body, .com-igallery #sp-main-body {
        padding: 20px;
    }




}

/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){


    .logo-image {
        height:80px !important;
        padding:10px;
    }


    .header-sticky  .logo-image-phone {
        height:60px !important;

    }


  

    #sp-header .logo {
        height: 90px;
    }


    .offcanvas-menu li {
        padding:5px;
    }

  #sp-header, #sp-header .header-sticky  {
        height:90px;
    }
    
    #sp-header, .itemid-101 #sp-header {
        height:90px;
    }

    .itemid-101 #sp-header {
        background:#154bbc;
    }

    .itemid-101 #sp-logo {
        border-radius:0;
    }




}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){
    #sp-header-topbar {
        margin:0;
    }



    h3.sppb-sp-slider-title {
        font-size: 40px !important;
        line-height:60px !important;
        margin:0 40px 56px 40px !important;
    }


    .offcanvas-menu li {
        padding:5px;
    }


    .logo-image {
        height:75px !important;
    }


    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 8px;
        font-size:16px;
    }


    #sp-header, .itemid-101 #sp-header {
        height:90px;
    }

    .itemid-101 #sp-header {
        background:#154bbc;
    }

    .itemid-101 #sp-logo {
        border-radius:0;
    }


    .igallery_title-box {
        color: #f44d29;
        box-shadow: 0 0 0 0 #ffffff;
        padding: 20px !important;
        text-align: left;
        background-color: #154bbc;
        border-radius: 0 0 150px 150px;
        margin-bottom: 50px;

    }




}

/* 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;
    }



    #sp-header .sp-module {
        margin-left: 50px;
    }


    .logo-image {
        height:75px !important;
    }

    .sp-megamenu-parent>li>a, .sp-megamenu-parent>li span {
        padding: 0 8px;
        font-size:20px;
    }

    #sp-header {
        height:80px;
    }






}

@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 !important;
    }





    .itemid-101 #sp-main-body {
        margin-top:-180px !important;
        padding: 0!important;


    }

    #sp-header {
        height: 120px;
    }



}



@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;
    }

    .logo-image {
        height:120px !important;
        padding:10px;
    }



    .itemid-101 #sp-main-body {
        margin-top:-180px !important;
        padding: 0!important;


    }

    .itemid-101  .logo-image {
        height:180px !important;
        padding:10px;
    }

    #sp-header {
        height: 120px;
    }



}






/*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;
    width: 90% !important;
    background:rgba(55,55,55,0.2) !important;
    border-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:1px solid #fff !important;
    border-radius: 0;
}

.bfQuickMode .bfLabelLeft input, .bfQuickMode .bfLabelLeft textarea, .bfQuickMode .bfLabelLeft select, .bfQuickMode .bfLabelLeft button {
    padding:20px !important;
}

.bfRolloverBg {
    background:none !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:#fff !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;
}




.view-login #sp-main-body {
    padding:200px 0 !important;
}