.bypostauthor {
    display: block;
}

.comments-area {
    clear: both;
    padding-top: 65px;

    .comment-navigation {
        margin: 20px 0 10px;
        clear: both;

        .nav-links {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;

            a {
                color: #848484;

                &:hover {
                    color: @primary-color;
                }
            }

            .nav-previous a,
            .nav-next a {
                position: relative;
                padding-left: 13px;
                &:before {
                    font-family: FontAweSome;
                    content: "\f100";
                    font-size: 14px;
                    position: absolute;
                    top: -1px;
                    left: 0;
                }
            }
            .nav-next a {
                padding-left: 0;
                padding-right: 13px;

                &:before {
                    right: 0;
                    left: auto;
                    content: "\f101";
                }
            }

        }
    }
}

.comment-reply-title,
.comments-title {
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px;
}

#cancel-comment-reply-link {
    padding-left: 20px;
}

.comment-reply-title {
    margin: 0 0 20px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;

    .children {
        list-style: none;
        padding: 0 0 0 30px;

        article {
            border: 0;
        }

        &:last-child {
            margin-bottom: 0;
        }
    }

    & > .comment:first-child article {
        border: none;
    }

    .comment-respond {
        clear: both;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 50px;
    }
}

.comment,
.pingback {
    .clearfix;
    float: left;
    clear: both;
    width: 100%;

    article {
        padding: 18px 0 23px;
        overflow: hidden;
        border: 0;
    }

    .comment-author {
        padding-right: 15px;
        float: left;
    }

    .comment-reply-link,
    .comment-edit-link {
        font-size: 14px;
        color: #9b9ea8 !important;
    }

    .comment-edit-link {
        float: right;
        margin-right: 20px;
    }
}

.comment {
    .comment-meta {
        margin-left: 80px;
        border: 2px solid #f7faff;
        padding: 10px 20px;
        .author-name, a {
            color: #222222;
            font-weight: 600;
            font-style: normal;
            font-family: @font-family-secondary;
        }
    }
}

.comment-respond {
    margin-top: 50px;
}

.comment-content {
    word-break: break-all;
    padding-top: 8px;
    color: #9b9ea8;
    a {
        word-wrap: break-word;
    }
}

.comment-awaiting-moderation {
    display: block;
}

.comment-form {
    color: #9b9ea8;
    label {
        font-weight: 400;
    }
    textarea {
        width: 100%;
        height: 100px;
    }
    .comment-form-author, .comment-form-email {
        width: 50%;
        float: left;
        input {
            width: 100%;
        }
    }
    .comment-form-author {
        padding-right: 15px;
    }
    .comment-form-email {
        padding-left: 15px;
    }
    .comment-form-url {
        clear: both;
        input {
            width: 100%;
        }
    }
    .comment-form-cookies-consent {
        input {
            margin-right: 5px;
        }
    }
    .form-submit {
        margin-top: 35px;
        margin-bottom: 0;

        input {
            border: 0;
            background-color: @primary-color;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 15px;
            padding: 0 60px;
            border-radius: 30px;
            font-family: @font-family-secondary;
        }
    }
}

.pingback {
    .comment-meta {
        margin-left: 0;
    }
}
