/**
 * Element Name: Countdown Timer
 */

[class*="wpsection-countdown"] > span {
    margin-bottom: 20px;
}

.wpsection-countdown-1 > span {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
}

body:not(.rtl) .wpsection-countdown-1 > span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.wpsection-countdown-1 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 20px;
}

.wpsection-countdown-2 > span {
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

body:not(.rtl) .wpsection-countdown-2 > span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.wpsection-countdown-2 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-bottom: 10px;
    display: block;
}


.wpsection-countdown-3 > span {
    display: inline-block;
    margin-right: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
}

.wpsection-countdown-3 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
}


.wpsection-countdown-4 > span {
    display: inline-block;
    margin-right: 15px;
    border-left: 4px solid rgba(248, 0, 19, 0.17);
    border-right: 4px solid rgba(76, 175, 80, 0.17);
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
}

.wpsection-countdown-4 .count-number {
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
    color: #4dd7fd;
}

.wpsection-countdown-5 > span {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
    color: #fff;
    background-color: #009688;
    background-image: linear-gradient(-225deg, #009688 0%, #89d432 100%);
}

.wpsection-countdown-5 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
}

/**
* Responsive Media
 */

@media (max-width: 767px) {
    .wpsection-countdown-2 > span {
        font-size: 16px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .wpsection-countdown-2 .count-number {
        font-size: 34px;
        margin-bottom: 5px;
    }

    [class*="wpsection-countdown"] {
        text-align: center;
    }
}
