/**
 * weblog list
 */

.postListIntro__subTitle {
    min-height: 73px;
}

.postListIntro__imageWrapper {
    float: left;
    width: 100px;
    margin-right: .5em;
}

@media (min-width: 900px) {
    .postListIntro__post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .postListIntro__imageWrapper {
        float: none;
        width: 240px;
        margin-right: 0;
    }

    .postListIntro__subTitle {
        min-height: unset;
    }

    .postListIntro__contentWrapper {
        width: calc(100% - 240px);
        padding-left: 1.5em;
    }
}

.weblogMeta__date,
.weblogMeta__tags {
    margin-bottom: .6em;
    text-transform: lowercase;
    color: #5466af;
}

.weblogMeta__tag {
    display: inline-block;
}

.weblogMeta__tags:before {
    padding: 0 .4em;
    content: '|';
}

.weblogMeta__tag:after {
    margin-right: .2em;
    content: ',';
}

.weblogMeta__tag:last-child::after {
    content: none;
}

.postListIntro__readMoreLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -9999em;
}

/**
 * weblog full post
 */

.weblogPost__imageWrapper {
    margin: 1em 0 2em 0;
}

.weblogPost__imageCaption {
    font-size: .7em;
}

/**
 * weblog bottom tags in sidebar
 */

.weblogTagsBottom--title {
    margin-bottom: .5em;
    font-size: 1.4em;
    font-weight: 300;
}

.weblogTagsBottom--tag {
    display: inline-block;
    margin: 0 .8em .8em 0;
    padding: .8em;
    font-size: .8em;
    color: #344293;
    text-transform: lowercase;
    white-space: nowrap;
    background: #d4d6e4;
}
