/*
  Styling for jwplayer stickly player
*/
.player-minimize:not(.sticky-disabled) .player-position  {
    background-color: white;
    border-radius: 2px;
    bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    left: 20px;
    padding: 7px;
    position: fixed;
    width: 410px;
    z-index: 10000;
}

.player-minimize:not(.sticky-disabled) .player-position #jwplayer-unmute-button {
  margin-top: 15px;
  margin-left: 2px;
}

#hilltv-player.player-minimize:not(.sticky-disabled) .player-position  {
    background-color: white;
    border-radius: 2px;
    bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    left: 20px;
    padding: 7px;
    position: fixed;
    width: 410px;
    z-index: 10;
}

#hilltv-player.player-minimize:not(.sticky-disabled) .player-position #jwplayer-unmute-button {
  margin-top: 15px;
  margin-left: 2px;
}

.hilltv-player-playlist {
    padding-bottom: 10px;
    position: relative;
}
#hilltv-companion-ad {
  position: absolute;
  right: calc(-50vw + 55%);
  top: 10%;
  z-index:99;
}
@media(max-width:1550px) {
  #hilltv-companion-ad {
    right: calc(-50vw + 54%);
  }
}
@media(max-width:1450px) {
  #hilltv-companion-ad {
    right: calc(-50vw + 53%);
    top: 9%;
  }
}

@media(max-width: 1275px) {
  #hilltv-companion-ad {
    right: calc(-50vw + 59%);
    top: 7%;
  }
  #hilltv-player {
    margin: 0 15%;
  }
}

@media(max-width: 1024px) {
  #hilltv-companion-ad {
    right: calc(-50vw + 46%);
    top: 5%;
  }
}

@media(max-width: 800px) {
  #hilltv-companion-ad {
    right: calc(-50vw + 52%);
    top: 6%;
  }
}

.player-minimize .player-position .close-btn {
  display: flex;
}

.player-position .close-btn {
  display: none;
  text-decoration: none;
  height: 10px;
  flex-direction: column;
  justify-content: center;
  opacity: 0.5;
  margin-bottom: 3px;
}

.player-position .close-btn:after {
  content: "\2A2F";
  font-size: 2em;
  color: #000;
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
}

/*
Styles for HILL TV Carousel Player
*/
.hilltv-player-wrapper {
  max-width: 45%;
  max-height: 50%;
  margin: 0 auto;
}

#video-meta-data {
  background-color: #fff;
  width: 55%;
  margin: 0 auto;
}

#video-meta-data .title {
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 600;
}
#video-meta-data .published {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 800;
}
#video-meta-data .description {
  font-size: 1.25em;
}
#video-meta-data p {
  margin: 10px 0 10px 0;
}


.hilltv-player-wrapper {
  background-color: #000;
}

.hilltv-top-player-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #000;
}

@media(max-width: 1340px) {
  .hilltv-top-player-wrapper {
    margin-left: -50px;
    margin-right: -53px;
    width: calc(100% + 103px);
  }
}

.top-player-wrapper {
  background-color: #000;
}

.playlist-item-link p {
  background-color: #2A53C1;
  padding: 3%;
  width: 90%;
  margin: 0;
  margin-top: -28px;
  position: absolute;
}

.playlist-item-link.active p {
  background-color: #831F18;
}

.playlist-item {
  min-width: 17%;
  float: left;
  margin: 0px;
}

.player-playlist {
  overflow: hidden;
  position: relative;
}

.button {
  margin: 0 0 1em;
}

.button-theme-brand-2:not(.button-toggle-on) {
  background: #DFF1FF;
  color: #0E7EF4;
}

.button-theme-brand-2:not(.button-toggle-on):hover {
  background: #B1DEFF;
}

.player-demo-wrapper {
  display: none;
}

.player-demo-wrapper.demo-toggle-on {
  display: flex;
  flex-direction: column;
}

.player-demo-wrapper p {
  font-size: 1em;
}

.player-position #hilltv-player-target {
  margin: 0;
}

#hilltv-player .player-position {
  position: relative;
}

.playlist-wrapper {
  overflow: hidden;
  width: 100%;
}

.playlist-wrapper > p {
  padding: 1em 0.5em 0;
  font-size: 1.2em;
  font-weight: 400;
  text-align: left;
  color: white;
}

.playlist {
  position: relative;
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.playlist li {
  object-fit: cover;
}

.playlist li a {
  padding: 10px 15px 16px 0;
  display: block;
  cursor: pointer;
  text-align: left;
  color: white;
  text-decoration: none;
  font-weight: 800;
}

.playlist-thumbnail-wrapper {
  position: relative;
  text-shadow: 0 0 7px #555;
}

.playlist-thumbnail-wrapper p {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 5px 8px 10px;
  text-transform: uppercase;
}
@media(max-width: 1280px){
  .playlist-thumbnail-wrapper p{
    font-size: 10px;
    line-height: 12px;
  }
}
@media(max-width: 1090px){
  .playlist-thumbnail {
    width: 90%
  }
}

.playlist-thumbnail {
  width: 100%;
}

.demo-layout-vertical .demo-layout-code {
  max-width: 1000px;
  width: 100%;
}

.outter-playlist-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media(max-width: 1075px) {
  .outter-playlist-wrapper {
    width: 95%;
  }
}

.outter-playlist-wrapper .arrow {
  position: absolute;
  top: 30px;
  cursor: pointer;
}

.hilltv-playlist-arrows .arrow.next {
  right: -40px;
}

.hilltv-playlist-arrows .arrow.previous {
  left: -40px;
}

.hilltv-playlist-arrows .arrow .icon {
  width: 25px;
}
@media(max-width:1275px) {
  .outter-playlist-wrapper .arrow {
    top: 13px;
  }
}
.hilltv-playlist-arrows {
  display: none;
}

#jwplayer-unmute-button {
  background-color: rgba(255,255,255,1);
  border-radius: 2px;
  border-bottom: 1px solid #f1f1f1;
  top: 8px;
  left: 8px;
  z-index: 10;
  position: absolute;
  width: 40px;
  opacity: .8;
  cursor: pointer;
  display: none;
}
.hilltv-video-unmute-icon{
  width: 36px;
  height: 36px;
  margin-left: 2px;
  opacity: .75;
}
