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

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

.weblogMeta__tag {
    display: inline-block;
    margin-right: .3em;
    margin-bottom: .5em;
    padding: .4em 1em .3em;
    border: 1px solid;
    border-radius: 2px;
    font-size: .9em;
    opacity: .8;
    text-decoration: none;
}

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

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

/**
 *    postListTitle
 */

.postListTitle__list {
    overflow: hidden;
    margin: 0 0 1em;
    padding: 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;
}

/**
 *    postListIntro
 */


/**
* New presentation - 09032023
* @author Ken
 */

.postListIntro__listTitle {
    margin-inline: 0;
}

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

.postListIntro__post {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
}

.postListIntro__post:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.postListIntro__introduction {
    display: flex;
    flex-direction: column;
}

.postListIntro__title {
    margin: 0 0 .75rem;
}

.postListIntro__titleLink,
.postListIntro__titleLink:hover {
    text-decoration: none;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.postListIntro__introduction p {
    display: inline-block;
    margin: 0 0 1rem;
    width: 100%;
}

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

.postListIntro__imageLink:hover .postListIntro__figure::before {
    opacity: 1;
}

.postListIntro__imageLink:hover .postListIntro__image {
    transform: scale(1.05);
    opacity: 1;
}

.postListIntro__figure {
    display: flex;
    width: 100%;
    margin: 0;
    overflow: hidden;
    /* -webkit-mask-image: -webkit-radial-gradient(white, black);*/
    align-items: flex-start;
}

.postListIntro__image {
    transition: all .25s ease-in-out;
    transform: scale(1.01);
    opacity: .95;
    width: 100%;
    height: auto;
}

.postListIntro__image.postListIntro__imageSmall--relatedPost {
    max-width: 170px;
}

@media screen and (min-width: 768px) {
    .postListIntro__introduction {
        flex-direction: row-reverse;
    }

    .postListIntro__imageLink {
        margin-left: 2rem;
        width: 30%;
        min-width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .postListIntro__imageLink {
        width: 280px;
    }
}

.postListIntro__readMore {
    margin-bottom: 0;
}

/**
 *    weblogPost
 */

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

/*
* WeblogPost Title - 06/03/2023
* @author Ken
*/
.blog-full-post .pageTitle--visible {
    font-size: 3rem;
    margin-bottom: .25rem;
    line-height: 1.1;
}

.weblogPost__image {
    display: block;
}

.weblogPost__introduction {
    font-weight: bold;
    color: #009aa3;
}

/*
* WeblogPost Introduction - 06/03/2023
* @author Ken
*/
.weblogPost__introduction {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

/*
* WeblogPost Image - 06/03/2023
* @author Ken
*/
.weblogPost__image {
    margin-bottom: 2rem;
}

.weblogPost__image img {
    max-width: inherit;
    width: 100%;
}

/*
* WeblogPost Text - 06/03/2023
* @author Ken
*/
.weblogPost__text {
    font-size: 1.25rem;
}

.weblogPost__text img + em,
.weblogPost__text img + br + em {
    /* caption style - not possible to add utility class via wysiwyg */
    color: #888;
    font-size: .875rem;
    display: inline-block;
    margin-top: .5rem;
}

/*
* Blockquote - 06/03/2023
* @author Ken
*/

.weblogPost__text blockquote {
    transition: width .25s ease-in-out;
    padding: 0 0 0 1.4em;
    border-left-style: solid;
    border-left-width: 4px;
    font-style: normal;
    text-align: left;
    font-size: 1.5rem;
    color: #009aa3;
    line-height: 1.35;
    width: auto;
    margin: 1rem 0 2rem;
}

.weblogPost__text blockquote p {
    margin-block: .5rem 0;
}

/*
* WeblogPost Meta - 06/03/2023
* @author Ken
*/
.weblogPost .weblogMeta {
    margin-bottom: 2.5rem;
}

/*
* WeblogPost Meta - 06/03/2023
* @author Ken
*/
@media screen and (min-width: 768px) {
    .blog-full-post .pageTitle--visible {
        padding-inline: 6rem;
    }

    .weblogPost__image {
        transform: translateX(-6rem);
    }

    .weblogPost__introduction {
        padding-inline: 6rem;
    }

    .weblogPost__image {
        margin-right: -6rem;
    }

    .weblogPost__image img {
        width: calc(100% + 6rem);
    }

    .weblogPost__text {
        padding-inline: 6rem;
    }

    .weblogPost__text blockquote {
        padding: 0 1.4em 0 0;
        border-right-style: solid;
        border-right-width: 4px;
        border-left: 0;
        text-align: right;
        width: 75%;
        float: left;
        margin: 1rem 4rem 3rem -6rem;
    }

    .weblogPost .weblogMeta {
        padding-inline: 6rem;
    }
}

@media screen and (min-width: 992px) {
    .weblogPost__text blockquote {
        width: 50%;
    }
}


/**
 *    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 {
    width: 100%;
    margin: 3em 0 0;
    padding: .6em 1.4em;
    overflow: hidden;
    font-size: .8em;
    font-weight: bold;
    text-transform: none;
    background: rgba(0, 0, 0, .05);
}

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

@media (min-width: 768px) {
    .weblogPostsListTwoColumns .postListTitle__list,
    .weblogPostsListThreeColumns .postListTitle__list,
    .weblogPostsListTwoColumns .postListExtendedTitle__list,
    .weblogPostsListThreeColumns .postListExtendedTitle__list,
    .weblogPostsListTwoColumns .postListIntro__list,
    .weblogPostsListThreeColumns .postListIntro__list {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: space-between;
    }

    .weblogPostsListTwoColumns .postListTitle__post,
    .weblogPostsListTwoColumns .postListExtendedTitle__post,
    .weblogPostsListTwoColumns .postListIntro__post {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .weblogPostsListThreeColumns .postListTitle__post,
    .weblogPostsListThreeColumns .postListExtendedTitle__post,
    .weblogPostsListThreeColumns .postListIntro__post {
        flex: 0 0 calc(33.3333% - 2rem);
        max-width: calc(33.3333% - 2rem);
    }

    .weblogPostsListTwoColumns .postListIntro__introduction,
    .weblogPostsListThreeColumns .postListIntro__introduction {
        flex-direction: column;
    }

    .weblogPostsListTwoColumns .postListIntro__imageLink,
    .weblogPostsListThreeColumns .postListIntro__imageLink {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        margin-inline: 0;
    }
}
