/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media screen and (min-width: 922px) {
    body:not(.page-template-tpl-page-without-header) #page {
        padding-left: 360px;
    }

    .site-header {
        width: 360px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        overflow: auto;
    }

    .site-header-section>div:first-child, .site-header .ast-site-identity {
        padding: 0;
    }

    .site-primary-header-wrap > .ast-builder-grid-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100vh;
        padding: 50px 0;
        gap: 30px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .site-primary-header-wrap .ast-builder-grid-row>.site-header-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .site-primary-header-wrap .site-header-primary-section-left {
        gap: 0!important;
    }

    .site-primary-header-wrap .site-header-primary-section-right, .site-primary-header-wrap .site-header-primary-section-left {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        gap: 0;
    }

    .site-primary-header-wrap .site-header-primary-section-center {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        overflow: hidden;
    }

    .site-header-section {
        height: auto;
    }

    .site-header [class*="ast-header-html-"] {
        -ms-flex-item-align: end;
            align-self: flex-end;
    }

    .site-header-section .ast-builder-html-element p {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 125%;
        font-family: 'Anton';
    }

    .site-header .site-header-primary-section-right-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .site-header .site-header-primary-section-right-center > * {
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
    }

    .site-header [data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        min-height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .site-header .main-navigation ul {
        gap: 34px;
    }

    .site-header .ast-builder-menu-1 {
        text-decoration: none;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item {
        width: 100%;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item-has-children,
    .site-header .ast-primary-header-bar .main-header-menu > .menu-item:not(.menu-item-has-children) > .menu-link {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item:not(.menu-item-has-children) > .menu-link:after {
        content: "";
        display: block;
        width: 22px;
        height: 25px;
        background: url(../images/arrow-right.svg) no-repeat center/contain;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item.menu-item-has-children > .ast-menu-toggle {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/plus.svg) no-repeat center/contain!important;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 0;
        margin: 0;
        outline: none;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item.menu-item-has-children > .ast-menu-toggle[aria-expanded="true"] {
        background-image: url(../images/minus.svg)!important;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
        width: calc(100% - 30px);
        height: auto;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item:not(.menu-item-has-children) > .menu-link {
        width: 100%;
        padding-right: 0;
        gap: 1em;
        flex-wrap: nowrap;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item.menu-item-has-children > .menu-link > * {
        display: none;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item.menu-item-has-children > .ast-menu-toggle > * {
        display: none;
    }

    .main-header-menu .sub-menu {
        position: static;
        width: 100%;
        margin-top: 15px!important;
        visibility: visible;
        -webkit-box-shadow: none!important;
                box-shadow: none!important;
        display: none;
    }

    .site-header .ast-primary-header-bar .main-header-menu > .menu-item.menu-item-has-children > .ast-menu-toggle[aria-expanded="true"] + .sub-menu {
        display: block;
    }

    .main-header-menu .sub-menu .menu-link {
        font-size: 18px;
        font-weight: 600;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .site-header .ast-primary-header-bar {
        border: 0;
    }

    /* width */
    .site-header::-webkit-scrollbar {
        width: 10px;
    }
    
    /* Track */
    .site-header::-webkit-scrollbar-track {
        background: #f1f1f1; 
    }
    
    /* Handle */
    .site-header::-webkit-scrollbar-thumb {
        background: #888; 
    }
    
    /* Handle on hover */
    .site-header::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
}