.penci-block_33 {

	.penci-block_content__items {
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
		clear: both;
		margin-top: 0;

		&.penci-animated_ajax {
			margin-top: 0;
		}

		&:first-child{
			.block33_small_item {
				&:nth-child( 2n + 2 ) {
					clear: both;
				}

				&:nth-child( 2n + 1 ) {
					clear: none;
				}
			}
		}
	}

	.penci-block_content__item{
		overflow: hidden;

		margin-top: 20px;

		&:not( .turn_on_loop_item ):first-child {
			margin-top: 0;
		}

		.block33_small_item {
			&:nth-child( 2n + 2 ) {
				clear: both;
			}

			&:nth-child( 2n + 1 ) {
				clear: none;
			}
		}
	}

	.block33_big_item {
		overflow: hidden;
		clear: both;
		padding-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 0;
		display: flex !important;

		.penci_post_thumb {
			width: 66.6666667%;

			&:before {
				content: none;
			}

			.penci-image-holder {
				width: 100%;
			}
		}

		.penci__post-title {
			font-size: 24px;
			line-height: 1.25;
			color: $color__dark;
			margin-bottom: 0;
		}

		.penci-post-excerpt {
			margin-top: 15px;
		}

		.penci_post-meta {
			margin-top: 13px;
			border-left: 1px solid $color__border;
			padding-left: 10px;

			&.penci-hide-border {
				border-left: 0;
				padding-left: 0;
			}

			.penci-byline {
				display: block;
				width: 100%;
				position: relative;
			}

			.penci-posted-on,
			.penci-comment-count,
			.penci-post-countview {
				position: relative;
				bottom: -3px;
				padding-left: 0;
			}

			.penci-posted-on,
			.penci-comment-count{
				padding-right: 10px;
			}

			.author a {
				font-weight: 700;
			}

		}
	}

	.block33_small_item {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		margin-top: 20px;
		margin-bottom:0;

		&:nth-child( 2n + 1 ) {
			clear: both;
		}

		.penci__post-title {
			@include font-size(2);
			font-weight: 600;
			line-height: 1.2;
			margin-top: 10px;
			margin-bottom: 0;
		}

		.penci_post-meta {
			margin-top: 5px;
		}

		.penci-post-excerpt {
			@include font-size(1.4);
			line-height: 1.71;
			color: $color__text-main;
			margin-top: 9px;

			.penci-pmore-link {
				display: none;
			}
		}
	}

	.penci-post-cat + .penci-piechart {
		top: 40px;
	}
}

.penci-container-width-1400 .penci-content-main.penci-col-4 .penci-block_33 {
	.block33_big_item {
		.penci__post-title {
			font-size: 18px !important;
		}
	}
}


.penci-container-width-1080 .penci-content-main.penci-col-4 .penci-block_33,
.wpb_wrapper > .penci-block_33.penci-vc-column-1,
.widget-area .penci-block_33 {
	.block33_big_item {
		display: block !important;

		.penci_post_thumb,
		.penci_post_content {
			width: 100%;
		}

		.penci__post-title {
			margin-top: 10px;
		}
	}

	.block33_small_item {
		width: 100%;
	}

	.block33_big_item .penci__post-title,
	.block33_small_item .penci__post-title {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 650px) {
	.penci-block_33{
		.block33_big_item {
			display: none !important;
		}

		.block33_small_item {
			width: 100%;
		}

		.block33_big_item .penci__post-title,
		.block33_small_item .penci__post-title {
			font-size: 18px !important;
		}
	}
}
