/*
CTC Separate Stylesheet
Updated: 2026-06-03 11:54:07
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 18.1.1.1780487647
*/

.idb-post-hero {
	position: relative;
	height: 520px;
	overflow: hidden;
	margin-bottom: 50px;
	background: #111;
}

.idb-post-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.idb-post-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.idb-post-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		180deg,
		rgba(0,0,0,.25) 0%,
		rgba(0,0,0,.68) 100%
	);
}

.idb-post-hero-content {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.idb-post-hero-content .container {
	padding-bottom: 70px;
}

.idb-post-category {
	display: inline-block;
	margin-bottom: 18px;
	padding: 8px 17px;
	border-radius: 999px;
	background: #113160;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.idb-post-hero h1 {
	max-width: 920px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5vw, 70px);
	line-height: 1.08;
	font-weight: 700;
}

.idb-post-meta {
	margin-top: 18px;
	color: rgba(255,255,255,.85);
	font-size: 15px;
}

.single-post .section-title {
	display: none !important;
}

@media (max-width: 999px) {
	.idb-post-hero {
		height: 420px;
	}

	.idb-post-hero-content .container {
		padding-bottom: 42px;
	}

	.idb-post-hero h1 {
		font-size: 38px;
	}
}

.single-post .post-content .content-inner {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.single-post .post-content {
    max-width: 100% !important;
}

.single-post .post-area {
    max-width: 100% !important;
}