.rounded.post-grid-container {
	text-align: center;
}
.rounded.post-grid-container .grid-single {
	margin: 40px 15px; padding: 0px; text-align: center; vertical-align: top; display: inline-block; position: relative; max-width: 250px;
}
.rounded.post-grid-container .thumb {
	border-radius: 50%; overflow: hidden; margin-bottom: 25px; position: relative; box-shadow: 0px 0px 3px 0px rgb(153,153,153);
}
.rounded.post-grid-container .thumb img {
	border-radius: 0px; border: currentColor; height: 100%; box-shadow: none;
}
.rounded.post-grid-container .title {
	padding: 15px 0px; text-align: left; font-size: 15px; font-weight: bold;
}
.rounded.post-grid-container .content {
	text-align: left; line-height: inherit; font-size: 13px;
}
.rounded.post-grid-container .content .read-more {
	text-decoration: none;
}
