/* # ~~~~~ sticky-wrapper: ~~~~~ # */
.logonavheader {
    position: fixed;
    top:0;
    width: 100%;
    height: auto;
    border: none;
    background: #fff !important;
    opacity:.99;
    z-index: 9 !important;
}

/* # ~~~~~ hero-area: ~~~~~ # */
.is-hero .logonavheader, .blayout-pagets__hero_from_page .logonavheader, .blayout-pagets__heroimage .logonavheader, .blayout-pagets__heroimage_pure .logonavheader {
}

/* # ~~~~~ nav-wrapper: ~~~~~ # */

/* # ~~~~~ logo or textlogo: ~~~~~ # */
.stagetop-sitelogo p {
    margin: 0 !important;
    padding: 0 !important;
}
.textlogo-one,
.textlogo-second {
    text-transform: uppercase;
    display: none;
}
.textlogo-one {
    padding-right: .5em;
    color: black;
}
.textlogo-second {
    color: #333;
}
/*hide all gfx logo:*/
/*.stagetop-sitelogo .ce-textpic .grid-container:nth-child(1),*/
/*.stagetop-sitelogo .ce-textpic .grid-container:nth-child(2),*/
/*.stagetop-sitelogo .ce-textpic .grid-container:nth-child(3) {*/
/*    display: none;*/
/*}*/


/*for desktop only:*/
@media (min-width: 768px) {
    .logonavheader {
        position: fixed;
        width: 100%;
        height: auto;
        border: none;
        z-index: 1;
        transition: all .5s;
    }
    .sm > li > ul {
        padding-top: 26px !important
    }
    /*stagetop - logonavheader-grids:*/
    .logonavheader .stagetop-sitelogo,
    .logonavheader .stagetop-search {
        min-width: 250px;
    }
    .is-top .logonavheader .stagetop-search .sticky-box .searchtrigger {
        top: 35px !important;
        transition: all .5s;
    }
    .not-top .logonavheader .stagetop-search .sticky-box .searchtrigger {
        top: 25px !important;
        transition: all .5s;
    }
    .is-top .logonavheader {
        transition: all .5s;
        padding: 1em 3em;
    }
    .not-top .logonavheader {
        padding: .2em 3em;
        transition: all .5s;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    }
    .stagetop-sitelogo img {
        max-width: 200px;
        height: auto;
        transition: all .5s;
    }
    .is-top .stagetop-sitelogo img {
        max-width: 200px;
        transition: all .5s;
        padding: 1em;
    }
    .not-top .stagetop-sitelogo img{
        max-width: 140px;
        transition: all .5s;
        padding: .2em;
    }
    /* # ~~~~~ wrapper: ~~~~~ # */
    #wrapper {
        padding-top: 0;
    }
}
/*for small only:*/
@media only screen and (max-width: 768px) {
    .logonavheader {
        position: relative;
        margin: 0;
        padding: 0;
        height:auto !important;
        /*background: #fff;*/
        /*background: #5A5A64;*/
    }
    .stagetop-sitelogo img {
        max-width: 200px;
        height: auto;
        transition: all .5s;
        padding: 1em !important
    }
    #wrapper {
        padding-top: 0;
    }
    /* # ~~~~~ smartmenu under hamburger ~~~~~ # */
    .main-menu-btn {
        position: absolute;
        top: 20px;
        right: 100px;
        display: block !important;
        float: inherit;
        width: 50px;
        height: 50px;
        text-indent: 28px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        border: 1px solid #ccc;
        background: rgba(255,255,255, 0.2);
    }
    .logonavheader .stagetop-search .sticky-box .searchtrigger {
        top: 25px !important;
        right: 30px !important;
        transition: all .5s;
    }

    .sm {
        top: 40px !important;
    }
    .textlogo {
        text-align: left;
        padding: 1em !important;
    }
    .textlogo-one {

    }
    .textlogo-second {

    }
}
@media only screen and (min-width: 1440px) {
    .is-megasmartmenu .logonavheader {
        position: fixed !important;
    }
    ul.mega-menu {
        background: inherit !important
    }
    .meganav-grid {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--wrapper-width);
        height: auto;
        background: #fff;
    }
    .msmart-menu-211 .mega-menu .meganav-content-container ul {
        display: block !important;
        position: relative !important;
    }
    .mega-menu .p-header {
        margin: 0 !important;
        padding: 0 !important;
    }
    .mega-menu .p-header a {
        padding: .5em 0 0 0 !important;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }
    .mega-menu ul.fsc-sitemap-menu-pages.fsc-smp,
    .mega-menu ul.fsc-sitemap-menu-pages li,
    .mega-menu ul.fsc-sitemap-menu-pages li a {
        margin: 0 ;
        padding: 0;
    }
    .mega-menu ul.fsc-sitemap-menu-pages li a:before {
        content: "\f054";
        text-align: center;
        font-family: 'Font Awesome 6 Pro';
        font-size: 14px;
        padding-right: .3em;
        display: inline-block;
        color: var(--cone);
        /*opacity: .5;*/
    }
}