.post-category-grid-shortcode {
  width: 100%;
  float: left;
  overflow: hidden;
}

.post-category-grid-shortcode article {
	overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.post-category-article .entry-header {
  margin-bottom: 5px;
}

.post-category-article .entry-header .entry-title {
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}

.post-category-article .entry-header .entry-title a {
  color:#000;
}

.post-category-article .entry-content{
	font-size: 14px;
	line-height: 18px;
}

.post-category-article .content-read-more {
  margin-top: 5px; 
  width: 100%;
  float: left;
  padding: 0 15px;
}

.post-category-article .content-read-more span {
  float: left;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
}

.post-category-article .content-read-more a{
  float: right;
}

