/* comment form
   ============================ */

.blog-comment-form {
    padding-bottom: 40px;
}
.blog-comment-form .form {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 11px;
}
.blog-comment-form .form .wrapper {
    padding-top: 0;
}
.blog-comment-form h2 {
    color: #21016b;
    font-size: 3.6rem;
    letter-spacing: 0;
    line-height: 2.8rem;
    margin-bottom: 0;
    padding-left: 0;
}
.blog-comment-form .form-submitted {
    margin: 0;
    max-width: 795px;
    text-align: left;
}
.blog-comment-form .form.feature h2::before {
    display: none;
}
.blog-comment-form .form .form-response {
    padding-left: 102px;
}
.blog-comment-form .form .form-error {
    background: #f9f9f9;
    padding: 20px 0;
}
.blog-comment-form .form .form-error h4,
.blog-comment-form .form .form-submitted h4 {
    color: #21016b;
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 31px;
}
.blog-comment-form .form .form-submitted .comment.preview {
    margin-bottom: 15px;
}
.blog-comment-form .form .form-error .comment.preview,
.blog-comment-form .form .form-submitted .message .icon {
    display: none;
}

.comment.preview {
    max-width: 795px;
    padding: 40px 30px 30px;
    position: relative;
}
.comment.preview + .comment,
.comments-result {
    margin-top: 28px;
}
.comment.preview::before,
.comment.preview::after {
    color: #ffffff;
    content: "“";
    display: block;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20rem;
    line-height: 15rem;
    position: absolute;
    top: 22px;
    left: 30px;
}
.comment.preview::after {
    content: "”";
    left: auto;
    right: 30px;
}
.comment.preview .comment-body {
    margin-bottom: 5px;
    font-family: "AvenirLTStd-MediumOblique", Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    word-wrap: break-word;
    z-index: 1;
}
.comment.preview span,
.comment.preview time {
    position: relative;
    z-index: 1;
}
.comment.preview time {
    padding-left: 10px;
}
.comment.preview .name {
    font-family: "AvenirLTStd-Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #f78e1e;
}
.ie9 .comment.preview::before,
.ie9 .comment.preview::after,
.ie10 .comment.preview::before,
.ie10 .comment.preview::after {
    font-size: 200px;
    line-height: 150px;
}

/* responsive
   ============================ */

@media screen and (max-width: 1024px) {
    .blog-comment-form .form .form-response {
        padding-left: 50px;
    }
}

@media screen and (max-width: 736px) {
    .blog-comment-form .form.feature h2,
    .blog-comment-form .form .form-error h4,
    .blog-comment-form .form .form-submitted h4 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 24px;
    }
    .blog-comment-form .form .form-response {
        padding-left: 0;
    }

    .comment.preview {
        padding: 25px 19px 26px;
    }
    .comment.preview::before {
        left: 10px;
    }
    .comment.preview::after {
        right: 10px;
    }
    .comment.preview span,
    .comment.preview time {
        display: block;
        font-size: 1.2rem;
    }
    .comment.preview time {
        padding-left: 0;
        padding-top: 5px;
    }
    .comment.preview .name {
        line-height: 1.2rem;
    }
}
