/**** POST LIST STYLE ADD HERE ****/
.ze-vc-post-title
{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.ze-post-list-grid .item-col-no-1
{
	clear:both;
}
.post-featured-image img
{
	max-width: 100%;
	height: auto;
}
.post-content img
{
	max-width: 100%;
	height: auto;
}

.ze-post-list-item {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  margin-bottom: 20px;
}

.ze-post-list-item .post-title,
.ze-post-list-item .post-content {
  margin: 10px 20px;
}

.ze-post-list-item .post-title h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #424242;
}

.ze-post-list-item .post-title h2:hover {
  color: rgba(184, 30, 32, 0.8);
}

.ze-vc-post-meta {
  margin: 10px 20px 20px;
}

.ze-vc-post-avatar {
  display: inline;
  margin-right: 12px;
}

.ze-vc-post-avatar a {
  display: inline-block;
}

.ze-vc-post-avatar img {
  border-radius: 50%;
}

.ze-vc-post-author {
  display: inline;
  font-family: 'oswald';
}

.ze-vc-post-author a {
  display: inline-block;
  color: #424242;
}

.ze-vc-post-author a:hover {
  color: rgba(184, 30, 32, 0.8);
}

.sc-grid-sizer {
  width: 47%;
}

.sc-gutter-sizer {
  width: 1.5%;
}

.widget .recent-news-list a.widget_post-title {
  display: block;
}

.widget.widget_tag_cloud {
  background: #fff;
}
