/* Footer Countdown */
.footer-sticky-countdown-wrap {
	position: sticky;
    bottom: 0;
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 12px 0;
	min-height: 80px;
	border-top: 2px solid #07003A;
	transition: all .3s ease;
	z-index: 1000;
}

.footer-sticky-countdown-wrap.is-loading {
	transform: translateY(80px);
	visibility: hidden;
}

.footer-sticky-countdown {
	max-width: 1140px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;
	font-family: 'Rubik';
}

.footer-sticky-countdown-title {
	color: #1C75BC;
	font-size: 20px;
	margin-right: 50px;
}

.countdown-timer-number-item {
	text-align: center;
	min-width: 42px;
}

.countdown-timer-number-wrap {
	display: flex;
	margin-right: 50px;
}

.countdown-timer-number {
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	line-height: 1.1;
}

.countdown-timer-text {
	font-weight: 300;
	font-size: 14px;
}

.countdown-timer-number-seperator {
	margin: 0px 10px;
	font-weight: 700;
	font-size: 28px;
}

.footer-sticky-countdown-link a {
	background-color: #07003A;
	padding: 14px 24px;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 1.1px;
	transition: all 0.5s ease;
}

.footer-sticky-countdown-link a:hover {
	opacity: 0.8;
}

.footer-sticky-countdown-link svg {
	display: none;
}

.footer-sticky-countdown-title svg {
	margin-bottom: -6px;
    margin-right: 12px;
}

@media (max-width: 991px) {
	.footer-sticky-countdown-title span {
		display: block;
	}

	.footer-sticky-countdown-title svg {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.footer-sticky-countdown {
		width: 100%;
	}

	.footer-sticky-countdown-title {
		font-size: 16px;
	}

	.countdown-timer-number,
	.countdown-timer-number-seperator {
		font-size: 16px;
	}

	.countdown-timer-number-seperator {
		margin: 0;
	}

	.countdown-timer-text {
		font-size: 10px;
	}

	.countdown-timer-number {
		min-width: 25px;
	}

	.footer-sticky-countdown-link a {
		display: flex;
		align-items: center;
		padding: 8px;
	}

	.footer-sticky-countdown-link svg {
		display: inline-block;
	}
	.footer-sticky-countdown-link span {
		display: none;
	}

	.footer-sticky-countdown-title,
	.countdown-timer-number-wrap  {
		margin-right: 10%;
	}
}

@media (max-width: 450px) {
	.footer-sticky-countdown-title,
	.countdown-timer-number-wrap  {
		margin-right: 3%;
	}
}

@media (max-width: 370px) {
	.footer-sticky-countdown {
		flex-wrap: wrap;
	}

	.footer-sticky-countdown-title, 
	.countdown-timer-number-wrap {
		margin-right: 0;
	}

	.footer-sticky-countdown-title {
		width: 50%;
		text-align: center;
	}

	.countdown-timer-number-wrap {
		width: 100%;
		order: 1;
    	justify-content: center;
		margin-top: 8px;
	}

	.footer-sticky-countdown-link {
		order: 0;
		margin-right: -50px;
		padding-left: 14px;
	}

	.footer-sticky-countdown-link-after {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0;
		margin: 10px auto 5px auto;
	}

	.footer-sticky-countdown-link-after a {
		display: inline-block;
		padding: 8px 12px;
	}
}
