/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#header-outer header {
    transition: all .2s;
    background: #000;
    color: #000;
    border-bottom: 1px solid #fff;
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
    margin: 0 0px !important;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a{
     margin: 0 0px !important;
}

#header-outer:not([data-format=left-header]) #top nav>ul>li {
    padding: 5px;
}

body.logged-in ul.buttons.sf-menu .menu-item-type-custom{
display:none !important;
}