.td-js-loaded .td_block_slide .td_module_slide {

    visibility: visible !important;
    height: 330px;

}
.td_module_mx4 .entry-thumb 
{
    width: 100%;
    height:150px;
}
.td_module_mx2 .entry-thumb 
{
    width: 80px;
    height: 80px;
}
.td-post-featured-image a img,
.td-module-thumb:hover .td-admin-edit
{
	display:none;
}
h3 > a
{
	font-weight:600;
}
.td_block_wrap .td-block-title-wrap .td-block-title
{
	background: #fd9800;
}
.menu-menu1-container ul > li > a:hover{
	background-color:#00e6ac
}


/* Table of content CSS Start*/
#toc-container {
    display:block;
    background:#317fae !important;
    padding: 0px 10px 30px;
    margin: 40px 0px;
    border-radius: 25px;
}
 
#toc-container ul {
    margin:0;
	padding-right:45px;
}
#toc-container ul li {
    font-size: 100%;
    list-style:none;
}
 
#toc-container .toc-title-container h2{
    margin-bottom:0;
}
 
#toc-container .toc-title-container .toc-title {
    font-size:22px;
	  color:white;
    padding-top: 16px;
    padding-bottom: 16px;
	text-align: center;
}
 
#toc-container .toc-list li {
    position: relative;
    cursor: pointer;
    border:1px solid #ffc6006b;
    width: 100%;
}
#toc-container .toc-list li a {
    display: block;
    color: #000;
    padding: 6px;
}
 
#toc-container .toc-list li a:hover {
    text-decoration: none;
    background: #e8f3e975;
}
 
#toc-container .toc-list > li > ul{
    margin-left:0px;
}
 
#toc-container .toc-list li:nth-child(odd) {
    background: #ffffff;
}
 
#toc-container .toc-list li:nth-child(even) {
    background: #f7f7f7;
}
 
#toc-container .toc-list li > ul > li:nth-child(odd) {
    background:#f7f7f7;
}
 
#toc-container .toc-list li > ul > li:nth-child(even) {
    background:#ffffff;
}
 
#toc-container .toc-list li > ul > li:first-child,.toc-list li:first-child {
    border-top:1px solid #ddd;
}
 
#toc-container .toc-list li > ul > li:last-child {
    border-bottom:none;
}
 
@media(max-width:768px){
#toc-container {
    padding: 0px 10px 30px;
}
}
/*table of content CSS end*/