/* LATEST POST */

.latest-section {
    display: grid;
    position: relative;
    overflow: hidden;
}
.latest-section .section-title {
	background: #1a4e80;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}
.latest-section .section-title i {
    margin-right: 5px;
}
.latest-section .article-wrapper {
    display: grid;
    list-style: none;
    margin-bottom: 0;
    margin-left: 20px;
}
.latest-section .article-wrapper .article {
    display: flex;
    margin: 0;
}
.latest-section .article-wrapper .article i {
    margin-right: 5px;
    font-size: 14px;
    color: #d9d9d9;
    margin: auto 10px;
}
.latest-section .article-wrapper .article a {
    font-size: 14px;
    font-weight: 500;
    color: #1b1b1b;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    width: 89%;
}
.menu, .widget {
    margin: 0 !important;
}
.menu .menu-item:last-child {
    border: 0;
}