.tm-blog {
	margin-bottom: 0;
	.tm-grid {
		@extend %clearfix;
	}
	.post-item {
		word-wrap: break-word;
		box-sizing: border-box;
	}
	.post-date, .post-categories, .comment-number {
		display: inline-block;
		font-size: 14px;
		color: #c0c3c9;
		margin-right: 10px;
		i {
			font-size: 10px;
			margin-right: 4px;
		}
		a {
			color: #c0c3c9;
			&:hover {
				color: $secondary-color;
			}
		}
	}
	.comment-number {
		margin-right: 0;
	}
	.tm-button {
		font-size: 14px;
		font-weight: 700;
		i {
			font-size: 10px;
			margin-left: 5px;
			@include transit;
		}
		&:hover {
			i {
				margin-left: 10px;
			}
		}
	}
	&.style-1 {
		@extend %clearfix;
		.post-item {
			margin-bottom: 30px;
			padding: 30px;
			border: 1px solid #eee;
			background: #fff;
		}
		.post-meta {
			padding-bottom: 15px;
			border-bottom: 1px solid #eee;
			margin-bottom: 15px;
		}
		.post-thumbnail {
			position: relative;
			text-align: center;
			margin-bottom: 20px;
		}
		.post-title {
			line-height: 1.2;
			a {
				color: inherit;
				font-size: 24px;
			}
		}
		.post-excerpt {
			p {
				margin-bottom: 10px;
			}
		}
	}
	&.style-2 {
		@extend %clearfix;
		.post-item {
			margin-bottom: 30px;
			border: 1px solid #eee;
			background: #fff;
			&.has-post-thumbnail {
				.post-info {
					@include media-breakpoint-up(lg) {
						padding: 20px 30px 20px 0;
					}
				}
			}
		}
		.post-info {
			padding: 30px;
		}
		.post-meta {
			padding-bottom: 15px;
			margin-bottom: 15px;
			border-bottom: 1px solid #eee;
		}
		.post-thumbnail {
			position: relative;
			text-align: center;

		}
		.post-title {
			line-height: 1.2;
			font-size: 18px;
			margin-bottom: 5px;
			a {
				color: inherit;
				font-size: 18px;
				line-height: 1.2;
			}
		}
		.post-excerpt p {
			margin-bottom: 10px;
		}
	}

	&.style-3, &.style-4 {
		.post-item {
			margin-bottom: 30px;
			border: 1px solid #eee;
			background-color: #fff;
		}
		.post-info {
			padding: 20px;
		}
		.post-title {
			font-size: 18px;
			a {
				color: inherit;
			}
		}
		.post-meta {
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid #eee;
		}
		.post-excerpt p {
			margin-bottom: 10px;
		}
	}

	&.style-4 {
		.post-item {
			display: block;
			margin-bottom: 0;
		}
	}

	&.style-5 {
		.post-item {
			margin-bottom: 30px;
			background: $primary-color;
			&:hover {
				.inner:before {
					opacity: 0.95;
				}
				.post-info-top,
				.post-info-bottom {
					transform: translate(0, 0);
					opacity: 1;
				}
			}
		}
		.inner {
			position: relative;
			&:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				background: $primary-color;
				opacity: 0;
				@include transit3;
			}
		}
		.post-info {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			padding: 30px;
		}
		.post-info-top {
			transform: translate(0, -50%);
			opacity: 0;
			@include transit3;
		}
		.post-info-bottom {
			transform: translate(0, 50%);
			opacity: 0;
			@include transit3;
		}
		.post-meta {
			margin-bottom: 11px;
		}
		.post-title {
			font-size: 18px;
			color: $secondary-color;
			a {
				color: inherit;
			}
		}
		.tm-button {
			color: #fff;
		}
	}
	&.style-6 {
		.tm-grid {
			.grid-item {
				border-top: 1px solid #eee;
				&:last-child {
					border-bottom: 1px solid #eee;
				}
			}
		}
		.grid-item {
			.inner {
				display: flex;
				align-items: center;
				padding: 16px 0;

			}
			.item-left {
				width: 100px;
				min-width: 100px;
				margin-right: 20px;
			}
			.post-title {
				font-size: 18px;
				margin-bottom: 10px;
				a {
					color: inherit;
					&:hover {
						color: $secondary-color;
					}
				}
			}
		}
	}
	&.skin-dark {
		&.style-6 {
			.post-title {
				color: #fff;
			}
			.tm-grid .grid-item {
				border-top: 1px solid rgba(255, 255, 255, 0.1ß);
				&:last-child {
					border-bottom: 1px solid rgba(255, 255, 255, 0.1);
				}
			}
		}
	}
}
