/*Header Nav*/

.header.header-seven .navbar-full .widget-wrp span.text {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}


/*Blog section*/

.post-date {
    min-width: 70px;
    display: none;
    padding: 7px 6.7px 9px;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
    background: var(--sp-gradient1);
}

.post-count {
    position: absolute;
    bottom: -5px;
    right: -3px;
    font-size: 100px;
    line-height: 0.88;
    font-weight: 800;
    display: none;
    background: var(--sp-gradient1);
    -webkit-text-stroke: 4px transparent;
    -webkit-background-clip: text;
    color: #ffffff;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.post-items {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
    background: #ffffff;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    
}

.breadcrumb-area {
    background: var(--sp-gradient2);
    display: none;
}