/* Start custom CSS for post-comments, class: .elementor-element-c1b067c *//* elementorfa CM Style */
/* 3 Coloumn Comment */
form#commentform {
    display: flex;
    flex-wrap: wrap;
}
p.comment-notes, p.comment-form-comment,p.comment-form-cookies-consent {
    flex-basis: 100%;
}
p.comment-form-author,p.comment-form-email,p.comment-form-url {
    flex-basis: 33.33%;
    padding: 0 5px 0 0;
}

/* Comment Style */
textarea#comment,input#author,input#email,input#url {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #7f8187;
    font-size: 13px;
    width: 100%;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
}
input#submit {
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.6em;
    padding: 13px 25px 11px;
    font-weight: 400;
    width: auto;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    color: #fff;
    background: #63c25d;
}
.comment-body {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 25px;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 30px 100px 30px 30px;
}
body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
    right: 30px;

}
body.rtl #comments ol.comment-list .children:before {
    left: auto;
    right: 0;
    content: "\f112";
    font-family: FontAwesome;
}
.comment-metadata a {
    color: #7f8187;
}
.comment-author.vcard a {
    color: #46484d;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
    border-bottom: 0px solid #ccc;
}
a.comment-reply-link {
    color: #f58;
}
@media (max-width: 767px) {
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 30px;
}
}/* End custom CSS */