/* Style for custom Schedule page */

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  /* scroll-padding: 1.5rem; */
}
body strong,
body b {
  font-weight: 500;
}
body a {
  color: var(--main-button-color);
}
body a:hover,
body a:focus {
  color: var(--main-button-hover-color);
}

/*Make Astra header max-width match this page container */
@media (min-width: 1201px) {
  .quvent .ast-container {
    max-width: 1340px;
  }
}

div#main-wrapper {
  padding: 20px;
}
#ast-scroll-top.ast-scroll-top-icon {
  background-color: var(--main-theme-color);
}
.content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* Page title */
.page-title-wrapper {
  margin: 20px 0 2px;
  padding: 5px 0;
}
.page-title-wrapper p {
  margin-bottom: 0.8rem;
}
.page-title-wrapper .page-title {
  margin: 0;
  color: var(--quvent-dark-100);
}
.page-title-wrapper .page-title .title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 2.35294117647rem;
  color: inherit;
  /* letter-spacing: 2.5px;
  text-transform: uppercase; */
}
.page-title-wrapper .page-title .title-prefix {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-bottom: 0.2em;
  color: var(--quvent-dark-80);
}
.page-title-wrapper .separator-parent {
  text-align: left;
  line-height: 0;
}
.page-title-wrapper .separator {
  text-align: left;
  margin: 1px 0 1rem 0;
  border-top: 3px solid var(--main-alt-color);
  width: 10%;
  display: inline-block;
}
.page-title-wrapper .page-description p {
  line-height: 1.5;
  font-size: 0.882352941rem;
  padding-bottom: 1px;
}
.page-title-wrapper .page-description,
.page-title-wrapper .timezone,
.page-title-wrapper .timezone p {
  margin-bottom: 2px;
}
.error-message {
  color: var(--warning-color);
}
/* Schedule Posts */

.schedule-container {
  margin: 5px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule-container .schedule-item-wrap {
  --element-gap: 0.3rem;
  margin: 10px 0 20px 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: var(--global-card-border-radius, 7px);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  padding: 0;
  text-align: left;
  -webkit-box-shadow: 2px 1px 5px 0 rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 1px 5px 0 rgb(0 0 0 / 0.16);
}
.schedule-item-wrap a {
  color: var(--main-button-color);
}
.schedule-item-wrap a:hover {
  color: var(--main-button-hover-color);
}
.schedule-item-wrap .schedule-item-box {
  display: grid;
  /* grid-template-columns: 1fr 3fr; */
  grid-template-columns: 330px 1fr;
  min-height: 10rem;
}
.schedule-img-content {
  display: block;
  border-radius: 0;
  line-height: 0;
  position: relative;
  /* 	height: 100%; */
  /* 	margin-right: 15px;	
	  border-right: 1px solid #e1e1e1; */
}
.schedule-img-content > a {
  /*     display: block;
	  height: 100%; */
}
.schedule-img-content img {
  height: 100%;
  /*     width: auto; */
  width: 100%;
  /* Fixed aspect ratio images */
  object-fit: cover;
  /* max-height: 240px;
  object-position: center; */
}

/* Box Right side content */
.schedule-item-box-right {
  --vertical-padding: 0.6rem;
  --horizontal-padding: 1rem;
  display: grid;
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  grid-template-columns: 3fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr; */

  gap: 0.4rem 0.2rem;
  padding: 0 0 0 1.2rem;
  position: relative;
  background-color: var(--quvent-light-100);
}
/* .schedule-item-box-right > .left {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--vertical-padding) 0;
}

.schedule-item-box-right > .right {
  width: 22%;
  display: flex;
  flex-direction: column;
  padding-bottom: var(--vertical-padding);
} */
.schedule-item-box-right .top-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 3px;
  padding-top: var(--vertical-padding);
  /* height: 100%; */
}

.schedule-item-box-right .title-time-type-wrap {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  /* flex-basis: 65%; */
  gap: var(--element-gap) 0.25rem;
}
.title-time-type-wrap .title-wrap {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end;
  justify-content: flex-start; */
  gap: var(--element-gap) 0.5rem;
  /* margin-top: 6px; */
}
.title-time-type-wrap .title {
  /* margin-top: 3px; */
  /* margin-bottom: 4px; */
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: none;
}
.title-time-type-wrap .title a {
  color: #000000;
}
.title-time-type-wrap a:hover,
.title-time-type-wrap a:focus {
  color: var(--main-button-color);
}

.title-time-type-wrap .time {
  font-size: 0.882352941rem;
  font-weight: 600;
  color: var(--quvent-dark-60);
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: none;
}
.title-time-type-wrap .time-wrap h3 .duration {
  font-size: 0.94117647rem;
  font-weight: 400;
  margin-left: 8px;
  cursor: default;
  user-select: none;
}
.title-time-type-wrap .time-wrap h3 .duration i {
  font-size: 0.82352941rem;
  margin-right: 5px;
}
/* .title-time-type-wrap .time a {
  color: var(--quvent-dark-60);
}
.title-time-type-wrap .time a:hover,
.title-time-type-wrap .time a:focus {
  color: var(--main-button-color);
}
.title-time-type-wrap .time i {
  margin-right: 5px;
} */
.title-time-type-wrap .time .available {
  text-transform: none;
}
.title-time-type-wrap .time .expired {
  color: #c32f2f;
}
.title-time-type-wrap .track-main-wrap {
  /* margin-left: 0.2rem; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Tags */
.schedule-item-wrap .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.375rem;
  /* margin-left: 0.1rem; */
  letter-spacing: 0.4px;
}
.schedule-item-wrap .tags.mobile {
  display: none;
}
.schedule-item-wrap .tag-wrap {
  /* flex-shrink: 0; */
  display: flex;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  line-height: 1;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 600;
  font-size: 0.70588rem;
  color: #fff;
  /* text-transform: uppercase; */
  cursor: default;
  white-space: nowrap;
}
.schedule-item-wrap .tag-wrap a {
  padding: 4px 7px;
  color: #fff;
}

.schedule-item-wrap .tags .delimeter {
  line-height: 1;
}

.schedule-item-wrap .tags.categories {
  margin-top: 0.3rem;
}
.schedule-item-wrap .tag-wrap.category {
  /* background-color: var(--category-bg-color); */
  border-color: var(--category-text-color);
  border-width: 1px;
  border-style: solid;
}
.schedule-item-wrap .tag-wrap.category a {
  color: var(--category-text-color);
  padding: 3px 7px;
}
.schedule-item-wrap .tag-wrap.category a:hover,
.schedule-item-wrap .tag-wrap.category a:focus {
  background-color: var(--category-text-color);
  color: #fff;
}
.schedule-item-wrap .tag-wrap.in-person {
  /* border: 2px solid var(--in-person-event-color); */
  background-color: var(--in-person-event-color);
}
.schedule-item-wrap .tag-wrap.online {
  /* border: 2px solid var(--online-event-color); */
  background-color: var(--online-event-color);
}
.schedule-item-wrap .tag-wrap.in-person a {
  /* padding: 4px 7px; */
  /* color: var(--in-person-event-color); */
  /* color: #fff; */
}
.schedule-item-wrap .tag-wrap.online a {
  /* padding: 4px 7px; */
  /* color: var(--online-event-color); */
  /* color: #fff; */
}
.schedule-item-wrap .on-demand-tag {
  background-color: var(--on-demand-color, #2a41a7);
}
.schedule-item-wrap .replay-tag {
  background-color: var(--replay-color, #7f1bcb);
}

/*Status tags  */
/*On desktop, show in the corner of image */
.schedule-item-wrap .status-tag-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.schedule-item-wrap .status-tag,
.schedule-item-wrap .free-tag {
  border-radius: 0;
}
.schedule-item-wrap .status-tag.placeholder {
  width: 5.5882rem;
  height: 1.623529rem;
  background-color: var(--quvent-light-85, hsl(0, 0%, 85%));
}
/* .schedule-item-wrap .status-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
} */

.schedule-item-wrap .status-tag .text,
.schedule-item-wrap .free-tag .text {
  display: block;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  color: #fff;
  font-size: 0.70588rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px 7px;
}
.schedule-item-wrap .status-tag.desktop .text {
  padding: 0.4rem 9px;
  font-size: 0.82352941rem;
}

/* Live Now Tag */
.schedule-item-wrap .live-now-tag {
  background: var(--live-indicator-color, #fe3e2a);
  display: none;
}
.schedule-item-wrap .live-now-tag.live {
  display: block;
}
.schedule-item-wrap .ongoing-tag {
  background-color: var(--event-accent-color, #026202);
  display: none;
}
.schedule-item-wrap .ongoing-tag.live {
  display: block;
}
.schedule-item-wrap .concluded-tag {
  background-color: var(--concluded-color, #898b95);
}

/*Free tag */
.schedule-item-wrap .free-tag-wrap {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}
.schedule-item-wrap .free-tag-wrap .free-tag {
  background-color: var(--free-color);
}
.schedule-item-wrap .free-tag-wrap .text {
  padding: 0.4rem 9px;
  font-size: 0.82352941rem;
  text-transform: uppercase;
}

.schedule-item-box-right .type-location-wrap {
  /* flex-grow: 1; */
  /* display: flex;
  flex-basis: 35%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2rem 0.35rem; */
  /* position: absolute;
  top: 0;
  right: 0; */
  position: relative;
}
.schedule-item-box-right .location-wrap {
  /* margin-top: 30px; */
  margin-top: 5px;
}
.type-location-wrap .tags.desktop.type {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  /* gap: 0;
  position: absolute;
  top: 0;
  right: -1px; */
}

.type-location-wrap .tags.desktop.type .tag-wrap {
  border-radius: 0;
  font-size: 0.8235294rem;
}
.type-location-wrap .tags.desktop.type a {
  padding: 5px 8px;
}
.type-location-wrap .location-tag-wrap {
  width: 100%;
}
.type-location-wrap .location-tag-wrap:not(:empty):not(:first-of-type) {
  margin-top: 0.25rem;
}
/* Event tag */
.schedule-item-wrap .event-wrap.mobile {
  display: none;
}
.schedule-item-wrap .event-wrap.mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0.6);
  padding: 0.4rem 8px;
  /* border-radius: calc(var(--global-button-border-radius) * 0.75); */
}
.schedule-item-wrap .event-wrap p {
  text-transform: none;
  font-size: 0.8rem;
  font-family: var(--heading-font-family);
  line-height: 1.2;
  margin-bottom: 0;
}
.schedule-item-wrap .event-wrap.desktop p {
  font-size: 0.88235294rem;
  font-weight: 600;
}
.schedule-item-wrap .event-wrap.desktop a {
  color: var(--quvent-dark-60);
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  transition: color 0.2s ease-in;
}
.schedule-item-wrap .event-wrap.desktop a:hover {
  /* color: var(--quvent-dark-90); */
  color: var(--main-button-color);
}
.schedule-item-wrap .event-wrap.mobile a {
  color: #fff;
  opacity: 0.9;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 0.2s ease-in;
}
.schedule-item-wrap .event-wrap.mobile a:hover {
  opacity: 1;
}
.schedule-item-wrap .event-wrap i {
  margin-right: 0.3em;
}

.type-location-wrap .location {
  margin: 0 5px;
}
.type-location-wrap .location i {
  margin-right: 0.2em;
}
.type-location-wrap .location h5 {
  font-weight: 600;
  font-size: 0.70588235rem;
  line-height: 1;
  text-align: right;
  text-transform: none;
  letter-spacing: 0.25px;
}
.type-location-wrap .location.in-person h5 {
  color: var(--in-person-event-color);
}
.type-location-wrap .location.online h5 {
  color: var(--online-event-color);
}
.type-location-wrap h5.online-location-tag {
  white-space: nowrap;
}

.schedule-item-box-right .post-content {
  margin-top: 0.75rem;
  margin-bottom: 0;
  grid-column: 1 / 3;
  padding-right: var(--horizontal-padding);
}
.schedule-item-box-right .post-content.speakers {
  margin-top: var(--element-gap);
}
.schedule-item-box-right .description {
  margin-bottom: 0.4rem;
}
.schedule-item-box-right .description p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.882352941rem;
  line-height: 1.3;
  color: #000;
}
.schedule-item-box-right .speakers {
  /* margin: 2px 0 0 0; */
  line-height: 1.3;
  font-size: 0.9rem;
}
.schedule-item-box-right .speakers span {
  font-weight: 500;
}

/* Bottom section / Buttons */
.schedule-item-box-right .bottom-section {
  margin-top: 0.25rem;
  display: flex;
  gap: 0.4rem 0.3rem;
  align-items: flex-start;
  padding-bottom: var(--vertical-padding);
}
.schedule-item-box-right .bottom-section .button-main-wrap {
  display: flex;
  align-items: center;
  /* gap: 0.5rem; */
  gap: 0.4rem 0.3rem;
  font-size: 0.941176rem;
  line-height: 1.3;
}
/* Placeholder used while loading button status */
.schedule-item-box-right .button-main-wrap .placeholder {
  width: 4.8rem;
  height: 1.2rem;
  background-color: var(--quvent-light-85, hsl(0, 0%, 85%));
  border-radius: var(--global-card-border-radius, 7px);
}
.schedule-item-box-right .button-main-wrap .placeholder.on-demand,
.schedule-item-box-right .button-main-wrap .placeholder.details {
  width: 7.4rem;
}
.schedule-item-box-right
  .bottom-section
  .button-main-wrap
  .placeholder.delimeter {
  width: 0.5rem;
  height: 1.2rem;
  background-color: var(--quvent-light-85, hsl(0, 0%, 85%));
  border-radius: var(--global-card-border-radius, 7px);
}
/* .schedule-item-box-right .bottom-section .button-main-wrap .placeholder.full {
  width: 16rem;
} */

/* Old buttons. NOT IN USE */
/* .schedule-item-wrap .schedule-button-wrap a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: var(--main-button-color);
  text-transform: uppercase;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
} */
/* .schedule-item-wrap .schedule-button-wrap a:hover,
.schedule-item-wrap .schedule-button-wrap a:focus {
  background-color: var(--main-button-hover-color);
} */
/* Incidates single session is live */
/* .schedule-item-wrap .schedule-button-wrap.live a {
  background-color: var(--live-indicator-color, #fe3e2a);
} */
/* Replay Button */
/* .schedule-item-wrap .schedule-button-wrap.watch-replay a {
  background-color: var(--main-theme-color);
} */
/* Concluded Button */
/* .schedule-item-wrap .schedule-button-wrap.concluded a {
  background-color: #d9d9d9;
} */
/* *** */

/* New link style */
.schedule-item-wrap .button-main-wrap a,
.session-item .access-link button.quvent-button.plain {
  font-weight: 500;
}
.session-item .access-link button.quvent-button.plain {
  position: relative;
  letter-spacing: normal;
  font-size: inherit;
  line-height: inherit;
  display: inline;
  border: none;
  border-radius: 0;
}
.session-item .access-link button.button__loading .button-text {
  visibility: hidden;
  opacity: 0;
}
.session-item .access-link button.button__loading::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: var(--quvent-dark-60);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
/*Button animation */
@keyframes button-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.session-item .access-link button.quvent-button.plain:disabled {
  color: var(--quvent-dark-60);
  pointer-events: none;
}

.schedule-item-wrap .button-main-wrap .access-link.acquired a {
  pointer-events: none;
  color: var(--quvent-dark-80);
  font-weight: 400;
}

.schedule-item-wrap .details-link a {
  /* font-weight: 500; */
  color: var(--quvent-dark-b-90);
}
.schedule-item-wrap .details-link a:hover,
.schedule-item-wrap .details-link a:focus {
  color: var(--main-button-color);
}
/* .schedule-item-wrap .details-link.active a {
  color: var(--main-button-color);
}
.schedule-item-wrap .details-link.active a:hover,
.schedule-item-wrap .details-link.active a:focus {
  color: var(--main-button-hover-color);
} */
.schedule-item-wrap .details-link i {
  margin-left: 0.5rem;
  -webkit-transition: margin-left 250ms ease;
  -moz-transition: margin-left 250ms ease;
  transition: margin-left 250ms ease;
}
.schedule-item-wrap .details-link:hover i {
  margin-left: 0.75rem;
}

/* ACTIONS */

.action-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.125rem;
  padding-right: var(--horizontal-padding);
  padding-bottom: var(--vertical-padding);
  /* margin: 0.65rem 0.2rem; */
  /* align-self: flex-end; */
  /* margin-left: auto; */
}

/* Calendar */
.calendar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 28px;
  width: 28px;
}
.calendar-link a {
  /* display: block; */
  color: var(--quvent-dark-60);
  text-align: center;
  line-height: 1;
}
.calendar-link span.text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: var(--global-button-border-radius, 5px);
  color: #fff;
  width: max-content;
  height: auto;
  font-size: 13px;
  line-height: 1.2;
  padding: 4px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  letter-spacing: 0;
  text-transform: none;
}
.calendar-link a:hover,
.calendar-link a:focus {
  color: var(--quvent-dark-80);
}
.calendar-link a:hover .text {
  opacity: 1;
  visibility: visible;
}

/* Favorite */
.schedule-item-wrap .favorite {
  /* position: absolute;
  bottom: 0.4em;
  right: 0.4em; */
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.6); */
  /* border-radius: 4px; */
  /* margin-left: auto; */
}
.schedule-item-wrap .simplefavorite-button,
.schedule-item-wrap .simplefavorite-button-custom {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  height: 28px;
  width: 28px;
  padding: 0;
  color: #e8e8e8;
  color: var(--quvent-dark-60);
  background: transparent;
  /* border-radius: 100%; */
  border-radius: var(--global-button-border-radius);
  opacity: 0.8;
}
.schedule-item-wrap .simplefavorite-button:hover,
.schedule-item-wrap .simplefavorite-button-custom:hover {
  /* color: #fff; */
  opacity: 1;
}
.schedule-item-wrap .simplefavorite-button:focus-visible,
.schedule-item-wrap .simplefavorite-button-custom:focus-visible {
  outline: 1px dotted rgb(50 50 50);
}
.schedule-item-wrap .simplefavorite-button .text,
.schedule-item-wrap .simplefavorite-button-custom .text {
  /* display: none; */
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: var(--global-button-border-radius, 5px);
  color: #fff;
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: 1.2;
  padding: 4px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  letter-spacing: 0;
  text-transform: none;
}

.schedule-item-wrap .simplefavorite-button-custom:hover .text,
.schedule-item-wrap .simplefavorite-button:hover .text {
  opacity: 1;
  visibility: visible;
}

.schedule-item-wrap .simplefavorite-button i,
.schedule-item-wrap .simplefavorite-button-custom i {
  font-size: 18px;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 28px;
  right: -1px;
  top: 0;
}

.schedule-item-wrap .simplefavorite-button-custom.loading,
.schedule-item-wrap .simplefavorite-button.loading {
  margin-top: auto;
  margin-bottom: auto;
}

.schedule-item-wrap .simplefavorite-button-custom.active,
.schedule-item-wrap .simplefavorite-button.active {
  color: #ff1b30;
  opacity: 1;
}
.schedule-item-wrap .sf-icon-spinner-wrapper {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  position: revert;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
}

.schedule-item-wrap .sf-icon-spinner {
  -webkit-animation: sf_rotate linear 2s infinite;
  animation: sf_rotate linear 2s infinite;
  position: absolute;
  top: 1px;
  left: 0;
  background: 0 0 !important;
  font-size: 18px !important;
}

@-webkit-keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.share-modal {
  display: flex;
}

/* SEARCH AND FILTER STYLE */
/* This is styling the dropdown filters which are vertically aligned by default*/

/*Fix dropdown arrow */
/* .searchandfilter select {
  background-position-y: 50%;
  background-image: none;
  -webkit-appearance: auto;
  appearance: auto;
} */

form.searchandfilter > ul {
  display: flex;
  flex-direction: row;
  /* justify-content:space-around; */
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-left: 0;
}
form.searchandfilter ul li {
  margin: 2px 10px;
  max-width: 100%;
}
.searchandfilter label {
  max-width: 100%;
}
/* .searchandfilter input {
  border-radius: var(--global-button-border-radius);
  border: 1px solid var(--quvent-light-60, #999);
  transition: all 0s ease 0s;
} */
.searchandfilter input:focus {
  border-color: var(--quvent-dark-80);
}
.searchandfilter input:focus-visible {
  outline: var(--quvent-dark-70, #4a4a4a) auto 1px;
}
.searchandfilter input,
.searchandfilter select {
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  border: 1px solid var(--quvent-light-60, #999);
  transition: all 0s ease 0s;
  color: var(--quvent-dark-80);
}

/* SEARCH BAR */
form.searchandfilter .sf-field-search {
  clear: both;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  justify-content: end;
  white-space: nowrap;
  /* width: 100%; */
  margin-left: 5px;
  margin-left: 0;
  width: 50%;
  text-align: right;
}
.sf-field-search .sf-input-text {
  background-color: var(--quvent-light-100);
  /* padding: 0.8em 0.5em; */
  padding: 0.6em 1.8em 0.6em 0.8em;
  line-height: 1;
  font-size: 15px;
  color: var(--quvent-dark-80);
  /* height: 22px; */
}

/* This is styling the search placeholder text*/
.searchandfilter INPUT.sf-input-text::placeholder {
  color: var(--quvent-light-60, #999);
}

/* This is adding the magnifying glass to the search box*/
.searchandfilter .sf-field-search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #030506;
  font-size: 14px;
  z-index: 1;
  position: relative;
  left: -28px;
  top: 0px;
}

/* RADIO BUTTONS STYLING AS TABS */

form.searchandfilter
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden[data-sf-field-input-type="radio"]
  ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: auto;
  flex-wrap: wrap;
}
form.searchandfilter
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden[data-sf-field-input-type="radio"]
  ul
  li {
  margin: 0;
  padding: 0;
}
form.searchandfilter
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden[data-sf-field-input-type="radio"] {
  clear: both;
  /*display: inline-block;
	width: 60%; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0;
  position: relative;
  flex-basis: 80%;
  margin-left: 0;
  margin-right: 0;
  display: none; /* Hide this for now */
}
.sf-field-post-meta-schedule_item_time_start_datetime_hidden[data-sf-field-input-type="radio"]
  input.sf-input-radio {
  position: absolute;
  left: -99999em;
  top: -99999em;
}

.sf-field-post-meta-schedule_item_time_start_datetime_hidden[data-sf-field-input-type="radio"]
  input.sf-input-radio
  + label {
  cursor: pointer;
  float: left;
  border: 0px solid #aaa;
  border-bottom: 0;
  background-color: #fff;
  margin-right: -1px;
  padding: 0.5em 1em !important;
  position: relative;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 600;
  font-size: 0.9em;
  white-space: nowrap;
}

.sf-field-post-meta-schedule_item_time_start_datetime_hidden[data-sf-field-input-type="radio"]
  input.sf-input-radio:checked
  + label {
  box-shadow: 0 3px 0 -1px #fff, inset 0 -5px 0 -1px var(--main-theme-color);
  background-color: #fff;
  /* border-color: #428bca; */
  z-index: 1;
}

/* DATE RANGE FIELD */
form.searchandfilter li[data-sf-field-input-type="daterange"] {
  padding: 0;
}
form.searchandfilter [data-sf-field-input-type="daterange"] > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

/* Clear values button */
form.searchandfilter [data-sf-field-input-type="daterange"] .sf-clear-dates {
  display: inline-block;
  margin-left: 0.35em;
  font-size: 1.2em;
  line-height: 1;
  color: #999;
  cursor: pointer;
  user-select: none;
}
form.searchandfilter
  [data-sf-field-input-type="daterange"]
  .sf-clear-dates:hover {
  color: #333;
}

form.searchandfilter li.sf-field-post-meta-schedule_item_time_start_datetime,
form.searchandfilter
  li.sf-field-post-meta-schedule_item_time_start_datetime_hidden {
  margin: 0;
  width: 50%;
}
/* Hide the native datepicker */
form.searchandfilter [data-sf-field-input-type="daterange"] > ul {
  display: none;
}
form.searchandfilter [data-sf-field-input-type="daterange"] > ul > li,
form.searchandfilter
  [data-sf-field-input-type="daterange"]
  .custom-daterange-wrapper {
  margin: 8px 5px 5px;
  padding: 0;
  font-size: 15px;
}
form.searchandfilter [data-sf-field-input-type="daterange"] input,
form.searchandfilter
  [data-sf-field-input-type="daterange"]
  input#custom_date_range_picker {
  padding: 0.6em 1.8em 0.6em 0.8em;
  line-height: 1;
  font-size: inherit;
  background-color: var(--quvent-light-100);
  min-width: 13rem;
  padding-right: 2em; /* room for the icon */
}
form.searchandfilter [data-sf-field-input-type="daterange"] > ul > li > label,
form.searchandfilter
  [data-sf-field-input-type="daterange"]
  .custom-daterange-wrapper {
  /* display: inline-block; */
  position: relative;
}
form.searchandfilter [data-sf-field-input-type="daterange"] .sf-input-wrapper {
  position: relative;
  display: inline-block;
}
form.searchandfilter
  [data-sf-field-input-type="daterange"]
  > ul
  > li
  > label::after,
form.searchandfilter
  [data-sf-field-input-type="daterange"]
  .sf-input-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23666' d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM19 20H5V9h14v11zm-7-9h5v5h-5v-5z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* Default SF Datepicker styling */
/* Make sure it targets S&F’s datepicker skin */
.quvent .ll-skin-melon .ui-datepicker {
  background: var(--quvent-light-100);
  /* border: 1px solid #ccc;  */
}

/* Header bar (month & year selector) */
.quvent .ll-skin-melon .ui-datepicker-header {
  background: var(--quvent-dark-b-90); /* dark header */
  color: #ecf0f1; /* light text */
}

/* Navigation arrows */
.quvent .ll-skin-melon .ui-datepicker .ui-datepicker-prev,
.quvent .ll-skin-melon .ui-datepicker .ui-datepicker-next {
  color: #ecf0f1;
  top: 50%;
  transform: translateY(-50%);
}
.quvent .ll-skin-melon .ui-datepicker .ui-datepicker-prev span,
.quvent .ll-skin-melon .ui-datepicker .ui-datepicker-next span {
  top: 50%;
  transform: translateY(-50%);
}
.quvent .ll-skin-melon .ui-datepicker .ui-datepicker-prev:hover,
.quvent .ll-skin-melon .ui-datepicker .ui-datepicker-next:hover {
  color: #bdc3c7;
}
.quvent .ll-skin-melon .ui-datepicker-title {
  display: flex;
  gap: 0.3em;
  align-items: center;
}
.quvent .ll-skin-melon select {
  color: var(--quvent-dark-80);
}
/* calendar table */
.quvent .ll-skin-melon .ui-datepicker table {
  border: none;
}
.quvent .ll-skin-melon .ui-datepicker th {
  color: var(--quvent-dark-60);
}
/* Day cells */
.quvent .ll-skin-melon .ui-datepicker-calendar td a {
  background: none;
  color: var(--quvent-dark-b-90);
  padding: 4px;
  border-radius: 3px;
  text-decoration: none;
}
.quvent .ll-skin-melon .ui-datepicker-calendar td .ui-state-hover {
  background: #3498db;
  color: #fff;
}
.quvent .ll-skin-melon .ui-datepicker-calendar td .ui-state-active {
  background: #2980b9;
  color: #fff;
}

/* Footer today/go-to-buttons */
.quvent .ll-skin-melon .ui-datepicker-buttonpane button {
  background: #ecf0f1;
  color: #2c3e50;
  border: 1px solid #ccc;
  padding: 2px 6px;
  margin: 0 2px;
  border-radius: 2px;
}
.quvent .ll-skin-melon .ui-datepicker-buttonpane button:hover {
  background: #bdc3c7;
}
/* *** */

/*Daterangepicker.js styling */
.quvent .daterangepicker .drp-calendar {
  max-width: 100%;
}
.quvent .daterangepicker select.monthselect,
.quvent .daterangepicker select.yearselect {
  padding: 0.6em 1.8em 0.6em 0.8em;
  background-color: var(--quvent-light-100);
  border-radius: calc(var(--global-button-border-radius) * 0.75);
}
.daterangepicker .drp-buttons .quvent-button {
  letter-spacing: 0.3px;
  font-size: 0.76470588rem;
  margin-left: 0.3rem;
  padding: 0.5em 1em;
}

/* ** */

/* EVENT TYPE SELECTION BOXES */
form.searchandfilter .sf-field-taxonomy-event_type_filter ul {
  justify-content: left;
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
}
.sf-field-taxonomy-event_type_filter .sf-input-checkbox {
  display: flex;
  justify-content: space-between;
}

.sf-field-taxonomy-event_type_filter .sf-input-checkbox:not(:checked),
.sf-field-taxonomy-event_type_filter .sf-input-checkbox:checked {
  position: absolute;
  left: -9999px;
}
form.searchandfilter
  .sf-field-taxonomy-event_type_filter
  label.sf-label-checkbox {
  cursor: pointer;
  position: relative;
  display: flex !important;
  align-items: center;
  font-size: 0.95em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  padding-left: 0;
}
/* checkbox effect #4 */
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:not(:checked)
  + label:before,
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #5a5a5a;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 0.75em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}

.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:not(:checked)
  + label:after,
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 2px;
  color: var(--main-theme-color);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform-origin: center center;
  opacity: 0;
}

.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:not(:checked)
  + label:after {
  transform: scale(0);
}
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:before {
  transform: scale(0);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:after {
  transform: scale(1);
  opacity: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.57, 1.9, 0, 1.52);
  transition-delay: 0.2s;
}

/* CONCLUDED SELECTION BOXES */

form.searchandfilter .sf-field-taxonomy-event_status {
  margin-bottom: 5px;
  /*   padding-bottom: 0; */
  padding: 0;
}
/* Hide Upcoming and ongoing */
form.searchandfilter .sf-field-taxonomy-event_status .sf-item-101,
form.searchandfilter .sf-field-taxonomy-event_status .sf-item-102 {
  display: none;
}
form.searchandfilter .sf-field-taxonomy-event_status ul {
  justify-content: left;
  flex-direction: row;
}
.sf-field-taxonomy-event_status .sf-input-checkbox {
  display: flex;
  justify-content: space-between;
}

.sf-field-taxonomy-event_status .sf-input-checkbox:not(:checked),
.sf-field-taxonomy-event_status .sf-input-checkbox:checked {
  position: absolute;
  left: -9999px;
}

form.searchandfilter
  .sf-field-taxonomy-event_status
  ul
  li
  label.sf-label-checkbox {
  cursor: pointer;
  position: relative;
  display: flex !important;
  align-items: center;
  font-size: 0.95em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  padding-left: 0;
}

/* DROPDOWN Style */
form.searchandfilter li[data-sf-field-input-type="select"] {
  /* margin-top: 8px;
  margin-bottom: 5px; */
  /*   padding: 10px 0 0; */
  padding: 0;
  margin: 8px 5px 5px;
}

form.searchandfilter
  li[data-sf-field-input-type="select"]
  select.sf-input-select {
  max-width: 16rem;
  min-width: 10rem;
  transition: all 0s ease 0s;
}
form.searchandfilter
  li[data-sf-field-input-type="select"]
  select.sf-input-select:focus {
  border-color: var(--quvent-dark-80);
}
form.searchandfilter
  li[data-sf-field-input-type="select"]
  select.sf-input-select:focus-visible {
  outline: var(--quvent-dark-70, #4a4a4a) auto 1px;
}
form.searchandfilter li[data-sf-field-input-type="select"] select {
  padding: 0.6em 1.8em 0.6em 0.8em;
  background-color: var(--quvent-light-100);
  height: auto;
  font-size: 15px;
}
/*Styling for a special "heading" option in a dropdown */
form.searchandfilter select option.heading {
  background: #f9f9f9;
  color: var(--quvent-dark-50);
}

/* TRACKS STYLING AS BUTTONS */

form.searchandfilter .sf-field-category ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem 0.375rem;
}

form.searchandfilter .sf-field-category ul li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
form.searchandfilter .sf-field-category {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  flex-basis: 100%;
}
.sf-field-category input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
form.searchandfilter .sf-field-category label {
  display: inline-block;
  /* background-color: #000000; */
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 4px 8px;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-size: 0.764706rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  transition: all 200ms linear;
  /* opacity: 0.4; */
}
/* form.searchandfilter .sf-field-category input[type="radio"]:checked + label {
  opacity: 1;
} */
form.searchandfilter
  .sf-field-category
  input[type="radio"]:checked
  + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 6px;
}
form.searchandfilter
  .sf-field-category
  .sf-item-0
  input[type="radio"]:checked
  + label {
  /* background-color: var(--main-button-color);
  border-color: #000000; */
  background-color: #000000;
  color: #fff;
}
form.searchandfilter
  .sf-field-category
  .sf-item-0
  input[type="radio"]:focus
  + label,
form.searchandfilter
  .sf-field-category
  .sf-item-0
  input[type="radio"]:focus-visible
  + label {
  /* background-color: var(--main-button-color); */
  background-color: #000000;
  color: #fff;
  /* outline: thin dotted #000000;
  outline-offset: 1px; */
}

form.searchandfilter .sf-field-category .sf-item-0 label:hover {
  /* background-color: var(--main-button-color); */
  background-color: #000000;
  color: #fff;
}
/* Hide speaker and sponsor filters */
form.searchandfilter .sf-field-post-meta-schedule_speaker_relationship,
form.searchandfilter .sf-field-post-meta-schedule_exhibitor_relationship {
  display: none;
}

/* SEARCH & FILTER RESPONSIVE */
@media only screen and (max-width: 992px) {
  /* Search bar */
  form.searchandfilter .sf-field-search {
    width: 100%;
    margin-left: 0.9em;
    text-align: left;
    margin: 8px 5px 5px;
  }
  /* Date range picker */
  form.searchandfilter li.sf-field-post-meta-schedule_item_time_start_datetime {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* Checboxes - Type */
  .quvent form.searchandfilter .sf-field-taxonomy-event_type_filter {
    /* flex-basis: 60%; */
    margin-left: 0;
    padding: 0;
  }
  form.searchandfilter .sf-field-taxonomy-event_type_filter li {
    margin-right: 0;
    margin-left: 0.9em;
  }
  form.searchandfilter .sf-field-taxonomy-event_type_filter ul li {
    padding: 0.1em 0;
  }
  /* Checboxes - Concluded */
  form.searchandfilter .sf-field-taxonomy-event_status {
    /*     padding: 0; */
    margin-top: 4px;
  }
  form.searchandfilter .sf-field-taxonomy-event_status li {
    margin-left: 0;
  }
  form.searchandfilter .sf-field-taxonomy-event_status ul li {
    padding: 0.1em 0;
    white-space: nowrap;
  }
  /* Dropdowns */
  form.searchandfilter
    li[data-sf-field-input-type="select"]
    select.sf-input-select {
    max-width: 100%;
  }
  form.searchandfilter .sf-field-taxonomy-location,
  form.searchandfilter
    .sf-field-post-meta-schedule_item_virtual_stage_relationship {
    display: none;
  }
  /* Tabs */
  form.searchandfilter
    .sf-field-post-meta-schedule_item_time_start_datetime_hidden {
    margin-left: 0.5em;
  }
  /* Tabs */
  form.searchandfilter
    .sf-field-post-meta-schedule_item_time_start_datetime_hidden
    ul {
    /* flex-wrap: wrap; */
  }
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden
    input.sf-input-radio
    + label {
    padding: 0.7em 0.4em 0.5em 0.4em !important;
    font-size: 0.9em;
    line-height: 1.3;
  }

  /* Search bar */
  form.searchandfilter .sf-field-search {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  form.searchandfilter .sf-field-search label {
    width: 100%;
  }
  .searchandfilter .sf-field-search INPUT {
    width: 100%;
  }
  form.searchandfilter li.sf-field-post-meta-event_related_session {
    margin-left: 0;
    margin-right: 10px;
  }
  /* Track buttons */
  /* form.searchandfilter .sf-field-taxonomy-track label {
    white-space: nowrap;
  } */
}

/* END OF SEARCH FILTER */

/* *** Tags over image *** */
.schedule-item-wrap .schedule-img-content .date-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3em 0.4em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  text-align: center;
  z-index: 1;
  color: #fff;
}
/* .schedule-item-wrap .schedule-img-content .on-demand-tag-wrap {
  position: absolute;
  color: #6ee930;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3em 0.4em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  text-align: center;
  z-index: 90;
} */
.schedule-item-wrap .schedule-img-content .day,
.schedule-item-wrap .schedule-img-content .on-demand-tag-wrap .top {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
  margin: 2px 1px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.schedule-item-wrap .schedule-img-content .date,
.schedule-item-wrap .schedule-img-content .on-demand-tag-wrap .bottom {
  margin: 2px 1px;
  line-height: 1;
  font-size: 0.8rem;
}
/* Play button overlay for on-demand item */
.schedule-item-wrap .schedule-img-content .on-demand-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
}

/* *** Tags over image *** */
/* .schedule-item-wrap .schedule-img-content .status-tag {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  line-height: 1;
  border-radius: 4px;
  padding: 5px 8px;
}
.schedule-item-wrap .schedule-img-content .status-tag .text {
  display: block;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
} */
/* Live Now Tag -- OLD */
/* .schedule-item-wrap .schedule-img-content .live-now-tag {
  background: var(--live-indicator-color, #fe3e2a);
  display: none;
}
.schedule-item-wrap .schedule-img-content .live-now-tag.live {
  display: block;
}
.schedule-item-wrap .schedule-img-content .ongoing-tag {
  background-color: var(--event-accent-color, #026202);
  display: none;
}
.schedule-item-wrap .schedule-img-content .ongoing-tag.live {
  display: block;
}
.schedule-item-wrap .schedule-img-content .on-demand-tag {
  background-color: var(--on-demand-color, #0e0370);
}
.schedule-item-wrap .schedule-img-content .concluded-tag {
  background-color: var(--concluded-color, #898b95);
} */

/* Responsive */

@media screen and (max-width: 992px) {
  .page-title-wrapper .page-title .title {
    font-size: 1.5294117647rem;
  }
  .title-time-type-wrap .title {
    font-size: 1.2rem;
    line-height: 1;
  }
}
/* @media screen and (max-width: 768px) and (orientation: landscape) {
  .schedule-item-box-right .title-time-type-wrap {
    flex-basis: unset;
  }
  .type-location-wrap .online-tags-wrap,
  .type-location-wrap .in-person-tags-wrap {
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
  }
  .type-location-wrap .location {
    margin: 0 0.2rem 2px 0;
  }
} */
@media screen and (max-width: 992px) {
  div#main-wrapper {
    padding: 1.2rem 1rem;
  }
  .schedule-container .schedule-item-wrap {
    padding: 0;
    max-width: 100%;
    width: 400px;
  }
  .schedule-item-wrap .schedule-item-box {
    /*     	flex-direction: column; */
    grid-template-columns: 1fr;
  }
  .schedule-container .schedule-img-content {
    margin-right: 0;
  }
  .schedule-item-wrap .event-wrap.mobile {
    display: block;
  }
  .schedule-item-wrap .event-wrap.desktop {
    display: none;
  }
  .schedule-item-wrap .status-tag-wrap {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .schedule-item-wrap .free-tag-wrap {
    top: auto;
    bottom: 0;
    right: 0;
  }
  /* .schedule-item-wrap .status-tag {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  } */
  .schedule-img-content img {
    /* 		width: 320px; */
  }
  .schedule-item-wrap .schedule-item-box-right {
    text-align: center;
    padding: 0.8rem 0.7rem 0.5rem;
  }
  .schedule-item-box-right .top-section {
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    grid-column: 1/3;
    padding-top: 0;
  }
  .schedule-item-box-right .title-time-type-wrap {
    justify-content: center;
    gap: 0.35rem 0.25rem;
  }
  .schedule-item-box-right .type-location-wrap {
    /* position: static;
    top: auto;
    right: auto; */
    grid-column: 1/3;
  }
  .type-location-wrap .tags.desktop.type {
    display: none;
  }
  .type-location-wrap .location-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem 0.4rem;
  }
  .schedule-item-box-right
    .type-location-wrap
    .location-wrap
    .location-tag-wrap {
    width: auto;
    margin: 0;
  }
  .type-location-wrap .location-wrap .location-tag-wrap .location {
    margin: 0;
  }
  .schedule-item-wrap .tags.tags.categories {
    justify-content: center;
  }
  .schedule-item-wrap .tags.mobile {
    display: flex;
    justify-content: center;
  }
  .title-time-type-wrap .time-wrap {
    flex-basis: 100%;
    justify-content: center;
  }
  .type-location-wrap .location h5 {
    text-align: center;
  }
  .schedule-item-box-right .post-content {
    padding-right: 0;
  }
  /* .schedule-item-box-right .type-location-wrap {
    align-items: flex-start;
  }
  .type-location-wrap .location h5 {
    text-align: left;
  }
  .type-location-wrap .type-wrap {
    padding: 2px 0;
    width: 77px;
  }
  .type-location-wrap .online-tags-wrap,
  .type-location-wrap .in-person-tags-wrap {
    flex-direction: row-reverse;
    margin: 2px 0 2px 0;
  } */
  .schedule-item-wrap .title-time-type-wrap .title-wrap {
    text-align: center;
    align-items: center;
  }
  .schedule-item-box-right .bottom-section {
    justify-content: center;
    grid-column: 1 / 3;
    padding-bottom: 0;
  }
  .schedule-item-box-right .bottom-section .button-main-wrap {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0.65rem;
  }
  /* .schedule-item-box-right .session-link {
    width: 100%;
  } */
  .schedule-item-box-right .delimeter {
    display: none;
  }
  .action-wrap {
    grid-column: 1/3;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }
}
