body {
    overflow: hidden;
}
.right-section.position-relative.m-0 {
    display: none;
}
.d-flex.all-page-content {
    justify-content: center;
}
.breadcrumbs {
    display: none;
}
body.post-type-archive-hard_skills,
body.search.search-results,
body.single-hard_skills,
body.tax-hard_skills_category {
    overflow: visible;
}
body.post-type-archive-hard_skills .logo,
body.search.search-results .logo,
body.single-hard_skills .logo,
body.tax-hard_skills_category .logo {
    height: auto;
}
body.post-type-archive-hard_skills .logo a,
body.search.search-results .logo a,
body.single-hard_skills .logo a,
body.tax-hard_skills_category .logo a {
    height: max-content;
    display: inline-block;
}
.default-page-content.blog-page.single-post.hard-skills-page .default-content {
    height: calc(100vh - 146px);
}
.default-page-content.blog-page.single-post.hard-skills-page .default-content .categories-container {
    height: 100%;
}
.hard-skills-page .breadcrumbs a {
    color: #EF5600;
    text-decoration: none;
}
.hard-skills-page .breadcrumbs .breadcrumb_last,
.hard-skills-page.blog-page.single-post .left-section .info>p:first-child {
    color: #808080;
}
.hard-skills-page.blog-page.single-post .left-section .info {
    padding-bottom: 24px;
}
.hard-skills-page #breadcrumbs {
    margin-bottom: 8px;
}
.hard-skills-page.blog-page.single-post .content-main {
    margin-top: 1.2rem;
    width: 688px;
    height: calc(100% - 120px);
}
.hard-skills-page .content-main .category-skills {
    margin-top: 24px;
    margin-bottom: 16px;
}
.hard-skills-page .content-main .category-skills>*+* {
    margin-top: 12px;
}
.hard-skills-page .post a {
    text-decoration: none !important;
    padding: 16px 8px 16px 16px;
    background: #252525;
    width: 100%;
    display: inline-flex;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    justify-content: space-between;
    color: #EF5600;
}
.hard-skills-page .post a svg,
.blog-page.archive-page .content-main a.taxonomy-link svg {
    transition: all 0.3s;
}
.hard-skills-page .post a:hover svg,
.blog-page.archive-page .content-main a.taxonomy-link:hover svg {
    fill: #fff;
}
.hard-skills-page .post a:hover {
    color: #fff;
    background: #EF5600;
}
/* Archive page */
.hard-skills-page.archive-page .all-page-content .left-section>*:first-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #404040;
}
.hard-skills-page.archive-page .all-page-content .left-section .category-title h1 {
    margin-bottom: 0;
}
.hard-skills-page.archive-page .category-description {
    max-height: 28px;
    overflow: hidden;
    margin-bottom: 8px;
    width: 520px;
    max-width: 100%;
}
.hard-skills-page.archive-page .description-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 14px;
    color: #bfbfbf;
}
.hard-skills-page.archive-page .posts-container .category .category-title {
    margin: 0 0 4px 0;
}
.hard-skills-page.blog-page.single-post.archive-page .content-main {
    width: 100%;
    max-width: 100%;
}
.hard-skills-page.blog-page.single-post.archive-page .content-main>*+* {
    margin-top: 2rem;
}
.blog-page.archive-page .content-main a.taxonomy-link {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
}
.blog-page.archive-page .content-main a.taxonomy-link svg {
    margin-left: 4px;
}
.hard-skills-page.archive-page .content-main .category-skills {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.hard-skills-page.archive-page .content-main .category-skills .post {
    width: calc((100% - 32px) / 3);
}
.hard-skills-page.archive-page .content-main .category-skills>*+* {
    margin: 0;
}
.hard-skills-page.blog-page.single-post.archive-page .content-main {
    height: calc(100% - 66px);
}
/* Search page */
.search-page.hard-skills-page .content-main .post {
    max-width: 100%;
    width: 100%;
}
body .hard-skills-page #breadcrumbs a:hover {
    color: #fff;
}
body .search-page.hard-skills-page .content-main {
    position: relative;
}
body .search-page.hard-skills-page .primary-categories .not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
body .search-page.hard-skills-page .primary-categories>*+* {
    margin-top: 12px;
}
.hard-skills-page.search-page .post a {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hard-skills-page.search-page .post a svg {
    position: absolute;
    right: 8px;
}
.hard-skills-page.search-page .post a span {
    color: #bfbfbf;
    font-weight: 400;
    margin-left: 4px;
    transition: all 0.3s;
    margin-right: 16px;
}
.hard-skills-page.search-page .post a:hover span {
    color: #fff;
}
.blog-page.hard-skills-page .search-result .post * span {
    color: #808080;
    font-weight: 400;
    margin-left: 4px;
}
.blog-page.hard-skills-page .search-result .post *:hover,
.blog-page .search-area .search-result .posts i:hover {
    cursor: pointer;
}
@media (max-width: 1023px) {
    .hard-skills-page.archive-page .content-main .category-skills .post {
        width: 100%;
    }
    .hard-skills-page.blog-page.single-post.hard-skills-page .content-main>*:last-child {
        padding-bottom: 16px;
    }
    body.post-type-archive-hard_skills .hse-header.hse-header-default .logo a img,
    body.search.search-results .hse-header.hse-header-default .logo a img,
    body.single-hard_skills .hse-header.hse-header-default .logo a img,
    body.tax-hard_skills_category .hse-header.hse-header-default .logo a img {
        margin-top: -2px;
    }
}
@media (max-width: 767px) {
    body .search-page.hard-skills-page .content-main {
        max-height: 100%;
        height: calc(100% - 86px) !important;
    }
    body.post-type-archive-hard_skills .hse-header.hse-header-default .logo a img,
    body.search.search-results .hse-header.hse-header-default .logo a img,
    body.single-hard_skills .hse-header.hse-header-default .logo a img,
    body.tax-hard_skills_category .hse-header.hse-header-default .logo a img {
        width: 90px;
        min-width: 90px;
    }
}