.post-single.sticky-post > .post-wrap .post-title:after {
    content: 'Sticky';
    position: relative;
    top: -15px;
    padding: 0 4px;
    margin-left: 5px;
    border-radius: 2px;
    color: #fff;
    background-color: var(--rio-primary-color,#27c);
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0
}

.post-single > .post-wrap .post.format-video .post-title:after {
    font-size: 1.2rem;
    top: -15px
}

.post-single > .post-wrap .thumbnail-caption {
    bottom: 2.2rem
}

.post-single > .post-wrap .post-details {
    padding-bottom: 0
}

.post-single > .post-wrap .post-meta {
    margin-bottom: 6px
}

.post-single > .post-wrap .post-cats {
    margin-bottom: 2rem
}

.post-single > .post-wrap .post-title {
    margin-bottom: 2.5rem;
    white-space: normal;
    font-size: calc(3.4rem * var(--rio-typo-ratio,1));
    line-height: 1.5
}

.post-single > .post-wrap .post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.post-single > .post-wrap .post-tags, .post-single > .post-wrap .social-icons {
    margin-top: 5rem
}

    .post-single > .post-wrap .social-icons label {
        margin-right: 2rem
    }

    .post-single > .post-wrap .post-tags label {
        margin-right: 1rem
    }

    .post-single > .post-wrap .post-tags > a {
        display: inline-block;
        margin: 5px 10px 5px 0;
        padding: 6px 13px;
        font-size: calc(1.2rem * var(--rio-typo-ratio,1));
        border: 1px solid #ccc;
        color: #666;
        line-height: 1.35;
        transition: color 0.4s,border 0.4s
    }

        .post-single > .post-wrap .post-tags > a:hover, .post-single > .post-wrap .post-tags > a:focus {
            color: var(--rio-primary-color,#27c);
            border-color: var(--rio-primary-color,#27c)
        }

.post-single .related-posts .post-title {
    font-weight: 600
}

.post-single .post-author-detail {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    margin-top: 6rem;
    padding: 3rem;
    border: 1px solid #e1e1e1
}

    .post-single .post-author-detail .author-avatar img {
        border-radius: 0
    }

.post-single .author-avatar {
    max-width: 8rem;
    flex: 0 0 8rem;
    margin-right: 1.8rem
}

    .post-single .author-avatar img {
        display: block;
        width: 100%;
        background: #ebebeb
    }

.post-single .author-body {
    flex: 1
}

.post-single .author-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.2rem 0 1.2rem
}

    .post-single .author-header .author-title {
        font-size: calc(1.3rem * var(--rio-typo-ratio,1))
    }

    .post-single .author-header .author-name {
        margin-bottom: 0;
        font-size: calc(1.8rem * var(--rio-typo-ratio,1));
        font-weight: 700;
        color: var(--rio-primary-color)
    }

    .post-single .author-header .author-link {
        display: inline-block;
        margin: 1.2rem 0 0.6rem;
        font-size: calc(1.3rem * var(--rio-typo-ratio,1));
        font-weight: 600;
        letter-spacing: -0.025em;
        color: var(--rio-secondary-color)
    }

        .post-single .author-header .author-link i {
            font-size: calc(1.5rem * var(--rio-typo-ratio,1));
            margin-left: 5px
        }

        .post-single .author-header .author-link:hover {
            color: #222
        }

.post-single .post-content:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.post-single blockquote p {
    margin-bottom: 0
}

.post-single .post-media-carousel .owl-dots {
    bottom: 4.5rem
}

.post-single .title {
    font-size: calc(2.1rem * var(--rio-typo-ratio,1))
}

@supports (-moz-appearance:none) {
    .post-single .author-avatar img {
        max-width: calc(100% + 2px);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        margin: -1px
    }
}

.post-navigation .nav-links {
    position: relative;
    display: flex;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    align-items: center;
    width: 100%
}

    .post-navigation .nav-links > * {
        flex: 0 0 50%;
        max-width: 50%
    }

.post-navigation {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-top: 5rem
}

    .post-navigation a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        font-weight: 400;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size: calc(1.4rem * var(--rio-typo-ratio,1));
        text-transform: uppercase;
        line-height: 1.5;
        color: #999;
        transition: all 0.35s ease
    }

    .post-navigation .pager-link-title {
        position: relative
    }

        .post-navigation .pager-link-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            display: inline-block;
            width: 100%;
            height: 2px;
            background: #333;
            transform: scale(0);
            transition: transform 0.3s
        }

    .post-navigation i {
        display: block;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        top: 50%;
        transition: all 0.35s ease 0.05s;
        transform: translateY(-50%)
    }

    .post-navigation .nav-previous a {
        padding-right: 3rem;
        padding-left: 4.2rem;
        text-align: left
    }

        .post-navigation .nav-previous a i {
            left: 2px
        }

    .post-navigation .nav-next:first-child {
        width: 50%;
        margin-left: auto
    }

    .post-navigation .nav-next a {
        padding-right: 4.2rem;
        padding-left: 3rem;
        align-items: flex-end;
        text-align: right
    }

        .post-navigation .nav-next a i {
            right: 2px
        }

    .post-navigation a:hover .pager-link-title:after, .post-navigation a:focus .pager-link-title:after {
       transform: scale(1)
    }

.pager-link-title {
    display: inline-block;
    flex: 0 0 auto;
    color: #222;
    margin-top: 2px;
    font-size: calc(1.5rem * var(--rio-typo-ratio,1));
    font-weight: 400;
    text-transform: none;
    transition: all 0.35s ease;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700
}

@media (max-width:575px) {
    .post-single .author-avatar {
        margin-right: 1.5rem
    }

    .post-navigation .nav-links span {
        display: none
    }

    .post-navigation .nav-next {
        border-left: none
    }
}

@media (max-width:479px) {
    .post-navigation .nav-previous a {
        padding-left: 3.5rem;
        padding-right: 0
    }

    .post-navigation .nav-next a {
        padding-left: 0;
        padding-right: 3.5rem
    }
}

@media (max-width:480px) {
    .post-single .post-author-detail {
        padding: 2rem
    }

    .post-single .author-avatar {
        max-width: 5rem;
        flex: 0 0 5rem;
        height: 5rem
    }
}

.related-posts {
    margin-bottom: 1rem;
    padding-top: 7rem;
    padding-bottom: 4.5rem
}

.related-posts h3{
    font-size: calc(2.1rem * var(--rio-typo-ratio,1));
}

.related-posts:not(:last-child) {
    border-bottom: 1px solid #e1e1e1
}

    .related-posts .post-details {
        padding-bottom: 1rem
    }

.single-post .main {
    padding-bottom: 10rem
}

.single-post .comments {
    padding-top: 6rem
}

    .single-post .comments .comment-respond {
        margin: 0 0 4.5rem
    }

.single-post .comment-respond {
    margin: 4.5rem 0 0
}

.no-comments {
    margin: 2.5rem 0 1rem;
    padding-top: 2rem;
    border-top: 1px solid #e1e1e1;
    text-align: right;
    color: #999
}

@media (max-width:479px) {
    .post-single .author-header .author-link {
        font-size: calc(1.2rem * var(--rio-typo-ratio,1))
    }

    .post-single > .post-wrap .post-title {
        font-size: calc(2rem * var(--rio-typo-ratio,1))
    }
}
