@media only screen and (min-width: 768px) {
    .wphelpkit-template.post-type-archive .wphelpkit-prelude,
    .wphelpkit-template.post-type-archive .wphelpkit-archive {
        width: 100%;
        max-width: 100%;
    }
}

.wphelpkit-template.post-type-archive .wphelpkit-prelude,
.wphelpkit-template.post-type-archive .wphelpkit-archive {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.wphelpkit-template .entry-title {
    margin-bottom: 0.2em;
}

.tax-helpkit-category .entry-content > *,
.tax-helpkit-tag .entry-content > *,
.wphelpkit-search-results {
    margin-left: 60px !important;
}

/* help the article content flow around the table-of-contents */
.wphelpkit-article .entry-content h1,
.wphelpkit-article .entry-content h2,
.wphelpkit-article .entry-content h3,
.wphelpkit-article .entry-content h4,
.wphelpkit-article .entry-content h5,
.wphelpkit-article .entry-content h6 {
    clear: none;
}

#wphelpkit-table-of-contents > h2::before {
    height: 0;
    margin: 0;
}

.wphelpkit-subcategories li .wphelpkiticons {
    position: relative;
    top: 1px;
}

.wphelpkit-articles li .wphelpkiticons {
    position: relative;
    top: 5px;
}
