/* Add here all your CSS customizations */
@media (max-width: 576px) {
	.countdown > span {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
        font-size: 1rem;
        margin-bottom: 20px;
	}

	.countdown > span > span{
		font-size: 1.5rem;
    }

    .countdown > span:nth-child(3) {
		margin-bottom: 20px;
	}

	.countdown.countdown-borders > span {
		margin-bottom: 20px;
	}

	.countdown.countdown-borders > span:nth-child(3) {
		margin-bottom: 20px;
	}
    
}

/*
* Venue
*/
.custom-venue-address {
	position: relative;
	margin-top: -30px;
	-webkit-box-shadow: 0px 43px 112px -30px rgba(80, 80, 80, 0.9);
					box-shadow: 0px 43px 112px -30px rgba(80, 80, 80, 0.9);
	z-index: 1;
	-webkit-transform: translateY(20%);
					transform: translateY(20%);
}
.custom-venue-address > .col-6 {
	z-index: 2;
	display: table-cell;
	float: inherit;
	vertical-align: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.custom-venue-address img {
	width: 100%;
	opacity: 0;
}

.custom-arrow {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	left: 55%;
	bottom: -29px;
	z-index: 1;
	-webkit-transform: rotate(45deg) translateX(-50%);
					transform: rotate(45deg) translateX(-50%);
}

@media (max-width: 767px) {
	.custom-arrow {
		left: 66%;
	}
}
.custom-margin-top {
	margin-top: -90px;
}

@media (max-width: 767px) {
	.custom-venue-address {
		margin-top: -50px;
	}
}