#main-content,
.et_pb_section {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.eventrix_tabular td {
    border: 1px solid #FFC;
    text-align: center;
}

.eventrix_tabular th {
    text-align: center;
}

.eventrix_activity .subtitle {
    display: block;
    font-size: 90%;
}

.eventrix_activity .name {
    font-weight: bold;
}

.eventrix_day {
    margin-bottom: 40px;
    width: 100%;
    /* overflow: auto; */
}
.eventrix_shortcode .tooltip {
    position: absolute;
    top: 65px;
    background: rgba(255, 255, 204, 0.85);
    border: 1px solid #FFC;
    border-radius: 5px;
    min-width: 150px;
    z-index: 20;
    padding: 0.5em 1em;
    left: 59%;
    margin-left: -100px;
    pointer-events: none;
}

.eventrix_shortcode .eventrix_category > .tooltip {
    white-space: nowrap;
}

.eventrix_shortcode .eventrix_activity {
    position: relative;
}

.eventrix_shortcode .tooltip .descrip {
    margin-bottom: 0.5em;
    width: 350px;
}

.eventrix_shortcode .longtip .descrip {
    width: 690px;
}

.eventrix_shortcode td.eventrix_category {
	cursor:help;
	position: relative;
	padding: 0.8em 0.5em;
}
.eventrix_shortcode td.eventrix_category.hasVideo {
	cursor:pointer;
}
.eventrix_shortcode td.eventrix_category.color_beginner, .eventrix_shortcode .color_key .key_beginner .color,
.eventrix_shortcode td.eventrix_category.color_mixed,
.eventrix_shortcode td.eventrix_category.color_all,
.eventrix_shortcode td.eventrix_category.color_mandatory {
    background: rgba(110, 211, 0, 0.35);
}

.eventrix_shortcode td.eventrix_category.color_intermediate, .eventrix_shortcode .color_key .key_intermediate .color {
    background: rgba(255, 252, 0, 0.35);
}

.eventrix_shortcode td.eventrix_category.color_advanced, .eventrix_shortcode .color_key .key_advanced .color {
    background: rgba(255, 0, 0, 0.35);
}

.eventrix_shortcode td.eventrix_category.color_yoga, .eventrix_shortcode .color_key .key_yoga .color {
    background: rgba(255, 80, 226, 0.35);
}

.eventrix_shortcode .tooltip h5 {
    color: #433546;
  
}
.eventrix_shortcode h5.subheader {
    text-align: center;
    font-size: 0.9em;
    margin-top: 0.9em;
}
.eventrix_activity {
    border-top: 1px solid #FFC;
    padding-top: 9px;
    margin: 11px -8px 0 -9px;
}
.eventrix_activity:first-child {
    border-top: none;
    padding-top: 0;
    margin: 0;
}
.eventrix_activity .tooltip p {
    padding-bottom: 0.5em;
}
.eventrix_activity .tooltip p:last-child {
  padding-bottom:0;
}
.et_pb_section.classSchedFullWidth {
    padding-top: 10px;
}
/********* Color Key *********/
.color_key {
    display: block;
    text-align: center;
    /* margin: 0 auto; */
    margin-top: 14px;
}
.color_key h5 {
    font-size: 14px;
}

.key_inner {
    display: inline-block;
    background: rgba(255, 255, 204, 0.78);
    border-radius: 8px;
    padding: 9px 15px;
    color: rgb(58, 40, 58);
}

.color_key .color {
    padding: 2px 6px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

.key_inner > span {
    margin-right: 16px;
}
.key_inner > span:last-child {
    margin-right: 0;
}


/* Workaround hack for hiding placeholders for certain timeslots. Should fix this with procedural rules. */
.day_friday .time_730pm .placeholder,.day_saturday .time_730pm .placeholder {
    display: none;
}
.day_friday .time_730pm .has_tooltip .tooltip,.day_saturday .time_730pm .has_tooltip .tooltip {
    display: none !important;
}
.day_friday .time_730pm .has_tooltip,.day_saturday .time_730pm .has_tooltip {
    cursor:default;
}
/* End workaround hack. */

.classSchedFullWidth .et_pb_row {
    width: 90%;
}
h4.eventTagline {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.eventrix_tabular th,.eventrix_tabular td {
    width: 9.1%;
}
.eventrix_tabular th:first-child,.eventrix_tabular td:first-child {
    width: 9%;
}
/********* Responsive Rules *********/
@media screen and (min-width:1050px) {
  .eventrix_shortcode h5.subheader { display:none; }    
}
@media screen and (min-width:500px) {
  .eventrix_shortcode .tooltip h5 {
    white-space:nowrap;
  }
}
