#countholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: unset;
}

.sub-group {
    width: 64px;
    background: rgba(255,255,255,0.8);
    color: #333;
    margin: 3px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
}

.days, .hours, .minutes, .seconds {
    opacity: 1;
    font-size: 30px;
    font-weight: bold;
    color: #b01933;
    font-family: 'Lora', serif;
    min-width: .6875em;
}

.smalltext {
    display: block;
    margin: 0;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

.timer-heading {
    margin-bottom: 28px;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 20px;
    font-weight: 400;
}

.event-holder {
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 400px) {
    .sub-group {
        width: 84px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .days, .hours, .minutes, .seconds {
        font-size: 48px;
    }

    .smalltext {
        margin: 1rem 0 0 0;
        margin-right: -1em;
        margin-left: -1em;
    }
}

.cta-countdown {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.cta-countdown {
		width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}

.event-holder .ModuleEditLink {
    color: #fff;
}