#articlePage .page-subtitle {
    margin: 0 0 10px 0;
}

#articlePage .article-image {
    margin: 0 0 10px 0;
    text-align: center;
}

#articlePage .page-content ul {
    padding-inline-start: 40px;
}

#articlePage .page-content ul li {
    list-style: disc;
}

@media (max-width: 480px) {
    /*#articlePage .page-content {*/
        /*text-align: center;*/
    /*}*/

    #articlePage .page-content ul li {
        text-align: left;
    }
}

#articlePage .gallery {
    margin-top: 20px;
}

#articlePage .gallery .item {
    position: relative;
}

#articlePage .gallery .item .image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

@media(max-width: 480px) {
    #articlePage .gallery .item {
        display: block;
        margin-bottom: 20px;
    }

    #articlePage .gallery .item .title {
        text-align: center;
    }
}

@media (min-width: 481px) {
    #articlePage .gallery .item {
        display: inline-block;
        width: 49%;
        margin-bottom: 35px;
    }

    #articlePage .gallery .item:nth-child(2n+1) {
        float: left;
    }

    #articlePage .gallery .item:nth-child(2n+2) {
        float: right;
    }
}

@media (min-width: 768px) {
    #articlePage .gallery .item {
        float: none !important;
        width: 32%;
    }

    #articlePage .gallery .item:nth-child(3n+2) {
        margin-right: 2%;
        margin-left: 2%;
    }
}

#articlePage .article-background {
    background-color: #e2e2e2;
}

#articlePage .article-container {
    margin: 25px 0;
}

#articlePage .article-container img {
/*    width: 100%;*/
    display: none;
}

#articlePage .article {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}

#articlePage .article.walnut {
    width:100%;
    margin-right: 1%;
}

#articlePage .article .article-content {
    padding: 20px;
    color: #403837;
}

#articlePage .article .page-title {
    font-family: Museo700-Regular, sans-serif;
}

#articlePage .article-date {
    color: #BF972B;
    margin: 5px 0 0 0;
}

#articlePage .page-content {
    margin-top: 20px;
}

#articlePage .article-comments {

    display: none;

}

#articlePage .article-comments h3 {
    font-family: Museo300-Regular, sans-serif;
}

#articlePage .comment-form-wrapper .form-field {
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 10px;
}

#articlePage .comment-form-wrapper textarea.form-field {
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 10px;
    height: 150px;
}

#articlePage .comment-form-wrapper button {
    font-family: Museo500-Regular, sans-serif;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 19px;
    border: 1px solid #e2e2e2;
    display: block;
}

@media(max-width: 992px) {
    #articlePage .article {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #articlePage .article-comments {
        width: 100%;
        margin-left: 0;
    }
}


/* COMMENTS */

#articlePage .comments {
    margin-top: 50px;
}

#articlePage .comments .comment {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

#articlePage .comments .comment.child {
    margin-top: 10px;
    margin-bottom: 0;
}

#articlePage .comments .comment:last-child {
    margin-bottom: 0;
}

#articlePage .comments .comment .avatar i {
    font-size: 60px;
    color: #ffffff;
    background-color: #d6d6d6;
    border: 4px solid #d6d6d6;
}

#articlePage .comments .comment .desc span {
    display: block;
    font-size: 13px;
}

#articlePage .comments .comment .desc span.date {
    font-size: 11px;
}

#articlePage .comments .comment .desc .message {
    margin-top: 7px;
    font-size: 14px;
    word-wrap: break-word;
}

#articlePage .comments .comment .comment-reply-wrapper {
    margin-top: 10px;
    text-align: right;
}

#articlePage .comments .comment .comment-reply-wrapper button {
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-family: Museo500-Regular, sans-serif;
}

#articlePage .reply-form-wrapper {
    margin-top: 10px;
}

#articlePage .reply-form-wrapper .close-reply-wrapper {
    padding: 20px 0;
    text-align: right;
}

#articlePage .reply-form-wrapper .close-reply-wrapper button {
    font-size: 18px;
}

#articlePage .reply-form-wrapper label {
    font-size: 14px;
}

#articlePage .reply-form-wrapper .form-field {
    margin-bottom: 10px;
}

#articlePage .reply-form-wrapper button {
    padding: 5px 12px;
    font-size: 14px;
}

#articlePage .g-recaptcha-wrapper {
    margin: 10px 0;
}

#articlePage .article-document a {
    color: rgb(64, 56, 55);
    text-decoration: underline;
}

#articlePage .article-document i {
    margin: 0 4px 2px 0;
    color: #BF972B;
    font-size: 22px;
    vertical-align: middle;
}

@media (min-width: 769px) {
    #articlePage .comments .comment .avatar {
        float: left;
        width: 10%;
    }

    #articlePage .comments .comment .desc {
        float: right;
        width: 90%;
    }
}
