.post,
.post-single .post-meta,
.post-single .post-content {
margin: 5px;
padding: 7px;
background: #FFF;
border: 1px solid #ADB2BA;
overflow: hidden;
}
.post {
position: relative;
}
.post .post-meta {
font-size: 0;
}
.post .post-meta .title {
display: inline;
}
.title, .title a {
font-size: 16px;
font-weight: 700;
}
.post .post-content {
max-height: 51px;
margin: 7px 0;
overflow: hidden;
}
.post .post-content div,
.post .post-content img[title],
#share-buttons div {
display: none;
}
.thumbnail {
width: 45px !important;
height: 45px !important;
margin: 0 7px 0 0 !important;
padding: 2px !important;
background: #DCDEE3;
border: 1px solid #ADB2BA !important;
}
.post .title a:before {
content: "";
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
.post-meta2:before {
padding: 0 0 0 13px;
background: url(http://eternalfelix.wap.sh/files/like.png) left center no-repeat;
}
.categories {
margin: 5px -2px -2px;
font-size: 0;
}
.categories a {
display: inline-block;
margin: 2px;
padding: 3px 5px;
background: #3B5998;
color: #FFF;
font-size: 16px;
}
#share-buttons:after {
content: "";
position: absolute;
top: -1px;
left: 0;
width: 100%;
height: 1px;
background: #E4E6EB;
}
#share-buttons {
position: relative;
margin: -7px 5px 5px;
padding: 5px;
background: #FFF;
border: 1px solid #ADB2BA;
text-align: center;
}
#pagination-links {
padding: 0 5px;
font-size: 0;
text-align: right;
overflow: hidden;
}
#pagination-links a {
display: none;
}
#pagination-links a:last-child {
display: inline-block;
margin: 0 0 5px;
padding: 5px;
background: #5890FF;
border: 1px solid #4476E8;
color: #FFF;
font-size: 16px;
}
#pagination-links a:last-child {
content: "Load More +";
}