/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


table.gala-festival-schedule {
    width: 100%;
}

td.event-title div.events-toggle {
    max-width: none !important;
    height: auto;
}

.events-toggle {
    width: 100%;
    height: 40px;
    
    background: url("https://galachoruses.org/galadev/wp-content/uploads/2020/11/plus-events.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: right top;
}

.events-slidingContent {
    width: 100%;
    max-width: 500px;
}

.events-toggle:hover {
background-color: #ebeaea;
font-weight: bold;
}

.events-toggle.expanded{
  background:url("https://galachoruses.org/galadev/wp-content/uploads/2020/11/minus-events.png");
  background-repeat: no-repeat;
background-position: right top;
  }
  
table.gala-festival-schedule td {
    border: 1px solid #dadbd8;
   
    padding: 5px;
    display: block;
}

#presenters-2020 div {
    clear: both;
    margin-top: 20px;
}

#presenters-2020 img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}


@media only screen and (min-width: 768px) {  
  table.gala-festival-schedule td {
display: table-cell;
 vertical-align: top;

}

table.gala-festival-schedule td.event-title {
    max-width: 250px;

}




}
