/* ==========================================================================
	CSS FOR ENTIRE HYRID THOUGHTS THEME STRUCTURE
  ========================================================================== */

  .sidebar-box .menu li {
      margin-bottom:10px;
  }

  .sidebar-box .menu li a {
    font-size:14px;
    line-height:1.5;
}

/* ==========================================================================
CSS FOR SIDEBAR ONE
========================================================================== */

.sidebar-box.one {
    margin: 0 15px 15px 15px;
    padding:10px 15px;
}

.sidebar-box.one h3.widget-title {
    color: #aaaaaa;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.sidebar-box.one ul li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 0 0 20px;
}

.sidebar-box.one ul li a {
    color: #333;
    font-size: 16px;
    line-height:1;
    font-weight: 300;
}

.sidebar-box.one ul li a:hover {
    color: #0a0a0a;
}

/* ==========================================================================
CSS FOR SIDEBAR ONE
========================================================================== */

.sidebar-box.two, .post-table.sticky1 {
    margin: 0 15px 35px 15px;
    padding: 10px 25px;
    border: 1px solid #ccc;
}

/*.is-active-li:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 17px;
    position: absolute;
    left: -23px;
    top: 13px;
    background-color: #67686c;
}*/

.is-active-li a {
    color:#000!important;
    pointer-events: auto;
}


.is-active-li{
    position: relative;
    padding: 5px 0;
}

.is-active-li .table-sublist {
    margin-top:10px;
    padding-left:30px;
    display:block;
}


.post-table.sticky1.table-list li a{
    line-height: 1;
    font-size: 16px;
    color: #333 !important;
    font-weight: 300;
}

.sidebar-box.two h3.widget-title, .post-headings1 h2 {
    color: #aaaaaa;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
    padding: 0 0 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
}

.sidebar-box.two ul li {
    margin-bottom: 15px;
}

.sidebar-box.two ul li a {
    color: #333;
    font-size: 16px;
    line-height:1;
    display: table;
    font-weight: 300;
}

.sidebar-box.two ul li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 16px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    display: table-cell;
    font-size: 14px;
    position: relative;
    top: 1px;
    color: #f07caf;
}

.sidebar-box.two ul li a:hover {
    color: #f07caf;
}