/* Table of Contents */

.au-table-of-contents {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 1rem;
    background: var(--nv-light-bg);
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.au-table-of-contents .au-table-of-contents-title {
    font-size: 1.5rem;
    margin: 0;
    cursor: pointer;
}

.au-table-of-contents .au-table-of-contents-title small {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    float: right;
}

.au-table-of-contents .au-table-of-contents-content {
    display: block;
    height: auto;
    max-height: 2000px;
    overflow: hidden;
    clear: both;
}

.au-table-of-contents .au-table-of-contents-content.collapsed {
    max-height: 0;
}

.au-table-of-contents .au-table-of-contents-content ol {
    display: block;
    list-style-type: decimal;
    margin: 1rem 0 0;
    padding: 0 0 0 1rem;
    text-align: left;
}

.au-table-of-contents .au-table-of-contents-content ol li {
    display: list-item;
    text-align: left;
    margin: 1rem 0 0;
    padding: 0 0 0 1rem;
}

@media (min-width: 768px) {
    .au-table-of-contents {
        max-width: 350px;
        float: left;
        margin: 0 1rem 1rem 0;
    }
}

@media (min-width: 1000px) {
    .au-table-of-contents {
        max-width: 33%;
    }
}


/* Header Anchor Links */

.entry-content .header-anchor-link {
    cursor: pointer;
    position: relative;
}

.entry-content .header-anchor-link .anchor-link {
    display: inline-block;
    margin: 0;
    width: auto;
    height: auto;
    max-width: 0;
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
    color: #999999;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.entry-content .header-anchor-link .anchor-link .fa-link {
    vertical-align: top;
}

.entry-content .header-anchor-link:active .anchor-link,
.entry-content .header-anchor-link:focus .anchor-link,
.entry-content .header-anchor-link:hover .anchor-link {
    color: var(--nv-primary-accent);
    font-size: 1.5rem;
    margin-right: 0.5rem;
    max-width: 2rem;
    max-height: 2rem;
}

.entry-content .header-anchor-link .copied-popup {
    /* position: relative; */
    display: inline-block;
    width: auto;
    background: var(--nv-light-bg);
    position: absolute;
    top: 105%;
    left: 16px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    padding: 5px;
    opacity: 1;
    cursor: default;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.entry-content .header-anchor-link .copied-popup:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 30%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--nv-light-bg);
}

.entry-content .header-anchor-link .copied-popup.hidden {
    opacity: 0;
    top: 130%;
}

@media (min-width: 768px) {
.navigation.post-navigation .nav-links:after {
content: '';
display: block;
clear:both;
width: 100%;
}
.navigation.post-navigation .nav-previous {
float: left;
}
.navigation.post-navigation .nav-next {
float: right;
}
}



/* About the Author Module */

.au-author-bio .au-author-image .au-image {
    display: block;
    width: auto;
    max-width: 150px;
    margin: 0 1rem 0.5rem 0;
    float: left;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    -moz-box-shadow: 0 0 10px 0 var(--nv-c-1);
    -ms-box-shadow: 0 0 10px 0 var(--nv-c-1);
    -o-box-shadow: 0 0 10px 0 var(--nv-c-1);
    -webkit-box-shadow: 0 0 10px 0 var(--nv-c-1);
    box-shadow: 0 0 10px 0 var(--nv-c-1);
}


/* Pingbacks on Frontend */

.au-pingbacks-wrap {
    margin-top: 3.75rem;
}

#comments div.nv-comments-wrap ol.nv-comments-list li.pingback {
    display: none;
}

#comments aside.nv-comments-wrap ol.nv-comments-list {
    margin: 0;
}

#comments aside.nv-comments-wrap .comments-title {
    margin-bottom: 1rem;
}

.pingback .pingback-content {
    margin: 2rem;
    border-color: var(--nv-text-color);
    border-style: solid;
    border-width: 0 0 0 4px;
    padding: 0 0 0.5rem 2rem;
}

.pingback .pingback-content .pingback-title {
    margin: 0;
    font-size: 1.2rem;
}

.pingback .pingback-content .pingback-title a {
    color: var(--secondarybtncolor);
    font-weight: 700;
}

.pingback .pingback-content .pingback-author {
    margin: 0.5rem 0;
}


/* Yoast SEO: FAQ Blocks */

.wp-block-yoast-faq-block {
    border: 1px solid var(--nv-light-bg);
    padding: 2rem;
}

.wp-block-yoast-faq-block .schema-faq-section:not(:first-child) .schema-faq-question {
    border-top: 1px dashed var(--nv-light-bg);
    padding-top: 2rem;
}

.wp-block-yoast-faq-block .schema-faq-question {
    display: block;
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}