/*
Template Name: Palm Springs & Coachella
*/

.ip-banner{
	display: none;
}

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0;
}

#psc-wrap{}
.psc-banner{
	position: relative;
}
.psc-banner_vid{
	position: relative;
	z-index: 0;
}
.psc-banner_vid:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
}
.psc-banner_vid .aios-slider{
	z-index: 0;
}

.psc-banner_logo{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.psc-banner_logo-wrap {
    max-width: 588px;
    width: calc(100% - 40px);
}

.psc-banner_breadcrumbs{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	padding: 10px 15px;
}

.psc-intro{
	padding: 97px 0 91px;
	position: relative;
}
.psc-intro_bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: min(28.750vw, 460px);
	background-size: cover;
	background-position: center center;
}
.psc-intro_wrap{
	position: relative;
	z-index: 1;
	padding: 40px 15px;
}

.psc-intro_title{
	position: relative;
	z-index: 1;
}
.psc-intro_desc{
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	color: #5d5d5d;
	margin: 37px 0 0;
	position: relative;
	z-index: 1;
}
.psc-intro_button{
	margin: 24px 0 0;
	position: relative;
	z-index: 1;
}

.psc-intro_img{
	margin: 30px auto 0;
	max-width: 500px;
}
.psc-intro_img img{
	margin: 0 auto;
}
.psc-vid_title{}
.psc-vid_title h2{
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.psc-vid_desc{
	font-size: 15px;
	line-height: 2;
	margin: 20px 0 0;
}
.psc-vid_link{}
.psc-vid_link a{
	display: block;
	position: relative;
}
.psc-vid_link a .psc-vid_img{
	background: #000;
	position: relative;
	overflow: hidden;
}
.psc-vid_link a .psc-vid_img:before{
	content:'';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../images/palm-springs-coachella/psc-play.png) center center no-repeat;
	background-size: 10.881% auto;
}
.psc-vid_link a .psc-vid_img img{
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.75;
	aspect-ratio: 965/530;
	object-fit: cover;
	object-position: center;
	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;
}
.psc-vid_link a:hover .psc-vid_img img{
	transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
}
.psc-section-03{
	padding: 80px 15px;
}
.section-03_inner{}
.section-03_col{}
.section-03_img{}
.section-03_img a{
	display: block;
	position: relative;
	overflow: hidden;
}
.section-03_img a img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 500/400;
	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;
}
.section-03_img a:hover img{
	transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.section-03_desc{
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	color: #5d5d5d;
}

.psc-section-04{
	position: relative;
	padding: 60vh 0 0;
}
.section-04_bg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: min(6.25vw,100px);
	background-position: top center;
	background-size: cover;
}
.section-04_content {
    position: relative;
    z-index: 1;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    color: #5d5d5d;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1000px;
    padding: 30px 15px;
}

.psc-section-05{
	padding: 50px 0;
}
.section-05_inner{}
.section-05_col{}

.section-05_imgs{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}
.section-05_imgs > div{
	width: calc(50% - min(0.3125vw,5px));
}
.section-05_imgs > div:nth-child(even){
	margin-left: min(0.625vw,10px);
}
.section-05_imgs > div:nth-child(n + 3){
	margin-top: min(0.625vw,10px);
}
.section-05_imgs a{
	display: block;
	position: relative;
	overflow: hidden;
}
.section-05_imgs a img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 455/305;
	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;
}
.section-05_imgs a:hover img{
	transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
}

.section-05_desc{
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	color: #5d5d5d;
}

.section-06_inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 0 0 min(0.625vw,10px);
}
.section-06_col{
	margin-left: min(0.625vw,10px);
	width: calc((100% / 3) - min(0.438vw,7px));
}
.section-06_col:first-child{
	margin-left: 0;
}

.section-06_img a{
	display: block;
	position: relative;
	overflow: hidden;
}
.section-06_img a img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 526/434;
	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;
}
.section-06_img a:hover img{
	transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
}

@media only screen and (min-width: 992px) {
	.psc-banner_logo-wrap{
		max-width: min(36.75vw,588px);
	}
	.psc-intro{
		margin: min(6.6875vw,107px) 0 min(6vw,96px);
	}
	.psc-intro_wrap{
		max-width: min(52.5vw,840px);
		background: #fff;
		margin-left: auto;
		padding: min(4.5625vw,73px) min(3.8125vw,61px) min(2.4375vw,39px) min(4.0625vw,65px);
	}
	.psc-intro_wrap:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 0;
		top: max(-1.9375vw,-31px);
		left: 0;
		right: 0;
		bottom: max(-4.1875vw,-67px);
		background: url(../../images/palm-springs-coachella/psc-monogram.png) calc(100% - min(2.4375vw,39px)) center no-repeat;
		background-size: min(44.25vw,708px) auto;
		opacity: 0.1;
	}
	.psc-intro_desc{
		font-size: min(0.9375vw,15px);
		margin: min(2.3125vw,37px) 0 0;
	}
	.psc-intro_button{
		margin: min(1.5vw,24px) 0 0;
	}
	.psc-vid{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.psc-vid_col{
		width: 60.312%;
	}
	.psc-vid_col:first-child{
		width: 39.688%;
		padding: 0 0 0 6.75vw;
	}
	.psc-vid_title h2{
		font-size: min(4.375vw,70px);
	}
	.psc-vid_desc{
		font-size: min(1vw,15px);
		margin: min(1.25vw,20px) 0 0;
	}
	.psc-section-03{
		padding: 102px min(2.5vw,40px);
	}
	.section-03_inner{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	.section-03_col{
		margin-left: min(0.625vw,10px);
		width: calc((100% / 3) - min(0.438vw,7px));
	}
	.section-03_col:first-child{
		margin-left: 0;
	}
	.section-03_desc {
	    font-size: min(0.9375vw,15px);
	    padding: 0 min(0.9375vw,15px);
	}
	.psc-section-04{
		padding: 25vw 0 0;
	}
	.section-04_content {
	    padding: 50px 35px 0;
	}

	.psc-section-05{
		padding: min(6.0625vw,97px) 0;
	}
	.section-05_inner{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.section-05_inner:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		bottom: 0;
		width: 42.5%;
		background: url(../../images/palm-springs-coachella/psc-monogram_plain.png) center center no-repeat;
		background-size: 35.8125vw auto;
		opacity: 0.05;
	}
	.section-05_col{
		width: 57.5%;
		position: relative;
		z-index: 1;
	}
	.section-05_col:first-child{
		width: 42.5%;
		padding: 0 min(6.25vw,100px) 0 min(8.75vw,140px);
	}
	.section-05_desc{
		font-size: min(0.9375vw,15px);
	}
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.psc-intro {
	    padding: 20px 0 40px;
	    position: relative;
	}
	.psc-intro_wrap {
	    text-align: center;
	}
	.psc-vid_content{
		text-align: center;
		padding: 0 0 40px;
	}
	.section-03_col {
	    max-width: 500px;
	    margin: 20px auto 0;
	    text-align: center;
	}
	.section-03_col:first-child{
		margin-top: 0;
	}
	.section-05_desc {
	    text-align: center;
	    padding: 0 15px 40px;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
	.psc-vid_title h2 {
	    font-size: 50px;
	}
}