
/* foooter contents removed - Jackie*/
footer {display: none;}

/*removed origional date format - Jackie*/
span.atom-main.date-venue-holder {display:none;
}

/*removing uppercase from event title - Jackie*/
h1 {text-transform:none!important;}

/*removing italic font from date and time - Jackie*/
div.col-xs-12.date-venue-wrapper {
  font-style:normal;
}
/*removes fadding from agenda - Jackie*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description {
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   -webkit-animation: all 0.3s ease-in-out;
   -moz-animation: all 0.3s ease-in-out;
   -ms-animation: all 0.3s ease-in-out;
   -o-animation: all 0.3s ease-in-out;
   animation: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   max-height: max-content;
   overflow: hidden;
}
/*Remove Session Description Fading - Jackie*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description.faddedAway {
   -webkit-mask-image: none;
   mask: -moz-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
}
/*Remove dash from header - ilia ticket 179463*/
.center-image {
  display: none;
}