a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

.fusion-button-text {
	color:white;
}

.home-title {
	color:white;
}

.whitetext {
	color: white;
}

/* bold all links on all pages and posts*/
#main a:link, a:visited{
 font-weight: bold;
}

#whitetoggle .fusion-toggle-heading {
	color: white;
}

/* Home Screen Slider Texts */

.slide-title {
	text-align: center; 
	color: white;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	padding-bottom:10px;
}

.slide-subtitle {
	text-align: center; 
	color: white;
	font-size:20px;
	line-height:30px;
	padding-bottom:10px;
}

.slide-desc {
	text-align: left; 
	color: white;
	font-style: italic;
}

.slide-caption {
	text-align: center; 
	color: white;
	font-size:90px;
	line-height:120px;
	font-weight:bold;
	padding-bottom:20px;
}

/* Buy Now Button */

.my-button-class {
background-color: red;
text-align:center;
color: white;
text-transform: uppercase;
padding: 10px;
padding-left:30px; padding-right:30px;
display: inline-block;
}

.my-button-class:hover{
background-color: darkred;
color: white;
}

/* Learn More Button */

.my-button-class-2 {
color: white;
text-align:center;
text-transform: uppercase;
padding: 10px;
padding-left:30px; padding-right:30px;
border-color:red; border-style: solid;
  border-width: 2px;
	display: inline-block;
}

.my-button-class-2:hover{
color: white;
background-color:darkred;
border-color:darkred;
}

/* Conductors & Musicians top margin */

#conductorsandmusician {
	margin-top:20px;
}

/* Conductors & Musicians Grid */

@media screen and (max-width: 721px) {
.rTable {
	display:grid;
	column-gap:6%;
	grid-template-columns: repeat(auto-fit, minmax(auto, 280px));
} 
}

@media screen and (min-width: 721px) {
.rTable {
	padding-left:60px; padding-right:60px;
	display:grid;
  column-gap:6%;
	grid-template-columns: repeat(auto-fit, minmax(auto, 280px));
} 
}

/* Performers Bio Grid */

@media screen and (max-width: 700px) {
.musician_bio {
	padding-left:0px; padding-right:0px;
}
}

@media screen and (min-width: 700px) {
.musician_bio {
	display: grid;
	padding-left:30px; padding-right:30px;
  grid-template-columns:280px auto;
  grid-gap: 30px; 
}
}

/* Performer's Thumbnail */

.image-thumbnail-main {
	text-align: center;  
	background-position: center;
	padding-top:30px;
}

.image-thumbnail {
    background-size: cover;
	  background-position: center;
    transition: all 0.7s ease;
		width:100%; 
	border: 2px solid white;
    border-radius: 100%;
    padding-top: 100% !important
}

.image-thumbnail:hover
{
     transform: scale(1.1);
		 opacity: 0.7;
}

/* Featured Artists Grid */

.featured_artists {display:grid;
	grid-gap:45px;
	grid-template-columns: repeat(auto-fit, minmax(auto, 400px));
}
 
.featured_artists > div > img {  
    width: 100%;  
    object-fit: cover;  
}

#longProgramNotes {
	display:none;
}

/* Featured Artists Long Bio
 * Important: #longbio(n) where (n) is the maximum number of featured artists */

#longBio1,#longBio2,#longBio3,#longBio4,#longBio5,#longBio6,#longBio7,#longBio8,#longBio9,#longBio10,#longBio11,#longBio12,#longBio13,#longBio14,#longBio15,#longBio16,#longBio17,#longBio18,#longBio19,#longBio20,#longBio21,#longBio22,#longBio23,#longBio24,#longBio25,#longBio26,#longBio27,#longBio28,#longBio29,#longBio30     {
	display:none;
}

/* Home Screen Slider show and hide */

.home-slide {
	display:none;
}

@media screen and (min-width: 768px) {
  .home-slide  { display: block; }
}

/* Event Related Events show and hide */

.single-related-posts{
	display:none;
}

@media screen and (min-width: 768px) {
  .single-related-posts  { display: block; }
}

/* Single Event Title */

.fusion-events-featured-image.fusion-events-single-title
{
	background-color:#4e2e77;	
	margin-bottom:0px;
}

/* Single Event gap between content and side bar */

#tribe-events-content.tribe-events-single {padding-right:10%;}

/* Single Event Sidebar */

.sidebar-padding{
	padding-left:5%;
	padding-right:5%;
}

/* Single event top margin*/

#tribe-events-content
{
	margin-top:20px;
}

#sidebar.fusion-widget-area.fusion-content-widget-area.fusion-sidebar-right.fusion-
{
	margin-top:22px;
}

#tribe-events-pg-template
{
	margin-bottom:20px;
}

/* Shopping Town Map */
.shoppingtown {
	height:10%;
}

/* footer grid */

.footergrid {
	margin-top:20px;
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, auto));
  grid-gap: 30px; 
} 

.wrapper1{
    position:relative;
    z-index: 1;
    display: inline-block;
}

.hidelogo1{
    position: absolute;
    width: 260px;
    height: 58px;
    background: #00a2d8;
    right: -5px;
    bottom: 279px;
    z-index:999;
    display: block;
    color: #fff;
}

#sharewhite div h4{
	color:white;
}

.beethovenfestival{
	background-color: orange;
	text-align:center;
	color: white;
	text-transform: uppercase;
	padding: 0px;
	padding-left:30px; padding-right:30px;
}

.americasfestival{
	background-color: #ff0090;
	text-align:center;
	color: white;
	text-transform: uppercase;
	padding: 0px;
	padding-left:30px; padding-right:30px;
}

/* tab */

.indent { margin-left: 10px; }

.boxshadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* sticky menu */
.header {
  padding: 0px;
  text-align: center;
}

#navbar {
	overflow: hidden;
  background-color: #003366;
	padding: 10px 10px;
	height: 40px;
	z-index: 999999999999 !important;
}

#navbar a {
  text-decoration: none;
	font-weight: normal;
	
}

#navbar a:hover {
  background-color: #003366;
  color: lightgray;
}

#navbar a.active {
  background-color: #003366;
  color: lightgray;
}

#spacer {
	height: 100px;	
}

.content {
  padding: 0px;
	margin-top: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	max-width: 1000px;
}

.sticky + .content {
  padding-top: 0px;
	margin-top: 0px;
}

/* drop down */
.dropbtn {
  background-color: #003366;
  color: white;
  /*padding: 10px;*/
  border: none;
}

.dropdown {
  margin: 0px;
	padding: 0px;
  opacity: 1;
	background-color: #003366;
  color: white;
	z-index: 999999999999;
}

.dropdown-content {
  display: none;
  position: fixed;
	margin-left:-10px; 
	font-weight: normal;
	width: 100%;
	max-width: 1000px;
	color: white;
  background-color: #003366;
}

.dropdown-content hr {
  border: 0.1px solid black;
}

.dropdown-content button {
  border: none;
  color: white;
	background-color: #003366;
  text-align: left;
  text-decoration: none;
	padding: 10px 10px 10px 35px;
}

.dropdown-content button:hover {
  color: lightgray;
}

.dropdown:hover .dropdown-content{
	display: block;
}

.dropdown:hover .dropbtn {background-color: #003366;

	color: white;}

/* anchor */
#section-top
{
    padding-top: 80px;
    margin-top: -60px;
}
#section-about, #section-welcome, #section-program, #section-program-notes, #section-featured-artist, #section-the-orchestra,
#section-board-of-directors,
#section-staffs, #section-donor-list, #section-feature-1, #section-feature-2
{
    padding-top: 100px;
    margin-top: -100px;
}

/* program books list */
.eventlist 
{
	border-collapse: separate;
 	border-spacing: 0 15px;
}

.eventlist td {
 	width: 150px;
 	text-align: center;
  border: 0px solid black;
	background-color: black;  
	padding: 5px 5px 5px 5px;
}

.eventlist a {
	color: white; font-weight: thin;
}

/* Donors List */
#longDonors {
	display:none;
}

/* Series */
.Pops
{
	background-color: #00A2E3;
	color: white; 
	text-align: center;
}
.Masterworks
{
	background-color: #4D2E76;
	color: white; 
	text-align: center;
}
.Casual
{
	background-color: #E00080;
	color: white; 
	text-align: center;
}
.Spark
{
	background-color: #B03330;
	color: white; 
	text-align: center;
}
.Kids
{
	background-color: #E9CE45;
	color: white; 
	text-align: center;
}
.Summer
{
	background-color: #E9CE45;
	color: white; 
	text-align: center;
}
.Destiny-Usa
{
	background-color: #E88324;
	color: white; 
	text-align: center;
}
.Others
{
	background-color: #292828;
	color: white; 
	text-align: center;
}

.highlightevent
{
	color: #ffd95c;
}

section {
  padding-top: 0rem;
  width: 100%;
  margin: auto;
}

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px solid white;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: white;
	margin-top: -2rem;
	position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}

details summary {
  outline: 0;
}

details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}
