﻿.tree-node-selected a {
    color: #000!important;
}

li.tree-node a {
	font-weight: normal !important;
    font-size: 1.1rem !important;
	color: #000000!important;
}

@media only screen and (max-width: 767px) and (min-width:200px) {
    #mc-main-content {
        max-width: 1700px;
        margin: 0;
        padding: 0 3rem 3rem 3rem;
        width: 97vw!important;
    }
    post {
    display: block;
    width: 85vw !important;
}
.sidenav-topic {
    /*background: linear-gradient(180deg, rgba(236, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 86%);
    position: relative;
    background-color: rgba(236, 241, 248, 1);
    padding: 24px !important;
    border-top: 5px solid #0083db;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px #cdcdd0;*/
    float: none;
    margin-top: 3rem;
    width: 85vw;
    display: none!important;
}
post, .sidenav-topic {
    display: inline-block;
}
}
@media only screen and (max-width: 1023px) and (min-width:768px) {
    #mc-main-content {
        max-width: 1700px;
        margin: 0;
        padding: 0 3rem 3rem 3rem;
        width: 97vw!important;
    }
    post {
    display: block;
    width: 85vw !important;
}
.sidenav-topic {
    /*background: linear-gradient(180deg, rgba(236, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 86%);
    position: relative;
    background-color: rgba(236, 241, 248, 1);
    padding: 24px !important;
    border-top: 5px solid #0083db;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px #cdcdd0;
	*/
    float: none;
    margin-top: 3rem;
	width: 85vw;
	display: none;
    
}
}
@media only screen and (max-width: 1279px) and (min-width:1024px) {
    #mc-main-content {
        max-width: 1700px;
        margin: 0;
        padding: 0 3rem 3rem 3rem;
        width: 97vw!important;
    }
    post {
    display: block;
    width: 63vw !important;
}
.sidenav-topic {
    /*background: linear-gradient(180deg, rgba(236, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 86%);
    position: relative;
    background-color: rgba(236, 241, 248, 1);
    padding: 24px !important;
    border-top: 5px solid #0083db;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px #cdcdd0;*/
	width: 24vw;
    float: right;
    margin-top: 3rem;
    
}
post, .sidenav-topic {
    display: inline-block;
}
}

@media only screen and (max-width: 1580px) and (min-width:1280px) {
    #mc-main-content {
        max-width: 1700px;
        margin: 0;
        padding: 0 3rem 3rem 3rem;
        width: 71vw!important;
    }
    post {
    display: block;
    width: 45vw !important;
}
.sidenav-topic {
    /*background: linear-gradient(180deg, rgba(236, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 86%);
    position: relative;
    background-color: rgba(236, 241, 248, 1);
    padding: 24px !important;
    border-top: 5px solid #0083db;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px #cdcdd0;*/
	width: 18vw;
    float: right;
    margin-top: 3rem;
}
post, .sidenav-topic {
    display: inline-block;
}
}
@media only screen and (max-width: 4000px) and (min-width:1581px) {
post {
    display: block;
    width: 65% !important;
}
.sidenav-topic {
    /*background: linear-gradient(180deg, rgba(236, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 86%);
    position: relative;
    background-color: rgba(236, 241, 248, 1);
    padding: 24px !important;
    border-top: 5px solid #0083db;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px #cdcdd0;*/
	width: 24rem; 
    float: right;
    margin-top: 3rem;
}
post, .sidenav-topic {
    display: inline-block;
}
}


.off-canvas-wrapper, .off-canvas-content {
  overflow: visible!important;
}

.sidenav-topic ul li a {
    color: #666;
    text-decoration: none!important;
}

.sidenav-topic ul li:nth-child(2) {
    padding-left: 1.5rem;
}

.sidenav-topic ul li ul li a {
    text-decoration: none!important;
    padding: 0.7rem 0.7rem;
}

.sidenav-topic ul li:first-child {
	/*box-shadow: 0 2px 3px 1px #cdcdd0;*/
    background-color: #fff;
    transition: all .2s linear;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    display: block;
    transition: 0.3s all;
    border-radius: 5px;
    
}

.sidenav-topic ul li ul li {
    background-color: #fff;
    border: none !important;
    transition: all .2s linear;
    padding: 0 1rem 0 0 !important;
    display: block;
    transition: 0.3s all;
    border-radius: 5px;
	margin: 0!important;
    /*box-shadow: 0 2px 3px 1px #cdcdd0;*/
}

.sidenav-topic ul li ul li:nth-child(2) {
    background-color: #fff;
    border: none!important;
    transition: all .2s linear;
    padding-left: 0!important;
    display: block;
    transition: 0.3s all;
}

.sidenav-topic ul li ul {
    background-color: transparent!important;
    border-left: 1px solid #d3d3d3 !important;
    transition: all .2s linear;
    padding: 0!important;
    display: block;
    transition: 0.3s all;
}

.sidenav-topic ul:nth-child(1) {
    /*background-color: #fff;
    transition: all .2s linear;
    padding: 0.5rem;*/
    display: block;
    transition: 0.3s all;
}