/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 2.2.1
Updated: 2022-01-06 12:03:00

*/

a {
	-webkit-tap-highlight-color: transparent !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

::selection {
	background: #fff;
	color: #000;
}

html {
	width: 100%;
	overflow-x: hidden !important;
}

/* Fonts */
h1 {
	font-family: 'acier-bat-noir';
}
h1 span {
	font-family: 'acier-bat-solid';
	font-size: 40%;
}

.et_pb_module p {
	font-family: degular medium, arial, sans-serif;
	line-height: 1.4;
}

/* Typed.js Cursor */
.typed-cursor {
	margin-right: -1em;
}

/* Main Menu */
#garageLinks a {
	font-family: degular, arial, sans-serif;
}

/* ////////////////////////////////////////////////// */
/* Homepage Hover Blocks */
.buttonTextSlide {
	max-height: 0 !important;
	opacity: 0;
	transition: 300ms ease-in-out;
	position: relative;
}
.buttonTextHover::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: 300ms ease-in-out;
}
.buttonTextHover:hover .buttonTextSlide {
	max-height: 200px !important;
	opacity: 1;
}
.buttonTextHover:hover::before {
	opacity: .5;
}

/* Set hover styles as default when in mobile */
@media only screen and (max-width: 980px) {
	
	.buttonTextSlide {
		max-height: 200px !important;
		opacity: 1;
	}
	
	.buttonTextHover::before {
		opacity: .5;
	}
	
}


/* ////////////////////////////////////////////////// */
/* Garage Footer Links */
#garageLinks {
	display: flex;
	justify-content: center;
	align-items: center;
}

.garageLink {
	flex: 1;
	max-width: 150px;
	text-align: center;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: calc(.6em + 3px) calc(.6em + 3px) .6em .6em;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	position: relative;
	transition: 250ms ease-in-out;
	overflow: hidden;
}
.garageLink + .garageLink {
	margin-left: 1em;
}
.garageLink::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	left: 0;
	top: 0;
	mix-blend-mode: difference;
	transform: translateX(-100%);
	transition: inherit;
}
.garageLink:hover::after {
	transform: translateX(0%);
} 

#garageLinks .menuSpacer {
	flex-grow: 1;
}

#garageLogo {
	max-width: 50px;
	margin-bottom: -8px;
}

/* Mobile Menu */
html.open {
	overflow: hidden;
}

#mobileToggle {
	height: 16px;
	transition: 
		top 200ms ease-in-out 200ms,
		transform 200ms ease-in-out,
		height 200ms ease-in-out;
	position: relative;
	z-index: 5;
}

#mobileToggle span {
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	transition: inherit;
}

#mobileToggle .line1 {
	top: calc(100% - 5px);
}

/* Opened Menu */
html.open #mobileToggle {
	transition: 
		top 200ms ease-in-out,
		transform 200ms ease-in-out 200ms,
		height 200ms ease-in-out; 
	height: 45px;
}

html.open #mobileToggle span {
	top: calc(50% - 2.5px) !important;
	transform: rotateZ(45deg);
}

html.open #mobileToggle span.line1 {
	transform: rotateZ(-45deg);
}

#mobileMenu {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translateX(-100%);
	transition: 500ms ease-in-out;
	background: #000;
	padding: 90px 0;
}

#mobileMenu .linkWrapper {
	display: flex;
	flex-direction: column;
	margin: 50px;
	align-items: center;
}

#mobileMenu .garageLink {
	min-width: 200px;
}

#mobileMenu .garageLink + .garageLink {
	margin-top: 30px;
	margin-left: 0;
}

html.open #mobileMenu {
	transform: translateX(0);
}

#gameMarquee span {
	font-family: 'VCR Mono',Helvetica,Arial,Lucida,sans-serif;
}

#gameMarquee span + span::before {
	content: "•";
	margin: 0 16px;
}

/* Footer Links */
.footer_links a {
	position: relative;
	padding: 0;
}
.footer_links a:not(.icon)::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	bottom: auto;
	height: 1px;
	width: 0%;
	background: #fff;
	transition: 200ms ease-in-out;
}
.footer_links a:hover::after {
	width: 100%;
}

/* Buttons */
html body .garageButton.et_pb_button {
	background: transparent !important;
	position: relative !important;
	display: block !important;
	width: 100%;
	text-align: center;
}
.et_pb_button_module_wrapper {
	overflow: hidden;
	width: 80%;
	max-width: 280px;
	position: relative;
}
.et_pb_button_module_wrapper::before {
	content: "" !important;
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transform: translateX(0);
	transition: 200ms ease-in-out;
}
.et_pb_button_module_wrapper:hover::before {
	transform: translateX(100%);
}


/* Drink Menu */
.menu_container {
	background: #000;
	padding: 5%;
	opacity: 0;
	transition: 300ms ease-in-out;
	transform: translateY(5%);
}
.menu_container.is-visible {
	opacity: 1;
	transform: translateY(0%);
}

.menu_container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 600px;
	background-image: url("https://garagearcadebar.com/wp-content/uploads/2021/09/Coctails-Paper-Tear.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: -2;
	transform: translate(5%, -0%);
	transition: 300ms ease-in-out 0ms;
}

.menu_container.is-visible::before {
	transform: translate(5%, -12%);
	transition: 300ms ease-in-out 150ms;
}

.menu_container:nth-child(even)::before {
	background-image: url("https://garagearcadebar.com/wp-content/uploads/2021/09/Shots-Paper-Tear.png");
	transform: translate(-0%, -0%);
}

.menu_container:nth-child(even).is-visible::before {
	transform: translate(-8%, -12%);
}

.menu_container::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
}

.menu_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 0;
}

.menu_item + .menu_item {
	border-top: 1px solid #333;
}

.menu_container h2.menu_title {
	font-family: 'VCR Mono',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	color: #FFFFFF !important;
	line-height: 1.2em;
	text-align: center;
}

.menu_item h2 {
	color: #fff;
	font-family: degular medium, arial, sans-serif !important;
	text-transform: uppercase;
	text-align: center;
}
.menu_item span {
	margin-left: 16px;
	font-size: 80%;
}

.menu_item p {
	color: #ccc;
	font-size: 18px;
	text-align: center;
}

.splide__track {
	overflow: visible !important;
}

.splide__arrow {
	width: 4em !important;
	height: 4em !important;
	top: 0 !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	background: #fff !important;
	border: 3px solid #000 !important;
}

@media only screen and (max-width: 980px) {
	.menu_container h2.menu_title {
		font-size: 28px;
	}
	
	.menu_item h2 {
		font-size: 20px;
	}
	
	.menu_item p {
		font-size: 16px;
	}
	
}

/*////////////////////////////////////////////////////////////////////*/
/* Venue Events List */
.venueWrapper {
    padding: 30px;
    display: flex;
	margin-left: 3%;
	margin-right: 3%;
}

.venueWrapper + .venueWrapper {
	border-top: 2px solid #fff;
}

.showHeading {
    flex-grow: 1;
    padding-left: 16px;
    padding-right: 16px;
}

.showHeading h3 {
    color: #fff;
	line-height: 1.2;
	font-family: degular, arial, sans-serif;
}
.showHeading p {
	color: #ccc;
	font-family: degular medium, arial, sans-serif;
	font-size: 18px;
}

.linkWrapper {
	min-width: 250px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
body #page-container #upcoming_shows .venueContainer a.garageButton  {
	color: #fff !important;
	border-color: #000 !important;
}
body #page-container #upcoming_shows .venueContainer .viewVenue:hover a.garageButton {
	color: #000 !important;
}

body #page-container .et_pb_section .linkWrapper .viewVenue::before {
	transform: translateX(100%) !important;
}
body #page-container .et_pb_section .linkWrapper .viewVenue:hover::before {
	transform: translateX(0%) !important;
}

.dateBlock {
	color: #fff;
	font-size: clamp(20px, 3vw, 50px);
	padding: 8px 16px;
	font-family: degular, arial, sans-serif;
}

.viewVenue {
	margin-top: 16px !important;
}

@media only screen and (max-width: 1200px) {
	.venueWrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 700px) {
	.viewVenue {
		width: 100%;
		max-width: none;
	}
}

/*////////////////////////////////////////////////////////////////////*/
/* Venue Event SINGLE */
.venueContainerSingle .venueWrapper {
	flex-direction: column;
}

.venueContainerSingle .dateBlock {
	line-height: 1.2;
}

.venueContainerSingle .dateBlock span {
	padding-left: 16px;
	font-size: 80%;
}

.venueContainerSingle .showHeading, .venueContainerSingle .dateBlock {
	padding: 0;
}

.venueContainerSingle .linkWrapper {
	justify-content: flex-start;
}

.venueContainerSingle .venueWrapper {
	margin: 0;
	padding: 0;
}

/*////////////////////////////////////////////////////////////////////*/
/* Booking Calendar */
.bk_calendar_frame {
	width: 100% !important;
}
.datepick {
	background: #000 !important;
}
.datepick-inline {
	border: none !important;
	border-radius: 0 !important;
}
div.datepick-inline th, div.datepick-inline td {
	border-color: #222 !important;
}
.calendar-links {
	background: #fff !important;
}
.calendar-links a {
	color: #000 !important;
	position: relative;
	transition: 200ms ease-in-out !important;
}
.datepick-prev a {
	right: -3px;
}
.datepick-prev a:hover {
	right: 0;
}
.datepick-next a {
	left: -3px;
}
.datepick-next a:hover {
	left: 0;
}
.datepick-header span {
	font-family: degular, arial, sans-serif !important;
	font-size: 18px !important;
	color: #000;
	text-transform: uppercase;
}
.datepick-days-cell {
	padding: 20px 0 !important;
	font-family: degular, arial, sans-serif !important;
	font-size: 18px !important;
}

.datepick-days-cell span, .datepick-title-row span {
	color: #fff !important;
	font-family: degular, arial, sans-serif !important;
}
.datepick-inline .date2approve {
	background: #333 !important;
	text-shadow: none !important;
	font-family: degular, arial, sans-serif !important;
}
.datepick-inline .date_available a {
	color: #000 !important;
	text-shadow: none !important;
	font-size: 18px !important;
}
.bk_calendar_frame + div {
    display: none;
}
.wpbc_structure_form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form-group {
	width: 100%;
	max-width: 800px;
}
.control-label {
	color: #fff !important;
	font-family: degular, arial, sans-serif !important;
	text-transform: uppercase;
	font-size: 16px;
}
.wpbc_structure_form input, .wpbc_structure_form textarea {
	flex: 1;
	border-radius: 0 !important;
	padding: 6px 16px 8px !important;
	background: #000 !important;
	font-family: degular medium, arial, sans-serif !important;
	color: #fff !important;
	font-size: 18px !important;
}
.form-group.et_pb_button_module_wrapper {
	font-family: degular, arial, sans-serif !important;
	max-width: 200px !important;
}
.wpbc_structure_form input:focus, .wpbc_structure_form textarea:focus {
	background: #fff !important;
	color: #000 !important;
}
.controls {
	display: flex;
}
.datepick-current-day, .datepick-days-cell-over {
	background: #ccc !important;
}
.wpdev_hint_with_text .datepick-days-cell {
	padding: 0 !important;
}
.wpdev_hint_with_text .block_text {
	color: #fff;
	font-family: degular medium, arial, sans-serif !important;
	font-size: 18px;
	padding-right: 30px;
}
.block_hints .block_booked {
	background: #000 !important;
}
.block_hints .block_pending {
	background: #333333 !important;
}

/* Gravity Forms */ 
.gform_wrapper form input, .gform_wrapper form textarea {
	background: #000;
	border: 1px  solid #fff;
	font-family: degular medium, arial, sans-serif;
	color: #fff;
	font-size: 18px !important;
	padding: 10px 16px 12px !important;
}

.gform_wrapper form input:focus, .gform_wrapper form textarea:focus {
	background: #fff;
	color: #000;
}

.gform_wrapper .gform_title, .gform_wrapper .gsection_title, .gform_wrapper label, .gform_wrapper legend {
	color: #fff;
	font-family: degular, arial, sans-serif;
	text-transform: uppercase;
}

.gform_wrapper .gfield_list_icons {
	background: #fff;
}

.gform_wrapper .gfield_list_icons button {
	opacity: 1 !important;
	transition: 100ms ease-in-out !important;
}

.gform_wrapper .gfield_list_icons button:hover {
	opacity: .5 !important;
	cursor: pointer;
}

.gform_wrapper fieldset legend.gfield_label {
	margin: 0 !important
}

.gform_wrapper fieldset legend + .has_first_name {
	margin-top: 8px !important;	
}

.gform_wrapper.gravity-theme .gfield_description {
	color: #ccc !important;
	font-family: degular medium, arial, sans-serif;
	padding-bottom: 8px !important;
}

.gform_wrapper .gfield + .gfield {
	margin-top: 16px;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
	border: 3px solid #fff !important;
	margin: auto !important;
	margin-top: 16px !important;
}
.gform_wrapper .gform_footer input {
	padding: 14px !important;
	width: 100% !important;
	color: #000 !important;
	border: none !important;
	margin: 0 !important;
	background: none !important;
	position: relative;
	z-index: 9;
	font-family: degular, arial, sans-serif;
	text-transform: uppercase;
	font-size: 24px !important;
	transition: all 300ms ease 0ms !important;
	cursor: pointer !important;
}

#gform_ajax_spinner_3 {
	position: absolute !important;
}
.gform_wrapper .gform_footer:hover input {
	color: #fff !important;
}

.gform_wrapper .gfield_list_group {
	padding: 0 !important;
	display: flex !important;
}

.gform_wrapper .gfield_list_group_item {
	margin: 0 !important;
}

.gform_wrapper .gfield_list_icons {
	margin: 0 !important;
	background: #fff !important;
	padding: 0 !important;
}

.gform_wrapper .gfield_list_icons button {
	margin: 0 10px !important;
	padding: 10px !important;
}

/* Show Pagination */
.event_pagination {
    display: flex;
    justify-content: center;
}

.event_pagination a {
    padding: 5px;
	margin: 0 10px;
}