@charset "UTF-8";

.single .entry-header .inner-wrap {
    margin-top: 77px;
}

.entry-author {
    display: none;
}

.entry-categories {
    color: #fff;
    background: #101010;
    padding: 7px 17px;
    border-radius: 50px;
    margin-left: 13px;
}

.single .entry-meta {
    margin-bottom: 24px;
}

.single h1.entry-title {
    font-size: 2.1rem;
    margin-bottom: 0;
}

.single .entry-content,
.single .entry-footer,
.single .entry-header .inner-wrap {
    margin-bottom: 0px;
}

.site-content {
    padding-bottom: 144px;
}

a:hover {
    color: var(--inspiro-primary-color);
}

.entry-meta span+span:before {
    content: unset;
}

.entry-date {
    color: #222;
}

@media screen and (max-width: 781px) {
    .single h1.entry-title {
        font-size: 1.5rem;
    }

    .site-content {
        padding-bottom: 95px;
    }

    .single .entry-header .inner-wrap {
        margin-top: 50px;
    }
}