.j-sidebar-container {
    width: 280px;
    min-width: 280px;
}


.j-sidebar-container-homepage {
    padding-top: 108px;
    width: 280px;
    min-width: 280px;
}

.j-sidebar-container-homepage .j-sidebar-menu {
    padding: 10px 20px;
}

.j-sidebar-menu, .at-a-glance-container {
    background: rgb(238,238,238);
    border-left: 3px solid #c5050c;
    margin-bottom: 30px;
    width: 100%;
    padding: 10px 5px;
}

.j-sidebar-menu h4, .at-a-glance-container h4 {
    margin: 5px 0;
    text-align: center;
}

.j-sidebar-menu ul {
    margin-left: 10px;
    list-style-type: none;
}

.j-sidebar-menu ul li {
    margin: 8px 0;
}

.j-sidebar-menu ul li a:hover {
    color: #c5050c;
}

.j-sidebar-menu img {
    width: 100%;
    margin: 10px 0;
}

.at-a-glance {
    width: 100%;
    padding: 15px;
}

.at-a-glance p {
    line-height: 1.5;
}

.j-link-active {
    font-weight: 700 !important;
    color: #c5050c !important;
}

.j-menu-item-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
}

.j-spacer {
    width: 25px;
    height: 25px;
}

.j-spacer .dashicons-arrow-right-alt {
    color: #c5050c;
}

.j-spacer .dashicons-arrow-right-alt::before {
    line-height: 23px !important;
}


@media screen and (max-width: 900px) {
    aside {
        display: none !important;
    }
    .j-sidebar-container-homepage .j-sidebar-menu {
        display: none !important;
    }

    .entry-content-with-sidebar .entry-content {
        width: 100% !important;
    }
}