/*
Theme Name: drivemetodonjuan
*/

@font-face {
    font-family: 'LicensePlate';
    src: url('assets/licenseplate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
	box-sizing: border-box;
	font-family: 'LicensePlate';
	transition: 0.3s;
	text-shadow: 1px 10px 5px rgba(0,0,0,0.7);
}

html,
body {
	padding: 0;
	margin: 0;
}

.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.flex-container .flex-item {
	flex: 1 0 auto;
	width: 100%;
	box-sizing: border-box;
	align-self: stretch;
}

.inner-container {
	max-width: 1320px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}

.site-content {
	max-width: 100%;
	width: 100%;
	min-height: 100vh;
	background-image: url('assets/images/ppf-bg.png');
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #002933;
}

section.hero-section img.character {
	max-width: 100%;
	width: 100%;
}

section.title-card-section img.title-card {
	max-width: 100%;
	width: 100%;
	margin-top: -10vw;
}

section.lineup-section {
	background-color: #002933;
	padding: 40px 0;
}

section .header-text h2 {
	margin: 40px auto;
	text-align: center;
	font-size: 72px;
	color: #fec509;
	text-shadow: 1px 10px 5px rgba(0,0,0,0.7);
}

section .header-text p {
	margin: 40px auto;
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 10px 5px rgba(0,0,0,0.7);
}

section .header-text p a {
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
}

section .header-text p a:hover {
	color: #fec509;
}
section .header-text p a:last-child {
	margin-right: 0;
}

@media (max-width: 1023px) {
	section.lineup-section {
		background-color: #002933;
		padding: 20px 0;
	}
	section .header-text h2 {
		font-size: 62px;
		margin: 20px auto;
	}
	section .header-text p {
		margin: 20px auto;
		font-size: 30px;
	}
	section .header-text p a {
		display: block;
		margin-bottom: 20px;
		margin-right: 0;
	}
	section .header-text p a:last-child {
		margin-bottom: 0;
	}	
}

section.lineup-section .slide {
	position: relative;
	padding: 10vh 0;
	height: auto;
}

section.lineup-section .slide .slide-content {
	max-width: 1320px;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0 15px;
	justify-content: space-between;
}

section.lineup-section .slide .slide-content .image-container,
section.lineup-section .slide .slide-content .text-container {
	max-width: calc(50% - 15px);
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.lineup-section .slide .slide-content .image-container {
	padding: 25vh 0;
}

section.lineup-section .slide .slide-content .text-container {
	display: grid;
	align-content: center;
}

section.lineup-section .slide .slide-content .text-container h3 {
	font-size: 64px;
	color: #fec509;
	color: #fff;
	text-shadow: 1px 10px 5px rgba(0,0,0,0.7);
	margin: 0;
}

section.lineup-section .slide .slide-content .text-container .socials {
	margin: 0;
	margin-top: 20px;
}

section.lineup-section .slide .slide-content .text-container .socials a {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	margin: 0 15px;
}

section.lineup-section .slide .slide-content .text-container .socials a:hover {
	color: #fec509;
}

section.lineup-section .slide .slide-content .text-container .socials a:first-child {
	margin-left: 0;
}

@media (max-width: 1023px) {
	section.lineup-section .slide .slide-content .image-container,
	section.lineup-section .slide .slide-content .text-container {
		max-width: calc(100%);
		background-position: top center;
	}
	section.lineup-section .slide .slide-content .text-container {
		margin-top: 20px;
	}
	section.lineup-section .slide .slide-content .image-container {
		padding: 30vw 0;
	}
	section.lineup-section .slide .slide-content .text-container h3 {
		font-size: 50px;
		text-align: center;
	}
	section.lineup-section .slide .slide-content .text-container .socials {
		text-align: center;
	}
}

section.lineup-section .slide .slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

section.ticket-form-section {
	padding: 40px 0;
}

section.ticket-form-section .inner-container {
	justify-content: space-between;
	align-items: self-start;
}

section.ticket-form-section .text-container {
	max-width: calc(60% - 20px);
	width: 100%;
}
section.ticket-form-section .form-container {
	max-width: calc(40% - 20px);
	width: 100%;
}

section.ticket-form-section .text-container h3 {
	font-size: 50px;
	color: #fec509;
	color: #fff;
	text-shadow: 1px 10px 5px rgba(0,0,0,0.7);
	margin: 0;
}

section.ticket-form-section .text-container p {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
}

section.ticket-form-section .text-container p span {
	color: #fec509;
}

section.ticket-form-section .text-container .qr-codes {
	text-align: center;
}

section.ticket-form-section .text-container .qr-codes img {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(50% - 15px);
}

section.ticket-form-section .form-container .gform_heading,
section.ticket-form-section .form-container .gform_validation_errors {
	display: none;
}

section.ticket-form-section .form-container .gform-body .gfield label {
	font-size: 28px;
	line-height: 40px;
	
	color: #fec509;
}

section.ticket-form-section .form-container .gform-body .gfield .ginput_container input,
section.ticket-form-section .form-container .gform-body .gfield .ginput_container select {
	font-family: 'Arial', 'sans-serif';
	font-size: 22px;
	color: #FFF;
	border: 2px solid #FFF;
	background-color: transparent;
	padding: 5px;
	text-shadow: none;
	appearance: none;
	height: auto;
}

section.ticket-form-section .form-container .gform-body .gfield .ginput_container input:focus,
section.ticket-form-section .form-container .gform-body .gfield .ginput_container select:focus {
	outline: none;
}

section.ticket-form-section .form-container .gform-body .gfield .gform_fileupload_rules {
	display: none;
}

section.ticket-form-section .form-container .gform-body .gfield .gfield_validation_message {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 12px;
	text-shadow: none;
}

section.ticket-form-section .form-container .gform-footer input[type="submit"] {
	width: 100% !important;
	padding: 10px !important;
	font-size: 28px !important;
	color: #FFF !important;
	text-align: center !important;
	text-shadow: none !important;
	max-width: 100% !important;
	background-color: #fec509 !important;
	color: #002933 !important;
}

section.ticket-form-section .form-container .gform-footer input[type="submit"]:focus {
	outline: none;
}

section.ticket-form-section .form-container .gform-footer input[type="submit"]:hover {
	background-color: #a68518 !important;
	color: #FFF !important;
}

section.ticket-form-section .form-container .gform_confirmation_message {
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	color: #FFF;
}

section.ticket-form-section .form-container .gform_confirmation_message span {
		color: #fec509;
	}

@media (max-width: 1023px) {
	section.ticket-form-section .text-container,
	section.ticket-form-section .form-container {
		max-width: 100%;
		width: 100%;
	}
	section.ticket-form-section .text-container h3 {
		font-size: 30px;
		text-align: center;
	}
	section.ticket-form-section .text-container p {
		font-size: 18px;
		line-height: 30px;
	}

	section.ticket-form-section .form-container .gform-body .gform_fields {
		row-gap: 20px !important;
	}

	section.ticket-form-section .form-container .gform-body .gfield label,
	section.ticket-form-section .form-container .gform-body .gfield .ginput_container input,
	section.ticket-form-section .form-container .gform-body .gfield .ginput_container select {
		font-size: 18px;
	}

	section.ticket-form-section .form-container .gform-body .gfield .ginput_container input {
		font-size: 14px;
	}

	section.ticket-form-section .form-container .gform-footer input[type="submit"] {
		padding: 5px !important;
		font-size: 18px !important;
	}
	section.ticket-form-section .form-container .gform_confirmation_message {
		padding: 80px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		color: #FFF;
	}
}

