
.countdown {
    font-size: 24pt;
    font-weight: bold;
    background: #EE6B0A;
    color: white;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    z-index: 999;
    position: relative;
    line-height: 1;
}

.countdown .row { 
    margin-bottom: 0px !important;
    background: none !important;
    padding: 0px !important;
}

.countdown p { 
    margin-bottom: 6px !important;
    font-family: "Montserrat", Helvetica, Arial, "sans-serif";
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1 !important;
}

.countdown img {
    margin: 0px !important;
    max-width: 100%;
}

.countdown::after {
    content: '';
    position: absolute;
    width: 60vw;
    left: -50vw;
    height: 100%;
    background: #EE6B0A;
    display: block;
    top: 0;
    z-index:-1;
}

.white .countdown {
    color: #fff;
}

.countdown .row div div {
    width: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, "sans-serif";
    font-size: 33px;
    font-weight: 400;
    color:#152342;
}

.countdown .row div div::after {
    content: ':';
    position: absolute;
    top: 6px;
    left: -5px;
    font-size: 22px;
}

.countdown .row div div:first-of-type::after {
    display: none;
}

.countdown span {
    display: block;
    top: 0;
}

.countdown label {
    font-size: 10px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, "sans-serif";
    margin-bottom: -14px;
    color:#152342;
}

.content--homeslider .item, .content--homeslider-randomize .item {
    overflow: hidden;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .countdown {
        margin-bottom: 120px !important;
        padding-left: 0px !important;
        padding-bottom: 20px !important;
    }
    .countdown p { display: block !important; }
    .countdown .row div div {
        width: 30px;
        display: inline-block;
        position: relative;
        text-align: center;
        font-family: "Montserrat", Helvetica, Arial, "sans-serif";
        font-size: 22px;
        font-weight: 400;
        color:#152342;
    }
    .countdown p { 
        margin-bottom: 0px !important;
        font-size: 11px;
        line-height: 1 !important;
        padding: 0px !important;
    }
    .row--optimg {
        padding: 0px !important;
    }
    .countdown .row div div::after {
        top: 4px;
        left: -5px;
        font-size: 16px;
    }
}