@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@import "./fonts.css";
body {
  margin: 0;
  background: rgba(22, 23, 25, 1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
#content > div > .wrapper {
  background: rgba(22, 23, 25, 1);
}
h1,
h2,
h3,
h4,
h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-family: SFProDisplay, sans-serif;
}
h3 {
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
  font-size: 21px;
  margin-top: 13px;
  margin-bottom: 13px;
}
h3 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

button,
.clickable {
  cursor: pointer;
}
.vl-wrapper {
  max-width: 1330px;
  margin: 0 auto;
}
.vl-wrapper .container {
  height: unset;
}

.menuButtons.svelte-conlbo {
  display: none;
}
.sidebarContentContainer,
.sidebarContentContainer > .wrapper {
  height: 100%;
}
.container .sidebar {
  background-color: transparent;
  border-left: none;
}
.vl-list3 {
  display: flex;
}
.vl-list3 > div {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 55px;
}
.vl-list3 img {
  width: 100%;
}
.cols2to1 {
  display: flex;
}
.cols2to1 > .col1 {
  width: 70%;
}
.cols2to1 > .col2 {
  width: 30%;
}
.cols1to1 {
  display: flex;
}
.cols1to1 > .col1 {
  width: 50%;
}
.cols1to1 > .col2 {
  width: 50%;
}
.cols3 {
  display: flex;
}
.cols3 > .col1 {
  width: 30%;
}
.cols3 > .col2 {
  width: 40%;
}
.cols3 > .col3 {
  width: 30%;
}
.quote {
  display: flex;
  flex-direction: column;
}
#quote {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: calc(100% - 38px - 26px);
  background-color: rgba(12, 12, 12, 1);
  text-align: center;
}
#quote img {
  margin-top: 50px;
  width: 7%;
  align-self: flex-start;
}
#quote .quote-right {
  margin-left: 10px;
  margin-right: -10px;
}
.quote-message {
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
}
.quote-name {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
}

.social-list {
  display: flex;
  flex-direction: row;
  height: calc(100% - 38px - 26px);
  flex-wrap: wrap;
}
.social-list div {
  padding: 13px;
}
.social-list img {
  height: 40px;
}
.social .customHtml {
  height: 100%;
}
.sponsors .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(30, 31, 33, 1);
}
.sponsors .list > div,
.sponsors .list > a {
  flex: 1;
  margin: 0 5%;
  text-align: center;
}
.sponsors .list > a {
  padding: 8px;
}
.sponsors .list > a .listCard {
  padding: 0;
}
#content .sponsors .list img {
  width: 100%;
  max-width: 144px;
  height: initial;
  object-fit: initial;
}

.recommended-videos-section .text-holder {
  color: rgba(255, 255, 255, 0.87);
  margin-top: 21px;
}

.vl-top {
  margin-top: 8px;
}
.vl-top h3 {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.vl-top img {
  width: 200px;
}
.three-liner {
  display: flex;
  flex-direction: row;
}

.three-liner .section-1 {
  width: 30%;
}
.three-liner .section-2 {
  width: 40%;
}
.three-liner .section-3 {
  width: 30%;
}
.top-row {
  display: flex;
  flex-direction: row;
}
.top-row .section-1 {
  width: 25%;
}
.top-row .section-2 {
  width: 50%;
}
.top-row .section-3 {
  width: 25%;
}
.player-row {
  display: flex;
  flex-direction: row;
}
.player-row .section-1 {
  width: 70%;
}
.player-row .section-2 {
  width: 30%;
}
.player-row .section-1 .headContent.main {
  padding-top: 0;
  position: inherit;
}
.player-row .section-1 .playerContainer.main {
  position: inherit;
}
.player-row .section-1 .playerContainer .video-js {
  padding-top: 56.25%;
}
.section {
  padding: 5px 13px 8px;
}

/* Chat start */
.qanda-section {
  width: 40%;
}
.qanda-section .customHtml {
  height: 100%;
}
.qanda-section .section-content {
  background-color: rgba(30, 31, 33, 1);
  height: calc(100% - 38px - 26px);
}
.chat-section {
  width: 30%;
}
.chat-section > div {
  height: 100%;
}
#content .chat-section .Chat {
  height: calc(100% - 38px - 26px);
  position: relative;
}
.qanda-section .Chat {
  height: 100%;
  position: relative;
}
.custom-chat .Chat > div {
  position: absolute;
  height: 100%;
  width: 100%;
}
.custom-chat .Chat > div:first-of-type > div:first-of-type {
  display: none;
}
.custom-chat .Chat > div:first-of-type > div:nth-child(4) {
  border-top-color: #737056;
}
.custom-chat
  .Chat
  > div:first-of-type
  > div:nth-child(4)
  > div:nth-child(3)
  > div:first-of-type:empty::before {
  color: #e3e3e3;
}
/* Chat end */
.mvc-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mvc-logo-section h3 {
  font-size: 13px;
}
.mvc-logo-section img {
  width: 100%;
  max-width: 120px;
}
.gina-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Russo One", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 4.8rem;
  white-space: nowrap;
}

.recommended-videos-section {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.recommended-videos-section h3 {
  height: 100%;
}
#content .recommended-videos-section .theoplayer-container.video-js {
  height: initial;
}
#content .recommended-videos-section > div {
  margin-bottom: 21px;
}
.recommended-videos-section > div:last-child {
  margin-bottom: 0;
}
.list {
  display: flex;
}
.list-item {
  flex: 1;
  display: flex;
}
.list-item-container {
  display: flex;
}
.list-item-text-holder {
  color: rgba(255, 255, 255, 0.87);
  padding: 0 34px 0 20px;
}
.list-item-image-holder img {
  width: 100%;
}
#upcoming-section {
  background-color: rgba(30, 31, 33, 1);
  padding: 0 21px 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#upcoming-section .schedule-text {
  color: rgba(255, 255, 255, 1);
  padding-left: 21px;
}
#upcoming-section .list {
  flex-direction: column;
  height: 100%;
}
#upcoming-section .list-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.32);
  padding: 13px 0;
  align-items: center;
}
#upcoming-section .list-item:first-child {
  padding-top: 0;
}
#upcoming-section .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#upcoming-section .list-item-image-holder img {
  width: 110px;
  height: 87px;
  object-fit: cover;
  border-radius: 5px;
}
#merch-list .list-item {
  display: flex;
}
#merch-list .list-item {
  flex: 1;
  margin-bottom: 8px;
}
#merch-list .list-item:last-child {
  margin-bottom: 0;
}
#merch-list .list-item-image-holder img {
  height: 89px;
  width: 100px;
  object-fit: cover;
  border-radius: 5px;
}
#merch-list .list-item-text-holder {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #fff;
  padding: 0 13px;
}
#merch-list .list-item-text-holder > div {
  margin-bottom: 13px;
}
#merch-list .list-item-text-holder > div:last-child {
  margin-bottom: 0;
}
#merch-list .list-item-button-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}
#merch-list .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 5px 8px;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
}
#merch-list .button .button-icon {
  margin-right: 5px;
  width: 17px;
}
.button {
  background-color: rgba(255, 235, 59, 1);
  padding: 8px 13px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.login-section {
  text-align: right;
  padding-top: 21px;
}
.login-section img {
  height: 27px;
  width: initial;
  margin-left: 34px;
}
.login-holder {
  display: flex;
  justify-content: flex-end;
}

/* News section start */
#news .vl-list2 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
#news .vl-list2 img {
  width: 100%;
}

#news .vl-list2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 8px 8px 0 0;
}

.news-item {
  background-color: rgba(30, 31, 33, 1);
  border-radius: 8px;
  cursor: pointer;
}
.news-text-hldr {
  padding: 21px;
  color: #fff;
  text-align: left;
}

.read-more {
  color: rgba(255, 235, 59, 1);
  padding-top: 5px;
}
/* News section end */
.live {
  display: inline-block;
  margin-left: 21px;
  background-color: rgba(255, 0, 0, 1);
  padding: 1px 13px;
  color: #fff;
  text-transform: none;
  font-size: 15px;
  line-height: 22px;
}
.footer-row {
  margin-bottom: 55px;
}
.footer-row .list {
  align-items: center;
  flex-wrap: wrap;
}
.footer-row .list > div {
  margin: 21px;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 55px 13px 34px 13px;
  padding-top: 21px;
  border-top: 1px solid rgba(151, 151, 151, 0.32);
  color: rgba(204, 204, 204, 1);
  text-transform: uppercase;
  font-weight: 600;
}

.footer-menu .list-item {
  margin-right: 21px;
  font-size: 14px;
  flex: initial;
}
.footer-menu .list-item:last-child {
  margin-right: 0;
}
.footer-copy {
  font-size: 12px;
  color: rgba(204, 204, 204, 1);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 13px 0 13px;
}

/* Sponsor subpage start */
#subpage-head-right-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  color: white;
}
#subpage-head-right-col .transparentButton {
  width: 100%;
}
#subpage-head-right-col .gina-logo-section {
  font-size: 45px;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  padding-right: 10px;
}

#sponsor-left-col .theoplayer-container.video-js {
  height: inherit;
}

#subpage-sponsor-body {
  margin-top: 13px;
}
#subpage-sponsor-body .subpage-sponsor-logo {
  width: 300px;
  height: 130px;
  object-fit: cover;
}

#subpage-sponsor-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.subpageWrapper .subpageBodyContent.subpageContentMd {
  max-width: 100%;
}
#sponsor-left-col {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 5%;
}
#sponsor-left-col p {
  color: rgba(204, 204, 204, 1);
}

#sponsor-right-col {
  width: 45%;
}

.sponsor-lists {
  display: flex;
  flex-direction: row;
  color: #cccccc;
  font-size: 13px;
  flex-wrap: wrap;
}
.sponsor-list-group {
  margin-bottom: 25px;
}

.sponsor-list-group ul {
  padding-inline-start: 18px;
}

.sponsor-list-title {
  font-weight: 600;
  margin: 0 0 7px;
}

.sponsor-list-item {
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}

.sponsor-list-left,
.sponsor-list-right {
  width: 48%;
}

.sponsor-list-left {
  padding-right: 3%;
}

.sponsor-lists-button {
  background-color: rgba(255, 235, 59, 1);
  padding: 8px 13px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  border: none;
}
/* Sponsor subpage end */

@media (max-width: 1024.98px) {
  .player-row {
    flex-direction: column;
  }
  .player-row .section-1,
  .player-row .section-2 {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .gina-logo-section {
    font-size: 48px;
  }
  #quote img {
    margin-top: 60px;
  }
  #news .vl-list2 {
    grid-template-columns: repeat(3, 1fr);
  }
  #sponsor-left-col,
  #sponsor-right-col {
    width: 100%;
  }

  #sponsor-left-col {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .gina-logo-section {
    font-size: 40px;
  }
  .login-holder .login-signin {
    display: none;
  }
  #news .vl-list2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #quote img {
    margin-top: 70px;
  }
  #quote .quote-right {
    margin-left: 0;
    margin-right: 0;
  }
  .subpageWrapper .subpageBodyContent.subpageContentMd,
  #sponsor-right-col {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #subpage-head-right-col .gina-logo-section {
    font-size: 24px;
  }
  .mvc-logo-section {
    display: flex;
    justify-content: center;
  }

  .sponsor-list-left,
  .sponsor-list-right {
    width: 100%;
  }

  .sponsor-list-left {
    padding-right: 0;
  }

  .top-row,
  .player-row,
  .three-liner,
  .cols2to1,
  .footer-menu {
    flex-direction: column;
  }
  .player-row .section-1,
  .player-row .section-2,
  .recommended-videos-section,
  .custom-chat,
  .cols2to1 > .col1,
  .cols2to1 > .col2,
  .top-row .section-1,
  .top-row .section-2,
  .top-row .section-3 {
    width: 100%;
  }

  #quote img {
    margin-top: 25px;
  }

  #quote .quote-right {
    margin-left: 10px;
    margin-right: -10px;
  }

  .custom-chat .Chat > div {
    height: 400px;
    position: initial;
  }
  .gina-logo-section {
    font-size: 32px;
  }
  #news .vl-list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #news .vl-list2 img {
    object-fit: cover;
  }
  .news-text-hldr {
    padding: 14px;
  }
  .footer-menu {
    align-items: baseline;
  }
  .footer-menu .list-item {
    margin-bottom: 8px;
  }
}
@media (max-width: 425.98px) {
  #quote .quote-right {
    margin-right: 25px;
  }
  #quote .quote-left {
    margin-left: 25px;
  }

  #subpage-head-right-col .gina-logo-section {
    font-size: 21px;
  }
  .player-row .navigationInfo {
    margin-left: 15px;
  }
}
