.agenda-shortcode .agenda-filters-wrapper .agenda-filters {
  margin-bottom: 72px;
  position: relative;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .reset-filters {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .reset-filters.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .reset-filters span {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .loader {
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  position: absolute;
  top: 100%;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .loader .ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .loader .ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: av-load8 0.8s infinite linear;
  animation: av-load8 0.8s infinite linear;
  border-color: #ce1313 #e1e1e1 #e1e1e1 #e1e1e1;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .loader.on-screen {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .loader.on-load {
  position: fixed;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-filters-wrapper .agenda-filters .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .filter:last-child {
  margin-bottom: 0;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters .filter span {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #1F1F1F;
  min-width: 100px;
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-filters-wrapper .agenda-filters .filter span {
    margin-bottom: 12px;
  }
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-filters-wrapper .agenda-filters ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul li {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  padding: 8px 12px;
  margin-right: 6px;
  margin-left: 0;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-filters-wrapper .agenda-filters ul li {
    margin-bottom: 6px;
  }
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-filters-wrapper .agenda-filters ul li {
    font-size: 12px;
    line-height: 14px;
  }
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  margin: 0;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul li input:checked {
  background: red;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul li:hover {
  background: #1F1F1F;
  color: #FFF;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#fillter_by_day li {
  border: 1px solid #707070;
  color: #919191;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#fillter_by_day li.active {
  background: #1F1F1F;
  color: #FFF;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#fillter_by_day li.active:before {
  content: "\2713";
  margin-right: 8px;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#fillter_by_day li:hover {
  background: #1F1F1F;
  color: #FFF;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li {
  border: 1px solid;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.indesign {
  color: #fff;
  background-color: #A2468C;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active:before {
  content: "\2713";
  margin-right: 8px;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.photoshop {
  color: #fff;
  background-color: #2385C2;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.illustrator {
  color: #fff;
  background-color: #FDC221;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.presentation {
  color: #fff;
  background-color: #E85E5C;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.in-person {
  color: #fff;
  background-color: #000;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.video-motion {
  color: #fff;
  background-color: #28937e;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.design {
  color: #fff;
  background-color: #6D5496;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.accessibility {
  color: #fff;
  background-color: #2A36B3;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.active.multipart-session {
  color: #fff;
  background-color: #D91919;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.indesign {
  color: #A2468C;
  border-color: #A2468C;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.photoshop {
  color: #2385C2;
  border-color: #2385C2;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.illustrator {
  color: #FDC221;
  border-color: #FDC221;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.presentation {
  color: #E85E5C;
  border-color: #E85E5C;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.design {
  color: #6D5496;
  border-color: #6D5496;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.multipart-session {
  color: #D91919;
  border-color: #D91919;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.in-person {
  color: #000;
  border-color: #000;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.video-motion {
  color: #28937e;
  border-color: #28937e;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li.accessibility {
  color: #2A36B3;
  border-color: #2A36B3;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters ul#events li:hover {
  color: #FFF;
}

.agenda-shortcode .agenda-filters-wrapper .agenda-filters select#timezone {
  margin-bottom: 0 !important;
  border-radius: 4px;
  border-color: #707070;
  width: 196px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #1F1F1F;
}

.agenda-shortcode .agenda-container .day-wrapper {
  text-align: center;
}

.agenda-shortcode .agenda-container .day-wrapper .day-title {
  text-transform: none;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 27px;
}

.agenda-shortcode .agenda-container .agenda-wrapper .time-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 29px;
}

.agenda-shortcode .agenda-container .agenda-wrapper .time-wrapper:before {
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E2E2E2;
}

.agenda-shortcode .agenda-container .agenda-wrapper .time-wrapper .date {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 19px;
  border: 3px solid #E2E2E2;
  display: inline-block;
  background: #FFF;
  position: relative;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 10px;
  margin-bottom: 58px;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.four {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.four {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.four {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.three {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 600px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.three {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.two {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 600px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid.two {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media (max-width: 1024px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  padding: 22px 16px;
  background: #FFF;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session h2 {
  font-size: 24px;
  line-height: 29px;
  text-transform: none !important;
  letter-spacing: 0px !important;
  margin-bottom: 16px;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session h3 {
  color: #919191;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags {
  list-style-type: none;
  padding: 0;
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li {
  margin-left: 0;
  margin-right: 6px;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: bold;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.design:before {
  content: 'D';
  background: #6D5496;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.presentation:before {
  content: 'PD';
  background: #29937e;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.photoshop:before {
  content: 'PS';
  background: #2385C2;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.multipart-session:before {
  content: 'MS';
  background: transparent -webkit-linear-gradient(28deg, #D91919 0%, #FE1A80 43%, #990E79 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(28deg, #D91919 0%, #FE1A80 43%, #990E79 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(62deg, #D91919 0%, #FE1A80 43%, #990E79 100%) 0% 0% no-repeat padding-box;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.illustrator:before {
  content: 'IL';
  background: #FDC221;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.indesign:before {
  content: 'ID';
  background: #A2468C;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.in-person:before {
  content: 'IP';
  background: #000;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.video-motion:before {
  content: 'V';
  background: #E85E5C;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .tags li.accessibility:before {
  content: 'A';
  background: #2A36B3;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.agenda-shortcode .agenda-container .agenda-wrapper .agenda-grid .session .speaker-info img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}