/* Author Bios title */
.author_bios-template-default .basic-content-wrap .entry-meta {
   display: none;
}
.author_bios-template-default p.author-bio-field.author-bio-field-author_title_position {
   margin: 0px 0px 5px 0px;
   font-size: 1.5em;
   line-height: 1.333em;
   text-rendering: optimizelegibility;
   font-weight: 500;
}

/*hide byline on calendar page - works with Alabama custom byline display*/

body.single-ai1ec_event #main p.entry-meta.post-author,
body.single-ai1ec_event #gtx_custom_author_data_posted {
  display:none;
}

/* hide multiple bylines */
.entry-meta.entry-author.multiple-bylines {
  display:none;
}