/* Custom style for custom Exhbitor Single page */

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-padding: 1.5rem;
}
body strong,
body b {
  font-weight: 500;
}

#ast-scroll-top.ast-scroll-top-icon {
  background-color: var(--main-theme-color);
}
body a {
  color: var(--main-button-color);
}
body a:hover,
body a:focus {
  color: var(--main-button-hover-color);
}

#main {
  background-color: var(--quvent-light-100);
}
#main-wrapper > section {
  --main-theme-color: var(--exhibitor-theme-color);
  --main-button-color: var(--exhibitor-button-color);
  --main-button-hover-color: var(--exhibitor-button-hover-color);
}
section > .section-wrap {
  padding: 1.2rem;
}
section.top > .section-wrap {
  padding-top: 2rem;
}
section .section-wrap > .container {
  background-color: var(--quvent-light-100);
}
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 > .row-content {
  margin: 3.5rem 0;
  width: 100%;
}
.row:first-child > .row-content {
  margin: 1.2rem 0 3.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: 5%;
  display: inline-block;
}

/* .top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin: 1rem 0;
} */

.top-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.breadcrumb {
  margin: 0.5rem 0;
  font-weight: 500;
  align-self: flex-start;
}
.breadcrumb .back i {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 0.3em;
}

.info-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5rem 0 1rem;
  border-radius: calc(var(--global-card-border-radius) * 2);
  -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);
  overflow: hidden;
  /* margin: 2rem 0 1rem; */
}
.info-container.vertical {
  width: auto;
  grid-template-columns: 1fr;
  max-width: 550px;
}
/* .info-container .right,
.info-container .left {
  -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);
} */
.info-container .left {
  /* border-top-left-radius: calc(var(--global-card-border-radius) * 2);
  border-bottom-left-radius: calc(var(--global-card-border-radius) * 2);
  overflow: hidden; */
  display: flex;
}
.info-container .right {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* border-top-right-radius: calc(var(--global-card-border-radius) * 2);
  border-bottom-right-radius: calc(var(--global-card-border-radius) * 2); */
}

.featured-image {
  position: relative;
  height: auto;
  width: 100%;
  max-height: 480px;
  padding: 1.2rem;
  display: flex;
  justify-content: center;
}
.info-container.vertical .featured-image {
  max-height: none;
  padding: 0;
}
.featured-image img {
  width: auto;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}
.info-container.vertical .featured-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 380px;
}
.info-container .sponsor-details {
  --element-gap: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--element-gap);
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  position: relative;
  min-width: 28rem;
}
.info-container.vertical .sponsor-details {
  --element-gap: 1.25rem;
  min-width: 0;
  padding: 1.75rem 1.2rem 1.2rem;
  align-items: center;
  justify-content: flex-start;
  /* min-height: 9rem; */
}

/* TITLE */
.info-container.vertical .post-title {
  text-align: center;
}
.post-title h1 {
  /* font-size: 2.70588235rem; */
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}
.post-title .tagline {
  font-family: var(--heading-font-family);
  font-size: 1.0588235294rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0.3rem;
  color: var(--quvent-dark-80);
}
.contact-information {
  display: flex;
  flex-direction: column;
  gap: calc(var(--element-gap) / 2);
  /* padding: 1.5rem 2rem; */
  /* max-width: 30rem; */
  /* border-radius: calc(var(--global-card-border-radius) * 2);
  -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); */
}
.contact-information .heading {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.contact-information .contact {
  line-height: 1.2;
  color: var(--quvent-dark-80);
  font-weight: 400;
  font-size: 0.94117647059rem;
  overflow-wrap: anywhere;
}
.contact-information .contact i {
  margin-right: 0.3rem;
}
.contact-information .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.25rem;
  font-size: 1.5294117647rem;
  line-height: 1;
  margin-top: calc(var(--element-gap) / 2);
}
.info-container.vertical .contact-information .socials {
  justify-content: center;
}

.description {
  color: var(--quvent-dark-b-90, #000000);
  font-size: 0.95rem;
  margin: 0 0 1.25rem 0;
  line-height: 2;
}

.description p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .info-container {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .info-container {
    /* border-radius: calc(var(--global-card-border-radius) * 2);
    -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); */
    /* overflow: hidden; */
  }
  /* .info-container .right,
  .info-container .left {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  } */
  /* .info-container .left {
    border-radius: 0;
  }
  .info-container .right {
    border-radius: 0;
  } */
  .info-container .sponsor-details {
    min-width: 0;
    padding: 1.2rem 1rem 1.2rem;
  }
  .post-title h1 {
    /* font-size: 2rem; */
    font-size: 1.4rem;
  }
  .contact-information .socials {
    gap: 0.7rem 1.75rem;
  }
  .description {
    text-align: center;
  }
}

.tag-wrap {
  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;
  cursor: default;
  white-space: nowrap;
}
.tag-wrap.sponsorship-level {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: var(--sponsor-color);
  font-size: 1rem;
}
.tag-wrap.sponsorship-level span {
  padding: 8px 14px;
  color: var(--sponsor-text-color, #fff);
}
@media screen and (max-width: 768px) {
  .tag-wrap.sponsorship-level {
    top: 0;
    bottom: auto;
    font-size: 0.882352941rem;
  }
  .tag-wrap.sponsorship-level span {
    padding: 6px 11px;
  }
}

/* ACTIONS */

.action-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.2rem;
  margin-right: 1rem;
}
.info-container.vertical .action-wrap {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: auto;
  position: relative;
  bottom: auto;
  right: auto;
}
/* FAVORITE */
.action-wrap .favorite {
  display: flex;
  align-items: center;
}
.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%;
  /* 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 .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;
  padding: 4px 5px;
  -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;
  line-height: 1;
}

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

/* Carousels */
.quvent-content-section-wrap {
  padding: 0;
  margin: 1.5rem 0 1.2rem;
}

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

/* 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;
  }
}

/* VOD LIST */
.vods-container {
  margin: 1.2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 17rem));
  gap: 1rem 0.625rem;
}
.vods-container .vod-item {
  max-width: 19rem;
}
.vod-item .vod-link {
  display: block;
}
/* Some of the styling in homepage-widgets-style.css */

.vods-container .vod-item .vod-details {
  padding: 0.55rem 0 0;
}
.vod-item .vod-title {
  font-size: 0.9rem;
  color: var(--quvent-dark-b-90, #000000);
}
.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;
}

@media screen and (max-width: 768px) {
  .vods-container {
    justify-content: center;
  }
}

/* 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;
  gap: 0.4rem 0.3rem;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.attachments-wrap .no-access img {
  max-width: 350px;
}
/* .attachments-wrap .attachment:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} */
.attachments-wrap .attachment-label-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.3rem 0.3rem;
}
.attachments-wrap .attachment .attachment-label {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
}
.attachments-wrap .attachment .attachment-label-wrap span {
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--quvent-dark-60);
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .attachments-wrap .attachment {
    width: 100%;
  }
}

/* Gallery */
.overflowHidden {
  overflow: hidden;
}
.gallery-image-grid {
  background-color: #333;
  color: white;
}
.gallery-image-grid__container {
  margin: 1.2rem 0;
  text-align: center;
}
.gallery-image-grid__container .gallery-image-grid__images-container {
  --grid-layout-gap: 0.5rem;
  --grid-column-count: 4;
  --grid-item--min-width: 250px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count)
  );

  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );

  gap: var(--grid-layout-gap);
}
.gallery-image-grid__container .gallery-image-grid__images-container.masonry {
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );
  grid-auto-flow: dense;
}
.gallery-image-grid__container .gallery-image-grid__images-container.col-3 {
  --grid-column-count: 3;
}
.gallery-image-grid__container .gallery-image-grid__image {
  border-radius: var(--global-card-border-radius);
  position: relative;
  overflow: hidden;
  width: 150px;
  /* margin: 0 1rem 1rem 0; */
  display: inline-block;
  width: 100%;
  max-height: 90vh;
}

.gallery-image-grid__container .gallery-image-grid__image:hover img {
  transform: scale(1.075);
}
.gallery-image-grid__container .gallery-image-grid__image img {
  /* border-radius: var(--global-card-border-radius); */
  overflow: hidden;
  z-index: 0;
  /* position: absolute;
  top: 0;
  left: 0; */
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s;
  will-change: transform;
}
.gallery-image-grid__images-container.grid .gallery-image-grid__image img {
  aspect-ratio: 5 / 3;
}
.gallery-image-grid__container
  .gallery-image-grid__image
  .gallery-image-grid__image--caption {
  display: none;
}
@media screen and (min-width: 769px) {
  .gallery-image-grid__container .gallery-image-grid__images-container.masonry {
    grid-auto-rows: 200px;
  }
  .gallery-image-grid__images-container.masonry
    .gallery-image-grid__image:nth-child(7n + 1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery-image-grid__images-container.masonry
    .gallery-image-grid__image:nth-child(7n + 2) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-image-grid__images-container.masonry
    .gallery-image-grid__image:nth-child(7n + 4) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-image-grid__images-container.masonry
    .gallery-image-grid__image:nth-child(7n + 5) {
    grid-column: span 3;
    grid-row: span 1;
  }
  .gallery-image-grid__images-container.col-3.masonry
    .gallery-image-grid__image:nth-child(6n + 1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery-image-grid__images-container.col-3.masonry
    .gallery-image-grid__image:nth-child(6n + 2) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-image-grid__images-container.col-3.masonry
    .gallery-image-grid__image:nth-child(6n + 4) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .gallery-image-grid__images-container.col-3.masonry
    .gallery-image-grid__image:nth-child(6n + 5) {
    grid-column: span 3;
    grid-row: span 1;
  }
}

[lightbox-toggle] {
  cursor: zoom-in;
}
[lightbox-toggle]:after {
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="white" stroke="black" stroke-opacity="0.25" stroke-width="0.25" d="M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm1-7h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H7a1 1 0 0 1 0-2h2V7a1 1 0 1 1 2 0v2z"/></svg>');
  height: 32px;
  width: 32px;
  bottom: 0;
  right: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s;
  pointer-events: none;
}
[lightbox-toggle]:hover:after {
  opacity: 1;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}

.c-lightbox {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.c-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.c-lightbox .c-lightbox__container {
  width: 100%;
  height: 100%;
}
.c-lightbox .c-lightbox__close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
  top: 1vh;
  right: 1vw;
  font-size: 30px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  padding: 20px;
  color: #fff;
}
.c-lightbox .c-lightbox__close:hover {
  color: red;
}
.c-lightbox .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-sides-offset: 20px;
}
.c-lightbox .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-lightbox .c-lightbox__caption {
  color: var(--quvent-light-100);
}
.c-lightbox .swiper-pagination {
  color: white;
}
.c-lightbox .swiper-button-next,
.c-lightbox .swiper-button-prev {
  color: white;
}
.c-lightbox .swiper-button-next:hover,
.c-lightbox .swiper-button-prev:hover {
  color: red;
}
.c-lightbox .swiper-button-next:after,
.c-lightbox .swiper-button-prev:after {
  font-size: 30px;
}
.c-lightbox .c-lightbox__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 75%;
  width: 75%;
  text-align: center;
  cursor: zoom-in;
}
.c-lightbox .c-lightbox__image img {
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 90vw;
}
