#site-branding {
    position: relative !important;
    top: 0;
    background: #434345;
    box-shadow: 1px 0px 10px -5px black;
}

header.page-header {
    margin: 80px 0 100px;
    text-align: center;
    text-transform: capitalize;
}

.post_archive_block {
    position: relative;
}

.post_archive_block .post_date {
    position: absolute;
    top: 0;
    left: 0;
}

span.post_date {
    text-transform: uppercase;
}

span.post_date sup{
    text-transform: lowercase;
}

.post_archive_block span.post_date {
    position: absolute;
    z-index: 99;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    background: #216A95;
    font-weight: 600;
    border-radius: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

span.post_date i {
    margin-right: 10px;
}

.post_archive_content h4 {
    font-weight: 600;
    margin: 30px 0;
}

.blog_categoryDateBlock span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:#ffffff;
    font-weight: 300;
}

.blog_categoryDateBlock span i {
    color: #989A99;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
}

a.blog_read_more {
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    color:#ffffff;
    justify-content: flex-start;
    margin:20px 0 0;
}

a.blog_read_more i {
    margin-left: 10px;
    margin-top: 4px;
}

a.blog_read_more:hover i {
    color:#FFD700;
}

.archive_blocks {
    margin-bottom: 50px;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation a {
    text-decoration: none;
    font-size: 18px;
}

.navigation a:hover {
    color:#FFD700;
}

.post_archive_block.search_block {
    border-bottom: 1px solid #98999A;
    padding-bottom: 50px;
}