.blog.paged #genesis-sidebar-primary {
    display: none;
}


.single-post aside div.sidebar__sticky {
    margin-top: 32rem;
    top: calc(1.5rem + 96px);
}

.single-post aside div.sidebar__sticky .toc_widget {
    margin-bottom: 1.5rem;
}

.single-post .content div.entry-header .entry-meta-categories {
    margin-top: 1rem;
}

.single-post .content .type-post .content-wrap {
    margin-top: 0;
    max-width: unset;
}

.single-post .type-post .content-wrap {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.single-post .site-inner {
    padding-top: 0;
}

.single-post .type-post {
    padding-top: 0;
}

.single-post .type-post img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 1rem;
}

.single-post .entry-header .entry-categories a {
    color: white;
    background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid white;
    padding: 0.2rem 1.4rem;
    border-radius: 1.8rem;
    text-decoration: none;
    font-size: 1.6rem;
    margin: 0 0.4rem;
}

.single-post .entry-header .entry-categories {
    cursor: pointer;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
}

.single-post .entry-header .entry-categories a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.single-post .content div.entry-header {
    width: 100vw;
    background-color: white;
    color: white;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    margin-bottom: 4rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 30rem;
    background-size: cover;
    z-index: 10;
    overflow: hidden;
}

.single-post .content div.entry-header svg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
}

.single-post .content div.entry-header svg rect {
    fill: #fff0;
}

.single-post .content div.entry-header svg path {
    fill: #039047;
}

.single-post .content div.entry-header img {
    position: absolute;
    top: -25%;
    right: 0;
    height: 150%;
    z-index: -1;
}

.single-post .content div.entry-header .entry-content-preview {
    max-width: 800px;
    margin: 0 auto 1.8rem;
}

.single-post .content div.entry-header .header-backdrop {
    height: 100%;
    width: 100%;
    background-color: rgba(3, 144, 71, 0.75);
    position: absolute;
    backdrop-filter: blur(8px);
}

.single-post .content div.entry-header .entry-header-inner-wrap {
    max-width: 1140px;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.single-post .content div.entry-header .entry-header-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-post .content div.entry-header .entry-header-content h1 {
    font-size: 3rem;
}

.single-post .content .type-post .content-wrap .entry-author {
    display: none;
}

/* TODO add better selectors */

.single-post .type-post {
    background-color: transparent;
    padding: 0;
}

.main-content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.single-post .content .type-post > .content-wrap > .entry-content {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 4rem;
    border-radius: 2rem;
    margin-top: 32rem;
}

.single-post #replybox {
    margin-top: 2rem;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 2rem;
    padding: 2rem;
}

.single-post .content .type-post .content-wrap {
    max-width: unset;
}

.author-box {
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.wpdesk-box {
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.sidebar__sticky {
    margin-top: 34rem;
}

.sidebar__sticky ul li ul {
    display: none;
}

.single-post main.content {
    margin-right: 0;
}

.single-post .sidebar__sticky {
    background-color: transparent;
    padding: 0;;
    box-shadow: none;
}

.single-post .sidebar__sticky .plugin-card {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 2rem;
    overflow: hidden;
}

.single-post .sidebar__sticky .toc_widget {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 2rem;
    text-decoration: none;
    max-width: 320px;
}

.single-post .sidebar__sticky .toc_widget li:hover {
    background-color: rgba(124, 124, 124, 0.2);
}

.single-post .sidebar__sticky .toc_widget li.active {
    background-color: rgba(3, 144, 71, 0.2);

}

.single-post .sidebar__sticky .toc_widget .widget-title {
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 30px;
    margin: 0 0 0 2.2rem;
    white-space: nowrap;
}

.single-post .sidebar__sticky .toc_widget .widget-wrap {
    overflow: hidden;
    transition: 0.5s;
}

.single-post .sidebar__sticky .toc_widget.active .widget-wrap {
    height: 6rem;
}

.single-post .sidebar__sticky .toc_widget .widget-wrap progress {
    width: 100%;
    height: 8px;
    border: medium;
    border-radius: 2rem;
}

.single-post .sidebar__sticky .toc_widget .widget-wrap progress::-moz-progress-bar {
    background-color: #039047;
}

.single-post .sidebar__sticky .toc_widget .widget-title:hover {
    color: #039047;
}

.single-post .sidebar__sticky .toc_widget .widget-title::before {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%3Cpath%20d%3D%27M5%206l5%205%205-5%202%201-7%207-7-7z%27%3E%3C/path%3E%0A%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: 2.4rem;
}

.single-post .sidebar__sticky .toc_widget.active .widget-title::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath d='M15 14l-5-5-5 5-2-1 7-7 7 7z'/%3e%3c/svg%3e");
}

.single-post .sidebar__sticky .toc_widget li {
    list-style: disc;
}

.single-post .sidebar__sticky .toc_widget li.active::marker {
    color: #039047
}

.single-post .sidebar__sticky .toc_widget li {
    border-radius: 1rem
}


.single-post .sidebar__sticky .toc_widget li a {
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
}

.single-post .sidebar__sticky .toc_widget li.active > a {
    font-weight: 400;
}

.single-post .sidebar__sticky .plugin-card .plugin-text p {
    display: none;
}

.single-post .sidebar__sticky .plugin-card .plugin-text a:last-of-type {
    display: none;
}

.single-post .sidebar__sticky .plugin-card .logo {
    display: none;
}

.single-post .sidebar__sticky .plugin-card .plugin-text .sep {
    display: none;
}

.single-post .sidebar__sticky .plugin-card .plugin-card-bottom .updated-tested {
    display: none;
}

.single-post .sidebar__sticky .plugin-card .plugin-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-post .sidebar__sticky .plugin-card .plugin-text h3 {
    display: flex;
    flex-direction: column;
    font-size: 2.8rem;
}

.single-post .sidebar__sticky .plugin-card .plugin-text a {
    margin-right: auto;
}

.single-post .sidebar__sticky .plugin-card .plugin-text h3 .price {
    font-size: 2.4rem;
    margin-top: 1rem
}

.single-post .sidebar__sticky .plugin-card .rating-installs {
    display: flex;
    width: 100%;
    gap: 1rem;
}

.single-post .sidebar__sticky .plugin-card .rating-installs .rating {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1200px) {
    .single-post .sidebar__sticky .toc_widget {
        position: fixed;
        right: 0;
        transform: translateX(100%);
        margin-top: 4rem;
        border-radius: 2rem 0 0 2rem;
        border: 1px solid #41ac75;
        border-right: none;
        transition: 0.5s;
    }

    .single-post .sidebar__sticky .toc_widget.active {
        transform: translateX(0%);
    }

    .single-post .sidebar__sticky > section:nth-child(2) {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
        width: 100%;
    }

    .single-post .sidebar__sticky .toc_widget.active .widget-wrap {
        height: auto;
    }

    .single-post .sidebar__sticky .plugin-card {
        margin-bottom: 0;
        border-radius: 0;
    }

    .single-post aside div.sidebar__sticky {
        margin-top: 0;
        z-index: 10;
        top: calc(2rem + 96px);
        margin-bottom: 2rem;
    }

    .single-post .content div.entry-header {
        position: relative;
        height: unset;
        width: calc(100% + 3rem);
        margin: -1.5rem;
    }

    .single-post .site-inner {
        padding: 0;
    }

    .single-post .content .type-post > .content-wrap > .entry-content {
        margin-top: 3.5rem;
        padding: 1.8rem;
    }

    .single-post .content {
        padding: 1.5rem;
    }

    .single-post .sidebar__sticky .plugin-card .plugin-text {
        flex-direction: row;
    }

    .single-post .sidebar__sticky .plugin-card .plugin-text a {
        align-self: center;
    }

    .single-post .footer-widgets > .wrap {
        margin-bottom: 15rem;
    }

    .single-post .sidebar__sticky .toc_widget {
        max-width: unset;
    }

    .single-post .sidebar__sticky .toc_widget .widget-title {
        margin: 0;
    }

    .single-post .sidebar__sticky .toc_widget.active .widget-title::before {
        position: relative;
    }

    .single-post .sidebar__sticky .toc_widget .widget-title::before {
        position: absolute;
        left: -5rem;
        background-color: white;
        border-radius: 1rem 0 0 1rem;
        border: 1px solid #41ac75;
        border-right: none;
        width: 50px;
        height: 50px;
        background-origin: content-box;
        padding: 1rem;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%3Cpath%20d%3D%27M14%205l-5%205%205%205-1%202-7-7%207-7z%27%3E%3C/path%3E%0A%3C/svg%3E");
    }

    .single-post .sidebar__sticky .toc_widget.active .widget-title::before {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2020%2020%27%3E%0A%3Cpath%20d%3D%27M6%2015l5-5-5-5%201-2%207%207-7%207z%27%3E%3C/path%3E%0A%3C/svg%3E");
        width: 20px;
        height: 20px;
        background-size: contain;
        margin-right: 8px;
        position: relative;
        left: 0;
        border: none;
        padding: 0;
    }

    .single-post .wpdesk-box {
        margin-top: 2rem;
    }

    .single-post .plugin-card .plugin-card-bottom {
        padding: 1rem;
    }

    .single-post .sidebar__sticky .plugin-card .plugin-text h3 {
        margin: 0;
        font-size: 2rem;
    }

    .single-post aside div.sidebar__sticky {
        margin-bottom: 0;
    }

    .single-post .content div.entry-header .entry-header-content {
        padding: 2rem;
        width: 60%;
    }

    .single-post .content div.entry-header svg {
        width: 130%;
    }

    .single-post .content div.entry-header img {
        width: auto;
        height: 100%;
        top: 0;
        right: 0;
    }

    .single-post .sidebar__sticky .plugin-card .plugin-text a {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 850px) {
    .single-post .content div.entry-header img {
        right: -50px;
    }
}

@media (max-width: 700px) {
    .single-post .content div.entry-header img {
        display: none;
    }

    .single-post .content div.entry-header .entry-header-content {
        width: 100%;
        background-color: #039047;
        padding: 2rem;
    }

    .single-post .content div.entry-header svg {
        display: none;
    }
}
