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




/* body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open), body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
    transform: translateY(-60%) !important;
}
 */
#header-space{
	margin-bottom: auto !important;
}
/* #header-outer.detached.scrolling #top{
	margin-top: -100px;
} */

.sponsor-logo{
	text-align: center;
	display: inline-flex;
    justify-content: center;
    width: 100%;
}
.sponsor-logo a img{
    width: 100%;
}

.article-content-wrap {
  display: flex;
  flex-direction: column;
}

.news-container .article-content-wrap .grav-wrap {
  order: 1;
  margin-top: 5px; 
}

.news-container .article-content-wrap .post-header {
  order: 2;
}

.news-container .article-content-wrap .excerpt {
  order: 3;
}

.news-container .meta-category{
	display: none !important;
}
.news-container .post .content-inner .post-featured-img img {
    max-height: 280px;
    object-fit: cover;
}
.news-container .post .content-inner .title {
    font-size: 22px !important;
	line-height: 32px !important;
}
.news-container .article-content-wrap{
	min-height: 250px;
}

.footer-post .meta-category{
	display: none !important;
}
.footer-finance p i{
	font-style: italic;
	font-size: 15px;
}
.footer-menu ul li {
    list-style: none;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.team-items .vert-center{
	background: rgba(228, 71, 129, 0.9);
	display: block !important;
    width: 90% !important;
    padding: 20px !important;
}
.team-items .vert-center p{
	display: none !important;
}
.team-items .portfolio-items .col .work-item.style-3 .work-info-bg{
	opacity: 0.15!important;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after, body.material #header-outer #search-outer #search input[type="text"], body[data-header-format="left-header"].material #search-outer #search input[type="text"]{
    border-color: #E44781 !important;
}
.contact-box-info .nectar-fancy-box .inner {
    display: inline-flex;
}
.contact-box-info .nectar-fancy-box .inner i {
    padding-right: 30px;
}
.contact-box-info .nectar-fancy-box{
    padding: 9% 13%;
}
.contact-box-info.2 .nectar-fancy-box{
    padding: 5% 5%;
}
#full_width_portfolio{
	padding-top: 70px;
}

.featured-media-under-header__content{
	width: 100%;
	text-align: center;
}
.featured-media-under-header__cat-wrap .meta-category a{
	display: none !important;
}
.post-template-default .meta-date{
	text-align: center;
}
.featured-media-under-header__meta-wrap{
	justify-content: center;
}
.featured-media-under-header__content{
	width: 90%;
	max-width: 100% !important;
}
@media(max-width: 768px){
	.contact-box-info .nectar-fancy-box .inner{
	display: block !important;
}
.contact-box-info .nectar-fancy-box{
    padding: 25px;
}
}

.pojo-a11y-toolbar-item{
	    list-style: none;
}

@media(min-width: 992px){
	.single-portfolio .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    	height: 700px;
    	object-fit: cover;
	}
	.single-portfolio .full-width-content .vc_col-sm-12 .nectar-flickity:not(.masonry) .flickity-viewport{
		max-height: 700px;
	}
}