@import url("/wp-content/themes/inconf-core/global/variables.css");
body:not(.home) div#videomodal_into.modal div.modal-content {
  margin-top: 28px !important;
}

/************************************************
	Lobby Home Page -- CSS Styling
*************************************************/
/* Lobby Styling - Modal Video */
body.home {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-size: cover;
  margin: 0;
  height: 100%;
  overflow: hidden !important;
}
body.home div.homepage-welcome br,
body.home div.homepage-welcome b {
  display: none;
}
body.home video.tv_video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2 !important;
}
body.home div.modal-body .live-presentation {
  position: relative;
}
body.home div.modal-body .live-presentation .live-badge {
  font-size: 14px;
  z-index: 9998;
  padding: 2px 14px;
}
body.home div.app-content {
  height: 100%;
}
body.home div.app-content .totum {
  position: fixed;
  z-index: 20;
  bottom: 0px;
  left: 3rem;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--theme-primary-color);
}
body.home div.app-content .lowerthirds {
  position: fixed;
  z-index: 30;
  bottom: 70px;
  right: 0;
  margin: 39% 0 0 0 !important;
}
body.home div.app-content .sponsor-logos {
  text-align: right;
  padding: 15px !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}
body.home div.app-content .sponsor-logos img {
  height: 6rem !important;
  object-fit: contain;
}
@media (max-width: 730px) {
  body.home div.app-content .sponsor-logos img {
    margin-right: 10px;
  }
  body.home div.app-content .sponsor-logos {
    bottom: 60px;
    flex-wrap: wrap;
  }
  body.home div.app-content .totum {
    position: fixed;
    z-index: 20;
    bottom: 2rem;
    filter: brightness(1.2);
    left: auto;
  }
}
@media (max-width: 900px) {
  body.home div.app-content .sponsor-logos img {
    margin-right: 0px;
    height: 60px !important;
  }
}
@media (max-width: 1300px) {
  body.home div.app-content .sponsor-logos {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3897934174) 100%);
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
  body.home div.app-content .sponsor-logos img {
    margin-right: 0px;
    height: 3rem !important;
  }
}
@media (max-width: 993px) {
  body.home div.app-content .lowerthirds {
    bottom: 0px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  body.home div.app-content .lowerthirds {
    bottom: 0px !important;
  }
}
body.home .modal.fade.home-modal .modal-header .close.close-modal {
  background: none;
  border: none;
  color: transparent !important;
}
body.home .modal.fade.home-modal.show .modal-header .close.close-modal:hover {
  color: transparent;
}