/* CLB Custom Front-End CSS, loaded after theme and child theme styles */

.clb-desert-dove-footer-quilt {
     height: 20px;
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
     gap: 0;
}

@media only screen and (min-width: 960px) {


	.clb-has-featured-image .clb-single-page-featured-img-wrapper {
		position: relative;
		display: flex;
		justify-content: center;
		object-fit: cover;
		width: 100%;
	}

	.clb-has-featured-image .clb-single-page-featured-img-wrapper img {
		width: 100%;
		object-fit: cover;
	}

	.clb-has-featured-image .clb-single-page-title-wrapper {
		position: absolute;
		bottom: 10%;
		text-shadow: 0 0 20px var(--desert-dove-black);
		color: var(--desert-dove-white);
		padding: 12px 20px;
		z-index: 100;
		/* border-radius: 5px;
		background: rgba(10, 52, 68,.85);
		backdrop-filter: blur(4px); */
	}

	.clb-single-page-featured-img-wrapper,
	.home .clb-homepage-hero {
		position: relative;
	}

	.clb-single-page-featured-img-wrapper:after,
	.home .clb-homepage-hero:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, rgba(0,0,0,.8), transparent);
		z-index: 10;
	}

	.page.clb-has-featured-image .site-inner h1.entry-title {
		display: none;
	}

	.page.clb-has-featured-image .clb-single-page-title-wrapper h1.entry-title.clb-custom-featured-image-title {
		display: inline-block;
		margin: 0;
	}

}

