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

.sf-menu>li ul {
	padding: 0;
}
.sf-menu>li ul li a {
	padding: 10px;
}
.nectar-global-section.nectar_hook_before_secondary_header {
	border-bottom: 3px solid #152E57;
}
.shead {
	display: flex;
	justify-content: flex-end;
}
.shead-left {
	padding: 10px 20px;
	border-right: 3px solid #152E57;
}
.shead-right {
	padding: 10px 0 10px 20px;
}
.shead a {
	color: #87b4f8;
}
.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content .meta-excerpt {
	max-width: 100%;
}
#header-outer:not(.transparent) .sf-menu > li ul {
	border: 0 none;
}
.rowfootericons .iwt-icon i {
	font-size: 20px;
	position: relative;
	top: -1px;
}
.rowfootericons .iwt-text {
	font-size: 16px;
	padding-left: 37px;
}
/*a.sf-with-ul {
	display: none;
}*/
.single-post .nectar-global-section.nectar_hook_before_content_global_section .nectar-responsive-text {
    display: none;
}
.main-content .featured-media-under-header {
    padding: 40px 0 25px;
}
.single-mlm_services .row.featured-media-under-header {
    display: none;
}
body.page-id-9 #page-header-wrap {
	display: none;
}
.single .row.heading-title.hentry {
    display: none;
}
.single-mlm_services span.post-featured-img {
    display: none;
}
.sidemenu ul li {
    list-style: none;
}

.sidemenu ul {
    margin: 0;
}

body .sidemenu .widget  ul li a {display: inline-block;padding: 3px 0 !important;}

body .sidemenu .widget ul li a {
    color: #000;
}
body .sidemenu .widget ul li.current-menu-item a {
	color: #1B6AE0;
}
body.single-mlm_services h2 {
    color: #152E57;
}
body.single-mlm_services h3 {
    color: #1B6AE0;
}
body.single-mlm_services h4 {
    color: #1C4887;
}
.nectar-fancy-ul ul li i, .nectar-fancy-ul ul li i.icon-default-style {
    top: -2px;
}
.mlm_services-template-default .blogmenu a span:after,
.post-type-archive-mlm_services .blogmenu a span:after {
    transform: scaleX(0) !important;
}
.team-meta {
    display: flex;
    flex-direction: column;
}
.team-meta h3 { order: 1; }
.team-meta h5 { order: 2; }
.team-meta p { order: 3; }
.team-meta .nectar-cta { order: 4; }

.row .team-member[data-style=bio_fullscreen_alt] h5 {
	margin-bottom: 15px;
}
.team-member[data-style=bio_fullscreen_alt] h3 {
    margin-bottom: 5px;
}

@media only screen and (max-width: 999px) {
	.nectar-global-section.nectar_hook_before_secondary_header {
		display: none;
	}
	.bgfullwidthmobile .row-bg-overlay.row-bg-layer {
		background: #152e57 !important;
	}
	.bgfullwidthmobile2 .row-bg-overlay.row-bg-layer {
		background: #1b6ae0 !important;
	}
	.hidetablet {
		display: none !important;
	}

}
@media only screen and (max-width: 767px) {
	
}


