.pro-display-posts {
	margin-bottom: 50px;
}
.pro-display-posts:empty {
	display: none;
}
.post-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	max-width:100%;
}
.post-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-more {
	font-size: 12px;
	display: block;
}
.comments-link {
	font-size: 12px;
	display:block;
	float: none;
	margin-top: 0;
	font-weight: normal;
}

.post-item header .post-title {
	margin-bottom:0px;
	font-size: 25px;
}
.column-2 .post-item header .post-title {
	font-size: 20px;
}
.column-3 .post-item header .post-title {
	font-size: 17px;
}
.pro-display-posts.columns .post-item {
	padding-bottom: 0;
	margin-bottom:0;
}
.pdp-row-separator {
	clear:both;
	display: block;
	margin-bottom:60px;
}
.pro-display-posts.columns .pdp-row-separator.last {
	display: none;
}
.pro-display-posts.columns .post-item {
	float:left;
}
.post-item .entry-content {
	margin-top: 15px;
}
.post-item .entry-meta {
	font-size: 11px;
}

.post-image .aligncenter {
	margin-bottom: 20px;
}
.widget .pdp_list {
	padding-left: 0;
}
.posted-on {
	display:block;
	line-height: 1.2em;
	margin-top: 5px;
}
.entry-meta {
	margin-top:2px;
}
.pro-display-posts.column-2 .post-item {
	width:50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}
.pro-display-posts.column-2 .post-item.even {
	padding-right: 25px;
}
.pro-display-posts.column-2 .post-item.odd {
	padding-left: 25px;
}

.pro-display-posts.column-3 .post-item {
	width:33.3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.pro-display-posts.column-3,
.pro-display-posts.column-4 {
	margin-left: -20px;
	margin-right: -20px;
}
.pro-display-posts.column-4 .post-item {
	width:25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.icons:before {
	content: "";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-right: 2px;
	color:#555;
	width: 13px;
}
.posted-on.icons:before {
	content: "\f017";
}
.author.icons:before {
	content: "\f007";
}
.cat-links.icons:before {
	content: "\f07b";
}
.tags-links.icons:before {
	content: "\f02c";
}
.comments-link.icons:before {
	content: "\f075";
}
.edit-link.icons:before {
	content: "\f14b";
}
.post-more.icons:before {
	content:"\f067";
}

.widget .post-item header .post-title {
	font-size: 20px;
}

.widget .pro-display-posts {
	margin-bottom: 0;
}

.widget .posted-on,
.widget .post-more {
	line-height: 1.5em;
}

@media only screen and (max-width : 650px) {
	.pro-display-posts .post-item {
		width:100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom:30px;
		padding-bottom:30px;
		float: none;
	}
	.pro-display-posts.column-2 .post-item {
		width:100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom:30px;
		padding-bottom:30px;
		float: none;
	}
	.pro-display-posts.column-3 .post-item {
		width:100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom:30px;
		padding-bottom:30px;
		float: none;
	}
}