

nav.aurora-breadcrumbs {
    padding: 10px 4px;
    font-size: 15px;
    color: var(--body-text-color);
    border-top: solid 1px rgba(0, 0, 0, 0.07);        
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px
}

.aurora-breadcrumbs a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bd {
    margin: 0 10px;
}

.bcp {
    opacity: 0.7;
}

.site-container {
    padding: 10px
}

.post-wrapper {
    margin: 60px 0;
}

.post-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 70px;
    margin: 50px 0;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--body-text-color);
    font-size: 13px;        
    border-bottom: solid 1px rgba(0, 0, 0, 0.11);        
    border-top: solid 1px rgba(0, 0, 0, 0.11);
    margin: 15px 0 40px;
    padding: 8px 4px
}

.post-meta .divider {
    opacity: 0.6
}

.author-block {
    display: flex;
    gap: 5px;
    align-items: center
}

.author-block img {
    border-radius: 50%
}

.plain-post-content {
    flex: 1; 
    max-width: 100%;
}

.post-sidebar {
    width: 28%;
}

h1.entry-title {
    margin: 20px 0;
}

.post-excerpt {
    font-size: 95%;
    line-height: var(--body-line-height-desktop);
    color: var(--body-text-color);
}

.post-categories {
    display: flex;
    gap: 8px
}

.post-categories a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    background-color: var(--body-text-color);
    color: var(--site-background-color);
    border: solid 1px var(--body-text-color);
    font-size: 80%;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-block;
    transition: transform 0.3s ease-out, background-color 0.3s ease, color 0.3s ease;
    line-height: 1.4;
}

.post-categories a:hover {
    transform: translateY(-2px);        
    color: var(--body-text-color);
    background-color: var(--site-background-color);
    border-color: var(--body-text-color)
}

.post-header .divider {
    opacity: 0.7;
    font-size: 60%
}

.post-featured-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px
}

.wp-block-quote {
    position: relative;
    margin: 50px;
    padding-left: 30px
}

.wp-block-quote::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--body-text-color);
}

.wp-block-quote p {
    font-size: 1.6em;
    font-weight: 500;
    line-height: var(--body-line-height-desktop)
}

.wp-block-quote cite {
    font-size: 1em;
    font-weight: bold;
    opacity: 0.6
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 150px;
    color: var(--body-text-color);
}

.post-navigation div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 40%;
} 

.post-navigation span {
    display: flex;
    align-items: center;
    gap: 10px;
} 

.post-navigation div:nth-child(2) span {
    justify-content: flex-end;
}

.post-navigation div:nth-child(2) a {
    text-align: right;
}

.post-navigation a {
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2em;
}

.post-navigation a:hover {
    color: var(--link-hover-color);
    text-decoration: underline 1px;
    transition: color 0.3s ease;
}

.post-navigation h4 {
    margin: 0
}

.tags-and-share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 70px 0;
    gap: 20px
}

.tags-and-share a {
    color: var(--body-text-color);
    opacity: 0.8;
    text-decoration: none;
}

.tags-and-share a:hover {
    color: var(--link-hover-color);
    opacity: 1;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.post-tags {
    display:flex;
    flex-wrap: wrap;
    gap: 2px 8px
}

a.post-tag  {
    font-size: 90%;
}

.share-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.post-comments.post-div {
    margin: 0;
}

.post-div {
    display: flex;
    flex-direction: column;
    border-top: solid 1px #8787874d;
    margin: 100px 0;
}

.post-div .section-title {
    text-transform: uppercase;
    padding: 0 20px;
    margin-top: -8px;
    background-color: var(--site-background-color);
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    align-self: center
}

.post-author {
    gap: 5px;
    color: var(--body-text-color);        
    align-items: center;
}

.post-author img {
    border-radius: 50%;
    margin-top: -75px;
    padding: 20px;
    background-color: var(--site-background-color);
}

.post-author h4 {
    margin: 0;
    font-size: 1.4em;
}

.post-author a {
    color: inherit;
    text-decoration: none;
}


.post-author p {
    margin: 0;
    opacity: 0.85;
    text-align: center;
    line-height: 1.2em;
    width: 80%
}

.author-social-links {
    display: flex;
    gap: 10px;
    font-size: 85%;
    margin-top: 7px;
}

.author-social-links a {
    opacity: 0.65;
    color: inherit;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.author-social-links a:hover {
    opacity: 1;
    color: var(--link-hover-color);
}

.related-posts {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;        
    text-align: center;        
    line-height: 1.2em;
    color: var(--body-text-color)
}

.article-title {
    text-decoration: none;
    color: inherit;
    margin: 0 5px;
}

.article-title:hover {
    color: var(--link-hover-color);
    transition: color 0.3s ease;
}

.article-thumbnail {
    width: 100%;
    height: 160px;
    background-color: var(--link-color);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px
}

.aurora-single-post .comment-respond {
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 0 30px #00000025;
    margin-top: 60px
}

input#author, input#email, input#url,textarea#comment {
    border-radius: 4px;
    border: solid 1px #88888887;
    background-color: #0000
}

.aurora-comment-form label *:not(.required), .aurora-comment-form label {
    color: #0000;
    position: absolute;
    top: 15px;
    left: 15px;
}

.comment-form-cookies-consent label {
    color: unset;
    position: unset
}

.aurora-comment-form .comment-form-comment label .required {
    position: relative;
    left: 100px;
}

.aurora-comment-form label .required {
    color: red;
    opacity: 0.5
}

h2.comments-title {
    display: none
}

.aurora-comment-form input#submit {
    background-color: #0000;
    color: var(--link-color);
    padding: 15px 30px;
    border-radius: 6px;
    border: solid 1px var(--link-color);
    font-size: 110%
}

.aurora-comment-form input#submit:hover {
    border-color: var(--link-hover-color);
    color: var(--link-hover-color)
}

.comment-meta {
    display: flex;
    gap: 12px;
    align-items: center
}

.author-details {        
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center
}

.comment-meta img.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comment-meta .comment-author {
    font-weight: 600;
}

.comment-meta time {
    font-size: 0.85em;
    opacity: 0.7;
}

.comment-body {
    margin: 40px 0
}

.comment-list .children .comment-body {
    margin: 20px 0 40px;
}

.comment-list .children .comment {
    border-top: solid 1px #7b7b7b31;
}

.comments-actions a {
    color: var(--link-color)
}

@media (max-width:768px) {

.post-wrapper {
    margin: 30px 0;
}

.post-container {        
    flex-direction: column
}

.site-container {
    padding: 20px
}

.post-excerpt {
    line-height: var(--body-line-height-tablet);
}
    
.post-navigation {
    margin-bottom: 100px;
}

.tail-div {
    margin-right: 0;
}
}

@media (max-width:480px) {

    .post-wrapper {
        margin: 20px 0;
    }
    .post-excerpt {
        line-height: var(--body-line-height-mobile);
    }

    .tags-and-share {
        flex-direction: column;
        margin: 30px 0;
    }

    .wp-block-quote {
        margin-left: 30px;
    }

    .post-navigation {
        flex-direction: column;
        gap: 20px
    }

    .post-navigation div {
        max-width: 100%
    }
        .tail-div {
        margin-right: auto;
        margin-left: 0;
    }
    
    .post-navigation div:nth-child(2) span {
        justify-content: flex-start
    }

    .post-div {
        margin: 50px 0;
    }

    .related-posts {
        gap: 50px;
        grid-template-columns: 1fr;
        }

    .aurora-single-post .comment-respond {
        padding: 30px;
    }

    .comment-meta img.avatar {
        width: 60px;
        height: auto
    }
}