/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
div#ez-toc-container {
    margin-top: 15px !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background: #2fb66a0f !important;
    border: none;
    border-radius: 0;
    box-shadow: 0px 5px 15px -10px;
    margin-bottom: 20px;
}
.ez-toc-title-container {
    border-bottom: 5px solid black;
    padding: 8px 10px;
    font-size: 18px;
}
div#ez-toc-container ul li {
    padding: 0px 10px;
    border-bottom: 1px solid lightgray;
}
div#ez-toc-container ul li:hover {
    background: lightgray;
}
div#ez-toc-container ul li a {
    padding: 8px 5px;
    display: inline-block;
    width: 90%;
}
div#ez-toc-container span.ez-toc-title-toggle a {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding-top: 5px;
    border: none;
    box-shadow: 0 0 10px -2px grey;
}
div#ez-toc-container span.ez-toc-title-toggle:hover a {
	box-shadow: 0 0 15px -2px grey;
}









/* ----- box-layout style start ----- */
/* 
 * a copy of same css in in custom css of theme 
 * 
 */
/*
.box {margin-bottom: 15px;}
.box .box-inner-block {
    display: flex;
    align-items: center;
}

.one_half          {width: 50%;}
.one_third         {width: 33%;}
.two_third         {width: 66%;}
.full              {width: 100%;}
.box-inner-block p {margin: 0;}

.box-inner-block h1, 
.box-inner-block h2, 
.box-inner-block h3, 
.box-inner-block h4, 
.box-inner-block h5, 
.box-inner-block h6, 
.box-inner-block .h1, 
.box-inner-block .h2, 
.box-inner-block .h3, 
.box-inner-block .h4, 
.box-inner-block .h5, 
.box-inner-block .h6 { text-align: center; }

.box-inner-block img {
    display: block;
    margin: 0 auto;
}

.box-inner-block .center {
    text-align: center;
}

@media all and (max-width: 800px) {
    .box .box-inner-block {
        flex-flow: column;
    }
    .one_half, 
    .one_third, 
    .two_third {
        width: 100%;
    }
}
*/
/* ----- box-layout style end ----- */