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

h1,h2,h3,h4,h5,h6 {
	color:var(--nectar-accent-color);
}

.u-row {
	padding:0px 16px;
	width:100%;
}

.u-container {
	max-width:1600px;
	margin: 0 auto;
}
	

.c-footer {
	background-color:#fff;
	z-index:20;
	width:100%;
	border-top:1px solid #eee;
	padding: 16px 0;
}

.footer-two-col {
	display:flex;
	flex-direction:column;
	gap:8px;
	justify-content:space-between;
}

.footer-two-col-links {
	display:flex;
	flex-wrap: wrap;
	gap:8px 16px;
}

.footer-two-col a, .footer-two-col span{
	font-size:12px;
	color:#666666;
}

.footer-two-col a:hover {
	color:var(--nectar-accent-color);
}

.trade-board {
	display:flex;
	flex-direction:column;
	gap:32px;
	border-top:0!important;
}

.trade-board-card {
	background-color:#fff;
	border:1px solid #eee;
	box-shadow:0 0 8px 0 #0002;
	padding:24px;
	border-radius:5px;
	display:flex;
	flex-direction:column;
	gap:16px;
}

.trade-board-card-top {
	display: flex;
	flex-direction:column-reverse;
    gap: 16px;
    justify-content: space-between;
}

.trade-board .trade-board-card-title {
	color:var(--card-accent, #333);
}

.trade-board-card-top-reference {
	font-size:14px;
	font-weight:300;
}

.trade-board-card-top-logo {
	max-width: 200px;
}

.trade-board-card-top-logo img {
	margin-bottom:0!important;
}

.trade-board-card-lower {
	overflow-x:auto;
}
.trade-board-card-top-right {
	display:flex;
	flex-direction:column;
}

.trade-board-card-lower-table {
	border-top:0!important;
}

.trade-board-card-lower-table th, .trade-board-card-lower-table td, .trade-board-card-lower-table tr {
	white-space:nowrap;
	background-color: transparent!important;
	border:0!important; 
}

.trade-board-card-lower-table th {
	border-bottom:1px solid #ccc!important;
	font-weight:400!important;
	color:var(--card-accent, #333)!important;
}

.trade-board-card-lower-table td {
	border-bottom:1px solid #eee !important;
	font-weight:400!important;
	font-size:16px!important;
}

.trade-board-card-lower-table td:last-child {
	border-bottom:0!important;
}

.comments-section {
	display:none;
}

#single-below-header .meta-category {
	display:none!important;
}

@media only screen and (min-width:640px){
	.trade-board-card-top {
		flex-direction:row;
	}
	.trade-board-card-top-right {
		align-items:end;
	}
}

@media only screen and (min-width:768px){
	.footer-two-col {
		flex-direction:row;
	}
}
