/
* ==========================================================================
   Countdown Timer
   ========================================================================== */
div {
    text-align: center;
}

.countdown-timer {
 text-align: center;
}

.countdown-timer .segment {
  display: inline-block;
    margin: 10px;
    vertical-align: middle;

}

.countdown-timer .number {
  display: block;
    color: ;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -.03em;
    font-weight: ;
}

.white-content .countdown-timer .number {
    color: #ffffff;
}

/* Style 1  - dark
   ========================================================================== */


.countdown-style-1 .segment {
    margin: 0;
    text-align: center;
  font-weight: bold;
 }

.countdown-style-1 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;

}

.countdown-style-1 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;

}

.countdown-style-1 .label {
    font-size: 0.825rem;
    text-transform: uppercase;
    opacity: .7;

}

@media (max-width: px) {
    
    .countdown-style-1 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-1 .number {
        font-size: 2.5rem;
    }

    .countdown-style-1 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: px) {

    .countdown-style-1 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-1 .number {
        font-size: 1.875rem;
    }

    .countdown-style-1 .label {
        font-size: 0.375rem;
    }
}

/* Style 2 - white
   ========================================================================== */

.countdown-style-2 .segment {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
  font-weight: bold;
 }



.countdown-style-2 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;
    color: #FFFFFF;
}

.countdown-style-2 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;
 
}

.countdown-style-2 .label {
    font-size: 0.825rem;
    text-transform: uppercase;
    opacity: .7;
     color: #FFFFFF;
}

@media (max-width: px) {
    
    .countdown-style-2 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-2 .number {
        font-size: 2.5rem;
    }

    .countdown-style-2 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: px) {

    .countdown-style-2 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-2 .number {
        font-size: 1.875rem;
    }

    .countdown-style-2 .label {
        font-size: 0.375rem;
    }
}

/* Style 3 - red
   ========================================================================== */

.countdown-style-3 .segment {
    margin: 0;
    color: #F00F40;
    text-align: center;
    font-weight: bold;
 }


.countdown-style-3 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;
    color: #F00F40;
}

.countdown-style-3 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;
    color: fff;
}

.countdown-style-3 .label {
    font-size: 0.825rem;
    text-transform: uppercase;
    opacity: .7;
  color: F00F40;
 }

@media (max-width: px) {
    
    .countdown-style-3 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-3 .number {
        font-size: 2.5rem;
    }

    .countdown-style-3 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: px) {

    .countdown-style-3 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-3 .number {
        font-size: 1.875rem;
    }

    .countdown-style-3 .label {
        font-size: 0.375rem;
    }
}