/*-- Content Style --*/
.post-footer-option li{
    float:left;
    margin-right:50px;
    padding-bottom:15px;
}

.post-footer-option li a{
    color:#AFB4BD;
    font-weight:500;
    font-size:1.3rem;
}

.photo-profile{
    border:1px solid #DDD;    
}

.anchor-username h4{
    font-weight:bold;    
}

.anchor-time{
    color:#ADB2BB;
    font-size:1.2rem;
}

.post-footer-comment-wrapper{
    background-color:#F6F7F8;
}

#share-buttons img {
width: 35px;
height:35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

.blog_title{
	height: 21px;
	overflow: hidden;
}
.grid img{
	height: 250px; 
	object-fit: cover; 
	border-top-right-radius: 5px; 
	border-top-left-radius: 5px;
}
.grid .read_mor_btn{
	width:100%;
	display: inline-block;
}
.list .read_mor_btn{
	float:right;
}
.list img{
	height: 150px; 
	object-fit: cover; 
	border-radius: 5px;
}
.load-more{
text-align:center;
border: 1px solid gray;
padding: 10px;
font-size: 14px;
}

/* Load more */
.load-more{
    width: auto;
    background: #15a9ce;
    text-align: center;
    color: white;
    padding: 10px 20px;
    font-family: sans-serif;
	display: inline-block;
	font-size: 20px;
}
.text-center{
	text-align: center;
}
.load-more:hover{
    cursor: pointer;
}
/* more link */
.more{
    color: blue;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}
.tags .badge{
	cursor:pointer;
}
.tags{
	width: 100%;
display: inline-block;
}
.description{
	width: 100%;
display: inline-block;
min-height: 90px;
overflow: hidden;
}