div#wp_nav_w1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_nav{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 40px 
}
.wp_nav:after{
    display: none;
}
.wp_nav .nav-item a span.item-name{
    line-height: 30px;
}
.wp_nav .nav-item a span.item-name:hover{
    color: #FFF;
    background-color: #421527;
}