/* Template Name: VIP Lounge */

form.post-password-form {
    margin: 40px auto 0;
    width: calc(100% - 30px);
    max-width: 1136px;
}

form.post-password-form p{
	margin: 20px 0;
}
img{
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}
.vipl-ip{
	padding: 60px 0;
}
.vipl-section{
	margin: 60px 0 0;
}
.vipl-section:first-child{
	margin-top: 0;
}
.vipl-ip h2.global-site-title{
	color: #333
}

.vipl-form {
    margin: 30px auto 0;
    max-width: 650px;
}
.vipl-row{
	margin: 15px 0 0;
}
.vipl-row:first-child{
	margin: 0 0 0;
}
.vipl-row.dual{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.vipl-row.dual > div{
	width: calc(50% - 15px);
}
.vipl-row.dual > div:first-child{
	margin: 0 0 0;
}

.vipl-row input:not([type="submit"]){
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    background: transparent;
    width: 100%;
    height: 62px;
    color: #333333;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: solid 1px #333333;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-family-default);
}
.vipl-row input[type="submit"]{
	max-width: 168px;
    width: 100%;
    height: 54px;
    border: solid 1px #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--font-family-default);
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0);
}
.vipl-row.submit{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
}
.vipl-row input[type="submit"]:hover{
	background: #00adef;
    border: solid 1px #00adef;
    color: #fff;
}
.dfue-content{
	padding: 40px 0 0;
}
.dfue-list{}
.dfue-single{}
.dfue-single a{
	display: block;
	position: relative;
}
.dfue-single a .dfue-img{
	position: relative;
	z-index: 0;
	background: #000;
}
.dfue-single a .dfue-img img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 500/333;
	opacity: 0.5;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.dfue-single a:hover .dfue-img img{
	opacity: 0.3;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.dfue-single a .dfue-label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.020em;
    font-family: var(--font-family-title);
    font-weight: 600;
}
.pe-content{
	padding: 40px 0 0;
}
.pe-block a{
	display: block;
	position: relative;
}
.pe-block a .pe-img{
	position: relative;
	z-index: 0;
	background: #000;
}
.pe-block a .pe-img img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 500/333;
	opacity: 0.5;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.pe-block a:hover .pe-img img{
	opacity: 0.3;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.pe-block a .pe-label {
    text-align: center;
    font-family: var(--font-family-title);
    color: #000;
    padding: 15px 0 0;
    font-weight: 600;
    font-size: 17px;
}
@media only screen and (min-width: 992px) {
	.dfue-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
	}

	.dfue-single {
	    margin-left: 20px;
	    width: calc(100% / 3 - 14px);
	}
	.dfue-single:nth-child(3n + 1){
		margin-left: 0;
	}
	.dfue-single:nth-child(n + 4){
		margin-top: 20px;
	}

	.pe-list{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
	}

	.pe-block {
	    margin-left: 20px;
	    width: calc(100% / 3 - 14px);
	}
	.pe-block:nth-child(3n + 1){
		margin-left: 0;
	}
	.pe-block:nth-child(n + 4){
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.dfue-single,
	.pe-block {
	    max-width: 500px;
	    margin: 30px auto 0;
	}
	.dfue-single:first-child,
	.pe-block:first-child{
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}