/**
 * weblog list
 */

.postListIntro__introduction {
    padding-bottom: 2em;
    border-bottom: 1px solid #b1b1b1;
}

.postListIntro__readMoreText {
    position: absolute;
    right: 0;
    bottom: -20px;
    padding: .5em 1em;
    border: 1px solid #b1b1b1;
    font-weight: 600;
    color: #c86432;
    background: #fff;
    transition: all ease-in-out .2s;
}

.postListIntro__readMoreLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.postListIntro__post:hover .postListIntro__readMoreText {
    color: #fff;
    background: #c86432;
}

/**
 * weblog bottom tags in sidebar
 */

.weblogTagsBottom--blockTitle {
    margin: 0 0 .3em 0;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 300;
}

.weblogTagsBottom--blockSubTitle {
    margin-bottom: 2em;
    font-size: .9em;
    font-weight: 600;
    color: #c86432;
}

.weblogTagsBottom--title {
    margin: 0;
    font-weight: 600;
    text-transform: lowercase;
}

.weblogTagsBottom--tags {
    margin-bottom: 1.2em;
}

.weblogTagsBottom--tag {
    display: block;
    margin: 0;
    font-size: .8em;
    text-transform: lowercase;
}
