@media (width < 768px) {
  :where(html:not(.sfPageEditorWrp)) .avixa-tv-body {
    padding-top: var(--mobile-nav-height, 109.4px);
  }
}

:where(html:not(.sfPageEditorWrp)) .avixa-tv__navigation {
  position: sticky;
  top: 0;
  z-index: 9000;
}
@media (width < 768px) {
  :where(html:not(.sfPageEditorWrp)) .avixa-tv__navigation {
    width: 100%;
    position: fixed;
  }
}

.search-div {
  max-width: 30%;
}

.search-icon {
  width: 28px;
  display: inline-block;
}

.btn-avixtatv {
  font-size: 14px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  cursor: pointer;
  background: var(--avixa-yellow, #f6ca15);
}

@media (width < 768px) {
  .btn-avixtatv.nav-item.logged-out {
    padding: 10px;
  }
}

.btn-avixtatv.nav-item a {
  color: #3A1A32;
  border: none;
}
.btn-avixtatv.nav-item a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .nav-item:hover .avixa-tv-dropdown-menu-fl {
    display: block;
    background: var(--avixa-yellow, #f6ca15);
    margin-top: 30px;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .avixa-tv-dropdown-menu-fl:hover {
    display: block;
    background: var(--avixa-yellow, #f6ca15);
    margin-top: 30px;
    z-index: 1;
  }
}

.avixatv-row {
  background: -webkit-gradient(linear, 0 0, 100% 100%, from(#3a1a32), to(#ee3353));
}

.avixatv-logo-header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}

.avixatv-logo-header img {
  width: 85%;
}

/*Hero Section*/
.hero-main-div {
  background: #20101C;
}

.hero-main-div .jwplayer {
  position: inherit;
}

.hero-main-div .jw-wrapper {
  left: 125px;
  top: 45px;
  right: 125px;
  bottom: 125px;
}

.hero-main-div .jw-title {
  top: 100%;
}

.hero-main-div .jw-title-secondary {
  display: none;
}

/*featured videos*/
.featured-videos {
  background: #3A1A32;
}
@media (min-width: 768px) {
  .featured-videos {
    padding-bottom: 10rem;
  }
}

/*main content section*/
.playlists-headline .sfContentBlock, .playlists-headline .sfContentBlock p {
  background: linear-gradient(67.17deg, #F6CA15 17.07%, #EE3353 92.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  line-height: 62px;
  text-align: center;
  font-family: "Euclid-Bold";
  margin-bottom: 0px;
}

.video-full-width-row .hero-multimedia-image-only-container {
  width: 100%;
  width: 100vw;
  margin-bottom: 0px;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.video-full-width-row {
  background: var(--avixatv-purple-darker, #20101C);
}

.sponsored-top-banner img, .sponsored-middle-banner img {
  width: 100%;
  display: block;
  height: auto;
}

.sponsored-top-banner, .sponsored-middle-banner {
  position: relative;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.sponsored-top-banner {
  left: 50%;
}

.sponsored-middle-banner {
  left: 48%;
  padding-bottom: 50px;
}

/*# sourceMappingURL=AvixaTvInterior.css.map */
