/*Czp Blog CSS*/
.czpblog-post-view .post-view-main .post-image {
    display: block; 
    margin-bottom: 20px;
}


.czpblog-index-index .block,.czpblog-category-view .block,.czpblog-post-view .block {
    background: #fff;
    padding: 15px 20px;
}

.czpblog-index-index .amount,
.czpblog-index-index .limiter {
    display: none;
}

.czpblog-post-view .page-title h1 {
    padding-top: 0;
}

.czpblog-post-view .form-add .input-box{
    width:auto;
}

.czpblog-post-view .form-add .button{
    /*    border:1px solid #005bab;
        color:#005bab;
        background: #fff;*/
}

.post-list-container, .mageplaza-betterblog-category-view .col-main {
    padding: 10px;
}

.post-list-item{
    flex-direction: column;
    padding: 0px;
    border-bottom: 1px solid #005bab;
    /*border-radius: 5px;*/
}

.post-list-item.priority{
    /*border: 3px solid #f5757f;*/
}

.post-list-item .post-image {
    width: 100%;
    flex: 1;
    margin-bottom: 10px;
}

.post-list-item .post-content {
    padding: 0px 20px;
}

.post-list-item .stock-update-wrap{
    display: flex;
    margin-bottom: 5px;
}
.post-list-item .stock-update-wrap>div{
    /*flex: 1;*/
    padding: 0 35px 0 0;

}
.post-list-item  .stock-update-wrap div:nth-child(2) strong{
    color: #005bab;
}

.post-list-item  .mc-alignright {
    margin-left: 0px;
    margin-top: -55px;
}

.post-list-item .post-short-description{
    padding: 10px 0px;
}

.mc-post-title .cate-badge{
    border: 1px solid #005bab;
    padding: 3px 10px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 500;
    color: #005bab;
    line-height: 34px;
    margin-left: 5px;
}

.mc-post-info {
    font-size: 12px !important;
    color: #aaa;
    padding: 5px 0 0px 0;
}

#post-reviews{
    background: #fff;
    padding: 10px 50px 30px 50px;
}

#post-reviews .pager{
    margin-top: 15px;
    justify-content: flex-end;
}

#post-reviews h2{
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#post-reviews dl dt{
    margin-bottom: 5px;
}

#post-reviews dl dd{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#post-reviews dl dt .author{
    font-weight: 500;
    color: #999;
    float: right;
}

#post-reviews .pager .amount{
    margin-right: 10px;
}

#post-reviews .pager .limiter{
    float:right;
}

#post-reviews .pager .limiter .dropdown .dLabel{
    color: #005bab;
}

.post-short-description{
    color: #333;
}

.czpblog-index-index .post-list-item .mc-post-meta-info a.mc-read-more,
.czpblog-category-view .post-list-item .mc-post-meta-info a.mc-read-more{
    border-radius: 2px;
    border:1px solid #005bab;
    color: #005bab;
    padding: 10px;
    text-decoration: none;
}
.czpblog-index-index .post-list-item .mc-post-meta-info a.mc-read-more:hover,
.czpblog-category-view .post-list-item .mc-post-meta-info a.mc-read-more:hover{
    background-color: #005bab;
    color: #fff;
}

@media(max-width:992px){
    .mc-post-title {
        font-size: 16px;
        line-height: 27px
    }
    
    .mc-post-title .cate-badge {
        line-height: 34px
    }
    
    .mc-post-info {
        font-size: 13px !important;
    }
    
}