/* Comments */
.comments {
    margin: 30px 0 30px 0;
}

.comments ul,
.comments ol {
    list-style-type: none;
}

.comments .comments-list {
    list-style: none;
    padding: 0;
}

/* Apply on 2nd level comments list */
.comments-list .children {
    padding-left: 36px;
    border-left: 2px solid #d9edf7;
    margin: 20px 0 0 0;
}

.comments-list .comment {
    position: relative;
    margin: 0 0 20px 0;
}

.comments-list .children .comment:after {
    content: "";
    position: absolute;
    left: -38px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #009bdf;
}

.comments-list .children .comment:before {
    content: "";
    position: absolute;
    left: -38px;
    top: 10px;
    width: 2px;
    height: 40px;
    background-color: #009bdf;
    border-bottom: 6px solid #f9f9f9;
    border-top: 6px solid #f9f9f9;
}

.title-block .title-separator {
    background: url("../images/title-pattern.png");
    height: 5px;
    overflow: hidden;
    margin-top: 8px;
}

.title-block .h3-body-title {
    float: left;
    margin: 0 20px 20px 0;
}

.comment-content {
    background: -webkit-linear-gradient(left, #f8f8f8, #f3f3f3);
    background: -moz-linear-gradient(left, #f8f8f8, #f3f3f3);
    background: -o-linear-gradient(left, #f8f8f8, #f3f3f3);
    background: linear-gradient(to right, #f8f8f8, #f3f3f3);
    overflow: hidden;
}

.comment-action-buttons {
    float: right;
    margin-top: 10px;
}

.comment-action-buttons a {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.63);
    padding: 5px;
}

.comment-action-buttons a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-action-buttons a:focus {
    outline: none;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.63);
}

.comment-box {
    margin-top: 15px;
}

.comment-box .comment-box-partial .comment-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: unset;
    font-size: 12px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #009bdf;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
    display: block;
    color: #fff !important;
    background: #009bdf 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px 0 0;
}

.comment-submit:focus {
    outline: none !important;
}

.comment-box .comment-box-partial .comment-submit:hover {
    background: #187BA7;
}

#cancel-reply {
    display: none;
    color: #009bdf;
}

#cancel-reply:hover {
    text-decoration: none;
    color: #187BA7;
}
