.image-div .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 60, 88, .5);
}
.image-div .img-group {
    position: relative;
}
.image-div img {
    width: 100%;
    height: 100px;
}
.image-div .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 60, 88, .5);
}
.image-div .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.image-div1 .centered h2 {
    font-family: 'Abhaya Libre', serif;
    font-size: 53px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
}
main.posts-listing {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.widget-listing{
    margin-top: 67px;
    padding-top: 50px;
}

main.posts-listing .post {
    margin-bottom: 50px;
}
.post-meta {
    margin: 10px 0;
    font-size: 0.8em;
}
.post .title, .post .date, .post .comments, .post .views {
    font-weight: 400;
    color: #1a1a1a;
    opacity: 0.8;
    text-transform: capitalize;
}
.post .category a {
    color: #999;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.post a {
    text-decoration: none;
}

.post h3 {
    line-height: 1.1em;
    color: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 1rem;
}
.post p:not(.lead) {
    font-weight: 400;
    color: #1a1a1a;
    opacity: 0.8;
    font-size: 0.95em;
}
main.posts-listing .post-footer {
    font-size: 0.8em;
}
.post a {
    text-decoration: none;
}
.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.post .title, .post .date, .post .comments, .post .views {
    font-weight: 400;
    color: #1a1a1a;
    opacity: 0.8;
    text-transform: capitalize;
}
a, i, span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.widget {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #eee;
}
.h6 {
    font-size: 1rem;
}
.widget header {
    margin-bottom: 20px;
}
.widget.search .form-group {
    position: relative;
}
.widget.search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 0.95em;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    background: none;
}
.widget.search .submit {
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: none;
    border: none;
    color: #555;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    right: 0;
}
.widget.search .submit {
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: none;
    border: none;
    color: #555;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    right: 0;
}
.widget.latest-posts a {
    display: block;
    color: #555;
    text-decoration: none;
}
.widget.latest-posts .item {
    margin-bottom: 20px;
}
.widget.latest-posts .image {
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	overflow: hidden;
	margin-right: 20px;
}
.widget.latest-posts strong {
    font-size: 0.95em;
    display: block;
    line-height: 1em;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.widget.latest-posts .views, .widget.latest-posts .comments {
    font-size: 0.8em;
    font-weight: 400;
    color: #bbb;
    margin-top: 10px;
}
