/*press*/

.post-type-archive-press .textwidget .ip-banner {

	/*display: block;*/

}

.ip-press-v2 {

	padding: 109px 5% 0;

	position: relative;

	z-index: 1;

}

	.ip-press-v2 .section-title-v2 {

		padding: 0 2.7%;

		margin-bottom: 63px;

	}

	.ip-press-v2:before {

		content: '';

		position: absolute;

		top: 0;

		left: 0;

		width: 59.438%;

		/*height: 661px;*/

		height: 41.313vw;

		background: #f7f7f7;

		box-shadow: 13px 22px 50px 0px rgba(0, 0, 0, 0.1);

		z-index: -1;

	}

	.ip-press-v2:after {

		content: '';

		position: absolute;

		top: 100px;

		right: 0;

		/*height: 490px;*/

		height: 30.625vw;

		width: 51.875%;

		z-index: -1;

		background: #000;

	}

.itp-v2-item {

	width: 33.33%;

	display: inline-block;

	vertical-align: top;

	margin-bottom: 89px;

}

	.itp-v2-img {

		position: relative;

		overflow: hidden;

		margin-bottom: 28px;

	}

		.itp-v2-img canvas {

			display: block;

			width: 100%;

			background-color: #000;

		}

		.itp-v2-img img {

			position: absolute;

			top: 0;

			left: 0;

			width: 100%;

			height: 100%;

			object-fit: cover;

			transition: all .3s ease;

		}

		.itp-v2-img img[src*="site-logo"] {

		    object-fit: contain;

		    height: auto;

		    top: 0;

		    bottom: 0;

		    margin: auto;

		    width: 60%;

		    left: 0;

		    right: 0;

		}

		.itp-v2-item:hover .itp-v2-img img {

			-webkit-filter: grayscale(1);

			filter: grayscale(1);

			transform: scale(1.1);

		}

	.itp-v2-details {

	    padding: 0 20px;

	}

		a.itp-v2-logo {

			display: inline-block;

			min-height: 31px;

			align-items: center;

			justify-content: center;

			margin-bottom: 13px;

			background: transparent;

		}

			.itp-v2-logo img {

				display: block;

				width: auto;

				height: auto;

				max-width: 100%;

				max-height: 31px;

				-webkit-filter: invert(1);

				filter: invert(1);

			}

		#content .itp-v2-item p {

			font-weight: 400;

			font-size: 17px;

			line-height: 26px;

			color: #333333;

			margin: 0 0 21px;

		}

		.itp-v2-item a.site-btn-v2 {



		}



.ip-press-v2-view-more {

    padding: 26px 0 50px;

}

    .ip-press-v2-view-more > a {

        margin: 0 10px;

    }



@media only screen and (max-width: 991px) {

	.ip-press-v2 {

	    padding: 70px 5% 0;

	}

		.ip-press-v2:after {

			display: none;

		}

		.ip-press-v2:before {

		    z-index: 1;

		    width: 78.15%;

		    z-index: 1;

		    height: 250px;

		    display: none;

		}

		.ip-press-v2 .section-title-v2 {

		    z-index: 1;

		    position: relative;

		    padding: 0;

		    margin-bottom: 40px;

		}

		.itp-v2-item {

		    width: 50%;

		    margin-bottom: 50px;

		}

			.itp-v2-details {

				padding: 0 15px 0 0;

			}

}

@media only screen and (max-width: 767px) {

	.itp-v2-item {

	    width: 100%;

	}

		.itp-v2-details {

			padding: 0;

		}

	.ip-press-v2-view-more > a {

		margin: 10px;

	}

}

@media only screen and (max-width: 480px) {

	.ip-press-v2:before {

		height: 210px;

	}

}