/*
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-cta {
    padding-top: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
    padding-left: 28px;
    background: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
	
}
.header-cta:hover
 {
    background: #0b75a2;
}
.header-cta i{margin-right:6px;}
#header-outer .nectar-header-text-content{padding-right:0}
#header-outer #top .span_9 nav > ul:first-child {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 65% !important;
    height: 60px;
    padding: 10px;
    margin: auto;
}
#header-outer header {
    transition: all .2s;
  
}
#header-outer #top .span_9 nav > ul:first-child li{margin-right:10px;}
#header-outer #top .span_9 nav > ul:first-child li a{line-height:40px;border-radius:10px;}
#header-outer #top .span_9 nav > ul:first-child li a:hover, body #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_item > a{background:#fff!important;color: #0b75a2!important;}
@media only screen and (min-width: 1000px) {
    #header-outer #top #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }
}
.wp-social-link path {
    fill: #fff;
}