.comment-respond form.comment-form .logged-in-as {
    font-size: 14px;
    margin: .5rem;
    color: #333;
    width: 100%;
}
.comment-respond form.comment-form .logged-in-as a{
    color: #333;
    text-decoration: none;
    font-weight: 450;
}
.comment-respond .comment-notes {
    width: 100%;
    padding: .5rem;
}
.comment-respond form.comment-form {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.comment-respond .comment-notes  span {
    font-size: 14px;
}
.comment-respond form.comment-form  .comment-form-comment textarea#comment {
    animation-fill-mode: backwards;
    max-width: 90%;
    width: 90%;
    margin: .2rem auto;
    border: 1px solid #e3dbdb;
    border-radius: 0.6rem;
    padding: 1rem;
    font-size: 16px;
    display: block;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    line-height: 35px;
}
p.comment-form-comment {
    width: 100%;
}
p.comment-form-author {
    margin-top: .5rem;
    margin-left: 1rem;
    width: 45%;
    display: flex;
    flex-direction: column;
}
p.comment-form-author > input#author {
    animation-fill-mode: backwards;
    max-width: 90%;
    width: 90%;
    margin: .2rem auto;
    border: 1px solid #e3dbdb;
    border-radius: 0.6rem;
    font-size: 14px;
    padding: .3rem;
    display: block;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    line-height: 35px;
}
p.comment-form-email {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    width: 44%;
}
p.comment-form-email > input#email {
    animation-fill-mode: backwards;
    max-width: 90%;
    width: 90%;
    margin: .2rem auto;
    border: 1px solid #e3dbdb;
    border-radius: 0.6rem;
    font-size: 14px;
    padding: .3rem;
    display: block;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    line-height: 35px;
    direction: ltr;
}
p.comment-form-cookies-consent {
    width: 90%;
    margin-top: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333;
}
label.wp-comment-cookies-consent {
    margin-right: .5rem;
}
.form-submit {
    margin-top: 1rem;
    width: 95%;
}
.form-submit input#submit {
    width: 100%;
    padding: .7rem;
    border-radius: .5rem;
    border: none;
    background: var(--primary_color);
    cursor: pointer;
}
ol.commentlist li.comment{
    padding: 1rem;
    margin-top: 2rem;
    list-style: none;
    border-radius: 1rem;
    background: #F5F7FA;
    box-shadow: #dce8e7 0px 8px 24px;
}
ol.commentlist li.comment .comment-body {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}
ol.commentlist li.comment .comment-body .comment-author.vcard {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
ol.commentlist li.comment .comment-body .comment-author.vcard img{
    border-radius: 50%;
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin-left: 0.5rem;
    box-shadow: 0 4px 7px -1px #33333340;
}
ol.commentlist li.comment .comment-body .comment-author.vcard cite.fn{
    font-style: normal;
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap;
    color: #444;
}
ol.commentlist li.comment .comment-body .comment-author.vcard cite a {
    text-decoration: none;
    color: #333;
}
ol.commentlist li.comment .comment-body .comment-author.vcard span.says{
    display: none;
}
ol.commentlist li.comment .comment-body  .comment-awaiting-moderation {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 1rem;
}
ol.commentlist li.comment .comment-body  p {
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
    line-height: 35px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    margin-right: 1rem;
}
ol.commentlist li.comment .comment-body .comment-meta.commentmetadata a {
    display: none;
}
ol.commentlist li.comment .comment-body .reply {
    flex: 0 0 100%;
    padding-left: 1rem;
    text-align: left;
}
ol.commentlist li.comment .comment-body .reply a {
    background: #F8CFC4;
    color: #FF6959;
    padding: 0.5rem 0.6rem;
    border-radius: 0.3rem;
    font-size: 13px;
    text-decoration: none;
}
ol.commentlist li ul.children li.comment.byuser  {
    background: #E6F0ED !important;
    margin-top: 0 !important;
}
