button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
::-moz-selection {
  background: #f57c14;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
::selection {
  background: #f57c14;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.adv {
  height: auto;
}
.adv img {
  height: auto;
  object-fit: unset;
}
.entry-broadcast-large .post-thumbnail:before {
	background: linear-gradient(0deg,rgba(31, 31, 31, 0.8) 40%,rgba(31, 31, 31, 0.08) 73%);
}
.entry-title a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.link-with-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.entry-broadcast-large .link-with-arrow:hover,
.entry-title a:hover {
  color: #f57c14;
}
.btn {
  vertical-align: top;
}
.link-with-arrow:hover::after {
  border-left-color: #f57c14;
  border-bottom-color: #f57c14;
}
.vol-slider-wrap {
  visibility: hidden;
}
.footer-cols {
  gap: 20px;
}
.footer-app-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px 33px;
}
.footer-app-menu-item {
  max-width: 50%;
}
.footer-app-menu-item a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
}
.footer-app-img {
  height: 45px;
  vertical-align: top;
}
.block-header-image {
  background: #e1e1e1;
}
.block-header-image .entry-image {
	display: flex;
	width: 50%;
	left: 0;
	justify-content: center;
	align-items: flex-end;
}
.block-header-image .entry-image img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.block-header-image.block .entry-image::after {
	display: none;
}
.block-header-image .entry-label,
.block-header-image .entry-title {
  color: #141414;
}
.block-header-image path {
  fill: #141414;
}
.socials-a {
  display: inline-block;
  margin: 0 16px;
}
.socials-img {
  width: auto !important;
  height: 20px !important;
}
.block-hosts .entry-wrap {
  width: 100%;
  text-align: right;
}
.entry-wrap:focus .hover-anim {
  transform: translateY(-2px);
}
.block-hosts .entry-wrap:focus .entry-content {
  opacity: 1;
  z-index: 1;
}
.block-hosts .entry-wrap .post-thumbnail {
  width: 100%;
}
.posts-wrap .half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.home-count .entry-broadcast,
.home-sports .entry-broadcast {
  margin: 0;
}
.entry-broadcast .post-thumbnail {
  height: auto;
  min-height: 120px;
}
.entry-broadcast .post-thumbnail img {
  height: 100%;
}
.big-orange-play-btn {
  position: relative;
}
.big-orange-play-btn svg {
  width: 48px;
  height: 48px;
}
.big-orange-play-btn path {
  fill: #f57c14;
}
.page-template-tpl-popup-radio .wah-skiplinks-menu,
.page-template-tpl-popup-radio #wp_access_helper_container {
  display: none;
}
.page-template-tpl-popup-radio {
  background: #141414;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.radio-player-window-container.player-wrap {
  background: none;
  height: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 48px 48px 0;
  border-top: none;
  position: static;
  align-items: flex-start;
}
.radio-player-window-container.player-wrap .entry-image img {
  width: auto;
  height: 48px;
}
.radio-player-window-container.player-wrap .radio-skin {
  gap: 24px;
}
.radio-player-window-container.player-wrap .current {
  margin: 0;
  justify-content: center;
}
.radio-player-window-container.player-wrap .title {
  width: auto;
  font-family: "Secular One";
  font-weight: 400;
}
.radio-player-window-container.player-wrap .radio-skin > span,
.radio-player-window-container.player-wrap .player-wrap .vol {
  padding: 0 !important;
}
.player-wrap .radio-play-btn svg {
  vertical-align: top;
}
.radio-player-window-container.player-wrap .vol-slider-wrap {
  bottom: 10px;
  -webkit-transform: rotate(90deg) translate(-100%, 0%);
  transform: rotate(90deg) translate(-100%, 0%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.radio-player-window-container.player-wrap .vol-slider-wrap input#volume {
  width: 90px;
}
.radio-player-window-img-bg {
  z-index: -1;
}
.radio-player-window-img-bg,
.radio-player-window-img-bg:before,
.radio-player-window-img-bg:after {
  width: 220px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-player-window-img-bg:before {
  content: "";
  background: rgba(20, 20, 20, 0.4);
}
.radio-player-window-img-bg:after {
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(20, 20, 20, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(20, 20, 20, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(20, 20, 20, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#141414',GradientType=1 );
}
.radio-player-window-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sound-animation-wrap {
  display: flex;
  width: 100%;
  height: 28px;
  align-items: flex-end;
  gap: 4px;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.sound-animation-line {
  background: #f57c14;
  width: 2px;
  height: 6px;
  flex-shrink: 0;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: unset;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: paused;
  animation-name: sound-animation-6;
}
.player-wrap:not(.playing) .sound-animation-line {
  height: 8px !important;
}
.player-wrap.playing .sound-animation-line {
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.side-nav .link-with-arrow {
  padding: 0 20px;
  display: none;
}
.side-nav .link-with-arrow::after {
  border-color: #fff;
  display: block;
  width: 15px;
  height: 15px;
}

.player-wrap.playing .sound-animation-line:nth-child(1),
.player-wrap.playing .sound-animation-line:nth-child(33),
.player-wrap.playing .sound-animation-line:nth-child(65),
.player-wrap.playing .sound-animation-line:nth-child(12),
.player-wrap.playing .sound-animation-line:nth-child(44),
.player-wrap.playing .sound-animation-line:nth-child(76),
.player-wrap.playing .sound-animation-line:nth-child(14),
.player-wrap.playing .sound-animation-line:nth-child(46),
.player-wrap.playing .sound-animation-line:nth-child(78) {
  animation-name: sound-animation-6;
  animation-delay: 0s;
}
.player-wrap.playing .sound-animation-line:nth-child(2),
.player-wrap.playing .sound-animation-line:nth-child(34),
.player-wrap.playing .sound-animation-line:nth-child(66) {
  animation-name: sound-animation-13;
  animation-delay: 0.3s;
}
.player-wrap.playing .sound-animation-line:nth-child(3),
.player-wrap.playing .sound-animation-line:nth-child(35),
.player-wrap.playing .sound-animation-line:nth-child(67),
.player-wrap.playing .sound-animation-line:nth-child(17),
.player-wrap.playing .sound-animation-line:nth-child(49),
.player-wrap.playing .sound-animation-line:nth-child(81) {
  animation-name: sound-animation-17;
  animation-delay: 0.2s;
}
.player-wrap.playing .sound-animation-line:nth-child(4),
.player-wrap.playing .sound-animation-line:nth-child(36),
.player-wrap.playing .sound-animation-line:nth-child(68) {
  animation-name: sound-animation-19;
  animation-delay: 0.1s;
}
.player-wrap.playing .sound-animation-line:nth-child(5),
.player-wrap.playing .sound-animation-line:nth-child(37),
.player-wrap.playing .sound-animation-line:nth-child(69),
.player-wrap.playing .sound-animation-line:nth-child(18),
.player-wrap.playing .sound-animation-line:nth-child(50),
.player-wrap.playing .sound-animation-line:nth-child(82),
.player-wrap.playing .sound-animation-line:nth-child(27),
.player-wrap.playing .sound-animation-line:nth-child(59),
.player-wrap.playing .sound-animation-line:nth-child(91) {
  animation-name: sound-animation-22;
  animation-delay: 0.2s;
}
.player-wrap.playing .sound-animation-line:nth-child(6),
.player-wrap.playing .sound-animation-line:nth-child(38),
.player-wrap.playing .sound-animation-line:nth-child(70),
.player-wrap.playing .sound-animation-line:nth-child(9),
.player-wrap.playing .sound-animation-line:nth-child(41),
.player-wrap.playing .sound-animation-line:nth-child(73),
.player-wrap.playing .sound-animation-line:nth-child(19),
.player-wrap.playing .sound-animation-line:nth-child(51),
.player-wrap.playing .sound-animation-line:nth-child(83),
.player-wrap.playing .sound-animation-line:nth-child(23),
.player-wrap.playing .sound-animation-line:nth-child(55),
.player-wrap.playing .sound-animation-line:nth-child(87),
.player-wrap.playing .sound-animation-line:nth-child(29),
.player-wrap.playing .sound-animation-line:nth-child(61),
.player-wrap.playing .sound-animation-line:nth-child(93),
.player-wrap.playing .sound-animation-line:nth-child(32),
.player-wrap.playing .sound-animation-line:nth-child(64),
.player-wrap.playing .sound-animation-line:nth-child(96) {
  animation-name: sound-animation-14;
  animation-delay: 0s;
}
.player-wrap.playing .sound-animation-line:nth-child(7),
.player-wrap.playing .sound-animation-line:nth-child(39),
.player-wrap.playing .sound-animation-line:nth-child(71),
.player-wrap.playing .sound-animation-line:nth-child(21),
.player-wrap.playing .sound-animation-line:nth-child(53),
.player-wrap.playing .sound-animation-line:nth-child(85),
.player-wrap.playing .sound-animation-line:nth-child(22),
.player-wrap.playing .sound-animation-line:nth-child(54),
.player-wrap.playing .sound-animation-line:nth-child(86) {
  animation-name: sound-animation-18;
  animation-delay: 0.3s;
}
.player-wrap.playing .sound-animation-line:nth-child(8),
.player-wrap.playing .sound-animation-line:nth-child(40),
.player-wrap.playing .sound-animation-line:nth-child(72),
.player-wrap.playing .sound-animation-line:nth-child(16),
.player-wrap.playing .sound-animation-line:nth-child(48),
.player-wrap.playing .sound-animation-line:nth-child(80) {
  animation-name: sound-animation-12;
  animation-delay: 0.1s;
}
.player-wrap.playing .sound-animation-line:nth-child(10),
.player-wrap.playing .sound-animation-line:nth-child(42),
.player-wrap.playing .sound-animation-line:nth-child(74),
.player-wrap.playing .sound-animation-line:nth-child(20),
.player-wrap.playing .sound-animation-line:nth-child(52),
.player-wrap.playing .sound-animation-line:nth-child(84),
.player-wrap.playing .sound-animation-line:nth-child(30),
.player-wrap.playing .sound-animation-line:nth-child(62),
.player-wrap.playing .sound-animation-line:nth-child(94) {
  animation-name: sound-animation-10;
  animation-delay: 0.4s;
}
.player-wrap.playing .sound-animation-line:nth-child(11),
.player-wrap.playing .sound-animation-line:nth-child(43),
.player-wrap.playing .sound-animation-line:nth-child(75) {
  animation-name: sound-animation-4;
  animation-delay: 0.2s;
}
.player-wrap.playing .sound-animation-line:nth-child(13),
.player-wrap.playing .sound-animation-line:nth-child(45),
.player-wrap.playing .sound-animation-line:nth-child(77) {
  animation-name: sound-animation-3;
  animation-delay: 0.5s;
}
.player-wrap.playing .sound-animation-line:nth-child(15),
.player-wrap.playing .sound-animation-line:nth-child(47),
.player-wrap.playing .sound-animation-line:nth-child(79) {
  animation-name: sound-animation-9;
  animation-delay: 0.4s;
}
.player-wrap.playing .sound-animation-line:nth-child(24),
.player-wrap.playing .sound-animation-line:nth-child(56),
.player-wrap.playing .sound-animation-line:nth-child(88) {
  animation-name: sound-animation-8;
  animation-delay: 0.3s;
}
.player-wrap.playing .sound-animation-line:nth-child(25),
.player-wrap.playing .sound-animation-line:nth-child(57),
.player-wrap.playing .sound-animation-line:nth-child(89) {
  animation-name: sound-animation-11;
  animation-delay: 0.5s;
}
.player-wrap.playing .sound-animation-line:nth-child(26),
.player-wrap.playing .sound-animation-line:nth-child(58),
.player-wrap.playing .sound-animation-line:nth-child(90) {
  animation-name: sound-animation-16;
  animation-delay: 0.4s;
}
.player-wrap.playing .sound-animation-line:nth-child(26),
.player-wrap.playing .sound-animation-line:nth-child(58),
.player-wrap.playing .sound-animation-line:nth-child(90) {
  animation-name: sound-animation-28;
  animation-delay: 0.3s;
}
.player-wrap.playing .sound-animation-line:nth-child(31),
.player-wrap.playing .sound-animation-line:nth-child(63),
.player-wrap.playing .sound-animation-line:nth-child(95) {
  animation-name: sound-animation-20;
  animation-delay: 0.2s;
}
@keyframes sound-animation-3 {
  0% {
    height: 3px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 3px;
  }
}
@keyframes sound-animation-4 {
  0% {
    height: 4px;
  }
  50% {
    height: 22px;
  }
  100% {
    height: 4px;
  }
}
@keyframes sound-animation-6 {
  0% {
    height: 6px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 6px;
  }
}
@keyframes sound-animation-8 {
  0% {
    height: 8px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 8px;
  }
}
@keyframes sound-animation-9 {
  0% {
    height: 9px;
  }
  50% {
    height: 18px;
  }
  100% {
    height: 9px;
  }
}
@keyframes sound-animation-10 {
  0% {
    height: 10px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sound-animation-11 {
  0% {
    height: 2px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 2px;
  }
}
@keyframes sound-animation-12 {
  0% {
    height: 2px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 2px;
  }
}
@keyframes sound-animation-13 {
  0% {
    height: 8px;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 8px;
  }
}
@keyframes sound-animation-14 {
  0% {
    height: 8px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 8px;
  }
}
@keyframes sound-animation-16 {
  0% {
    height: 4px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 4px;
  }
}
@keyframes sound-animation-17 {
  0% {
    height: 6px;
  }
  50% {
    height: 18px;
  }
  100% {
    height: 6px;
  }
}
@keyframes sound-animation-18 {
  0% {
    height: 4px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 4px;
  }
}
@keyframes sound-animation-19 {
  0% {
    height: 2px;
  }
  50% {
    height: 22px;
  }
  100% {
    height: 2px;
  }
}
@keyframes sound-animation-20 {
  0% {
    height: 2px;
  }
  50% {
    height: 18px;
  }
  100% {
    height: 2px;
  }
}
@keyframes sound-animation-22 {
  0% {
    height: 2px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 2px;
  }
}
@keyframes sound-animation-28 {
  0% {
    height: 2px;
  }
  50% {
    height: 28px;
  }
  100% {
    height: 2px;
  }
}
.header-search {
	position: fixed;
	top: 96px;
	bottom: 0;
}
.header-search .container {
	height: 100%;
}
.search-wrap {
	height: -webkit-calc(100% - 61px);
	height: calc(100% - 61px);
	padding: 36px 0 0 0;
}
.search-text {
	margin: 0;
}
.search-results {
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
	padding-top: 0;
	margin-top: 32px;
	overflow: auto;
}

@media only screen and (min-width: 768px) {
  .show-on-mobile {
    display: none !important;
  }
  .entry-title a,
  .link-with-arrow::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home-count .entry-broadcast,
  .home-sports .entry-broadcast {
    margin: 0;
    flex-grow: 1;
    max-height: -webkit-calc(33.333% - 14px);
    max-height: calc(33.333% - 14px);
  }
}
@media only screen and (min-width: 1281px) {
  .entry-broadcast-large .entry-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .entry-broadcast-large.medium img {
    height: 460px;
  }
  .block-hosts img {
    height: 36vw;
  }
}
@media only screen and (max-width: 1200px) {
	.entry-search .entry-title {
		font-size: 20px;
		font-weight: 500;
	}
	.entry-search .entry-text {
		font-size: 14px;
	}
  .block-hosts .entry-content {
    padding: 30px;
  }
  .block-hosts .entry-content .entry-title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .block-hosts .entry-content .entry-text {
    font-size: 19px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
	.entry-search {
		flex: 0 0 50%;
	}
  .footer-app-menu {
    flex-direction: column;
  }
  .footer-app-menu-item {
    max-width: 100%;
  }
  .footer-app-img {
    width: 160px;
    height: auto;
  }
  .site-footer .menu li a {
    font-size: 1.6rem;
  }
  .block-hosts img {
    height: 54vw;
  }
}
@media only screen and (max-width: 782px) {
	.header-search {
		bottom: 72px;
		max-height: none;
	}
  .side-nav .link-with-arrow {
    display: block;
  }
  .home-swiper .entry-title {
    font-size: 26px;
    font-weight: 500;
  }
  .home-swiper .entry-text {
    font-size: 16px;
  }
  .home-swiper .btn {
    font-weight: 500;
  }
  .btn {
    height: 46px;
    padding: 0 18px;
    font-size: 18px;
  }
  .btn svg {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
  .footer-col-menu {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .footer-app-menu-wrap {
    width: 100%;
  }
  .footer-app-menu {
    flex-direction: row;
  }
  .footer-app-menu-item {
    max-width: 50%;
  }
  .footer-app-img {
    width: auto;
    height: 45px;
  }
  .block-hosts .entry-wrap .post-thumbnail {
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
    width: 100%;
  }
  .block-hosts .entry-wrap.active .entry-content {
    opacity: 1;
    z-index: 1;
    height: auto;
  }
  .block-hosts .entry-wrap.active {
    background: #fff;
    height: -webkit-calc(100vh - 134px);
    height: calc(100vh - 134px);
  }
  .block-hosts .toggle-item {
    left: 25px;
    top: 25px;
  }
  .block-hosts .toggle-item .close svg path {
    fill: #000;
  }
  .block-hosts .entry-wrap.active img {
    height: 95vw;
  }
	.block-header-image {
		height: auto !important;
		min-height: 480px;
	}
	.block-header-image .entry-image {
		width: 80% !important;
		position: static !important;
		top: auto !important;
		margin: 20px auto -24px 0;
		padding: 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.entry-search {
		flex: 0 0 100%;
	}
  .hide-on-mobile {
    display: none !important;
  }
  .footer-top {
    margin-bottom: 60px;
  }
  .footer-app-menu {
    gap: 20px;
  }
}

.block-items-load-more .entry-item .entry-content {
  justify-content: flex-end;
}







.shk {
    --color-primary: #fff;
    --color-opac: #fff;
    --color-theme: #141414;
    --color-secondary: #fff;
    --color-text: #fff;
    --color-shadow: #b9b6b680;
    --color-handle-shadow-mobile: #fff;
    --background-body: var(--color-theme);
    --color-title: var(--color-text);
    --color-artist: var(--color-secondary);
    --color-button: var(--color-primary);
    --color-button-disabled: var(--color-opac);
    --color-button-active-background: var(--color-opac);
    --color-handle: #B3DB18;
    --color-handle-disabled: #B3DB18;
    --color-bar-loaded: #eee;
    --color-bar-played: #B3DB18;
    --color-time: var(--color-secondary);
    --color-spinner: var(--color-primary);
    --color-live-symbol: var(--color-primary);
    --color-live-text: var(--color-primary);
    --shadow-body: 2px 2px 8px -2px var(--color-shadow);
    --shadow-body-mobile: 0 -2px 6px -2px var(--color-shadow);
    --shadow-handle: 0px 2px 10px 2px var(--color-shadow);
    --shadow-handle-mobile: 2px 2px 8px -2px var(--color-handle-shadow-mobile);
}
.shk[data-theme="dark"] {
    --color-theme: #333;
    --color-secondary: #b9b6b6;
    --color-text: #f8f9fa;
    --color-handle-shadow-mobile: #141414;
    --color-shadow: #14141480;
}
@media (prefers-color-scheme: dark) {
    .shk[data-theme="auto"] {
        --color-theme: #333;
        --color-secondary: #b9b6b6;
        --color-text: #fff;
        --color-handle-shadow-mobile: #141414;
        --color-shadow: #14141480;
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.shk {
    border: none;
    color: var(--color-text);
    cursor: auto;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
}
.js-focus-visible :focus:not(.focus-visible),
.js-focus-visible:focus:not(.focus-visible) {
    outline: none;
}
.shk[data-fixed-type="fixed"] {
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    width: 100%;
}
.shk[data-fixed-type="fixed"][data-fixed-pos="top"] {
    bottom: auto;
    top: 0;
}
.shk[data-seeking] .shk-player {
    cursor: grabbing;
}
.shk button {
    font-family: inherit;
}
.shk-player {
    background-color: var(--background-body);
    border-radius: 2px;
    box-sizing: border-box;
    height: 120px;
    position: relative;
    z-index: 10;
    max-width: 1400px;
    height: 206px;
    border-radius: 50px;
    background-image: url(https://96fm.co.il/wp-content/uploads/2024/04/newplayer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.shk-body {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    flex-flow: column;
}
.shk-cover {
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 auto;
    height: 80px;
    margin-right: 16px;
    width: 80px;
    display: none;
}
.shk-main {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
}
.shk-text {
    overflow: hidden;
}
.shk-artist,
.shk-title {
    margin: auto;
    white-space: nowrap;

}
.shk-artist {
    color: var(--color-artist);
    font-weight: 500;
    text-overflow: clip;
    display: none;
}
.shk-title_wrap[data-overflow] {
    -webkit-mask-image: linear-gradient(90deg, transparent, #202124 5%, #202124 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #202124 5%, #202124 95%, transparent);
}
.shk-title_inner {
    display: inline-flex;
    overflow: visible;
}
.shk-title_wrap[data-overflow] .shk-title_inner {
    -webkit-animation-duration: inherit;
    animation-duration: inherit;
    box-sizing: border-box;
    padding: 0 3%;
    white-space: nowrap;

}
.shk-title_wrap[data-overflow] .shk-title_inner:after {
    content: attr(data-title);
    display: inline-block;
}
.shk-title,
.shk-title_wrap[data-overflow] .shk-title_inner:after {
    color: var(--color-title);
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    font-family: Secular One;
    white-space: pre-line;
    text-align: center;

}
.shk-title_wrap[data-overflow] .shk-title,
.shk-title_wrap[data-overflow] .shk-title_inner:after {
    -webkit-animation: marquee linear infinite;
    animation: marquee linear infinite;
    -webkit-animation-duration: inherit;
    animation-duration: inherit;
    padding-right: 60px;
}
.shk-btn {
    fill: currentColor;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    line-height: normal;
    padding: 10px;
    position: relative;
}
.shk-btn:disabled {
    color: var(--color-button-disabled);
    cursor: not-allowed;
}
.shk-btn:after {
    background: var(--color-button-active-background);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 1s cubic-bezier(0, 0, 0.2, 1), visibility 1s linear;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.shk-btn:not(:disabled):active:after {
    opacity: 1;
    visibility: visible;
}
a.shk-btn:visited {
    color: var(--color-button);
}
.shk-btn svg {
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
.shk-controls {
    flex: 0 0 auto;
    margin: 0 auto;
    position: relative;
    width: auto;
}
.shk-controls .shk-btn {
    border-radius: 100%;
}
.shk-controls > div {
    align-items: center;
    display: flex;
    flex-flow: row-reverse nowrap;
    gap:10px;
}
.shk-controls_basic {
    justify-content: space-between;
}
.shk-btn_download{
  display: none;
}
.shk-btn_volume .shk-btn_unmute,
.shk-btn_volume .shk-btn_mute{
  width: 20px;
  height: 20px;
}
.shk-controls_extra {
    background: var(--background-body);
    bottom: 0;
    height: 100%;
    justify-content: flex-end;
    margin-right: 44px;
    opacity: 0;
    overflow: hidden;
    padding-right: 0 8px;
    position: absolute;
    right: 0;
    transition: width 0.2s ease-in-out, opacity 0.1s linear 0.1s, visibility 0.2s;
    visibility: hidden;
    white-space: nowrap;
    width: 0;
    z-index: 10;
    right: 0;
    top: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    overflow: inherit;
    right: -160%;
    top: 50px;
    margin: 0;
}
.shk[data-extra] .shk-controls_extra {
    opacity: 1;
    transition: width 0.2s ease-in-out, opacity 0.1s linear;
    visibility: visible;
    width: calc(100% - 44px);
}
.shk[data-extra] .shk-controls_extra .shk-btn {
    display: inline-block;
}
.shk-btn_toggle svg {
    height: 58px;
    width: 58px;
}
.shk[data-play="paused"] .shk-btn_play,
.shk[data-play="playing"] .shk-btn_pause {
    display: inline;
}
.shk[data-play="paused"] .shk-btn_pause,
.shk[data-play="playing"] .shk-btn_play {
    display: none;
}
.shk-btn_speed {
    font-size: 0.86em;
    font-weight: 400;
    height: 44px;
    padding: 0;
    width: 44px;
    display: none;
}
.shk-btn_more {
    position: relative;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    z-index: 11;
    display: none;
}
.shk[data-extra] .shk-btn_more {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.shk[data-mute] svg.shk-btn_mute,
svg.shk-btn_unmute {
    display: inline-block;
}
.shk[data-mute] svg.shk-btn_unmute,
svg.shk-btn_mute {
    display: none;
}
.shk-bar_wrap {
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.shk-bar {
    background: #FAFAFA;
    box-sizing: border-box;
    height: 4px;
    position: relative;
    width: 100%;
    height: 10px;
}

.shk-bar_loaded,
.shk-bar_played {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.1s ease-in;
    width: 0;
}
.shk-bar_loaded {
    background: var(--color-bar-loaded);
}
.shk-bar_played {
    background: var(--color-bar-played);
}
.shk[data-seeking] .shk-bar_played {
    transition: none;
}
.shk-bar-handle {
    background: var(--color-handle);
    border: 0;
    border-radius: 20px;
    box-sizing: content-box;
    cursor: grab;
    height: 20px;
    padding: 0;
    position: absolute;
    right: -10px;
    width: 20px;
    opacity: 0.9;
    border-color: #fff;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.shk-bar-handle:disabled {
    background-color: var(--color-handle-disabled);
    box-shadow: none;
    cursor: not-allowed;
}
.shk-bar-handle:active {
    cursor: grabbing;
}
.shk-display {
    position: absolute;
}
.shk-loader {
    color: var(--color-spinner);
    display: none;
    vertical-align: middle;
}
.shk[data-loading] .shk-loader {
    display: inline-block;
}
.shk-loader svg {
    -webkit-animation: rotate 1.4s linear infinite;
    animation: rotate 1.4s linear infinite;
    height: 12px;
    position: relative;
    width: 12px;
}
.shk-visuallyhidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.shk-time {
    color: var(--color-time);
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    vertical-align: middle;
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row-reverse;
}
.shk .shk-live {
    align-items: center;
    color: var(--color-live-text);
    display: none;
    font-family: sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
}
.shk .shk-live:before {
    background: var(--color-live-symbol);
    border-radius: 50%;
    content: "";
    height: 0.5em;
    margin-right: 2px;
    width: 0.5em;
}
.shk-icons,
.shk[data-live] .shk-bar,
.shk[data-live] .shk-time {
    display: none;
}
.shk[data-live] .shk-live {
    display: inline-flex;
}
.shk-btn_toggle .shk-btn_play{
  color: #f57c14;
}
@media (min-width: 641px) {
    .shk-player {
        box-shadow: var(--shadow-body);
        margin-top: 4px;
        padding: 10px 16px;
    }
    .shk-main {
        align-items: flex-end;
        flex-direction: row;
        max-width: calc(100% - 96px);
        padding: 10px 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .shk-text {
        flex: 2 1 auto;
        margin-top: 10px;
    }
    .shk-bar_wrap {
      left: 0;
      padding: 4px 0 16px;
      position: absolute;
      right: 0;
      top: 100px;
      max-width: 70%;
      margin: 0 auto;
    }
    .shk-bar {
        transition: height 0.15s ease-in;
    }
    .shk-bar_wrap:hover .shk-bar {
        height: 10px;
    }
    .shk-bar-handle {
        border: 4px solid transparent;
        box-shadow: var(--shadow-handle);
        top: -6px;
        -webkit-transform: scale(0.0001);
        transform: scale(0.0001);
        transition: all 0.1s ease-in;
        border:0;
    }
    .shk-bar-handle.focus-visible,
    .shk-bar_wrap:hover .shk-bar-handle:not(:disabled) {
        border-color: #fff;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .shk-display {
        display: flex;
        width: 90%;
        top: 90px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .shk-loader {
        margin-right: 4px;
    }
    .shk-time_duration:before {
        content: "/";
        margin: 0 4px;
        display: none;
    }
}
@media (max-width: 640px) {
    .shk-player {
        box-shadow: var(--shadow-body-mobile);
        padding: 5px 16px;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        height: auto;
        padding: 10px 0 50px;
    }
    .shk[data-fixed-type="auto"] {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        position: relative;
    }
    .shk[data-fixed-type="auto"][data-fixed-pos="top"] {
        bottom: auto;
        top: 0;
    }
    .shk[data-live] .shk-bar_wrap {
        height: 4px;
    }
    .shk-cover {
        display: none;
    }
    .shk-main {
        align-items: center;
        flex-direction: column-reverse;
        max-width: none;
        padding: 0;
        width: 100%;
    }
    .shk-text {
        flex: 0 0 auto;
        text-align: center;
        width: 100%;
    }
    .shk-artist_wrap {
        font-size: 0.8em;
        line-height: 1.1;
    }
    .shk-artist {
        display: inline-block;
    }
    .shk-title,
    .shk-title_wrap[data-overflow] .shk-title_inner:after {
        font-size: 1em;
        line-height: 1;
    }
    .shk-bar_wrap {
        margin: 0px 75px;
        padding: 8px 0;
    }
    .shk-bar-handle {
        box-shadow: var(--shadow-handle-mobile);
        display: inline-block;
        top: -8px;
    }
    .shk-bar {
        background: var(--color-opac);
        border-radius: 2px;
    }
    .shk-display {
        left: 0;
        right: 0;
        top: -16px;
    }
    .shk-loader {
        left: -10px;
        position: absolute;
        top: -5px;
    }
    .shk-time {
        display: flex;
        flex-flow: row nowrap;
        font-size: 0.7em;
        justify-content: space-between;
        line-height: 1;
        margin: 0 5px;
        position: absolute;
        top: 137px;
        left: 0;
        right: 0;
        margin: 0 auto;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        width: 90%;

    }
    .shk-controls_extra {
        right: -33%;
        top: 150px;
        height: auto;
    }
    .shk-time_now {
        text-align: right;
        width: 40px;
    }
    .shk-time_duration {
        text-align: left;
        width: 40px;
    }
    .shk-live {
        position: absolute;
        right: 0;
        top: 0;
    }
}
