body {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
	Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
	'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
}

/* Mobile search bar input */
@media (max-width: 480px) {
	
	  
	body {
		  font-size: 14px;
		}
		
  .ais-SearchBox-input {
	font-size: 14px;
	padding: 8px;
	padding-left: 35px;
  }

	
.aa-List {
	padding-left:10px!important;
}
.aa-Form {
	margin-left:10px!important;
}
	/* Make the hit location and date text smaller */
.hit-city,
.hit-country
{
	position:relative;
	right:10px!important;
	font-size: 1.1rem!important;
}
.hit-state {
  /* Your styles here */
  margin-left: 5px;
  margin-right: 5px;
  color: #2196f3; /* or any other color you prefer */
}
.hit-date
{
	font-weight:bold!important;
	font-size:15px!important;
	position:relative!important;
	margin-left:-10px;
	margin-top:-33px!important;
	border-top:none!important;
}
.hit-title {
	position:relative;
	
	right:10px!important;
	font-weight:bold;
	font-size:13px!important;
}
.hit-venue {
	position:relative; 
	right:10px !important;
	 font-size:11px !important;
	
	}

	  /* Adjust the hit container padding */
.hit {
	padding: 10px 5px;
	
	 }
	

	 .hit img {
	   border-radius: 10px;
	   margin-left:-16px;
	 }
	 
.hit-content {
	padding-left: 27px;
}

.hit-content h2 img {
	margin-left:0px!important;
}
	  
.hit-buy-tickets {
	display: flex;
	justify-content: left;
	margin-left:-11px!important;
		}
	
	  /* Styling for hit country */
.hit-country {
	display: inline-block;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}
}




/* Search box container */
#searchbox {
  margin-bottom: 20px;
  position: relative;
}

#upcoming-shows {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left:10px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}




#hits {
  width: 100%;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, .15), 0 1px 3px 0 rgba(93, 100, 148, .2);
  background-image: linear-gradient(180deg, #fff, #f5f5fa);
}

.hit {
  cursor:default;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-top: 10px;
  padding-bottom:10px;
  padding-right:10px;
  padding-left:30px!important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 11px 0 rgba(37, 44, 97, .15), 0 1px 3px 0 rgba(93, 100, 148, .2);
}
.hit em {
  font-style: normal;
}

.aa-Panel {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
 
  padding: 0;
}

.no-results a {
  color: #ff69b4;
  font-weight: bold;
}


.hit img {
  border-radius: 10px;
}



#autocomplete:not(.aa-Detached) {

  padding-left: 10px;
}

.aa-Detached #autocomplete.aa-Autocomplete--withCancel .aa-InputWrapper input {
  padding-left: 40px; /* adjust this value as needed */
}



 .hit:hover {
   transform: translate(0, -2px);
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* Adjust the box-shadow color and size on hover */
 }

  
 
  
 .hit-content {
 flex: 1 1 auto;
 padding-left: 20px;
 }
 
  .hit-content h2 {
	display: flex;
	align-items: center;
  }
  
  .hit-content h2 img {
	margin-left: 10px;
  }
  
  .hit-title {
	margin-top: 10px!important;
	margin-bottom: 10px;
	font-size: 1.0rem;
	
  }

  
.hit-city,
  .hit-country {
	color: #2196f3;
  }
  
  .hit-city {
	
	margin-right: 10px;
  }
  
 .hit-country {
   display: inline-block;
   padding-left: 0px;
   padding-right: 10px;

   border-left: none;
   font-weight: bold;
 }
 
 .hit-country::before {
   content: '·';
   padding-right: 10px;
 }



  



.hit-date {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 18px;
	font-size: 1.2rem;
	font-weight:bold;
	color: #4caf50;
	border-top: 1px solid;
	border-image: linear-gradient(to right, #9acef8, rgba(76, 175, 80, 0));
	border-image-slice: 1;
  }


  
  .hit-venue {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: .9rem;
	font-style: italic!important;
  }
  
  .hit-startdate {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.9rem;
	color: #666;
  }
  
/* Styling for hit buy tickets link */
  .hit-buy-tickets {
	margin-top: 10px;
  }
  
  .hit-buy-tickets a {
	background-color: #06c;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 8px 12px; /* Adjust the padding to make the button more compact */
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); /* Add a subtle box-shadow to the button */
  }
  
.hit-buy-tickets a:hover {
	background-color: #0071c5;
	color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* Add a stronger box-shadow on hover */
	transform: translateY(-1px); /* Move the button up slightly on hover */
  }

