.cncrp-post {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 13px;
}

.cncrp-post--container {
	padding: 20px;
}

.cncrp-shortcode-container {
	margin-left: -13px;
	margin-right: -13px;
}
.cncrp-post img {
	width: 100%;
}

.cncrp-shortcode-container:after {
	content: '';
	display: block;
	clear: both;
}

.entry-content .cncrp-post a,
.entry-content .cncrp-post a:hover,
.entry-content .cncrp-post a img {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.cncrp-post--title {
	font-size: 1.2em;
}

.cncrp-post--content p {
	font-size: 0.8em;
}

.cncrp-post--inner {
	background: #ffeded;
}

.cncrp--main-title {
	text-align: center;
}


@media screen and (min-width: 700px) {
	.cncrp-post {
		float: left;
		width: 33.333333%;
		box-sizing: border-box;
		padding: 10px 13px;
	}

	.cncrp-post--container {
		padding: 20px;
	}

	.cncrp-shortcode-container {
	}
}

