

section#single_article {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
}

#content {
       background-color: #fff;
}

#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    background-color: #fff;
    padding: 15px 10px;
    border: none;
    height: 70px;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    float: left;
    width: 25rem;
    padding: 50px 3rem 15px 3rem;
    z-index: 999;
    color: #777777;
    transition: all 0.3s;
}



#sidebar h3 {
    color: #a74029;
    margin-top: 35px;
    margin-bottom: 20px;
}

#sidebar.active {
    margin-left: -25rem;
}



#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #a74029;
    background: #f6f6f6;
}

#sidebar ul li.current-cat > a, a[aria-expanded="true"] {
    color: #fff;
    background: #a74029;
}

#sidebar ul {
    list-style: none;
    padding-left: 0;
}

.post-date {
     margin-top: 5px;
         padding: 10px;
}

.sidebar-title {
    margin-bottom: 45px;
}

#sidebar-title .title, #sidebar .articles_sidebar h3 a {
    text-transform: uppercase;
    color: #4b6da7;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    padding: 0;

}

#sidebar .articles_sidebar h3 a:hover,#sidebar .articles_sidebar h3 a:active, #sidebar .articles_sidebar h3 a:focus {
background-color: inherit;
}
#apropos_sidebar a {
    font-weight: 600;
    color: #4d6fa7;
}

.rpwe-block li {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

a.tag-cloud-link {
    padding: 8px;
    background-color: #f6f6f6;
    font-size: 18px!important;
}

#searchform .form-control {
    background-color: #cfd4db66;
    border: 1px solid #ced4da;
    opacity: 0.6;
    border-radius: .25rem 0 0 .25rem;
}

#searchform .btn-secondary {
    border-radius: 0 .25rem .25rem 0;
}

button.btn.btn-linkt {
    background: inherit;
    color: #4b6da7;
    padding-left: 0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    float: left;
    width: calc(100% - 25rem);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1024px) {
    #sidebar {
        margin-left: -100%;
        max-width: 100%;
        padding: 50px 1rem 15px 1rem;
    }

    #searchform .input-group {
        width:80%;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content,#content.active {
        width: 100%;
        padding: 0;
    }
  
    #sidebarCollapse span {
        display: none;
    }

    #sidebar {
        position:absolute;
    }
}
