/*
 Theme Name:   sistemaoutdoor
 Description:  Child Theme per il tema sydney
 Author:       DFTN - Omar Moretti architetto
 Author URI:   www.dftn.it
 Template:     sydney
 Version:      2023
 Text Domain:  sistemaoutdoor
*/



/* FIX flex-shrink sezione showroom*/

.flex-shrink {
    flex-shrink:1!important;
}

/* HEADER E MENU - PATCH OTTOBRE 2025 */


h1.title-post.entry-title {
    TEXT-ALIGN: CENTER;
    text-transform: uppercase;
    font-size: 2em;
    color: #96baff;
}


.shfb-component-search .header-search svg , .shfb-component-mobile_hamburger .menu-toggle svg
{
    fill: #fff!important;
}

.shfb-component-mobile_hamburger .menu-toggle svg{
    fill: #fff!important;
}
.shfb .main-navigation a, .shfb .main-navigation a:visited, .shfb .site-description {
    color: #5b5b5b !important;
}

.sticky-header-active .has-sticky-header .shfb-main_header_row {
    border-bottom-color: #00000000!important;
}


.shfb-row-wrapper.shfb-main_header_row.shfb-sticky-header.sticky-active {
    background-color: #000000b0!important;
}

.shfb-main_header_row {
    border-bottom-color: rgb(0 0 0 / 0%)!important;
}

.sticky-header-active .shfb .main-navigation a.sydney-dropdown-link + .dropdown-symbol svg , 
.shfb .main-navigation a.sydney-dropdown-link + .dropdown-symbol svg {
    fill: #fff!important;
}

.sticky-header-active .shfb .sub-menu.sydney-dropdown-ul, .sticky-header-active .shfb .sub-menu.sydney-dropdown-ul li.sydney-dropdown-li {
    background-color: #000!important;
}

.shfb .main-navigation .sub-menu.sydney-dropdown-ul a.sydney-dropdown-link {
    background-color: #000!important;
}

.shfb-header.shfb-mobile {
    background-color: rgb(255 255 255 / 0%) !important;
}


.page-wrap {
    padding-top: 80px!important;
}

.shfb-header.shfb-desktop {
    background-color: rgb(0 0 0 / 79%)!important;
}

.home .shfb-header.shfb-desktop {
    background-color: rgb(0 0 0 / 0%)!important;
}


.home .page-wrap {
    padding-top: 0px!important;
}

.sydney-offcanvas-menu #mainnav ul li a, .sydney-offcanvas-menu #mainnav ul ul li a {
    font-family: "Jost", Sans-serif;
    text-transform: uppercase;
}

/* FOOTER */
.footer-widget {
    font-family: "Jost", Sans-serif;
    font-size: .8em;
    text-align: center;
}

/* MENU FISSO IN ALTO */


header.shfb.shfb-header.shfb-mobile {
    position: fixed;
}

.sydney-offcanvas-menu {
    max-width: 100%;
}


/* TASTO MENU A PALLETTA */
a.menu-toggle {
    background: #0000005e;
    padding: 10px;
    border-radius: 30px;
    line-height: 0;
    border: 2px solid #ffffff8c;
}

.menu-toggle .sydney-svg-icon {
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    width: 15px;
    height: 15px;
}


/* LARGHEZZA SCHERMO MOBILE 100%  */



    .container {
        width: 100%!important;
    }
