/*  < mcTestimonials >  */
.article .mc_testimonial {
	text-align: center;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.article .mc_testimonial .block_cont {
	margin: 0 0 10px;
	padding: 10px 10px 10px;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(43,43,43,0.2);
	-moz-box-shadow: 0px 0px 9px 0px rgba(43,43,43,0.2);
	box-shadow: 0px 0px 9px 0px rgba(43,43,43,0.2);
}
.article .mc_testimonial .block_wrap h2 { font-size: 18px; }
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #3f3f3f;
	font-size: 16px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial .mc_testimonial_attribution {
	color: #3b4b27;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}
@media screen and (min-width: 800px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 15px 30px 15px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 20px 40px 20px;
	}
	.article .mc_testimonial .block_wrap h2 { font-size: 20px; }
	
	
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 32px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 46px 50px 34px;
	}
	
}
/*  </ mcTestimonials >  */