/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.wcd_tableOfContents_active:after {
    display: block;
    border-bottom: 6px solid 
#3f00b5;
    width: 65px;
    height: 0px;
    content: "";
}

#wcd_tableofcontents a {
    margin-bottom: 8px;
    line-height: 1;
    width: 100%;
}

.wcd_tableOfContents_H1 {
    font-size: 1.3em;
    font-weight: 600;
}

.wcd_tableOfContents_H2 {
    font-size: 1.1em;
    padding: 2px 0px;
    padding-left: 10px;
    font-weight: 400;
}

.wcd_tableOfContents_H3 {
    padding-left: 20px;
}

.wcd_tableOfContents_H4 {
    padding-left: 30px;
}

.wcd_tableOfContents_H5 {
    padding-left: 40px;
}

.wcd_tableOfContents_H6 {
    padding-left: 50px;
}

#toc_section .content{
	width:100%;
}

.my-toc-hide{
    display: none;
}
#my-toc a {
	font-size: 15px;
    font-family: "Roboto Slab";
}
#my-toc a:after {
    display: none;
}
#toc_section .icon{
	cursor:pointer;
}

#footer_bar a,
#contactus_sidebar a{
	text-decoration:unset;
	color:inherit;
	font-weight: inherit;
}

table, th, td {
  border: 1px solid black;
}