/*
 * Template Name: Press
 */

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

#press-ip{}

.press-container{
	width: 1294px;
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.press-wrap{}
.press-title{
	position: relative;
}
.press-list{
	margin: 31px 0 0;
}
.press-single{
	width: 417px;
}
.press-single a{
	display: block;
	position: relative;
	background: #000;
	text-align: center;
	overflow: hidden;
}
.press-single a .press-single_img{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.press-single a:hover .press-single_img{
	opacity: 0.3;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.press-single a .press-single_det{
	position: relative;
	z-index: 1;
	color: #fff;
	min-height: 562px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
}
.press-single a .press-single_title{
	font-size: 40px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
.press-single a .press-single_subtitle{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 8px 0 0;
}
.press-single a .press-single_rm{
	margin: 30px 0 12px;
}
.press-single a .press-single_rm span {
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 15px;
}
.press-single a .press-single_date {
    font-size: 14px;
}

.press-bottom{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 60px 0 0;
	padding: 0 0 100px;
}
.press-bottom a{
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.press-arrow{}
.press-arrow a{
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 9px 10px;
	text-transform: uppercase;
}
.press-arrow a:hover{
	background: #000;
	color: #fff;
}

span.page-numbers.current {
    background: #000;
    pointer-events: none;
    color: #fff;
    display: inline-block;
    padding: 11px 10px;
    min-width: 42px;
    text-align: center;
}

a.page-numbers {
    display: inline-block;
    padding: 9px 10px;
    min-width: 42px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    
}

.press-pagination{
	margin: 0 17px;
}
.press-pagination ul{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
}
.press-pagination ul li{
	margin-left: 13px;
}
.press-pagination ul li:first-child{
	margin-left: 0;
}

.press-pagination ul li a {
    display: inline-block;
    padding: 9px 10px;
    min-width: 42px;
    text-align: center;
}
.press-pagination ul li a.current{
	background: #000;
	pointer-events: none;
	color: #fff;
}
.press-pagination ul li a:hover{
	background: #000;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.press-title{
		display: flex;
/*		flex-flow: row wrap;*/
		align-items: center;
		justify-content: center;
	}
	.press-title:after{
		content: '';
		display: block;
		width: 100%;
		height: 3px;
		left: auto;
		right: 0;
		background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(21, 57, 33, 1) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#153921', GradientType=1);
	}
	.press-title .section-title{}
	.press-title .section-title h2{}

	.press-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.press-single{
		margin-left: min(1.662vw,22px);
		width: calc(100% / 3 - 15px);
	}
	.press-single:nth-child(3n + 1){
		margin-left: 0px;
	}
	.press-single:nth-child(n + 4){
		margin-top: min(1.662vw,22px);
	}
	.press-single a .press-single_det{
		min-height: min(42.447vw,562px);
	}
	.press-single a .press-single_title{
		font-size: min(3.021vw,40px);
	}
	.press-single a .press-single_subtitle{
		font-size: min(1.511vw,20px);
		margin: min(0.604vw,8px) 0 0;
	}
	.press-single a .press-single_rm{
		margin: min(2.266vw,30px) 0 min(0.906vw,12px);
	}
	.press-single a .press-single_rm span {
	    padding: min(1.133vw,15px);
	    font-size: min(1.133vw,16px);
	}
	.press-single a .press-single_date {
	    font-size: min(1.057vw,14px);
	}
}

@media only screen and (max-width: 991px) {
	.press-single {
	    max-width: 100%;
	    margin: 25px auto 0;
	}
	.press-single:first-child {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {
	.press-bottom > div{
		order: 1;
		margin: 0 0 30px;
		width: 100%;
	}
	.press-bottom > div:first-child{
		order: 2;
		margin: 0 0 0;
		width: auto;
	}
	.press-bottom > div:last-child{
		order: 3;
		margin: 0 0 0 30px;
		width: auto;
	}
	.press-arrow a {
	    border: 2px solid #000;
	}
}
@media only screen and (max-width: 480px) {}