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

:root {
  --red: #d00a11;
  --gray: #716B6C;
}

/* =======================================================================================

Home

======================================================================================= */

.ug-home-news .nectar-post-grid.vert_list_custom_text_color_ebe7e1 .nectar-post-grid-item .content .nectar-link-underline a span,
.ug-home-news .nectar-post-grid.vert_list_hover_effect_slight_move.vert_list_custom_text_color_ebe7e1 .nectar-post-grid-item .content .nectar-link-underline a span {
	color: var(--red) !important;
}

.ug-home-news .nectar-post-grid.vert_list_counter .item-main::before {
	border: 0;
	font-weight: 400 !important;
}

/* =======================================================================================

Tabelle

======================================================================================= */

.nectar-hor-list-item {
	border-color: var(--gray);
}

/* =======================================================================================

Stuff

======================================================================================= */

body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul {
	background-color: #1b1b1b !important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a {
	color: #ffffff !important;
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

.bottom_controls {
	display: none !important;
}