.show_more a {
    display: flex;
    background: #101c1c;
    border-radius: 5px;
    padding: 10px 20px;
    gap: 15px;
    align-items: center;
}

.show_more i {
    color: var(--e-global-color-primary);
}

.main_single_post_section {
    display: flex;
    width: 95%;
    margin: 0 auto;
    gap: 15px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.post_info {
    width: 70%;
}


.main_content_section {
    background: #101c1c;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
}

.main_title_section h1 {
    color: #d8d8d8;
    font-size: 17px;
}

.new_comment_title_section h3 {
    font-size: 20px;
    padding: 15px;
}

.post_detail_tool {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border-radius: 10px;
}

.share_post_items {
    display: none;
}

.post_detail_section {
    display: flex;
    align-items: center;
}
.post_detail_section div, .share_post_title {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-accent);
    font-size: 11px;
    padding: 10px 0;

}

.post_detail_section div {
    padding: 0 8px;
    border-left: 1px solid;
    border-left-style: dashed;
}

.post_detail_section div:last-child {
    border: none;
}

.main_title_section {
    margin-bottom: 10px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 100%;
}

p {
    color: #a09f9f;
}

.main_sidebar_section {
    position: sticky;
    top: 20px;
    width: 30%;
}

a {
    text-decoration: none;
}

.follow_us_section {
    background: #101c1c;
    padding: 15px;
    border-radius: 5px;
}

h3 {
    color: white;
    font-size: 14px;
}

.follow_social_section {
    margin-top: 10px;
}

.follow_social_section {
    display: flex;
    justify-content: space-between;
}

.follow_social_section i {
    background: var(--e-global-color-primary);
    color: black;
    padding: 5px;
    border-radius: 10px;
}

.all_categories_section {
    background: #101c1c;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.class_categories_title {
    background: #1b2627;
    padding: 15px 10px;
    width: 100%;
}

.category_section {
    display: flex;
}

.category_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.category_posts_count span {
    padding: 5px 10px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    color: black;
}

.category_section h4 a {
    font-size: 13px;
}

.follow_us_title {
    margin-bottom: 20px;
}

.new_comment {
    background: #101c1c;
    border-radius: 15px;
    padding: 10px;
}

.user_new_comment_form {
    display: flex;
}

.user_new_comment_form > div {
    width: 50%;
}

textarea {
    width: 100%;
    background: #1b2627;
    height: 100%;
    border: none;
    padding: 10px;
    color: gray;
}

.user_comment_textarea_section {
    overflow: hidden;
    border-radius: 15px;
    background: #1b2627;
}

.personal_user_info label {
    display: block;
    width: 100%;
}


.personal_user_info span {
    display: block;
    width: 100%;
    color: var(--e-global-color-text);
    font-size: 15px;
    margin-bottom: 3px;
}

.personal_user_info label {
    display: block;
    width: 100%;
    margin-bottom: 15px;

}

.personal_user_info {
    padding: 10px;
}

.personal_user_info input {
    width: 100%;
    background: #1b2627;
}

.new_comment {
    padding: 16px;
}

.new_comment_title {
    color: white;
    font-size: 18px;
}

.personal_user_info input {
    width: 100%;
    background: #1b2627;
    border-radius: 10px;
    padding: 8px;
    border: none;
    font-size: 16px;
    color: #aeaeae;
}

.score_and_submit_comment {
    display: flex;
    justify-content: space-between;
}

.score_and_submit_comment button {
    border: none;
    padding: 8px 15px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
}

.new_comment_title {
    color: white;
    font-size: 20px;
}

.star_rating {
    display: flex;
}

.select_star_score {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.star_rating {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.star_rating i {
    color: #ccc;
    transition: color 0.2s, background 0.2s;
}

.star_rating i.selected,
.star_rating i.hover {
    color: var(--e-global-color-primary);
}

.comment-success-message p {
    padding: 10px;
    background: #3de08317;
    color: var( --e-global-color-primary );
    border-radius: 10px;
    border: 1px solid;
    margin-bottom: 15px;
}


.comment_info {
    background: #101c1c;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px #ffffff14;
}

.comment_writer_info {
    display: flex;
    gap: 10px;
    align-items: center;
}


.comment_text {
    background: #031110;
    padding: 10px;
    line-height: 25px;
    color: #757575;
    border-radius: 10px;
}


.comment_top_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comments_section {
    margin-bottom: 30px;
}

.user_name {
    color: #ebebeb;
}

p.stars {
    display: none;
}

img.avatar.avatar-50.photo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.share_post_section:hover .share_post_items {
    display: flex;
}

.share_post_items {
    position: absolute;
    background: var(--e-global-color-primary);
    display: none;
    justify-content: center;
    color: black;
    padding: 6px;
    top: -110px;
    left: 0;
    flex-wrap: wrap;
    border-radius: 5px;
    width: 40px;
}

.share_post_items a {
    color: black;
    width: 100%;
}

.share_post_section {
    position: relative;
    text-align: center;
}

.share_post_items a {
    color: black;

}

.page_title {
    display: flex;
    align-items: center;
}


.order_by a {
    position: relative;
    text-decoration: none;
    padding: 0 5px;
    font-size: 15px;
}

.order_by a.active:after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.title_icon {
    color: black;
    padding: 10px 10px;
    background: var(--e-global-color-accent);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.top_control_and_info_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}


.front_layer a {
    text-decoration: none;
    color: var(--e-global-color-text);
    font-size: 14px;
}

.page_title h1 {
    color: var(--e-global-color-text);
    font-size: 20px;
    margin: 0 15px;
}



.post_tags {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid gray;
}

a.single_tag {
    margin: 0 10px;
}

.post_tags a:first-of-type {
    margin-right: 0;

}

textarea:focus {
    outline: none;
}

.personal_user_info input:focus {
    outline: none;
}

.post_detail_section span {
    color: var(--e-global-color-primary);
}

span.author a {
    color: var(--e-global-color-primary) !important;
}

.star_rating span {
    color: white;
}

.star_rating {
    display: flex;
    gap: 5px;
    cursor: pointer;
    padding: 0 10px;
    border-right: 1px solid #ffffff6e;
    border-right-style: dashed;
}

.main_post_content img {
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main_post_content p, .main_post_content blockquote {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 15px
}

.main_post_content ul {
    margin: 0 20px 24px 0;
    font-size: 15px
}

.main_post_content li {
    list-style-image: url(../img/list-icon.png) !important;
    list-style-position: inside !important;
    line-height: 30px
}

.main_post_content h2 {
    font-size: 20px
}

.main_post_content h3 {
    font-size: 19px
}

.main_post_content h4 {
    font-size: 18px
}

.main_post_content h5 {
    font-size: 17px
}

.main_post_content h6 {
    font-size: 16px
}

.main_post_content h1, .main_post_content h2, .main_post_content h3, .main_post_content h4, .main_post_content h5, .main_post_content h6 {
    font-weight: 700;
    font-size: 19px;
    color: #d2d2d2;
    line-height: 44px;
    position: relative;
    padding-left: 35px;
}

.main_post_content h2:after, .main_post_content h3:after, .main_post_content h4:after {
    content: '';
    width: 26px;
    height: 7px;
    background-color: var(--main-color);
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 20px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px
}

.alignright, img.alignright {
    float: right
}

.alignleft, img.alignleft {
    float: left
}

.kksr-stars {
    margin: 0
}


.main_post_content blockquote {
    background: #1d5dcc;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #1d5dcc;
    border: none;
    margin: 10px;
    padding: 10px
}

.main_post_content blockquote::before {
    float: right;
    font-size: 2em;
    content: "\201C";
    margin: 10px
}

.main_post_content blockquote::after {
    margin-top: -10px;
    float: left;
    font-size: 2em;
    content: "\201C"
}

.main_post_content blockquote p {
    margin: 0
}

.comment_tool_info {
    display: flex;
    gap: 10px;
    padding: 5px;
}

.user_image img {
    border-radius: 10px;
    width: 40px;
}
.post_button {
    color: black;
}

.post_category span {
    color: white;
}

.comments_section > .child_comments {
    padding-right: 10%;
}
.child_comments .comment_info {
    margin-bottom: 5px;
}
.post_card_section .post_card {
    position: relative;
    overflow: hidden;
    width: 32%;
}


.post_card_section .post_card .card_svg svg {
    width: 100%;
    height: 100%;
}

.post_card_section .card_svg {
    height: 100%;
    position: absolute;
}

.post_card_section .post_card .image_wrapper {
    bottom: 30%;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
}

.post_card_section .main_image {
    position: relative;
    width: 90%;
    margin-bottom: 25%;
}

.post_card_section .image_wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(1);
}
.post_card_section .post_card:hover img {
    filter: grayscale(0);
}
.post_card_section .front_layer {
    position: absolute;
    z-index: 4;
    display: flex;
    color: #fff;
    background: rgba(10, 23, 23, 0.93);
    bottom: 0;
    width: 100%;
    flex-wrap: nowrap;
    padding: 30px 25px;
    justify-content: space-between;
    border-radius: 10px;
    backdrop-filter: blur(7px);
    border: 1px solid #0a281e;
}

.post_card_section .post_title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.post_card_section .post_actions {
    width: 20%;
    background: #1f2626;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-primary);
    border-radius: 5px;
    transition: 0.3s all;
    padding: 14px 0px;
}


.post_card_section .post_button {
    position: absolute;
    top: 0;
    margin: 10px;
    padding: 10px;
    background: rgb(41 48 44 / 60%);
    border-radius: 10px;
    backdrop-filter: blur(7px);
    display: flex;
    box-shadow: inset 0 0 10px #ffffff1c;
}

.post_card_section .post_card:hover .post_button {
    background: var(--e-global-color-primary);
    color: black;
}


.post_card_section .post_title i {
    padding-left: 5px;
    color: var(--e-global-color-primary);
}

.post_card_section .post_info {
    color: gray;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.post_card_section .post_info span {
    font-size: 15px;
    color: gray;
    display: flex;
}

.post_card_section path {
    stroke: #0a281e;
    color: #111d1c;
    transition: 0.3s all;
}

.post_card_section .front_layer .post_title a {
    color: var(--e-global-color-text);
    font-size: 16px;
    font-weight: 600;
}

.post_card_section .post_card:hover path {
    color: var(--e-global-color-primary);
}

.post_card_section .post_card:hover .post_actions {
    background: var(--e-global-color-primary);
    color: black;
}

.post_card_section {
    display: flex;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
}

.post_card_section .post_title {
    width: 78%;
}


.post_card_section .post_card:first-child {
    width: 43%;
}

.post_card_section .post_card:first-child .main_image {
    margin-bottom: 10%;
}

.post_card_section .post_card .image_wrapper {
    margin-bottom: -40px;
}

.top_control_and_info_section {
    margin-bottom: 20px;
}

.post_button i {
    color: #b3b3b3;
}
.post_card:hover .post_button i {
    color: black;
}
@media (max-width: 767px) {
    .post_card_section {
        display: block;

    }

    .post_card_section .post_card {
        width: 100%;
        margin: 30px 0;
    }

    .post_card_section .post_card {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .post_card_section {
        display: block;

    }
    .top_control_and_info_section {
        display: flex;
        flex-wrap: wrap;
    }
    .show_more {
        margin: 0 auto;
        padding: 20px;
    }

    .post_info {
        width: 100%;
    }

    .main_single_post_section {
        display: block;
    }

    .main_sidebar_section {
        width: 100%;
    }

    .user_new_comment_form {
        display: block;
    }

    .new_comment {
        margin-bottom: 10px;
    }

    .post_card_section {
        display: block;
    }

    .post_card {
        margin-bottom: 20px;
    }

    .user_new_comment_form > div {
        width: 100%;
    }
    .post_card_section .post_card:first-child {
        width: 100%;
    }
}

