@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');






body, p {
    letter-spacing:0.5px;
    font-family: "Gothic A1", sans-serif;
    font-weight:300;
}

strong {
    font-family: "Gothic A1", sans-serif;
    font-weight:600;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gothic A1", sans-serif;
    font-weight:800 !important;
}


.autore-sito, .modified, .published, .hits {
    display:none;
}



.breadcrumb {
    background:none;
    justify-content:flex-start;
}

.breadcrumb-item.active, .breadcrumb li {

    color:#fff;
    padding:5px;
}

.breadcrumb a {
    color:#fff;
}





/*elementi nascosti intro*/







/*top bar */

#sp-top-bar {
    padding: 10px 0;
    font-size: 1.2em;
    background: #273d4b;
    color:#fff;
}


#sp-top-bar a {
    color:#fff;
}

/*header */



#sp-header {
    height: 70px;
    box-shadow: none;
    background: #273d4b;
    padding: 0;
}


.itemid-101 #sp-header {
    height: 70px;
    box-shadow: none;
    background: transparent;
    padding: 0;
}


#sp-logo  .logo {
    line-height: 1;
    margin: 0;
    vertical-align: middle;
    height:auto;

}





#sp-header.header-sticky {

    background:#273d4b;
}



.logo-image img{
    padding:5px;
    height:70px;
}





/*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 {

    display: block;
    line-height: 14px;
}




.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {

}



/*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-toggler {
    line-height: 2;
    font-size: 14px;
    /* height: 50px; */
    margin:10px;
    background: #273d4b;
    padding: 0 33px 8px 12px;
}




.offcanvas-menu .logo-image  {
    background:#222;
    padding:10px;
}


.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background:#000;
}

.burger-icon>span {
    height:1px;
    background:#fff;
}

/*bottoni*/


.btn-primary, .sppb-btn-primary {
    background:#fff !important;
    border:#fff !important;
    border-radius:0;
    color:#222;

}

.btn-primary a, .sppb-btn-primary a{
    color:#222 !important;

}

.btn-primary:hover, .sppb-btn-primary:hover {


}

 .btn-outline-bianco {
    background:transparent !important;
    border:2px solid #fff !important;
    color:#fff;
}


.sppb-btn-primary.sppb-btn-outline {
    background:transparent !important;
    border:2px solid #fff !important;
    color:#222;
}

.sppb-btn-primary.sppb-btn-outline a:hover, .sppb-btn-primary.sppb-btn-outline:hover{
    color:#fff !important;
    background:#4d7687 !important;
}

.sppb-btn-link a, .sppb-btn-link{
    color:#050505 !important;

}

.sppb-btn-link:hover{
    color:#919191 !important;
}

/*footer and bottom*/



#sp-footer, #sp-bottom {
    color:#fff;
    line-height:25px;
    background:#273d4b;

}




#sp-bottom .sp-module ul>li {
    margin-bottom:0;
}

#sp-bottom p , #sp-bottom li {
    line-height:25px;
    font-size:20px;
}

 #sp-bottom .sp-module .sp-module-title  {
    color:#fff;
}

#sp-footer a  {
    color:#fff;
}




#sp-footer .container-inner {
    padding:30px;
    text-align: center;


}

#sp-bottom .sp-module ul>li>a {
    display: inline;
}






/*home*/


.title-slider{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
    font-weight:600 !important;
}


.subtitle-slider {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4) !important;
    font-weight:500;
}


.sp-slider-btn-text {
    background:#fff !important;
    color:#222 !important;
}

.img-home-about img{
    border-top:5px solid #000;
}


.collection-home .sppb-carousel-extended-heading{
    text-transform:uppercase;
    text-shadow: 2px 2px 2px #222;

}

.collection-home .sppb-carousel-extended-content-wrap {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:0;
}

.collection-home .sppb-carousel-extended-heading {
    margin-bottom:0;
}



.igui-lightbox-items img, .ig-thumb-scroller-main .ig-scroller-img, .ig-thumb-scroller-lbox .ig-scroller-img {

    background: #fff;
}

.igui-icon [STROKE*='#']:not(.igui-preserve), .igui-icon [stroke*='#']:not(.igui-preserve) {
    stroke: #333;
}

/* CSS BOOTSTRAP SPECIFICI */

/* ------------------------------------------------------------------------------------ */

/* MOBILE */
@media (max-width: 767px){

    .com-sppagebuilder #sp-main-body {
        padding:0px 0;
    }

    .logo-image {

        padding:10px;
    }

        .logo-image {
            height: 55px !important;

        }
    

    .header-sticky  .logo-image-phone {
        height:60px !important;

    }


    .offcanvas-menu .offcanvas-inner {
        display:block;
        margin:0;

    }

    .offcanvas-menu li {
        padding:5px;
        font-size:13px;
    }
    
    body.ltr #offcanvas-toggler.offcanvas-toggler-right {
 
    margin-top: 0;
    }

    #sp-main-body {
        margin-top: -70px;
    }



}

/* IPAD VERTICALE */
@media (min-width: 768px) and (max-width: 1023px){

 body.ltr #offcanvas-toggler.offcanvas-toggler-right {
 
    margin-top: 0;
    }

    .offcanvas-menu .offcanvas-inner {
        display:block;
    }

    .offcanvas-menu li {
        padding:5px;
    }
    .logo-image {
        height: 55px !important;

        }
    
           #sp-main-body {
        margin-top: -70px;
    }
    

}

/* IPAD ORIZZONTALE e IPAD PRO VERTICALE */
@media (min-width: 1024px) and (max-width: 1365px){
    #sp-header-topbar {
        margin:0;
    }

    .logo-image {
        height: 55px !important;

        }
     body.ltr #offcanvas-toggler.offcanvas-toggler-right {
 
    margin-top: 0;
    }


    #sp-header {
        height:65px;
    }




    .offcanvas-menu .offcanvas-inner {
        display:block;
    }

    .offcanvas-menu li {
        padding:5px;
    }

    .itemid-101 #sp-main-body {
        margin-top:-69px;

    }

   #sp-main-body {
        margin-top: -70px;
    }

}

/* 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;
    }



    .itemid-101 #sp-main-body {
        margin-top:-69px;

    }
    
        .logo-image {
        height: 55px !important;

        }
    

}

@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;
    }

 

    .itemid-101 #sp-main-body {
        margin-top:-69px;

    }
    
        .logo-image {
            height: 55px !important;

        }
    

}



@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;
    }



    .itemid-101 #sp-main-body {
        margin-top:-70px;

    }

        .logo-image {
        height: 55px !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;
    width: 100% !important;
    background:transparent !important;
    border-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:1px solid #222 !important;
    border-radius: 0;
}

.bfQuickMode .bfLabelLeft input, .bfQuickMode .bfLabelLeft textarea, .bfQuickMode .bfLabelLeft select, .bfQuickMode .bfLabelLeft button {
    padding:10px !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:#222 !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;
}

