/*Archived*/
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

body.search article.page,
body.search article.post,
body.archive article.post,
body.archive article.page {
    margin-bottom: 40px;
}


/*Blog Page */

article.emg-post-card {
    margin-bottom: 30px;
}

.emg-post-card:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.entry-meta {
    padding: 0;
    margin-bottom: 10px;
}

.entry-meta li {
    list-style: none;
    display: inline-block;
    color: #333 !important;
    line-height: 1.3;
    word-break: break-word;
}

.entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}

.entry-meta li,
.entry-meta li a {
    font-weight: 600 !important;
    font-size: 15px;
}

.entry-meta li a {
    color: rgb(var(--primary-color)) !important;
}
.entry-meta li a:hover {
    text-decoration: underline !important;
}

.emg-post-card .post-thumbnail img {
    height: auto;
}

.emg-post-card header.entry-header * {
    margin: 0;
}

@media (min-width: 1199px) {

    .blog-page-post-body {
        overflow: hidden;
    }

    .emg-post-card .post-thumbnail {
        float: left;
        margin-right: 30px;
        max-width: 300px;
    }
}

.post-footer a.readMore {
    font-size: 18px;
    font-weight: bold;
}

.emg_pagination {
    text-align: center;
}
.emg_pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(var(--primary-color));
    color: #fff !important;
    border-radius: 50%;
    margin: 0 5px;
}

.emg_pagination .prev,
.emg_pagination .next {
    width: auto;
    background: transparent;
    height: auto;
    padding: 0 10px;
}

.emg_pagination span.page-numbers.current {
    opacity: .5;
}

.emg_pagination span.page-numbers.dots {
    width: auto;
    background: transparent;
}

.emg_pagination span.page-numbers.dots,
.emg_pagination .prev,
.emg_pagination .next {
    color: rgb(var(--primary-color)) !important;
}
