.cover {
  height: 85px;
  background-position: center center;
  margin-bottom:30px;
  background-size: cover;
}

.post-meta {
  border-top: 1px solid #333;
  margin-top: 15px;
  color: #999;
}
.lang-item img {
  height: 15px;
  width: auto;
}

#custom_logo_transparent > img {
height: auto;
margin-top: 5px;
width: 75px;
}
#custom_logo > img {
  width: 75px;
  height: auto;
}

.xEmthem {
  position: relative;
  text-align: right;
  z-index: 9999;
}
.xEmthem > a {
  border: 1px solid #fff;
  cursor: pointer;
  padding: 5px 10px;
}

.kLoadMore {
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-bottom: 20px;
  padding: 5px 10px;
}