.nav-stripe {
    position: relative;
    width: 100%;
    background: gray;
    height: 50px;
}

.nav-stripe .wrap {
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 1400px;
    height: 50px;
    margin: 0 auto;
}

.nav-stripe .menu-toggle {
    width: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1003;
    padding: 10px;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.nav-stripe .menu-toggle span {
    display: none;
}

.nav-stripe .menu-toggle::before {
    display: block;
    margin-right: 0;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    /*vertical-align: middle;*/
    line-height: 22px;
}

.genesis-responsive-menu {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}

.genesis-nav-menu {
    background: white;
    color: black;
}

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

    .genesis-responsive-menu {
        top: 0;
    }

    .genesis-nav-menu {
        background: none;
    }

}