/* Version 20190827.1 */
@import url("https://thecinematheque.ca/assets/css/agile.css");

:root {
	--epg-backcolor: rgba(173, 173, 173);
	--epg-color1: rgba(173, 173, 173);
	--epg-color1text: black;
	--epg-color2: rgba(173, 173, 173);
	--epg-color2text: black;
	--epg-color3: rgba(173, 173, 173);
	--epg-color3text: black;
}
a { color: black; text-decoration: none; }
.fa-eye, .fa-clock-nine { display: none; }
.agl-epgbutton {
  font: 16px/18px NeueHaasGrotesk, sans-serif;
  margin-bottom: .5em
}
input.agl-epgbutton:hover {
	opacity: .8;
}
input.agl-epgbutton:focus {
  animation-name: color;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.agl-epgbutton, .agl-epgbutton:hover {
  margin: 0 0;
  font-weight: normal;
  border: 1px solid;
  padding: .25em .5em;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  float: left;
  background: #86a46b!important;
  background-color: var(--site-color)!important;
  border: 0px solid;
  color: #FFF!important;
  padding: 5px 5px;
  text-decoration: none;
}

.agl-epgbutton + .agl-epgbutton,
.agl-epgbutton + span {
  margin: 0 0 0 24px;
}

.agl-pahOption .agl-epgbutton,
.MultiPricingBlockItem.agl-epgbutton {
  background: transparent!important;
  color: #FFF!important;
  padding: 0 0;
}
.orderSummaryEventHeader .agl-epgbutton {
  margin-bottom: 0;
}
.evtRemove .agl-epgbutton {
  margin-top: 1em;
}

.SelectedDeliveryBlock, #lnkMyCal, #hlSeasonPasses, .agl-iframed .HeaderLink { display: none; }
#CustomerLogin_lnkMemberLogin { display: none !important; }
#ManualSelectImage {max-width: unset; overflow: unset;}
[id$="_ucEvent_seapVenue"], [id$="_ucEvent_seapDate"] { display: none; }