/*--------------------------------------------------------------
  == CountDown
  --------------------------------------------------------------*/

  .stea-countdown-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}

.stea-countdown-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.stea-countdown-item:first-child {
    margin-left: 0 !important;
}

.stea-countdown-item:last-of-type {
    margin-right: 0 !important;
}

.stea-countdown-number {
    display: block;
}

.stea-countdown-separator {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.stea-countdown-separator span {
    display: block;
}

.stea-countdown-separator:last-of-type {
    display: none !important;
}

.stea-countdown-wrap+div:not(.stea-countdown-message) {
    display: none;
}

.stea-countdown-message+div {
    display: none;
}


/* Defaults */

.elementor-widget-stea_countdown .stea-countdown-item {
    background-color: #FF8534;
}

.elementor-widget-stea_countdown .stea-countdown-number {
    font-size: 70px;
}

.elementor-widget-stea_countdown .stea-countdown-label {
    font-size: 19px;
    line-height: 45px;
}