/**
 * Sidebar Styles
 * 
 * @package DucPhat
 * @version 1.0.0
 */

/* ==========================================================================
   Sidebar Styles
   ========================================================================== */

.widget .is-divider {
    margin-top: 3px;
    background: transparent;
}

.blog-single .large-8,
.post-sidebar {
    padding: 0 15px 15px !important;
}

.post-sidebar .badge {
    height: 3.3em;
    width: 4.8em;
    border-radius: 8px;
}

.post-sidebar .badge-inner{
    border-radius: 8px;
}
.recent-blog-posts a {
    margin-bottom: 6px;
    font-size: .875rem;
    line-height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.recent-blog-posts {
    padding: 7px 0;
}
/* ==========================================================================
   Category Navigation Styles
   ========================================================================== */

.side-nav-categories .block-title {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 11px 15px;
    font-weight: normal;
    background-color: #1d85e6;
    letter-spacing: 1px;
}

.side-nav-categories .block-title h2 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    display: inline;
}

ul#magicat li span a {
    color: #333;
    font-weight: bold;
}

.box-content.box-category {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 0 0 14px 14px;
    padding-top: 0;
    padding-bottom: 0;
}

#magicat li {
    list-style: none;
    display: block;
    list-style-type: none;
    position: relative;
    width: 100% !important;
    box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff;
    padding-bottom: 2px;
    margin-bottom: 3px;
    margin-top: 0;
    padding-top: 5px;
}

#magicat li:last-child {
    border: none;
    box-shadow: none !important;
}

.side-nav-categories {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.box-category .active ul {
    margin-left: 5%;
}

.box-category .active ul li {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 4px !important;
    box-shadow: 0 1px 0 rgba(221, 221, 221, .76), 0 2px 0 #fff !important;
}

.box-category .active ul li a {
    font-weight: normal !important;
}
