.penci-owl-featured-area.style-16 {

	.penci-item-mag {
		width: 25%;
		float: left;
		border-left: 2px solid transparent;
		border-right: 2px solid transparent;

		&:not( .penci-item-1 ) {
			h3 {
				@include font-size(1.8);
				margin-top: 0;
				margin-bottom: 0;
			}

			.penci_post-meta {
				margin-top: 6px;
			}

			.penci-slider__text {
				padding: 15px 15px 10px;
			}

		}
	}

	.penci-item-1,
	.penci-item-2,
	.penci-item-3 {
		border-bottom: 4px solid transparent;
	}

	.penci-item-1 {
		width: 75%;

		.penci-image-holder:before {
			padding-top: 44.424%;
		}
	}
}

@media screen and ( max-width: 1200px ) {
	.penci-owl-featured-area.style-16 {

		.penci-slider__cat,
		.penci-post-countview,
		.penci-slider__comments {
			display: none;
		}

		.penci-item-mag:not( .item__big-thumb ) h3 {
			@include font-size(1.8);
		}
	}
}

@media screen and ( max-width: 1080px ) and ( min-width: 961px ) {
	.penci-owl-featured-area.style-16 {

		.penci-item-mag:not( .item__big-thumb ) {
			h3 {
				font-size: 16px;
			}

			.penci_post-meta {
				display:  none;
			}
		}
	}
}


@media screen and (max-width: 1200px )  and (min-width: 961px) {
	.penci-container-width-1400.penci-vc_sidebar-left,
	.penci-container-width-1400.penci-vc_sidebar-right {
		.penci-owl-featured-area.style-16 {
			.icon-post-format,
			.penci-slider__cat,
			.penci_post-meta {
				display:  none;
			}

			.penci_slider__title a{
				font-size: 14px;
			}

			.item__big-thumb .penci_slider__title a{
				font-size:  20px;
			}

			.penci-item-mag:not(.penci-item-1) .penci-slider__text {
				padding: 5px 10px;
			}
		}
	}
}

@media screen and ( max-width: 960px ) {
	.penci-owl-featured-area.style-16 {
		.penci_slider__title {
			font-size: 18px;
		}

		.item__big-thumb .penci_slider__title {
			font-size:  24px;
		}

		.penci_slider__title,
		.penci_post-meta {
			text-align: center;
		}

		.penci-item-mag {
			width: 50%;
		}

		.penci-item-1 {
			width: 100%;

			.penci-image-holder:before {
				padding-top: 50%;
			}
		}

		.penci-item-6,
		.penci-item-7 {
			border-top: 4px solid transparent;
		}

		.penci-slider__cat {
			display: none;
		}
	}
}

@media screen and (max-width: 768px) {
	.penci-owl-featured-area.style-16 {

		.penci_slider__title {
			font-size: 16px;
			text-align: center;
		}

		.penci_post-meta {
			text-align: center;
		}

		.item__big-thumb .penci_slider__title{
			font-size: 22px ;
		}

		.penci-featured-content .penci-slider__text {
			padding: 0 15px 10px;
		}
	}
}


@media screen and (max-width: 480px) {
	.penci-owl-featured-area.style-16 {

		.penci-item-mag:not( .item__big-thumb ) .penci_slider__title {
			font-size: 14px;
		}

		.item__big-thumb .penci_slider__title {
			font-size: 18px;
		}

		.penci_slider__title {
			text-align: center;
		}
	}
}
