/* 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);
}
#main {
  /* background-color: var(--quvent-bg-color, #f4f8ff); */
  background-color: var(--quvent-light-100);
}
div#main-wrapper {
  /* padding: 20px; */
}
#ast-scroll-top.ast-scroll-top-icon {
  background-color: var(--main-theme-color);
}
section > .section-wrap {
  padding: 1.2rem;
}
section .section-wrap > .container {
  background-color: var(--quvent-light-100);
  /* padding: 1.2rem;
  border-radius: var(--global-card-border-radius);
  box-shadow: 3px 4px 15px 2px rgba(44, 50, 66, 0.12); */
}
section.max-w-1200 .section-wrap > .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
section.max-w-1300 .section-wrap > .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

/* .row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
} */
.row-content {
  margin: 4.5rem 0;
  width: 100%;
}
.row-content:empty {
  margin: 0;
}
/* .row:not(:first-child) .row-content {
  padding-top: 2.5rem;
} */
.section-heading .heading {
  font-weight: 800;
  font-size: 1.95rem;
  text-align: center;
}
.separator-parent {
  text-align: center;
  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;
}

/* Hero */
.hero .section-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2rem 1.2rem 0;
}
.hero .hero-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 25rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.hero .top-box-wrap {
  margin-bottom: -75px;
  min-width: 45%;
  max-width: 47rem;
}
.hero .top-box-wrap > .tags {
  margin-bottom: -10px;
  margin-left: -15px;
  gap: 0;
  padding: 0;
}
.hero .top-box-wrap .status-tag-wrap {
  display: flex;
  align-items: center;
}
.hero .top-box-wrap .status-tag.placeholder {
  width: 4.17058823529rem;
  height: 1.3941176470588rem;
  background-color: var(--quvent-light-85, hsl(0, 0%, 85%));
}
.hero .top-box-wrap .status-tag.placeholder.short {
  width: 2.9352941176rem;
}
.hero .top-box-wrap > .tags .tag-wrap,
.hero .top-box-wrap > .tags .status-tag {
  border-radius: 0;
  font-size: 0.80588rem;
}
.hero .top-box-wrap > .tags .status-tag,
.hero .top-box-wrap > .tags .free-tag {
  padding: 5px 8px;
}
.hero .top-box-wrap > .tags .status-tag > .text {
  font-size: 0.80588rem;
}
.hero .top-box-wrap > .tags .tag-wrap > a {
  padding: 5px 8px;
}
.hero .event-details {
  --element-gap: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  /* min-width: 40%;
  max-width: 47rem; */
  padding: 2.3rem 2.2rem 1.8rem;
  background-color: var(--quvent-light-100);
  border-radius: var(--global-card-border-radius);
  /* margin-bottom: -40px; */
  -webkit-box-shadow: 1px 3px 10px -3px rgba(0 0 0 / 0.27);
  -moz-box-shadow: 1px 3px 10px -3px rgba(0 0 0 / 0.27);
  box-shadow: 1px 3px 10px -3px rgba(0 0 0 / 0.27);
}
/* TITLE */
.post-title {
  text-align: center;
  /* padding: 0 1rem; */
}
.post-title h1 {
  font-size: 2.117647rem;
  font-weight: 800;
}
.event-details .post-meta {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  /* padding: 0 1rem; */
  margin-top: var(--element-gap, 0.4rem);
}
.time-wrap h3 {
  font-size: 0.94117647rem;
  font-weight: 400;
  color: var(--quvent-dark-60);
  line-height: 1.2;
  /* padding: 0.15rem 0; */
  margin-bottom: 0;
  text-transform: none;
}
/* .time-wrap i {
  margin-right: 5px;
}
.time-wrap .duration {
  font-size: 0.94117647rem;
  font-weight: 400;
  margin-left: 6px;
  cursor: default;
  user-select: none;
}
.time-wrap .duration i {
  font-size: 0.82352941rem;
} */
/* Tags */
/* .main-tags-buttons-wrap .tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
} */
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.375rem;
  margin-left: 0.1rem;
  letter-spacing: 0.4px;
  /* margin-top: calc(var(--element-gap, 0.4rem) / 2); */
}
.event-details .tags {
  padding: 0 1rem;
}
.event-details .tags.location {
  margin-top: calc(var(--element-gap, 0.4rem) / 2);
}
.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;
  /* text-transform: uppercase; */
  cursor: default;
  white-space: nowrap;
}

.tag-wrap a {
  padding: 4px 7px;
}
.tag-wrap.category {
  border-color: var(--category-text-color);
  border-width: 1px;
  border-style: solid;
}
.tag-wrap.category a {
  color: var(--category-text-color);
  padding: 3px 7px;
}
.tag-wrap.category a:hover,
.tag-wrap.category a:focus {
  background-color: var(--category-text-color);
  color: #fff;
}
.tag-wrap.in-person {
  background-color: var(--in-person-event-color);
}
.tag-wrap.online {
  background-color: var(--online-event-color);
}
.tag-wrap.on-demand-tag {
  background-color: var(--on-demand-color, #0e0370);
}
.tag-wrap.in-person a {
  color: #fff;
}
.tag-wrap.online a {
  color: #fff;
}
.tag-wrap.on-demand-tag {
  padding: 4px 7px;
}
.tag-wrap.on-demand-tag .text {
  color: #fff;
}
.location.in-person {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  margin: 0.25rem 0;
}
.location .text {
  font-size: 0.882352941176rem;
  font-weight: 500;
  cursor: default;
}

/* Live Now Tag */

.status-tag {
  line-height: 1;
  /* border-radius: 4px; */
  padding: 4px 7px;
  cursor: default;
}
.status-tag .text {
  display: block;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  color: #fff;
  font-size: 0.70588rem;
  font-weight: 600;
  /* letter-spacing: 0.5px; */
  white-space: nowrap;
}
.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;
}
.concluded-tag {
  background-color: var(--concluded-color, #898b95);
}
.replay-tag {
  background-color: var(--replay-color, #7f1bcb);
}
.free-tag {
  background-color: var(--free-color);
  text-transform: uppercase;
}

/*Buttons */
/* .bottom-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: var(--element-gap, 0.4rem);
  margin-top: var(--element-gap, 0.4rem);
} */
.bottom-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: end;
  gap: 0.75rem;
  width: 100%;
  margin-top: var(--element-gap, 0.4rem);
}
.bottom-wrap .buttons-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.3rem;
}
.bottom-wrap .buttons-wrap > div {
  height: 28px;
  display: flex;
  align-items: center;
}
/* Placeholder used while loading button status */
.buttons-wrap .placeholder {
  width: 4.1764705882rem;
  height: 1.35294117647rem;
  background-color: var(--quvent-light-85, hsl(0, 0%, 85%));
  border-radius: var(--global-card-border-radius, 7px);
}
.buttons-wrap .placeholder.wide {
  width: 6.76470588235rem;
}
.buttons-wrap .placeholder.sessions {
  width: 7.26588235294rem;
}

/* .bottom-wrap > .button-wrap {
  padding: 0 1rem;
} */

.bottom-wrap > .buttons-wrap {
  grid-column-start: 2;
  line-height: 1.3;
}

.quvent .bottom-wrap > .button-wrap a.quvent-button {
  padding: 0.4705882rem 0.76470588rem;
  letter-spacing: 1px;
}
/* Access Link */
.event-details .button-wrap button.quvent-button.plain {
  position: relative;
  letter-spacing: normal;
  /* font-size: inherit; */
  font-size: 1.1176470588rem;
  line-height: inherit;
  display: inline;
  border: none;
  border-radius: 0;
  font-weight: 500;
}
.event-details .sessions-link a,
.event-details .join-link a,
.event-details .access-link a {
  font-size: 1.1176470588rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--quvent-dark-b-90);
}
.event-details .sessions-link a:hover,
.event-details .join-link a:hover,
.event-details .access-link a:hover,
.event-details .sessions-link a:focus,
.event-details .join-link a:focus,
.event-details .access-link a:focus {
  color: var(--main-button-color);
}
.event-details .active.sessions-link a,
.event-details .active.join-link a,
.event-details .active.access-link a {
  color: var(--main-button-color);
}
.event-details .active.sessions-link a:hover,
.event-details .active.join-link a:hover,
.event-details .active.access-link a:hover,
.event-details .active.sessions-link a:focus,
.event-details .active.join-link a:focus,
.event-details .active.access-link a:focus {
  color: var(--main-button-hover-color);
}
.event-details .access-link.acquired a {
  pointer-events: none;
  color: var(--quvent-dark-80);
  font-size: 1rem;
}
.event-details .disabled.join-link a {
  color: var(--quvent-dark-60);
  pointer-events: none;
}
.event-details .upcoming.join-link a {
  color: var(--quvent-dark-90);
  pointer-events: none;
}
.event-details .upcoming.join-link .duration {
  color: var(--quvent-dark-60);
}

.breadcrumb {
  margin: 0.5rem 0;
  font-weight: 500;
}
.breadcrumb .back i {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.3em;
}

/* Main content section */
section.main-content .section-wrap {
  padding: 100px 1.2rem 1.2rem;
}

/* 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;
  flex-wrap: wrap;
  gap: 0.125rem;
  /* 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 */
.action-wrap .favorite {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.action-wrap .simplefavorite-button,
.action-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; */
}
.action-wrap .simplefavorite-button:hover,
.action-wrap .simplefavorite-button-custom:hover {
  /* color: #fff; */
  color: var(--quvent-dark-80);
  /* opacity: 1; */
}
.action-wrap .simplefavorite-button:focus-visible,
.action-wrap .simplefavorite-button-custom:focus-visible {
  outline: 1px dotted rgb(50 50 50);
}
.action-wrap .simplefavorite-button .text,
.action-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;
}

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

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

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

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

.action-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;
}

.info-container {
  margin-bottom: 2rem;
}

.description {
  /* margin: 1.5rem 3rem 1.1rem; */
  margin: 1.1rem 0;
  color: var(--quvent-dark-b-90, #000000);
  font-size: 0.95rem;
  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: 1.65rem;
  }
  .description {
    margin: 1.1rem 0;
  }
}

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

/* Agenda */
/* Style in homepage-widgets-style.css */
/* .agenda-container {
  margin: 1.2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem 1.25rem;
}
.agenda-container .agenda-item-wrap {
  --element-gap: 0.3rem;
  width: 100%;
  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;
  max-width: 39rem;
  -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);
}
.agenda-container.image .agenda-item-wrap {
  max-width: 56rem;
}
.agenda-item-wrap .agenda-item-box {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 10rem;
}
.agenda-container.image .agenda-item-wrap .agenda-item-box {
  grid-template-columns: 290px 1fr;
}
.agenda-item-wrap .agenda-img-content {
  display: block;
  border-radius: 0;
  line-height: 0;
  position: relative;
  border-top-left-radius: var(--global-card-border-radius, 7px);
  border-bottom-left-radius: var(--global-card-border-radius, 7px);
  overflow: hidden;
}
.agenda-item-wrap .agenda-img-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */
/* *** Tags over image *** */
/* .agenda-item-wrap .agenda-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: 90;
  color: #fff;
}
.agenda-item-wrap .agenda-img-content .day {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
  margin: 2px 1px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.agenda-item-wrap .agenda-img-content .date {
  margin: 2px 1px;
  line-height: 1;
  font-size: 0.8rem;
}
.agenda-item-box-right .type-wrap {
  position: relative;
}
.agenda-item-box-right .type-wrap .tags.desktop.type {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  margin: 0;
}
.agenda-item-box-right .type-wrap .tags.desktop.type .tag-wrap {
  border-radius: 0;
  font-size: 0.8235294rem;
}
.agenda-item-box-right .type-wrap .tags.desktop.type .tag-wrap:last-child {
  border-top-right-radius: var(--global-card-border-radius, 7px);
}
.agenda-item-box-right .type-wrap .tags.desktop.type > div {
  padding: 5px 8px;
} */

/* Box Right side content */
/* .agenda-item-box-right {
  --vertical-padding: 0.6rem;
  --horizontal-padding: 1rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-areas:
    "title tags"
    "description description"
    "actions actions";
  gap: 0.4rem 0.2rem;
  padding: 0 0 0 1.2rem;
  position: relative;
}
.agenda-item-box-right .top-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3px;
  padding-top: calc(var(--vertical-padding) * 2);
  padding-right: var(--horizontal-padding);
  grid-area: title;
}

.agenda-item-box-right .title-time-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--element-gap) 0.25rem;
}
.agenda-item-box-right .title-wrap {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.agenda-item-box-right .title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: none;
}
.agenda-item-box-right .title-prefix {
  font-weight: 700;
  line-height: 1.1;
  color: var(--quvent-dark-60);
  text-transform: none;
  margin-bottom: calc(var(--element-gap) / 2);
}
.agenda-item-box-right .time-wrap .date {
  font-size: 0.94117647rem;
  font-weight: 400;
  color: var(--quvent-dark-60);
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: none;
}
.agenda-item-box-right .time-wrap .time {
  font-size: 1rem;
  font-weight: 600;
  color: var(--quvent-dark-80);
  text-transform: none;
  margin-top: calc(var(--element-gap) / 2);
}
.agenda-item-box-right .type-wrap {
  grid-area: tags;
}
.agenda-item-box-right .post-content {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  grid-column: 1 / 3;
  padding-right: var(--horizontal-padding);
  grid-area: description;
}
.agenda-item-box-right .description {
  margin-bottom: 0;
  margin-top: 0;
}
.agenda-item-box-right .description p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #000;
}

.agenda-item-box-right .action-wrap {
  padding-right: calc(var(--horizontal-padding) / 2);
  padding-bottom: calc(var(--vertical-padding) / 3);
  grid-area: actions;
}
@media screen and (max-width: 992px) {
  .agenda-container .agenda-item-wrap {
    max-width: 100%;
    width: 400px;
  }
  .agenda-img-content {
    border-top-left-radius: var(--global-card-border-radius, 7px);
    border-top-right-radius: var(--global-card-border-radius, 7px);
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .agenda-item-wrap .agenda-item-box,
  .agenda-container.image .agenda-item-wrap .agenda-item-box {
    grid-template-columns: 1fr;
  }
  .agenda-item-box-right {
    grid-template-areas:
      "tags tags"
      "title title"
      "description description"
      "actions actions";
  }
  .agenda-container .agenda-item-box-right .top-section {
    padding-left: var(--horizontal-padding);
    padding-top: var(--vertical-padding);
    align-items: center;
  }
  .agenda-container .agenda-item-box-right .title-wrap {
    align-items: center;
  }
  .agenda-container .agenda-item-box-right .time-wrap {
    text-align: center;
  }
  .agenda-container.image .type-wrap .tags.desktop.type .tag-wrap:last-child {
    border-top-right-radius: 0;
  }
  .agenda-container .agenda-item-box-right .post-content {
    padding-left: var(--horizontal-padding);
    text-align: center;
  }
  .agenda-item-box-right .action-wrap {
    margin-top: calc(var(--horizontal-padding) / 2);
  }
} */

/*Schedule at a glance */

.schedule-at-glance-section-wrap {
  padding: 0;
}
.schedule-at-glance-section-wrap .quvent-post-content-block .block-top {
  justify-content: center;
  margin-bottom: 0;
  gap: 1rem;
  position: relative;
}

.schedule-at-glance-section-wrap .quvent-post-content-block .block-top h2 {
  font-weight: 800;
  font-size: 1.95rem;
  text-align: center;
}
.schedule-at-glance-section-wrap .block-top .archive-link-container {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  padding: 0;
}
.schedule-at-glance-section-wrap .swiper-controls-container {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .schedule-at-glance-section-wrap .quvent-post-content-block .block-top {
    justify-content: flex-start;
  }
  .schedule-at-glance-section-wrap .quvent-post-content-block .block-top h2 {
    font-size: 1.3rem;
  }
}

/* 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: 50rem;
  margin: 1.2rem auto;
}
.quvent-schedule-accordion-container .accordion-item {
  margin-bottom: 0.75rem;
}
.quvent-schedule-accordion-container .accordion-item button.accordion-header {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0.6rem;
  background-color: #f6f9fb;
  background-color: var(--main-theme-color);
  color: var(--quvent-light-100);
}
.quvent-schedule-accordion-container .accordion-item button.accordion-header {
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.7px;
  padding-right: 2.3em;
  cursor: pointer;
  border-radius: var(--global-button-border-radius);
}
.quvent-schedule-accordion-container
  .accordion-item
  button.accordion-header:hover,
.quvent-schedule-accordion-container
  .accordion-item
  button.accordion-header:focus {
  background-color: var(--main-theme-color);
  color: var(--quvent-light-100);
}
.quvent-schedule-accordion-container
  .accordion-item
  button.accordion-header:focus {
  outline: 1px dotted #323232;
}
.quvent-schedule-accordion-container
  .accordion-item
  button.accordion-header:focus-visible,
.quvent-schedule-accordion-container
  .accordion-item
  button.accordion-header:active {
  background-color: var(--main-theme-color);
  outline: 1px solid #323232;
}
.quvent-schedule-accordion-container
  .accordion-content
  .session-item:nth-of-type(even) {
  background-color: #f0f4f7;
}
.quvent-schedule-accordion-container .accordion .accordion-title {
  font-size: 1rem;
  font-weight: 500;
}

.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 .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 12px;
  width: 2px;
  height: 16px;
  background: currentColor;
  transform: rotate(0);
  transition: transform 150ms ease;
}
.quvent-schedule-accordion-container
  .accordion-header[aria-expanded="true"]
  .icon::after {
  /* width: 0; */
  transform: rotate(-90deg);
}
.quvent-schedule-accordion-container .accordion-content {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 150ms ease;
}
.quvent-schedule-accordion-container .accordion-content > div {
  overflow: hidden;
}
.quvent-schedule-accordion-container .accordion-content .session-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.quvent-schedule-accordion-container .accordion-content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}
.quvent-schedule-accordion-container
  .accordion-content[aria-hidden="false"]
  .session-item {
  opacity: 1;
  visibility: visible;
}
.quvent-schedule-accordion-container .session-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  border-radius: var(--global-button-border-radius);
  font-size: 0.88235rem;
  font-weight: 400;
  line-height: 1.4;
}
.quvent-schedule-accordion-container .session-item > div {
  padding: 0.6rem;
}
.quvent-schedule-accordion-container .title-content {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
.quvent-schedule-accordion-container .status-tag {
  padding: 3px 5px;
}
.quvent-schedule-accordion-container .live-now-tag {
  background-color: var(--live-indicator-color, #fe3e2a);
  color: #fff;
  display: none;
}
.quvent-schedule-accordion-container .live-now-tag.live {
  display: block;
}
.quvent-schedule-accordion-container .ongoing-tag {
  background-color: var(--event-accent-color, #026202);
  display: none;
}
.quvent-schedule-accordion-container .ongoing-tag.live {
  display: block;
}
.schedule-section-wrap .button-container {
  margin: 1rem 0;
  padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .quvent-schedule-accordion-container .session-item {
    grid-template-columns: 2fr 3fr;
  }
}

/* SPEAKERS */

.speakers-main-wrap {
  grid-template-columns: repeat(auto-fit, 16rem);
  gap: 1.5rem;
  margin-top: 1.2rem;
}
.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%);
} */

/* VOD LIST */
.vods-container {
  margin: 1.2rem 0;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, 17rem); */
  /* grid-template-columns: repeat(auto-fit, minmax(auto, 17rem)); */
  grid-template-columns: repeat(
    auto-fit,
    16.88235294rem
  ); /* Use auto-fit this to center items if not enough data */
  justify-content: center;
  gap: 1rem 0.625rem;
}
/* .vods-container .vod-item {
  max-width: 19rem;
} */
.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);
}
/* If user has no replay/on-demand access, grey out a session replay image and disable link */
.vod-item.standard.no-replay-access .img-container img,
.vod-item.ondemand.no-on-demand-access .img-container img {
  filter: grayscale(100%);
}
.vod-item.standard.no-replay-access a,
.vod-item.ondemand.no-on-demand-access a {
  pointer-events: none;
}
.vod-item .vod-details {
  margin: 0.55rem 0;
}
.vod-item .vod-title {
  font-size: 0.9rem;
  font-weight: 600;
  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.75rem;
  line-height: 1.4;
  color: var(--quvent-dark-60, #000000);
  transition: color 150ms linear;
}
.vod-item .vod-desc p {
  margin-bottom: 0;
}
.vod-item .main-vod-tag {
  background-color: var(--event-accent-color, #026202);
  padding: 5px 8px;
}
.vod-item .main-vod-tag span {
  color: #fff;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  /* section.main-content .section-wrap {
    padding: 0 0 1.2rem;
  }
  section.main-content .container {
    padding: 70px 1.2rem 1.2rem;
  } */
  /* .row-content {
    margin: 0;
  } */
  .hero .top-box-wrap {
    max-width: none;
    width: 100%;
  }
  .hero .bottom-wrap {
    grid-template-columns: 1fr;
  }
  .hero .bottom-wrap > .buttons-wrap {
    grid-column-start: auto;
  }
  .hero .bottom-wrap .action-wrap {
    margin-left: 0;
  }
  .posts-wrap {
    grid-template-columns: 1fr;
  }
  .vods-container {
    grid-template-columns: repeat(
      auto-fit,
      minmax(20rem, 1fr)
    ); /*We dont need to care about centering here anymore */
  }
}
