/* Widget Sidebar Style */
.widget ul {
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
}

.widget li>a {
    border-left: 2px solid transparent;
    padding: 0px 0px;
}

.widget li {
    padding: 5px 0px 5px;
    border-bottom: 1px solid #eee;
    font-size: 1.0em;
    font-weight: 600;
}

.widget li:hover {
		background: #eee;
}

.widget .children li {
    margin-left: 25px;
    font-size: 0.9em;
    border-bottom: 0px solid #eee;
}

.widget .children li:hover {
		background: #e4e4e4;
}

.widget .current-cat {
		background: #f5f5f5;
}

.widget .cat-parent a::after {
		content: ' ';
}
.widget .children a::after {
		content: '';
}

/* active & hover links */ 
.widget li>a:hover,
.widget li>a:focus {
    color: #2699D0;                 
    text-decoration: none;          
    background-color: transparent;  
}
/* all active links */
.widget .active:focus>a,
.widget .active:hover>a {
    font-weight: 800;
}

.widget h3 {
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: 600;
	color: #555;
	text-align: left;
	border-bottom: 2px solid #DDD;
}
 
