/**
 *    weblogRssIcon
 */

.weblogRssIcon {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin-bottom: 1em;
    text-indent: -999em;
    background: url(../icons/rss.png) no-repeat 0 0;
}

/**
 *    weblogMeta
 */

.weblogMeta {
    margin-bottom: 1em;
}

.weblogMeta__date {
    color: #757575;
}

.weblogMeta__authorDescription,
.weblogMeta__tagDescription {
    position: absolute;
    left: -999em;
}

.weblogMeta__tag {
    display: inline-block;
    margin-right: 0.5em;
    padding: .4em 1em .3em;
    border: 1px solid;
    font-size: .9em;
    text-decoration: none;
}

.weblogMeta__tag:hover {
    text-decoration: none;
}

* + .weblogMeta__authors,
* + .weblogMeta__reactionCount {
    display: inline-block;
    margin-left: 0.5em;
}

.weblogMeta__reactionAmountDescription {
    margin-right: 0.1em;
}

/**
 * Tag cloud
 */

.wl-tagcloud ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wl-tagcloud li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.1em 0.3em 0;
}

.wl-tagcloud a {
    display: inline-block;
    padding: 0.4em 0.6em;
    line-height: normal;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    border: 1px solid #ccc;
    color: #34842b;
    background-color: #f5f5f5;
}

.wl-tagcloud a:hover,
.wl-tagcloud a:focus {
    font-weight: normal;
    color: #34842b;
    border-color: currentColor;
    background-color: #fff;
}

.wl-tagcloud a:before {
    font-family: 'SS BlackTie-Light';
    content: '';
    font-size: 0.8em;
    font-style: normal;
    font-weight: bold;
    margin-right: 0.3em;
}

.wl-tc-1,
.wl-tc-2,
.wl-tc-3 {
    font-size: 0.85em;
}

.wl-tc-4 {
    font-size: 0.9em;
}

.wl-tc-5 {
    font-size: 1em;
}

.wl-tc-6 {
    font-size: 1.1em;
}

/**
 *    postListTitle
 */

.postListTitle__list {
    overflow: hidden;
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListTitle__post {
    margin-bottom: .8em;
}

.postListTitle__postDate {
    display: block;
    font-size: .8em;
    color: #999;
}

.postListTitle__postTitle,
.postListTitle__postComments {
    display: inline-block;
}

.postListTitle__postTitle,
.postListTitle__postTitle:hover {
    text-decoration: none;
}

.postListTitle__postComments {
    display: inline-block;
    font-size: .8em;
    color: #999;
}

.postListTitle__postCommentsLink {
    text-decoration: none;
    color: #999;
}

/**
 *    postListExtendedTitle
 */

.postListExtendedTitle__list {
    padding: 0;
    margin: 1.7em 0 0 0;
    list-style: none;
}

.postListExtendedTitle__post {
    margin: 0 13px 2em 0;
    padding: 2em;
    background: #37b43e;
    box-shadow: 13px 16px 0px 0px #a7db0d;
}

.postListExtendedTitle__title {
    font-size: 1.24em;
}

.postListExtendedTitle__titleLink {
    text-decoration: none;
    color: #fff;
}

.postListExtendedTitle__titleLink:hover,
.postListExtendedTitle__titleLink:focus {
    color: #fff;
}

.postListExtendedTitle .weblogMeta {
    margin-bottom: 0;
}

.postListExtendedTitle .weblogMeta__tag {
    padding: 0;
    border: none;
    text-transform: uppercase;
    color: #fff;
}

.postListExtendedTitle .weblogMeta__tag:focus,
.postListExtendedTitle .weblogMeta__tag:hover {
    text-decoration: underline;
}

@media screen and (min-width: 800px) {
    .postListExtendedTitle__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 3.5em 0 0 0;
    }

    .postListExtendedTitle__post {
        float: left;
        width: calc(33% - 2.4em);
        margin: 0 3.5em 2em 0;
    }

    .postListExtendedTitle__post:nth-child(3n + 3) {
        margin-right: 0;
    }
}

/**
 *    postListIntro
 */

.postListIntro__list {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListIntro__post {
    margin-bottom: 4em;
}

.postListIntro__titleLink {
    color: #222;
}

.postListIntro__titleLink,
.postListIntro__titleLink:hover {
    text-decoration: none;
}

.postListIntro__titleLink:hover {
    color: #34872c;
}

.postListIntro__introduction p {
    display: inline;
    margin: 0;
}

.postListIntro__image img {
    display: block;
}

.postListIntro__titleMetaWrapper .weblogMeta {
    margin-bottom: 0;
}

.postListIntro__image,
.postListIntro__image + .postListIntro__titleMetaWrapper {
    display: inline-block;
    vertical-align: top;
}

.postListIntro__image {
    width: 25%;
}

.postListIntro__image + .postListIntro__titleMetaWrapper {
    font-size: 0.7em;
    padding-left: 1em;
    width: 75%;
}

.postListIntro__introduction {
    margin-top: 0.4em;
}

@media (min-width: 600px) {
    .postListIntro__image {
        width: 150px;
    }

    .postListIntro__image + .postListIntro__titleMetaWrapper {
        font-size: 1em;
        width: calc(100% - 150px);
    }

    .postListIntro__introduction {
        margin-top: 1em;
    }
}

/**
 *    weblogPost
 */

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

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

.weblogPost__share {
    margin-bottom: 1.6em;
}

.weblogPost__text li {
    margin-bottom: .8em;
}

.wl-article h2 a {
    color: #222;
}

/**
 *    weblogPostNavigation
 */

.weblogPostNavigation {
    overflow: hidden;
    margin: 4em 0;
}

.weblogPostNavigation__button,
.weblogPostNavigation__button:hover {
    display: block;
    width: 40%;
    text-decoration: none;
}

.weblogPostNavigation__button--previous {
    float: left;
}

.weblogPostNavigation__button--next {
    float: right;
    text-align: right;
}

.weblogPostNavigation__buttonText,
.weblogPostNavigation__postTitle {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.weblogPostNavigation__buttonText {
    font-size: .8em;
    color: #757575;
}

/**
 *    relatedWeblogPosts
 */

.relatedWeblogPosts__title {
    display: none;
}

.relatedWeblogPosts__list {
    margin: 0;
}

.relatedWeblogPosts__postDate {
    display: none;
}

.relatedWeblogPosts__postTitle,
.relatedWeblogPosts__postTitle:hover {
    display: block;
    text-decoration: none;
}

/**
 *    weblogComments
 */

.weblogComments__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.weblogComments__meta {
    overflow: hidden;
    margin-bottom: .4em;
}

.weblogComments__avatar {
    display: block;
    float: left;
    margin: 0 .8em 0 0;
    width: 2.7em;
    border-radius: 50%;
}

.weblogComments__metaInfo {
    display: block;
}

.weblogComments__author,
.weblogComments__permanentLink {
    display: block;
}

.weblogComments__permanentLink,
.weblogComments__permanentLink:hover {
    text-decoration: none;
    font-size: .8em;
    color: #757575;
}

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

#message-tutorial {
    margin-top: 3em;
    padding: 1px 1em;
    background: rgba(0,0,0, .05);
}