/*
Theme Name: The Chapel (v3) - 2022
Author: See Tickets Design Team
Author URI: http://www.seetickets.us
Description: Theme for The Chapel SF
Version: 1.0
Text Domain: ticketfly-contractor_s
Domain Path: /languages/

Lasted Updated: 
May 2024 - Jeremy Schuler
https://jeremyschuler.com/

Feb 2022 - See Tickets
*/

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

 gold-parent_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Other styles towards the bottom have been pulled from "html5 shell by mimoYmima.com: a Framework for rapidly developing HTML5 based WordPress Themes".
*/

/* Theme Name: The Chapel (v2) - 2017
Author: Ticketfly D&DS // Andrew Lux
Author URI: http://www.ticketfly.com
Description: Ticketfly Contractor Theme for Platinum Level Sites Based on _s
Version: 1.0
Text Domain: ticketfly-contractor_s
Domain Path: /languages/ */

@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

/* 
Theme Name: The Chapel (v3) - 2022
LAST UPDATED: Feb 2022
Author: See Tickets Design Team
Author URI: http://www.seetickets.us
Description: Theme for The Chapel SF
*/

#just-announced-events-list .title::after {
	content: "-";
	margin: 0 4px;
}

.list-view {
	margin-top: 50px !important;
}

.tns-hero.list-view {
	margin-top: 0 !important;
}

/* Layout */
#content.fullwidth {
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	padding: 0;
}

#content.fullwidth #primary {
	width: 100%;
	padding: 0;
}

.single-seetickets-event #primary {
	width: 100%;
}

.wp-block-group {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2%;
	clear: both;
	background-color: #fff;
}

.wp-block-group.alignfull {
	width: 100%;
	max-width: 100%;
}

.wp-block-columns.has-2-columns--75-25,
.wp-block-columns.has-2-columns--80-20 {
	display: grid;
	grid-gap: 40px;
}

.wp-block-columns.has-2-columns--75-25 {
	grid-template-columns: minmax(min-content, 9fr) 3fr;
}

.wp-block-columns.has-2-columns--80-20 {
	grid-template-columns: 8fr minmax(min-content, 2fr);
}

.wp-block-columns.has-2-columns--20-80 .has-2-columns,
.wp-block-columns.has-2-columns--20-80 .has-3-columns,
.wp-block-columns.has-2-columns--20-80 .has-4-columns,
.wp-block-columns.has-2-columns--20-80 .has-5-columns,
.wp-block-columns.has-2-columns--20-80 .has-6-columns {
	width: 100%;
}

/* Helper Classes */
.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mb-1 {
	margin-bottom: 1em !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

/* Footer */
#footer-widgets-2 aside {
	text-align: right;
}

#footer-widgets-2 aside a:first-of-type {
	color: #fff;
}

#footer-widgets-2 aside a:first-of-type:hover {
	color: #D6280D;
}

/* Blocks */
.wp-block-cover .overlay-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 2em;
	padding: 20px;
	clear: both;
	background: rgba(0, 0, 0, .8);
}

.faq-wrapper.alignwide {
	width: 100%;
}

.faq.has-2-columns .wp-block-column:last-of-type {
	margin-left: 0;
}

.faq.has-2-columns .wp-block-column .wp-block-group {
	width: 100%;
	padding: 0;
}

.faq.has-2-columns .wp-block-column .wp-block-group p:first-of-type {
	margin-bottom: 0;
}

.faq.has-2-columns p {
	margin-bottom: 1em;
}

/* Components */
#wrapper #fullwidth.home-slider .list-view img,
#wrapper #fullwidth.home-slider .list-view .list-view-details {
	width: 100% !important;
	max-width: 100%;
}

#wrapper .entry-content .list-view .list-view-item img,
#seetickets .list-view-item img {
	max-width: 300px;
	margin-top:0;
}

.wp-block-group.featured-event-slider {
	padding: 0;
	margin: 0;
}

.wp-block-group.featured-event-slider #content {
	padding-bottom: 2em;
}

#fullwidth.home-slider .list-view .ticket-price button.ticket-link.primary-link {
	width: 200px;
	max-width: 100%;
	min-height: 45px;
	margin-left: 0;
}

#fullwidth.home-slider .list-view .ticket-price button.ticket-link.inactive,
#fullwidth.home-slider .list-view .ticket-price button.ticket-link.sold-out {
	margin-left: 0;
	border: 1px solid #dadada;
}

#wrapper #fullwidth.home-slider .list-view-item {
	margin-bottom: 0;
}

/* Page Templates */
#content .just-announced ul {
	width: 100%;
/* 	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 2em; */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	transition: .3s all;
}

#content .just-announced ul li {
	list-style-type: none;
	transition: .3s all;
	width: 47%;
	margin: 0 1.5%;
}

#content .just-announced a {
	display: flex;
	transition: .3s all;
}

#content .just-announced .date,
#content .just-announced .on-sale {
	margin-left: 5px;
}

#content .just-announced .on-sale {
	display: inline-flex;
}

.page-template-template-gutenberg #primary {
	width: 100%;
	padding: 2%;
}

.page-template-template-gutenberg #primary article {
	max-width: 1200px;
	width: 100%;
	margin: 2em auto 0;
}

.page-template-template-gutenberg .sldrtxt {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 1em;
	background-color: #fff;
	color: #000 !important;
}

.page-template-template-gutenberg .page-header .slider-text-int {
	display: none;
}

.page-template-page-music #wrapper .menu-tabs {
	position: relative;
	top: 43px;
}

.page-template-page-music #wrapper .widget-title {
	margin-top: 2em;
}

.entry-content ul.blocks-gallery-grid {
	margin-left: 0;
}

/* Eventbrite Plugin */
.list-view .end {
	display: flex;
	justify-content: flex-end;
}

.list-view ul.pages li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.list-view ul.pages li:hover,
.list-view ul.pages li.selected {
	background: #D6280D;
}

.list-view ul.pages li:hover a,
.list-view ul.pages li.selected a {
	color: #fff;
}

.list-view ul.pages li a {}

/* Overrides */
.pe-link,
#pe-gallery .button-ext .slider-button-url {
	max-width: max-content;
}

.page-template-page-contact .menusection {
	padding-top: 30px;
}

input[type="submit"].wpcf7-submit {
	width: 200px;
	max-width: 100%;
	min-height: 45px;
	margin-left: auto;
	margin-right: auto;

	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
}
.contact input[type="submit"].wpcf7-submit { margin-left: 0;}

.wpcf7 form .wpcf7-response-output {
	margin-bottom: padding-right: 0;
	padding-left: 0;
	border: 0;
}

.menusection .email-signup div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* Media Queries */
@media screen and (max-width: 760px) {

	.page #footer-widgets-1,
	.page #footer-widgets-2 {
		width: 100%;
		text-align: center;
		margin: auto;
	}

	.page #footer p,
	.page #footer .widget-title {
		text-align: center;
	}

	#mc_embed_signup #mc_embed_signup_scroll {
		padding: 0 2% 4%;
	}
}

@media screen and (max-width: 660px) {
	#wrapper .list-view-item {
		max-width: 300px;
	}

	p.calendar-link {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	#wrapper .menu-filterss {
		display: none;
	}

	.wp-block-columns.has-2-columns {
		grid-template-columns: 1fr;
	}

	.wp-block-columns.faq .wp-block-column:last-of-type {
		display: none;
	}
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
.mc-field-group {
	display: inline-block;
}

/* positions input field horizontally */

/* Typography */
#mc_embed_signup label {
	font-size: 16px;
}

#mc_embed_signup .button {
	font-size: 16px;
	font-weight: 700;
}

/* Signup Form */
#mc_embed_signup form {
	max-width: 600px;
	padding: 10px 0 10px 0;
	text-align: center;
}

#mc_embed_signup input {
	min-height: 50px;
	border: 1px solid transparent;
}

#mc_embed_signup input.email {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0.4em;
	border-color: #ABB0B2;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
	vertical-align: top;
}

#mc_embed_signup input.email:focus {
	border-color: #D6280D;
}

#mc_embed_signup label {
	display: block;
	padding-bottom: 10px;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc_embed_signup .button {
	display: inline-block;
	width: 175px;
	max-width: 100%;
	margin: 0;
	padding: 0 18px;
	background-color: #D6280D;
	color: #fff;
	border: 1px solid #D6280D;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#mc_embed_signup .button:hover {
	background: none;
	color: #FFF !important;
	border-color: #D6280D;
	cursor: pointer;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup #mc_embed_signup_scroll {
	clear: both;
}

@media (max-width: 768px) {
	#mc_embed_signup .clear {
		display: block;
		width: 100%
	}
}

/* MC Overrides */
#mc_embed_signup form {
	max-width: 600px;
	margin-left: auto;
}

#mc_embed_signup form .signup-wrapper {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 20px;
	margin-top: 16px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets - REMOVED
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
14.0 - Ticketfly Parts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: 'Overpass', sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

a:focus {}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;

	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;

	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: scroll;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

ol {
	list-style: decimal;
	margin: 0 0 1.0em 1em;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

h2.site-description {
	display: none;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
	*vertical-align: middle;
	/* Improves appearance and consistency in IE6/IE7 */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
	outline: none;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

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

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets - REMOVED
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

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

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

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
	vertical-align: middle;
	margin: 10px 0px;
	border: 3px solid #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.site-main .gallery a:hover img {
	border: 3px solid #D6280D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}

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

/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
	/* display:block; makes table unresponsive */
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 80%;
}

@media (min-width: 40.625em) {
	table {
		font-size: 90%;
		display: table;
	}

	th {
		font-weight: 700;
		white-space: nowrap;
		padding: .5em;
	}

	td {
		padding: .5em;
	}

	/* Fixes a bug in webkit with fonts being animated */
	html {
		-webkit-font-smoothing: antialiased;
	}
}

/* Prevent font scaling in landscape mode on phones */
@media all and (orientation:landscape) {
	html {
		-webkit-text-size-adjust: none;
	}
}

/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* More image alignment rules */
img.aligncenter.size-full {
	max-width: 100%;
	display: block;
	margin: 5px auto;
}

img.alignright.size-full {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	max-width: 100%;
}

@media (min-width: 40.625em) {
	img.alignright.size-full {
		max-width: 40%;
	}

	img.alignleft.size-full {
		padding: 4px;
		margin: 0 15px 2px 0;
		display: inline;
		max-width: 100%;
	}
}

@media (min-width: 40.625em) {
	img.alignleft.size-full {
		max-width: 40%;
	}
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

.flush-margin {
	margin: 0 !important
}

/*--------------------------------------------------------------
14.0 Ticketfly Parts
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

/* Layout */
body {
	background: #000;
	color: #000;

	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
}

/* Links */
a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:link,
a:visited {
	color: #D6280D;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: none;
}

a img {}

a:hover img {}

img.alignleft {
	float: left;
	margin: 0 16px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 16px;
}

/* Etc. */
ul {
	list-style: none;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;

	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

/* STRUCTURE */
#wrapper {}

#masthead {
	width: 100%;
	padding: 30px 10%;
	margin: 0 auto;
	min-height: 60px;
	background-color: transparent;
	padding-bottom: 0px;
	margin-bottom: 0px;
	z-index: 9999;
	top: 0px;
	background-image: url(/wp-content/uploads/2022/06/chapel-red-adjusted.jpg);
	background-position: top -20px center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
}

#content {
	width: 90%;
	padding: 3%;
	margin: 0 auto;
	background-color: transparent;
	max-width: 1200px;
	z-index: 99;
	position: relative;
}

#primary {
	width: 69%;
	padding: 1%;
	float: left;
	background-color: #000;
}

div#primary.calendar {
	width: 100% !important;
}

#secondary {
	width: 29%;
	padding: 1%;
	float: right;
	min-height: 50px;
	background-color: transparent;
}

#nosidebarsidebar {
	width: 29%;
	float: right;
	min-height: 50px;
}

#footer {
	width: 100%;
	clear: both;
	min-height: 50px;
	margin: 0 auto;
	background-color: transparent;
	border: 0;
}

.footer-content {
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	overflow: auto;
	background-image: url(img/footerbg_12.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 300%;
}

/* === SLider === */
.slider {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.hdrsld {
	display: none;
}

.home .hdrsld {
	display: block;
	position: absolute;
	width: 100%;
	height: 90%;
	z-index: -1;
	top: 0;
	left: 0;
}

.cycloneslider-slides {
	height: 100%;
}

.cycloneslider-template-responsive img {
	width: 100%;
}


.qs {
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}

.ans {
	padding-bottom: 1.2em;
}

.page-header {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2% !important;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}

/* VENUE NAME STYLE/POSITION */
.toplogo {
	width: 200px;
}

div.site-branding {
	display: none;
	vertical-align: middle;
	margin-left: -10px;
}

h1.site-title {
	font-size: 2em;
}

h1.site-title a {
	display: block;
	height: 220px;
	width: 280px;
	font-size: 0px;
	background-image: url('img/newlogo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.home .home-logo-menu {
	height: 220px;
	width: 280px;
	font-size: 0px;
	background-image: url('img/newlogo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 0px;
	vertical-align: middle;
}

.home .home-logo-menu a {
	font-size: 0px !important;
	display: block;
	height: 100%;
}

.home .home-logo-menu a:hover {
	background-color: transparent !important;
}

h1.site-title a:link,
h1.site-title a:visited {
	color: #D6280D;
	text-decoration: none;
}

h1.site-title a:hover {

	text-decoration: none;
}

.extrawidgets {
	position: absolute;
	top: 0px;
	right: 6%;
}

.extrawidgets a {
	color: #fff;
}

.extrawidgets a:hover {
	color: #D6280D;
}

.extrawidgets a i {
	font-size: 20px;
	margin: 0 5px;
}

.social-header {
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-header a {
	padding: 6px;
	font-size: 24px;
	margin: 0 8px;
	color: #fff;
}

.social-header a:hover {
	color: #D6280D;
}

/* NAV */
#topnav {
	width: 70%;
	float: right;
	margin-top: 90px;
	min-height: 60px;
	padding: 0;
	position: relative;
	clear: both;
	display: inline-block;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#topnav ul li {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	text-transform: uppercase;
}

#topnav ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	background: none;
	text-decoration: none;
	font-family: "Overpass", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
}

#topnav ul li a:hover {
	background: none;
	text-decoration: none;
	color: #D6280D;
}

/* === hoomepage menu styleings === */
.home div.site-branding {
	width: 100%;
	margin: 0px;
}

.home h1.site-title a {
	display: block;
	margin: 0 auto;
}

#topnav ul li {
	float: none;
	display: inline-block;
}

#topnav {
	width: 100%;
	float: none;
	display: block;
	margin-top: 0;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
}

#topnav.toggled ul {
	flex-direction: column;
}

#topnav ul.sub-menu {
	display: block;
	z-index: 9999;
}

.sticky {
	position: fixed;
	height: 133px !important;
	top: 0;
	z-index: 100;
	border-top: 0;
	margin: 0 0 0;
	left: 50%;
}

/* .menu-main-menu-container {
	float: right;
} */

.menu-main-menu-container {
	float: none;
}

/*--- DROPDOWN ---*/
#menu-main-menu ul {
	background: #fff;
	background: #D6280D;
	list-style: none;
	margin-left: 0;
	position: absolute;
	opacity: 0;
	font-size: 0.85em;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}

#menu-main-menu ul li {
	float: none;
	margin-right: 0;
}

#menu-main-menu ul a {
	white-space: nowrap;
}

#menu-main-menu li:hover ul {
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	pointer-events: auto;
}

#menu-main-menu li:hover a {
	background: #D6280D;
}

#menu-main-menu li:hover ul.sub-menu a {
	text-decoration: none;
	background: transparent;
	color: #fff;
}

#menu-main-menu li:hover ul li a:hover {
	background: #D6280D;
	text-decoration: underline;
}

#menu-main-menu li:hover ul.sub-menu a:hover {
	text-decoration: none;
	background: transparent;
	color: #000;
	text-shadow: none;
}

/*--- DROPDOWN ---*/
#menu-home-menu ul {
	background: #fff;
	background: #D6280D;
	list-style: none;
	margin-left: 0;
	position: absolute;
	opacity: 0;
	font-size: 0.85em;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}

#menu-home-menu ul li {
	float: none;
	margin-right: 0;
}

#menu-home-menu ul a {
	white-space: nowrap;
}

#menu-home-menu li:hover ul {
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	pointer-events: auto;
}

#menu-home-menu li:hover a {
	background: #D6280D;
}

#menu-home-menu li:hover ul.sub-menu a {
	text-decoration: none;
	background: transparent;
	color: #fff;
}

#menu-home-menu li:hover ul li a:hover {
	background: #D6280D;
	text-decoration: underline;
}

/* Featured Slider */
#wrapper #tfly-featured-events {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	border-radius: 0px 0px 0 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#wrapper #tfly-featured-events ul.nav li a,
#wrapper #prev_carousel,
#wrapper #next_carousel {
	border: 0px solid #888;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: -1px 1px 1px 0 #000000;
	box-shadow: -1px 1px 1px 0 #000000;
	color: #888;
	width: 16px;
	font-weight: 700;
}

#wrapper #prev_carousel {
	margin-left: 10px;
}

#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
	color: #000;
	background: #fff;
}

#wrapper #tfly-featured-events #overlay .ticket-link a,
#wrapper #tfly-featured-events #overlay button.ticket-link {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	font-size: 11px;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}

#wrapper #tfly-featured-events ul li img {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*--------------------------------------------------------
Home Slider
---------------------------------------------------------*/
.slider-containerer {
	font-size: 18px;
}

.slider-containerer img.gallery-img {
	width: 90%;
}

.slider-container img.gallery-img {
	height: 100%;
	width: auto;
}

.rarrowed {
	/*cursor: url(img/right.gif),pointer; */
	width: 20%;
	position: absolute;
	right: 0;
	height: 90%;
	color: #fff;
	font-size: 30px;
	z-index: 999;
	top: 0px;
}

.larrowed {
	/*	cursor: url(img/left.gif),pointer;  */
	width: 20%;
	position: absolute;
	text-align: right;
	font-size: 30px;
	left: 0;
	height: 90%;
	color: #fff;
	z-index: 999;
	top: 0px;
}


.slider-text-box {
	position: absolute;
	bottom: 5vh;
	width: 100%;
	padding: 0 5%;
	text-align: center;
	z-index: 9;
	left: 50%;
	margin-left: -50%;

}

.slider-text-int {
	color: #fff;
	display: block;
	font-weight: 700;
}

.sldrtxt {
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.8);
	line-height: 40px;
	padding: 0px 10px;
	display: inline-block;
}

.slrlnk {
	font-size: 18px;
	text-transform: uppercase;
	border: 3px solid #D6280D;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0px 10px;
	margin: 30px 1% 0px;
}

.slrlnk a {
	color: #fff;
	font-weight: bold;
}

.slrlnk:hover {
	background-color: #D6280D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.slider-text-box-two .headr-link {
	display: inline-block;

	background-color: #D6280D;
	margin-top: 10px;
	border: 3px solid #D6280D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.slider-text-box-two .headr-link:hover {
	border: 3px solid #D6280D;
	background-color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.slider-text-box-two .headr-link a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;

	padding: 0px 10px;
}

/*--------------------------------------------------------
CTA Area
---------------------------------------------------------*/
.home .ctarea {
	display: block;
}

.ctarea .img-right {
	display: inline-block;
	width: 33%;
	padding-top: 27px;
}

.red {
	background-color: #D6280D;
}

.black {
	background-color: #000;
}

.ctarea .uetitle {
	color: #fff;

	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0 0 10px;
}

.ctarea .uecal {
	float: right;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px 0 0;
}

.ctarea .uecal a {
	color: #fff;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.ctarea .uecal a:after {
	font-family: 'FontAwesome';
	content: '\f073';
	padding-left: 30px;

}

.ctarea .uecal a:hover {
	color: #D6280D;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------
CTA Area
---------------------------------------------------------*/
.home-slider {
	display: block;
	width: 100%;
	background-color: #000;
}

.bottom-arrow {
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-size: 30px;
	left: calc(50% - 15px);
	cursor: pointer;
	text-shadow: 1px 1px #000;
}

.faq h2 {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1;
	padding-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
}

.faq h2:after {
	content: "  +";
}

.answer {
	height: 0px;
	overflow: hidden;
	text-align: left;
	line-height: 1.2;
	font-size: 16px;
}

.show {
	height: auto !important;
	padding-bottom: 20px;
}

.faq.showing h2:after {
	content: "  -" !important;
}

/* =OWL Carousel
-------------------------------------------------------------- */
/* Owl Carousel - Animation */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	overflow: hidden;
}

.owl-carousel .owl-stage-outer {
	z-index: 999;
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-prev,
.owl-next {
	font-size: 0;
	position: absolute;
	opacity: 0.6;
}

.owl-dots {
	display: none;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
	color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50px;
	right: 30px;
	clear: both;
	width: 15px;
	z-index: 9999;
	text-align: right;
	opacity: 1;
}

.home .owl-carousel .owl-controls .owl-nav .owl-next {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 9999;
	top: -56px;
	left: 193px;
	width: 15px;
	text-align: right;
	clear: both;
	opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
	color: #FFFFFF;
	font-size: 72px;
	content: "\f105";
	font-family: 'FontAwesome';
	left: 0;
	top: 0;
}

.home .owl-carousel .owl-controls .owl-nav .owl-next:before {
	color: #FFFFFF;
	font-size: 42px;
	content: "\f105";
	font-family: 'FontAwesome';
	left: 0;
	top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: 50px;
	left: 30px;
	clear: both;
	width: 15px;
	z-index: 9999;
	opacity: 1;
}

.home .owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top: -56px;
	left: 143px;
	clear: both;
	width: 15px;
	z-index: 9999;
	opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
	color: #FFFFFF;
	font-size: 72px;
	content: "\f104";
	font-family: 'FontAwesome';
	left: 0;
	top: 0;
}

.home .owl-carousel .owl-controls .owl-nav .owl-prev:before {
	color: #FFFFFF;
	font-size: 42px;
	content: "\f104";
	font-family: 'FontAwesome';
	left: 0;
	top: 0;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	text-align: center;
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* Home - Carousel */
#fullwidth.home-slider {
	background-color: transparent;
}

#fullwidth.home-slider .list-view-item {
	border: none;
	position: relative;
}

#fullwidth.home-slider .list-view-img,
/* #fullwidth.home-slider .featured-event-image {
	max-width: 100%;
	height: 100%;
	float: none;
	margin:0px;
}
#fullwidth.home-slider .list-view img {
  border:none;
  object-fit: cover;
  max-width: inherit !important;
  max-height: inherit;
  width: auto !important;
  height: 70vh;
} */
#fullwidth.home-slider .list-view .list-view-item .list-view-details {
	display: block;
	width: 100%;
	float: none;
	max-width: 100%;
}

#fullwidth.home-slider .list-view .detail_event_title {}

#fullwidth.home-slider .list-view .detail_event_title:first-child {}

#fullwidth.home-slider .list-view .detail_event_title a {}

#fullwidth.home-slider .list-view .detail_event_title a:hover {
	color: #D6280D;
}

#fullwidth.home-slider .list-view .featured-event-date,
#fullwidth.home-slider .list-view .featured_event_venue {
	display: none;
	margin: 0px;
}

#fullwidth.home-slider .list-view .featured_event_venue:before {}

#fullwidth.home-slider .list-view .ticket-price {
	float: none;
	max-width: 100%;
	margin: 0px;
}

#fullwidth.home-slider .list-view .ticket-price .external-link {
	display: none;
}

#fullwidth.home-slider .list-view .ticket-price .tickets-at-the-door,
#fullwidth.home-slider .list-view .ticket-price .free,
#fullwidth.home-slider .list-view .ticket-price .cancelled,
#fullwidth.home-slider .list-view .ticket-price .sold-out,
#fullwidth.home-slider .list-view .ticket-price .sales-ended,
#fullwidth.home-slider .list-view .ticket-price .unavailable,
#fullwidth.home-slider .list-view .ticket-price .postponed,
#fullwidth.home-slider .list-view .ticket-price .reschedule,
#fullwidth.home-slider .list-view .ticket-price .off-sale {}

#fullwidth.home-slider .list-view .ticket-price .ticket-link.primary-link {
	display: block;
}

#fullwidth.home-slider .list-view .ticket-price button.ticket-link.primary-link {
	display: inline-block;
}

#fullwidth.home-slider .list-view .ticket-price .custom,
#fullwidth.home-slider .list-view .ticket-price a,
#fullwidth.home-slider .list-view .ticket-price button {
	width: 100%;
	border: none;
	border-top: 2px solid white;
	height: 35px;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
}


/*--------------------------------------------------------
Event Listing Area
---------------------------------------------------------*/

/*--------------------------------------------------------
Home Private Events Section
---------------------------------------------------------*/
.host-party .container {
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.pe-img {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.pe-img img {
	width: 100%;
}

.pe-img.party-image {
	width: 40%;
}

.pe-img.party-image img {
	width: 50%;
	float: right;
}

.pe-section {
	background-color: #000;
	max-width: 1200px;
	margin: 0 auto;
}

.pe-text {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	max-width: 45%;
	padding: 0 0px 0 50px;
	color: #fff;
	text-align: left;
}

.pe-text-center {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
	color: #fff;
	max-width: 80%;

}

.pe-top-text {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
}

.pe-top-text p {
	margin-bottom: 21px;
}

.pe-bottom-text {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2;
}

.pe-link,
.list-view-button a {
	padding: 12px 30px;
	background-color: #D6280D;
	color: #FFF;
	border: 1px solid #D6280D;
	display: block;
	text-align: center;
}

.pe-link:hover,
.list-view-button a:hover {
	background-color: transparent;
	border: 1px solid #D6280D;
	color: #FFF;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.list-view-button a:hover { color: #000 !important; }

.pe-link a,
.list-view-button a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.list-view-button:hover a {color: #FFF; }


.pe-section-tlir .pe-text {
	display: inline-block;
	text-align: left;
	padding: 50px 0px 50px 50px;
	color: #fff;
	max-width: 50%;
	vertical-align: middle;
}

.pe-section-tlir .pe-text .pe-top-text {
	text-transform: uppercase;
	color: #D6280D;
}

.pe-section-tlir .pe-text .pe-bottom-text {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}

.pe-section-tlir .pe-img {
	display: inline-block;
	width: 46%;
	vertical-align: middle;
	padding: 2% 0;
}

.pe-section-iltr .pe-text {
	display: inline-block;
	text-align: left;
	padding: 50px 0px 50px 50px;
	color: #fff;
	max-width: 50%;
	vertical-align: middle;
}

.pe-section-iltr .pe-text .pe-top-text {
	text-transform: uppercase;
	;
	color: #D6280D;
}

.pe-section-iltr .pe-text .pe-bottom-text {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}

.pe-section-iltr .pe-img {
	display: inline-block;
	width: 46%;
	vertical-align: middle;
	padding: 2% 0;
}

.max-width {
	max-width: 1350px;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------
Restaurant Section
---------------------------------------------------------*/
.rest-sect-ext {
	display: block;
	width: 100%;
	padding: 30px 20px;
	background-color: #fff !important;
}

.rest-sect-int {
	background-color: #fff !important;
	display: block;
	margin: 0 auto;
	padding: 30px 70px;
}

.rest-sect-int img {
	width: 100%;
}

.menu-ext-one {
	display: inline-block;
	width: 100%;
	padding: 0px 1.5%;
	vertical-align: top;
}

.menu-ext-two {
	display: inline-block;
	width: 50%;
	padding: 0px 1.5%;
	vertical-align: top;
}

.menu-ext-three {
	display: inline-block;
	width: 33%;
	padding: 0px 1.5%;
	vertical-align: top;
}

.menu-ext-four {
	display: inline-block;
	width: 24.5%;
	padding: 0px 1.5%;
	vertical-align: top;
}

.menu-ext img {
	width: 100%;
}

.menu-title {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

.menu-day-time {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

.menu-day-time-cent {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

.menu-day-time-cent .faq {
	padding-top: 60%;
	margin-top: -60%;
	position: relative;
}

.menu-link {
	text-align: center;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	;
	font-weight: bold;
	font-size: 18px;
	background-color: #000;
	padding: 5px 18px;
	margin-bottom: 40px;
	border: 1px solid #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.menu-link:hover {
	background-color: #fff;
	color: #D6280D;
	border: 1px solid #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.top-sect {
	display: block;
	padding-top: 10px;
}

.top-sect p {
	margin-bottom: 0px;
}

.top-sect .menu-title-cent {
	display: block;
	text-align: center;
	color: #000;
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}

.top-sect a img {
	border: none;
	width: 100%;
	padding-bottom: 10px;
}

.rest-title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.rest-title a .rest-title a:after {
	content: "\f105";
	font-family: 'fontawesome';
	color: #D6280D;
}

.rest-reservation {
	float: right;
	text-align: center;
	text-transform: uppercase;
	color: #D6280D;
	border: 1px solid #D6280D;
	padding: 5px 15px;
	margin-right: 1.5%;
}

.rest-reservation:hover {
	background-color: #D6280D;
}

.rest-reservation:hover a {
	color: #000;
}

/*--------------------------------------------------------
Reservation (oopen table)
---------------------------------------------------------*/
.OT_searchTimeField,
.OT_searchDateField,
.OT_searchPartyField {
	width: 100% !important;
	height: 23px !important;
}

.OT_header {
	display: none !important;
}

.OT_list {
	margin: 0px !important;
}

.ot-dc-badge {
	color: #fff !important;
}

#OT_form {
	width: 100% !important;
}

#OT_form li {
	height: 60px;
	margin-top: 0;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 0;
	width: 25%;
	border: none;
	min-width: 108px;
}

.OT_wrapper {
	border: none !important;
	border-radius: 0px !important;
	background-color: #f6f6f3;
	float: left;
	width: 100% !important;
	height: 43px;
}

.OT_list {
	width: 100% !important;
}

.OT_day {
	background-position: center -9px !important;
}

.OT_time {
	background-position: center -59px !important;
}

.OT_party {
	background-position: center -108px !important;
}



/*--------------------------------------------------------
contact (triple seat)
---------------------------------------------------------*/
#tripleseat_embed_form {
	max-width: 600px;
}

#tripleseat_embed_form input,
#tripleseat_embed_form textarea {
	max-width: 100%;
	width: 100%;
}

#tripleseat_embed_form .text {
	overflow: visible;
	position: relative;
	height: 100%;
	width: 100%;
}

/*--------------------------------------------------------
Awards Section
---------------------------------------------------------*/

.awards-ext h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	padding: 20px 0px;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
	line-height: 1;
}

.home .awards-ext h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}

.awards-ext #content {
	padding: 3% 0px;
	margin: 0 auto;
}

.awards-int {
	max-height: 150px;
	width: auto;

}

.awards-int img {
	max-height: 120px;
	width: auto;
	border: none;
}

.button-ext {
	width: 100%;
	border-bottom: 3px solid #D6280D;
}

.button-ext .slider-button-url {
	display: block;
	margin: 30px auto 50px;
	width: 40%;
	font-size: 28px;
	text-align: center;
	background-color: #D6280D;
	padding: 28px 78px;

	text-transform: uppercase;
	color: #fff;
	border: 3px solid #D6280D;
	font-weight: bold;
}

.button-ext .slider-button-url:hover {
	border: 3px solid #000;
	background-color: #000;
}

/*--------------------------------------------------------
EDP
---------------------------------------------------------*/
.page-template-page-edp #wrapper,
.page-template-page-music #wrapper,
.page-template-page-menu #wrapper,
.page-template-page-contact #wrapper,
.page-template-page-musictwo #wrapper {
	background-color: #000;
}

.page-template-page-edp #content {
	background-color: #fff;
	position: relative;
	margin-top: 300px;
}

.page-template-page-music .menusection {
	padding-top: 0px;
}

.page-template-page-content #wrapper {
	background-color: #000;
}

#signup-content {
	padding-top: 300px;
	background: #000;
	color: #fff;
}

.lead-in {
	margin-bottom: 0px;
}

.error404 #content,
.page-template-page-content #content {
	background-color: #fff;
	margin-top: 383px;
}

.single #wrapper,
.post-type-archive-press #wrapper,
.page-template-page-wpgallery #wrapper {
	background-color: #D6280D;
}

.page-template-page-music #content,
.single #content,
.post-type-archive-press #content,
.page-template-page-wpgallery #content,
.page-template-page-menu #content {
	background-color: #000;
}

.page-template-page-musictwo #content,
.page-template-page-contact #content {
	background-color: #fff;
}

.page-template-page-edp #wrapper .detail_event_date {
	position: relative;

	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 15px;
	line-height: 1;
}

.page-template-page-edp .event-detail .event-description {
	padding: 0px;
	width: 100%;
}

.page-template-page-edp .event-detail .event-description img {
	max-width: 100%;
}

.page-template-page-edp .event-detail .event-description div {
	margin-left: 0px !important;
}

.page-template-page-edp .event-detail img:first-of-type {
	float: none;
	width: 100%;
	padding-bottom: 15px;
}

.page-template-page-edp .event-detail .artist-boxes img.bio-image-right {
	display: none;
}

.page-template-page-edp .event-detail .artist-boxes img.bio-image-left {
	display: none;
}

.page-template-page-edp .event-detail .artist-boxes img.bio-image-no-float {
	display: none;
}

.page-template-page-edp .event-detail .event-info {
	width: 100%;
	padding: 0px;
}

.page-template-page-edp #wrapper .detail_event_subtitle,
.page-template-page-edp .event-detail .performers-label {
	font-size: 18px;
}

.page-template-page-edp #wrapper .event-detail .headliners {
	font-size: 27px
}

.page-template-page-edp #wrapper .event-detail .performers .headliners {
	margin-bottom: 10px;
}

.page-template-page-edp #wrapper .event-detail .detail_supporting_talent {
	font-size: 21px;
	line-height: 1;
	padding-bottom: 7px;
	display: inline-block;
}

.page-template-page-edp #wrapper .detail_event_time {
	font-size: 20px;
}

#wrapper .event-detail .sponsor-info {
	font-size: 15px;
	float: left;
	text-align: left;
	padding-top: 15px;
}

/* Home - Carousel */
.home #fullwidth.home-slider {
	overflow: hidden;
	width: 100%;
	display: inline-block;
	float: right;
	/*padding-top:15px;*/
}

.home #fullwidth.home-slider .wp-block-columns {
	margin-bottom: 0;
}

.slider-ext #fullwidth.home-slider .list-view-item {
	padding: 0px;
	border-right: 3px solid #D6280D;
}

.slider-ext .owl-carousel .owl-item {
	margin: 0px !important;
}

.slider-ext .owl-carousel .owl-stage-outer {
	right: 100px;
	overflow: visible !important;
}

#fullwidth.home-slider {
	width: 100%;
	overflow: hidden;
}

#fullwidth.home-slider .list-view-item {
	position: relative;
	border: none;
}

#fullwidth.home-slider img,
#fullwidth.home-slider .featured-event-image {
	/*position: relative;
	top: 0;
	left: 0;*/
	opacity: .8;
	display: inline-block;
	vertical-align: middle;
/* 	padding-bottom: 41px; */
	z-index: 999;
	object-fit: cover;
	max-width: inherit;
	max-height: inherit;
	height: auto;
	width: 100%;
}
#fullwidth.home-slider .featured-event-image img {
	object-fit: cover;
	max-height: inherit !important;
	max-width: inherit;
	width: 100% !important;
	height: 70vh;
} 
#fullwidth.home-slider .list-view-details {
	float: none;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	display: block;
	position: relative;
}

#fullwidth.home-slider .list-view .featured-event-title {}

#fullwidth.home-slider .list-view .featured-event-title:first-child {
	display: block;
}

#fullwidth.home-slider .list-view .featured-event-title {
	color: #FFFFFF;
	margin: 0 auto 5px;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
}

/* #fullwidth.home-slider .list-view .featured-event-title:hover { color: #D6280D; } */
#fullwidth.home-slider .list-view .detail_event_subtitle {
	color: #fff;
}

#fullwidth.home-slider .list-view .detail_supporting_talent {
	color: #fff;
}


.doors-and-show-time {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	font-size: 1.1em;
	font-weight: 700;
}
.doors-and-show-time .detail { display: block; text-align: left; width: auto!important; }

#seetickets.list-view .detail.detail_door_time .name:before {
	content: "Doors: ";
}

#seetickets.list-view .detail.detail_event_time .name {
	text-transform: uppercase;
}

#seetickets.list-view .detail.detail_event_time .name:before {
	content: "Show: ";
	text-transform: none !important;
	}

	#seetickets.list-view .detail.detail_door_time .name:after {
		content: " / ";
		margin: 0 5px;
		display: inline-block;
	}

	/* #seetickets.list-view .detail.detail_event_time:before {content: "Show: ";margin: 0 5px;display: inline-block; float: left; } */


	#seetickets.list-view .pagination .page-numbers {
		background-color: #292929;
		padding: 6px;
	}
	
	#seetickets .pagination .page-numbers.current {
		color: #D6280D;
	}
	
	#seetickets.list-view .container .pagination {
		margin: 0 auto 20px;
	}

	/* #fullwidth.home-slider .list-view .detail_venue:before {
	content: '\f111';
	color: #FFFFFF;
	float: left;
	font-family: 'FontAwesome';
	font-size: 6px;
	position: absolute;
	padding-top: 0px;
	margin-left: -13px;
} */


	#fullwidth.home-slider .list-view .featured-event-date,
	#fullwidth.home-slider .list-view .detail_venue {
		float: none;
		display: block;
		width: auto;
		font-size: 24px;
		line-height: 24px;
		color: #FFFFFF;
		text-transform: uppercase;

	}

	.featured-event-overlay .detail,
	#fullwidth.home-slider .list-view .detail_venue {
		display: block;
		margin: 5px auto;
		padding: 0 !important;
		line-height: 21px;
		font-size: 18px;
	}

	#fullwidth.home-slider .list-view .ticket-price {
		text-transform: uppercase;
		width: 100%;
		padding: 0;
		z-index: 999;
		float: none;
		margin: 0 auto;
		position: relative;
		text-align: center;
		padding-top: 10px;
	}

	#fullwidth.home-slider .list-view .ticket-price .tickets-at-the-door,
	#fullwidth.home-slider .list-view .ticket-price .free,
	#fullwidth.home-slider .list-view .ticket-price .cancelled,
	#fullwidth.home-slider .list-view .ticket-price .sold-out,
	#fullwidth.home-slider .list-view .ticket-price .sales-ended,
	#fullwidth.home-slider .list-view .ticket-price .unavailable,
	#fullwidth.home-slider .list-view .ticket-price .postponed,
	#fullwidth.home-slider .list-view .ticket-price .reschedule,
	#fullwidth.home-slider .list-view .ticket-price .off-sale {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 220px;
		min-height: 45px;
		margin: 0 auto;
		padding: inherit;
		font-size: 16px;
		letter-spacing: 0.03em;
		background: #000000;
		color: #FFFFFF;
		border-color: #dadada;
	}

	#fullwidth.home-slider .list-view .ticket-price .ticket-link.primary-link {
		display: block;
	}

	#fullwidth.home-slider .list-view .ticket-price .custom,
	#fullwidth.home-slider .list-view .ticket-price a,
	#fullwidth.home-slider .list-view .ticket-price button {
		/* 	max-width: 220px; */
		margin: 0 auto;
		/* 	padding: 0px 10px; */
		font-size: 16px;
		letter-spacing: 0.03em;
		border-radius: 0px;
		color: #fff;
		font-weight: bold;
		border: none;
		width: auto;
		border: 1px solid #D6280D;
		background-color: #D6280D;
	}

	#fullwidth.home-slider .list-view .ticket-price .custom {
		display: inline;
		padding: 4px 10px;
	}

	#fullwidth.home-slider .list-view .ticket-price a.tickets:hover,
	#fullwidth.home-slider .list-view .ticket-price button:hover {
		background-color: transparent;
		color: #FFF;
		border: 1px solid #D6280D !important;
	}

	/* WIDGETS */
	.widget {
		padding: 10px 0px;
	}

	#footer .widget {
		padding: 0px;
	}

	h2.widget-title {

		font-style: normal;
		font-weight: 700;
		font-size: 1.2em;
		padding-top: 20px;
		text-transform: uppercase;
	}

	#footer h2.widget-title {

		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		padding-top: 0px;
		text-transform: uppercase;
		text-align: left;
		color: #D6280D;
		line-height: 1;
	}

	#footer .widget_social_widget {
		padding-bottom: 20px;
	}

	#footer .widget_social_widget .widget-title {
		padding-bottom: 10px;
	}

	#footer .widget_social_widget a {
		padding: 0px 10px;
	}

	#footer .widget_social_widget a i {
		color: #fff;
		font-size: 22px;
		font-weight: bold;
	}

	#footer .widget_social_widget a i:hover {
		color: #D6280D;
	}

	#wrapper .sidebar-list {
		padding: 0;
		margin: 0;
	}

	#wrapper .sidebar-list ul,
	#wrapper .onsale ul,
	#wrapper .just-announced ul,
	#wrapper .upcoming ul {
		background: none;
		padding: 0;
		margin: 0 0 12px 0;
		transition: .3s all;
	}


	#wrapper .sidebar-list li,
	#wrapper .onsale li,
	#wrapper .just-announced ul li,
	#wrapper .upcoming li {
		background: #fff;
		font-size: 14px;
		padding: 0;
		margin: 0 3% 0 0;
		color: #333;
		width: 47%;
		transition: .3s all;
	}

	#wrapper .sidebar-list a,
	#wrapper .onsale a,
	#wrapper .just-announced a,
	#wrapper .upcoming a {
		font-size: 15px;
		color: #000;
		font-weight: 400;
		display: block;
		padding: 9px 0;
		width: 100%;
		text-align: left;
		border-bottom: 2px solid #000;
		transition: .3s all;
	}

	#wrapper a .on-sale {
		font-size: 14px;
		color: #D6280D;
		display: block;
		font-style: italic;
	}

	#wrapper a:hover .on-sale {
		color: #111;
	}

	/* youtube sidebar */
	#wrapper .youtube-video-sidebar {
		margin: 0 0 -6px;
	}

	#wrapper .youtube-playlist-sidebar {
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	#wrapper .youtube-playlist-sidebar:hover,
	#wrapper .youtube-playlist-sidebar:focus {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		/* scrolls on iOS */
	}

	#wrapper .youtube-video-player-sidebar ul {
		background: #fff;
		margin-bottom: 0px;
	}

	#wrapper .youtube-video-player-sidebar a {
		font-size: 14px;
		background: #fff;
		color: #EEE;
		font-weight: 400;
		display: block;
		padding: 9px 14px;
		border-bottom: 1px solid #333;
	}

	/* twitter widget pro */
	#wrapper .widget_twitter {
		position: relative;
	}

	#wrapper .follow-button {
		padding: 25px 0 0;
	}

	#wrapper .widget_twitter li {
		background: #fff;
		font-size: 14px;
		padding: 0;
		margin: 10px 0 0;
		color: #333;
		padding: 9px 14px;
		display: block;
		border-bottom: 1px solid #999;
	}

	#wrapper .widget_twitter li a {
		color: #5450dc;
	}

	#wrapper .widget_twitter .entry-meta a {
		color: #666;
		font-size: 12px;
		display: block;
		text-align: right;
		margin-top: 5px;
		text-transform: uppercase;
	}

	/* tf sidebar lists, youtube & twitter hover states */
	#wrapper .just-announced a:hover,
	#wrapper .just-announced a:active,
	#wrapper .just-announced a:focus,
	#wrapper .widget_twitter li:hover,
	#wrapper .widget_twitter li:active,
	#wrapper .widget_twitter li:focus,
	#wrapper .youtube-video-player-sidebar a:hover,
	#wrapper .youtube-video-player-sidebar a:active,
	#wrapper .youtube-video-player-sidebar a:focus {
		color: #D6280D;
		border-bottom-color: #D6280D;
		transition: .3s linear;
	}

	#wrapper .widget_twitter li:hover a {
		color: #FFF;
		opacity: 0.5;
	}



	@media all and (max-width:1024px) {
		#wrapper .just-announced ul {
/* 			grid-template-columns: auto; */
			width: 100%;
			flex-direction: column;
			transition: .3s all;
		}
		
		#wrapper .just-announced ul li,
		#wrapper .just-announced ul li a { width: 100%; margin: 0; }
	}

	/* private event venue filter items */
	#wrapper .eb-venue-id-40852847 .times,
	#wrapper .eb-venue-id-40852847 .age-restriction,
	#wrapper .eb-venue-id-40852847 .price-range {
		display: none;
	}

	#wrapper .list-view .eb-venue-id-40852847 .ticket-link a {
		line-height: 1;
	}
	
	#seetickets .detail.detail_age {
		font-style: italic;
		display: block;
	/* 		text-align: center;
		margin: 0 auto;
		justify-content: center; */
	}
	#seetickets .calendar-event .detail .name {
		word-break: keep-all;
	}
	
	/* #seetickets.list-view .detail_age:before { 
		content: "Ages ";
		margin-right: 3px; 
		display: inline-block;
	} */


	/* ----------------------------------------
	 ticketfly search & email signup
	 contact form elements
---------------------------------------- */
	form .group {
		padding: 10px 25px;
	}

	input,
	textarea {
		background-color: #fff;
		border: 0;
		border-bottom: 2px solid #CCC;
		border-radius: 0;
		color: #333;
		margin: 0;
		padding: 5px;
		width: 75%;
	}

	textarea {
		border: 2px solid #CCC;
	}

	input:focus,
	textarea:focus {
		outline: none;
		border-bottom: 2px solid #5450dc;
		color: #1a1a1a;
	}

	textarea:focus {
		border: 2px solid #5450dc;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		float: none;
		display: block;
		border-radius: 0px;
		text-align: center;
		font-weight: normal;
		text-transform: uppercase;
		border: 1px solid #D6280D;
		background-color: #D6280D;
		color: #FFF;
		cursor: pointer;
		/* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button;
		/* Corrects inability to style clickable 'input' types in iOS */
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		padding: .6em 1em;
		height: 50px;
		width: 50px;
		border: none;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		cursor: pointer;
		background-color: transparent;
		color: #FFF!important;
		border-color: #D6280D!important;
	}

	#searchform input.textform,
	input.tfly-email-subscribe-text {
		margin: 0;
		padding: 5px;
		width: 80%;
		height: 50px;
		background-color: transparent;
		border: 0;
		border-radius: 0px;
		-webkit-appearance: none; 
		color: inherit!important;
	}

	input.tfly-email-subscribe-text {
		width: 100%;
	}

	#footer input.tfly-email-subscribe-text {
		color: #fff;
		border-bottom: 2px solid #D6280D;
		border-radius: 0px;
	}

	#footer input.tfly-email-subscribe-text::placeholder {
		color: #fff;
	}

	#footer input.tfly-email-subscribe-submit,
	#footer button.eb-email-subscribe-submit,
	button#searchsubmit {
		background-color: transparent;
		color: #FFF;
		border: none;
	}

	#footer .tfly-email-subscribe {
		padding-bottom: 50px;
	}

	#searchform input.textform:focus,
	input.tfly-email-subscribe-text:focus {
		color: #FFF;
		border-bottom: 2px solid #D6280D;
	}

	input.tfly-email-subscribe-submit,
	button.eb-email-subscribe-submit,
	button#searchsubmit {
		font-family: 'FontAwesome';
		font-size: 25px;
		line-height: 1;
		color: #000;
		float: right;
		display: block;
		width: 50px;
		height: 50px;
		padding: 5px 10px;
		text-align: center;
		font-weight: normal;
		text-transform: uppercase;
		cursor: pointer;
		/* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button;
		/* Corrects inability to style clickable 'input' types in iOS */
		background-color: #fff;
		border: 0;
		border-radius: 0px;
	}

	button.eb-email-subscribe-submit {
		width: 100%;
	}

	input.tfly-email-subscribe-submit:hover,
	button.eb-email-subscribe-submit:hover,
	button#searchsubmit:hover {
		cursor: pointer;
		border: 0;
		color: #FFF;
		background-color: transparent;
	}

	#wrapper form.signup-form,
	#footer form.signup-form {
		padding-bottom: 0px;
	}

	.eb-email-address {
		display: inline-block;
		width: 80%
	}

	.eb-email-submit {
		display: inline-block;
		width: 15%;
		vertical-align: bottom;
	}


	#footer input.tfly-email-subscribe-submit:hover,
	#footer button.tfly-email-subscribe-submit,
	#footer button#searchsubmit:hover {
		cursor: pointer;
		border: 1px solid #D6280D;
		color: #FFF;
		background-color: transparent;
	}

	/* footer widgets */
	#footer-widgets-1 {
		width: 29%;
		min-height: 200px;
		display: inline-block;
		vertical-align: top;
	}

	#footer-widgets-2 {
		width: 69%;
		min-height: 200px;
		display: inline-block;
		text-align: right;
		vertical-align: top;
		color: #fff;
	}

	#footer-widgets-3 {
		width: 100%;
		min-height: 200px;
		display: inline-block;
	}

	.footer-one-and-two {
		display: block;
		height: 310px;
		vertical-align: top;
		padding-top: 30px;
		float: none;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.footer-three {
		display: inline-block;
		height: 310px;
		float: none;
		display: none
	}


	/* LIST VIEW */
	.event-cal {
		text-transform: uppercase;
		font-size: 20px;

		font-weight: bold;
		color: #D6280D;
	}

	.event-cal:after {
		font-family: 'FontAwesome';
		content: '\f073';
		padding-left: 10px;
		color: #D6280D;
		font-weight: normal;
	}

	#seetickets .list-view-item .list-view-details {
		padding-top: 20px;
		max-width: 100%;
	}

	/* #seetickets .list-view-item .list-right { display: block; } */
	#seetickets.calender .detail,
	#seetickets .list-view-item .list-view-details .detail {
		display: flex;
		text-transform: none;
	}

	#seetickets .list-view-item .list-view-details .detail.detail_event_date {
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	#seetickets .list-view-item .list-view-details .detail.detail_event_subtitle,
	#seetickets .list-view-item .list-view-details .detail.detail_event_header {
		font-weight: 700;
	}


	#seetickets .list-view-heading {}

	#seetickets .list-view-title {}

#seetickets.calender .detail_event_header,
#seetickets.calender .detail_event_subtitle,
#seetickets.calender .detail_event_date,
#seetickets.calender .detail_event_time,
#seetickets.calender .detail_door_time,
	#seetickets.calender .detail>.label,
	#seetickets.list-view .detail>.label {
		display: none !important;
	}

	#wrapper .calendar-link {
		position: relative;
	}

	#wrapper .calendar-link:after {
		content: "\f073";
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		/*--adjust as necessary--*/
		color: #000;
		font-size: 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#wrapper .calendar-link a {
		padding-right: 24px;
	}

	#wrapper .calendar-link a:hover {}

	#seetickets.list-view .list-view-item {
		width: 100%;
		margin: 0 auto 15px;
		padding-bottom: 5px;
		border: none;
		border-bottom: 1px solid #dadada;
	}

	#seetickets.list-view .list-view-item:last-of-type {
		border-bottom: none;
	}

	#wrapper .list-view div:nth-last-child(3) {
		border: none;
	}

/* 	#wrapper .entry-content #seetickets .list-view-item img {
		margin: 0 16px 0 0;
		min-width: 37%;
	} */

	#wrapper .event-status-message {
		font-style: italic;
		line-height: 1;
		padding-bottom: 10px;
	}

	#wrapper .detail_event_subtitle {
		font-weight: 400;
		font-size: 13px;

	}

	/* #seetickets.list-view .ticket-price { display: flex; justify-content: flex-end; width: 20%; } */
	#wrapper .event-detail .ticket-price {
		width: 100% !important;
	}

	#seetickets.list-view .price-range {
		width: 100%;
		margin-bottom: 5px;
		word-wrap: break-word;
		-ms-word-wrap: break-word;
		margin-top: 10px;
		font-size: 16px;

		display: block;
	}

	.page-template-page-content #seetickets .price-range,
	.page-template-page-content #seetickets .age-restriction {
		display: none;
	}

	.page-template-page-content #seetickets .ticket-price {
		max-width: 120px;
		margin: 0 auto;
	}

	#seetickets.list-view .detail {

		font-size: 15px;
		font-weight: 400;
	}

	#seetickets.list-view .dates {
		display: none;
		/* 	position: absolute; top: 6px;*/
		text-transform: uppercase;
	}

	#seetickets.list-view .detail_event_time {
		padding-bottom: 5px;
	}

	#seetickets.list-view .detail_age,
	h2.additional-event-info {
		font-style: italic;
		font-size: 12px;
		display: inline-block;
		line-height: 16px;
		margin-top: 6px;
		color: #000;
	}

	/* EVENT DETAIL */
	#seetickets.list-view .detail_venue {
		font-weight: bold;
		margin-bottom: 0;

		font-size: 15px;
		text-transform: uppercase;
		color: #000;
	}

	#wrapper .city-state {}

	#wrapper .event-detail .artist-boxes .artist-name {
		font-size: 27px;
		line-height: 1;
	}

	#wrapper .event-detail .artist-boxes ul.links li {}

	#wrapper .bio {}

	#toolbox {
		margin-top: 20px;
	}

	div.calendar-sync a,
	#toolbox a {
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: all 0 none;
		transition: none;
	}

	h4.share-text {
		font-weight: normal;
		text-transform: uppercase;
		font-size: 11px;
	}

	/* CALENDAR */
	#wrapper .calendar-view .calendar-sync {
		display: none;
	}

	#wrapper .share-button {
		background-color: transparent;
		border: none;
		color: #000;
		padding: 0px;
		top: -44px;
	}

	#wrapper .tfly-calendar .calendar-sync {}

	#wrapper .calendar-list-flip {
		position: relative;
	}

	#wrapper .calendar-list-flip:after {
		content: "\f03a";
		font-family: 'FontAwesome';
		font-style: normal;
		text-decoration: inherit;
		/*--adjust as necessary--*/
		color: #000;
		font-size: 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#wrapper .tfly-calendar .calendar-list-flip a,
	#wrapper .calendar-view .calendar-list-flip a {
		padding-right: 24px;
	}

	#seetickets table.calendar,
	#wrapper .tfly-calendar table,
	#wrapper .calendar-view table {
		margin-bottom: 30px;
		border: 0;
		border-collapse: separate;
		border-spacing: 3px 10px;
	}

	#seetickets table.calendar .calendar-event,
	#wrapper .tfly-calendar .one-event,
	#wrapper .calendar-view .one-event {
		width: 115px;
		margin: 0 auto 20px;
		padding: 0 0 10px 0;
		overflow-wrap: break-word;
		text-align: left;
	}

	#seetickets table.calendar td,
	#wrapper .tfly-calendar td,
	#wrapper .calendar-view td {
		padding: 0px;
		text-align: center;
		border: 0px;
	}

	#seetickets table.calendar,
	#seetickets table.calendar td,
	#wrapper .tfly-calendar tr td.data,
	#wrapper .calendar-view tr td.data {
		border: 0;
	}

	#wrapper .tfly-calendar td.data.vevent,
	#wrapper .calendar-view td.data.vevent {
		border: 1px solid #D6280D;
	}

	#wrapper .tfly-calendar tr,
	#wrapper .calendar-view tr {
		border: solid 1px #151515;
	}
	#seetickets.calender { margin-top: 25px; }
	#seetickets.calender .month-name,
	#wrapper .tfly-calendar table tr .month,
	#wrapper .calendar-view table tr .month {
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}

	#seetickets table.calendar .date,
	#wrapper .tfly-calendar .date,
	#wrapper .calendar-view .date {
		background: #D6280D;
		display: block;
		color: #fff;
		font-size: 13px;
		line-height: 1.4;
		text-transform: uppercase;
		padding: 5px;
		margin-bottom: 10px;
		font-weight: 400;
	}
	
	#seetickets.calender .no_events {
		display: block !important;
		margin: 0 auto;
		text-align: center;
	}
	
	#seetickets.calender .no_events+table {
		display: none;
	}

	/* Headliner and Support */
	#seetickets.calender .calendar-event .detail_seetickets_eventtitle a,
	#seetickets.list-view h1.headliners a,
	#wrapper .event-detail .headliners {
		font-weight: 700;
		color: #000;
	}

	#wrapper .detail_supporting_talent,
	#seetickets.calender .detail_supporting_talent,
	#wrapper .detail_supporting_talent a,
	#wrapper .event-detail .detail_supporting_talent {
		font-weight: normal;
		color: #999;
		margin-top: 0;
		font-weight: 700;
		font-size: 16px;
		color: #000;
	}

	#seetickets.calender .calendar-event .detail_seetickets_eventtitle a,
	#seetickets.list-view h1,
	#seetickets.list-view h1.headliners a,
	#wrapper .list-view .detail_event_title,
	#wrapper .event-detail .headliners {
		font-size: 22px;
		margin-bottom: 0 !important;
		font-weight: 700;
		color: #000;
		padding-bottom: 0px;
		word-wrap: break-word;
		-ms-word-wrap: break-word;
		line-height: 1.1;
		text-transform: none;
	}

	#seetickets.calender .headliners a:hover,
	#seetickets.list-view h1.headliners a:hover {
		color: #D6280D;
	}

	#wrapper .entry-content .list-view h1:first-of-type {
		padding-top: 10px;
	}

	#wrapper .event-detail h1:first-of-type {
		padding-top: 10px;
	}

	#wrapper .event-detail h1:last-of-type {
		padding-bottom: 10px;
	}

	.page-template-page-music #wrapper .list-view h1:first-of-type {
		padding-top: 10px;
	}

	.page-template-page-music #wrapper .list-view h1:last-of-type {
		padding-bottom: 16px;
	}

	#seetickets.calender .calendar-event .detail_seetickets_eventtitle a,
	#seetickets.calender .calendar-event a .headliners,
	#wrapper .list-view .detail_event_title a {
		color: #000;
	}

	#seetickets.calender .calendar-event .detail_seetickets_eventtitle a:hover,
	#wrapper .detail_event_title a:hover {
		color: #D6280D;
	}

	#wrapper .detail_supporting_talent a:hover {
		color: #D6280D;
	}

	#wrapper .event-detail .headliners {}

	#seetickets.calender .detail_supporting_talent,
	#wrapper .list-view .detail_supporting_talent,
	#wrapper .event-detail .detail_supporting_talent {
		font-size: 16px;
		line-height: 1.6;
		padding-bottom: 5px;
	}

	#wrapper .tfly-calendar .headliners,
	#wrapper .calendar-view .headliners {
		padding-top: 0px;
	}

	#wrapper .tfly-calendar .headliners a,
	#seetickets.calender .calendar-event .detail_seetickets_eventtitle a,
	#seetickets.calender .calendar-event .detail_seetickets_eventtitle a h1,
	#wrapper .calendar-view .headliners a {
		font-size: 15px;
		margin-bottom: 0;
		word-wrap: break-word;
		line-height: 1.3;
		text-align: left;
	}

	#wrapper .tfly-calendar img,
	#wrapper .calendar-view img {
		padding-bottom: 10px;
		border: none;
	}

	#wrapper .tfly-calendar .detail_supporting_talent {}

	#seetickets.calender .detail_supporting_talent,
	#wrapper .tfly-calendar .detail_supporting_talent a,
	#wrapper .calendar-view .detail_supporting_talent a {
		font-weight: 400;
		font-size: 13px;
		color: #000;
		line-height: 1.3;
		word-break: keep-all;
	}
	
	@media (max-width: 768px) {
		#seetickets table.calendar .calendar-event { background: #fff; width: 80%; }
		#seetickets table.calendar .calendar-event .calendar-event { width: 100%; }
	}

	/* Ticket Status For All Sections */
	#seetickets .list-view-item .ticket-price a,
	#seetickets .ticket-price a,
	#seetickets .ticket-price {
		display: inline-block;
		background: #fff;
		color: #000;
		cursor: pointer;
		text-decoration: none;
		font-weight: normal;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		;
	}

	#seetickets .event_tickets:hover,
	#seetickets .calendar-event a.event_button:hover,
	#seetickets .list-view-item .ticket-price a:hover,
	#seetickets .ticket-price a:hover {
		background-color: transparent;
		background: none;
		color: #000;
		border: 1px solid #D6280D;
	}

	#seetickets .event_tickets,
	#seetickets .calendar-event a.event_button,
	#seetickets .list-view-item .ticket-price a,
	#wrapper .tfly-calendar .ticket-link a,
	#wrapper .tfly-calendar button.ticket-link,
	#wrapper .calendar-view .ticket-link a,
	#wrapper .calendar-view button.ticket-link {
		background-color: #D6280D;
		color: #fff;
		border: 1px solid #D6280D;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 0px;
		font-size: 14px;
		line-height: 1;
		padding: 15px;
		margin: 6px auto;
		width: 100%;
	}
	
	#seetickets.calender .event_tickets,
	#seetickets.calender .calendar-event a.event_button { padding: 6px 10px 3px; }
	

	#wrapper .list-view .rescheduled,
	#wrapper .list-view .off-sale {
		margin-bottom: 5px;
	}

	#wrapper .tickets-at-the-door,
	#wrapper .future-sale a,
	#wrapper .on-sale-soon,
	#wrapper .custom {
		margin: 0 auto;
		display: inline-block;
		line-height: 1;
		border: none;
		background-color: #D6280D;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0px;
		padding: 4px 20px;
		border-radius: 0px;
	}

	#wrapper .custom a {
		color: #fff;
	}

	#wrapper .off-sale {
		width: 100px;
	}

	#wrapper .future-sale a:hover,
	#wrapper .on-sale-soon:hover,
	#wrapper .custom:hover {
		text-decoration: underline;
	}

	#wrapper .tfly-calendar .cancelled,
	#wrapper .tfly-calendar .sold-out,
	#wrapper .tfly-calendar .sales-ended,
	#wrapper .tfly-calendar .unavailable,
	#wrapper .tfly-calendar .postponed,
	#wrapper .tfly-calendar .rescheduled,
	#wrapper .tfly-calendar .free,
	#wrapper .tfly-calendar .tickets-at-the-door,
	#wrapper .tfly-calendar .future-sale a,
	#wrapper .tfly-calendar .on-sale-soon,
	#wrapper .tfly-calendar .custom,
	#wrapper .tfly-calendar .off-sale,
	#wrapper .calendar-view .cancelled,
	#wrapper .calendar-event .sold-out,
	#wrapper .calendar-view .sold-out,
	#wrapper .calendar-view .sales-ended,
	#wrapper .calendar-view .unavailable,
	#wrapper .calendar-view .postponed,
	#wrapper .calendar-view .rescheduled,
	#wrapper .calendar-view .free,
	#wrapper .calendar-view .tickets-at-the-door,
	#wrapper .calendar-view .future-sale a,
	#wrapper .calendar-view .on-sale-soon,
	#wrapper .calendar-view .custom,
	#wrapper .calendar-view .off-sale {
		margin: 6px auto;
		width: 96%;
		padding: 5px;
		background-color: #000;
		color: #fff;
		border: 0;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 0px;
		display: block;
	}

	#wrapper .event-detail .ticket-link a,
	#wrapper .event-detail button.ticket-link,
	#wrapper .event-detail .cancelled,
	#wrapper .event-detail .sold-out,
	#wrapper .event-detail .sales-ended,
	#wrapper .event-detail .unavailable,
	#wrapper .event-detail .postponed,
	#wrapper .event-detail .rescheduled,
	#wrapper .event-detail .free,
	#wrapper .event-detail .tickets-at-the-door,
	#wrapper .event-detail .future-sale a,
	#wrapper .event-detail .on-sale-soon,
	#wrapper .event-detail .custom,
	#wrapper .event-detail .off-sale {
		margin: 12px 0 0;
		text-align: center;
		width: auto;
		border: none;
		background-color: #D6280D;
		color: #fff;

		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0px;
		padding: 4px 20px;
		border-radius: 0px;
		display: inline-block;
		font-size: 18px;
		line-height: inherit;
	}

	#wrapper .event-detail .ticket-link a,
	#wrapper .event-detail button.ticket-link {
		background-color: #D6280D;
	}

	#seetickets.list-view .cancelled,
	#seetickets.list-view .custom,
	#seetickets.list-view .free,
	#seetickets.list-view .future-sale a,
	#seetickets.list-view .off-sale,
	#seetickets.list-view .on-sale-soon,
	#seetickets.list-view .postponed,
	#seetickets.list-view .rescheduled,
	#seetickets .sold-out,
	#seetickets.list-view .sales-ended,
	#seetickets.list-view .ticket-link,
	#seetickets.list-view .ticket-link a,
	#seetickets.list-view .tickets-at-the-door,
	#seetickets.list-view .unavailable {
		width: 200px;
		max-width: 100%;
		margin: 12px auto 0;
		padding: 8px;
		background-color: #D6280D;
		color: #fff;
		border: 1px solid transparent;
		border-radius: 0;

		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 0px;
		text-transform: uppercase;
		text-align: center;
	}

	#seetickets.list-view .cancelled,
	#seetickets .sold-out,
	#seetickets.list-view .sales-ended,
	#seetickets.list-view .unavailable,
	#seetickets.list-view .postponed,
	#seetickets.list-view .rescheduled,
	#seetickets.list-view .off-sale {
		background-color: #000;
		color: #fff;
	}

	#seetickets .sold-out:hover { color: #000!important; }
	#seetickets .event_tickets { line-height: 18px!important; }
	#seetickets .calendar-event a.event_button { padding: 5px 10px; }
	
	.calendar-view .data h1,
	.calendar-view .data h3,
	.calendar-view .data .cancelled,
	.tfly-calendar .data .cancelled,
	.calendar-view .data .free,
	.tfly-calendar .data .free,
	.calendar-view .data .future-sale a,
	.tfly-calendar .data .future-sale a,
	.calendar-view .data .on-sale-soon,
	.tfly-calendar .data .on-sale-soon,
	.calendar-view .data .postponed,
	.tfly-calendar .data .postponed,
	.calendar-view .data .sales-ended,
	.tfly-calendar .data .sales-ended,
	.tfly-calendar .data .sold-out,
	.calendar-view .data .sold-out,
	.calendar-view .data .tickets-at-the-door,
	.tfly-calendar .data .tickets-at-the-door,
	.calendar-view .data .ticket-link,
	.tfly-calendar .data .ticket-link,
	.calendar-view .data .ticket-link a,
	.tfly-calendar .data .ticket-link a,
	.calendar-view .data .unavailable,
	.tfly-calendar .data .unavailable {
		font-size: 16px !important;
	}

	#seetickets .list-view .custom {
		background-color: #000;
		font-size: 18px;
	}

	/* ticketfly powered logo */
	.tfly-powered {
		width: auto;
		display: inline-block;
		float: none;
		text-align: center;
		display: none;
	}

	.tfly-powered a img {
		border: 0;
	}

	div.spacer {
		clear: both;
		height: 20px;
	}

	/* non-event pages */
	div.entry-content {
		clear: left;
		margin: 0px 0 30px 0;
	}

	div.entry-content.non-event {
		padding: 2%;
		background-color: #fff;
	}

	.non-event ul {
		list-style: disc;
		margin: 0 0 1em 3em;
		font-size: 0.9em;
	}

	h1.entry-title {

		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 2em;
		line-height: 1.3;
	}

	h1.entry-title a:link {
		text-decoration: none;
		border-bottom: 1px dotted #000;
	}

	h1.entry-title a:hover {
		text-decoration: none;
		border-bottom: 1px solid #000;
	}

	.non-event h2 {
		font-weight: 400;
		font-size: 1.4em;
	}

	h2.entry-title {
		font-size: 1.4em;
		margin-bottom: 0;
		overflow-wrap: break-word;
		font-weight: 700;
		letter-spacing: 0.03em;
	}

	div.entry-meta {
		padding-top: 10px;
	}

	div.entry-meta-single {
		padding: 0px 0 6px;
		font-style: italic;
	}

	span.posted-on {
		text-transform: uppercase;
		font-weight: 900;
		letter-spacing: 0.03em;
	}

	p.upper-meta {
		font-size: 13px;
	}

	p.lower-meta {
		font-size: 11px;
		margin-bottom: 0;
	}

	div.nav-previous,
	div.nav-next {
		text-transform: uppercase;
		font-weight: 300;
		font-size: 12px;
		margin-top: 20px;
	}

	span.meta-nav {
		text-transform: capitalize;
		font-weight: 400;
		font-size: 14px;
	}

	#wrapper div.excerpt-thumb {
		float: none;
		display: inline-block;
	}

	#wrapper div.excerpt-thumb img {}

	#wrapper #nav-above {
		display: none;
	}

	/* gallery post format */
	aside.format-gallery {
		overflow: auto;
	}

	p.gallery {
		font-size: 13px;
		color: #666;
	}

	.gallery-item {
		display: inline-block;
		width: 32%;
	}

	div.gallery-thumb-wrap {
		width: 33%;
		padding: 5px;
		margin: 0px 0px 10px;
		display: inline-block;
		vertical-align: top;
	}

	h4.gallery-title {
		font-size: 1.3em;
		margin: 8px 0 0 4px;
	}

	a.gallery-thumb img {
		width: 100%;
		height: auto;
		display: block;
		margin: 8px;
		position: relative;
		border: 0px solid #000;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	a:hover.gallery-thumb img {
		background-color: #fff;
		border: 3px solid #D6280D;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	p.gallery-text {
		font-style: italic;
		font-size: 0.8em;
		margin: 0px 8px;
	}

	.gallery-icon img {
		background-color: #fff;
		display: inline-block;
	}

	.gallery-caption {
		display: none;
		max-width: 300px;
		font-size: 0.9em;
		line-height: 1.1;
	}

	dd.wp-caption-text {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	/* aside post format for FAQs  */
	h4.faq-question {
		font-size: 22px;
		line-height: 1.6;
		margin: 0px 0 0 8px;
		font-weight: 700;
	}

	div.faq-content {
		margin: 0 20px 30px;
	}
	
	.faq-left {
		padding: 2%;
	}

	.icon-ticketfly_powered_logo_black {
		display: block;
		padding-top: 35px;
	}

	.icon-ticketfly_powered_logo_black:before {
		color: #fff !important;
	}

	.next-button {
		display: block;
		text-align: center;
		border: 1px solid #D6280D;
		padding: 8px;
	}

	.next-button:hover {
		background-color: #D6280D;
		color: #fff;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.next-button:hover a {
		color: #fff;
	}

	.next-button a {
		font-size: 18px;
		line-height: 1.6;
		font-weight: bold;
		text-transform: uppercase;
	}

	/* page style */
	.page-header .header-img {
		height: 500px;
	}

	.page-template-page-contact #wrapper .header-img:after .page-template-page-content #wrapper .header-img:after,
	.page-template-page-edp #wrapper .header-img:after,
	.page-template-page-menu #wrapper .header-img:after,
	.page-template-page-music #wrapper .header-img:after,
	.page-template-page-musictwo #wrapper .header-img:after {
		position: absolute;
		bottom: -17px;
		width: 100%;
		height: 150px;
		content: " ";
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	}

	.slider-text-box-two {
		position: absolute;
		top: 390px;
		width: 90%;
		padding: 0 5%;
		text-align: left;
		z-index: 9995;
		left: 50%;
		margin-left: -45%;
	}

	.page-template-page-content .slider-text-box-two {
		top: 260px;
	}

	.big {
		text-transform: uppercase;
		font-weight: bold;
		line-height: 29px;
		padding: 5px 0px;
	}

	.big a {
		color: #fff;
	}

	.big a:hover {
		color: #D6280D;
	}

	article.format-standard {
		clear: left;
		margin: 0 0 30px 0;
		overflow: auto;
	}

	article.press {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-left: 1%;
	}

	#main article.press h1.entry-title {
		color: #000;
		font-size: 20px;
		padding-bottom: 5px;
	}

	#main article.press h1.entry-title a {
		border: none;
	}

	article.press .excert {
		display: block;
		font-size: 16px;
		line-height: 17px;
		font-weight: 700;
	}

	.post-type-archive-press h1.page-title {
		padding: 1%;
		color: #000;
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		font-style: normal;
	}

	section.post-excerpt {
		width: 100%;
		display: inline-block;
	}

	/* === Page carosel === */
	.slider-ext {}

	.slider-int {
		display: inline-block;
	}

	.slider-int img.slider-img {
		max-height: 200px;
		display: inline-block;
	}

	.tns-hero .list-view-item .slider-img {
		height: 19vw;
	}

	.tns-hero .list-view-item .slider-img .int-slide-link {
		display: block;
		height: 100%;
		width: 100%;
	}


	/* === Menu section === */
	.menusection .dinner-menu {
		display: block;
	}

	.menusection .brunch-menu {
		display: none;
	}

	.menusection .wine-menu {
		display: none;
	}

	.menusection .spirits-menu {
		display: none;
	}

	.menusection .the-vestry {
		display: none;
	}

	.menusection .private-events {
		display: none;
	}

	.menu-filters {
		text-align: center;
		padding: 5px 0px;
	}

	.menu-filters li {
		display: inline-block;
		margin: 10px 15px;
		border: 3px solid #D6280D;
		}

	.menu-filters li i {
		color: #fff;
		padding: 6px 30px;
		cursor: pointer;
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		font-style: normal;
		border: none;
		background-color: #D6280D;

	}

	.menu-filters li i.selected,
	.menu-filters li a:hover i {
		background-color: #D6280D;
		color: #FFF;
		pointer-events: none;
		border: 3px solid #fff;
	}

	.page-template-page-contact .menu-filters li i {
		font-size: 20px;
	}

	.menu-tabs {
		display: block;
		width: 90%;
		max-width: 1200px;
		margin: 0px auto 0;
		position: relative;
		top: 46px;
		z-index: 991;
		background-color: #D6280D;
	}

	.menu-filterss {
		text-align: center;
		padding: 5px 0px;
	}

	.menu-filterss li {
		display: inline-block;
		width: 240px;
		max-width: 100%;
		margin: 10px 15px;
		border: none;
		transition: .3s all;
	}

	.menu-filterss li i {
		display: block;
		width: 100%;
		padding: 6px 30px;
		background-color: none;
		color: #fff;
		border: none;
		font-style: normal;
		font-size: 21px;
		font-weight: 700;
		text-transform: uppercase;
		cursor: pointer;
		transition: .3s all;
	}

	.menu-filterss li:hover i {
		background: #000;
		color: #FFF;
		border: 0;
		transition: .3s all;
	}
.menu-filters li i.the-chapel,
.menu-filters li i.email-signup,
.menu-filters li i.private-events {
		border: 0;
		transition: .3s all;
		background: #D6280D;
	}

.menu-filters li:hover i.the-chapel,
.menu-filters li:hover i.email-signup,
.menu-filters li:hover i.private-events {
		border: 0;
		background: #000;
		transition: .3s all;
	}
	
	.menu-filterss li i.selected {
		display: block;
		background-color: #000;
		color: #FFF;
		border: 0;
		pointer-events: none;
		cursor: default; 
	}

	.menu-filters li i.selected {
		background-color: #000;
		color: #FFF;
		border: 0;
		pointer-events: none;
		cursor: default;
		transition: .3s all;
		
	}

	.menusection {
		padding-top: 10px;
	}

	.menusection .menu-title {
		margin-bottom: 40px;
		padding-bottom: 8px;
		font-size: 28px;
		border-bottom: 3px solid #000;
		font-style: italic;
	}

	.menu-title-glass {
		margin-bottom: 40px;
		font-size: 28px;
		text-align: center;
	}

	.bytheglass {
		font-size: 30px;

		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
		border-bottom: 3px solid black;
	}

	.sectionbox {
		text-align: left;
		padding-bottom: 50px;
		width: 49%;
		display: inline-block !important;
		vertical-align: top;
	}

	.sectionbox-img {
		text-align: left;
		padding-bottom: 50px;
		width: 49%;
		display: inline-block !important;
		vertical-align: top;
	}

	.menusection {}

	.menuitem {
		text-align: left;
		display: inline-block;
		width: 100%;
		padding-left: 0;
		list-style-type: none;
		list-style: none;
	}

	.menuitem span {
		display: inline-block;
		font-size: 18px;
		line-height: 20px;
	}

	.sectionbox .menuitem .menuname h2 {
		font-size: 20px;
		line-height: 23px;
		text-transform: uppercase;
		font-weight: bold;
		padding-bottom: 0;
		display: inline;
		position: relative;
	}

	.sectionbox .menuitem .menuname {
		padding-bottom: 12px;
		width: 83%;

	}

	.sectionbox .menuitem span.menudesc {
		width: 93%;
	}

	.sectionbox .menuitem span.menudesc .intint {
		display: inline;
		position: relative;

	}

	.sectionbox .menuitem span.menucost {
		width: 14%;
		text-align: right;
	}

	#main ul li {
		list-style: disc;
	}

	#main h1 {
		font-size: 30px;
		line-height: 1;
		font-weight: bold;

		padding-bottom: 21px;
	}

	ul.tfly-more.inline-icons li a:before {
		font-size: 30px !important;
	}

	ul.tfly-more.inline-icons li a:hover {
		color: #D6280D;
	}

	@media all and (min-width: 1360px) {
		.slider-text-box-two {
			width: 1350px;
			left: 50%;
			margin-left: -675px;
		}

		.home #fullwidth.home-slider .featured-event-date {
			top: 225px;
		}

		.slider-text-box {
			width: 1100px;
			margin-left: -550px;
		}


	}

	@media all and (max-width: 1150px) {
		#masthead {
			padding: 20px 4%;
		}
	}

	@media all and (max-width: 1000px) {
		#topnav ul li {
			margin: 0;
		}

		h1.site-title a {
			height: 160px;
			width: 205px;
			margin: 0 auto; text-align: center;
		}

		.menu-ext-three {
			width: 32%;
		}
	}

	@media all and (max-width: 995px) {

		/* Calendar */
		#wrapper .tfly-calendar td,
		#wrapper .calendar-view td {
			display: block;
			float: left;
			overflow: hidden;
			padding: 0;
			text-align: center;
			width: 100%;
		}

		#wrapper .tfly-calendar td.data.vevent,
		#wrapper .calendar-view td.data.vevent {
			border: 1px solid #ededed;
			height: auto;
			margin: 1% auto;
			width: 100% !important;
		}

		#wrapper .tfly-calendar .one-event,
		#wrapper .calendar-view .one-event {
			padding: 2% 5% 5%;
			width: 100%;
		}

		#wrapper .tfly-calendar .date,
		#wrapper .calendar-view .date {
			font-size: 17px;
			line-height: 16px;
			padding: 10px 0 0;
			margin-bottom: 0;
		}

		#wrapper .tfly-calendar .calendar-image,
		#wrapper .calendar-view .calendar-image {
			width: 100%;
			border: none;
		}

		.tfly-calendar .detail_event_title a,
		.calendar-view .detail_event_title a {
			font-size: 26px;
			line-height: 26px;
		}

		.tfly-calendar .detail_supporting_talent a,
		.calendar-view .detail_supporting_talent a {
			font-size: 20px;
			line-height: 20px;
		}

		#wrapper .tfly-calendar .venue,
		#wrapper .calendar-view .venue {
			font-size: 13px;
		}

		#wrapper .tfly-calendar .ticket-link a,
		#wrapper .tfly-calendar button.ticket-link,
		#wrapper .calendar-view .ticket-link a,
		#wrapper .calendar-view button.ticket-link {
			font-size: 15px;
			max-width: 200px;
			padding: 12px;
			width: 100% !important;
		}
	}

	@media all and (max-width: 960px) {
		
		div.site-branding {
			display: block;
		}
		
		.toplogo {
			display: none;
		}
		
		.menu-toggle {
			display: block;
			font-family: 'fontawesome';
			color: #fff;
			text-align: right;
			font-size: 30px;
			padding-right: 4%;
			padding-top: 45px;
			position: absolute;
			z-index: 999999999;
			right: 0px;
		}

		.main-navigation.toggled .nav-menu {
			display: block;
			font-family: 'fontawesome';
			color: #fff;
			text-align: right;
			font-size: 30px;
			padding-top: 15px;
		}

		.extrawidgets {
			z-index: 999999999999999;
			display: none;
		}

		.home #topnav {
			margin-top: 0px;
		}

		.home #topnav ul {
			display: block;
			margin: 0 auto;
		}

		.home #topnav ul li {
			display: inline;
		}

		#topnav ul li {
			margin: 0px;
			width: 80%;
			text-align: center;
			display: inline;
			float: none;
			margin: 0 auto;
		}

		#topnav ul li a {
			font-size: 28px;
		}

		.slrlnk {
			display: block;
			max-width: 300px;
			margin: 30px auto 0;
		}

		#content {
			padding: 3% 0px;
		}

		.page-template-page-menu #content {
			padding: 5% 3%;
		}

		.page-template-page-contact #content {
			padding: 5% 3%;
		}

		#primary {
			width: 100%;
			float: none;
			margin: 0 auto;
		}

		#secondary {
			width: 100%;
			float: none;
			margin: 0 auto;
		}

		#topnav {
			margin-top: 0px;
			width: 100%;
			position: absolute;
			top: -14px;
			right: 0;
		}

		#masthead {
			padding: 20px 5%;
		}

		.pe-img,
		.party-image {
			width: 100%;
			display: block;
		}

		.pe-img.party-image img {
			width: 100%;
			float: none;
		}

		.pe-text {
			width: 100%;
			padding: 50px 0px;
			margin: 0 auto;
			display: block;
			max-width: 90%;
		}

		.menu-ext-one,
		.menu-ext-two,
		.menu-ext-three,
		.menu-ext-four {
			display: block;
			width: 100%;
			position: relative;
		}

		.rest-sect-int {
			padding: 30px 30px;
		}

		.awards-ext td.awards-int {
			width: 24%;
			display: inline-block;
		}

		.awards-int img {
			display: block;
			margin: 0 auto;
		}

		.ctarea .img-right {
			width: 90%;
			padding-bottom: 30px;
			display: block;
			margin: 0 auto;
		}

		.ctarea .img-right img {
			display: block;
			margin: 0 auto;
		}

		.home #fullwidth.home-slider {
			width: 100%;
			display: block;
			float: none;
			display: block;
			margin: 0 auto;
		}

		.home #fullwidth.home-slider .featured-event-date {
			top: 22.7vw;
		}

		div.site-branding {
			width: 100%;
			margin: 0px;
		}

		.menu-main-menu-container {
			position: absolute;
			top: -4px;
			width: 100%;
			background-color: rgba(0, 0, 0, 0.8);
			height: 100%;
			display: none;
			padding-top: 60px;
		}

		.toggled .menu-main-menu-container {
			display: block;
			position: fixed;
			z-index: 99999;
		}

		#menu-main-menu ul {
			display: block;
			background: transparent;
			position: relative;
			opacity: 1;
			pointer-events: visible;
		}

		#menu-main-menu ul li {
			display: block;
			position: relative;
			z-index: 999999;
		}

		#topnav ul li.no-click a {
			display: none;
		}

		#topnav ul li.no-click .sub-menu li a {
			font-size: 28px;
			display: block;
		}

		#topnav ul li.no-click .sub-menu li a:hover {
			background: #D6280D;
			color: #fff;
		}

		.body-stuff #nosidebarsidebar {
			display: none;
		}

		.pe-section-tlir .pe-text {
			display: block;
			width: 100%;
			max-width: 100%;
			padding: 50px 20px;
		}

		.pe-section-tlir .pe-img {
			display: block;
			width: 100%;
		}

		.pe-section-iltr .pe-text {
			display: block;
			width: 100%;
			max-width: 100%;
			padding: 50px 20px;
		}

		.pe-section-iltr .pe-img {
			display: block;
			width: 100%;
		}

		.button-ext .slider-button-url {
			width: 90%;
			padding: 28px 0px;
		}

		.tns-hero .list-view-item .slider-img {
			height: 350px;
		}

		div.gallery-thumb-wrap {
			width: 100%;
		}

		.gallery-item {
			width: 100%;
		}

		.site-main .gallery a img {
			max-width: 100%;
		}

		.menu-filters li i {
			display: block;
		}

		article.press {
			width: 100%;
		}

		article.press .excerpt-thumb img {
			width: 100%;
		}

		article.press .excerpt-thumb {
			width: 100%;
		}

	}

	@media all and (max-width: 660px) {
		.sectionbox {
			display: block;
			width: 100%;
		}

		.sectionbox-img {
			display: block;
			width: 100%;
		}

		#masthead {
			padding: 10px 5%;
		}

		#content {
			width: 100%;
		}

		.slider-text-box {
			padding: 0px;
		}

		.rest-sect-int {
			padding: 30px 10px;
		}

		.home #fullwidth.home-slider .list-view .featured-event-date {
			top: -5.9vw;
		}

		#wrapper .entry-content #seetickets.list-view .list-view-item img {
			width: 100% !important;
			display: block;
		}

		#wrapper .entry-content .list-view .list-view-item img,
		#seetickets .list-view-item,
		#seetickets .list-view-item img {
			max-width: 100%;
		}
		
		#seetickets .list-view-item .list-view-details, 
		#seetickets .single-view-item .list-right { margin-top: 0; }

		#seetickets.list-view .list-view-details {
			position: relative;
/* 			padding-top: 30px; */
			width: 100% !important;
			max-width: 100%;
		}

		.rest-title {
			display: block;
			width: 100%;
			padding: 20px 0;
		}

		.rest-reservation {
			display: block;
			width: 90%;
			margin: 0 auto;
			float: none;
		}

		.ctarea .uecal {
			float: none;
			text-align: left;
			display: block;
			padding-bottom: 60px;
			display: none;
		}

		.home .owl-carousel .owl-controls .owl-nav .owl-prev {
			left: 10px;
		}

		.home .owl-carousel .owl-controls .owl-nav .owl-next {
			left: auto;
			right: 10px;
		}

		.uetitle {
			padding-bottom: 20px;
		}

		#seetickets.list-view .ticket-price {
			width: 100% !important;
			max-width: 100%;
			text-align: left;
		}

		.ctarea .uetitle {
			display: block;
			width: 100%;
			text-align: center;
			padding: 0px;
		}

		.event-cal {
			padding-left: 10px;
		}

		#seetickets.list-view img {
			display: block;
			width: 100% !important;
			float: none;
			margin: 0 auto;
		}

		#primary {
			padding-top: 20px;
		}

		.slider-ext .owl-carousel .owl-stage-outer {
			right: 0px;
		}

		.ticket-price {
			width: 100% !important;
		}

		.menu-filters li {
			width: 90%;
			margin: 10px 5%;
		}

		.menu-filterss li {
			width: 90%;
			margin: 10px 5%;
		}

		#seetickets.list-view .cancelled,
		#seetickets.list-view .sold-out,
		#seetickets.list-view .sales-ended,
		#seetickets.list-view .unavailable,
		#seetickets.list-view .postponed,
		#seetickets.list-view .rescheduled,
		#seetickets.list-view .off-sale {
			display: inline-block;
			padding: 4px 20px;
			width: 100%;
		}

		#fullwidth.home-slider #seetickets.list-view .ticket-price {
			padding-top: 0px;
		}

		#wrapper .tfly-calendar .cancelled,
		#wrapper .tfly-calendar .sold-out,
		#wrapper .tfly-calendar .sales-ended,
		#wrapper .tfly-calendar .unavailable,
		#wrapper .tfly-calendar .postponed,
		#wrapper .tfly-calendar .rescheduled,
		#wrapper .tfly-calendar .free,
		#wrapper .tfly-calendar .tickets-at-the-door,
		#wrapper .tfly-calendar .future-sale a,
		#wrapper .tfly-calendar .on-sale-soon,
		#wrapper .tfly-calendar .custom,
		#wrapper .tfly-calendar .off-sale,
		#wrapper .calendar-view .cancelled,
		#wrapper .calendar-view .sold-out,
		#wrapper .calendar-view .sales-ended,
		#wrapper .calendar-view .unavailable,
		#wrapper .calendar-view .postponed,
		#wrapper .calendar-view .rescheduled,
		#wrapper .calendar-view .free,
		#wrapper .calendar-view .tickets-at-the-door,
		#wrapper .calendar-view .future-sale a,
		#wrapper .calendar-view .on-sale-soon,
		#wrapper .calendar-view .custom,
		#wrapper .calendar-view .off-sale {
			padding: 12px;
		}

		#wrapper .ticket-link a,
		#wrapper button.ticket-link {
			width: 100% !important
		}
		
		.menu-tabs {
			margin: 0 auto 46px;
			width: 100%;
		}
		
		.page-header {
			width: 100%;
		}
		
		.page-template-template-gutenberg #primary {
			padding: 0;
		}
		
		.wp-block-group {
			width: 100%;
		}
	}

	@media all and (max-width: 419px) {
		.home #fullwidth.home-slider .featured-event-date {
			top: -7vw;
		}
	}

	@media all and (min-device-width : 320px) and (max-device-width : 568px) {
		.slider-text-box-two {
			top: 340px;
		}

		.menu-filters li i {
			font-size: 20px;
			padding: 0px 10px;
		}

		.menu-filterss li {
			display: block;
		}

		.menu-filterss li i {
			font-size: 20px;
			padding: 0px 10px;
		}

		.page-template-page-contact .menu-filters li i {
			font-size: 20px;
			padding: 0px 10px;
		}

		.menu-filterss li i.selected {
			display: block;
		}

		.menu-filters li i.selected {
			display: block;
		}

		.pe-link {
			display: block;
			text-align: center;
		}

		.slrlnk {
			margin: 5px auto 0;
		}

		.rest-title {
			font-size: 20px;
			text-align: center;
		}

		.rest-sect-int {
			padding: 10px 10px;
		}

		.awards-ext td.awards-int {
			width: 50%;
		}

		.menu-link {
			display: block;
		}

		#wrapper .event-detail .ticket-link a,
		#wrapper .event-detail button.ticket-link {
			display: block;
		}

		.pe-section-iltr .pe-text .pe-bottom-text {
			text-align: center;
		}

		#footer-widgets-1 {
			display: block;
			width: 100%;
			padding: 0px;
		}

		#footer-widgets-2 {
			display: block;
			width: 100%;
			padding: 0px;
		}

		.footer-one-and-two {
			height: auto;
			padding-bottom: 30px;
		}

		#footer .widget {
			text-align: center;
		}

		#fullwidth.home-slider .list-view-item {
			padding: 0px;
		}
	}

	/* new featured slider */

	.featured-event {
		margin: 0 auto;
		text-align: center;
		max-width: 1920px;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: none;
		display: none;
	}

	.tns-hero {
		margin: 0;
		padding: 0;
		height: 70vh;
		text-transform: uppercase;
		font-weight: 700;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #000;
	}

	.featured-event-item {
		position: relative;
	}


	#fullwidth.home-slider .featured-event-image {
		margin: 0 auto;
		text-align: center;
		max-height: inherit;
		max-width: inherit;
		min-width: 100%;
		width: 100%;
		min-height: 70vh;
		height: auto;
		overflow: hidden;
		opacity: 0.7;
		transition: .3s all;
		transform: translateY(15%);
	}

	#fullwidth.home-slider .featured-event-image img {
		display: block;
		object-fit: cover;
		vertical-align: top;
		max-height: inherit;
		max-width: inherit;
		min-width: 100%;
		width: 100%;
		min-height: 70vh;
		height: auto;
	}

	@media all and (max-width:1440px) {
		#fullwidth.home-slider .featured-event-image {
			transition: .3s all;
			transform: translateY(0%);
		}
	}

	.slider-flex {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 100;
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		bottom: 0;
		height: 100%;
		transition: .3s all;
	}

	@media all and (max-width:1024px) {
		.slider-flex {
			top: 0;
			transition: .3s all;
		}
	}

	.featured-event-overlay {
		align-self: center;
		justify-self: center;
		margin: 0 auto;
		text-align: center;
		z-index: 1;
		color: #FFF;
		text-transform: uppercase;
		max-width: 70vw;
		height: auto;
		font-size: 21px;
		font-weight: 700;
		text-shadow: 0 0 3px #000;
	}


	.featured-event-overlay h2 {
		font-size: 40px;
		line-height: 1.1;
		margin-bottom: 0;
	}

	.featured-event-date {
		display: block;
		margin: 10px 0 0 0;
		font-size: 21px;
	}

	.featured-event-venue {
		display: block;
		margin: 10px auto 0;
		font-size: 18px;
	}

	.featured-event-link.ticket-price {
		margin-top: 40px;
		font-size: 18px;
		line-height: 21px;
	}

	a.featured-event-tickets {
		padding: 10px 40px !important;
		color: #FFF;
		border: 1px solid #D6280D !important;
		text-shadow: none;
	}

	a.featured-event-tickets:hover {
		border-color:  #D6280D !important;
		color: #FFF;
		background-color: transparent !important;
	}

	/* slider buttons */
	.tns-nav {
		width: inherit;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.tns-outer [aria-controls],
	.tns-outer [data-action] {
		background-color: #eee;
		cursor: pointer;
		width: 15px;
		height: 15px;
		border-radius: 9999px;
		border: 0;
		margin: 10px 5px 0;
		padding: 0;
		transition: 0.3s all;
	}

	.tns-nav button.tns-nav-active,
	.tns-nav button:hover,
	.tns-nav button:focus {
		background-color: #0B1C2D;
		transition: 0.3s all;
	}

	.tns-outer {
		position: relative;
	}

	.tns-outer .tns-controls [aria-controls],
	.tns-outer button[data-controls] {
		border: 0;
		padding: 1%;
		background-color: rgba(255, 255, 255, 0.5);
		color: #0B1C2D;
		font-size: 1em;
		position: absolute;
		top: 42%;
		z-index: 1;
		border-radius: 0;
		box-shadow: 0 0 3px #000;
		margin: auto;
		width: auto;
		height: auto;
	}

	.tns-outer button[data-controls]:hover {
		background-color: #D6280D !important;
		color: #FFF;
	}

	.tns-outer button[data-controls="prev"] {
		left: 0;
	}

	.tns-outer button[data-controls="next"] {
		right: 0;
	}
	
	/*home search and cal button */
	.search-calendar .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-content: center;
		transition: .3s all;
	}
	
	.search-calendar form {
		display: flex;
		flex: 1;
		width: 40%;
		margin: 0;
		transition: .3s all;
	}
	
	.search-calendar p {
		flex: 2;
		transition: .3s all;
	}
	
	form#searchform {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-content: flex-end;
		transition: .3s all;
	}

	@media all and (max-width: 1200px) {
		.search-calendar .wp-block-group__inner-container {
			flex-direction: column;
			justify-content: flex-start;
			align-content: flex-start;
			transition: .3s all;
		}
		.search-calendar p, 
		.search-calendar form {
			width: 100% !important;
			max-width: 100%;
			transition: .3s all;
		}
		form#searchform {
			justify-content: flex-start;
			align-content: flex-start;
			transition: .3s all;
		}
	}