
.widget ul {
    margin: 0;
    list-style-type: none;
}

.sidebar-main .advanced-sidebar-menu {
   background-color: #edecea;
 }


.child-sidebar-menu {
  margin: 0;
  list-style-type: none;
}


  .advanced-sidebar-menu li a {
    display: block;
    /* border-bottom: 2px dotted #ddd; */
    border-bottom: 2px solid #fff;
    color: #4a3c31;
    padding: .7em;
    transition: background-color .3s;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: 500;
  }



 .advanced-sidebar-menu > li > a:first-child {
   background-color: #ccc;
     /*color: #fff; */
   font-size: 1.4em;
   font-weight: 800;

 }



  .advanced-sidebar-menu a:hover {
    /* background-color: #fc0; */
    background-color: #b7b1ad;
    text-decoration: none;
}

.advanced-sidebar-menu .current_page_item > a {
    border-left: solid 5px #fc0;
  /*  background-color: #f9f9f9; */
}

 #advanced_sidebar_menu-2 li {
  margin-bottom: 0;
}

 /* sidebar widgets */

 .widget-title {
   /*   font-size: 15px;
     text-transform: uppercase;*/
     font-weight: 600;
     position: relative;
    /* margin-bottom: 30px;
     margin-left: 0;
     margin-right: 0;
     padding-bottom: 12px; */
 }



.widget-title::after,
.widget-title::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: rgb(229, 229, 229);
}

.widget-title {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    background: transparent;

}


.widget-title:after {
    width: 40px;
    height: 2px;
    background: rgb(255, 192, 0);
}

.widget a {
    /*color: #222;
    text-decoration: none; */
}

.widget a:hover {
  /*  color: rgb(255, 192, 0);
  border-bottom: solid 2px #fc0;*/
}


.grandchild-sidebar-menu {
	background-color: #d5d4d2;
}

.grandchild-sidebar-menu li a {
	padding-left: 35px;
}

.grandchild-sidebar-menu li a:before {
	content: "\2013";
	padding-right: 5px;
}
