/*Content*/
.page-content {
    overflow: hidden;
}

/* Comments */
.comments {
    margin: 40px 0 40px 0;
    position: relative;
    z-index: 98;
    background-color: #ffffff;
    border-style: solid;
}

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

.comments .comment-author-avatar {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.comments .comment-details {
    padding-left: 90px;
}


.comments .comment-author-name {
    line-height: 1.29;
    display: inline-block;
    margin-right: 16px;
    font-family: 'GothamPro-BoldCustom';
}

/* Apply on 2nd level comments list */
.comments-list .children {
    padding-left: 2%;
}

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

.comments-list .children .comment:before {
    content: "";
    position: absolute;
    left: -47px;
    top: 25px;
    width: 2px;
    height: 40px;
}

.comments .comment-author-avatar img {
    border: 1px solid #e2e2e2;
}

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

.comment-text ol, .trumbowyg-editor ol{
    list-style-type: decimal;
    padding: 0 0 0 20px;
    margin: 1em 0;
}
.comment-text ul, .trumbowyg-editor ul{
    list-style-type: circle;
    padding: 0 0 0 20px;
    margin: 1em 0;
}

.comment-form-container {
    padding: 0 18px;
    margin: 0 auto;
}

.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-action-buttons {
    float: right;
}

.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);
}

#cancel-reply {
    display: none;
    color: #008cc9;
}

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

.lastPostPrevArrow a, .lastPostNextArrow a{
    outline: none !important;
}

.trumbowyg-modal-box input[type="file"] {
    display: none;
}

.comment-file-upload {
    height: 33px;
}

.trumbowyg-msg-error:not(:nth-child(2)) {
    display: none;
}

.trumbowyg-msg-error {
    display: inline;
    padding-left: 20px;
    color: red;
}

/* Banners */
.banner-wrapper {
    display: inline-block;
    margin: 0 25px 0;
    position: absolute;
    top: -25px;
    padding: 0 35px 0 0;
}

.banner-wrapper a img {
    max-width: 100%;
    height: auto;
}

.banner-wrapper a .small-top {
    display: none;
}

.position-relative {
    position: relative;
}

@media (max-width: 460px) {
    .banner-wrapper a .big-top {
        display: none;
    }

    .banner-wrapper a .small-top {
        display: block;
    }
}

h1.site-name {
    margin: 0;
}