#joincom{
    display: flex;
}
.page-comments{
    max-width: initial;
    margin: 30px 0;
    padding-top: 5px;
}
.t_comm{
    text-align: center;
    font-size: 24px;
    line-height: 2.5;
}
.comment-reply-title{
    font-size: 24px;
}
.comment-respond{
    margin: 50px 0 0 0;
}
.comments-ajax{
    display: none;
}
#add_comment_rating_wrap i{
    color:#FFB03E;
    line-height:27px;
}
#commentform #add_comment_rating_wrap{
    width: 100%;
}
#add_post_rating::before{
    border-right-color:#999;
}
.comment-pages-box{
    text-align: center;
}
.comment-pages{
    border: 1px solid #e2e2e4;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding: 12px 12px 0;
    margin:40px auto 0;
}
.comment-pages a{
    color: #091f31;
    padding:0 14px;
    line-height: 31px;
    height: 31px;
    display: inline-block;
    border:1px solid #BFBFBF;
    margin: 0 3px 12px;
}
.comment-pages a.current{
    background-color: #2ab999;
    color:#fff;
    padding:0 14px;
    line-height: 31px;
    height: 31px;
    display: inline-block;
    pointer-events: none;
    cursor: default;
}
.comment-pages a:hover{
    color:#2ab999;
}
.comment-pages a.highlight{
    background-color: #2ab999;
    color:#fff;
    pointer-events: none;
    cursor: default;
}

.comments-area #respond {
    margin-top: -150px !important;
    padding-top: 150px !important;
}
#respond.form-move {
    padding-top: 175px !important;
}
/*Form*/

p.form-submit {
    display: inline-block;
}
.open-form {
    background-image: url("/wp-content/themes/wayofleaf/img/comment_form_close.png");
}
.no-auth-block{
    display: block;
    width: 50%;
}
.error_msg {
    background: #ff000026;
    line-height: 43px;
    text-align: center;
    color: #ce0909b3;
}
.error_msg + .error_msg,
.comment-list > p + p,
.comment-list + .comment-list,
ol.children + ol.children {
    display: none;
}
ol.children > p,
ol.comment-list > p {
    /*display: none;*/
    background: #ff000026;
    text-align: center;
    color: #091f31;
    opacity: 0.94;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.active-form-parent + ol.children > p,
.active-form-parent + ol.comment-list > p {
    display: block;
}
.form-submit {
    right: 0;
    margin: 0 auto;
    position: absolute;
}
#commentform {
    position: relative;
    margin-top: 20px;
}
#commentform input::placeholder, #commentform textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
}

.comment-form-author:before {
    content: '';
    width: 2em;
    height: 100%;
    position: absolute;
    background: url("/wp-content/themes/wayofleaf/temp/User.png") no-repeat;
    background-position: center center;
}
.comment-form-email:before {
    content: '';
    width: 2em;
    height: 100%;
    position: absolute;
    background: url("/wp-content/themes/wayofleaf/temp/E-mail.png") no-repeat;
    background-position: center center;
}
.comment_loadmore {
    display: flex;
    align-items: center;
    margin: 20px auto 23px;
    height: 50px;
    box-shadow: 4px 6px 24px rgba(5, 100, 82, 0.26);
    background-color: #03c09c;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    padding: 0;
    border-radius: 34px;
    border: none;
    cursor: pointer;
    justify-content: center;
    width: 200px;
}
.open-form {
    background-image: url("/wp-content/themes/wayofleaf/img/comment_form_close.png");
    background-repeat: no-repeat;
    background-position: 12% 60%;
}
.open-form img{
    opacity: 0;
}
.comment-avatar {
    display: none;
}

.author-name {
    font-size:18px;
    float:left;
    white-space:normal;
    text-align:left;
    color:#03c09c;
    font-weight:400;
    width: 100%;
    word-break: break-word;
}
.comment-text p {
    color: #777777;
}
.commentmetadata {
    /*opacity: 0.2;*/
    /*color: #223646;*/
    /**/
    /*font-size: 16px;*/
    /*font-weight: 500;*/
    /*line-height: 30px;*/
    /*margin-bottom: 46px;*/
    display: none;
}
.comment-form-author{
    width: 100%;
    display: block;
    margin-right: 2%;
}
.comment-form-email{
    width: 100%;
    display: block;
}
.reply {
    margin-top: 0px;
    right: -10px;
    display: block;
    text-align: right;
}
.comment .children .comment .comment-body .reply{
    right: -28px;
}
.right-block {
    width: 50%;
    display: inline-block;
}
p.comment-awaiting-moderation {
    position: absolute;
    width: 30%;
    display: inline-block;
    margin-left: 11px;
    padding-left: 1.3em;
    font-size: 12px;
    color: #fc902c;
    background: url("/wp-content/themes/wayofleaf/temp/Info.png") no-repeat;
    background-size: 12px;
    background-position-y: 1px;
    padding-bottom: 7px;
}
form input, form textarea{
    outline: none;
    width: 100%;
    resize: none;
    border-radius: 2px;
    border: 1px solid #9a9fa2;
    opacity: 0.32;
    color: #0e2e48;
    font-family:inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    -webkit-appearance: none;
    padding: 8px 30px;
    box-sizing: border-box;
}
form input:active, form textarea:active, form input:hover, form textarea:hover {
    border: 1px solid #393f42;
    opacity: 1;
}
form textarea {
    height: 90px;
    padding: 15px;
}
.right-block .error {
    border: 0.5px solid red;
}
.right-block input {
    height: 35px;
}
form {
    margin-top: 5%;
}

form p {
    opacity: 0.94;
    color: #091f31;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

form div {
    position: relative;
    margin-bottom: 20px;
}

form label {
    width: 100%;
    display: block;
    opacity: 0.94;
    color: #091f31;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

form .col-1-6 {
    width: 50%;
    float: left;
    padding-left: 20px;
}

form .col-1-6:first-child {
    padding-left: 0;
}



form .col-1-12 {
    width: 100%;
}

form .col-1-12 img {
    padding-top: 5px;
}

form .flex {
    display: flex;
}


input#submit.submit.loadingform {
    background-image: url("/wp-content/themes/wayofleaf/temp/Loading.png");
    background-repeat: no-repeat;
    background-position: 85% 52%;
    background-size: 10%;
}

.comment .children .comment {
    border-left: none;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: none;
    padding: 20px 0 30px 0;
}

.load-more {
    color: #03c09c;
    font-size: 15px;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: uppercase;
    border: 1px solid #03c09c;
    padding: 10px 20px;
    display: table;
    margin: auto;
    margin-top: 36px;
    border-radius: 20px;
}

#wpcf7-f11227-p11165-o1 p {
    font-weight: 500;
    margin-bottom: 35px;
}
.acceptanceform-left {
    float: left;
    width: 12px;
}
.acceptanceform-left input{
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 100;
}
.acceptanceform-right {
    padding-left: 25px;
}

.formtext {
    color: #c6c6c6;
    margin-top: -36px;
}
.formtext a{
    color: #0e769c;
    text-decoration: underline;
}
#wpcf7-f11227-p11165-o1 p span input,
#wpcf7-f11227-p11165-o1 p span textarea {
    margin-top: 10px;
    padding: 7px 14px;
}
.comment-form.logined .formtext {
    margin-top: 25px;
    margin-bottom: 45px;
    width: 80%;
}
.reply a {
    background: url("/wp-content/themes/wayofleaf/temp/Replay_0.png");
    width: 80px;
    height: 28px;
    background-size: cover;
    margin-bottom: -7px;
    display: inline-block;
}
.wpd-vote-resul{padding:0 8px; font-size: 14px; text-align: center; color: #999999;cursor: context-menu;}
.reply a:hover {
    background: url("/wp-content/themes/wayofleaf/temp/Replay.png");
}
.comment-edit-link {
    width: 30px;
    height: 30px;
    display: block;
    background: url('/wp-content/themes/wayofleaf/temp/Settings.png') no-repeat;
    background-position: center;
}
#wpcf7-f11227-p11165-o1 .wpcf7-submit {
    width: 190px;
    background-color: #03c09c !important;
    border-radius: 25px;
    box-shadow: 4px 6px 24px rgba(5, 100, 82, 0.26);
    opacity: 1;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}
.button-simple,
.form-submit input#submit {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    box-shadow: 4px 6px 24px rgba(5, 100, 82, 0.26);
    background-color: #03c09c;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.41px;
    border-radius: 34px;
    cursor:pointer;
    font-size: 14px;
    width: auto;
    padding: 0px 40px;
}
.form-submit input#submit{
    display: flex;
    opacity: 1;
    border: none;
    width: 200px;
    height: 50px;
    font-size: 16px;
    padding: 0;
    align-content: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}


.comment-list {
    padding: 62px 32px;
}

.comment {
    padding: 0px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid #e0e4e7;
}
.children .comment {
    margin-bottom: 0;
    padding: 0 0 0 20px;
    margin-left: 67px;
}
.children .review_rate{
    opacity: 0;
}
.children .commentmetadata{
    margin-bottom: 15px;
}
.comment-list > .comment:first-child {
    padding:0;
    margin-top: 0px;
    border-top: none;
}

.comment-body {
    position: relative;
}
#wpd-field-submit-0_0 {
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 25px;
}
.wpd-form.wpd-form-wrapper.wpd-main-form-wrapper.quick-review-popup .wc-field-submit {
    display: block !important;
    text-align: center !important;
}


.comment-rating {
    margin-bottom: 15px;
}

.comment-text,
.comment-theme {
    opacity: 0.94;
    color: #091f31;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}

.review_rate{
    position: absolute;
    top: -36px;
}

.review_rate .star-on-png, .review_rate .star-off-png{
    font-size: 20px;
    color: #FFB03E;
}
#add_post_rating {
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 3px;
    color: #9b9b9b;
    font-size: 15px;
    left: 142px;
    padding: 4px 26px;
    top: 32px;
    position: absolute;
    height: 15px;
    width: 90px;
}

#add_post_rating:after, #add_post_rating:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}

#add_post_rating:before {
    border-right-color: #fff;
    border-width: 7px;
    z-index: 1;
}
.wpd-vote, .wpd-vote div {display: inline-block;}
 .wpd-vote-up,
.wpd-vote-down{ width: 16px; height: 16px; opacity:0.7; cursor: pointer;}
.wpd-vote-btn.like,.wpd-vote.dislike{
    cursor: pointer;
}
.wpd-vote-btn.like.wpd_not_clicked div {

    background: url('/wp-content/themes/wayofleaf/temp/like1.png');
}
.wpd-vote-btn.dislike.wpd_not_clicked div {

    background: url('/wp-content/themes/wayofleaf/temp/Dislike.png');
}

.wpd-vote-btn.like:not(.wpd_not_clicked) div {
    background: url(/wp-content/themes/wayofleaf/temp/like2.png);
}
.wpd-vote-btn.dislike:not(.wpd_not_clicked) div {
    background: url(/wp-content/themes/wayofleaf/temp/Dislike2.png);
}
#comments .avatar {
    display: none;
}
@media screen and (max-width: 1024px) {
    .comment-respond {
        margin-top: 10px;
    }
    .page-comments .title-block-single {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 30px;
    }
    .comment-list {
        padding: 24px 20px 20px;
    }
    .page-comments .author-name {
        font-weight: bold;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .page-comments .comment-meta {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 43px;
    }
    .comment-body {
        padding-bottom: 30px;
    }
    .page-comments .comment {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .children .comment {
        margin-left: 20px;
    }
    .comment-rating {
        margin-bottom: 0;
    }
    .comment-text, .comment-theme {
        font-size: 14px;
        line-height: 21px;
        word-break: break-word;
        margin: 38px 0 0 0;
    }
    .reply {
        bottom: 0;
        top: unset;
    }
    .review_rate {
        line-height: 1;
        left: 63px;
    }
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        width: 100%;
        margin-bottom: 5px;
    }
    .form-submit {
        padding-bottom: 20px;
        position: relative;
        width: 100%;
        margin-top: -30px;
    }
    .form-submit input#submit {
        width: 200px;
        padding: 0 30px;
        margin: 30px auto;
        height: 50px;
        line-height: 46px;
        font-size: 15px;
        font-weight: 400;
    }
    .right-block {
        width: 100%;
    }
    .formtext {
        color: #c6c6c6;
        margin-top: -36px;
        text-align: left;
        font-size: 16px;
        line-height: 1.6em;
        padding: 0;
    }
    .review_rate .star-on-png,
    .review_rate .star-off-png {
        font-size: 13px;
    }
    .comment-respond .comment-reply-title {
        color: #091f31;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.2px;
    }
    .comment-respond form {
        margin-top: 25px;
    }
    .comment-respond .comment-form-comment {
        margin-bottom: 10px;
    }
    .comment-respond label {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.14px;
    }
    .add_comment_rating_wrap label {
        margin-bottom: 8px;
    }
    #add_comment_rating_wrap i {
        font-size: 18px;
    }
    p.comment-awaiting-moderation {
        position: relative;
        width: 90%;
        background-size: 1.2%;
        margin-left: 5px;
        padding-top: 10px;
        background-position-y: 10px;
    }
    .comment-form.logined .formtext {
        margin-top: 0;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .page-comments  .comment{
        margin-top: 0;
        padding-bottom: 0;
    }
    .comment-body {
        padding-bottom: 0
    }
    .comment-text {
        margin-top: 25px;
    }
}
@media screen and (max-width: 700px) {
   p.comment-awaiting-moderation {
        position: relative;
        width: 90%;
        background-size: 3.3%;
        margin-left: 5px;
    }
}
@media screen and (max-width: 375px) {
    p.comment-awaiting-moderation {
        background-size:4%;
    }
    #comments {
        padding-bottom: .1em;
    }
}
@media screen and (max-width: 330px) {
    p.comment-awaiting-moderation {
        background-size:5%;
    }
}