﻿/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  font-family: "Heebo", sans-serif;
}

.pat-logo {
  width: 40px;
  height: 40px;
}

.bg {
  padding-top: 64px;
  height: calc(100% - 64px);
  width: calc(100% - 32vw);
  left: 0;
}

.wrap {
  width: 100%;
  height: 100%;
}

.playlistBlock {
  float: none;
  max-width: initial;
  height: 100%;
}
.playlistBlock header {
  display: none;
}
.playlistBlock .songList {
  border: none;
  margin-bottom: 4px;
  padding: 5px 0;
  font-size: 17px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}
.playlistBlock .songList span.songName {
  min-width: unset;
  margin-left: 35px;
}
.playlistBlock .mainHeader .btnsPlay, .playlistBlock .songList a.btnsPlay {
  background-image: url("../images/v6/play-small.svg");
  background-position: center;
  top: 5px;
  height: 22px;
  left: 5px;
}
.playlistBlock .track-num-div {
  float: right;
  width: 20px !important;
}
.playlistBlock .listTrackNameAlbum {
  margin-right: 30px;
  width: calc(100% - 30px);
}

.PlayListContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: none;
}

div#phM_phM_uxListButton {
  display: none;
}

.sidebar-content {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.sidebar-content .options-menu {
  flex: 0 0 150px;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  /*border-left: $light-border;*/
  margin-top: 20px;
}
.sidebar-content .options-menu .MenuFontColor {
  display: block;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0 25px 15px 0;
  border-bottom: 1px solid transparent;
}
.sidebar-content .options-menu .MenuFontColor.selected, .sidebar-content .options-menu .MenuFontColor:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar-content .tab-content-container,
.sidebar-content .song-list-container {
  flex: 1;
  overflow: auto;
  padding: 1.2vw 1.5vw;
}
.sidebar-content .tab-content-container {
  font-size: 16px;
  line-height: 1.5;
}
.sidebar-content .tab-content-container .comm_tab_image {
  max-width: 100%;
}
.sidebar-content .tab-content-container .show-img {
  height: auto;
  max-width: 100%;
}
.sidebar-content .tab-content-container .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar-content .tab-content-container .photos .img-container {
  display: inline-block;
  width: calc(50% - 3px);
  height: 10vw;
  overflow: hidden;
  margin-bottom: 6px;
}
.sidebar-content .tab-content-container .photos .img-container .img-holder {
  height: 100%;
  width: 100%;
}
.sidebar-content .tab-content-container .photos .img-container .img-holder > a {
  display: block;
  height: 100%;
  width: 100%;
}
.sidebar-content .tab-content-container .photos .img-container .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar-content .tab-content-container .photos .row {
  padding: 4px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sidebar-content .tab-content-container .photos .row a {
  color: #ffffff;
  display: inline-block;
}
.sidebar-content .tab-content-container .photos .row a:hover {
  text-decoration: underline;
}
.sidebar-content .tab-content-container .photos .row span {
  display: inline-block;
  padding: 0 3px;
  overflow: unset;
}
.sidebar-content .tab-content-container .article .artist_link a {
  color: #ffffff;
  margin-bottom: 4px;
  display: inline-block;
}
.sidebar-content .tab-content-container .article .artist_link a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

div#lyricswrap {
  font-size: 16px;
  line-height: 1.5;
}

#PreHeader {
  width: calc(100% - 32vw);
  margin-right: auto;
  margin-left: 0;
  text-align: center;
  z-index: 100;
  height: 64px;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

#Header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  z-index: 50;
  position: relative;
  padding: 0;
}

#topmenu {
  height: auto;
  width: auto;
  margin-left: auto;
  text-align: unset;
  margin: unset;
  margin: unset;
  text-align: unset;
  height: auto;
  padding: 24px 40px 0 90px;
}
#topmenu .fll, #topmenu .flr {
  height: 24px;
}
#topmenu .fll a.download-single,
#topmenu .fll a.chartbtn,
#topmenu .fll a.actionLink {
  margin-right: 16px;
}
#topmenu .flr a.social-btn {
  height: 36px;
  width: 36px;
  margin: -11px 0 0 10px;
}

.wrapper {
  height: 100vh !important;
  min-height: 0;
}
.wrapper .backImageFadedContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper .backImageFaded {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  filter: blur(33px);
  -webkit-filter: blur(33px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="33");
}
.wrapper .right-sidebar {
  position: absolute;
  width: 32vw;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}

#stage {
  background: none;
}
#stage .backContainer {
  height: 100%;
  width: 100%;
  background: none;
}
#stage .backVideoContainer .bg-video {
  width: 100%;
  height: 100%;
}
#stage img.backImage {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 30px;
  object-fit: contain;
}

footer.footer {
  position: absolute;
  z-index: 9999;
  width: calc(100% - 32vw);
  bottom: 0;
  left: 0;
  height: 64px;
  background: rgba(0, 0, 0, 0.55);
}

.footerLogo {
  background: none;
  margin-top: 20px;
  padding: 0;
}
.footerLogo .logos {
  width: calc(100% - 40px);
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 20px;
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
}
.footerLogo .logos img.item {
  height: 42px;
  max-width: 100%;
}
.footerLogo .logos img.h-auto {
  height: auto;
}

#releaseTitleHeader {
  padding: 60px 30px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
#releaseTitleHeader h1 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
}
#releaseTitleHeader h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "almoni-dl", sans-serif;
}
#releaseTitleHeader .title-patch {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 7px 30px 7px 24px;
  font-size: 15px;
  font-weight: 400;
  background-image: url(../images/v6/title-patch.svg);
  background-size: cover;
}
#releaseTitleHeader #btnPlayContainer {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 9999;
}
#releaseTitleHeader #btnPlayContainer .btnPlaySet0, #releaseTitleHeader #btnPlayContainer .btnPlaySet1 {
  background-image: url("../images/v6/play.svg");
  width: 54px;
  height: 54px;
}
#releaseTitleHeader #btnPlayContainer .btnPlaySet0.now_playing, #releaseTitleHeader #btnPlayContainer .btnPlaySet1.now_playing {
  background-image: url("../images/v6/pause.svg");
}
#releaseTitleHeader #btnPlayContainer .btnPlaySet0:hover, #releaseTitleHeader #btnPlayContainer .btnPlaySet1:hover {
  opacity: 0.8;
}
#releaseTitleHeader #bottom_slidebox {
  position: absolute;
  opacity: 1;
  bottom: 12px !important;
  overflow: hidden;
}
#releaseTitleHeader #bottom_slidebox #slidebox_contents {
  background: none;
}
#releaseTitleHeader #bottom_slidebox #jpSLider {
  background: #ffffff;
  border: none;
  border-radius: 35px;
}
#releaseTitleHeader #bottom_slidebox #jpSLider.ui-slider-horizontal {
  height: 4px;
}
#releaseTitleHeader #bottom_slidebox #jpSLider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #ffffff;
  margin-left: -8px;
  border: none;
  border-radius: 8px;
  top: -6px;
}
#releaseTitleHeader #bottom_slidebox #jpsound {
  display: none;
}
#releaseTitleHeader #bottom_slidebox div.jp-interface {
  width: auto;
}
#releaseTitleHeader #bottom_slidebox div.jp-play-time, #releaseTitleHeader #bottom_slidebox div.jp-total-time {
  width: calc(32vw - 150px);
  left: 120px;
}
#releaseTitleHeader #bottom_slidebox .ui-slider-range {
  background: none;
}
#releaseTitleHeader #bottom_slidebox .jp-single-player #song_title {
  display: none;
}
#releaseTitleHeader #bottom_slidebox ul.jp-controls {
  display: none;
}

.more-from-artist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-from-artist .more-from-artist-item {
  display: inline-block;
  width: calc(50% - 3px);
  margin-bottom: 6px;
}
.more-from-artist .more-from-artist-item .heading {
  background: rgba(0, 0, 0, 0.75);
}
.more-from-artist .more-from-artist-item .heading h3 {
  color: #fff;
  font-size: 17px;
}
.more-from-artist .more-from-artist-item .details {
  background: rgba(0, 0, 0, 0.75);
}
.more-from-artist .more-from-artist-item .details .frame {
  font-size: 14px;
}
.more-from-artist .more-from-artist-item .video-thumbnails {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.more-from-artist .more-from-artist-item .video-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-from-artist .more-from-artist-item .video-thumbnails span {
  background-position: center;
}

.DarkTextColor {
  color: #ffffff;
}

.socialButtons a.social-btn.socialYouTube {
  background-image: url("../images/v6/youtube.svg");
}
.socialButtons a.social-btn.socialFacebook {
  background-image: url("../images/v6/facebook.svg");
}
.socialButtons a.social-btn.socialInstagram {
  background-image: url("../images/v6/instegram.svg");
}
.socialButtons a.social-btn.socialTwitter {
  background-image: url(../images/social/twitter_white.svg);
}
.socialButtons a.social-btn.socialSpotify {
  background-image: url(../images/social/spotify_white.svg);
}
.socialButtons a.social-btn.socialAppleMusic {
  background-image: url(../images/social/apple_music_white.svg);
}
.socialButtons a.social-btn.socialTiktok {
  background-image: url(../images/social/tiktok_white.svg);
}
.socialButtons a.social-btn.socialBandcamp {
  background-image: url(../static/images/social/bandcamp_bw.png);
}
.socialButtons a.social-btn.socialSoundCloud {
  background-image: url(../static/images/social/soundcloud_bw.png);
}
.socialButtons a.social-btn:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///E:/Projects/patiphon/patiphon/Pat.Website/Static/css/styles_v6.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAQA;AACA;EACI;;;AAGJ;AACA;EACI;;;AAGJ;AACA;EACI;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,cA1GO;AA2GP;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI,eAxHD;;AA6HX;AAAA;EAEI;EACA;EACA;;AAMJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;;;AAMhB;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YAhOc;;;AAmOlB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIA;AAAA;AAAA;EAGI;;AAKJ;EACI;EACA;EACA;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,OAxSe;EAySf;EACA;EACA;EACA,YAtSiB;EAuSjB;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAIA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YA1UqB;;;AA6UzB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAKZ;EACI;EACA,eA3WW;EA4WX;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI,OAlcU;EAmcV;;AAGJ;EACI;;AAIA;EACI;;AAIR;EACI;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;;AAMhB;EACI;;;AAKI;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI%22%7D */