
.lite-header .logo {
    width: 155px;
    position: absolute;
    margin-top: -3px;
}
.lite-header ul{
    padding:0;
    margin: 0;
}
.lite-header ul li{
    list-style: none;
}
.lp-container {
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px;
}
.lp-container-body {
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}
.image-container {
  display: flex;
}
.lite-header .menu {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 24px;
    font-size: 1.4rem;
    margin: 0px;
}
.lite-header .menu-item {
    position: relative;
}
.menu .menu-item a {
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    letter-spacing: 0px;
    height: 33px;
    gap: 6px;
}
.lite-header .menu .menu-text {
    color: #000;
}
.entry-.lite-header{
    display:none;
}

@media screen and (min-width: 768px) {

 .lite-mob-header {
    display: none;
}
    .lite-header{
        position: sticky;
        top: 0px;
        z-index: 999;
        background: rgb(255, 255, 255);
        height: 52px;
        padding: 0px;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .lite-header .logo {
        position: static;
        margin-top: 0px;
    }
    .lite-header  nav {
        width: auto;
    }
    .lp-container {
        max-width: 750px;
        padding: 0px 15px;
        height: 100%;
    }
    .lp-container-body {
        flex-direction: row;
        text-align: left;
        -webkit-box-pack: justify;
        justify-content: space-between;
        height: 100%;
    }
    .lite-header .menu .menu-item {
        color: rgb(46, 46, 46);
        min-width: 30px;
        text-align: center;
        height: 33px;
        padding: 0px;
    }
    .lite-header .menu .menu-item::before {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0px;
        right: 0px;
        height: 2px;
        background-color: rgb(46, 46, 46);
        transform-origin: right bottom;
        transform: scaleX(0);
        transition: transform 0.5s;
    }
    .lite-header .menu .menu-item:hover::before {
        transform-origin: left bottom;
        transform: scaleX(1);
    }
    .lite-header .menu .menu-text {
        display: block;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}
@media screen and (min-width: 992px) {
    .lp-container {
        max-width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .lp-container {
        max-width: 1170px;
    }
}
@media screen and (max-width: 767px) {
    .lite-header{
        border-bottom: none;
        box-shadow: (46, 46, 46, 0.2) 0px 1px 6px;
        background: rgb(255, 255, 255);
        z-index: 9;
        position: sticky;
        height: 57px;
        overflow-y: auto;
        width: 100%;
        top: 0;
    }
    .lite-mob-header.container {
        grid-template-columns: auto auto auto;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 15px 20px;
        -webkit-box-align: center;
        align-items: center;
        display: grid;
        margin: 0px auto;
        position: relative;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }
    .lite-mob-header.container:before{
        display: none;
    }
    .lite-mob-header button[class*="btn-menu-"] {
        background-color: rgb(255, 255, 255);
        border: none;
        border-radius: 0px;
        cursor: pointer;
        padding: 0;
    }
    .lite-mob-header button svg{
        width: 24px;
        height: 24px;
    }
    .lite-mob-header .header-branding{
        justify-self: start;
        display: block;
        cursor: pointer;
    }
    .lite-mob-header .mob-sidebar{
        width: 288px;
        padding: 30px 20px;
        height: 100vh;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 0px;
        color: rgb(0, 0, 0);
        position: fixed;
        inset-inline: auto 0px;
        top: 0px;
        z-index: 2;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 70px 1fr;
    }
    .lite-mob-header .mob-sidebar.active{
        transform: translateX(0px); 
        
    }
    .jp .lite-header .menu{
        gap: 0;
        margin: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .lite-mob-header img{
        vertical-align: inherit;
    }
    .lite-mob-header .body-overlay.overlay {
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0px;
        top: 0px;
        z-index: 1;
    }
    .mob-sidebar .btn-menu-close {
        position: absolute;
        width: 30px;
        height: 16px;
        background-image: url("/wp-content/themes/genesis-sample/images/header-footer/header_icons_sprite.png");
        background-repeat: no-repeat;
        background-position: -70px -42px;
        inset-inline-end: 17px;
        top: 18px;
        
    }
    .mob-sidebar .menu-item {
        padding-block: 18px;
        position: relative;
        list-style: none;
    }
    .mob-sidebar .menu-item a {
        display: flex ;
        -webkit-box-align: center;
        align-items: center;
        letter-spacing: -0.34px;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 2.4rem;
        text-decoration: underline;
        gap: 16px;
        height: auto;
        color: #000;
    }
    .lite-desk-header{
        display: none;
    }
    
}