/*
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
*/

/*Footer*/

#footer-outer #footer-widgets .widget h4 {
	font-weight: 700 !important; 
	font-size: 16px !important; 
}


blockquote {
	font-size: inherit!important; 
	line-height: inherit!important; 
	font-weight: inherit !important;
	letter-spacing: inherit!important;
}
#header-outer #top nav >ul >.megamenu >.sub-menu {
	display: flex;
	flex-wrap: wrap;
	max-height: 700px;
	height: 70vh;
	overflow: auto;
}
#header-outer #top .megamenu > .sub-menu > li#menu-item-3167 > ul.sub-menu {
	display: flex !important;
	flex-wrap: wrap;
}
#top nav >ul >.megamenu.columns-4 >ul >li#menu-item-3167 {
 width: 100%;
}
#header-outer #top .megamenu > .sub-menu > li#menu-item-3167 > ul.sub-menu > li {
	width: 25%;
	padding-right: 25px;
}
body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li > a,
body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li > ul > .has-ul > a,
body #header-outer:not([data-format="left-header"]) #top nav > ul > .megamenu > ul > .current-menu-ancestor.menu-item-has-children > a,
body #header-outer:not([data-format="left-header"]) #top nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a,
body #header-outer:not([data-format="left-header"]) #top nav > ul > .megamenu ul ul .current-menu-item.has-ul > a,
.vc_custom_heading[style^="color: #ffffff;"] {
	color: #1e73be !important;
}
body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
	text-transform: none;
	margin-bottom: 0;
}
.sf-menu >li ul a,#header-outer #top nav >ul >.megamenu ul li a {
	padding: 4px 6px;
}
body:not([data-header-format="left-header"]) #header-outer #top nav >ul >.megamenu >ul >li >ul >.has-ul >ul {
	padding-bottom: 10px;
}

#ajax-content-wrap .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
	flex-wrap: wrap;
}
#ajax-content-wrap .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
	width: 25%;
}
#ajax-content-wrap .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li i {
	display: none;
}
#ajax-content-wrap .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a {
	white-space: break-spaces;
	padding: 20px;
	font-size: 12px;
	line-height: 1.6;
}

.doc_dl {
	display: block;
	padding: 5px;
}

a.doc_dl:before {
	content: '';
	height: 20px;
	width: 20px;
	background: url(/wp-content/themes/salient-child/pdf.png) no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

.cat_row .nectar-button {
	margin-top: 20px;
}
@media (max-width: 768px){
	#ajax-content-wrap .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
    width: 50%;
	}
	.page-id-513 .neg-marg {
		margin-top: 0 !important;
	}
	.TextEditorStandardFont, .MsoNormalTable, .overflow_table {
		overflow: scroll;
		margin-left: 0 !important;
	}
}

@media (max-width: 500px){
	#ajax-content-wrap .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
    width: 100%;
	}
	
	.TextEditorStandardFont table, .MsoNormalTable {
		width: auto !important;
	}
	.TextEditorStandardFont table tr{
		display: flex;
		flex-wrap: wrap;
		height: auto !important;
	}
	.MsoNormalTable tr {
		display: flex;
		height: auto !important;
	}
	.TextEditorStandardFont table tr td, .MsoNormalTable tr td{
		display: inline-block;
		width: 50%;
		height: auto !important;
	}
	.TextEditorStandardFont table tr td:first-child, .MsoNormalTable tr td:first-child {
		width: 100%;
	}
}