.post-page .title{margin:0;}
.post-page .picture{margin:10px 0 0;border-radius:4px;overflow:hidden;}
.post-page .details{margin:4px 0 16px;}
.post-page .details .item{display:inline-block;margin-right:25px;font-size:12px;font-weight:600;color:rgba(25,25,25,0.5);}
.post-page .details .item:last-child{margin-right:0;}
.post-page .details .item:before{display:inline-block;vertical-align:top;font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:11px;font-weight:400;margin-right:7px;}
.post-page .details .item.date:before{content:"\f133";}
.post-page .details .item.author:before{content:"\f007";font-size:12px;}
.post-page .details .item.comments:before{content:"\f086";font-size:12px;}
.post-page .details .item.post-tags:before{content:"\f02c";margin-right:4px;}
.post-page .details .item.post-tags a{color:inherit;transition:300ms 300 ease;-webkit-transition:300ms 300 ease;}
.post-page .details .item.post-tags a:hover{color:#0067e3;text-decoration:none;}
.post-page .post-back{text-align:center;margin:30px 0;}
.post-page:after{content:'';display:block;clear:both;}
.post-comments{margin:30px 0 0;}
.post-comments .comment-form{position:relative;}
.post-comments .comment-form .add-comment{margin:0 0 15px;}
.post-comments .comment-form .comment-form-form{display:none;margin:0 0 15px;}
.post-comments .comment-form .comment-form-form input,.post-comments .comment-form .comment-form-form textarea{padding:15px;}
.post-comments .comment-form.loading:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
.post-comments .comments-list{position:relative;min-height:50px;border-top:1px dotted #ceced6;}
.post-comments .comments-list.loading:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
.post-comments .comments-list .comment .comment-content{display:flex;padding:15px 0;border-bottom:1px dotted #ceced6;}
.post-comments .comments-list .comment .comment-content .avatar{width:90px;height:90px;flex-shrink:0;margin-right:15px;background:#e8e8eb;}
.post-comments .comments-list .comment .comment-content .avatar.noimg{background:#e8e8eb url(/i/common/noimage.png) no-repeat center;background-size:80%;}
.post-comments .comments-list .comment .comment-content .info{flex-grow:1;}
.post-comments .comments-list .comment .comment-content .info .nick{font-weight:bold;display:flex;align-items:center;}
.post-comments .comments-list .comment .comment-content .info .date{font-size:11px;color:#a1a1a1;font-weight:normal;margin:0;}
.post-comments .comments-list .comment .comment-content .info .comm{padding:10px 0 0;}
.post-comments .comments-list .comment .comment-content .details{text-align:right;margin-left:15px;flex-shrink:0;display:flex;flex-direction:column;}
.post-comments .comments-list .comment .comment-content .details .vote{margin:0 0 5px;}
.post-comments .comments-list .comment .comment-content .details .vote .none{color:#a1a1a1;}
.post-comments .comments-list .comment .comment-content .details .vcm{font-size:0.8em;position:relative;margin:0 0 5px;display:flex;align-items:center;justify-content:right;}
.post-comments .comments-list .comment .comment-content .details .vcm span{height:16px;line-height:16px;margin:0 0 0 10px;display:inline-block;}
.post-comments .comments-list .comment .comment-content .details .vcm span:hover{opacity:0.8;cursor:pointer;}
.post-comments .comments-list .comment .comment-content .details .vcm.loading span:hover{opacity:1;cursor:default;}
.post-comments .comments-list .comment .comment-content .details .vcm span.loading{overflow:hidden;text-indent:100px;background:url(/i/common/ajax-loader.svg) no-repeat center !important;background-size:16px !important;}
.post-comments .comments-list .comment .comment-content .details .vcm span.vp:before{content:'\f164';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;margin-right:3px;}
.post-comments .comments-list .comment .comment-content .details .vcm span.vp.set{color:#9acb74;}
.post-comments .comments-list .comment .comment-content .details .vcm span.vm:before{content:'\f165';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;margin-right:3px;}
.post-comments .comments-list .comment .comment-content .details .vcm span.vm.set{color:#db3a03;}
.post-comments .comments-list .comment .comment-content .details .vcm .vmsg{white-space:nowrap;}
.post-comments .comments-list .comment .comment-content .details .reply{margin-top:auto;font-size:0.8em;color:#a1a1a1;cursor:pointer;}
.post-comments .comments-list .comment .comment-content .details .reply:hover{color:#0067e3;}
.post-comments .comments-list .comment .form-comment-reply{position:relative;}
.post-comments .comments-list .comment .form-comment-reply .reply-form{padding:15px;background:#e8e8eb;}
.post-comments .comments-list .comment .form-comment-reply .reply-form .row-comment{margin:0 0 15px;}
.post-comments .comments-list .comment .form-comment-reply .reply-form .row-comment textarea{width:100%;padding:12px;}
.post-comments .comments-list .comment .form-comment-reply .reply-form .row-items{display:flex;margin:0 -7.5px 15px;}
.post-comments .comments-list .comment .form-comment-reply .reply-form .row-items .row-item{width:50%;padding:0 7.5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.post-comments .comments-list .comment .form-comment-reply .reply-form .row-items .row-item input{width:100%;padding:12px;}
.post-comments .comments-list .comment .form-comment-reply .reply-form .row-submit{text-align:center;}
.post-comments .comments-list .comment .form-comment-reply.loading{min-height:50px;}
.post-comments .comments-list .comment .form-comment-reply.loading:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
.post-comments .comments-list .comment .answers{padding-left:105px;}
.post-comments .comments-list .comment .answers .comment .comment-content .avatar{width:60px;height:60px;display:flex;align-items:center;}
.post-comments .comments-list .comment .answers .comment .comment-content .avatar img{max-width:100%;}
.post-comments .comments-list .comment .answers .comment .answers{padding-left:75px;}
@media screen and (max-width: 740px){.post-comments .comments-list .comment .answers .comment .answers{padding-left:0;}
}
@media screen and (max-width: 540px){.post-comments .comments-list .comment .answers{padding-left:0;}
.post-comments .comments-list .comment .comment-content{flex-wrap:wrap;}
.post-comments .comments-list .comment .comment-content .details{width:100%;margin:15px 0 0;text-align:left;flex-direction:row;}
.post-comments .comments-list .comment .comment-content .details .vote{margin:0;}
.post-comments .comments-list .comment .comment-content .details .vcm{margin:0;}
.post-comments .comments-list .comment .comment-content .details .reply{margin:0 0 0 auto;}
}
