.page-home-body {
    background-color: #f8f4ee;
}
.page-not-home-body {
    /*background-color: rgba(255, 255, 255, .65);*/
	background-color: #f8f4ee;
}


.logo-btn {
    border: 0;
}
.logo-btn:focus {
    box-shadow: none;
}


.nav-top-wrap {
    background-color: rgba(255, 255, 255, .65);
    padding: 0.4rem 0 !important;
}


.home-content-wrap-bak {
    background-image: url(../images/home-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.home-content-wrap {
    position: relative;

}
.home-content-wrap .list-group-item {
    border: none;
    margin-top: 0.1rem;
    color: rgba(0,0,0,.87);;
}

.article-content-wrap {
    position: absolute;
    z-index: 100;
    /* width: 60%; */
    top: 0;
}

.home-bg   {
    width: 50%;
}
.home-bg .h-img {
    width: 100%;
}
.h-latest-btn {
    color: #9e9e9e;
    background-color: #fff;
}

.single-article-wrap {
    font-size: 1.1rem;
}

.single-article-wrap .article-title{
    padding: 5rem 0;
}

.single-article-wrap .article-comments-sep {
    margin: 5rem 0;
}

.single-article-wrap .write-date{
    font-size: 1rem;
    color: #757575;
}

.single-article-wrap .write-author{
    font-weight: bold;
}




/*comment starts*/
.article-comments {
    font-size: 1rem;
}
.article-comments .url {
    font-style: normal;
    text-decoration: unset;
    font-weight: bold;
}
.article-comments .says {
    display: none;
}
.article-comments .avatar  {
    display: none;
}
.article-comments .comment-author, .article-comments .commentmetadata  {
    display: inline-block;
}
.article-comments .commentmetadata a {
    color: rgba(0, 0, 0, 0.5);
}
.article-comments .commentmetadata  {
    color: rgba(0, 0, 0, 0.5);
    // padding: 0 0 1rem 0;
    float:  right;
    font-size: 0.9rem;
}
.article-comments .comment-reply-link  {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: unset;
}
.article-comments .comment-list .comment  {
    padding: 1rem 0;
}


/*comment ends*/
