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

.single-ccx_event .ccx-event-heading .section-title {
	text-align: center;
	padding: 72px 0 28px;
	margin-bottom: 36px;
	border-bottom: 0;
}

.single-ccx_event .ccx-event-heading .entry-title {
	display: block;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(4rem, 8vw, 7.5rem);
	line-height: 0.95;
	letter-spacing: -0.045em;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 18px;
	text-align: center;
}

.single-ccx_event .ccx-event-breadcrumbs {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 26px;
	font-size: 15px;
	line-height: 1.5;
	color: #1d2327;
}

.single-ccx_event .ccx-event-breadcrumbs a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.08em;
	font-size: 15px !important;
	line-height: 15px !important;
}

.single-ccx_event .ccx-event-breadcrumb-separator {
	display: inline-block;
	margin: 0 0.35em;
	opacity: 0.7;
}

.single-ccx_event .row .col.section-title.blog-title .ccx-event-breadcrumbs .ccx-event-breadcrumb-separator,
.single-ccx_event .row .col.section-title.blog-title .ccx-event-breadcrumbs .ccx-event-breadcrumb-current {
	font-size: 15px !important;
	line-height: 15px !important;
	padding-left: 0 !important;
	color: #1d2327 !important;
	top: auto !important;
	position: static !important;
	text-transform: none !important;
}

.single-ccx_event #single-below-header.ccx-event-below-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin-top: 6px;
	margin-bottom: 0;
	text-align: center;
}

.single-ccx_event .blog-title #single-below-header.ccx-event-below-header > span {
	float: none;
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 1.7;
	color: #1d2327;
}

.single-ccx_event .blog-title #single-below-header.ccx-event-below-header > span:first-child {
	padding-left: 0;
	border-left: 0;
}

.single-ccx_event .blog-title #single-below-header.ccx-event-below-header > span:only-child {
	padding-right: 0;
}

.single-ccx_event #single-below-header.ccx-event-below-header strong {
	font-weight: 700;
}

.single-ccx_event #single-below-header.ccx-event-below-header em {
	margin-left: 0.25em;
	white-space: nowrap;
}

.single-ccx_event .ccx-event-post-area article {
	margin-top: 0;
}

.single-ccx_event .ccx-event-post-area .post-content > .content-inner,
.single-ccx_event .ccx-event-post-area .post-content > h1,
.single-ccx_event .ccx-event-post-area .post-content > h2,
.single-ccx_event .ccx-event-post-area .post-content > h3,
.single-ccx_event .ccx-event-post-area .post-content > h4,
.single-ccx_event .ccx-event-post-area .post-content > h5,
.single-ccx_event .ccx-event-post-area .post-content > h6 {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 690px) {
	.single-ccx_event .ccx-event-heading .section-title {
		padding: 40px 0 18px;
		margin-bottom: 18px;
	}

	.single-ccx_event .ccx-event-breadcrumbs {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.single-ccx_event .ccx-event-heading .entry-title {
		font-size: clamp(2.7rem, 14vw, 4.4rem);
		line-height: 1;
		padding-bottom: 10px;
	}

	.single-ccx_event .blog-title #single-below-header.ccx-event-below-header > span {
		padding: 0;
		border-left: 0;
		width: 100%;
		font-size: 15px;
	}
}

.row .col.section-title span {
font-size: 15px!important;
}
