.weblogIntroductions__rssFeed {
    display: inline-block;
    margin-bottom: 2em;
    text-decoration: none;
    color: #222;
}

.weblogIntroductions__rssFeed:hover {
    text-decoration: none;
    color: #438c8c;
}

.weblogIntroductions__rssFeed::after {
    margin-left: 0.4em;
    content: '\f09e';
    font-family: 'icons', sans-serif;
}

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

.weblogIntroductions__item {
    position: relative;
    margin-bottom: 40px;
}

.weblogIntroductions__imageContainer {
    display: block;
    overflow: hidden;
    margin-bottom: 0.3em;
}

.weblogIntroductions__image {
    display: block;
}

@media screen and (min-width: 540px) {
    .weblogIntroductions__imageContainer {
        float: right;
        width: 200px;
    }

    .weblogIntroductions__body {
        float: left;
        width: calc(100% - 220px);

    }
}

.weblogIntroductions__meta {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #757575;
}

.weblogIntroductions__title {
    margin: 0;
    font-size: 1.1em;
    line-height: 1.3;
    color: #222;
    transition: color 0.3s;
}

.weblogIntroductions__date {
    margin: 5px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #757575;
}

.weblogIntroductions__intro {
    overflow: hidden;
    margin-top: 0.2em;
    font-size: 16px;
    line-height: 1.4;
    max-height: 3.9em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 540px) {
    .weblogIntroductions__intro {
        max-height: 2.6em;
    }
}

/**
 * Hover
 */

.weblogIntroductions__item:hover .weblogIntroductions__title {
    color: #4BA0A0;
}
