/*
Theme Name: Tickets
Theme URI: https://levimabe.com
Author: Levi Mabe
Author URI: https://levimabe.com
Description: 
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: lmc_tickets
*/

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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


html {
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .075em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
}

*, :after, :before {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow: hidden;
    margin: 0;
    min-width: 320px;
    color: #0e0e0e;
}

::-moz-selection {
    background-color: #f8f4b2;
    text-shadow: none;
}

::-moz-selection {
    background-color: #f8f4b2;
    text-shadow: none;
}

::selection {
    background-color: #f8f4b2;
    text-shadow: none;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong, th {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ffff00;
    color: #000000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

a img {
    border: 0;
}

img {
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0 0 1em 0;
}

hr {
    box-sizing: content-box;
    height: 1px;
    background-color: #8c8c8c;
    border: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

textarea {
    overflow: auto;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

address {
    font-style: normal;
}

ol, ul {
    margin: 0 0 1.5em 1.3em;
    padding: 0;
}

button:focus, input[type=button]:focus, input[type=submit]:focus {
    outline: 0 none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1, h2, h3 {
    font-family: "Maven Pro", sans-serif;
    line-height: 1.1em;
}

.h1, h1 {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.086em;
    letter-spacing: .0075em;
    margin: 0;
    text-transform: uppercase;
    color: #0e0e0e;
}

.h2, h2 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: .923em;
    letter-spacing: .011em;
    margin: 0 0 .3em 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e0e0e;
}

.h3, h3 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.053em;
    letter-spacing: .075em;
    margin: 0 0 .3em 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e0e0e;
}

.h4, h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25em;
    letter-spacing: .0025em;
    margin: 0 0 40px 0;
    color: #0e0e0e;
}

.h5, h5 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 .3em 0;
    color: #0e0e0e;
}

.h6, h6 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 .3em 0;
    color: #0e0e0e;
}

a {
    color: #0e0e0e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: 0 0;
}

a:focus, a:hover {
    color: #777777;
    outline: 0 none;
}

a:active, a:hover {
    color: #777777;
    outline: 0;
}

.link {
    text-decoration: underline;
}

@media (max-width: 680px) {
    .h1, h1 {
        font-size: 53px;
        font-size: 3.28125rem;
    }

    .h2, h2 {
        font-size: 39px;
        font-size: 2.4375rem;
    }

    .h3, h3 {
        font-size: 29px;
        font-size: 1.78125rem;
    }

    .h4, h4 {
        font-size: 20px;
        font-size: 1.21875rem;
    }

    .h5, h5 {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .h6, h6 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

blockquote {
    margin: 0 0 .9em 0;
    padding: 1.5em;
    border-left: 2px solid #cccccc;
}

blockquote p:first-of-type:before {
    content: open-quote;
    display: inline;
}

blockquote p:last-of-type:after {
    content: close-quote;
    display: inline;
}

p {
    margin: 0 0 .9em 0;
}


main#content {
	margin: 165px auto;
max-width: 1048px;
padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
}


button.btn {
	background: transparent;
}

.formBox {
	margin: 20px 0 30px;
	//border: 4px solid #000;
	padding: 0 0px 20px 0px;
	//border-radius: 10px;
	//background: #FFF;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}


.formBox .gform_wrapper input[type="text"],
.formBox .gform_wrapper input[type="email"] {
	border: 2px solid #000;
	color: #000;
}
.formBox .gform_wrapper .gfield label {
	display: none;
}

.formBox .gform_wrapper .btn span {
	line-height: 30px;
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #666;
}

	.vc_column_container > .vc_column-inner .maxWidth980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.js-event-wrapper {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
	background: #f2f2f2;
	padding: 0 50px 100px;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.js-event-wrapper h1 {
	letter-spacing: 0;
	font-size: 33px;
	text-transform: none;
	font-weight: 800;
}
.js-event-wrapper h1 span.subtitle {
	color: #9B9B9B;
	font-size: 23px;
	display: block;
	margin-top: 5px;
}
.js-event-wrapper h3 {
	letter-spacing: 0;
	font-size: 26px;
	text-transform: none;
	font-weight: 800;
}

.js-event-wrapper .side-summary {
	max-width: 375px;
	text-align: right;
}

.js-event-wrapper .side-summary p {
	font-size: 22px;
}

.side-summary .img-holder {
	margin-bottom: 25px;
}

.side-summary .img-holder img {
	width: 375px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: -95px;
}

.js-event-wrapper .main-event-info {
	width: calc(100% - 375px);
}

.js-event-wrapper .main-event-info .event-title {
	height: 95px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 50px;
	margin-top: -95px;
}

.js-event-wrapper .main-event-info .event-info-container {
	padding: 50px;
}

.tickets-holder {
	border-top: 1px solid #ccc;
	margin-bottom: 25px;
	margin-top: 20px;
}

.tickets-holder .ticket-tier {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tickets-holder.multiple-tickets .ticket-tier {
	padding: 5px;
}
.ticket-label {
	font-size: 22px;
	
}
.ticket-price {
	font-size: 22px;
	font-weight: 600;
}

.multiple-tickets .ticket-price {
	display: flex;
	align-items: center;
}


.multiple-tickets .ticket-label {
	font-size: 18px;
	font-weight: 600;
}

.multiple-tickets .ticket-label .showtimes {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}

.multiple-tickets .ticket-label .showtimes span {
	font-weight: 600;
}


.js-event-wrapper .tribe-events-read-more {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	padding: 15px 25px;
	background-color: #000;
	color: #FFF;
	display: inline-block;
}

.description {
	line-height: 1.5em;
}

.js-event-wrapper .multiple-tickets  .tribe-events-read-more {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	padding: 4px 14px;
}

.single-tribe_events .tribe-events-before-html,
.single-tribe_events .tribe-events-after-html {
	display: none;
}

.fw14 {
	font-size: 14px;
}

.summary-info-mobile {
		display: none;
	}

.doors {
	font-size: 80%;
	color: #666;
	display: block;
}

.few-tickets-banner {
	display: inline-block;
	padding: 10px 20px 10px 45px;
	background: #ffd3b6 url('flame.png') no-repeat;
	background-position: 15px center;
	background-size: 20px 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	margin-bottom: 10px;
}

.few-tickets-banner.darker {
	background-color: #c1321f;
}

.few-tickets-banner.darkest {
	background: #961a11 url('alert.svg') no-repeat;
	background-size: 20px 20px;
	background-position: 15px center;
}

.few-tickets-banner h3 {
	font-size: 15px;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
}

.few-tickets-banner.darker  h3,
.few-tickets-banner.darkest h3 {
	color: #FFF;
}

.js-event-wrapper .few-tickets-banner h3 {
	font-size: 17px;
}

.sold-out-banner {
	display: inline-block;
	padding: 10px 20px 10px 45px;
	background: #ff1200 url('alert.svg') no-repeat;
	background-position: 15px center;
	background-size: 20px 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	margin-bottom: 5px;
}

.multiple-tickets .sold-out-banner {
	padding: 8px 20px 8px 44px;
}

.sold-out-banner h3 {
	font-size: 17px;
	margin: 0;
	color: #FFF;
	letter-spacing: 0;
}

.js-event-wrapper .sold-out-banner h3 {
	font-size: 23px;
}

.multiple-tickets .sold-out-banner h3 {
	font-size: 18px;
}
.tribe-events .tribe-events-header,
.tribe-events .tribe-events-calendar-list-nav,
.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
	font-size: 40% !important;
	text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
	letter-spacing: 0;
}

.tribe-events .tribe-events-calendar-list__event-datetime {
	font-size: 115%;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
	margin-bottom: 0;
}

.tribe-common .tribe-common-b2--bold {
	font-size: 120%;
	color: grey;
	font-weight: normal;
	letter-spacing: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	margin-bottom: 0;
}

.tribe-events-calendar-list__event-title {
	display: flex;
}

.sold-out,
.few-tickets {
	display: block;
	padding: 5px 10px !important;
	color: #FFF;
	background: #666;
	font-size: 50%;
	letter-spacing: normal;
	border-radius: 5px;
	margin-left: 10px !important;
	align-self:center;
	text-transform: uppercase;
}
.few-tickets {
	background: #ffd3b6;
	color: #000;
}
.few-tickets.darker {
	background: #c1321f;
	color: #FFF;
}

.few-tickets.darkest {
	background: #961a11;
	color: #FFF;
}

.signUpBox {
	text-align: center;
	margin: -10px auto 50px !important;
	padding: 25px !important; 
	border:2px solid #000 !important; 
	max-width: 800px; background: #eee;
}

.signUpBox.first {
	margin: -100px auto 50px !important;
}

.signUpBox h2 {
	font-size: 200%;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 15px;
}

.signUpBox p {
	margin-bottom: 15px;
}

.btnn,
.tribe-common a.btnn,
.tribe-common a:not(.tribe-common-anchor--unstyle).btnn {
	display: inline-block;
	padding: 5px 20px !important;
	color: #FFF;
	background: #000;
	font-weight: 600;
	letter-spacing: normal;
	border-radius: 5px;
	margin-left: 10px !important;
	align-self:center;
	text-transform: uppercase;
}

.btnn:hover,
.tribe-common a.btnn:hover,
.tribe-common a:not(.tribe-common-anchor--unstyle).btnn:hover {
	color: #000;
	background: #CCC;
	cursor: hand !important;
}

.pulsate {   
	-webkit-animation: pulsate 2s ease-out;    
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {    
	0% 		{ transform: scale(1); }    
	50% 	{ transform: scale(1.2); }    
	100% 	{ transform: scale(1); }
}

.showListing  {
	margin-top: 50px;
}

.showListing h4 {
	font-size: 1.4rem;
	font-weight: 600;
}

.showListing h4, .showListing p {
	margin-bottom: 0;
}

.showListing .lighter, .showListing .lighter a {
	color: #AAA;
}


@media (max-width: 1023px) {
	
	main#content {
	margin: 45px auto;
	max-width: 1048px;
	padding: var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4);
	}
	.formBox .gform_wrapper .top_label li.gfield.gf_right_half, 
	.formBox .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
		width: 100% !important;
	}
	
	
	.signUpBox.first {
		margin: -10px auto 50px !important;
	}
	
	.single-tribe_events #tribe-events {
		padding: 0;
	}
	.js-event-wrapper {
		padding: 20px 20px 100px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-top: 0px;
	}
	.js-event-wrapper .main-event-info {
		width: 100%;
	}
	
	.js-event-wrapper .main-event-info .event-title {
		height: auto;
		padding-left: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.js-event-wrapper h1 {
		font-size: 27px;
	}
	.js-event-wrapper h1 span.subtitle {
		font-size: 18px;
	}
	
	.js-event-wrapper h3 {
		font-size: 23px;
	}
	.fw14 {
		font-size: 12px;
		line-height: 14px;
	}

	.summary-info-mobile {
		display: flex;
		justify-content: space-between;
	}
	
	.js-event-wrapper .summary-info-mobile h3,
	.js-event-wrapper .summary-info-mobile p {
		font-size: 14px;
		line-height: 16px;
	}
	.right-align {
		text-align: right;
		margin-left: 15px;
	}
	.js-event-wrapper .side-summary {
		display: none;	
	}
	
	.js-event-wrapper .main-event-info .event-info-container {
		padding: 0;
		margin-top: 20px;
	}
	.tickets-holder .ticket-tier {
		padding: 4px;
	}
	.ticket-label {
		font-size: 17px;
	}
	.ticket-price {
		font-size: 17px;
	}
}

@media (max-width: 500px) {
	.tickets-holder.multiple-tickets .ticket-tier {
		padding: 20px 5px;
		flex-direction: column;
	}
	.multiple-tickets .ticket-label {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.tribe-js .padding-v--lg {
		padding-top: 9rem;
	}
}

