/* Comments */
section.comments_wrap ul.comments_list {
    padding: 0;
}
section.comments_wrap ul.comments_list li {
    list-style: none;
}
section.comments_wrap ul.comments_list .comment_author_avatar {
    display: none;
}
section.comments_wrap ul.comments_list .comment_reply {
    display: none;
}
section.comments_wrap .comment-form textarea {
    resize: vertical;
    padding: 5px;
    width: 100%;
    height: 50px;
}
section.comments_wrap .comment-form .form-submit {
    text-align: center;
    margin-top: 10px;
}
section.comments_wrap .comment {
    margin-bottom: 20px;
}
section.comments_wrap .comment_info {
    font-weight: bold;
    font-size: 0.9em;
}
.comments_form input[type=submit] {
    background: var(--color6);
    color: var(--color2);
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
}
.comments_form textarea {
    border-radius: 5px;
    background: whitesmoke;
    border: none;
    padding: 5px 10px;
    resize: vertical;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
input[type=submit] span.spinner, .btn-primary {
    color: white;
}
.comments_list .comment {
    border-bottom: 1px solid #0000000d;
}