/*
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: RPM National
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.1
*/

/* Menu Bar Address Styling */
#top nav >ul >li[class*="button_bordered"] >a:before, #header-outer.transparent #top nav >ul >li[class*="button_bordered"] >a:before {
	border-color:#00a8e2;
}

.sf-menu>li ul {
    padding: 0;
}

.sf-menu>li ul li a {
	padding:15px 20px;
}

@media only screen and (min-width: 1000px) {
#header-outer:not([data-format="left-header"]) #top .span_9, #header-outer:not([data-format="left-header"]) #top .span_3 {
    flex-direction: column;
	justify-content: space-around;
	}
	#top nav.top-menu-location {
    	margin-top: 25px;
		align-items: stretch;
	}
	.small-nav #top nav.top-menu-location {
    	margin-top: 15px;
	}
	#top nav.top-menu-location ul {
		width:100%;
		justify-content:flex-end;
	}
	#header-outer #top nav > ul > li.dark > a {
    color: #444 !important;
	}

}
