/**
 *    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 ul,
.preFooter li {
    padding: 5px 0;
}

.preFooter ol,
.preFooter ul {
    margin-top: 2em;
}

.preFooter li .postListExtTitle__postDetails {
    position: relative;
    padding: 5px 0;
}

.preFooter .weblogMeta__date {
    font-size: 0.8em;
    color: #555;
}

.preFooter li .postListExtTitle__postTitle {
    position: relative;
}

/**
 *    weblogMeta
 */

.weblogMeta__date {
    color: #999;
}

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

.weblogMeta__tags:before {
    content: '\1f516';
    display: inline-block;
    margin-right: 0.5em;
    font-family: 'fjell', sans-serif;
    font-size: 0.8em;
}

.weblogMeta__tag {
    margin: 0;
    padding: 0 0.6em 0.4em 0;
    border: none;
    opacity: 1;
    text-decoration: none;
    font-size: 0.9em;
}

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

* + .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__list li {
    border-bottom: 1px solid #f1f1f1;
    padding: 1rem 0;
}

.postListExtTitle__list .weblogMeta--noMargin {
    margin-bottom: 0;
}

.postListExtTitle__postDetails {
    align-self: center;
    margin-bottom: 0;
}

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

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

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

.postListExtTitle__postDetails .weblogMeta__reactionAmount {
    color: #999;
}

@media (min-width: 597px) {
    .postListExtTitle__content {
        display: flex;
    }

    .postListExtTitle__image-small {
        flex-shrink: 0;
    }
}

/**
 *    postListIntro
 */

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

.postListIntro__post {
    position: relative;
    margin-bottom: 2em;
    box-shadow: 0 0 1rem rgba(78, 78, 78, 0.10)
}

@media (min-width: 760px) {

    .variantDefault .postListIntro__list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .variantDefault .postListIntro__post {
        width: 48%;
    }

    .variantDefault .postListIntro__readMoreLink {
        position: absolute;
        bottom: 13px;
    }
}

.postListIntro__text {
    padding: 1em;
}

.postListIntro__title {
    margin: 1em 0 0.3em 0;
}

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

.postListIntro__introduction p {
    display: block;
    margin-bottom: 4em;
}

.postListIntro__image {
    display: block;
    width: 100%;
    height: 170px;
    background-position: center;
    background-size: cover;
}

@media (min-width: 760px) {

    .sidebarLeftVariant .postListIntro__image,
    .sidebarRightVariant .postListIntro__image {
        height: 300px;
    }
}

/**
 *    weblogPost
 */
.sidebarLeftVariant .weblogPost__image,
.sidebarRightVariant .weblogPost__image,
.site--canvasBoxed .weblogPost__image  {
    position: relative;
    overflow: hidden;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.weblogPost__image {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 2rem;
    background-position: 50%;
    background-size: cover;
}

@media (min-width: 480px) {

    .weblogPost__image,
    .sidebarLeftVariant .weblogPost__image,
    .sidebarRightVariant .weblogPost__image,
    .site--canvasBoxed .weblogPost__image  {
        height: 325px;
    }

}

@media (min-width: 940px) {

    .weblogPost__image,
    .sidebarLeftVariant .weblogPost__image,
    .sidebarRightVariant .weblogPost__image,
    .site--canvasBoxed .weblogPost__image  {
        height: 400px;
    }

}


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

/*
    .wl-tagcloud
    Weblog snippet: Tagcloud
*/
.wl-tagcloud ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wl-tagcloud a:before {
    content: url("../icons/arrow--icon.svg");
    width: 20px;
    position: absolute;
    margin-left: -0.7em;
}

.wl-tagcloud a {
    margin-left: 0.7em;
    text-decoration: none;
    color: #000;
    opacity: 1;
    transition: .3s;
}

.wl-tagcloud a:hover {
    opacity: 0.6;
}


/*
    .wl-archive
    Weblog snippet: Archive snippet
*/
.wl-archive ol {
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style: none;
}

.wl-archive strong {
    font-size: 1.2em;
}

.wl-archive ol ol {
    margin: 0 0 1em 1.5em;
}

.wl-archive li li {
    display: inline;
    margin-right: 5px;
}

.wl-archive-year ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
