.post-comment > form {
    padding: 15px;
    background-color: #e2e2e2;
}
.post-comment > form .form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.post-comment > form input.has-error {
    border-color: #ec1c24;
}
.post-comment .ta-root {
    border: none;
}
.post-comment .ta-toolbar {
    padding: 0px 0px 15px;
    border: none;
}
.post-comment .ta-scroll-window > .ta-bind,
.post-comment > .form-horizontal .form-group > .form-control {
    border: 1px solid #d2d2d2;
}
.post-comment .ta-scroll-window > .ta-bind:hover,
.post-comment .ta-scroll-window > .ta-bind:focus {
    border: 1px solid #66afe9;
}

.comment-list > .cmt-item {
    padding: 15px 0px;
    border-top: 2px solid #e2e2e2;
}
.comment-list > .cmt-title {
    display: inline-block;
    margin-bottom: -2px;
    background-color: #e2e2e2;
    padding: 10px 15px;
    color: #424242;
}
.comment-list > .cmt-item .cmt-item-child {
    border-top: 1px solid #e2e2e2;
}
.comment-list > .cmt-item .cmt-item-child {
    padding: 20px 0px 0px 0px;
    margin: 10px 0px 0px 60px;
}

.comment-list .figure-thumbnail > .thumbnail {
    width: 56px;
    height: 56px;
    color: #afafaf;
    text-align: center;
}
.comment-list .figure-thumbnail > .thumbnail + figcaption {
    width: calc(100% - 56px);
}
.comment-list .btn-cmt-reply {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    color: #1076c7;
}
.comment-list .btn-cmt-reply:hover,
.comment-list .btn-cmt-reply:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-decoration: underline;
}
.comment-list .cancel-reply {
    margin: 0px 15px;
    color: #727272;
}
.comment-list .cancel-reply:hover,
.comment-list .cancel-reply:focus {
    color: #424242;
}
.comment-list .cmt-item .btn-group-actions {
    clear: both;
}
.comment-list .cmt-item .btn-group-actions > .btn:not(:last-child) {
    margin-right: 10px;
}
.cmt-item .auth-cmt > cite {
    font-weight: 600;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-style: normal;
}
.cmt-item .auth-cmt > .cmt-meta {
    font-size: 13px;
    color: #929292;
}
.cmt-item .auth-title {
    color: #727272;
    margin-bottom: 15px;
}
.cmt-item .cmt-content {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.authentic-post-cmt {
    position: relative;
    z-index: 1;
}
.authentic-post-cmt[display='flex'] > * {
    margin: 0px;
}

.authentic-post-cmt .divider-or {
    margin: 0px 25px;
}

.authentic-post-cmt .divider-or > * {
    border-color: #d2d2d2;
}

.authentic-post-cmt .divider-or:before {
    content: "";
    border-left: 1px solid #d2d2d2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-left: 26px;
    z-index: -1;
}

.post-comment .ta-root,
.authentic-post-cmt .social-post-cmt:not(:last-child) {
    margin-bottom: 15px;
}
.authentic-post-cmt .social-post-cmt > a {
    color: #fff;
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,.15);
}
.authentic-post-cmt .fb-post-cmt > a {
    background-color: rgba(59,89,152,1);
}
.authentic-post-cmt .fb-post-cmt > a:hover,
.authentic-post-cmt .fb-post-cmt > a:focus {
    background-color: rgba(59,89,152,.85);
}

.authentic-post-cmt .google-post-cmt > a {
    background-color: rgba(221,75,57,1);
}
.authentic-post-cmt .google-post-cmt > a:focus,
.authentic-post-cmt .google-post-cmt > a:hover {
    background-color: rgba(221,75,57,.85);
}

