
body {
    overflow-x: hidden;
}

#blog_sidebar {
    min-height: 50vh;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#blog_sidebar .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#blog_sidebar .list-group {
    /*width: 15rem;*/
}

#main_container.toggled #blog_sidebar {
    margin-left: 0;
}

/* BLOG POST ITEM: START */
.post-item {
    margin-bottom: 5px;
}

.post-item:last-of-type {
    margin-bottom: 0;
}

.post-item .card-title {
    margin-bottom: 0;
}

.post-item .post-title-subtitle {
    float: left;
    font-size: 18px;
}

.post-item .post-date {
    float: right
}

.post-item .post-title {
    color: #212529;
}
.post-item a:hover{
    text-decoration: inherit;
}
/* POST ITEM: END */

/* POST DETAIL: START */

.post-detail .card-title {
    text-align: center;
    margin-bottom: 0px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.post-detail .card-subtitle{
    text-align: center;
    color: #6c757d !important;
    font-size:1.5rem;
}

.post-detail .post-image-left{float:left; margin-right:10px;}
.post-detail .post-image-right{float:right; margin-left:10px;}


/* POST DETAIL: END */
