
.wd-timer {
	font-size: 0;
}

.wd-timer>span {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 0 2px 5px;
	padding: 5px;
	min-width: 2.7em;
	min-height: 2.7em;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	color: var(--color-gray-800);
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}

.wd-timer>span span {
	display: block;
	margin-top: 5px;
	color: var(--color-gray-500);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 50%;
}

.timer-style-transparent .wd-timer>span {
	background-color: rgba(255, 255, 255, .2);
	box-shadow: none;
}

.timer-style-transparent.color-scheme-light .wd-timer>span {
	background-color: rgba(0, 0, 0, .2);
}

.timer-style-active .wd-timer>span {
	background-color: var(--wd-primary-color);
}

@media (min-width: 1025px) {
	.timer-size-medium .wd-timer>span {
		font-size: 24px;
	}
	
	.timer-size-large .wd-timer>span {
		font-size: 28px;
	}
	
	.timer-size-xlarge .wd-timer>span {
		min-width: 100px;
		min-height: 100px;
		font-size: 42px;
	}
	
	.timer-size-xlarge .wd-timer>span span {
		font-size: 16px;
	}
}
