/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1661331896
Updated: 2022-08-24 11:04:56

*/

/* article comments list */
article.listy-dyskusyjne {
    align-items: center;
    flex-direction: row!important;
    flex-wrap: wrap;
    justify-content: end;
    position: relative;
    width: 96%;
    margin: 35px auto 0 auto!important;
}
article.listy-dyskusyjne p {
    width: 90%;
}
article.listy-dyskusyjne .chx-status-box {
    display: flex;
    justify-content: end;
    padding: 30px 30px 0 0;
    align-items: center;
    position: absolute;
    top: 0;
}
article.listy-dyskusyjne i {
    text-align: center;
    order: 1;
    font-size: 21px;
    margin-left: 12px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
article.listy-dyskusyjne i.fa-minus {
    display:none;
}
article.listy-dyskusyjne i:before {
    color: var(--e-global-color-secondary);
    cursor: pointer;
    width: 100%;
}
article.listy-dyskusyjne i.unreaded::before {
    color: #82246E;
}
article.listy-dyskusyjne i.readed::before {
    color:#ddd;
}
article.listy-dyskusyjne i.fa-circle::after {
    position: absolute;
    display: none;
    font-size: 12px;
    border: 1px solid #adadad;
    padding: 5px;
    border-radius: 6px 6px 0 6px;
    font-family: 'Roboto Slab';
    font-weight: 400;
    right: 4rem;
    top: 1.25rem;
    background-color: #fff;
    color: #adadad;
}
article.listy-dyskusyjne i.fa-circle.unreaded::after {
    content: 'nieprzeczytane';
}
article.listy-dyskusyjne i.fa-circle.readed::after {
    content: 'przeczytane';
}
article.listy-dyskusyjne i.fa-circle:hover::after {
    display: block;
}
article.listy-dyskusyjne .comments-area {
    order: 3;
    width: 94%;
    padding: 0 30px 30px 30px;
}
article.listy-dyskusyjne .elementor-post__text {
    width: 78%!important;
    order: 2;
}
article.listy-dyskusyjne .comments-area {
    display: none;
    margin-top: 30px;
}
a#cancel-comment-reply-link {
    display: block;
    font-size: 16px;
    margin-top: 18px;
}
article.listy-dyskusyjne p.logged-in-as,
.comment-form-comment label {
    display: none;
}
article.listy-dyskusyjne h2#reply-title,
article.listy-dyskusyjne h3.title-comments {
    font-size: 24px;
} 

@media all and (max-width: 767px) {
    article.listy-dyskusyjne .chx-status-box {
        padding: 15px 15px 0 0;
    }
}