/*!
Theme Name: ticketbooking
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ticketbooking
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ticketbooking is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 @import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
body {
	font-family: "Inter", sans-serif !important;
}
header {
	background: #000925 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
}
.tribe-events-back,
.tribe-events {
	display: none !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-events-content p strong,
.tribe-events-content p {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #141827 !important;
	font-family: "Inter", sans-serif !important;
	margin-bottom: 0 !important;
}

.event-logo{
	margin-bottom: 30px;
    display: flex;
    max-width: 250px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.bmc_setbodypart_landing .event-logo{
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 280px;
}

.tribe-events-event-image {
	height: 360px;
	overflow: hidden;
	border-radius: 24px;
	background: #edf1fc;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter", sans-serif !important;
}
.tribe-common-c-btn.tribe-common-c-btn--small {
	color: #000925 !important;
}
.tribe-events-event-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	border-radius: 24px;
	overflow: hidden;
}
#tribe-events-pg-template {
	max-width: 1360px !important;
	font-family: "Inter", sans-serif !important;
	/* background: rgb(235, 235, 235); */
}
body {
	background: #f7f7f7 !important;
}
.first-second-main-event-section {
	width: 100%;
	display: flex;
	font-family: "Inter", sans-serif !important;
}

.first-second-main-event-section .left-event-section {
	width: 65%;
	padding-right: 20px;
	font-family: "Inter", sans-serif !important;
}
.first-second-main-event-section .right-event-section {
	width: 35%;
	font-family: "Inter", sans-serif !important;
}
.tribe-events-event-meta {
	margin: 0 !important;
}

.tribe-events-event-meta:before {
	display: none !important;
}
.tribe-events-schedule {
	margin-top: 0 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-tickets__tickets-form {
	margin: 0 !important;
	background: #fff !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-events-schedule {
	/* background: #edf1fc; */
	background: transparent !important;
	/* border-radius: 8px; */
	/* padding: 8px 10px; */
	margin-top: 10px !important;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-family: "Inter", sans-serif !important;
	margin: 0 0 10px 0 !important;
	/* border: 1px dashed #0f256a; */
	/* margin-bottom: 20px; */
	/* flex-direction: column; */
}
.tribe-events-schedule h2 {
	margin: 0 !important;
	font-family: "Inter", sans-serif !important;
	color: #fff;
}
.tribe-common form {
	padding: 0 !important;
	border-radius: 10px !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-common form h2.tribe-common-h4 {
	margin: 0;
	padding: 10px !important;
	color: rgb(18, 18, 18) !important;
	font-family: "Inter", sans-serif !important;
	background: rgb(235, 235, 235);
	font-size: 22px !important;
	line-height: 1;
	/* overflow: hidden; */
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #d1d1d1 !important;
}
.tribe-tickets-row-main:first-child {
	border-top: none !important;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item,
.event-tickets .tribe-tickets__tickets-item {
	border-top: 1px solid rgb(235, 235, 235);
	font-family: "Inter", sans-serif !important;
}
.event-tickets .tribe-tickets__tickets-item {
	padding: 10px !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-common-h7  {
	color: #fff !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-tickets__tickets-item-details-content,
.tribe-common-b3.tribe-tickets__tickets-item-extra-available {
	color: #ccc !important;
	font-family: "Inter", sans-serif !important;
}
.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-original-price,
.event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-original-price,
.tribe-tickets__tickets-sale-price,
.tribe-common-b2.tribe-tickets__tickets-footer-quantity,
.tribe-tickets__tickets-footer-quantity-number,
.tribe-tickets__tickets-footer-total-label,
.tribe-formatted-currency-wrap.tribe-currency-prefix {
	color: #fff !important;
	font-family: "Inter", sans-serif !important;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus,
.event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus,
.event-tickets .tribe-tickets__rsvp-form-button:focus,
.event-tickets .tribe-tickets__tickets-item-quantity button:focus {
	outline: 0 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-common-h3 {
	color: #9aacf1 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-tickets__tickets-footer {
	padding: 10px !important;
	border-top: 1px solid #d1d1d1 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-original-price h3 {
	font-weight: 400;
	font-size: 14px;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price h5 {
	font-weight: 400;
	font-size: 14px;
}
.tribe-tickets__tickets-form.tribe-tickets__form {
	border: 1px solid #d1d1d1 !important;
	overflow: hidden;
}
.tribe-tickets__tickets-footer .tribe-common-c-btn {
	background: #fff !important;
	/* color: #fff !important; */
	font-family: "Inter", sans-serif !important;
}
.tribe-events-schedule .tribe-events-cost {
	margin: 0 !important;
	font-size: 30px;
	font-weight: 800;
	/* color:#0f256a !important; */
	color: #fff !important;
	font-family: "Inter", sans-serif !important;
	line-height: 1.2;
}
.tribe-events-single-event-title {
	font-size: 30px !important;
	font-family: "Inter", sans-serif !important;
}
.event-another-image {
	margin-top: 20px;
	font-family: "Inter", sans-serif !important;
	background:#ebebeb;
	border-radius: 10px !important;
	padding: 10px;
	display: flex;
	justify-content: center;
	border: none !important;
}
.tribe-common-h4.tribe-tickets__tickets-item-quantity label {
	cursor: pointer;
}
.venue-dl-cls {
	position: relative;
}
.venue-details .venue-dl-cls .venue-details-section:last-child {
	position: absolute;
	width: auto !important;
	right: 0;
	top: 0;
}
.venue-details .venue-dl-cls .venue-details-section:last-child .tribe-venue-url {
	margin-top: 0 !important;
}
.event-another-image img {
	border-radius: 10px;
	font-family: "Inter", sans-serif !important;
	max-height: 260px;
	max-width: 100%;
	object-fit: contain;
}
.tribe-events-pg-template {
	padding-top: 20px !important;
}
.tribe-events-event-image {
	margin-bottom: 20px !important;
	font-family: "Inter", sans-serif !important;
}
.event-details__main-inner p.summary {
	font-weight: 400 !important;
	font-family: "Inter", sans-serif !important;
	margin: 0 !important;
}
.tribe-events-meta-group h2.tribe-events-single-section-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	background: transparent;
	/* border-bottom: 1px solid #000925; */
	/* border-radius: 8px; */
	padding: 8px 0;
	margin: 0 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-events-meta-group {
	width: 100% !important;
}
.tribe-events-meta-group .event-dl-cls .event-details-section,
.tribe-events-meta-group .organizer-dl-cls .organizer-details-section {
	border: 1px solid #dee6fb;
	border-radius: 8px;
	padding: 6px;
	width: calc(33.33% - 10px);
	font-family: "Inter", sans-serif !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
    text-align: center;
}
.tribe-events-meta-group .event-dl-cls,
.tribe-events-meta-group .organizer-dl-cls  {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 !important;
}
abbr,
acronym {
	text-decoration: none !important;
	cursor: auto !important;
}
.tribe-events-meta-group {
	margin: 0 !important;
}
.tribe-events-meta-group {
	flex: none !important;
	padding: 0 !important;
	width: 100% !important;
	padding-bottom: 10px !important;
	padding-top: 0 !important;
}
.venue-details {
	border-top: 1px solid #dbdce1;
}
.venue-details .venue-dl-cls {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 0;
	margin: 0 !important;
}
.venue-details .venue-dl-cls .venue-details-section {
	/* border: 1px solid #dee6fb; */
	/* border-radius: 8px; */
	/* padding: 6px; */
	width: 100%;
	font-family: "Inter", sans-serif !important;
}
.tribe-events-venue-map {
	width: 100% !important;
}
.tribe-events-venue-map iframe {
	max-width: 100% !important;
	max-height: 300px !important;
	border-radius: 8px !important;
	border: 1px solid #dee6fb !important;
}
.tribe-events-event-categories a,
.tribe-events-event-categories a:hover {
	background: #f7f7f7;
	border-radius: 4px;
	padding: 3px 6px;
	text-decoration: none;
	color: #141827;
	margin-right: 5px;
	cursor: auto !important;
}
.tribe-events-event-url a {
	color: #0f256a !important;
	text-decoration: none;
}
.tribe-events-event-url a:hover {
	color: #f50b61 !important;
}
.tribe-events-address {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tribe-events-address .tribe-events-gmap {
	display: inline-flex;
	padding: 10px 10px;
	background: #223161 !important;
	color: #fff !important;	
	font-family: "Inter", sans-serif !important;
	border: 1px solid #223161 !important;
	align-items: center;
	text-decoration: none;
	border-radius: 8px;
	line-height: 1 !important;
}
.tribe-events-address .tribe-events-gmap:hover {
	background: #223161 !important;
	color: #fff !important;
	background: #fff !important;
	color: #223161 !important;
}
.tribe-organizer-url {
	margin:0 !important;
	display: flex;
	width: 100%;
}
.tribe-organizer-url a {
	margin: 0 !important;
	color: #0f256a !important;
	text-decoration: none;
	width: 100%;
	font-size: 14px !important;
}
.tribe-organizer-url a:hover {
	color: #f50b61 !important;
}
.tribe-venue-url a {
	background: #edf1fc;
	border-radius: 8px;
	padding: 10px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #6d8ee8 !important;
	font-family: "Inter", sans-serif !important;
	text-decoration: none;
	color: #0f256a !important;
	line-height: 1 !important;
	font-size: 14px !important;
}
.tribe-venue-url a:hover {
	background: #fff !important;
	border-color: #223161 !important;
	color: #f50b61 !important;
}
.site-footer {
	background: #edf1fc;
}

.site-footer .site-info {
	max-width: 1360px !important;
	font-family: "Inter", sans-serif !important;
	margin: 0 auto;
	padding: 10px;
}
.site-footer .site-info .site-info-inner {
display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.site-footer .site-info a {
	color: #000925 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 14px;
	text-decoration: none;
	margin: 0 10px;
}
.site-footer .site-info a:hover {
	opacity: 0.8;
}
.trible-image {
	position: relative;
	width: 100%;
}
.trible-image .main-image-with-title {
	width: calc(100% - 40px);
	position: absolute;
	bottom: 0;
	left: 20px;
}
.tribe-events-event-image:after {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 53%) 100%);
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-position: bottom;
	border-radius: 24px;
}
.tribe-events-single-event-title {
	color: #fff !important;
}
.status-publish .entry-header h1 {
	color: #fff
}
.tribe-common.event-tickets .tribe-tickets__commerce-checkout {
	margin: 0 auto;
	max-width: 1100px !important;
	/* min-height: calc(100vh - 257px); */
	padding-bottom: 24px;
}
.bmc-checkout-main {
	display: flex;
	width: 100%;
}
.left-checkout {
	width: calc(100% - 400px);
	padding-right: 16px !important;
}
.right-checkout {
	width: 400px;
}
.tribe-tickets__commerce-checkout-header,
.tribe-tickets__commerce-checkout-cart-header {
	background: transparent !important;
}
.tribe-tickets__commerce-checkout-cart,
.tribe-tickets__commerce-checkout-purchaser-info-wrapper,
.tribe-tickets__commerce-checkout-stripe-card-element.tribe-tickets__commerce-checkout-stripe-card-element--separate {
	padding: 0 !important;
	border-radius: 8px;
	background: #edeff1 !important;
	font-family: "Inter", sans-serif !important;
	margin: 16px 0 0 0 !important;
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 7px #becddb70;
	overflow: hidden;
}
.tribe-tickets__commerce-checkout-stripe-card-element.tribe-tickets__commerce-checkout-stripe-card-element--separate {
	/* background: #fff !important; */
}
.event-tickets .tribe-tickets__commerce-checkout-stripe-card-element-row {
	background: #fff !important;
	padding: 10px 10px 0 10px !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-header,
.tribe-tickets__commerce-checkout .tribe-common-h5 {
	border-radius: 8px 8px 0 0 !important;
	background: #ffffff !important;
	padding: 10px !important;
	color: #141827 !important;
	font-size: 18px !important;
	font-family: "Inter", sans-serif !important;
	margin: 0 !important;
}
.StripeElement {
	margin-bottom: 0 !important;
	height: 42.8px !important;
}
.tribe-tickets__commerce-checkout-stripe-card-element-row:first-child {
	border-radius: 8px 8px 0 0;	
}
.tribe-tickets__commerce-checkout-stripe-card-element-row:last-child {
	border-radius: 0 0 8px 8px;
}
.tribe-tickets__commerce-checkout .tribe-common-h4 a {
	color: #141827 !important;
	font-size: 18px !important;
	margin: 0 !important;
	font-weight: 700 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-items {
	background: #fff !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-items .tec_tc_ticket {
	padding: 10px !important;
	align-items: center;
}
.tribe-common .tribe-tickets__commerce-checkout-cart-item-details-description {
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 600;
	color: #222 !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-common-h2 {
	font-family: "Inter", sans-serif !important;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price>del,
.tribe-common .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price>del,
.event-tickets .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price .tec-tickets-price__sale-price,
.tribe-common .tribe-tickets__commerce-checkout-cart-item-price .tec-tickets-price .tec-tickets-price__sale-price,
.event-tickets .tribe-tickets__commerce-checkout-cart-footer-quantity,
.event-tickets .tribe-tickets__commerce-checkout-cart-footer-total,
.tribe-common .tribe-tickets__commerce-checkout-cart-footer-quantity,
.tribe-common .tribe-tickets__commerce-checkout-cart-footer-total {
	font-family: "Inter", sans-serif !important;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-footer-total span,
.tribe-common .tribe-tickets__commerce-checkout-cart-footer-total span {
	color: #018f4b !important;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-footer-total span:first-child {
	color: #222 !important;
}
.tribe-common-b3.tribe-tickets__form-field-description {
	padding-bottom: 10px !important;
	font-family: "Inter", sans-serif !important;
}
.tribe-tickets__commerce-checkout-cart-item-details {
	width: 300px !important;
}
.tribe-tickets__commerce-checkout-cart-item-quantity {
	max-width: 80px !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-footer {
	padding: 10px !important;
	background: #fff !important;
	border-radius: 0 0 8px 8px !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-purchaser-info-field {
	background: #fff !important;
	padding: 10px 10px 0 10px !important;
}
.tribe-tickets__commerce-checkout .tribe-common-form-control-text__input {
	border: 1px solid #d5d5d5 !important;
	border-radius: 4px !important;
	background: #fff !important;
	padding: 8px 16px !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets-notice__content {
	background: transparent !important;
	border: none !important;
}
.page {
	margin-bottom: 0 !important;
}
.p-LinkAutofillPrompt {
	display: none !important;
}
#tec-tc-gateway-stripe-checkout-button {
	position: relative;
    width: 230px;
    /* bottom: -5px; */
    margin: 30px 0 0 0 !important;
}
.tribe-tickets__commerce-checkout .tribe-tickets-notice__title {
	color: #da394d !important;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-item-price,
.event-tickets .tribe-tickets__commerce-checkout-cart-item-subtotal,
.tribe-common .tribe-tickets__commerce-checkout-cart-item-price,
.tribe-common .tribe-tickets__commerce-checkout-cart-item-subtotal {
	/* flex: auto !important; */
	max-width: inherit !important;
}
.tribe-common-c-btn.tribe-tickets__commerce-checkout-form-submit-button {
	background: #018f4b !important;
	border-radius: 8px !important;
	font-size: 18px !important;
	font-family: "Inter", sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	/* margin-left: -145%; */
}
.tribe-common-c-btn.tribe-tickets__commerce-checkout-form-submit-button:hover {
	background: #17452f !important;
}
.tribe-tickets__commerce-checkout-cart-item-quantity {
	flex:auto !important;
	/* max-width: 90px !important; */
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-common-h7,
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-item-extra-available {
	display: none;
}
.tribe-tickets-row-main {
	display: flex !important;
	width: 100%;
	flex-direction: row-reverse;
}
.tribe-tickets-row-main .ticket_jf_booking-top {
	display: flex !important;
	flex-direction: column !important;
	width: calc(100% - 26px);
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove {
	display: none;
}
.tribe-tickets-row-main .tribe-common-h4 {
	width: 26px !important;
	display: flex !important;
	flex: auto !important;
	padding: 0 !important;
	justify-content: flex-start;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-number {
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove,
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-add{
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove input[type=checkbox],
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-add input[type=checkbox]{
	position: absolute;
	visibility: hidden;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove .screen-reader-text,
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-add .screen-reader-text{
	position: relative !important;
	/* overflow: visible; */
	clip: unset;
	margin: 0;
	display: inline-flex;
	width: 20px;
	height: 20px;
	z-index: 8;
	clip-path: unset;
	text-indent: -99999px;
	overflow: hidden;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-add .screen-reader-text:before,
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove .screen-reader-text:before,
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove .screen-reader-text:after{
	content: '';
	position: absolute;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-add .screen-reader-text:before,
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove .screen-reader-text:before{
	width: 100%;
	height: 100%;
	background: rgb(235,235,235);
	border-radius: 4px;
	z-index: 9;
	border:1px solid #d1d1d1 !important;
}
.tribe-tickets-row-main .tribe-common-h4 .tribe-tickets__tickets-item-quantity-remove .screen-reader-text:after {
	width: 7px;
	height: 16px;
	border-width: 0px 3px 3px 0px;
	border-color: #000;
	border-style: solid;
	transform: rotate(45deg);
	left: 7px;
	top: 1px;
	z-index: 15;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
}
.tribe-tickets__tickets-footer {
	background: rgb(235, 235, 235);
}
.tribe-tickets__tickets-footer.tribe-tickets__tickets-footer--active .tribe-formatted-currency-wrap.tribe-currency-prefix,
.tribe-tickets__tickets-footer-quantity-label,
.tribe-tickets__tickets-footer-quantity-number,
.tribe-tickets__tickets-footer-total-label {
	color: #262626 !important;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-item-extra {
	width: 100%;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-original-price {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-direction: row;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	text-decoration-line: none;
	color: rgb(100, 100, 100) !important;
	opacity: 0.7;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price {
	display: flex;
	justify-content: flex-start;
	width: 100%;	
	color: rgb(100, 100, 100) !important;
	line-height: 1 !important;
	margin-top: 5px;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-currency-prefix {
	color: rgb(2, 77, 223) !important;
	margin-left: 5px;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price h5 {
	font-size: 16px;
	font-weight: 400;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price span {
	font-size: 16px;
	font-weight: 500;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-original-price .tribe-currency-prefix {
	color: rgb(100, 100, 100) !important;
}
.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-item-details-content {
	font-size: 15px;
	color: #262626 !important;
	margin-top: 0 !important;
	line-height: 1;
	font-weight: 500;
}
.tribe-tickets-row-main-new {
	max-height: 430px;
	overflow-y: auto;
}
.order-completedstatus header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 6px;
}
.tribe-tickets__commerce-checkout-header {
	align-items: center !important;
}
.tribe-tickets__commerce-checkout-cart {
	margin: 16px 0 0 0 !important;
}
.tribe-tickets__commerce-checkout-stripe-card-element.tribe-tickets__commerce-checkout-stripe-card-element--separate h4 {
	border-radius: 8px 8px 0 0 !important;
	background: #ffffff !important;
	padding: 10px !important;
	color: #141827 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-family: "Inter", sans-serif !important;
	margin: 0 !important;
	border-bottom: 1px solid #e4e4e4 !important;
}
.tribe-common a {
	text-transform: capitalize !important;
}
.tribe-common .tribe-tickets__commerce-checkout-purchaser-info-wrapper h4 {
	border-bottom: 1px solid #e4e4e4 !important;
}
.order-completedstatusmaininner .tribe-tickets__commerce-order-details {
	border: 8px solid #edeff1 !important;
	padding: 0px !important;
	border-radius: 8px;
	background: #fff !important;
	font-family: "Inter", sans-serif !important;
	margin: 16px 0 0 0 !important;
	display: inline-block;
	width: 100%;
}
.tribe-tickets__commerce-order-details-row {
	border-bottom: 1px solid #edeff1 !important;
	padding: 8px !important;
	margin: 0 !important;
}
.tec-tickets__attendees-list-item {
	border: 8px solid #edeff1 !important;
	padding: 0px !important;
	border-radius: 8px;
	background: #fff !important;
	font-family: "Inter", sans-serif !important;
	margin: 16px 0 0 0 !important;
	display: inline-block;
	width: 100%;
}
.tec-tickets__attendees-list-item-attendee-details {
	padding: 8px !important;
	font-family: "Inter", sans-serif !important;
}
.tec-tickets__attendees-list-item-attendee-details-ticket {
	font-weight: 500 !important;
}
.tec-tickets-price.amount ins {
	margin-right: 10px;
}
.tribe-common-b1.tribe-tickets__commerce-order-description {
	margin: 0 !important;
}
.venue-details .venue-dl-cls .venue-details-section {
	width: calc(100% - 170px) !important;
}
.mobile_device_sections {
	display: none;
}
.event-tickets .tribe-tickets__commerce-checkout-cart-footer,
.tribe-common .tribe-tickets__commerce-checkout-cart-footer {
	flex-direction: column !important;
	flex-flow: column !important;
}
.tribe-tickets__commerce-checkout-cart-footer-total {
	width: 100%;
	margin: 0 !important;
	display: flex;
	justify-content: space-between;
}
.tribe-tickets__commerce-checkout-cart-footer-quantity {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.coupon_code_section input {
	width: 160px;
	font-size: 14px;
	height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px !important;
}
.coupon_code_section button {
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #018f4b !important;
	color: #fff !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	height: 36px;
	margin-right: 10px !important;
}
.coupon_code_section button:hover {	
	background: #018f4b2b !important;
	color: #018f4b !important;
}
#remove_coupon_button {
	width: 36px;
	height: 36px;
	padding: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px !important;
	line-height: 1;
}
.coupon_code_section {
	display: flex;
	align-items: center;
	gap: 10;
}
.message_coupon_all {
	background: #018f4b2b !important;
	color: #018f4b !important;
	border-radius: 4px;
	padding: 10px !important;
	margin-top: 10px !important;
}
.message_coupon_error {
	background: #8f12012b !important;
	color: #8f1201 !important;
	border-radius: 4px;
	padding: 10px !important;
	margin-top: 10px !important;
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.message_coupon_error p {
	color: #8f1201 !important;
}
.tribe-common.event-tickets {
	/* min-height: calc(100vh - 202px); */
}
.tribe-tickets__commerce-checkout-cart-footer-total {
	display: flex;
	width: 100%;
	align-items: center;
}
.coupon_code_section button:disabled {
	cursor: not-allowed;
}
.notice.notice-warning.update-nag.inline {
	display: none !important;
}
.status-publish .entry-header h1 {
	margin: 0 !important;
}
.we-accpect-cards {
	padding: 0 !important;
	border-radius: 8px;
	background: #fff !important;
	font-family: "Inter", sans-serif !important;
	margin: 8px 0 0 0 !important;
	display: inline-block;
	width: 100%;
	box-shadow: 0 0 7px #becddb70;
	overflow: hidden;
}
.bmc-checkout-main {
	min-height: calc(100vh - 239px) !important;
}
.tribe-tickets__commerce-checkout-stripe-card-element.tribe-tickets__commerce-checkout-stripe-card-element--separate {
	margin-top: 8px !important;
}
.tribe-common-c-btn.tribe-tickets__commerce-checkout-form-submit-button {
	margin-top: 16px !important;
}
.we-accpect-cards h4 {
	border-radius: 8px 8px 0 0 !important;
	background: #ffffff !important;
	padding: 10px !important;
	color: #141827 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-family: "Inter", sans-serif !important;
	border-bottom: 1px solid #e4e4e4 !important;
	margin: 0 !important;
}
.we-accpect-cards img {
	width: 80%;
	padding: 10px;
}
#customCountdown {
	background: #eb001b14;
	color: #eb001b !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 1px;
	border-radius: 4px !important;
}
.main-another-images-eventpage {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.main-another-images-eventpage .event-another-image {
	width: calc(50% - 8px);
}

.cms-content-wrapper{
	color: var(--tec-color-text-primary);
	font-size: 14px;
    line-height: 24px;
    min-height: calc(100vh - 180px);
    height: 100%;
    margin: 24px 12px;
}

.cms-content-wrapper .entry-content{
	margin: 0px;
}

.cms-content-container{
	max-width: 1360px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 7px #becddb70;
	min-height: calc(100vh - 180px);
}

.cms-content-wrapper p:first-child{
	margin-top: 0px;
	margin-bottom: 20px;
}

.cms-content-wrapper p:last-child{
	margin: 0px;
}

.cms-content-wrapper p + p{
	margin-bottom: 20px;
	margin-top: 0;
}

.cms-content-wrapper ol{
	margin-left: 0;
	padding-left: 15px;
	list-style-position: inside;
}

.cms-content-wrapper ul{
	margin-left: 0;
	padding-left: 15px;
	list-style-position: inside;
}

.cms-content-wrapper ul li:first-child,
.cms-content-wrapper ul li + li,
.cms-content-wrapper ol li:first-child,
.cms-content-wrapper ol li + li{
	margin-bottom: 5px;
}

.cms-content-wrapper ul li:last-child{
	margin-bottom: 0px;
}

.cms-content-wrapper ol + p,
.cms-content-wrapper ul + p{
	margin-top: 0px;
}

.cms-content-wrapper ol{
	margin-bottom: 10px;
}

.cms-content-wrapper ol ~ p {
	padding-left: 15px;
}

.contact-us-page{
	background: url(images/banner-bg.webp) no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'spartan', sans-serif;
	min-height: calc(100vh - 44px);
}

.contact-container{
	max-width: 1360px;
	padding: 80px 20px;
	margin: 0 auto;
}

.contact-container-wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
}

.contact-info{
	max-width: 40%;
	width: 100%;
	padding-top: 80px;
}

.contact-form{
    max-width: 50%;
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    background-color: #d1d1d133;
/*    background-color: #29385e42;*/
    backdrop-filter: blur(30px);
}

.contact-title{
    margin: 0 0 15px 0;    
    font-size: 36px;
    line-height: 42px;
}

.contact-desc{
	font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-listing-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contact-listing-item{
	padding-bottom: 15px;
    border-bottom: 2px dashed #ffffff52;
}

.contact-icon{
	display: inline-flex;
	align-items: center;
}

.contact-icon svg{
	color: #F8B81F;
	width: 100%;
    height: 100%;
}

.contact-link{
	text-decoration: none;
	color: #fff !important;
}

.contact-link:hover{
	opacity: 0.8;
}

.contact-form label{
    display: flex;
    flex-direction: column;
}

.contact-form .wpcf7-form-control-wrap{
	display: inline-flex;
	flex-wrap: wrap;
    margin-top: 4px;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
    display: inline-flex;
}

.contact-form .wpcf7-form-control{
	width: 100%;
    min-height: 42px;
    border-radius: 6px;
    padding: 6px 12px;
    border: 0;
    background-color: #91919133;
/*    background-color: #050d1900;*/
    backdrop-filter: blur(30px);
    color: #fff;
    font-family: 'spartan', sans-serif;
}

.contact-form .wpcf7-form-control:focus{
	color: #fff;
}

.contact-form .wpcf7-form-control:focus-visible{
	outline: none;
}

.contact-form .wpcf7-form-control.wpcf7-textarea{
    height: 120px;
}

.contact-form .wpcf7-submit{
	background-color: #32B879;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    padding: 0 0;
    min-height: 52px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-form .wpcf7-submit:hover{
	opacity: 0.8;
}

.page-template-template-contact-us-page .site-footer{
	background-color: #000925 !important;
}

.page-template-template-contact-us-page .site-footer .site-info a{
	color: #fff !important;
}

.contact-form .wpcf7-spinner{
	margin: 4px 24px;
	background-color: #ffffff;
}

.contact-form .wpcf7-spinner::before{
	background-color: #000a24;
}

.contact-form .wpcf7-form p:nth-last-child(2){
	position: relative;
	margin: 0;
}

.contact-form .wpcf7-form p:nth-last-child(2) .wpcf7-spinner{
    margin: 0;
    background-color: #ffffff;
    position: absolute;
    right: -30px;
    top: 12px;
}

#ui-datepicker-div{
	width: 51em !important;
}

            
.coming_soon_page {
    background: url('images/banner-bg.webp') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 60px;
}

.waviy span {
    font-family: 'Alfa Slab One', cursive; /* Escape the single quote */
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
}

.right-checkout .tribe-tickets__commerce-checkout-gateways{
	margin-top: 5px;
	/* min-height: 410px; */
    position: relative;
}

.right-checkout .tribe-tickets__commerce-checkout-gateway{
	height: 100%;
}

.tribe-common .right-checkout form{
	height: 100%;
    display: flex;
    flex-direction: column;
}

.tribe-common .right-checkout form .tribe-tickets__commerce-checkout-stripe-payment-element {
    height: 100% !important;
}

@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-20px);
    }
}

@media (max-width: 1600px) {
	.contact-container{
		padding: 40px 20px;
	}

	.contact-info{
		padding-top: 60px;
	}

	.contact-title{
		font-size: 32px;
    	line-height: 40px;
	}

	.contact-form{
		padding: 35px;
	}
}

@media (max-width: 1366px) {
	#tribe-events-pg-template {
		max-width: 90% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.tribe-events-meta-group .event-dl-cls .event-details-section,
	.tribe-events-meta-group .organizer-dl-cls .organizer-details-section {
		width: calc(50% - 10px);
	}
	.tribe-events-event-image {
		height: 300px;
	}
	.tribe-common.event-tickets .tribe-tickets__commerce-checkout {
		margin: 0 auto;
		max-width: 90% !important;
		/* min-height: calc(100vh - 257px); */
	}

	.contact-container {
        padding: 30px 20px;
    }

    .contact-info {
        padding-top: 40px;
    }

    .contact-title {
        font-size: 28px;
        line-height: 36px;
    }

    .contact-desc{
    	font-size: 16px;
    	margin: 0 0 20px 0;
    }
}
@media (max-width: 1080px) {
	.main-another-images-eventpage  {
		display: none;
	}
	.trible-image {
		display: flex;
	}
	.tribe-events-event-image {
		width: 200px;
	}
	.main-image-with-title {
		width: calc(100% - 200px) !important;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		padding-left: 16px;
	}
	.tribe-events-event-image {
		height: auto;
		min-height: 100px;
        max-height: 100px;
        background: transparent;
	}
	.tribe-events-event-image:after {
		display: none;
	}
	.mobile_device_sections {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.tribe-events-single-section{
		width: 100% !important;
	}
	.tribe-events-single-section .tribe-events-meta-group-organizer{
        border-bottom: 1px solid #dbdce1;
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
	}
	.tribe-events-schedule {
		display: flex;
		flex-direction: column;
	}
	.tribe-events-single-event-title {
		font-size: 18px !important;
		color: #222 !important;
	}
	.tribe-events-schedule h2 {
		color: #222;
		font-size: 14px !important;
	}
	.event-details h2 {
		display: none !important;
	}
	.event-details .event-dl-cls .event-details-section:nth-child(1),
	.event-details .event-dl-cls .event-details-section:nth-child(2),
	.event-details .event-dl-cls .event-details-section:nth-child(3) .tribe-events-event-url-label {
		/* display: none !important; */
	}
	.event-details .event-dl-cls .event-details-section:nth-child(3) {
		/* border: none !important;
		border-radius: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		background: none !important; */
	}
	.tribe-events-event-image {
		margin-bottom: 0 !important;
		border-radius: 12px;
	}
	.tribe-events-event-image img{
		border-radius: 12px;
	}
	.first-second-main-event-section {
		flex-direction: column;
	}
	.first-second-main-event-section .left-event-section {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.first-second-main-event-section .left-event-section .tribe-events-content p{
		padding: 5px 10px 10px !important;
		margin-top: 0px !important;
	}
	.venue-details {
		padding-bottom: 0 !important;
	}
	.event-another-image img {
		max-height: 200px;
	}
	.venue-details .venue-dl-cls .venue-details-section:last-child {
		display: none !important;
	}
	.right-event-section {
		width: 100% !important;
	}
	.tribe-tickets__tickets-form.tribe-tickets__form {
		width: 100%;
		max-width: 100%;
	}
	.event-another-image {
		margin-top: 0;
	}
	.first-second-main-event-section .venue-details,
	.first-second-main-event-section .event-details {
		display: none !important;
	}
	.first-second-main-event-section .event-details-section,
	.first-second-main-event-section .tribe-events-single-section {
		display: none !important;
	}
	.mobile_device_sections .venue-details h2 {
		display: none !important;
	}
	.tribe-venue-location,
	.tribe-venue {
		margin: 0 !important;
	}
	.tribe-events-meta-group {
		padding-bottom: 5px !important;
	}
	.tribe-tickets-row-main-new {
		height: calc(100vh - 306px);
		overflow-y: auto;
		max-height: inherit;
		border-top:1px solid #d1d1d1 !important;
	}
	.trible-image {
		padding: 0 10px !important;
	}
	.tribe-tickets__tickets-form.tribe-tickets__form {
		border-radius: 0 !important;
		border: none !important;
	}
	.tribe-common form h2.tribe-common-h4,
	.event-another-image {
		border-radius: 0 !important;
	}
	.tribe-common form h2.tribe-common-h4 {
		display: none;
	}
	#tribe-events-pg-template {
		max-width: 100% !important;
		padding-bottom: 0 !important;
	}
	/*.site-footer {
		display: none !important;
	}*/

	.page-template-template-contact-us-page .site-footer{
		display: flex !important;
	}

	.main-image-with-title .venue-details .venue-dl-cls .venue-details-section{
		width: 100% !important;
	}

	.main-image-with-title .venue-details .venue-dl-cls .venue-details-section .tribe-address br{
		display: none;
	}

	.tribe-events-notices{
        background-color: #ffbbbb;
        color: red;
        text-align: center;
        padding: 3px 10px;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 5px 0;
	}

	.tribe-events-notices li{
		text-align: center;
	}

}
@media (max-width: 991px) {
	.we-accpect-cards h4 {
		border: none !important;
	}
	.we-accpect-cards {
		display: flex;
		justify-content: space-between;
		align-items: center !important;
	}
	header {
		background: #000925 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 10px;
		font-size: 16px !important;
		line-height: 1;
	}
	.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-items .tec_tc_ticket {
		padding: 5px 10px !important;
	}
	.tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-header,
	.tribe-tickets__commerce-checkout .tribe-common-h5 {
		padding: 8px 10px !important;
	}
	.we-accpect-cards img {
		max-width: 200px;
	}
	.we-accpect-cards {
		margin: 0 0 8px 0 !important;
	}
	.tribe-tickets__commerce-checkout-cart,
	.tribe-tickets__commerce-checkout-purchaser-info-wrapper,
	.tribe-tickets__commerce-checkout-stripe-card-element.tribe-tickets__commerce-checkout-stripe-card-element--separate {
		margin-top: 0px !important;
	}
	.bmc-checkout-main {
		flex-direction: column;
		width: 100%;
	}
	.left-checkout {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.right-checkout {
		width: 100% !important;
		padding-bottom: 16px !important;
	}
	.tribe-tickets__form-field-input-wrapper input {
		width: 100% !important;
		max-width: 100% !important;
	}
	.event-tickets .tribe-common-h2 {
		font-size: 22px !important;
	}
	.event-tickets .tribe-tickets__commerce-checkout-form-submit-button,
	.tribe-common .tribe-tickets__commerce-checkout-form-submit-button {
		margin-top: 16px !important;
	}
	.tribe-events-single-section {
		padding-top: 0 !important;
	}
	#tribe-events-pg-template {
		max-width: 100% !important;
	}
	.trible-image {
		padding: 0 10px !important;
	}
	.event-another-image {
		border-bottom: 1px solid #ccc !important;
		border-top: 1px solid #ccc !important;
	}
	.tribe-events-schedule h2,
	.mobile_device_sections {
		width: 100%;
	}
/*	footer {
		display: none;
	}*/
	#tribe-events-pg-template {
		padding-bottom: 0 !important;
	}
	.tribe-tickets-row-main-new {
		/* height: calc(100vh - 447px); */
		overflow-y: auto;
		max-height: inherit;
	}
	.tribe-tickets__tickets-footer {
		background: #022475;
		border-top: none !important;
	}
	#tribe-events-pg-template {
		position: relative;
	}
	#tribe-events-pg-template:after {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 6px;
		background: #022475;
	}

	.contact-info {
    	max-width: 45%;
	}

	.contact-form {
        padding: 30px;
    }

    .contact-title {
        font-size: 24px;
        line-height: 32px;
    }

    .contact-form label{
    	font-size: 14px;
    }

    .contact-listing-item{
    	font-size: 14px;
    }

    .contact-details{
    	margin-bottom: 25px;
    }

    .contact-icon{
    	width: 18px;
    	height: 18px;
    }

    .contact-form .wpcf7-form-control.wpcf7-textarea {
	    height: 100px;
	}

	.contact-form .wpcf7-submit{
		font-size: 16px;
    	line-height: 24px;
    	min-height: 46px;
	}

	.contact-form .wpcf7-form p:nth-last-child(2) .wpcf7-spinner{
		width: 20px;
    	height: 20px;
    	right: -25px;
	}

	.tribe-tickets-row-main-new {
		height: calc(100vh - 372px);
	}

	.tribe-events-event-meta .tribe-events-address{
		min-height: 52px;
		line-height: 22px;
	}

	.tribe-events-single-event-title,
	.first-second-main-event-section .left-event-section .tribe-events-single-event-description{
		min-height: 52px;
	}

	.tribe-tickets__tickets-footer .tribe-common-b2 .tribe-tickets__tickets-footer-quantity-label,
	.tribe-tickets__tickets-footer .tribe-common-b2 .tribe-tickets__tickets-footer-quantity-number,
	.tribe-tickets__tickets-footer .tribe-common-b2 .tribe-tickets__tickets-footer-total-label,
	.tribe-tickets__tickets-footer .tribe-common-b2 .tribe-formatted-currency-wrap.tribe-currency-prefix{
		color: #fff !important;
	}

	.event-logo{
		max-width: 200px;
		padding: 0 10px;
	}

	.bmc_setbodypart_landing .event-logo{
	    max-width: 230px;
	}

	.waviy{
		font-size: 48px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.right-checkout .tribe-tickets__commerce-checkout-gateways{
		min-height: 260px;
	}
}
@media (max-width: 767px) {
	.we-accpect-cards h4 {
		font-size: 14px !important;
	}
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 10px 0 !important;
	}
	.tribe-common.event-tickets .tribe-tickets__commerce-checkout {
		width: calc(100% - 20px) !important;
	}
	.coupon_code_section {
		display: flex !important;
		width: 100%;
		justify-content: space-between;
	}
	.coupon_code_section input {
		width: calc(100% - 70px) !important;
	}
	#customCountdown {
		font-size: 13px !important;
		font-weight: 500 !important;
	}
	.coupon_code_section button {
		margin: 0 !important;
	}
	.event-tickets .tribe-tickets__commerce-checkout-cart-footer-total,
	.tribe-common .tribe-tickets__commerce-checkout-cart-footer-total {
		margin-left: var(--tec-spacer-1);
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	#tribe-events-pg-template {
		padding-top: 8px !important;
	}
	.tribe-tickets__commerce-checkout-cart-footer-total {
		border-top: 1px solid #e4e4e4 !important;
		padding-top: 10px !important;
	}
	.status-publish .entry-header h1 {
		font-size: 30px !important;
	}
	header.entry-header {
		padding: 16px 0 !important;
	}
	.tribe-events-schedule {
		margin-bottom: 0 !important;
	}
	.tribe-events-event-image {
		display: none !important;
	}
	.trible-image .main-image-with-title {
		padding: 0 !important;
		width: 100% !important;
	}
	.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content,
	.event-tickets .tribe-tickets__tickets-item-details-content {
		display: inline-flex !important;
	}
	.tribe-tickets-row-main-new {
		height: calc(100vh - 228px);
	}
	.venue-details .venue-dl-cls .venue-details-section {
		width: 100% !important;
	}
	.event-another-image img {
		max-height: 160px;
	}
	.tribe-events-schedule h2,
	.venue-details .venue-dl-cls {
		font-size: 12px !important;
	}
	.tribe-events-event-meta .tribe-events-address {
		padding-bottom: 5px;
		line-height: 1;
	}
	.tribe-venue {
		margin-top: 5px !important;
	}
	.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-item-details-content,
	.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price h5,
	.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price span {
		font-size: 13px;
	}
	.tribe-tickets-row-main .ticket_jf_booking-top .tribe-tickets__tickets-sale-price span {
		font-weight: 600;
		font-size: 14px !important;
	}	

	.contact-container {
        padding: 40px 20px;
    }

    .contact-container-wrapper{
    	flex-wrap: wrap;
    }

	.contact-info{
		padding-top: 0px;
	}

    .contact-info,
    .contact-form{
    	width: 100%;
    	max-width: 100%;
    }

    .site-footer .site-info .site-info-inner{
    	flex-wrap: wrap;
    	row-gap: 5px;
    }

    .contact-icon {
        width: 16px;
        height: 16px;
    }

    .contact-form {
        padding: 25px;
    }

    .site-footer .site-info{
    	padding: 6px;
    }

    .site-footer .site-info a{
    	margin: 0 5px;
    }


	.waviy{
		font-size: 42px;
	}

	.tribe-events-meta-group .event-dl-cls .event-details-section, 
	.tribe-events-meta-group .organizer-dl-cls .organizer-details-section{
		width: 100%;
	}
}
@media (max-width: 575px) {
	.tribe-common-c-btn.tribe-common-c-btn--small {
		width: 100% !important;
	}
	/* .tribe-tickets__commerce-checkout .tribe-tickets__commerce-checkout-cart-items .tec_tc_ticket {
		flex-wrap: wrap !important;
		display: flex !important;
	}
	.event-tickets .tribe-tickets__commerce-checkout-cart-item-details,
	.tribe-common .tribe-tickets__commerce-checkout-cart-item-details {
		width: 100% !important;
		flex: auto !important;
	}
	.tribe-tickets__commerce-checkout-cart-item-price,
	.tribe-tickets__commerce-checkout-cart-item-quantity,
	.tribe-tickets__commerce-checkout-cart-item-subtotal {
		flex: auto !important;
	} */

	.contact-container {
        padding: 30px 15px;
    }

	.status-publish .entry-header h1 {
        font-size: 24px !important;
    }

	.cms-content-wrapper{
		font-size: 13px;
    	line-height: 20px;
	}

	.cms-content-container{
		padding: 15px;
	}

	.cms-content-wrapper p:first-child,
	.cms-content-wrapper p + p{
		margin-bottom: 15px;
	}

	.contact-title {
        font-size: 22px;
        line-height: 30px;
    }

    .contact-details {
        margin-bottom: 20px;
    }

    .contact-desc {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .contact-listing-item {
        font-size: 13px;
        gap: 6px;
    }

    .contact-form {
        padding: 15px;
    }

    .contact-form .wpcf7-form p:nth-last-child(2) .wpcf7-spinner{
    	position: relative;
    	right: 0;
    	top: 0;
    	margin: 8px 0 0;
    }

    .contact-form .wpcf7 form .wpcf7-response-output{
    	font-size: 13px;
    }

    .contact-form .wpcf7-form-control.wpcf7-textarea {
        height: 80px;
    }

    .contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	    font-size: 13px;
	    line-height: 16px;
	}

    .contact-form .wpcf7-submit {
        font-size: 14px;
        line-height: 22px;
        min-height: 42px;
    }

    .tribe-tickets-row-main-new {
        height: calc(100vh - 252px);
    }

    .site-footer .site-info a{
    	font-size: 13px;
    	margin: 0 10px;
    }

	.event-logo{
		max-width: 150px;
		margin-bottom: 15px;
	}

	.bmc_setbodypart_landing .event-logo{
	    max-width: 180px;
	}

	.waviy{
		font-size: 36px;
	}
}

@media (max-width: 400px) {
	.waviy{
		font-size: 28px;
	}
}