/*--------------------------------------------------------------
  == CountDown
  --------------------------------------------------------------*/

.tmpcoder-countdown-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 auto;
}

.tmpcoder-countdown-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.tmpcoder-countdown-item:first-child {
	margin-left: 0 !important;
}

.tmpcoder-countdown-item:last-of-type {
	margin-right: 0 !important;
}

.tmpcoder-countdown-number {
	display: block;
}

.tmpcoder-countdown-separator {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.tmpcoder-countdown-separator span {
	display: block;
}

.tmpcoder-countdown-separator:last-of-type {
	display: none !important;
}

.tmpcoder-countdown-wrap+div:not(.tmpcoder-countdown-message) {
	display: none;
}

.tmpcoder-countdown-message+div {
	display: none;
}

.elementor-widget-tmpcoder-countdown .tmpcoder-countdown-item {
	background-color: #5729d9;
}

.elementor-widget-tmpcoder-countdown .tmpcoder-countdown-number {
	font-size: 70px;
}

.elementor-widget-tmpcoder-countdown .tmpcoder-countdown-label {
	font-size: 19px;
	line-height: 45px;
}