/* Category Posts Grid Widget */
[id^="widget-category-posts-grid"] .category-posts-grid-row {
	margin-right: -2em;
}
[id^="widget-category-posts-grid"] .category-posts-grid-row .big-post,
[id^="widget-category-posts-grid"] .category-posts-grid-row .small-post-wrap {
	float: left;
	width: 50%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[id^="widget-category-posts-grid"] .category-posts-grid-row .small-post-wrap {
	padding-right: 2em;
}
