.penci-block_14 {

	.penci-block_content__items {
		margin-left: -10px;
		margin-right: -10px;
	}

	.penci_post_thumb:hover .penci-image-holder:after {
		opacity: 0.3;
	}

	.penci-post-item {
		width: 25%;
		margin-top: 20px;
		margin-bottom: 0;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
    
		&:nth-child( 4n +1 ) {
			clear: both;
		}

		&:nth-child( 1 ),
		&:nth-child( 2 ),
		&:nth-child( 3 ),
		&:nth-child( 4 ) {
			margin-top: 0;
		}
	}

	.penci__post-title {
		@include font-size(1.8);
		font-weight: 600;
		line-height: 1.3;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.penci_post-meta {
		margin-top: 3px;
	}

	.penci-post-excerpt {
		@include font-size(1.4);
		line-height: 1.71;
		margin-bottom: 3px;
		margin-top: 8px;

		.penci-pmore-link {
			display: none;
		}
	}
}

.penci-container-width-1080 .penci-content-main.penci-col-6 .penci-block_14, 
.penci-container-width-1400 .penci-content-main.penci-col-4 .penci-block_14 {
	.penci-post-item {
			width: 50%;

			&:nth-child( 4n +1 ) {
				clear: none;
			}

			&:nth-child( 2n +1 ) {
				clear: both;
			}

			&:nth-child( 3 ),
			&:nth-child( 4 ) {
				margin-top: 20px;
			}
		}
}

.penci-container-width-1080 .penci-content-main.penci-col-4,
.wpb_wrapper > .penci-block_14.penci-vc-column-1,
.widget-area {
	.penci-block_14 {
		.penci-post-item {
			width: 100%;

			&:nth-child( 4n +1 ) {
				clear: none;
			}

			&:nth-child( 2n +1 ) {
				clear: both;
			}

			&:nth-child( 2 ),
			&:nth-child( 3 ),
			&:nth-child( 4 ) {
				margin-top: 20px;
			}
		}
	}
}

@media screen and ( min-width: 768px ) {
	.penci-container-width-1400 .penci-content-main.penci-col-6 .penci-block_14 .penci-post-item{
		width: 50%;

		&:nth-child(3),
		&:nth-child(4) {
			margin-top: 30px;
		}

		&:nth-child(4n +1) {
			clear: none;
		}

		&:nth-child(2n +1) {
			clear: both;
		}
	}
}

@media screen and ( max-width: 780px ) {
	.penci-block_14 {

		.penci__post-title {
			@include font-size( 1.8 );
		}

		.penci-post-item {
			width: 50%;

			&:nth-child( 4n +1 ) {
				clear: none;
			}

			&:nth-child( 2n +1 ) {
				clear: both;
			}

			&:nth-child(3),
			&:nth-child(4) {
				margin-top: 30px;
			}
		}
	}
}

@media screen and ( max-width: 480px ) {
	.penci-block_14 {
		.penci-post-item {
			width: 100%;

			&:nth-child( 2 ),
			&:nth-child( 3 ),
			&:nth-child( 4 ) {
				margin-top: 20px;
			}
		}

		.penci__post-title {
			@include font-size( 1.6 );
		}
	}
}