/* # Max counter 3
================================================== */

.max-counter.t-counter {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 0;
    text-align: center;
    color: #000;
    font-size: 36px;
    width: 260px;
    height: 260px;
    max-width: 100%;
    max-height: 100%;
    background: #f3f3f3;
    line-height: 1;
}

.blox.dark .max-counter.t-counter {
    background: rgba(255, 255, 255, 0.92);
}

.max-counter.t-counter .icon-counter {
    font-size: 32px;
    margin: 0 6px 8px;
    display: inline-block;
}

.max-counter.t-counter {
    margin-bottom: 20px;
}

.max-counter.t-counter .max-count {
    font-size: 70px;
    font-weight: 400;
    margin-right: 5px;
}

.blox.dark .max-counter.t-counter .max-count {
    color: #000;
}

.blox.dark .max-counter.t-counter .max-count:after,
.dark-content .max-counter.t-counter .max-count:after {
    border-bottom: 2px solid #fff;
}

.max-counter.t-counter h5 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666;
}

.max-counter.t-counter h5:after {
    display: none;
}