/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1773033145
Updated: 2026-03-09 05:12:25

*/

body, html {
	font-family: Montserrat, sans-serif;
	background: #f5f5f0;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px;
}
.flex {
	display: flex;
}
.f-wrap {
	flex-wrap: wrap;
}
.flex-col {
	flex-direction: column;
}
.justify-between {
	justify-content: space-between;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.align-stretch {
	align-items: stretch;
}
.align-center {
	align-items: center;
}
.g-60 {
	gap: 60px;
}
.g-40 {
	gap: 40px;
}
.g-20 {
	gap: 20px;
}
.g-10 {
	gap: 10px;
}
.et_pb_row:after, .et_pb_row_inner:after{
	display:none;
}
.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
	margin-right: 0px !important;
}
.et_pb_module {
	margin-bottom: 0px !important;
}

@media (max-width: 768px) {
	.md-flex-col {
		flex-direction: column;
	}
}

@media (max-width: 540px) {
	.sm-flex-wrap {
		flex-wrap: wrap;
	}
}

/* Hover Effect CSS_________________________________*/
.glass-swip:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}

.glass-swip:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

/* Header CSS_________________________________*/
.wwomb-site-logo {
  width: 20% !important;
}
.wwomb__header .et-menu.nav {
	gap: 15px;
}
.wwomb__header .nav li {
  transition: all 0.3s ease-in-out;
	margin-top: 0px !important;
}
.wwomb__header .nav li:not(:last-child) {
  border-right: 2px solid white;
}
.wwomb__header .nav li a::after, .f-left__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: white;
  transition: width 0.25s ease;
}
.wwomb__header .nav li a:hover::after, .f-left__item:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .wwomb-site-logo {
    width: 20% !important;
  }
}
@media (max-width: 400px) {
  .wwomb-site-logo {
    width: 30% !important;
  }
}


/*Mobile slider Css_________________*/
@media (max-width: 768px) {
  .music-model {
    position: relative;
    overflow: visible;
    justify-content: center;
    width: 100%;
  }
  .music-model .et_pb_column {
    display: none;
    margin:0;
    width: 100% !important;
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .music-model .et_pb_column.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  .music-model .et_pb_column {
    margin-bottom: 0px !important;
  }
}

/* Single Artist Profile CSS________*/
.artist_img_box .et_pb_main_blurb_image{
	height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
}
.artist_img_box img {
	height: 240px;
  object-fit: cover;
	object-position: center;
}
.artist-bio-popup, .artist-interview-video-popup{
  display: none;
  position: absolute;
  z-index: 90;
  top: 50%;
  left: 20%;
}
.artist-bio-popup.active, .artist-interview-video-popup.active{
    display: block;
}
.close-artist-bio {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
@media (max-width: 980px) {
	.artist-bio-popup, .artist-interview-video-popup {
		top: 40%;
		left: 10%;
	}
}
@media (max-width: 768px) {
  .single_artist_profile .et_pb_column {
  	width: auto !important;
	}
  .single_artist_profile .et_pb_column:nth-child(2) {
  	width: 40% !important;
	}
	.artist-bio-popup, .artist-interview-video-popup{
		left: 2.5%;
	}
}

/*Home page join-3-card____________*/
.join_card_blurb .et_pb_image_wrap {
  height: 150px !important;
}

.join_card_blurb .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .join_card_blurb .et_pb_image_wrap {
    height: 150px !important;
  }
}
@media (max-width: 768px) {
  .join_card_blurb .et_pb_image_wrap {
    height: 100px !important;
  }
}

.join_card_info-list {
  margin: 20px 0px !important;
  padding: 0px !important;
}
.join_card_info-list li {
  margin-bottom: 10px;
  line-height: 1.4;
  list-style-type: none;
}
.join_card_info-list li i {
  color: #e4362f;
  font-size: 16px;
  margin-right: 10px;
}
.join_card_info-list li ul {
  padding-left: 20px;
	padding-bottom: 0px;
}
.join_card_info-list li ul li {
	margin-bottom: 0;
}
.join_card_info-list li {
  list-style: none;
}
.join_card_info-list ul li::before {
  content: "- ";
}
.join-3-card {
    width: 33% !important;
  }
@media (max-width: 1180px) {
  .join-3-card {
    width: 46% !important;
  }
}
@media (max-width: 980px) {
  .join-3-card {
    width: 80% !important;
  }
	.join_card_info-list li i {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .join-3-card {
    width: 100% !important;
  }
	.join_card_info-list li i {
    font-size: 12px;
  }
}


/*________________________________*/

/* Single city page css________ */

/*_________________________________*/

.buy_merch_box p span{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.et_pb_row_inner:after {
	display: none;
}

/*Header_CSS_________________*/

#menu-for-you.et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

#menu-for-you.et-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}

#menu-for-you li{
	margin: 0;
}

#menu-for-you >li>a {
    padding-bottom: 0px;
}
/*_________________________________*/

/* Global Button CSS */
.global__btn {
  width: 250px;
  text-align: center;
}

/*Search and Filter Css____________*/
.search-filter-container {
  margin-bottom: 20px;
}

.filter-form {
  border: 2px solid #c9c9c6;
}
.filter-form input,
.filter-form select,
.filter-form button {
  font-size: 1rem;
  border: none;
  background: transparent;
  font-family: 'Montserrat';
  color: #656565BF;
}
.filter-form input, .filter-form select {
  padding: 0.5rem 1rem;
}

/* Remove default arrow */
.filter-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('http://brainjar-wwomb.com/wp-content/uploads/2025/12/arrow-up-down-svgrepo-com-1.png') no-repeat right center;
  background-size: 24px;
  background-position-x: calc(100% - 10px);
  width: 220px;
}

.search-button {
  padding: 0.5rem 1rem 0.5rem 0rem;
  font-size: 1.2rem;
  cursor: pointer;
}
.reset-button{
  font-size: 16px;
  color: #4e4e4e !important;
  text-decoration: none;
  padding: 10px;
}
.search-button img {
  width: 25px;
  height: 25px;
}

/* Index Label______________ */
.index {
  padding: 10px;
}
.index h3 {
  font-size: 24px;
  color: #656565BF;
} 

/*Listing container________________*/
.listing {
  font-family: 'Montserrat';
  color: black;
}
.listing-container {
  padding: 10px;
  border: 2px solid #c9c9c6;
}
/*_________________________________*/

/* Contact form css________________ */

.wpcf7 form {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
	font-family: 'Montserrat';
}

.wpcf7 label {
	font-size: 16px;
	margin-bottom: 10px;
	color: black;
}

/* Override input field styles */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  transition: border-color 0.3s ease;
}
.wpcf7 p {
    padding-bottom: 0em;
}

/* Change the border color when the input field is focused___________ */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus {
  border-color: #007bff;
  background-color: #ffffff;
}

/* Override the submit button styles_________________ */
.wpcf7 input[type="submit"] {
  background-color: #e02b20; /* Blue background */
  color: #ffffff; /* White text */
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.wpcf7-spinner {
  margin: 0 !important;
  position: absolute !important;
  left: 50%;
  top: 50%;
}
.wpcf7 form .wpcf7-response-output {
  margin: 30px 0px auto;
  text-align: center;
}
#roster-size option:first-child, #venue-capacity option:first-child {
  color: #ccc; /* Light gray text to indicate it’s disabled */
  pointer-events: none; /* Prevent selection */
}
.wpcf7 form p:not(.has-background):last-of-type {
  width: 50%;
  margin: 0 auto;
}
/*_________________________________ */

/*Slider animation effects__________*/
.slide-in-right {
  animation: slideRight 0.6s ease forwards;
}
.slide-in-left {
  animation: slideLeft 0.6s ease forwards;
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}
/*_________________________________ */

/*All Media_________________________*/
@media (max-width: 980px) {
	.search-filter-container {
    	flex-wrap: wrap;
	}
	.slider-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }
	.slider-btn img{
		width: 100%;
		height: 100%;
	}
	  .slider-btn.prev {
    left: -20px;
  }

  .slider-btn.next {
    right: -20px;
  }
	.et-db #et-boc .et-l .et_pb_column {
        margin-bottom: 0px;
    }
	.global__btn {
  	 	width: 200px;
	}
}

@media (max-width: 768px) {
	.listing-container {
    	flex-direction: column;
    	gap: 20px;
  	}
	.listing-container h3 {
		margin-bottom: 0px;
	}
	.index {
		display: none;
	}
.venue-content {
    width: 64%;
  }
	.md-flex-wrap {
		flex-wrap: wrap;
	}
	.global__btn {
  	 	width: 180px;
	}
}

@media (max-width: 620px) {
  .filter-form {
    justify-content: space-between;
    border: 2px solid #c9c9c6;
    width: 100%;
    min-height: 50px;
  }
  	.filter-form select {
        width: 100%;
		padding: 15.5px 16px;
}
	
.wpcf7 form {
	padding: 20px;
}
	.wpcf7 label {
	font-size: 14px;
}

/* Override input field styles */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  padding: 8px;
  font-size: 14px;
  margin-bottom: 20px;
 }

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0px auto;
  }
}

@media (max-width: 540px) {
	.filter-form input, .filter-form select {
    font-size: 13px;
    padding: 0.5rem 0.5rem;
  }
  .search-button {
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    font-size: 1rem;
	}
  .reset-button {
    font-size: 14px;
    padding: 10px 0.5rem;
	}
	
  .wpcf7 form p:not(.has-background):last-of-type {
	width: 80%;
  }
	.slider-btn {
    width: 30px;
	height: 30px;
	}
}
/*_________________________________*/

/*Footer CSS______________________*/
.footer_nav_left_items {
  width: 70% !important;
  align-items: center;
}

.footer_nav_right_items {
  width: 30% !important;
}

@media (max-width: 980px) {
  .footer-middle {
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .footer_top_bar {
    flex-direction: column-reverse;
    justify-content: center;
  }
	.footer_nav_left_items {
  gap: 5px;
  }
}

@media (max-width: 560px) {
  .footer_nav_left_items {
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
  }
	.footer_nav_right_items {
    width: 100% !important;
  }
}
/*_________________________________*/