/*-----------------------------------------------------------------------------------*/
/*  Countdown shortcode
/*-----------------------------------------------------------------------------------*/
.countdown-timer {
    text-align: center;
}
.countdown-timer.left {
    text-align: left;
}
.countdown-timer.right {
    text-align: right;
}
.time-block {
    display: inline-block;
    padding: 15px;
    width:150px;
    height:150px;
    text-align: center;
    margin-right: 10px;
}

.time-block span.number {
    display: block;
    min-width: 1.4em;
    line-height: 1.1em;
    font-weight: 600;
    font-size: 100%;
    color:#333;
}

.time-block span.label {
    font-size: 40%;
    font-weight: 400;
    display: block;
    line-height: 1.1em;
    color:#555;
}
