.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
    width: .5em;
}

.rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}

.comment-form-raiting {
    display: block;
    padding-bottom: 10px;
}

.comment-form-raiting label {
    display: inline-block;
}

.comment-form-raiting fieldset {
    display: inline-block;
    position: absolute;
}

.comment-form-raiting .rating-container {
    position: absolute;
    width: 140px;
}

.comment-respond .form-submit {
    text-align: right;
}

.comment-respond .comment-form-author {
    display: inline-block;
    width: 48%;
}

.comment-respond .comment-form-email {
    display: inline-block;
    width: 48%;
    float:right;
}

.comment-navigation .nav-links {
    flex-direction: row;
    display: flex;
}

.comment-navigation .nav-links .nav-previous {
    width: 100%;
    order: 2;
    text-align: right;
}

.comment-navigation .nav-links .nav-next {
    width: 100%;
    order: 1;
}

.comment-body .comment-author .comment-stars p.stars {
    /*margin-bottom: 0px;*/
    /*padding-right: 20px;*/
    color: #F37101;
    /*top: -5px;*/
    /*position: absolute;*/
    /*right: 0px;*/
}

/*
.comment-body .comment-author {
    display: flex;
    width: 100%;
}
*/

.comment-body .comment-author .comment-stars p.stars {
    margin-bottom: 0px;
    /*padding-right: 20px;*/
    /*color: #F37101;*/
    /*top: -5px;*/
    /*position: absolute;*/
    /*right: 0px;*/
}

.comment-body .comment-author .fn {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.comment-body .comment-author .says {
    display: none;
}

.comment-body .comment-author .comment-stars {
    /*order: 3;*/
    position: relative;
    padding-top: 8px;
}


.comment-body .comment-meta .comment-metadata {
    white-space: nowrap;
}

#comments .comment-meta {
    margin-bottom: 8px !important;
}

#comments .comment-metadata,#comments .reply{
    font-size:13px !important;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    padding: 30px 0 30px 0px !important;
}

#comments ol.comment-list .children:before {
    font-size: 2em !important;
    font-weight: 500 !important;
    content: "\21B3";
    top: 21px !important;
}

#comments .comment-respond .comment-form .comment-form-comment textarea {
    height: 120px;
}

#comments .comment-respond .comment-form .form-submit .submit {
    background-color: #01AC50;
    border-color: #01AC50;
    color: white;
    border-radius: 27px;
    padding: 16px 42px;
    font-size: 16px;
    font-weight: 500;
}

#comments .comment-respond .comment-form .form-submit .submit:hover {
    background-color: #ffffff;
    color: #333333;
}

#comments .comment-body .comment-content p {
    margin-bottom: 0px;
}

#comments .comment-body .reply {
    margin-top: .9rem;
}

#comments .comment-list {
    margin-bottom: 30px !important;
}

.comment-respond .comment-form-author .comment-input-author, .comment-respond .comment-form-email .comment-input-email {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 8px 5px 8px 5px;
    border-color: #999999;
}

.comment-respond .comment-form-comment .comment-input-comment {
    border-radius: 0px;
    border-color: #999999;
}

.comment-respond .comment-form-author .comment-input-author:focus,
.comment-respond .comment-form-email .comment-input-email:focus,
.comment-respond .comment-form-comment .comment-input-comment:focus {
    background-color: rgba(1, 172, 80, 0.13);
}
