.post-meta {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    color: transparent !important;
}

.post-meta .entry-categories a {
    color: #7A1F1A !important;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
}

.post-meta .published {
    color: #3A5874;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 2%;
}

.post-content-inner {
    border-bottom: 1px solid #E4E2DC;
    padding-bottom: 15px;
}

.more-link {
    margin-top: 15px;
    border: 1px solid #0F2845;
    border-radius: 2px;
    padding: 12px 24px;
    cursor: pointer;
    text-align: center;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    color: #0F2845;
    letter-spacing: 0%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.more-link:hover {
    background-color: #0F2845;
    color: #FFFFFF;
}