/* Venues Page CSS*/

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

.hero-container {
    padding-block: 220px;
    padding-inline: 20px;
    position: relative;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow: hidden;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.55);
    z-index: 1;
}

.hero-content{
    position:relative;
    text-align:center;
    color:#fff;
    z-index:2;
}
.hero-content h1{
    font-family: 'Moul', display;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
}
.hero-btn{
    color: #fff;
    font-size: 16px;
    padding: 16px 20px;
    background-color: #E02B20;
}

.hero-btn i{
    margin-left:8px;
}

.venue-listing {
  color: black;
}
.venue-card {
  border: 3px solid #c9c9c6;
  border-radius: 0px;
  overflow: hidden;
  padding: 20px;
  width: 49%;
}
.venue-image img {
  width: 180px;
  height: 140px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px #656565;
}
.venue-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.venue-meta p {
  margin: 0.5rem 0;
  font-weight: 500;
}
.venue-description p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .venue-card {
    width: 48.5%;
  }
}
@media (max-width: 980px) {
  .hero-container{
    padding-block: 140px;
  }
  .hero-content h1{
    font-size: 46px;
  }
  .hero-btn{
    font-size: 14px;
    padding: 12px 16px;
  }
  .venue-card {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .filter-form:nth-child(3) {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .hero-container{
    padding-block: 80px;
  }
  .hero-content h1{
    font-size: 38px;
  }
  .venue-card .venue-top-container {
    margin-bottom: 20px;
  }
  .venue-image img {
  	box-shadow: none;
    margin-bottom: 15px;
  }
	.venue-title {
  	font-size: 1.5rem;
    margin-bottom: 0;
  }
  .venue-meta p {
    margin: 0;
    padding: 0;
    font-weight: 500;
  }
  .venue-description p {
  	font-size: 0.8rem;
    margin: 0 !important;
  }
  .venue-card {
  	padding: 15px;
  }
}
@media (max-width: 380px) {
  .venue-card {
      padding: 10px;
  }
  .venue-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .venue-image img {
    width: 120px;
    height: 100px;
    margin-bottom: 0;
	}
  .venue-meta p {
    font-size: 15px;
  }
}

/* Independent Labels page css*/
.lb-name {
  width: 35%;
}
.lb-social {
  width: 20%;
}
.lb-bio {
  width: 40%;
}
.filter-form input {
  width: 300px;
}

/* ============================================================= */
.label-photo-name {
  width: 35%;
}
.label-name {
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.label-photo {
   width: 100px;
   height: 100px;
}
.label-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.label-social {
  width: 20%;
}
.label-social a {
  width: 12%;
}
.label-social img{
   width: 100%;
  height: 100%;
}
.label-bio {
  width: 40%;
}

/*Media ===========================================================*/
@media (max-width: 980px) { 
  .label-listing {
    align-items: flex-start;
    padding: 10px;
  }
  .label-social a {
  	width: 15%;
	}
  .label-photo {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .label-name {
  	font-size: 18px;
	}
  .label-bio p {
    font-size: 14px;
  }
  .label-photo-name, .label-social, .label-bio {
    width: 100%;
    justify-content: center;
  }
  .label-name {
  	font-size: 16px;
	} 
  .label-photo {
  	width: 100px;
  	height: 80px;
	}
  .label-social a {
    width: 10%;
  }
}
@media (max-width: 380px) {
  .filter-form input {
  	width: 220px;
	}
}

/* Artists Page CSS*/
/* ======================================================================================= */
.index .ar-name {
  width: 25%;
}
.index .ar-genre {
  width: 30%;
}
.index .ar-bio {
  width: 40%;
}

/* ======================================================================================= */
.artist-photo-name {
  width: 25%;
}
.artist-name {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0;
}
.artist-photo {
  width: 70px;
  height: 70px;
}
.artist-photo img {
  width: 100%;
  height: 100%;
}
.artist-genre-social {
  width: 30%;
}
.artist-genre {
  font-size: 20px;
  font-weight: 400;
}
.artist-social {
  width: 30%;
}

.artist-social a{
  width: 24%;
}
.artist-social a img {
  width: 100%;
  height: 100%;
}
.artist-bio {
  width: 40%;
}
.artist-bio p {
  font-size: 16px;
  line-height: 1.7em;
}

@media (max-width: 1080px) {
  .artist-photo {
  	width: 60px;
  	height: 60px;
	}
  .artist-name {
  	font-size: 20px;
	}
  .artist-genre {
  	font-size: 18px;
	}

  .artist-bio p {
  	line-height: 1.4em;
	}
  .artist-social a{
  width: 40%;
}
}

@media (max-width: 980px) { 
  .artist-container {
    align-items: flex-start;
    padding: 5px;
  }
  .artist-photo-name,
  .artist-genre-social {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .artist-social {
  width: 100%;
}
  .artist-social a{
  width: 14%;
}
}

@media (max-width: 768px) {
  .artist-listing {
    flex-direction: row !important;
    align-items: flex-start;
  }
  .index {
    display: flex;
  }
  .index h3 {
    font-size: 18px;
  }
  .artist-photo {
  	width: 120px;
  	height: 80px;
	}
  .artist-name {
  	font-size: 18px;
	}
  .artist-genre {
  	font-size: 16px;
	}
  .artist-bio p {
    font-size: 14px;
	}
  .artists-index .ar-genre {
  	width: 25%;
	}
	.artists-index .ar-bio {
  	width: 45%;
	}
  .artist-genre-social {
    width: 25%;
  }
  .artist-bio {
  	width: 45%;
	}
  .artist-social a{
    width: 20%;
  }
}

@media (max-width: 540px) {
  .artist-photo {
  	width: 60px;
  	height: 60px;
	}
  .artist-name {
  	font-size: 12px;
	}
  .artist-genre {
  	font-size: 12px;
    font-weight: 600;
	}
  .artist-bio p {
    font-size: 11px;
	}
    .artist-social a{
  	width: 30%;
	}
}

/*Movement Page CSS*/

.filter-form input{
 width: 300px;
 }
/* ======================================================================================= */ 
.index .sp-name {
  width: 28%;
}
.index .sp-address {
  width: 28%;
}
.index .sp-desc {
  width: 40%;
}
/* ======================================================================================= */
.sponsor-name {
  width: 28%;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0;
}
.sponsor-address-url {
  width: 28%;
}
.sponsor-address {
  font-size: 16px;
  font-weight: 400;
}
.sponsor-url a{
  width: 12%;
}
.sponsor-url a img {
  width: 100%;
  height: 100%;
}
.sponsor-desc {
  width: 40%;
}
.sponsor-desc p {
  font-size: 16px;
  line-height: 1.7em;
}

@media (max-width: 980px) {
  .sponsor-listing {
    align-items: flex-start;
    padding: 5px;
  }
  .sponsor-name, .sponsor-address-url {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .sponsor-url {
    justify-content: flex-start;
  }
  .index h3 {
  	font-size: 20px;
	} 
  .sponsor-name {
  	font-size: 18px;
	}
  .sponsor-address {
  	font-size: 16px;
	}
  .sponsor-desc p {
    font-size: 14px;
	}
}
@media (max-width: 768px) {
  .filter-form input {
  	width: 220px;
	}
  .sponsor-name, .sponsor-address-url, .sponsor-desc {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .sponsor-url {
    justify-content: center;
  }
  .sponsor-name {
    margin-bottom: 10px;
  }
  .sponsor-url a{
    width: 10%;
  }
}

/*All City Page CSS*/
.cities_table table {
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 100%;
  border: none;
}

.cities_table table td {
  vertical-align: top;
  width: 20%;
  line-height: 1.6;
  padding: 6px 8px;
}
.cities_table table td a { color: #656565BF; font-size: 16px; }

.cities_table table td strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.cities_table .search-result-highlight {
	margin-bottom: 40px;
	margin-inline: auto;
	width: 33%;
	padding: 30px;
	background: #f9f9f9;
	box-shadow: 0px 6px 10px 1px #c9c9c6;
}
.cities_table .search-result-highlight h3 { padding-bottom: 10px; } 
.cities_table .search-result-highlight a { color: #E02B20; font-size: 18px; }

@media (max-width: 980px) {
	.cities_table .search-result-highlight {
		width: 60%;
	}
}
@media (max-width: 768px) {
	.cities_table .search-result-highlight {
		width: 90%;
	}
}
@media (max-width: 480px) {
	.cities_table table td a {
		font-size: 12px;
	}
	.cities_table table td strong {
		font-size: 14px;
	}
	.cities_table table {
  		border-spacing: 0px 0;
	}
}

/* Sponosrships Page CSS */
.state-block {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.state-block:last-child{
    margin-bottom: 0px;
}
.state-block .state-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.sponsor-item .sponsor-logo{
    width: 240px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}
.sponsor-info img {
    width: 40px;
}
.sponsor-logo img {
    max-width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.sponsor-logo img:hover {
    transform: scale(0.9);
}

@media (max-width: 980px) {
    .sponsor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
    .sponsor-info img {
    width: 30px;
}
}

@media (max-width: 768px) {
    .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
    .sponsor-info img {
    width: 20px;
  }
    .sponsor-item .sponsor-logo{
    width: 200px;
    height: 100px;
  }
  .sponsor-list {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .state-block {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .sponsor-info {
    gap: 10px !important;
  }
  .sponsor-item .sponsor-logo{
    width: 140px;
    height: 70px;
    margin-bottom: 10px;
  }
}


/* Merch Product Page CSS* /
/* Product Card */
.product-card {
  background: white;
  border: 2px solid #c9c9c6;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  padding: 20px;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
/* Image */
.product-image {
  width: 40%;
  height: 240px;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card:hover .product-image img {
  transform: scale(1.01);
}
/* Content */
.product-content {
  padding: 20px 0px 20px 20px;
  width: 60%;
}
.product-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
.product-description {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 14px;
}
/* Price */
.product-price {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  color: #656565BF;
}
.availability-tag {
  color: white;
  position: absolute;
  padding: 4px;
  font-size: 14px;
  line-height: 1.6em;
}
.not-available {
  background: orange;
}
.available {
  background: red;
}

@media (max-width: 1200px) {
    .product-listing {
       flex-wrap: wrap;
    }
    .product-card {
       flex-direction: column;
       width: 46%;
    }
    .product-content {
        width: 100%;
    }
}

@media (max-width: 810px) {
  .filter-form select {
    padding: 13px 16px;
  }
}

@media (max-width: 980px) {
  .product-listing {
    flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
  .product-card {
    width: 100%;
    padding: 10px;
  }
  .product-listing {
    justify-content: center;
	}
    
  .product-image {
    width: 100%;
  }
  .product-content {
  	padding: 10px 0px 10px 10px;
  }
  .product-title, .product-description {
    font-size: 14px;
 	padding-bottom: 0px;
  }
  .product-title, .product-price {
    font-size: 16px;
  }
  .product-description {
    font-size: 14px;
	}
  .availability-tag {
    font-size: 12px;
  }
}

/*Home v2 city map section css*/
.location-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid red;
  color: #666666;
  background-color: #fff;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor:pointer;
}

.location-btn i {
  font-size: 18px;
}

.location-btn .text {
  font-size: 20px;
  text-decoration: underline;
}

/* Glass swipe effect */
.glass-swip {
  position: relative;
  overflow: hidden;
}

@media (max-width: 980px ) {
  .location-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .location-btn .text {
    font-size: 16px;
  }
  .location-btn i {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .location-btn .text {
    font-size: 12px;
  }
  .location-btn i {
    font-size: 10px;
  }
  .location-btn {
    padding: 6px 10px;
  }
}