#tocBox h3{
	    background: #f8f1e2 !important;
    color: #000 !important;
}
.entry-content h2{
	    border-left: 4px solid #f8f1e2 !important;

}
.ez-toc-wrap-center {
    margin: 0;
    width: 100% !important;
	    padding: 0 !important;
	    margin: 0 !important;
}

#tocBox a.ez-toc-link:hover {
    color: #000 !important;
    background: #f8f1e2 !important;
}
li.ez-toc-page-1.ez-toc-heading-level-2.active a {
    color: #000 !important;
    background: #f8f1e2;
}

.blog-card{
	    overflow: unset !important;
}

   @media (max-width: 992px) {
	   .sidebar{
		   position: static !important;
		   order: 1;
	   }
	   .content-area{
		   	   order: 2;
	   }
         
              }
