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

.fc-portfolio-overview {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.fc-portfolio-overview-inner {
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
}

.fc-portfolio-image img {
	width: 100% !important;
	margin-bottom: 16px !important;
}

.fc-portfolio-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

a.fc-portfolio-link {
	font-weight: 600;
	text-decoration: none;
	text-wrap: nowrap;
	transition: all 0.3s;
	position: relative;
	padding-right: 35px;
}

a.fc-portfolio-link::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 30px;
	background: url(/wp-content/uploads/2025/02/Transbuild-Icon-Arrow-Green.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 8px;
	bottom: -3px;
	transition: all 0.3s;
}

a.fc-portfolio-link:hover {
	color: #6cb83a;
}

a.fc-portfolio-link:hover::after {
	right: 3px;
}

.fc-portfolio-specs {
	display: flex;
	row-gap: 10px;
	column-gap: 24px;
	flex-wrap: wrap;
}

.fc-portfolio-specs > span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.fc-portfolio-specs img {
	height: 40px !important;
	width: auto !important;
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 992px) {
	.fc-portfolio-overview {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
}

/* residential page tab */
.fc-custom-portfolio-overview .ui-tabs-nav:before {
	content: "FILTER: ";
	display: initial;
	color: #6cb83a;
	font-weight: 600;
}

.fc-custom-portfolio-overview .tab-item a {
	color: #fff;
	text-transform: uppercase;
}

.fc-custom-portfolio-overview li.active-tab a {
	color: #6cb83a;
	font-weight: 600;
}

p#breadcrumbs {
    display: none !important;
}

#header-secondary-outer{
    background-color: #333333 !important;
}

#header-secondary-outer ul{
    float: left !important;
}

#header-secondary-outer nav>ul>li>a{
    font-size: 16px !important;
}