/*
Name: From the Blog
Description: Latest Blog Posts — the number of which is determined by your Reading settings.
*/

.builder-module-content .it-from-blog-extension {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}
.builder-module-content .it-from-blog-extension:nth-child(3n) {
	margin-right: 0;
}
.builder-module-content .it-from-blog-extension:nth-child(3n+1) {
	clear: both;
}
.builder-module-content .it-from-blog-extension .it-featured-image img {
	margin: 0;
}
.it-from-blog-extension .entry-title {
	font-size: 20px;
}
.builder-module-content .it-from-blog-extension:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.it-from-blog-extension.format-image {
	text-align: left;
}