.navbar-brand {
 	margin-top: none;
}

/*Buttons*/

.btn {
	margin-right:25px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/*End Buttons*/


/* Read More/Read Less */

.b-description_readmore_wrapper {    
    /* display: flex; */
    flex-flow: column wrap;
    align-items: center;  
    max-width: none !important;
    width: 100%;
}

.b-description_readmore {
    width: 80%;
    position: relative;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    /* padding: 0 15px; */
}

.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    border: 1px solid #54b4eb;
    padding: 10px 0; 
    cursor: pointer; 
    text-align: center;
    border-radius: 4px;
    margin-bottom: 18px;
}

.b-description_readmore_button:hover {
    color: white;
    background: #54b4eb;
}

.b-description_readmore_ellipsis:after {    
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;    
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 65%);
}

/* End Read More/Read Less */


/* Ticket Graphics for Large Monitors */

.ticket-graphic-lg img {
	position: relative;
	width: 100%;
}

.ticket-graphic-md, .ticket-graphics {
	display: none;
}

/* End Ticket Graphics for Large Monitors */


.media-object.img-thumbnail {
    width: auto !important;
}

.media, .add-border-bottom {
	border-bottom: 1px solid #ccc;	padding-bottom: 10px;
}

.performance_notes .panel-wrapper {
  position: relative;
}

.performance_notes .btn {
  color: #fff;
  background: #54b4eb;
  background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
  border-radius: 1.5em;
  left: 30%;
  padding: 1em;
  text-decoration: none;
  width: 40%;
}
.performance_notes .show, .performance_notes .hide {
  position: absolute;
  bottom: -1em;
  z-index: 100;
  text-align: center;
}

.performance_notes .hide {display: none;}
.performance_notes .show:target {display: none;}
.performance_notes .show:target ~ .hide {display: block;}
.performance_notes .show:target ~ .panel {
   max-height: 2000px; 
}
.performance_notes .show:target ~ .fade {
  margin-top: 0;
}

.performance_notes .panel {
  position: relative;
  margin: 2em auto;
  width: 70%;
  max-height: 100px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.performance_notes .fade {
  background: linear-gradient(to bottom, rgba($bg-color,0) 0%,rgba($bg-color,1) 75%);
  height: 100px;
  margin-top: -100px;
  position: relative;
}

    @media only screen and (max-width: 1023px) {

	.ticket-graphic-lg {
		display: none;
	}

	.ticket-graphic-md {
		display: inline;
	}

}

    @media only screen and (max-width: 767px) {


	.ticket-graphic-md {
		display: none;
	}

	.ticket-graphics {
		display: inline;
	}

	.ticket-graphics img {
		position: relative;
		width: 54%;
	}

}

    @media only screen and (max-width: 568px) {

	.ticket-graphics img {
		width: 100%;
	}

}