/* ==========================================================================
   DESIGN TOKENS (classic editor + Divi)
   ========================================================================== */
:root {
  /* Fonts */
  --font-primary: 'Inter', sans-serif;
  --font-heading: 'League Gothic', sans-serif;

  /* Font sizes */ 
  --font-size-small: 14px;
  --font-size-normal: 16px;
  --font-size-medium: 20px;
  --font-size-large: 24px;
  --font-size-xl: 32px;
  --font-size-xxl: 48px;

  /* Line heights */
  --line-height-one: 1.0;
  --line-height-tight: 1.2;
  --line-height-normal: 1.6;
  --line-height-loose: 1.8;

  /* Weights */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  /* Colors */
  --color-primary: #00CCFF;
  --color-primary-hover: #00CCFF;
  --color-text: #ffffff;
  --color-background: #000033;
  --color-white: #ffffff;
  --color-dark: #000033;

  /* Layout helpers */
	--slider-h-desktop: 560px;
	--slider-h-large: 640px;
	--slider-h-ultra: 720px;
	--text-area-width: 30%;
	--image-area-width: 60%;
    
      /*Artist and Event Hero*/
  --content-pad: 2rem;
  --fade: clamp(180px, 26vw, 560px);
  --image-offset: 400px;
  --accent: #d8c38b;
 
}


/* ==========================================================================
   BASE / RESET (no block editor styles)
   ========================================================================== */
html,
body {
	background-color: var(--color-background);
}

body,
body#page,
body.home,
body.single,
body.page,
body.archive,
body.blog {
	font-family: var(--font-primary);
	font-size: var(--font-size-normal);
	color: var(--color-text);
	line-height: var(--line-height-normal);
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
#et-boc .et-l h1,
#et-boc .et-l h2,
#et-boc .et-l h3,
#et-boc .et-l h4,
#et-boc .et-l h5 {
	font-family: var(--font-heading);
	text-transform: uppercase;
	color: var(--color-text);
	font-weight: var(--font-weight-normal);
}

figcaption,
.wp-caption-text {
	font-size: var(--font-size-small);
	font-style: italic;
	color: #666;
	text-align: center;
	padding-top: 0.5rem;
}

hr {
	border: 0;
	border-top: 2px solid var(--color-text);
	margin: 2rem 0;
}

/* Divi content headings */
#et-boc .et-l h2,
h2 {
	font-size: var(--font-size-xxl) !important;
	line-height: var( --line-height-one);
	font-weight: var(--font-weight-normal) !important;
	text-transform: uppercase;
}
#et-boc .et-l .just_announced h2 {
	font-size:64px !important;
	line-height:1.0em !important;
}
#et-boc .et-l h3,
.et-db #et-boc .et-l .et_pb_column_1_3 h3,
.et-db #et-boc .et-l .et_pb_column_1_4 h3,
.et-db #et-boc .et-l .et_pb_column_1_5 h3,
.et-db #et-boc .et-l .et_pb_column_1_6 h3,
.et-db #et-boc .et-l .et_pb_column_2_5 h3,
h3 {
	font-size: 32px !important;
	line-height: 1.3em;
	text-transform: uppercase;
}

.et-db #et-boc .et-l .et_pb_column_1_3 h4,
.et-db #et-boc .et-l .et_pb_column_1_4 h4,
.et-db #et-boc .et-l .et_pb_column_1_5 h4,
.et-db #et-boc .et-l .et_pb_column_1_6 h4,
.et-db #et-boc .et-l .et_pb_column_2_5 h4,
h4 {
	font-size: 28px !important;
	line-height: 1.4em;
	text-transform: uppercase;
}

#et-boc .et-l h5,
.et-db #et-boc .et-l .et_pb_column_1_3 h5,
.et-db #et-boc .et-l .et_pb_column_1_4 h5,
.et-db #et-boc .et-l .et_pb_column_1_5 h5,
.et-db #et-boc .et-l .et_pb_column_1_6 h5,
.et-db #et-boc .et-l .et_pb_column_2_5 h5,
h5 {
	font-size: 22px !important;
	line-height: 1.4em;
	text-transform: uppercase;
}

@media (max-width: 980px) {

	#et-boc .et-l h2,
	h2 {
		font-size: 44px !important;
		line-height: 1.2em;
	}
	#et-boc .et-l .just_announced h2 {
		font-size:54px !important;
		line-height:1.0em !important;
	}
	#et-boc .et-l h3,
	.et-db #et-boc .et-l .et_pb_column_1_3 h3,
	.et-db #et-boc .et-l .et_pb_column_1_4 h3,
	.et-db #et-boc .et-l .et_pb_column_1_5 h3,
	.et-db #et-boc .et-l .et_pb_column_1_6 h3,
	.et-db #et-boc .et-l .et_pb_column_2_5 h3,
	h3 {
		font-size: 28px !important;
		line-height: 1.3em;
	}

	.et-db #et-boc .et-l .et_pb_column_1_3 h4,
	.et-db #et-boc .et-l .et_pb_column_1_4 h4,
	.et-db #et-boc .et-l .et_pb_column_1_5 h4,
	.et-db #et-boc .et-l .et_pb_column_1_6 h4,
	.et-db #et-boc .et-l .et_pb_column_2_5 h4,
	h4 {
		font-size: 24px !important;
		line-height: 1.4em;
	}

	#et-boc .et-l h5,
	.et-db #et-boc .et-l .et_pb_column_1_3 h5,
	.et-db #et-boc .et-l .et_pb_column_1_4 h5,
	.et-db #et-boc .et-l .et_pb_column_1_5 h5,
	.et-db #et-boc .et-l .et_pb_column_1_6 h5,
	.et-db #et-boc .et-l .et_pb_column_2_5 h5,
	h5 {
		font-size: 22px !important;
		line-height: 1.4em;
	}
}

@media (max-width: 768px) {

	body,
	body#page,
	body.home,
	body.single,
	body.page,
	body.archive,
	body.blog {
		font-size: var(--font-size-small) !important;
		line-height: 1.7em;
	}

	#et-boc .et-l h2,
	h2 {
		font-size: 36px !important;
		line-height: 1.1em;
	}
	#et-boc .et-l .just_announced h2 {
		font-size:44px !important;
		line-height:1.0em !important;
	}
	#et-boc .et-l h3,
	.et-db #et-boc .et-l .et_pb_column_1_3 h3,
	.et-db #et-boc .et-l .et_pb_column_1_4 h3,
	.et-db #et-boc .et-l .et_pb_column_1_5 h3,
	.et-db #et-boc .et-l .et_pb_column_1_6 h3,
	.et-db #et-boc .et-l .et_pb_column_2_5 h3,
	h3 {
		font-size: 26px !important;
		line-height: 1.3em;
	}

	.et-db #et-boc .et-l .et_pb_column_1_3 h4,
	.et-db #et-boc .et-l .et_pb_column_1_4 h4,
	.et-db #et-boc .et-l .et_pb_column_1_5 h4,
	.et-db #et-boc .et-l .et_pb_column_1_6 h4,
	.et-db #et-boc .et-l .et_pb_column_2_5 h4,
	h4 {
		font-size: 22px !important;
		line-height: 1.4em;
	}

	#et-boc .et-l h5,
	.et-db #et-boc .et-l .et_pb_column_1_3 h5,
	.et-db #et-boc .et-l .et_pb_column_1_4 h5,
	.et-db #et-boc .et-l .et_pb_column_1_5 h5,
	.et-db #et-boc .et-l .et_pb_column_1_6 h5,
	.et-db #et-boc .et-l .et_pb_column_2_5 h5,
	h5 {
		font-size: 20px !important;
		line-height: 1.4em;
	}
}

/* ==========================================================================
   LINKS & BUTTONS
   ========================================================================== */
a,
.et-db #et-boc .et-l .et_pb_module a {
	color: var(--color-primary-hover);
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

a.default-btn,
a.white-btn,
a.big-white-btn,
a.brown-btn,
a.big-tan-btn,
.et-db #et-boc .et-l .et_pb_button,
.search-menu-item {
	font-family: var(--font-primary) !important;
	font-weight: var(--font-weight-bold) !important;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 25px !important;
	border: 0 !important;
}

/* Variants */
a.default-btn,
.et-db #et-boc .et-l .et_pb_button,
.search-menu-item {
	background: var(--color-primary) !important;
	color: var(--color-background) !important;
	font-size: 16px !important;
	line-height: 40px !important;
	height: 40px;
	padding: 0 25px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase !important;
	text-align: center;
	display: inline-block;
}
.et-db #et-boc .et-l .et_pb_button.newsletter-button{
	background: var(--color-white) !important;
	color: var(--color-background) !important;
	font-size: 16px !important;
	line-height: 40px !important;
	height: 40px;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	text-transform: uppercase !important;
	text-align: center;
	display: inline-block;
}

a.default-btn:hover,
.et-db #et-boc .et-l .et_pb_button:hover,
.search-menu-item:hover {
	background: var(--color-primary-hover) !important;
	padding: 0 25px !important;
	line-height: 40px !important;
	height: 40px;
	border: 0 !important;
}

.search-menu-item:hover a {
	color: var(--color-background) !important;
}

.et-db #et-boc .et-l .et_pb_button:hover:after {
	display: none;
}

.event-page .tickets-buttons .ticket-button-pair>a:first-child {
	padding: 0 25px !important;
}

.event-page .slider .content h2, .event-page .slider .content p, .artist-page .slider .content p, .artist-page .slider .content h2  {
    color: var(--color-white);
}
.event-page .slider{background:#000000;}
.event-details .ticket-list .service-buttons{
  margin-top:25px;
  margin-bottom:25px;  
}
.event-details .ticket-list .service-buttons a {
	margin-right:20px;
}
.event-details .ticket-list h3{
  margin-top:15px;
  }

a.white-btn {
	background: var(--color-white);
	color: #000033;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	margin-bottom: 30px;
}

a.white-btn:hover {
	background: #89E5FB;
}

a.big-white-btn {
	background: var(--color-white);
	color: #000033;
	font-size: 24px;
	line-height: 94px;
	height: 94px;
	padding: 0 100px;
	border-radius: 47px;
}

a.big-white-btn:hover {
	background: #000033;
	color: var(--color-white);
}

a.brown-btn {
	background: var(--color-white);
	color: #000033;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	margin-bottom: 30px;
	border: 4px var(--color-text) solid;
	text-transform: uppercase;
}

a.brown-btn:hover {
	background: var(--color-text);
	color: var(--color-white);
}

a.big-tan-btn {
	background: var(--color-background);
	color: var(--color-text);
	font-size: 20px;
	line-height: 60px;
	height: 40px;
	padding: 0 50px;
	border-radius: 47px;
}

a.big-tan-btn:hover {
	background: var(--color-text);
	color: var(--color-white);
}

.default-btn.prev,
.default-btn.next {
	position: absolute;
	top: 70px;
	font-weight: var(--font-weight-bold);
	font-size: 14px;
}

.default-btn.prev {
	left: 0px;
}

.default-btn.next {
	right: 0px;
}

button {
	text-transform: uppercase;
}

.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=color],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=date],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=datetime-local],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=datetime],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=email],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=month],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=number],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=password],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=search],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=tel],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=text],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=time],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=url],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper input[type=week],
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper select,
.et_divi_builder #et_builder_outer_content .ds_gravity_forms_for_divi .gform_wrapper textarea {
	color: var(--color-background) !important;
}

button.default-btn.load-more {
	background-color: var(--color-white);
	color: var(--color-background);
	font-weight: var(--font-weight-bold);
	height: 48px;
	padding: 0 20px;
	border: 4px var(--color-primary-hover) solid;
	border-radius: 24px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 auto 30px auto;
	display: table;
	font-family: var(--font-primary);
	margin-top: 50px;
	transition: .3s;
}

button.default-btn.load-more:hover {
	background-color: var(--color-primary-hover);
	color: var(--color-background);
	font-weight: var(--font-weight-bold);
	height: 48px;
	padding: 0 20px;
	border: 4px var(--color-primary-hover) solid;
	border-radius: 24px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 auto 30px auto;
	display: table;
	font-family: var(--font-primary);
	margin-top: 50px;
}

.et-db #et-boc .et-l .et_pb_button_module_wrapper .et_pb_button.subscribe_button {
	background: var(--color-background) !important;
	color: var(--color-text) !important;
	font-size: 24px !important;
	line-height: 94px !important;
	height: 94px;
	padding: 0 100px !important;
	margin-bottom: 0px !important;
	text-transform: uppercase !important;
	text-align: center;
	display: inline-block;
}

.et-db #et-boc .et-l .et_pb_button_module_wrapper .et_pb_button.subscribe_button:hover {
	padding: 0 100px !important;
	background: var(--color-text) !important;
	color: var(--color-background) !important;
}

@media (max-width: 768px) {
	.et-db #et-boc .et-l .et_pb_button_module_wrapper .et_pb_button.subscribe_button {
		font-size: 20px !important;
		line-height: 64px !important;
		height: 64px;
		padding: 0 40px !important;
	}

	.et-db #et-boc .et-l .et_pb_button_module_wrapper .et_pb_button.subscribe_button:hover {
		padding: 0 40px !important;
	}
    .search-area-mobile{display:none;}
}
.et-db #et-boc .et-l .section_subscribe .et_pb_heading_2 .et_pb_heading_container h2 {
	padding-bottom:0;	
}

/* ==========================================================================
   TYPOGRAPHY HELPERS
   ========================================================================== */
.page h1 {
	color: var(--color-text);
	font-size: 24px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.page.page-id-39 h1 {
	text-align: center;
}

h2.section-title {
	font-size: 72px;
	font-weight: var(--font-weight-normal);
	font-family: var(--font-heading);
	color: var(--color-text);
	text-align: center;
	margin: 0 0 50px 0 !important;
}

h2.section-title::before,
h2.section-title::after {
	content: "";
	flex-grow: 1;
	height: 8px;
	background-color: var(--color-text);
}

h2.section-title::before {
	margin-right: 30px;
}

h2.section-title::after {
	margin-left: 30px;
}

/* ==========================================================================
   HEADER (Divi-friendly)
   ========================================================================== */
.site-header {
	display:flex;
	align-items:center;
	min-height: 160px;
	padding: 0 20px;
	background-color: var(--color-dark);
	transition: height .3s ease-in-out;
	border-bottom: 4px solid var(--color-primary-hover);
}

.site-header .nav-menu ul li a {
	font-weight: var(--font-weight-bold);
	font-size: 16px;
	text-decoration: none;
    color: var(--color-white);
	text-transform: uppercase;
}

.site-header .nav-menu ul li.search-menu-item a {
    color: var(--color-dark);
}

.site-header .nav-menu ul li a:hover {
	color: var(--color-primary-hover);
}

#menu-main-menu .current-menu-item a {
	color: var(--color-primary-hover) !important;
}
/* Reset for dropdown items */
#menu-main-menu .current-menu-item .sub-menu a {
  color: var(--color-primary-hover) !important; /* or whatever color you want */
}

.site-header .search-input {
	background-color: var(--color-white);
	height: 48px;
	padding-left: 44px;
	padding-right: 15px;
	border: 0;
	border-radius: 24px;
	font-size: 14px;
	outline: none;
}

.site-header .search-input::placeholder {
	color: rgba(0, 0, 0, .4);
}

.site-header .subscribe-button {
	background-color: var(--color-primary) !important;
	color: var(--color-background);
	font-weight: var(--font-weight-bold);
	height: 48px;
	line-height:48px;
	padding: 0 20px;
	border: 0;
	border-radius: 24px;
	cursor: pointer;
	font-size: 16px;
}

.site-header .subscribe-button:hover {
	background: var(--color-primary-hover) !important;
	filter: brightness(1) !important;
}

.site-header .search-area-mobile {
	position: relative;
	display: none;
	margin-right: 20px;
	margin-top: 40px;
}

.site-header .search-area-mobile .search-button {
	position: absolute;
	right: 0;
	top: 23px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.site-header .search-area-mobile .search-input {
	background-color: var(--color-white);
	height: 48px;
	padding-left: 44px;
	padding-right: 15px;
	border: 0;
	border-radius: 24px;
	font-size: 14px;
	outline: none;
}

.site-header .search-area-mobile .search-input::placeholder {
	color: rgba(0, 0, 0, .4);
}

.site-header .seach-mobile-icon {
	position: absolute;
	right: -10px;
	top: 7px;
}
@media (min-width: 981px) {
	.site-header .header-left img {
    	max-height: 122px;
	}
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	padding: 0 0 50px 0;
}

footer .footer-items-wrapper {
	border-top: 2px solid var(--color-text);
	border-bottom: 2px solid var(--color-text);
	padding: 96px 0;
	max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-left .logo {
	width: 162px;
	height: auto;
}

footer nav li {
	margin-bottom: 15px;
}

footer p.copy {
	text-align: center;
	font-size: var(--font-size-small);
	color: var(--color-text);
	padding-top: 30px;
}

footer nav li a {
	color: var(--color-text);
}

footer nav li a:hover {
	color: var(--color-primary);
}

.footer-imge {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 90px auto;
}

footer .social-icons {
	margin: 20px 0 20px 3px;
	align-items: center;
    display:table;
}

footer .social-icons a {
	/*background-color: var(--color-primary-hover);
	border-radius: 50px;*/
	padding: 8px;
	height: 40px;
	width: 40px;
}

footer .social-icons a img {
    height: 40px;
    margin-top: -9px;
    margin-left: -10px;
}

/* ==========================================================================
   SECTIONS & CONTENT
   ========================================================================== */
.event-page  {
    min-height: 0px;
}
.artist-page {
	background-size: cover;
	background-position: center center;
	min-height: 550px;
	border-bottom: 3px solid var(--color-text);
}

.artist-bio {
	color: var(--color-text);
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 0;
}

.artist-bio h2 {
	color: var(--color-text);
	font-weight: var(--font-weight-normal);
	font-size:80px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.artist-bio .artist-video-container{width:100%;}
.event-page {
	border-bottom: 3px solid var(--color-text);
}

.event-details {
	color: var(--color-text);
}

.event-details a {
	color: var(--color-primary);
}

.event-details a:hover {
	color: var(--color-primary-hover);
}

.event-details .ticket-item a {
	color: var(--color-white);
}

.event-details .ticket-list .col-md-4 {
	padding-left: 0 !important;
}

.event-details h2,
.event-page h1,
.artist-page h1 {
	font-size: 50px;
	font-weight: var(--font-weight-normal);
	text-transform: uppercase;
	margin-bottom: 15px;
	color: var(--color-text);
    font-family:var(--font-heading);
}

.tickets-list {
	border-top: 1px solid var(--color-text);
}

section.post-listing .content {
	color: var(--color-text);
}

section.post-listing-3cols .event-list-wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
section.post-listing-3cols .event-list-wrapper.row:before {
	display:none;
}
section.post-listing-3cols .event-list-wrapper .post-item {
	width:32%;
	padding-bottom:24px !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
section.post-listing-3cols .event-list-wrapper .post-item .col-md-4 {
	width:100%;
}



@media (max-width: 1400px) {
	.artist-page,
	.event-page {
    	border-bottom: 0px solid var(--color-text);
	}
	section.post-listing {
    	padding: 40px 0 10px 0 !important;
	}
	section.post-listing-3cols {
    	padding: 10px 0 10px 0 !important;
	}
	section.post-listing-3cols .post-item>.col-md-4 {
		padding-left: 0px !important;
		padding-right: 0px !important;
		display: block;
	}
	section.post-listing-3cols .event-list-wrapper .post-item {
		width:48%
	}
}
@media (max-width: 980px) {
	section.post-listing-3cols .event-list-wrapper .post-item {
		width:100%;
	}
	section.post-listing-3cols .post-item a.image-3cols {
    	width: 100%;
	}
}
@media (max-width: 768px) {
	section.post-listing-3cols .post-item a.image-3cols {
	    height: auto !important;
	}
	section.post-listing-3cols .post-item a.image-3cols img {
    	margin-bottom: 15px;
    	position: relative;
    	left: auto;
    	transform: none;
    	object-fit: fill;
    	width: 100%;
    	height: auto !important;
	}
}
section.post-listing .post-item .col-md-6 img {
	width: 100%;
	height: 470px;
	object-fit: cover;
}

section.post-listing-3cols .post-item .content {
	color: var(--color-text);
	max-width: 100%;
	width: auto;
	height:auto;
}

section.post-listing-3cols .post-item .col-md-4 {
	position: relative;
}

section.post-listing-3cols .post-item a.image-3cols {
	height: auto;
}

section.post-listing-3cols .row.columns {
	display: flex;
	flex-flow: row wrap;
}

section.post-listing-3cols .row.columns .post-item {
	width: 33%;
}

section.post-listing-3cols .row.columns .post-item img {
	width: 100%;
	object-fit: cover;
	position: relative;
	left: 0;
	transform: none;
	height: 300px;
}
#et-boc .et-l section.post-listing .post-item div.row {
	margin-bottom:20px;
}

#et-boc .et-l .post-item .col-md-6 h3 {
	font-family: var(--font-primary);
	text-transform:none;
	font-weight: var(--font-weight-normal);
	font-size:28px !important;
	padding-bottom:20px;
	display: none !important;
}
#et-boc .et-l .post-item .col-md-6 h2 {
	padding-bottom:10px;
}
@media (max-width: 768px) {
	#et-boc .et-l section.post-listing .post-item div.row {
		margin-bottom:30px;
	}
	#et-boc .et-l .post-item .col-md-6 h3 {
		font-family: var(--font-primary);
		text-transform:none;
		font-weight: var(--font-weight-normal);
		font-size:22px !important;
		padding-bottom:20px;
	}
}
section.post-listing .content .buy {
    display: block;
}

.image-3cols img {
	max-height: none;
}

section.featured-2cols {
	padding: 50px 0;
	background-color: #C4D7D7;
}

section.featured-2cols .content {
	background: var(--color-background);
	padding: 30px;
}

section.featured-2cols .content h2 {
	font: bold 48px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--color-text);
}

section.featured-2cols .content p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: var(--font-weight-medium);
	color: var(--color-text);
}

section.featured-2cols .content .learn-more {
	color: var(--color-primary);
	font-size: 32px;
	font-weight: var(--font-weight-extrabold);
	background: transparent;
	display: block;
	height: auto;
	border-radius: 0;
	padding-left: 0;
}

section.featured-2cols .row {
	display: flex;
}

section.featured-2cols .row .col-md-6 {
	display: flex;
	flex-direction: column;
}

section.featured-2cols .row .col-md-6 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.featured-2cols .row .col-md-6 .content {
	flex-grow: 1;
}

section.featured-2cols .col-md-6>a {
	background: var(--color-white);
	display: block;
	min-height: 300px;
	position: relative;
}

section.beam {
	background-image: url("img/beam.png");
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-color: #C4D7D7;
	background-position: center top;
	padding-bottom: 100px;
}

section.beam img {
	margin: auto;
}

section.beam .row {
	border-bottom: 2px solid #000;
	padding-top: 100px;
}

section.cta1 {
	background: var(--color-primary);
	height: 240px;
	display: flex;
	align-items: center;
}

section.cta1 h2 {
	font: 800 40px 'BentonSans-Bold', sans-serif;
	color: var(--color-background);
}

/* ==========================================================================
   FULL SLIDER
   ========================================================================== */
section.full-slider {
	margin-bottom: 50px;
	padding-top: 0;
}

section.full-slider .col-md-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section.full-slider .item .slider-item-inner {
	position: relative;
	background: #000;
	border-bottom: 4px solid var(--color-primary-hover);
}
@media (max-width: 980px) {
	section.full-slider .item .slider-item-inner {
		border-bottom: 0px solid var(--color-primary-hover);
	}
}
section.full-slider .item .slider-item-inner .container {
	display:flex;
	align-items:center;
}
section.full-slider .item .slider-item-inner .text-side {
	left: 0px;
	color: var(--color-white);
	display: flex;
	align-items: center;
}

section.full-slider .item .slider-item-inner .text-side-inner {
	z-index: 10000;
}

section.full-slider .item .slider-item-inner .image-outer {
	background: linear-gradient(to left, black 30%, rgba(0, 0, 0, 0) 100%);
	display: table;
	position: absolute;
	right: 0;
	z-index: 9998;
}

section.full-slider .item .slider-item-inner .image-outer .image-gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background: linear-gradient(to right, black 30%, rgba(0, 0, 0, 0) 100%);
	z-index: 9998;
}

section.full-slider .item .slider-item-inner .date {
	font-weight: var(--font-weight-bold);
	font-size: 24px;
	margin-bottom: 15px;
}

section.full-slider .item .slider-item-inner h2 {
	font-size: 80px !important;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.event-page .slider .content h2,
.artist-page .slider .content h2 {
	font-size: 70px !important;
	text-transform: uppercase;
	margin-bottom: 15px;
}

section.full-slider .item .slider-item-inner h3 {
	font-weight: normal;
	font-size: 30px !important;
	line-height: 40px !important;
	margin-bottom: 30px;
	font-family:var(--font-primary)
}

section.full-slider .item .slider-item-inner .buy {
	display: flex;
	gap: 10px;
}

section.full-slider .item .slider-item-inner .buy .calendar {
	background: var(--color-primary);
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 25px;
}

section.full-slider .item .slider-item-inner .buy .calendar svg {
	display: table;
	margin: 3px auto 0 auto;
}

section.full-slider .item .slider-item-inner .buy .calendar svg path {
	fill: var(--color-background);
}

section.full-slider .slick-dots {
	position: absolute;
	z-index: 99;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

section.full-slider .slick-dots li {
	display: table;
	float: left;
	margin-right: 15px;
}

section.full-slider .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	color: transparent;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: #D9D9D9;
	cursor: pointer;
}

section.full-slider .slick-dots li.slick-active button {
	background: var(--color-primary);
}

section.full-slider .slick-dots li button::before {
	content: '';
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
	display:none !important;
}
@media (max-width: 1023px) {
	section.full-slider {
		margin-bottom: 10px;
		padding-top: 0;
	}

	.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 28%;                   
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
}

/* Adjust for smaller screens where text moves below */
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        top: 25%;                
    }
}
@media (max-width: 549px) {
    .slick-prev, .slick-next {
        top: 23%;                
    }
}
/* Fine-tune for even smaller screens if needed */
@media (max-width: 480px) {
    .slick-prev, .slick-next {
        top: 25%;                
    }
}

	/* Position same as your original */
	.slick-prev {
		left: 0;
		right: auto;
	}

	.slick-next {
		right: 0;
		left: auto;
	}

	/* Inline SVG Dashicon replacements */
	.slick-prev:before, .slick-next:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 28px 28px;
	}

	/* PREV = left arrow */
	.slick-prev:before {
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'><path d='M13.7 17.7a1 1 0 01-1.4 0L5.6 11a1 1 0 010-1.4l6.7-6.7a1 1 0 111.4 1.4L8.4 10l5.3 5.3a1 1 0 010 1.4z'/></svg>");
	}

	/* NEXT = right arrow */
	.slick-next:before {
		background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fffffF'><path d='M6.3 2.3a1 1 0 011.4 0l6.7 6.7a1 1 0 010 1.4l-6.7 6.7a1 1 0 01-1.4-1.4L11.6 10 6.3 4.7a1 1 0 010-1.4z'/></svg>");
	}

	button.slick-prev.slick-arrow,
	button.slick-next.slick-arrow {
		display: inline-block !important;
	}
}

/* ==========================================================================
   SLIDER DOTS POSITIONING FIX - Calculated Bottom Approach
   ========================================================================== */
/* Tablet 481–1023px */
@media (min-width: 481px) and (max-width: 1023px) {
	section.full-slider .slick-dots {
		display:none !important;
		position: absolute;
		z-index: 999;
		bottom: 0;
		top: auto;
		/* Fine-tune this value */
		bottom: auto !important;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 0;
	}
}

/* Mobile ≤ 480px */
@media (max-width: 480px) {
	section.full-slider .slick-dots {
		display:none !important;
		position: absolute;
		z-index: 999;
		top: 20%;
		/* Keep this as it's working */
		bottom: auto !important;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 0;
	}
}



section.full-slider img.image-desktop {
	display: block !important;
}

section.full-slider img.image-tablet {
	display: none !important;
}

section.full-slider img.image-mobile {
	display: none !important;
}

section.full-slider .item .slider-item-inner .col-md-6.first_col_slider_img {
	display: none;
}

.slick-slide .col-md-12,
.slick-slide .col-md-12 .col-md-6.slider-img {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section.full-slider .item .slider-item-inner .col-md-6.slider-img {
	display: flex;
	width: 100%;
	padding: 0;
}

section.full-slider .item .slider-item-inner .image-outer {
	width: 100%;
	display: flex;
	position: relative;
}

.slider-item-inner .col-md-6.text-wrapper {
	width: 20%;
}

.slider-item-inner .col-md-6.first_col_slider_img {
	width: 20%;
}

.slider-item-inner .col-md-6.slider-img {
	width: 80%;
}

.slider-item-inner .text-side .date,
.slider-item-inner .text-side .date,
.slider-item-inner .text-side h2,
.slider-item-inner .text-side h3 {
	color: var(--color-white);
}


/* ==========================================================================
   CALENDAR & EVENTS
   ========================================================================== */
.calendar-table th {
	border: 5px solid var(--color-background);
	background: var(--color-primary-hover);
	color: var(--color-background);
	text-align: center;
	width: 14%;
	line-height: 40px;
	font-weight: var(--font-weight-bold);
}

.calendar-table td {
	border: 5px solid var(--color-background);
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	height: 100px;
	background: rgba(57, 54, 47, .2);
}

.event-calendar {
	margin: 20px 0;
	color: var(--color-text);
	position: relative;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}

.calendar-table .adjacent-month {
	color: rgba(57, 54, 47, .9);
}

.calendar-table .event-title {
	display: block;
	margin-top: 5px;
	cursor: pointer;
	background: var(--color-primary-hover);
	color: var(--color-background);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	padding: 5px 10px;
}

.calendar-table .event-title:hover {
	background: var(--color-white);
	color: var(--color-background);
}

.calendar-navigation {
	margin-bottom: 100px;
}

.event-calendar .calendar-navigation span {
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	color: var(--color-primary-hover);
}


/* ==========================================================================
   MODALS
   ========================================================================== */
.modal-content {
	position: relative;
	background: var(--color-dark);
	margin: 150px auto;
	padding: 20px;
	max-width: 600px;
	z-index: 10000;
	color: var(--color-white);
	box-shadow: rgb(38 57 77) 0 20px 30px -10px;
}

.modal-content a {
	color: var(--color-white);
	text-decoration: none;
}

.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: var(--color-white);
}

/* ==========================================================================
   AUTOCOMPLETE
   ========================================================================== */
/* Hide the old jQuery UI autocomplete */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    display: none !important;
    visibility: hidden !important;
}

.ui-menu-item-wrapper {
    display: none !important;
}

#ui-id-1,
[id^="ui-id-"] {
    display: none !important;
}


.ui-autocomplete {
	position: absolute;
	background-color: #001B2F !important;
	border: 0 !important;
	max-height: 200px;
	overflow-y: auto;
	width: auto;
	z-index: 999999 !important;
}

.ui-autocomplete li {
	padding: 5px 10px;
	cursor: pointer;
}

.ui-autocomplete li div {
	color: #00CCFF;
}

.ui-autocomplete li:hover {
	background-color: ar(--color-background);
	cursor: pointer;
}

.ui-autocomplete li:hover div {
	color: var(--color-white);
	background-color: ar(--color-background);
	border: 0 !important;
}

.ui-autocomplete li div.ui-menu-item-wrapper {
	color: var(--color-white);
}

.ui-autocomplete li div.ui-menu-item-wrapper.ui-state-active {
	background-color: #001B2F;
	border: 0;
}

/* ==========================================================================
   ARTIST & VENUE PAGES
   ========================================================================== */
.artist-single,
.event-item,
.artist-events-bottom,
.col-md-4 h2 {
	color: var(--color-text);
}

.artist-archive {
	padding-top: 30px;
}

.artist-archive h1 {
	color: var(--color-white);
	font-size: 24px;
	margin-bottom: 30px;
}

.artist-archive .artist-thumbnail {
	color: var(--color-white);
	margin-bottom: 15px;
	display: block;
}

.artist-archive h2 {
	color: var(--color-white);
	font-size: 20px;
	margin-bottom: 30px;
}

.single-artist {
	padding-top: 30px;
}

.single-artist h1 {
	color: var(--color-white);
	font-size: 24px;
	margin-bottom: 30px;
}

.single-artist .artist-featured-image {
	color: var(--color-white);
	margin-bottom: 15px;
	display: block;
}

.single-artist p {
	color: var(--color-white);
	font-size: 18px;
	margin-bottom: 30px;
}

.single-artist .artist-website {
	color: var(--color-white);
	margin-bottom: 30px;
}

.single-artist .artist-website h3 {
	color: var(--color-white);
}

.single-artist .artist-website a {
	font-size: 18px;
	color: #00CCFF;
}

.single-artist .artist-socials {
	color: var(--color-white);
	margin-bottom: 30px;
}

.single-artist .artist-socials h3 {
	color: var(--color-white);
	display: inline;
}

.single-artist .artist-socials a {
	font-size: 18px;
	color: #00CCFF;
}

.single-artist .artist-gallery {
	color: var(--color-white);
	margin-bottom: 30px;
}

.single-artist .artist-gallery h3 {
	color: var(--color-white);
	display: inline;
}

.single-artist .gallery-modal {
	position: fixed;
	z-index: 1000;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .9);
}

.single-artist .gallery-modal .modal-content-container {
	position: relative;
	margin: auto;
	max-width: 90%;
	text-align: center;
}

.single-artist .gallery-modal .modal-content {
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 80vh;
}

.single-artist .gallery-modal .modal-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

.single-artist .gallery-modal .modal-prev,
.single-artist .gallery-modal .modal-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	user-select: none;
	transform: translateY(-50%);
}

.single-artist .gallery-modal .modal-prev {
	left: 10px;
}

.single-artist .gallery-modal .modal-next {
	right: 10px;
}

.single-artist .artist-gallery img {
	cursor: pointer;
}

.archive-venue {
	padding-top: 30px;
}

.archive-venue h1 {
	color: var(--color-white);
	font-size: 24px;
	margin-bottom: 30px;
}

.archive-venue .artist-thumbnail {
	color: var(--color-white);
	margin-bottom: 15px;
	display: block;
}

.archive-venue h2 {
	color: var(--color-white);
	font-size: 20px;
	margin-bottom: 30px;
}

.single-venue {
	padding-top: 30px;
}

.single-venue h1 {
	color: var(--color-white);
	font-size: 24px;
	margin-bottom: 30px;
}

.single-venue .artist-featured-image {
	color: var(--color-white);
	margin-bottom: 15px;
	display: block;
}

.single-venue p {
	color: var(--color-white);
	font-size: 18px;
	margin-bottom: 30px;
}

.single-venue .venue-website {
	color: var(--color-white);
	margin-bottom: 30px;
}

.single-venue .venue-website h3 {
	color: var(--color-white);
}

.single-venue .venue-website a {
	font-size: 18px;
	color: #00CCFF;
}

.single-venue .venue-socials {
	color: var(--color-white);
	margin-bottom: 30px;
}

.single-venue .venue-socials h3 {
	color: var(--color-white);
	display: inline;
}

.single-venue .venue-socials a {
	font-size: 18px;
	color: #00CCFF;
}

.venue-page {
	color: var(--color-white);
}

.venue-page h1 {
	font-size: 24px;
	margin-bottom: 15px;
}

.venue-page img {
	margin: 0 auto 30px;
	display: table;
}

.venue-page p {
	font-size: 18px;
	margin-bottom: 15px;
}

.event-date {
	font-weight: bold;
	display: block;
	color: var(--color-text);
	margin-top: 10px;
}

.event-item {
	border-bottom: 1px solid var(--color-primary-hover);
	padding: 10px 0;
}
.page-content {
	max-width:1400px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

/* ==========================================================================
   MISC
   ========================================================================== */

/* Align two col form to top */
#et-boc .et-l li.gfield {
	vertical-align: top;
}

#et-boc .et-l li.gfield--type-text.gf_right_half {
	padding-left: 20px !important;
}

@media only screen and (max-width: 641px) {
	#et-boc .et-l li.gfield--type-text.gf_right_half {
		padding-left: 0px !important;
	}
}

/* center the heading and lines */

.pa-heading-line-both h2 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pa-heading-line-both h2:before,
.pa-heading-line-both h2:after {
	content: '';
	border-top: 4px solid;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
	color: var(--color-primary-hover);
}

.pa-heading-line-both h2:after {
	margin: 0 0 0 20px;
}


/* ==========================================================================
   SEARCH OVERLAY
   ========================================================================== */
.search-overlay {
	position: fixed;
	inset: 0;
	background: var(--color-primary);
	backdrop-filter: blur(15px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.search-overlay.active {
	opacity: 1;
	visibility: visible;
}

.search-container {
	width: 90%;
	max-width: 700px;
	text-align: center;
	transform: translateY(50px);
	transition: transform .4s cubic-bezier(.25, .46, .45, .94);
}

.search-overlay.active .search-container {
	transform: translateY(0);
}

.search-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .3s ease, transform .2s ease;
}

.search-close:hover {
	background-color: rgba(255, 255, 255, .1);
	transform: scale(1.1);
}

.search-title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}

.search-subtitle {
	color: var(--color-primary);
	font-size: 1.1rem;
	font-weight: 400;
	margin-top: -1.5rem;
	margin-bottom: 2.5rem;
}

.search-form {
	position: relative;
	margin-bottom: 2rem;
}

.search-input {
	width: 100%;
	padding: 1.5rem 2rem;
	font-size: 2rem;
	border: 2px solid transparent;
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	text-align: left;
	outline: none;
	transition: all .3s ease;
	box-sizing: border-box;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom:0 !important;
}

.search-input::placeholder {
	color: rgba(255, 255, 255, .8);
	font-weight: 300;
}

.search-input:focus {
	background: rgba(255, 255, 255, .12);
	border-color: var(--color-white);
	transform: scale(1.02);
	box-shadow: 0 0 30px rgba(0, 0, 51, .4);
}

.search-submit {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(45deg, var(--color-primary), var(--color-primary-hover));
	border: 0;
	color: #fff;
	padding: .9rem 1.8rem;
	border-radius: 8px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	transition: all .3s ease;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.search-submit:hover {
	background: linear-gradient(45deg, var(--color-primary-hover), #228B8D);
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 204, 255, .4);
}

.search-hints {
	color: rgba(255, 255, 255, .7);
	font-size: 1rem;
	margin-top: 2rem;
}

.search-category {
	display: block;
	margin-bottom: 1rem;
	font-size: .9rem;
	color: var(--color-primary);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.search-hints span {
	display: inline-block;
	margin: .3rem .4rem;
	padding: .5rem 1rem;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(0, 204, 255, .3);
	border-radius: 20px;
	cursor: pointer;
	transition: all .3s ease;
	font-weight: 300;
}

.search-hints span:hover {
	background: rgba(0, 204, 255, .2);
	border-color: rgba(0, 204, 255, .6);
	transform: translateY(-2px);
	color: #fff;
}

.site-header .search-area-mobile .toggle-search,
.site-header .search-area-mobile button {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
/* ==========================================================================
   SEARCH RESULTS PAGE
   ========================================================================== */

.search-results-page {
    padding: 50px 0;
    min-height: 500px;
}

/* Search Header */
.search-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-text);
}

.search-title {
    color: var(--color-text);
    font-size: 48px;
    margin-bottom: 10px;
}

.search-query {
    color: var(--color-primary-hover);
}

.search-count {
    color: var(--color-text);
    font-size: 18px;
    margin: 0;
}

.search-breakdown {
    color: var(--color-primary-hover);
    margin-left: 15px;
}

/* Search Result Items */
.search-result-item {
    margin-bottom: 30px;
    padding: 30px;
    background: var(--color-dark);  /* Use dark background instead */
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    border: 1px solid var(--color-primary-hover);
}

.search-result-item.bwg-result {
    border-left: 4px solid var(--color-primary-hover);
}

.result-title {
    margin-bottom: 15px;
}

.result-title a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 28px;
}

.result-title a:hover {
    color: var(--color-primary-hover);
}

.result-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.result-image {
    flex-shrink: 0;
}

.result-image img {
    max-width: 200px;
    border-radius: 4px;
}

.result-details {
    flex-grow: 1;
}

.result-description {
    margin-bottom: 15px;
    color: var(--color-white);
    line-height: 1.6;
}

.result-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.result-type {
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 10px;
}

.result-type.bwg-type {
    background: var(--color-primary-hover);
    color: var(--color-white);
}

.result-type.wp-type {
    background: var(--color-background);
    color: var(--color-text);
    border: 1px solid var(--color-primary-hover);
}

.result-date {
    color: var(--color-primary-hover);
    font-weight: bold;
    margin-right: 10px;
}

.result-event-date {
    margin-left: 10px;
    color: var(--color-primary-hover);
    font-weight: bold;
}

.result-artist,
.result-location {
    margin-right: 10px;
    color: var(--color-white);
}

.result-button {
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
}

.result-button.bwg-button {
    background: var(--color-primary-hover);
    color: var(--color-white);
}

.result-button.bwg-button:hover {
    background: var(--color-primary);
}

.result-button.wp-button {
    background: var(--color-background);
    color: var(--color-text);
    border: 2px solid var(--color-primary-hover);
}

.result-button.wp-button:hover {
    background: var(--color-primary-hover);
    color: var(--color-white);
}

/* Search Pagination */
.search-pagination {
    text-align: center;
    margin-top: 40px;
}

/* No Results Section */
.no-results {
    text-align: center;
    padding: 60px 20px;
}

.no-results-title {
    color: var(--color-text);
    font-size: 48px;
    margin-bottom: 20px;
}

.no-results-message {
    color: var(--color-text);
    font-size: 18px;
    margin-bottom: 30px;
}

.search-again-form {
    max-width: 400px;
    margin: 0 auto;
}

.search-form-wrapper {
    display: flex;
    gap: 10px;
}

.search-again-input {
    flex-grow: 1;
    padding: 12px;
    border: 2px solid var(--color-primary-hover);
    border-radius: 4px;
    font-size: 16px;
    color: var(--color-text);
}

.search-again-button {
    background: var(--color-primary-hover);
    color: var(--color-white);
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.search-again-button:hover {
    background: var(--color-primary);
}

.popular-searches {
    margin-top: 40px;
}

.popular-searches-title {
    color: var(--color-text);
    margin-bottom: 20px;
}

.popular-searches-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.popular-search-link {
    background: var(--color-background);
    color: var(--color-text);
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 20px;
    border: 2px solid var(--color-primary-hover);
    transition: all 0.3s ease;
}

.popular-search-link:hover {
    background: var(--color-primary-hover);
    color: var(--color-white);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-title {
        font-size: 36px;
    }
    
    .result-content {
        flex-direction: column;
    }
    
    .result-image img {
        max-width: 100%;
    }
    
    .search-form-wrapper {
        flex-direction: column;
    }
    
    .popular-searches-links {
        flex-direction: column;
        align-items: center;
    }
}
/* ==========================================================================
   HOME
   ========================================================================== */
.home .location {
	display: none;
}

.home .buy {
	margin-top: 20px;
}
#et-boc .col-md-6 {
padding-right:15px!important;
padding-left:0px!important;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* Mobile ≤ 768px */
@media (max-width: 768px) {
	:root {
		--content-pad: 20px;
	}

	a.big-tan-btn {
		font-size: 20px;
		line-height: 64px;
		height: 64px;
		padding: 0 50px;
	}

	a.default-btn {
		font-size: 14px !important;
		line-height: 36px !important;
		height: 36px;
		margin-bottom: 10px !important;
	}
	a.default-btn:hover {
		font-size: 14px !important;
		line-height: 36px !important;
		height: 36px;
	}
	a.big-white-btn {
		height: 64px;
		line-height: 64px;
		padding: 0 40px;
	}

	h2.section-title {
		font-size: 48px;
		margin: 0 0 15px 0 !important;
	}

	h2.section-title::before,
	h2.section-title::after {
		background-color: transparent;
	}

	
	.site-header .search-area,
	.site-header .subscribe-button {
		display: none !important;
	}

	.calendar-navigation {
		padding-bottom: 40px;
	}

	.default-btn.prev {
		left: 23px;
		top: 130px;
		font-size: 12px;
		padding: 0 15px;
	}

	.default-btn.next {
		right: 23px;
		top: 130px;
		font-size: 12px;
		padding: 0 15px;
	}

	.event-calendar .calendar-navigation span {
		font-size: 18px;
	}

	section.post-listing,
	section.post-listing-3cols,
	section.featured-2cols {
		padding-bottom: 0px !important;
		padding-top: 0 !important;
	}

	section.post-listing .content h2
	{
		font-size: 32px;
		color: var(--color-text);
	}

	section.featured-2cols .content h2 {
		font: bold 32px;
		margin-bottom: 6px !important;
		color: var(--color-text);
	}

	section.featured-2cols .content p {
		font-size: 16px;
		margin-bottom: 20px;
		font-weight: var(--font-weight-medium);
		color: var(--color-text);
	}

	section.featured-2cols .content .learn-more {
		font-size: 24px !important;
		margin-bottom: 0;
	}

	section.featured-2cols .col-md-6 {
		margin-bottom: 40px;
	}

	section.post-listing .post-item .col-md-6 img {
		height: 300px;
	}

	section.post-listing .post-item .col-md-6.content h2 {
		color: var(--color-text);
	}

	section.post-listing-3cols .row.columns .post-item {
		width: 100%;
	}

	section.cta1 h2 {
		font: 800 32px;
	}

	.event-details .row {
		display: flex;
		flex-direction: column;
	}

	.event-details .row .col-md-6 {
		order: 2;
	}

	.event-details .row .col-md-6~.col-md-6 {
		order: 1;
	}

	.event-details h2 {
		font: bold 48px;
	}

	.footer-imge {
		max-width: 80%;
		height: auto;
		margin: 50px auto 30px;
	}

	section.full-slider .slick-dots {
		display: flex;
	}

	.search-overlay .search-input {
		font-size: 1.5rem;
		padding: 1.2rem 1.5rem;
	}

	.search-close {
		top: 1rem;
		right: 1rem;
		font-size: 1.5rem;
		width: 40px;
		height: 40px;
	}

	.search-hints {
		font-size: .9rem;
	}

	.search-submit {
		padding: .6rem 1.2rem;
		font-size: .9rem;
	}
}

/* Mobile ≤ 480px - also needs the same fix */
@media (max-width: 480px) {
	section.full-slider .item .slider-item-inner {
		height: auto;
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
		background: transparent;
	}

	section.full-slider .item .slider-item-inner .image-side {
		position: relative;
		width: 100%;
		order: 1;
	}

	section.full-slider .item .slider-item-inner .image-side img {
		height: auto;
		max-height: auto;
		width: 100%;
		max-width: 100%;
		/* Add this to prevent overflow */
		object-position: center center;
		object-fit: cover;
		/* Add this to maintain aspect ratio */
	}

	section.full-slider .item .slider-item-inner .text-side {
		position: relative;
		width: 100%;
		order: 2;
		color: var(--color-text);
		padding: 20px 0px;
		background: transparent;
	}

	section.full-slider .item .slider-item-inner .content {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	section.full-slider .item .slider-item-inner .container {
		width: 100%;
		padding: 0;
		order: 2;
	}

	section.full-slider .item .slider-item-inner h2,
	.event-page .slider .content h2,
	.artist-page .slider .content h2 {
		font-size: 32px !important;
		color: var(--color-text);
	}

	section.full-slider .item .slider-item-inner h3 {
		font-size: 18px !important;
		line-height: 22px !important;
		color: var(--color-text);
	}

	section.full-slider .item .slider-item-inner .date {
		font-size: 16px;
		color: var(--color-text);
	}

	.search-container {
		width: 95%;
	}

	.search-overlay .search-input {
		font-size: 1.2rem;
		padding: 1rem 1.2rem;
	}
}

/* Tablet 481–1023px */
@media (min-width: 481px) and (max-width: 1023px) {
	section.full-slider .item .slider-item-inner .date {
		font-weight: var(--font-weight-bold);
		font-size: 22px;
		margin-bottom: 2px;
		color: var(--color-text) !important;
	}

	section.full-slider .item .slider-item-inner h2,
		.artist-page .slider .content h2 {
		font-size: 48px !important;
		margin-bottom: 2px !important;
		color: var(--color-text) !important;
	}
	.event-page .slider .content h2 {
		font-size: 48px !important;
		margin-bottom: 15px !important;
		color: var(--color-text) !important;
	}
	section.full-slider .item .slider-item-inner h3 {
		font-size: 28px !important;
		line-height: 30px !important;
		color: var(--color-text) !important;
	}

	section.full-slider .item .slider-item-inner {
		position: relative;
		background: transparent;
		height: auto;
		display: flex;
		flex-direction: column;
		padding-bottom: 0px;
		overflow: hidden;
		color: var(--color-text) !important;
	}
	section.full-slider .item .slider-item-inner .row {
			width:80%;
	}
	section.full-slider .item .slider-item-inner .text-side {
		color: var(--color-text);
		position: static;
		width: 100%;
		padding: 20px 0px 0 0px;
		order: 2;
	}

	section.full-slider .item .slider-item-inner .content {
		position: static;
		background: none;
		padding: 0;
		margin: 0 auto;
		max-width: 505px;
		width: 90%;
	}

	section.full-slider .item .slider-item-inner .image-side {
		position: relative;
		width: 100%;
		order: 1;
		display: block;
		padding: 0;
		margin: 0;
		border-bottom: 4px solid var(--color-primary-hover);
	}

	section.full-slider .item .slider-item-inner .image-side .row {
		display: block;
		width: 100%;
		height: auto;
	}

	section.full-slider .item .slider-item-inner .col-md-6.slider-img {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	section.full-slider .item .slider-item-inner .image-outer {
		position: relative;
		float: none;
		margin: 0;
		background: none;
		width: 100%;
		display: block;
	}

	section.full-slider .item img,
	section.full-slider .item .slider-item-inner .image-side img {
		position: relative;
		height: auto;
		object-position: center center;
		width: 100%;
		/* This is causing the overflow */
		max-width: 100%;
		/* Add this to prevent overflow */
		display: block;
		margin: 0;
		padding: 0;
		object-fit: cover;
		/* Add this to maintain aspect ratio */
	}

	section.full-slider .item .slider-item-inner .right-gradient,
	section.full-slider .item .slider-item-inner .image-gradient {
		display: none;
	}

	section.full-slider .slick-dots {
		bottom: 0;
		margin-bottom: 25px;
	}

	section.full-slider .slick-dots li {
		margin-left: 15px;
		padding-bottom: 10px;
	}

	section.full-slider .item .slider-item-inner>.container {
		position: relative;
		width: 100%;
		order: 2;
		padding: 20px 0px 0 0px;
		margin: 0;
	}

	section.full-slider .slick-slide {
		height: auto;
	}

	.slick-list {
		height: auto !important;
		padding-bottom: 30px;
	}

	section.full-slider .item .slider-item-inner::after {
		display: none;
	}

	section.full-slider .item .slider-item-inner .buy a {
		margin-bottom: 10px !important;
	}
}

/* Medium ≤ 980px */
@media (max-width: 1023px) {
	section.full-slider .item .slider-item-inner .image-side .row {
			width:100%;
	}
		section.full-slider .item .slider-item-inner .row {
			width:80%;
	}
		section.full-slider .item .slider-item-inner .image-side {
			border-bottom: 4px solid var(--color-primary-hover);
	}
	.site-header .header-right {
		background-color: var(--color-dark);
	}

	.site-header .search-area-mobile {
		display: none !important;
	}

	.site-header .subscribe-button {
		display: none;
	}

	.site-header .search-area {
		display: none;
	}


	.artist-bio h2 {
		font-size: 50px;
	}



	section.post-listing-3cols .row.columns:before,
	section.post-listing-3cols .row.columns:after {
		content: normal;
	}

	section.post-listing-3cols .row.columns {
		gap: 30px 20px;
		display: flex;
		justify-content: space-between;
	}

	section.post-listing-3cols .row.columns .post-item {
		width: 47%;
	}

	section.post-listing-3cols .row.columns .post-item .content,
	section.post-listing-3cols .row.columns .post-item .image-3cols {
		width: 48%;
	}

	section.post-listing-3cols .post-item img {
		max-width: 100%;
	}

	section.post-listing-3cols .row.columns .post-item img {
		height: 200px;
	}

	section.featured-2cols .row {
		display: block;
	}

	.slider-item-inner .col-md-6.first_col_slider_img {
		width: 0%;
	}

	.slider-item-inner .col-md-6.slider-img {
		width: 100%;
	}

	.slider-item-inner .col-md-6.text-wrapper {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}

/* Large ≥ 981px */
@media (min-width: 981px) {
	.site-header .header-items-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.site-header .header-left {
		display: flex;
		align-items: center;
		gap: 20px;
		flex-shrink: 0;
	}

	.site-header .header-right {
		display: flex;
		align-items: center;
		gap: 20px;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}

	.site-header .nav-menu {
		flex-grow: 1;
		display: flex;
		justify-content: center;
	}

	.site-header .search-area {
		flex-shrink: 0;
		order: 1;
	}

	.site-header .subscribe-button {
		flex-shrink: 0;
		order: 2;
		margin-left: 15px;
	}

	.site-header .search-area-mobile {
		display: none !important;
	}

	section.post-listing-3cols .row.columns .post-item .col-md-4 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

}

@media (min-width: 1200px) {
	.search-menu-item {
		display: none !important;
	}
}


@media (min-width: 981px) and (max-width: 1200px) {
	.site-header .search-area {
		display: none;
	}

	.site-header .subscribe-button {
		display: none;
	}

	.site-header .header-right {
		display: none;
	}
}

/* Footer responsive */
@media (min-width: 1px) and (max-width: 980px) {
	footer .footer-items-wrapper {
		border-top: 2;
		border-bottom: 1px solid var(--color-text);
		padding: 50px 0;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	footer .footer-left {
		width: 100%;
		margin-bottom: 30px;
	}

	footer .social-icons {
		margin-top: 20px;
	}

	footer .footer-right {
		width: 50%;
	}
}

/* Large Desktop ≥ 1023.01px */
@media (min-width: 1023.01px) {
	section.full-slider .item .slider-item-inner {
		height: auto;
		display: flex;
	}

	.slider-item-inner .container {
		width: var(--text-area-width);
	}

	.slider-item-inner .image-side {
		width: var(--image-area-width);
	}

	.slider-item-inner .image-side .row {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.slider-item-inner .col-md-6.slider-img {
		display: flex;
		width: 100%;
		padding: 0 !important;
	}

	section.full-slider .item .slider-item-inner .image-outer {
		width: 100%;
		display: flex;
		position: relative;
	}

	section.full-slider .item .slider-item-inner .image-side img {
		height: auto;
		width: 100%;
		object-fit: cover;
		
		object-position: center center;
		
	}

	section.full-slider .item .slider-item-inner .text-side {
		height: auto;
		width: 100%;
		min-width: 400px;
	}
}

/* Hide gradients on smaller screens */
@media (max-width: 1023px) {

	section.full-slider .item .slider-item-inner .right-gradient,
	section.full-slider .item .slider-item-inner .image-gradient {
		display: none;
	}

	section.full-slider .item .slider-item-inner::after {
		display: none;
	}
}

/* Large ≤ 1200px */
@media (max-width: 1200px) {
	.site-header .header-right {
		background-color: var(--color-dark);
	}
}
/* Very Large ≥ 1440px */
@media (min-width: 1023.01px) {
		 .event-page .content {
		width: var(--text-area-width);
		 max-width:100%;
	}
/* Very Large ≥ 1440px */
@media (min-width: 1440px) {
	section.full-slider .item .slider-item-inner {
		height: auto;
	}

	section.full-slider .item .slider-item-inner .text-side {
		height: auto;
	}

	section.full-slider .item .slider-item-inner .image-side img {
		height: auto;
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

/* Large screens with gradient effects (≤ 1500px) */
@media (max-width: 1500px) {
	section.full-slider .item .slider-item-inner .image-outer {
		z-index: 0;
	}

	section.full-slider .item .slider-item-inner .content {
		padding-right: 30px;
		background: linear-gradient(to right, black 30%, rgba(0, 0, 0, 0) 100%);
	}

	section.full-slider .item .slider-item-inner .image-side img {
		height: auto;
	
		width: 100%;
		
		object-fit: cover;
	
		object-position: center center;
	
	}
}

/* Ultra Wide ≥ 1920px */
@media (min-width: 1920px) {
	section.full-slider .item .slider-item-inner {
		height: auto;
	}

	section.full-slider .item .slider-item-inner .text-side {
		height: auto;
	}

	section.full-slider .item .slider-item-inner .image-side img {
		height: auto;
		
		width: 100%;
		
		object-fit: cover;
		
		object-position: center center;
		
	}
}




/*========================================================================
Menu Support - Improved Version
=======================================================================*/

/* Ensure menu container is properly positioned */
.nav-menu {
	position: relative;
}

.nav-menu .main-menu {
	position: relative;
	display: flex;
	/* This helps with alignment */
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu .main-menu li {
	position: relative;
	display: inline-block;
	margin: 0;
	/* Reset any theme margins */
}

/* Main menu links */
.nav-menu .main-menu>li>a {
	display: block;
	padding: 15px 20px;
	/* Adjust based on your design */
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Hide sub-menus by default */
.nav-menu .main-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background-color: rgba(47, 55, 57, 0.95);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 204, 255, .3);
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
	z-index: 999;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	/* Add smooth transition */
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	pointer-events: none;
	/* Prevent flicker */
}

/* Show dropdown on hover - CRITICAL: Multiple selectors for reliability */
.nav-menu .main-menu li:hover>.sub-menu,
.nav-menu .main-menu li.sfHover>.sub-menu,
.nav-menu .main-menu li:focus-within>.sub-menu {
	display: block;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

/* Style dropdown items */
.nav-menu .main-menu .sub-menu li {
	display: block;
	width: 100%;
	margin: 0;
	float: none;
	/* Ensure no floating issues */
}

.nav-menu .main-menu .sub-menu a {
	display: block;
	padding: 12px 20px;
	color: #E9E7DE;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.2s ease;
	white-space: nowrap;
	/* Prevent text wrapping */
	font-size: 14px;
}

.nav-menu .main-menu .sub-menu a:hover,
.nav-menu .main-menu .sub-menu a:focus {
	background-color: rgba(0, 204, 255, .2);
	color: var(--color-primary-hover);
	padding-left: 25px;
	/* Subtle indent effect */
}

/* Remove border from last item */
.nav-menu .main-menu .sub-menu li:last-child a {
	border-bottom: none;
}

/* Arrow indicator for parent items */
.nav-menu .main-menu .menu-item-has-children>a::after {
	content: ' ▼';
	font-size: 10px;
	margin-left: 8px;
	transition: transform 0.2s ease;
	display: inline-block;
}

.nav-menu .main-menu .menu-item-has-children:hover>a::after {
	transform: rotate(180deg);
}

/* Third-level dropdowns (if needed) */
.nav-menu .main-menu .sub-menu .menu-item-has-children>a::after {
	content: ' ▶';
	float: right;
	transform: none;
	margin-left: 0;
}

.nav-menu .main-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	margin-left: 1px;
}

/* Focus styles for accessibility */
.nav-menu .main-menu a:focus {
	outline: 2px solid #00CCFF;
	outline-offset: 2px;
}

/* ===== HOVER CAPABILITY DETECTION ===== */
/* Devices that CAN hover (laptops, desktops, tablets with mouse/trackpad) */
@media (hover: hover) {

	.nav-menu .main-menu li:hover>.sub-menu,
	.nav-menu .main-menu li.sfHover>.sub-menu {
		display: block !important;
		opacity: 1 !important;
		transform: translateY(0) !important;
		pointer-events: auto !important;
	}
}

/* Devices that CANNOT hover (pure touch devices like phones) */
@media (hover: none) and (pointer: coarse) {

	.nav-menu .main-menu li:hover>.sub-menu,
	.nav-menu .main-menu li.sfHover>.sub-menu {
		display: none !important;
		opacity: 0 !important;
		transform: translateY(-10px) !important;
		pointer-events: none !important;
	}
}

/* ===== MOBILE EXPANDED MENU LAYOUT ===== */
/* Small screens - show all menu items in simple expanded list */
@media (max-width: 991px) {
    footer .social-icons {margin:0 auto;}
    footer .footer-left > a {margin:0 auto 30px auto !important;display:table;}
    footer .footer-left {width:100%;margin-right:0 !important;}
    footer .footer-center {width:100%;margin-right:0 !important;}
    footer .footer-right {width:100%;margin-right:0 !important;}
    footer nav li {width:100%;text-align:center;}
}

@media (max-width: 1200px) {
	.nav-menu .main-menu {
		flex-direction: column;
		display: block;
		/* Stack vertically on mobile */
	}

	.nav-menu .main-menu li {
		display: block;
		width: 100%;
	}

	/* Mobile: Show sub-menus as expanded list (no dropdowns) */
	.nav-menu .main-menu .sub-menu {
		position: static;
		background: rgba(0, 0, 0, 0.3);
		/* Subtle background difference */
		border: none;
		border-radius: 0;
		box-shadow: none;
		backdrop-filter: none;
		margin: 0;
		padding: 0;
		transform: none;
		opacity: 1;
		pointer-events: auto;
		display: block !important;
		/* Always visible on mobile */
		min-width: auto;
		list-style: none;
	}

	/* Remove arrows on mobile since everything is expanded */
	.nav-menu .main-menu .menu-item-has-children>a::after {
		display: none !important;
	}

	/* Parent menu items on mobile */
	.nav-menu .main-menu>li>a {
		padding: 0px 0px;
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
		font-weight: 600;
		/* Make parent items slightly bolder */
	}

	/* Sub-menu items styling */
	.nav-menu .main-menu .sub-menu a {
		padding: 12px 20px 12px 40px;
		/* Indent sub-items */
		font-size: 14px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		font-weight: 400;
		/* Normal weight for sub-items */
		color: rgba(233, 231, 222, 0.9);
		/* Slightly muted */
	}

	.nav-menu .main-menu .sub-menu a:hover,
	.nav-menu .main-menu .sub-menu a:focus {
		background-color: rgba(0, 204, 255, .3);
		color: var(--color-primary-hover);
		padding-left: 45px;
		/* Slight indent on hover */
	}

	/* Remove any borders from last items for cleaner look */
	.nav-menu .main-menu li:last-child>a,
	.nav-menu .main-menu .sub-menu li:last-child a {
		border-bottom: none;
	}

	/* Optional: Add subtle separator between menu sections */
	.nav-menu .main-menu .menu-item-has-children {
		margin-bottom: 2px;
	}

	.nav-menu .main-menu .menu-item-has-children:not(:last-child) {
		border-bottom: 2px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 2px;
	}
}


/* Ensure dropdowns work even with theme conflicts */
.nav-menu ul.main-menu li:hover ul.sub-menu,
.nav-menu ul.main-menu li.menu-item:hover ul.sub-menu,
.nav-menu .main-menu .menu-item:hover .sub-menu {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
	.nav-menu .main-menu .sub-menu {
		background-color: #000;
		border: 2px solid #fff;
	}

	.nav-menu .main-menu .sub-menu a {
		color: #fff;
		border-bottom-color: #666;
	}
}

/* Print styles */
@media print {
	.nav-menu .main-menu .sub-menu {
		display: none !important;
	}
}
.site-header .header-left .logo {
   max-height:122px;
}