@charset "UTF-8";

.sidebar {
	float: left;
    width: 20%;
    padding: 3rem 0;
}

.widget-area {
    /* border-right: solid 1px #eee; */
    padding: 30px 20px 20px;
    position: relative;
}

.sidebar_menu ul li a {
    display: block;
    padding: 7px 10px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.04);
    color: #858585;
    text-decoration:none;
    font-weight: 500;
    font-size: 14px;
}

.sidebar_menu ul li a:hover {
    background-color: #55aaed;
    color: white;
}

.sidebar-on {
	background-color: #55aaed !important;
    color: white !important;
}