.penci-block_6 {
	.penci__post-title {
		@include font-size(1.4);
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
	}

	.penci-image-holder {
		width: 108px;
	}

	.penci_media_object .penci_mobj__img {
		margin-right: 15px;
	}

	.penci_media_object.penci_mobj-image-right .penci_mobj__img {
		margin-right: 0;
		margin-left: 15px;
	}


	.penci_post-meta {
		margin-top: 6px;
	}

	.penci-post-item {
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
		border-bottom: 1px solid $color__border;
		.site-footer & {
			border-color: $color__text-input;
		}

		&:last-of-type {
			border-bottom: 0;
			margin-bottom: 0;

			.penci_media_object {
				margin-bottom: 0;
			}
		}
	}

	.penci-more-post {
		display: block;
		width: 100%;
		margin: 30px 0 0;
		line-height: 28px;
		@include font-size( 1.3 );
		padding-bottom: 1px;
	}

	&.penci-block-load_more .penci-block_content__items:not( .penci-block-items__1 ),
	&.penci-block-infinite .penci-block_content__items:not( .penci-block-items__1 ) {
		.penci-post-item:first-child {
			border-top: 1px solid $color__border;
			padding-top: 20px;
		}
	}

}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.penci-block_6 {

		.penci-image-holder {
			width: 95px;
		}

		.penci_media_object .penci_mobj__img {
			margin-right: 10px;
		}

		.penci_media_object.penci_mobj-image-right .penci_mobj__img {
			margin-right: 0;
			margin-left: 10px;
		}
	}
}

@media screen and ( min-width: 480px ) {
	.penci-block_6.penci-vc-column-2 {
		.penci-post-item {
			width: 48.615%;
			float: left;
			margin-right: 2.77%;

			&:nth-child( 2n ) {
				clear: inherit;
			}
			&:nth-child( 2n + 2 ) {
				margin-right: 0;
			}

			&:nth-last-child(2) {
				border-bottom: 0;
				margin-bottom: 0;

				.penci_media_object {
					margin-bottom: 0;
				}
			}
		}
	}

	.penci-block_6.penci-vc-column-3 {
		.penci-post-item {
			width: 32.3533%;
			float: left;
			margin-right: 1.47005%;

			&:nth-child( 3n + 2 ) ,
			&:nth-child( 3n ) {
				clear: inherit;
			}

			&:nth-child( 3n + 3 ) {
				margin-right: 0;
			}

			&:nth-last-child(3),
			&:nth-last-child(2) {
				border-bottom: 0;
				margin-bottom: 0;

				.penci_media_object {
					margin-bottom: 0;
				}
			}
		}
	}

	.penci-container-width-1080 .penci-block_6.penci-vc-column-3 {
		.penci-post-item {
			width: 32.0513%;
			float: left;
			margin-right: 1.92305%;

			&:nth-child( 3n + 2 ) ,
			&:nth-child( 3n ) {
				clear: inherit;
			}

			&:nth-child( 3n + 3 ) {
				margin-right: 0;
			}
		}
	}
}

@media screen and ( max-width: 480px ) {
	.penci-block_6 {

		.penci-image-holder {
			width: 95px;
		}

		.penci-comment-count {
			display: none;
		}

		.penci_media_object .penci_mobj__img {
			margin-right: 10px;
		}

		.penci_media_object.penci_mobj-image-right .penci_mobj__img {
			margin-right: 0;
			margin-left: 10px;
		}
	}
}