/* Custom style for custom Event single post template */

*,
*: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);
}
div#main-wrapper {
  padding: 20px;
}
#ast-scroll-top.ast-scroll-top-icon {
  background-color: var(--main-theme-color);
}
.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.row-content {
  margin: 1rem;
  width: 100%;
}
.row:not(:first-child) .row-content {
  padding-top: 2.5rem;
}
.section-heading .heading {
  font-weight: 800;
  font-size: 1.4rem;
}
.separator-parent {
  text-align: left;
  line-height: 0;
}
.separator {
  text-align: left;
  margin: 2px 0 10px 0;
  border-top: 2px solid var(--main-theme-color);
  width: 7%;
  display: inline-block;
}

.breadcrumb {
  margin: 0.5rem 1rem;
}
.breadcrumb .back i {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.3em;
}
.info-container {
  display: flex;
  margin: 1rem 0;
}
.info-container .left,
.info-container .right {
  width: 27%;
}
.info-container .center {
  width: 46%;
}
.featured-image {
  margin: 1rem 0.7rem 0.4rem;
  max-width: 600px;
  position: relative;
}

.featured-image img {
  width: 600px;
}

/* Details */
.info-container .details {
  margin-top: 1rem;
  margin-left: 0.7rem;
}
.main-tags-buttons-wrap .tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.info-container .tag-wrap-top,
.info-container .tag-wrap-bottom {
  display: flex;
  /*      flex-grow: 1; */
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.top-section .event-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-top: 0.5rem;
}
.top-section .mobile .event-buttons {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.top-section .button-wrap {
  position: relative;
  display: inline-block;
  /* margin: 5px 0px; */
}
.top-section .button-wrap {
  text-align: center;
}
.top-section a.button {
  letter-spacing: 1.4px;
  padding: 0.6rem 1rem;
  /* min-width: 11rem; */
  font-size: 0.85rem;
  font-weight: 500;
}
.top-section a.button.grey {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  pointer-events: none;
}
.top-section a.button:hover {
  background-color: var(--main-button-hover-color);
}
.top-section a.button.grey:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
/* Incidates single session is live */
.top-section .button-wrap.live a.button {
  background-color: var(--live-indicator-color, #fe3e2a);
  border-color: var(--live-indicator-color, #fe3e2a);
}
.buttons-container.mobile {
  text-align: center;
  margin: 0.1rem 0;
}

/* Event DATE TIME */
.event-date-time {
  margin-bottom: 0.75rem;
}

.info-container .event-date-time h3 {
  font-weight: 800;
  font-size: 0.9em;
  line-height: 1.3;
}
.info-container .event-date-time.multi .day span {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3;
}
.info-container .event-date-time h4 {
  font-size: 1.05em;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0.5rem 0;
  }
  .featured-image {
    max-width: 600px;
    margin: 1rem auto 0.4rem;
  }
  .info-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .info-container .left {
    display: none;
  }
  .info-container .center,
  .info-container .right {
    width: 100%;
  }
  .event-date-time {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .info-container .event-date-time.multi .day span {
    font-size: 1.1em;
  }
  .info-container .event-date-time.single h4.time {
    font-size: 1em;
  }
}

/* Tags */
.location.in-person {
  display: flex;
  flex-wrap: wrap;
  /*     justify-content: center; */
  gap: 0.25rem 0.75rem;
  margin: 0.25rem 0;
}
.type-wrap .tag-text,
.track-wrap .track-tag {
  font-size: 0.70588rem;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1;
}
.location .tag-text {
  font-size: 0.725rem;
  font-weight: 600;
  line-height: 1.4;
}
.location i {
  margin-right: 0.2em;
}
.track-main-wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.track-main-wrap:empty {
  margin-bottom: 0;
}
.track-wrap {
  padding: 5px 8px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.4em;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  cursor: default;
}
.track-wrap h5 {
  font-size: 0.65em;
}
.location.online h5 {
  color: var(--online-event-color);
}
.location.in-person h5 {
  color: var(--in-person-event-color);
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}
.location.in-person h5 i {
  line-height: 1.4;
}
.type-wrap {
  text-decoration: none;
  padding: 4px 7px;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  position: relative;
  height: auto;
  /* margin-right: 10px; */
  flex-shrink: 0;
  cursor: default;
  letter-spacing: 0.4px;
  transition: background 0.2s ease-in;
  -webkit-transition: background 200ms ease-in;
  -moz-transition: background 200ms ease-in;
}
.type-wrap h5 {
  font-weight: 600;
  text-transform: none;
  /* transition: color 0.2s ease-in;
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in; */
}
.type-wrap.online {
  /* border: 2px solid var(--online-event-color); */
  background-color: var(--online-event-color);
}
/* .type-wrap.online:hover {
  background: var(--online-event-color);
} */
.type-wrap.in-person {
  /* border: 2px solid var(--in-person-event-color); */
  background-color: var(--in-person-event-color);
}
/* .type-wrap.in-person:hover {
  background: var(--in-person-event-color);
} */
.type-wrap.online h5 {
  /* color: var(--online-event-color); */
  color: #fff;
}
.type-wrap.in-person h5 {
  /* color: var(--in-person-event-color); */
  color: #fff;
}
/* .type-wrap:hover h5 {
  color: #fff;
} */

@media screen and (max-width: 768px) {
  .track-main-wrap {
    margin-bottom: 0;
    justify-content: center;
  }
  .main-tags-buttons-wrap.mobile {
    margin-right: auto;
  }
}

/* VENUE INFO */

.venue-info a {
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 400;
  font-size: 0.95em;
}

/* ACTIONS */

.action-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0.1rem 0.7rem 0.4rem;
}

/* Calendar */
.calendar-link {
  text-align: left;
  height: 32px;
  /* margin-top:auto;*/
  margin-left: 0.6em;
  display: flex;
  align-items: center;
}
.calendar-link span {
  line-height: 32px;
}
.calendar-link a {
  color: #8c8c8c;
  transition: color 0.2s ease;
  padding: 8px;
}
.calendar-link a:hover {
  color: var(--main-button-color);
}

/* FAVORITE */

.favorite {
  position: relative;

  display: flex;
  align-items: center;
}
.favorite .simplefavorite-button,
.favorite .simplefavorite-button-custom {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  padding: 6px 0;
  color: #8c8c8c;
  background: transparent;
  border-radius: 30px;
  min-width: 32px;
  margin-top: -1px;
}

.favorite .simplefavorite-button .text,
.favorite .simplefavorite-button-custom .text,
.calendar-link .calendar-text {
  display: inline-block;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.4px;
  text-transform: none;
  position: relative;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}
.favorite .active.simplefavorite-button .text,
.favorite .simplefavorite-button:hover,
.favorite .simplefavorite-button-custom:hover,
.favorite .simplefavorite-button:focus,
.favorite .simplefavorite-button-custom:focus,
.favorite .simplefavorite-button:hover .text,
.favorite .simplefavorite-button-custom:hover .text,
.favorite .simplefavorite-button:focus .text,
.favorite .simplefavorite-button-custom:focus .text {
  color: #ff1b30;
}
.favorite .simplefavorite-button-custom:hover .text,
.favorite .simplefavorite-button:hover .text {
  width: 90px;
  margin-left: 0.4em;
  margin-right: 30px;
}
.calendar-link:hover .calendar-text {
  width: 150px;
  margin-right: 4px;
  color: var(--main-button-color);
}

.favorite .simplefavorite-button i,
.favorite .simplefavorite-button-custom i {
  font-size: 22px;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  right: -3px;
  top: 1px;
  transition: all 0.5s ease;
}
.calendar-link a i {
  transition: all 0.5s ease;
}
.favorite .simplefavorite-button:hover i,
.calendar-link:hover i {
  transform: rotate(360deg);
}
.favorite .simplefavorite-button-custom.loading,
.favorite .simplefavorite-button.loading {
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
}

.favorite .simplefavorite-button-custom.active,
.favorite .simplefavorite-button.active {
  /* background-color: [field virtual_event_color_button option=true]; */
  color: #ff1b30;
  opacity: 1;
  /* border-color:[field virtual_event_color_button option=true]; */
}
.favorite .sf-icon-spinner-wrapper {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  position: revert;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

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

/* ACTIONS MOBILE */
@media screen and (max-width: 768px) {
  .action-wrap {
    max-width: 600px;
    margin: 0.1rem auto 0.4rem;
  }
  .favorite,
  .calendar-link {
    align-self: flex-start;
  }
}

@-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;
  }
}

/* TITLE */
.post-title {
  text-align: center;
  margin-bottom: 0.7rem;
}
.post-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.description {
  margin: 1.5rem 3rem 1.1rem;
  color: var(--quvent-dark-b-90, #000000);
  line-height: 2;
}
.description.left {
  text-align: left;
}
.description.center {
  text-align: center;
}
.description.center ul {
  list-style-position: inside;
}
.description.right {
  text-align: right;
}
.description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .post-title h1 {
    font-size: 2rem;
  }
  .description {
    margin: 1.1rem 0;
  }
}

/* POSTS CONTAINERS */
.posts-wrap {
  display: grid;
  justify-content: center;
  width: 100%;
  margin: 0;
  justify-items: center;
}

/* SPONSORS */

.sponsors-main-wrap {
  grid-template-columns: repeat(auto-fit, 21rem);
  gap: 1.8rem;
  margin-top: 0.8rem;
}

.sponsors-main-wrap .sponsor-card {
  transition: all 0.2s ease-in;
  box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 27%);
  -webkit-box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 27%);
  -moz-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.27);
  border-radius: var(--global-card-border-radius);
  width: 100%;
  background-color: #ffffff;
  max-width: 25rem;
  overflow: hidden;
}
.sponsors-main-wrap .sponsor-card:hover {
  transform: scale(1.016);
}
.sponsors-main-wrap .exhibitor-content {
  padding: 1.2rem 1rem;
  background: #ffffff;
  text-align: center;
}
.sponsors-main-wrap .image-content {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sponsors-main-wrap .image-content img {
  width: 100%;
}
.sponsors-main-wrap .exhibitor-name h4 {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.3;
  font-family: var(--heading-font-family, Lato, Sans-serif);
}
.sponsors-main-wrap .exhibitor-desgn {
  line-height: 1.4;
  font-size: 0.95rem;
}

/* SCHEDULE ACCORDION */
.quvent-schedule-accordion-container {
  width: 100%;
  max-width: 55rem;
  margin: 1.2rem 0;
  /* padding: 0 1.2rem; */
}
.quvent-schedule-accordion-container .accordion table.accordion-item {
  /* border-bottom: 1px solid #e5e5e5; */
  border-width: 0 1px 1px 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0;
}
.quvent-schedule-accordion-container
  .accordion
  table.accordion-item:first-of-type {
  border-top-width: 1px;
}
.quvent-schedule-accordion-container .accordion td {
  border: none;
  padding: 0.6rem 0.6rem;
}
.quvent-schedule-accordion-container .accordion th {
  padding: 0.75rem 0.6rem;
  background-color: #f6f9fb;
  background-color: var(--main-theme-color);
  color: #fff;
}

.quvent-schedule-accordion-container .accordion tbody tr:nth-of-type(even) {
  background-color: #f0f4f7;
}
.quvent-schedule-accordion-container .accordion .accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.quvent-schedule-accordion-container .accordion .accordion-header {
  position: relative;
  /* display: block; */
  text-align: left;
  width: 100%;
  /* padding: 0.85em 0; */
  color: var(--quvent-dark-b-80, #55687e);
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 1px;
  padding-right: 1.7em;
}
.quvent-schedule-accordion-container .accordion span.accordion-title {
  font-size: 1rem;
  font-weight: 500;
}
.quvent-schedule-accordion-container .accordion .accordion-header:hover,
.quvent-schedule-accordion-container .accordion .accordion-header:focus {
  cursor: pointer;
  color: var(--main-button-color);
}

.quvent-schedule-accordion-container .accordion .accordion-header:hover::after,
.quvent-schedule-accordion-container .accordion .accordion-header:focus::after {
  cursor: pointer;
  color: var(--main-button-color);
  border: 1px solid var(--main-button-color);
}

.quvent-schedule-accordion-container .accordion .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  width: 26px;
  height: 26px;
}
.quvent-schedule-accordion-container .accordion .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.quvent-schedule-accordion-container .accordion .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 12px;
  width: 2px;
  height: 16px;
  background: currentColor;
}

.quvent-schedule-accordion-container
  .accordion
  .accordion-header[aria-expanded="true"] {
  color: var(--main-button-color);
}
.quvent-schedule-accordion-container
  .accordion
  .accordion-header[aria-expanded="true"]
  .icon::after {
  width: 0;
}
.quvent-schedule-accordion-container
  .accordion
  .accordion-header[aria-expanded="true"]
  + .accordion-content {
  /* opacity: 1; */
  /* max-height: 25em;*/
  display: table-row-group;
  transition: all 200ms linear;
}
.quvent-schedule-accordion-container .accordion-content {
  padding-left: 1rem;
  /* opacity: 0; */
  /* max-height: 0; */
  overflow: hidden;
  /* transition: opacity 200ms linear, max-height 200ms linear; */
  color: #454f64;
  display: none;
}
.quvent-schedule-accordion-container .session-item {
  margin: 1.5em 0;
}
.quvent-schedule-accordion-container .session-time,
.quvent-schedule-accordion-container .session-title {
  font-size: 0.88235rem;
  font-weight: 400;
  /* margin-bottom: 0.4em; */
  line-height: 1.4;
}
.quvent-schedule-accordion-container td.session-time {
  width: 30%;
}
.quvent-schedule-accordion-container td.session-title {
  width: 70%;
}
.quvent-schedule-accordion-container .title-content {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
.quvent-schedule-accordion-container .status-tag {
  position: relative;
  top: auto;
  right: auto;
  line-height: 1;
  padding: 3px 5px;
}
.quvent-schedule-accordion-container .status-tag .text {
  font-size: 12px;
}
.schedule-section-wrap .button-container {
  margin: 1rem 0;
  padding: 0 1.2rem;
}

/* SPEAKERS */

.speakers-main-wrap {
  grid-template-columns: repeat(auto-fit, 16rem);
  gap: 1.5rem;
  margin-top: 0.8rem;
}
.speaker-card {
  transition: all 0.2s ease-in;
  box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 27%);
  -webkit-box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 27%);
  -moz-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.27);
  border-radius: var(--global-card-border-radius);
  width: 100%;
  background-color: #ffffff;
  max-width: 25rem;
  overflow: hidden;
}
.speaker-card:hover {
  transform: scale(1.016);
}
.speaker-card .image-content img {
  width: 100%;
}
.speaker-card .exhibitor-desgn {
  line-height: 1.4;
  font-size: 16px;
}
.speaker-card .speaker-content {
  padding: 1.6rem 1rem 1.4rem;
  background: #ffffff;
  text-align: center;
}
.speaker-card .speaker-name h4,
.speaker-card .speaker-company {
  margin-bottom: 0.4em;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--heading-font-family, Lato, Sans-serif);
}
.speaker-card .speaker-title {
  font-size: 0.8rem;
  line-height: 1.3;
}
.speaker-card .speaker-company {
  margin-top: 0.7em;
}
.speaker-card .separator-parent {
  text-align: center;
  margin-top: 1rem;
}
.speaker-card .separator-parent .separator {
  width: 12%;
}

@media screen and (max-width: 768px) {
  .speakers-main-wrap {
    grid-template-columns: 1fr;
  }
  .speaker-card .speaker-name h4,
  .speaker-card .speaker-company {
    font-size: 1rem;
  }
}

/* Attachments */
.attachments-wrap {
  text-align: center;
}

.attachments-wrap .attachment {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.4em;
  padding: 12px 0;
}
.attachments-wrap .no-access img {
  max-width: 350px;
}
.attachments-wrap .attachment:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .attachments-wrap .attachment {
    width: 100%;
  }
}
.attachments-wrap .login-prompt a {
  color: var(--main-button-color);
  font-weight: 500;
}
.attachments-wrap .login-prompt a:hover {
  color: var(--main-button-hover-color);
}
.attachments-wrap p.login-prompt {
  margin-bottom: 5px;
  line-height: 1.3;
}
.attachments-wrap .attachment .attachment-label {
  font-size: 0.95em;
  font-weight: 400;
  text-transform: none;
}

.attachments-wrap .attachment .fa-download {
  margin-left: 5px;
}
.attachments-wrap .attachment a.button {
  border: none;
  background: var(--main-button-color);
  color: #fff;
  padding: 11px 17px;
  font-weight: 500;
  transition: background 0.2s linear;
}
.attachments-wrap .attachment a.button:hover {
  background: var(--main-button-hover-color);
}

/* REPLAY */
/* .replay-wrapper {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.8rem;
} */
/* VIDEO EMBED */
/* .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/*Exhibitors */
.exhibitors-main-wrap {
  grid-template-columns: repeat(auto-fit, 16rem);
  gap: 1.8rem;
  margin-top: 0.8rem;
}

.exhibitors-main-wrap .exhibitor-card {
  transition: all 0.2s ease-in;
  box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 27%);
  -webkit-box-shadow: 3px 3px 10px -1px rgb(0 0 0 / 27%);
  -moz-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.27);
  border-radius: var(--global-card-border-radius);
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  max-width: 19rem;
}

.exhibitors-main-wrap .exhibitor-card:hover {
  transform: scale(1.016);
}
.exhibitors-main-wrap .exhibitor-content {
  padding: 1.2rem 1rem;
  background: #ffffff;
  text-align: center;
}
.exhibitors-main-wrap .image-content {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exhibitors-main-wrap .image-content img {
  width: 100%;
}
.exhibitors-main-wrap .exhibitor-name h4 {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.3;
  font-family: var(--heading-font-family, Lato, Sans-serif);
}
.exhibitors-main-wrap .exhibitor-desgn {
  line-height: 1.3;
  font-size: 0.9rem;
}

/* On-Demand play button over the image */
.event-item.on-demand .featured-image::after {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
  color: rgb(252 252 252);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* *** Tags over image *** */
.status-tag {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  line-height: 1;
  border-radius: 4px;
  padding: 5px 8px;
}
.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 */
.live-now-tag {
  background: var(--live-indicator-color, #fe3e2a);
  display: none;
}
.live-now-tag.live {
  display: block;
}
.ongoing-tag {
  background-color: var(--event-accent-color, #026202);
  display: none;
}
.ongoing-tag.live {
  display: block;
}
.on-demand-tag {
  background-color: #0e0370;
}

/* VOD LIST */
.vods-container {
  margin: 1.2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: 1rem 0.625rem;
}
.vod-item .vod-link {
  display: block;
}
.vod-item .img-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.vod-item a .img-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(var(--global-card-border-radius) * 0.75);
  background-color: transparent;
  z-index: 1;
  transition: background-color 150ms linear;
}
.vod-item a:hover .img-container::before,
.vod-item a:focus .img-container::before {
  background-color: rgb(0 0 0 / 0.2);
}
.vod-item a .img-container::after {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.625rem;
  color: rgb(252 252 252);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: opacity 150ms linear;
}
.vod-item a:hover .img-container::after,
.vod-item a:focus .img-container::after {
  opacity: 1;
}
.vod-item .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--global-card-border-radius) * 0.75);
}
.vod-item .vod-details {
  margin: 0.55rem 0;
}
.vod-item .vod-title {
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: none;
  line-height: 1.3;
  color: var(--quvent-dark-b-90, #000000);
  transition: color 150ms linear;
}
.vod-item a:hover .vod-title,
.vod-item a:focus .vod-title {
  color: var(--main-button-color);
}
.vod-item .vod-desc {
  margin: 0.25rem 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--quvent-dark-60, #000000);
  transition: color 150ms linear;
}
.vod-item .main-vod-tag {
  line-height: 1;
  background-color: var(--event-accent-color, #026202);
  border-radius: 4px;
  padding: 5px 8px;
  display: inline-block;
}
.vod-item .main-vod-tag span {
  display: block;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .desktop,
  .location.in-person.desktop {
    display: none;
  }
  .row-content {
    margin: 0;
  }
  .posts-wrap {
    grid-template-columns: 1fr;
  }
}
/* Mobile utility */
@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}
