@media (min-width: 769px) {
.main-header-bar {
    border-bottom-width: 0;
    background-color: #f3f3f3;
    border-bottom: 4px #858686 solid;
    box-shadow: 2px 2px 9px black;
}
.main-header-menu .current-menu-item > a, .main-header-menu .current_page_item > a{
    color: #f3f3f3;
}
.main-header-menu a, .ast-header-custom-item a {
   color: #fefefe;
    font-size: 16px;
    background-color: #1e8fa5;
    font-weight: 200;
}



.main-header-menu li:hover > a
 {
    color: #1d1d23;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
    box-shadow: 2px 2px 8px #505050;
}
.main-header-menu > .menu-item > a {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: flex;
    border-left: 2px solid #3fa9a9;
}
}

@media (min-width: 600px) {
 header .site-logo-img .custom-logo-link img {
    max-width: 130px;
}
.ast-site-identity {
    padding: 0;
}
}
