/*Entry page template CSS*/
.page-template-tm-entry-php {
	background-color: #fff;
}
.page-template-tm-entry-php #content {
	width: 100%;
	float: none;
}
.page-template-tm-entry-php .category .category-post {
	width: 300px;
   margin-right: 35px;
   padding: 0;
   margin-bottom: 20px;
   float: left;
}
.page-template-tm-entry-php .category .category-post:last-child {
	margin-right: 0 !important;
}
.page-template-tm-entry-php .category-post .title {
	font-weight: 300 !important;
	font-size: 20px;
	color: #808080;
}
.page-template-tm-entry-php .category-post .title h1 {
	font-weight: 300 !important;
	font-size: 40px;
	color: #4d4d4d;
}
.page-template-tm-entry-php .category-post .post-image {
	border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
   padding: 50px 0;
   margin-bottom: 15px;
   margin-top: 8px;
}
.page-template-tm-entry-php .category-post .post-image img {
	width: 300px;
	height: 210px;
	margin: 0;
}
.page-template-tm-entry-php .post-detail .the-excerpt a {
	display: none;
}
.page-template-tm-entry-php .post-detail .the-excerpt p {
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 80px;
}
.page-template-tm-entry-php .how-to-enter {
	text-align: center;
   margin-top: 45px;
}
.page-template-tm-entry-php .how-to-enter a {
	border-radius: 10px;
	background-color: #fff;
	color: #4d4d4d;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 700;
	padding: 11px 33px;
}
.page-template-tm-entry-php .how-to-enter a:hover {
	background-color: #E6EAEC;
}