/**
 *    weblogPost
 */

.blog-full-post .pageTitle--visible {
    text-align: center;
}

.weblogPost__title {
    position: absolute;
    left: -999em;
}

.weblogPost__imageWrapper--noImage + .weblogPost__introduction {
    margin-top: 14em;
}

.weblogPost__image {
    display: block;
    margin-bottom: 3em;
}

.weblogMeta {
    margin-bottom: 2em;
    text-align: center;
}

.weblogMeta__authors,
.weblogMeta__date {
    color: #04274b;
}

@media screen and (min-width: 700px){
    .body--headerExtended .weblogMeta__authors,
    .body--headerExtended .weblogMeta__date {
        display: block;
        color: #fff;
    }
}

.weblogMeta__authors {
    font-weight: 600;
}

.weblogPost__shareWrapper {
    position: relative;
}

.weblogPost__share {
    position: absolute;
    top: -1em;
    width: 100%;
    text-align: center;
}

.postListIntro__image {
    margin-bottom: 4em;
    border-radius: 10px;
}

#wl-comments {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}
