/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/** tnb custom TOC **/
.tnb-auto-toc {
 padding:1em 2em 0.5em 2em;
 margin-bottom:1em;
 background:#f5f7fa;
 border-radius: 14px;
 max-height:440px;
 overflow:auto;
}
.tnb-auto-toc .toc-list {
 margin-left: 0;
}
.tnb-auto-toc .toc-title {
 font-size:24px;
 font-weight:700;
 margin: 0 0;
}
.toc-list ul {
 margin: 0;
}
.toc-list ul li {
 margin-bottom:0;
 margin-left: 1.3em;
}
.toc-list li::marker{color: #f56f46;}
.toc-list li:not(:last-child) {
 padding-bottom: 0;
 margin-bottom: 0.15em; 
}
.entry-content li::marker{color: #f56f46;}
.tnb-auto-toc a{
 font-size:14px;
 font-weight: 500;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.tnb-auto-toc .toc-title {margin-bottom: 0;}
.tnb-auto-toc {padding: 0.5em 0.5em;}
.accordion-inner {padding: 1em 0;}
}