 .sidebar-menu, .sidebar-menu ul {
    margin: 0 0 15px;
    padding: 0;
}

.sidebar-menu-heading {
    background-color: #000;
    color: #fff;
    font-size: 1.9em;
    font-weight: 300;
    margin-bottom: 0;
    padding: 30px;
    text-transform: uppercase;
}

  .sidebar-menu li, .sidebar-menu ul li {
    background-color: #e1e1e1;
    border-top: 1px solid #fff;
    display: block;
    padding-left: 0;
}

.sidebar-menu ul li a, .sidebar-menu li a {
    color: #000;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.sidebar-menu ul li a:hover, .sidebar-menu li.current_page_item>a, .sidebar-menu li a:hover {
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-property: .2s;
    -o-transition-property: .2s;
    -webkit-transition-property: .2s;
    transition-property: .2s;
    background-color: #3c3c3c;
    color: #fff;
}

.post-coments {
    margin-top: 20px;
}

.post-comment {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}

.note-primary {
    background-color: #e2eaf7;
    color: #2f5aa2;
}



.note {
    --mdb-note-padding: 10px;
    --mdb-note-border-width: 6px;
    --mdb-note-border-radius: 5px;
    --mdb-note-strong-font-weight: 600;
    padding: var(--mdb-note-padding);
    border-left: var(--mdb-note-border-width) solid;
    border-radius: var(--mdb-note-border-radius);
}

code {
    font-size: 0.875em;
    color: #e91e63;
    word-wrap: break-word;
}

.alert-primary {
   font-size: 13px !important;
}   
    
    
.cat-box {
    clear: both;
    margin-bottom: 4em;
    font-size: 15px;
    background: #fff;
}   

.cat-box .heading {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}   

.categories {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.categories li {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.categories li a {
    display: block;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #2f89fc;
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.categories li {
    display: flex;
    align-items: center;
}

.categories li i {
    margin-right: 0.5rem;
}

.widget {
    background: #ffffff;
    overflow: hidden;
}

.widget-header {
    position: relative;
    padding: 15px 20px;
    background-color: #6a417a;
    background-image: url(images/pattern.png);
}

.widget-header .title {
    display: inline-block;
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
}

 .widget-header:after {
    border-top-color: #6a417a;
}

.widget-header:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #f65e13;
    bottom: -7px;
    content: " ";
    left: 40px;
    margin-left: -5px;
}

.vcard {
    margin: 15px 20px;
}

.vcard-name {
    font-size: 18px;
    color: #f65e13;
    font-weight: bold;
}

.vcard span {
    font-size: 14px;
    color: #494f5c;
}




