a{
    text-decoration: none !important;
}
a:hover{
    /* text-decoration: underline; */
    color: #1e272e;
}
/* -------------- */

.latest-posts, .categories {
    margin-bottom: 40px;
}
.latest-posts .post {
    margin-bottom: 10px;
}
.latest-posts .post .title {
    margin-bottom: 0;
}
.latest-posts .post .post-image {
    margin-bottom: 20px;
}
.latest-posts .post > .thumb img {
    width: 70px;
    height: 70px;
}
/* -------------- */

.post-image{
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
}
/* -------------- */

/* .nav-tabs {
    margin-bottom: 15px;
} */
/* -------------- */

.card-img-top{
    height: 200px;
    object-fit: cover;
}
/* -------------- */

/* ckeditor code snippet scoll in codeblock */
.hljs{
    display: inline-block !important;
    min-width: 100%;
}
/* -------------- */

.card-title{
    font-weight:bold;
    font-size: 16px;
}
.card-text{
    font-size: 13px;
}