/*
Theme Name: Astra Child
Theme URI:  https://vermontdeglacialhistory.org/astra-child
Description: Astra Child Theme
Author: Root802
Author URI: http://root802.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Import parent theme styles */
@import url("../astra/style.css");

.cmtoc-flbtn-container .cmtoc_table_of_contents_description {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.cmtoc-flbtn-container .cmtoc-flbtn-content {
    left: auto !important;
    right: 0 !important;
}

.cmtoc-flbtn-container .cmtoc-flbtn {
    left: auto !important;
    right: -60px !important;
    top: 20%;
    bottom: auto;
    max-width: 300px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: inherit;
    padding: 0.6em 16px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    border-left: 1px solid #444;
    border-radius: 5px 5px 0px 0px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #FFF;
    color: #333;
    -webkit-appearance: none;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.cmtoc-flbtn-container .cmtoc-flbtn-content {
    width: 33%;
    background: #FFFFFF;
    box-shadow: 10px 10px 50px #00000052;
}

ul.cmtoc_table ul > li, ul.cmtoc_table > li {
    width: 100%;
}

.cmtoc_table .cmtoc_row_toggle {
    cursor: pointer;
    font-size: 1em;
    padding-right: 0.5em;
}

.foldable-wrapper .cmtoc_table .cmtoc_row_toggle {
    cursor: pointer;
    font-size: 1.6em;
    padding-right: 0.5em;
}

.single .post-navigation a .ast-post-nav {
    display: inline-block;
}