/*
* Featured transactions
*/

#logo .white-logo {
	opacity: 1;
}

.featured-category {
	background: #515161;
	color: #fff;
	position: relative;
}

.featured-background {
	position: absolute;
}

#subheader::before {
	background: rgba(246, 248, 255, 0.0);
}

.featured-background::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(23, 11, 2, 0.3);
	position: absolute;
}

.featured-background::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14%;
	background: linear-gradient(0deg, #515161 17.26%, rgba(196, 196, 196, 0) 100%);
}

#menu-main-menu li a,
#menu-top-menu li a {
	color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #fff;
}

.entry-meta {
	color: #fff;
}

.entry-content {
	color: rgba(255,255,255,0.7);
}

.entry-content a {
	color: rgba(255,255,255,0.7);
	opacity: 1
}

.post-team-big .name,
.post-team-big .position,
.related-media .b3,
.post-team-big .name,
.type-post-content .h6 a,
.read-more,
.type-post-content .entry-meta,
blockquote,
.read-more:hover {
	color: #fff;
}

.read-more {
	border-top: 5px solid #fff;
}

.read-more::after {
	background-image: url(/wp-content/uploads/2021/12/arrow2.svg);
}