/*
Theme Name:  Kadence Child
Description: Child theme for Kadence
Author:      Hosted by Us
Template:    kadence
Version:     1.0.0
*/

/* Reserve responsive space for each divider */
.kb-countdown-timer-layout-block
.kb-countdown-item.kb-countdown-divider-item {
	position: relative;
	flex: 0 0 clamp(1.5rem, 4vw, 4rem);
	width: clamp(1.5rem, 4vw, 4rem);
	min-width: clamp(1.5rem, 4vw, 4rem);
	margin: 0 !important;
	padding: 0 !important;
	align-self: stretch;
}

/* Faded divider line */
.kb-countdown-divider-item .kb-countdown-number {
	position: absolute;
	top: -10%;
	bottom: 12.5%;
	left: 50%;
	display: block;
	width: 1px;
	height: auto;
	margin: 0 !important;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	-webkit-mask-image: none;
	mask-image: none;
	transform: translateX(-50%);
	background: linear-gradient(
		to bottom,
		transparent 0%,
		currentColor 22%,
		currentColor 78%,
		transparent 100%
	);
}

/* Remove the blank divider label */
.kb-countdown-divider-item .kb-countdown-label {
	display: none;
}