@media screen and (min-width: 720px) {
    .main__pageTitle {
        font-size: 2.5em;
    }

    .weblogPost {
        font-size: 22px;
    }
}

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

.weblogPost__intro {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

.weblogPost__authorContainer {
    position: relative;
    text-align: right;
    font-size: 16px;
}

.weblogPost__authorContainer::after {
    content: '';
    position: absolute;
    display: block;
    top: 0.73em;
    border-bottom: 1px solid #888;
    width: 100%;
}

.weblogPost__author {
    position: relative;
    display: inline-block;
    padding-left: 0.5em;
    background-color: #fff;
    z-index: 1;
}

.weblogPost__authorLink {
    text-decoration: none;
    color: #444;
}

/**
 * Preview
 */

.weblogPost__preview {
    position: relative;
}

.weblogPost__preview::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/**
 * Images
 */

.weblogPost__imageContainer {
    margin-bottom: 1.5em;
}

@media screen and (min-width: 960px) {
    .weblogPost__imageContainer--large {
        width: calc(100% + 120px);
        max-width: none !important;
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media screen and (min-width: 1200px) {
    .weblogPost__imageContainer--large {
        width: calc(100% + 280px);
        max-width: none !important;
        margin-left: -140px;
        margin-right: -140px;
    }
}

.weblogPost__image,
.weblogPost__imageContainer img {
    display: block;
    margin: 0;
}

.weblogPost__imageContainer.right-aligned img,
.weblogPost__imageContainer.left-aligned img {
    width: 100%;
}

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

.weblogPost__imageCopyright {
    font-style: italic;
}

.weblogPost__imageCopyright:before {
    content: '|';
    margin-left: 0.3em;
}

/**
 * Linked posts
 */

.linkedPosts {
    padding: 0 20px;
    border: 1px solid #ececec;
}

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

.linkedPosts__item {
    position: relative;
    margin-bottom: 20px;
}

.linkedPosts__image {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.linkedPosts__image + .linkedPosts__body {
    margin-left: 70px;
}

.linkedPosts__date {
    font-size: 16px;
    font-family: sans-serif;
}

.linkedPosts__postTitle {
    margin: 0;
}

@media screen and (min-width: 500px) {
    .linkedPosts__image {
        width: 80px;
    }

    .linkedPosts__image + .linkedPosts__body {
        margin-left: 90px;
    }
}

/**
 * Author
 */

.weblogAuthor {
    margin-bottom: 0.5em;
    padding: 20px 20px 2px;
    background: #EDF5F5;
}

.weblogAuthor__profileImage {
    display: block;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
}

.weblogAuthor__body {
    text-align: center;
}

@media screen and (min-width: 500px) {
    .weblogAuthor__profile {
        float: left;
    }

    .weblogAuthor__body {
        margin-left: 140px;
        text-align: left;
    }
}

.weblogAuthor__name {
    margin: 0;
}

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

.weblogAuthor__description {
    margin: 0.5em 0;
    font-size: 0.9em;
}

.weblogAuthor__description p {
    margin-bottom: 1em;
}

.weblogAuthor__socialMedia {
    margin: 0.5em 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.weblogAuthor__socialMediaItem {
    display: inline-block;
}

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

.weblogAuthor__socialMediaLink::before {
    display: block;
    width: 33px;
    font-weight: normal;
    font-family: 'icons', sans-serif;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #1aa1a1;
}

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

.weblogAuthor__socialMediaLink--twitter::before {
    content: '\0074';
}

.weblogAuthor__socialMediaLink--linkedin::before {
    content: '\0069'
}

.addthis_inline_share_toolbox {
    padding-bottom: 1.5em;
}

/**
 * External source
 */

.weblogExternalSource {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #666;
    font-size: 0.8em;
    font-weight: 400;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
