/*
Theme Name:   vVenues - Einride
Theme URI:    https://vvenues.com
Author:       vVenues
Author URI:   https://vvenues.com
Description:  vVenues
Version:      1.0.0
Text Domain:  vvenues-einride
*/

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}img {max-width: 100%;height: auto;}@media \0screen {img {width: auto;}}

@font-face {
	font-family: 'SuisseIntl-Book';
	src: url('assets/SuisseIntl-Book-WebS.woff2') format('woff2'), url('assets/SuisseIntl-Book-WebS.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'SuisseIntl-Medium';
	src: url('assets/SuisseIntl-Medium-WebXL.woff2') format('woff2'), url('SuisseIntl-Medium-WebXL.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

body, input, textarea, select, button {
	font-size: 100%;
	font-weight: normal;
	font-family: 'SuisseIntl-Book', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 1680px;
	margin: 0 auto;
    width: calc(100% - 4rem);
}

@media (max-width: 768px) {

	.container {
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}

}

.pass-wrap {
	perspective: 2000px;
}

.pass {
	padding: 2rem;
	background-color: #171717;
	border-radius: 16px;
	transform-style: preserve-3d;
	transition: all .5s ease-out;
	cursor: pointer;
}

.pass .lux {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pass a {
	color: #fff;
	text-decoration: none;
}

.pass h1 {
	font-size: 2.375rem;
	line-height: 1.5;
	margin-bottom: 30rem;
}

.pass p {
	font-size: 1.125rem;
	line-height: 1.5;
}

.form {
	padding: 2rem;
	background-color: #171717;
	border-radius: 8px;
}

@media (max-width: 768px) {

	.pass h1 {
		margin-bottom: 10rem;
	}

}

.gfield {
	display: block;
	margin-bottom: 2rem;
}

.gfield_label {
	display: block;
	color: #AEAEAE;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.ginput_container_consent {
	display: flex;
	align-items: center;
	color: #AEAEAE;
}

.ginput_container_consent a {
	color: #AEAEAE;
	text-decoration: underline;
}

.gform_wrapper input[type=checkbox] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #232323;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	margin-right: 16px;
	cursor: pointer;
}

.gform_wrapper input[type=checkbox]:hover {
	background-color: #2B2B2B;
}

.gform_wrapper input[type=checkbox]:checked {
	background-color: #232323;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='14' height='14' rx='2' fill='%23AEAEAE'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=number],
.gform_wrapper input[type=email] {
	display: block;
	width: 100%;
	padding: 1rem;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #fff;
	background-color: #232323;
	font-size: 1.125rem;
	font-family: 'SuisseIntl-Book', sans-serif;
}

.gform_wrapper input[type=submit] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 1rem 2rem;
	border-radius: 32px;
	border: none;
	color: #fff;
	background-color: #000;
	font-size: 1.125rem;
	font-family: 'SuisseIntl-Medium', sans-serif;
	text-align: left;
	transition: background-color .1s;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7a1 1 0 0 0 0 2V7Zm16.707 1.707a1 1 0 0 0 0-1.414L11.343.929A1 1 0 1 0 9.93 2.343L15.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414l6.364-6.364ZM1 9h16V7H1v2Z' fill='%239FFB66'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
}

.gform_wrapper input[type=submit]:hover {
	background-color: #0F0F0F;
}

.gform_ajax_spinner {
	display: block;
	width: 2rem;
	margin: 2rem auto;
}

.gform_wrapper .gfield_required.gfield_required_text {
	font-size: 0;
}

.gform_wrapper .gfield_required.gfield_required_text:after {
	content: ' *';
	color: #FD6262;
	font-size: 16px;
}

.gform_confirmation_message {
    display: block;
    padding: 1em;
    text-align: center;
	color: #fff;
	font-size: 2.375rem;
	line-height: 1.5;
}

.gform_submission_error,
.validation_message {
	display: block;
	padding: .5rem 0 0;
	font-size: .875em;
	line-height: 1.25;
	color: #FD6262;
}

.gform_submission_error {
	padding: 1rem 0;
	font-size: 1.125em;
}

/* Modal */
.modal {
	width: 540px;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}

.modal p {
	margin-bottom: 0;
	line-height: 1;
}

.blocker {
	z-index: 2;
	background-color: rgba(0,0,0,0.95);
}

@media (max-width: 768px) {

	.modal {
		width: auto;
	}

}