/* Table of Contents

* General
* Navigation Icons
* Single
* Archive
* Post & Slider Blocks
* Project Navigation

*/




/* General
------------------------------------------------------------ */

.mtphr-hover-anim {
	position: relative;
}
.mtphr-hover-anim > .mtphr-hover-anim-target {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.mtphr-hover-anim:hover > .mtphr-hover-anim-target {
	filter: alpha(opacity=100);
	opacity: 1;
}
.clear {
	clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.type-mtphr_projects .mtphr-archive-thumbnail-link img,
.type-mtphr_projects .featured-image-container img {
	max-width: 100%;
}
.type-mtphr_projects .entry-content {
	width: auto;
	margin: 0;
}

/* Navigation Icons
------------------------------------------------------------ */
#mtphr-nav-columns {
	float: right;
}
#mtphr-nav-columns a {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url(images/icons-layout.png) no-repeat;
	margin-right: 10px;
}
#mtphr-nav-columns a span {
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(images/icons-layout.png) no-repeat;
}
#mtphr-nav-columns a.mtphr-columns-one-col {
	background-position: 0 0;
}
#mtphr-nav-columns a.mtphr-columns-one-col span {
	background-position: 0 -41px;
}
#mtphr-nav-columns a.mtphr-columns-two-col {
	background-position: -41px 0;
}
#mtphr-nav-columns a.mtphr-columns-two-col span {
	background-position: -41px -41px;
}
#mtphr-nav-columns a.mtphr-columns-three-col {
	background-position: -82px 0;
}
#mtphr-nav-columns a.mtphr-columns-three-col span {
	background-position: -82px -41px;
}
#mtphr-nav-columns a.mtphr-columns-four-col {
	background-position: -123px 0;
	margin-right: 0;
}
#mtphr-nav-columns a.mtphr-columns-four-col span {
	background-position: -123px -41px;
}

/* Single
------------------------------------------------------------ */

.single-mtphr_projects .page-title {
	float: left;
}
.single-mtphr_projects .entry-header {
	float: left;
	margin-bottom: 30px;
}
.single-mtphr_projects .entry-title {
	margin-bottom: 0;
}

/* Archive
------------------------------------------------------------ */

.page-template-pgtemp-mtphr_projects-php .page-title {
	float: left;
}
.page-template-pgtemp-mtphr_projects-php .entry-title {
	float: left;
	margin-bottom: 0;
}
.page-template-pgtemp-mtphr_projects-php .type-mtphr_projects {
	margin-bottom: 40px;
}
.type-mtphr_projects .mtphr-archive-thumbnail-link {
	margin-bottom: 20px;
}
.type-mtphr_projects .mtphr-archive-entry-title {
	clear: both;
}
.type-mtphr_projects .mtphr-archive-entry-title,
.type-mtphr_projects .mtphr-archive-entry-title a {
	font-size: 18px;
	line-height: 18px;
}
.type-mtphr_projects .mtphr-archive-item-excerpt {
	margin-bottom: 0;
}
.mtphr-projects-thumb {
	width: 100%;
	height: 56.25%;
	background-position: center center;
	background-size: auto 100%;
}

/* Post & Slider Blocks
------------------------------------------------------------ */

.mtphr-post-block-mtphr_projects,
.mtphr-slider-block-mtphr_projects {
	margin-bottom: 30px;
}

/* Project Navigation
------------------------------------------------------------ */

.mtphr-project-slider.mtphr-buttons-enabled .mtphr-slider-container {
	margin-bottom: 20px;
}
.single-mtphr_projects .mtphr-slider-buttons a {
	display: block;
	float: left;
	width: 29px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	border: 1px solid;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 3px;
}
.single-mtphr_projects .mtphr-slider-buttons a:last-child {
	margin-right: 0;
}

