This makes the comment link go bye-bye.
.comments-link {
display: none;
}
The separator before the comments link ( | ) cannot be removed without removing the others in that line of text.
Make the following changes, but at this point I cannot guarantee that on other posts this is going to hold. Things start to get complex when you start reordering multiple DIVs using positioning like we are doing.
.post-meta {
bottom: 10em;
}
.sharing {
padding: 0;
position: relative;
top: 70px;
}
.post {
padding-bottom: 80px;
position: relative;
}