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

.nectar-post-grid-wrap--fl-sidebar_left .nectar-post-grid-filters[data-active-color="accent-color"] a.active {
	color: inherit;
}

.nectar-post-grid-wrap--fl-sidebar_left .nectar-post-grid-filters[data-active-color="accent-color"] a.active span {
	background-color: #ffe100;
	padding: 2px 4px;
}

.vc_column_container > .n-sticky {
	flex: 1;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .inner {
	overflow: visible;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .content .meta-category a {
	margin-top: 5px;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .content {
	justify-content: end;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item:hover .content * {
	color: #000;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .content .item-main {
	position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .nectar-post-grid-item-bg img {
	border-radius: 10px;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .content .meta-category a span {
	background-color: #ffe100;
	padding: 2px;
}