/**
 *    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;
}

/**
 * weblog list placed in footer columns container
 */

.preFooter ol,
.preFooter li {
    padding: 20px 0;
}

.preFooter li .postListExtTitle__postDetails {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.preFooter .weblogMeta__date {
    position: absolute;
    top: 0;
    font-size: 0.8em;
    color: #555;
}

.preFooter li .postListExtTitle__postTitle {
    position: relative;
    padding-top: 20px;
}

/**
 *    weblogMeta
 */

.weblogMeta {
    margin-bottom: .2em;
}

.weblogMeta__date {
    color: #d6e342;
}

.blog-full-post .weblogMeta__date {
    color: #0a4153;
}

.weblogMeta__date::after {
    content: '|';
    padding: 0 .3em;
}

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

.weblogMeta__tag {
    display: inline-block;
    margin-right: .3em;
    margin-bottom: .5em;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    color: #d6e342;
}

.blog-full-post .weblogMeta__tag {
    color: #0a4153;
}

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

.weblogMeta__tag::after {
    content: ',';
}

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

* + .weblogMeta__authors:before,
* + .weblogMeta__reactionCount:before {
    display: inline-block;
    content: '\2022';
    margin: 0 .1em;
    color: #bbb;
}

/**
 * weblogIsBasedOnExternalSource
 */

.weblogExternalSource {
    margin-bottom: 2em;
    font-size: 0.7em;
    color: #999;
}

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

.weblogExternalSource__sourceUrl:hover {
    text-decoration: underline;
    color: #999;
}

/**
 *    postListTitle
 */

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

.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;
}

/**
 * PostListExtTitle
 */

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

.postListExtTitle__postDetails {
    margin-bottom: 0;
}

.postListExtTitle__image-small {
    display: block;
    float: left;
    margin: 5px 15px 0 0;
}

.postListExtTitle__postTitle {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    color: #555;
}

.postListExtTitle__postTitle:hover {
    text-decoration: none;
    color: #c18b48;
}

.postListExtTitle__postDetails .weblogMeta__reactionAmount {
    color: #999;
}

.postListExtTitle__postDetails .weblogMeta__tag {
    margin: 0;
    padding: 0 1em 0.4em 0;
    border: none;
    opacity: 1;
    text-decoration: underline;
}


/**
 *    postListIntro
 */

.homepage .postListIntro {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 2em;
    text-align: center;
    color: #fff;
    background: #0a4153;
}

.postList__title {
    display: none;
}

.homepage .postList__title {
    display: block;
    margin: 0;
    padding: .5em 0;
    font-size: 2em;
    color: #fff;
}

.postListIntro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    clear: both;
}

.postListIntro__post {
    margin-bottom: 2em;
}

@media (min-width: 600px) {
    .postListIntro__post {
        padding: 0 1em;
    }
}

.postListIntro__post a {
    display: block;
    height: 100%;
    padding: 1em;
    color: #fff;
    background: #0a4153;
    text-decoration: none;
}

.postListIntro__post a:hover {
    outline: 1px solid #65cfe9;
}

.postListIntro__title {
    margin: 0 0 .5em;
    font-weight: bold;
    text-align: left;
    font-size: 1.7em;
    line-height: 1;
    color: #fff;
}

.postListIntro__introduction p {
    display: inline;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
}

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

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

.postList__readMore {
    margin: 0 auto;
    padding: .3em 1.2em;
    border: none;
    font-family: 'UnitSlabPro', serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    background: #65cfe9;
    text-decoration: none;
}

.postList__readMore:hover {
    color: #fff;
    background: #d6e342;
    text-decoration: none;
}

@media (min-width: 600px) {
    .postListIntro__post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/**
 *    weblogPost
 */

.weblogPost__title {
    margin: 0;
}

.weblogPost__titleLink,
.weblogPost__titleLink:hover {
    color: #0a4153;
    text-decoration: none;
    cursor: default;
}

.weblogPost__image {
    display: block;
    height: auto;
    width: auto;
    max-height: 600px;
    max-width: 100%;
    border: none;
    margin: 1em auto;
}

/**
 *    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: #999;
}

/**
 *    relatedWeblogPosts
 */

.relatedWeblogPosts__title {
    margin: 2.3em 0 1em 0;
    font-size: 1.5em;;
}

.relatedWeblogPosts__list {
    margin: 0;
    padding: 0 1em .6em;
    border-top: 1px solid #ccc;
    list-style: none;
}

.relatedWeblogPosts__postDate {
    display: block;
    font-size: .8em;
    color: #8e8e8e;
}

.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: #999;
}

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

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

/**
 * weblog attachments
 */

.weblogPost__attachments {
    margin-top: 2em;
}

.weblogPost__attachmentTitle {
    margin-top: 0;
}

.weblogPost__attachmentList {
    padding: 0;
    list-style: none;
}

.weblogPost__attachmentItem {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

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

.weblogPost__attachmentLink {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.weblogPost__attachmentLink::before {
    position: absolute;
    left: 0;
    top: 1px;
    height: 1em;
    width: 1em;
    display: block;
    content: url('../icons/attachment.svg');
}