/* Post Sliders
------------------------------------------------------------ */

.mtphr-post-slider {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 30px;
}
.mtphr-post-slider-title {
	float: left;
}
.mtphr-post-slider-navigation {
	float: right;
}
.mtphr-post-slider .mtphr-post-slider-prev {
	margin-right: 10px;
}
.mtphr-post-slider-block {
	float: left;
	width: 220px;
	margin-right: 19px;
	margin-bottom: 30px;
}
.mtphr-post-slider-block .entry-featured {
  margin-bottom: 20px;
}
body .mtphr-post-slider-block .entry-title,
body .mtphr-post-slider-block .entry-title a {
  font-size: 18px;
  line-height: 20px;
}


/* Clearfix
------------------------------------------------------------ */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}