.posify-pc-blog{
	height: 100%;
	overflow-y: scroll;
}
.posify-pc-blog .add-to-wishlist{
    color: #03a9f4;
}
.posify-pc-blog .btn-comment{
    color: #03a9f4;
}
.posify-pc-blog .btn-share{
    color: #03a9f4;
}
.posify-pc-blog .btn-detail{
    color: #03a9f4;
}
.my-post-item {
	max-height: 300px;
}
.post-img {
	width: 100%;
}
.post-img > img {
	margin: 5px auto;
	width: auto;
}
.post-items {
	width:90%;
	margin: 0px auto;
}
.panel-footer {
	background-color: #fff;
}

.blog-post-meta .img-circle {
	width: 30px;
}

.panel-footer {
	display: flex;
	height:50px;
}

.btn-footer {
	flex: 1 100%;
    flex-grow: 1;
    flex-shrink: 1;
	flex-basis: 100%;
	margin: 5px 0px;
}

.btn-footer a {
	font-size: 1.2em;
	justify-content: center;
	align-items: center;
	display: flex;
}

.btn-footer a span {
	margin: 0px 5px;
}

.btn-publish.published span, 
.btn-publish.published i {
	color: red;
}
.btn-file {
	width: 100%;
}


.blog-post p {
    margin: 5px;
}

.blog-post-content p {
	font-size: 1.2em;
    color: #999;
    margin: 0px auto;
}

.blog-post .panel > a  img.img-responsive{
   max-height: 400px;
   width: auto;
   margin: 0px auto;
}

.post-readmore {
	margin: 8px;
	font-size:1em;
}


.posify-pc-blog .a2a_svg{
	background-color: #03a9f4 !important;
}

/* 2018-7-5 jaydon: saved btn css */
.posify-pc-blog .add-to-wishlist.saved{
	color: red;
}

.posify-pc-blog .reply-container{
	display: flex;
	padding: 5px 0;
}
.posify-pc-blog .comment-profile{
	display: flex;
    width: 10%;
}
.posify-pc-blog .comment-profile img{
	width: 35px;
    height: 35px;
}
.posify-pc-blog .comment-input-container{
	display: flex;
    flex-grow: 25;
}
.posify-pc-blog .comment-input-container form{
	width: 100%;
}
.posify-pc-blog .comment-input-container .comment-text{
	margin-bottom: 5px;
    float: left;
    width: 80%;
    height: 35px;
}
.posify-pc-blog .comment-input-container .btn-reply{
    height: 35px;
}
.posify-pc-blog .comment-input-container button{
	margin-left: 10px;
}
.posify-pc-blog .comments-container{
	padding: 0 14px;
}
.posify-pc-blog .comments-container .comments img{
	width: 30px;
	height: 30px;
}
.posify-pc-blog .comments-container .author-name{
	margin: 0;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    vertical-align: sub;
}
.posify-pc-blog .comments-container .user-row{
	border-top: 1px solid lightgray;
    padding: 5px 0;
}
