/*
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
*/
.privacy {
	display: -webkit-inline-box;
	max-width: 90%;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 15px;
}
/*.right-aligned-menu-items:before {
    content: "";
    display: block;
    background-color: #0172aa;
    position: absolute;
    top: 0;
    left: 65%;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: skew(35deg);
    -khtml-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
}*/
i.nectar-menu-icon {
    color: #0172AA;
    font-size: 35px;
}
i.nectar-menu-icon:after {
    content: "";
    background: #0172AA;
    opacity: 0.3;
    position: absolute;
    width: 35px;
    height: 35px;
    top: -4px;
    left: -17px;
    border-radius: 50%;
}
#header-secondary-outer span.menu-title-text {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Roboto';
    color: #0172AA;
}
span.nectar-menu-label.nectar-pseudo-expand {
    position: absolute;
    top: 20px;
    left: 35px;
    width: max-content;
    color: black !important;
    background: none;
}
#header-secondary-outer .nectar-menu-icon{top: 5px;
}
.nectar-pseudo-expand:before{
	display: none;
}
.material #header-secondary-outer>.container, .material #header-secondary-outer>.container>nav {
    min-height: 60px;
}
div#header-secondary-outer .menu-item {
    padding: 3px 35px;
}



