div#main-wrapper {
    overflow: visible;
}

#inner-page-wrapper > .container {
    width: 1300px;
    max-width: 100%;
}

.innerhero .entry-title,.comments-template {
    display: none
}

.singlePost {
    position: relative;
    display: flex;
    align-items: var(--post-section-align, flex-start);
    justify-content: var(--post-section-justify, space-between);
    flex-direction: var(--post-section-direction, column);
    gap: var(--post-section-gap, 24px);
    margin-top: 60px;
}

.singlePost__main {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    max-width: var(--post-main-max-width, 100%)
}

#content .singlePost__main h1.entry-title {
    margin-top: 0;
}

.singlePost__image {
    position: relative;
    display: block
}

.singlePost__image canvas {
    display: block;
    width: 100%;
    height: var(--post-image-height, auto);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.singlePost__content {
    position: relative;
    display: block;
    color: var(--primary-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625
}

.singlePost__recent {
    position: var(--post-recent-position, relative);
    top: calc(var(--adminbar-offset, 0px) + var(--post-recent-top, 0px));
    display: block;
    max-width: var(--post-recent-width, auto);
    min-width: var(--post-recent-width, auto);
    overflow: hidden
}

.singlePost__recent span {
    display: block;
    color: var(--primary-text);
    width: 343px;
    height: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .17em;
    text-transform: uppercase
}

.singlePost__recent ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px 0 0!important;
    padding: 0!important;
    list-style: none!important
}

.singlePost__recent ul li {
    display: block
}

.singlePost__recent ul li a {
    color: var(--font-color-default);
    font-family: var(--font-family-title);
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    transition: var(--transition)
}

.singlePost__recent ul li a:hover {
    color: var(--primary)
}

.singlePost__recent ul li a.as-current {
    text-decoration: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    pointer-events: none
}

#content #agents-single .agents-smi li a {
    color: var(--aios-agents-icon-color, #000);
    background: transparent;
    border: solid 1px var(--aios-agents-primary-color, #000)
}

#content #agents-single .agents-smi li a:hover {
    color: var(--aios-agents-hover-color, #fff);
    background: var(--aios-agents-primary-color, #000);
    border-color: var(--aios-agents-primary-color, #000)
}

#content #agents-single .agents-button {
    color: var(--aios-agents-icon-color, #000);
    background: transparent;
    border: solid 2px var(--aios-agents-primary-color, #000)
}

#content #agents-single .agents-button:hover {
    color: var(--aios-agents-hover-color, #fff);
    background: var(--aios-agents-primary-color, #000);
    border-color: var(--aios-agents-primary-color, #000)
}

@media screen and (min-width: 744px) {
    .singlePost {
        --post-section-direction: row;
        --post-section-gap: 40px;
        --post-recent-width: 176px;
        --post-recent-top: 140px;
        --post-recent-position: sticky
    }
}

@media screen and (min-width: 1024px) {
    .singlePost {
        --post-recent-width: 291px
    }

    .singlePost__recent span {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .1em
    }
}

@media screen and (min-width: 1280px) {
    .singlePost {
        --post-main-max-width: 838px;
        --post-recent-width: 324px
    }
}
