/*
==============================
Page: Single Post
Section: Entry Content
==============================
*/

.entry-content ul {
    margin-left: 20px;
    margin-bottom: 1em;
}
.entry-content ul li {
    list-style: none;
    margin-bottom: .5em;
}
.entry-content ul li::before {
    content: "-";
    color: var(--black-muted);
    padding: 0px 10px 0 0;
    display: inline-block;
    margin-left: -1em;
    margin-top: -7px;
    vertical-align: middle;
}
.entry-content .entry-header ul li::before {
    content: "";
    color: var(--black-muted);
    padding: 0px 10px 0 10px;
    display: inline-block;
    margin-left: -1em;
    margin-top: -7px;
    vertical-align: middle;
}
.entry-content a,
.entry-content span a {
    color: var(--siena);
    font-weight: 600;
}
.entry-content a:hover,
.entry-content span a:hover {
    color: var(--siena-light);
    transition: color 300ms ease;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content h1 {
    font-size: 1.2em;
}
.entry-content h2 {
    font-size: 1.1em;
    margin-bottom: 1em;
}
.entry-content h3 {
    font-size: 1em;
}
.entry-content h4 {
    font-size: 1em;
}


/*
==============================
Page: Single Post
Section: Featured Image
==============================
*/

.article-image .bg-image-regular,
.img-blog-single {
    height: 45vh;
}
.img-blog-single {
    margin-left: -35px;
    margin-right: -35px;
}


/*
==============================
Page: Single Post
Section: Navigation
==============================
*/

.navigation ul.d-flex.list-unstyled li.active a {
    color: var(--black);
}
.navigation ul.d-flex.list-unstyled li {
    margin: 0 .5em;
}


/*
==============================
Page: Single Post
Section: Sidebar
==============================
*/

h2.widget-title {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 1em;
}
ul.post-categories,
#categories-2 ul,
.widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget .thumbnail_link {
    height: 120px;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
}
aside#secondary.widget-area > section.widget {
    margin-bottom: 3rem;
}
.list-unstyled li a,
.widget.widget_recent_entries ul li a {
    color: var(--black-muted);
}


/*
==============================
Page: Single Post
Section: Table of Contents
==============================
*/

.toc-link {
    display: block;
    font-size: 0.85em;
    font-weight: 600;
    color: var(--siena);
    text-decoration: none;
    margin-bottom: 8px;
}
.toc-link--sub {
    font-weight: 400;
    padding-left: 12px;
    color: var(--black)
}
.toc-link:hover {
    color: var(--siena-light);
}

/*
==============================
Page: Single Post
Section: FAQ Block
==============================
*/

.block-faq {
    background-color: var(--dark-body);
    padding: 1rem 2rem 0.5rem 2rem;
    border-radius: 8px;
    margin-top: 1.5rem;
}
.entry-content .block-faq h2 {
    margin-top: 0;
    color: var(--siena-light);
}
.entry-content .block-faq h3,
.entry-content .block-faq p {
    color: var(--cream);
}


/*
==============================
Page: Single Post
Section: Media Queries
==============================
*/

@media (min-width: 992px) {

    .entry-content h1 {
        font-size: 1.6em;
        font-weight: 700;
        margin-top: 1.5em;
    }
    .entry-content h2 {
        font-size: 1.37em;
        font-weight: 600;
        margin-top: 1.2em;
    }
    .entry-content h3 {
        font-size: 1.2em;
        font-weight: 500;
        margin-top: 1em;
    }
    .entry-content h4 {
        font-size: 1em;
        font-weight: 500;
        margin-top: 1em;
    }
    .img-blog-single {
        margin-left: 0;
        margin-right: 0;
    }

}