.page_cover .page_title {
	display: none;
}

section.title-header {
	min-height: 60vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	color: #FFF;
	flex-direction: column;
	position: relative;
}

section.title-header:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 40;
}

section.title-header .sol-post-heading,
section.title-header .sol-post-readmore {
	text-align: left;
	position: relative;
	z-index: 50;
}

section.title-header .sol-post-heading h1 {
	color: #FFF;
	font-weight: 400;
	font-size: 2.5rem;
	font-style: italic;
	margin-bottom: 2rem;

}

section.title-header .sol-post-author {
	display: flex;
	font-size: 1.5rem;
	position: relative;
	z-index: 200;
}

section.title-header a.scroll-to-explore {
	display: flex;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	margin-left: auto;
	position: relative;
	z-index: 200;
}

section.title-header .sol-post-readmore {
	display: flex;
}

section.title-header a.scroll-to-explore .arrow {
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2025/10/arrow_cool_down-1.png);
	background-position: center;
	background-size: contain;
	display: flex;
	width: 23px;
	height: 40px;
	animation: bounce 1.5s infinite;
	margin-right: 11px;
	top: -4px;
	position: relative;
}

section.title-header a.scroll-to-explore .scroll-text {
	font-size: 1rem;
	text-transform: uppercase;
}

section.title-header .title-header-end {
	border-top: 1px solid #FFF;
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 1.5rem 0px;
}

.sol-article-breadcrumbs {
	background-color: #FFF;
	font-size: 0.9rem;
	padding: 15px 5px;
	text-transform: uppercase;
}

.sol-article-breadcrumbs a {
	color: #333;
	display: inline-block;
	padding: 2px 15px;
	text-transform: uppercase;
}

.sol-article-breadcrumbs a:first-child {
	padding-left: 0px;
}

.sol-article-breadcrumbs span {
	color: #333: display: inline-block;
	padding: 2px 0px 2px 8px;
	text-transform: uppercase;
}

.sol-article-breadcrumbs a:hover {
	color: #C98C45:
}

.sol-container {
	width: calc(100% - 30px);
	max-width: 1280px;
	margin: 0px auto;
}

.pre-footer-cta {
	background-color: #C98C45;
	color: #FFF;
	justify-content: center;
	align-items: center;
	padding: 20px 15px;
	min-height: 50px;
	display: flex;
	width: 100%;
	display: none;
}

.d-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

a.btn,
.btn,
button.btn,
submit.btn {
	border: 1px solid #FFF;
	padding: 8px 15px;
	min-width: 100px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	background-color: #C98C45;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.95rem;
	border-radius: 5px;
}

.btn-small {
	padding: 4px 8px ! important;
	font-size: 0.8rem ! important;
	min-width: 80px !important;
}

a.btn:hover,
.btn:hover,
button:hover,
submit:hover {
	border: 1px solid #000;
	background-color: #000;
}

a.btn-outlined-gold {
	background-color: transparent;
	border-color: #C98C45;
	color: #C98C45;
}

.sol-article {
	padding: 80px 15px;
	display: flex;
}

.sol-article .sol-article-body {
	display: flex;
	width: 100%;
}

.sol-article .sol-related-posts h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.sol-article .sol-related-posts {
	display: flex;
	width: 18%;
	margin-left: auto;
}

.sol-related-post-item {
	background-color: #FFF;
	border-radius: 15px;
	margin-bottom: 2rem;
}

.sol-related-post-item .post-thumbnail {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 240px;
	border-radius: 15px 15px 0 0;
	display: block;
}

.post-details {
	padding: 1rem;
	border-radius: 0px 0px 15px 15px;
}

.sol-related-post-item .post-title {
	color: #333;
	font-weight: 500;
	font-size: 0.9rem;
}

.sol-related-post-item .post-meta {
	color: #C98C45;
	font-size: 0.8rem;
	margin-top: 5px;
}

.article-meta {
	color: #FFF;
	font-size: 0.9rem;
	margin-top: 5px;
	font-style: normal;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(10px);
	}

	60% {
		transform: translateY(5px);
	}
}

@media all and (max-width: 768px) {

	.sol-article-breadcrumbs {
		font-size: 0.8rem;
		padding: 15px 0px;
	}

	.pre-footer-cta .sol-container {
		flex-direction: column;
		text-align: center;
	}

	.sol-article {
		flex-direction: column;
	}

	section.title-header .sol-post-heading h1 {
		font-size: 1.5rem;
	}

	.sol-article .sol-related-posts h2 {
		margin-top: 2rem;
		font-size: 1.3rem;
	}

	.sol-article .sol-article-body {
		width: 100%;
	}

	section.title-header .sol-post-author {
		font-size: 1rem;
		text-align: left;
	}

	section.title-header a.scroll-to-explore .scroll-text {
		font-size: 0.8rem;
		text-align: right;
	}

	section.title-header .sol-post-readmore {
		justify-content: center;
		align-items: center;
	}

	.sol-article {
		padding: 50px 15px;
	}

	.sol-article .sol-related-posts {
		width: 100%;
		margin-left: 0;
	}

	section.title-header a.scroll-to-explore .arrow {
		width: 16px;
		height: 25px;
	}

	section.title-header a.scroll-to-explore {
		width: 52%;
	}

	.pre-footer-cta .sol-container a.btn {
		margin-top: 10px !important;
	}
}