/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	background-color: var(--wp--preset--color--quaternary);
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	@include bp-lg-up {
		padding: 100px 0;
	}

	& + .blog-section {
		padding-top: 0;
	}

	&__holder {
		position: relative;
	}

	&__title {
		& + .breadcrumbs {
			margin-top: 1.5rem;
		}

		@include bp-lg-down {
			font-size: var(--wp--preset--font-size--x-large);
		}
	}

	&__subtitle {
		font-size: var(--wp--preset--font-size--x-small);
		font-weight: 600;
		letter-spacing: 7px;
		text-transform: uppercase;
	}

	&__description {
		margin-bottom: 0;
		font-size: 1.25rem;
		max-width: 492px;
		margin-left: auto;
		margin-right: auto;

		p {
			margin-bottom: 0;
		}
	}

	&--featured-image {
		&::before {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background-color: rgb(#fff, 0.68);
		}
	}
}
