#comments {
    margin-top: 80px;
    padding-left: 40px;
}


#comments .comments-title {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.4;
}

#comments .comments-title::before {
    content: '';
    background-image: url(/wp-content/themes/tvujden/assets/img/decoration.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 7px;
    left: -40px;
    background-size: 24px 14px;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
}

#comments .comment {
    display: block;
    position: relative;
    border-top: 1px solid #e6edf6;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 50px;
}

#comments .comment.depth-1:first-child {
    border: 0;
    margin-top: -20px;
}

#comments .comment-meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    margin: 0;
    padding-left: 20px;
    align-items: baseline;
}

#comments img.avatar {
    padding: 0;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 50%;
    border: 1px solid #e6edf6;
    width: 50px;
    height: 50px;
}

#comments b.fn {
    display: inline;
    margin-bottom: 5px;
    letter-spacing: .15px;
    font-weight: 700;
}

#comments .says {
    font-size: 14px;
}

#comments .comment-metadata {
    font-size: 14px;
}

#comments .comment-content {
    font-size: 15px;
    margin-top: 10px;
    padding-left: 20px;
    letter-spacing: .25px;
}

#comments .comment-content p {
    margin: 0;
    padding: 0;
}

#comments .reply {
    margin-top: 15px;
    padding-left: 20px;
}

#comments .comment-reply-link {
    padding: 5px 15px;
    font-size: 12px !important;
    border-radius: 4px;
    display: inline-block;
    color: #fff !important;
    position: relative;
    z-index: 2;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    background-color: #f43676;
    letter-spacing: 0;
    transition: all 300ms ease;
}

#comments .comment-reply-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103deg, #fc6668 0%, #e10489 100%);
    border-radius: 4px;
    transform: scaleX(-1);
    z-index: -1;
}

#comments .comment-reply-link::after {
    content: '';
    position: absolute;
    left: -352px;
    top: 100%;
    background: url(/wp-content/themes/tvujden/assets/img/wave-button.svg) repeat-x;
    width: 704px;
    height: 50%;
    z-index: 2;
    opacity: .4;
    transition: all .3s ease;
    animation: wave_button 7s cubic-bezier(.55,.5,.45,.5) infinite;
    animation-play-state: paused;
}

#comments .comment-reply-link:hover::after {
    animation-play-state: running;
    top: 60%;
}

#comments .children {
    margin: 0;
    padding-left: 20px;
    padding-top: 24px;
}

#comments .children li:last-child {
    padding-bottom: 0;
}

#respond {
    padding-top: 30px;
}

#respond #reply-title {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 800;
}

#respond #reply-title::before {
    content: '';
    background-image: url(/wp-content/themes/tvujden/assets/img/decoration.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 6px;
    left: -40px;
    background-size: 24px 14px;
}

#respond #reply-title small a {
    margin-left: 5px;
    color: #302d55;
    font-weight: 400;
}

#respond .logged-in-as,
#respond .comment-notes {
    margin: 8px 0px 20px;
    font-size: 14px;
}

#respond textarea#comment {
    width: 100%;
    height: 170px;
    resize: none;
    padding-top: 25px;
    padding-bottom: 25px;
}

#respond .form-submit {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

#respond input#submit {
    padding: 7px 22px;
    border-radius: 8px;
    display: inline-block;
    color: #fff !important;
    position: relative;
    z-index: 2;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    background: linear-gradient(103deg, #FC6668 0%, #E10489 100%);
    letter-spacing: 0;
    line-height: 2;
    border: 0;
    cursor: pointer;
    transition: all 300ms ease;
}

#respond label {
    font-size: 14px;
    font-weight: 700;
}

#respond .comment-form-comment {
    margin: 0;
}

#respond .comment-form-author {
    width: 48.75%;
    float: left;
    margin: 0;
}

#respond .comment-form-author input#author {
    padding: 15px 25px;
    margin: 0 0 15px;
}

#respond .comment-form-email {
    width: 48.75%;
    float: right;
    margin: 0;
}

#respond .comment-form-cookies-consent {
    margin: 0;
    padding-bottom: 15px;
}

#respond .comment-form-cookies-consent label {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {

    #respond input#submit {
        font-size: 13px;
    }

}

@media only screen and (max-width: 768px) {

    #respond .comment-form-author, 
    #respond .comment-form-email {
        width: 100%;
        float: unset;
    }

    #comments .comment-list,
    #respond #commentform {
        margin: 0 0 0 -40px;
    }

}