@import url("/wp-content/themes/inconf-core/global/variables.css");

body:not(.home) div#videomodal_into.modal div.modal-content {
  margin-top: 28px !important;
}

body div#videomodal_into.modal div.modal-content {
  background-color: #fff0 !important;
  border: none !important;
}

/************************************************
	Lobby Home Page -- CSS Styling
*************************************************/
/* Lobby Styling - Modal Video */
body.home {
  background-repeat: no-repeat;
  background-position: center center;
  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;
  width: 14%;
  bottom: -16px;
  left: 27%;
  filter: brightness(1.2);
}
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: 1200px) {
  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;
    height: 100%;
    bottom: -16px;
    width: auto;
    filter: brightness(1.2);
    max-height: 70vh;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    margin-left: auto;
    margin-right: 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;
}

.hozspons {
  height:10%; background-image: url('/wp-content/uploads/2023/07/hozsponsor2.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center top; content: ''; box-shadow: rgba(50, 50, 93, 0.25) -1px 2px 5px 0px, rgba(0, 0, 0, 0.3) -1px 1px 3px 0px;
}