/*
Theme Name: UKF WEB THEME
Theme URI: https://alvaro.studio
Template: hello-elementor
Author: Javier Creative Designer & alvaro.studio
Author URI: https://alvaro.studio
Description: A custom theme developed at 175bpm 
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 0.0.1.1688402381
Updated: 2023-07-03 16:39:41

*/

/* IMPORTANT - UPDATE URLS IN THIS FILE WHEN MIGRATING THE SITE */

/***
  RESETS
**/
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 0;
  outline: none;
}
/***
  END OF RESETS
**/

/* variables */
:root {
  --no-genre: white;
  --no-genre-listing: black;
  --drum-bass: #c5e348;
  --bass: #d23e48;
  --dubstep: #1c47f5;
  --hoverEase: all 500ms cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
  --hoverEaseNotAll: 500ms cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
  --hoverColorEase: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 16px;
  line-height: 17px;
}

/* SCROLL SETTINGS */
html {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  scroll-behavior: initial;
}
html::-webkit-scrollbar {
  display: none;
}
main::-webkit-scrollbar {
  display: none;
}
::selection {
  color: white;
  background: #f32d55;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none !important;
}
.home .iframe {
  pointer-events: none !important;
}
/*scrollbar*/

.scrollbar {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  padding: 24px 0;
  mix-blend-mode: difference;
}

.scrollbar .inner {
  height: 100%;
  position: relative;
}

.scrollbar .thumb {
  min-height: 33vh;
  width: 1px;
  mix-blend-mode: difference;
  background-color: white;
  position: absolute;
  right: 0.6vw;
  /* border: 1px solid black; */
  cursor: grab;
  transition: width 400ms ease-out;
}
.scrollbar .thumb:hover {
  width: 8px;
}

@media (min-width: 1360px) and (max-width: 1460px) {
  .scrollbar .thumb {
    right: 0.62vw;
  }
}
@media (min-width: 1728px) and (max-width: 2000px) {
  .scrollbar .thumb {
    right: 0.64vw;
  }
}
@media (min-width: 2001px) {
  .scrollbar .thumb {
    right: 0.62vw;
  }
}

.no-scroll {
  overflow-y: hidden !important;
  overscroll-behavior-y: none;
}
/* Headings */
/* H3 - FEATURED RELEASE */
/* .featured-release_title h3.elementor-heading-title {
  font-family: "Space Grotesk";
  font-size: 4.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.81538rem;
} */
.small_title h5,
.read-card_item_title h5 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 100% */
}
h4 {
  font-size: 3.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.67488rem; /* 115.291% */
}
/* GENRE COLORS */
.drumbass,
.bass,
.dubstep {
  transition: var(--hoverEase);
}
/* .drumbass {
  background-color: var(--drum-bass);
}

.bass {
  background-color: var(--bass);
}
.dubstep {
  background-color: var(--dubstep);
} */

/* LABELS */

/* HEADER */
[data-elementor-type="header"] {
  top: 0px;
  z-index: 99;
}
.search-form_toggle {
  cursor: pointer;
}
.search-form_wrapper {
  transition: none;
  opacity: 0;
  display: none;
  position: absolute;
  z-index: 20;
}

.search-form_wrapper .global-search_field {
  border-width: 0px !important;
  border-style: none !important;
  border: none;
  color: white;
}
.global-search_field .elementor-search-form__submit {
  padding-right: 0px !important;
}
.global-search_field .elementor-search-form__input {
  border: none !important;
  padding-left: 0px !important;
}
.search-form_wrapper input::placeholder {
  border-width: 0px !important;
  -webkit-text-stroke: 1px black !important;
  text-stroke: 1px black !important;
  color: transparent !important;
}
.search-form_wrapper input::-webkit-input-placeholder {
  border-width: 0px !important;
  -webkit-text-stroke: 1px black !important;
  text-stroke: 1px black !important;
  color: transparent !important;
}
.search-form_wrapper input::-moz-placeholder {
  border-width: 0px !important;
  -webkit-text-stroke: 1px black !important;
  text-stroke: 1px black !important;
  color: transparent !important;
}
.search-form_wrapper input::-ms-placeholder {
  border-width: 0px !important;
  -webkit-text-stroke: 1px black !important;
  text-stroke: 1px black !important;
  color: transparent !important;
}
.global-search_field .search-form_submit {
  width: 100px !important;
  height: 80px !important;
}

#header_menu-container {
  transition: none;
  display: none;
  position: absolute;
  z-index: 20;
  /* opacity: 1; */
  /* transform: translate(0%, -100%); */
}
#header_menu-container > div {
  padding: 0px;
}
.header_menu-container_item {
  align-items: center;
  justify-content: center;
  height: 26vh;
}
.header_menu-container_rrss {
  mix-blend-mode: difference !important;
}
/*header color settings*/
.header_black-version #mainHeader {
  background-color: black !important;
}
.header_black-version #mainHeader > div:first-child {
  background-color: black !important;
  border-color: white;
}
.header_black-version .elementor-heading-title {
  color: white !important;
}
.header_black-version .header_menu-container_item {
  background-color: black !important;
  color: white !important;
}

.header_black-version #header_menu-container {
  background-color: #000000;
}
.header_black-version #ukf-logo path {
  fill: white !important;
}
.header_black-version .plus-menu path {
  fill: white !important;
}
.header_black-version .header_menu-container_item {
  border-color: white !important;
}
.header_black-version #header_menu-container .header_menu-container_item:hover {
  background: white !important;
}
.header_black-version
  #header_menu-container
  .header_menu-container_item:hover
  a {
  color: black !important;
}

/* -- search*/

.header_black-version .search-form_wrapper {
  filter: invert(1);
}
.header_black-version .search-form_wrapper p.elementor-heading-title {
  color: black !important;
}
.header_black-version .search-form_toggle path {
  fill: white;
}

/* ---- */
#header_menu-container_wrapper {
  transform: var(--hoverEase);
}
.ampliable_menu {
  transition: var(--hoverEase);
}
.ampliable_menu .ampliable_menu-open {
  height: 0px;
  opacity: 0;

  transition: var(--hoverEase);
}
.ampliable_menu:hover .ampliable_menu-open {
  height: 25px;
  opacity: 1;
}

html
  .mobile-menu_dropdown.elementor-widget-nav-menu:not(
    :has(.elementor-widget-container)
  ) {
  display: none;
}
/* mobile settings*/
@media (max-width: 1366px) {
  /* disable scroll bar custom in tablets */
  .scrollbar {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1680px) {
  html .header_menu-container_rrss ul.elementor-inline-items {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0px 5vw 0px 24vw;
    -ms-overflow-style: none; /* para Internet Explorer y Edge */
    scrollbar-width: none; /* para Firefox */
  }

  .header_menu-container_rrss ul::-webkit-scrollbar {
    display: none;
  }
  html .header_menu-container_rrss ul li .elementor-icon-list-text {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .scrollbar {
    display: none;
  }
  /*color settings)*/
  .header_black-version .elementor-nav-menu--dropdown a {
    color: white !important;
  }

  /* end color*/
  .global-search_field .elementor-search-form__submit {
    display: none;
  }
  .global-search_field .elementor-search-form__input {
    padding: 8px !important;
  }
  html #mainHeader > div {
    height: 55px;
    padding: 10px 41px 10px 20px;
  }
  html #mainHeader #ukf-logo svg {
    width: 45px !important;
    height: 36px !important;
  }
  html #mainHeader .menu-indicator svg.plus-menu {
    width: 13px;
    height: 13px;
  }

  html .elementor-nav-menu--dropdown a {
    padding: 0px !important;
  }
  html .mobile-menu_dropdown {
    font-family: "Bai Jamjuree";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem; /* 150% */
    text-transform: uppercase;
  }
  html
    .mobile-menu_dropdown.elementor-widget-nav-menu:not(
      :has(.elementor-widget-container)
    ) {
    display: flex;
  }
  html .header_menu-container_item {
    padding: 0px !important;
    height: auto !important;
  }
  html .header_menu-container_item:last-child {
    border-radius: 0 0 25px 25px;
  }
  html .elementor-nav-menu--dropdown a {
    color: black !important;
  }
  html .sub-menu a {
    justify-content: center !important;
    padding: 0px !important;
    font-size: 1.05rem !important;
  }
  html .has-submenu {
    width: 100vw;
    justify-content: center;
  }
  html .sub-arrow {
    position: absolute;
    left: 83% !important;
    font-size: 20px !important;
  }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin: 0px !important;
  }
  ul.sub-menu.elementor-nav-menu--dropdown li {
    padding-bottom: 1.56rem;
  }
  ul .sub-menu.elementor-sub-item a {
    font-weight: 600;
  }
  html .header_menu-container_rrss ul.elementor-inline-items {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 300px;
    -ms-overflow-style: none; /* para Internet Explorer y Edge */
    scrollbar-width: none; /* para Firefox */
  }

  .header_menu-container_rrss ul::-webkit-scrollbar {
    display: none;
  }
  html .header_menu-container_rrss ul li .elementor-icon-list-text {
    white-space: nowrap;
  }
}

/* end mobile settings*/

#header_menu-container .header_menu-container_item:hover {
  background: black !important;
}
#header_menu-container .header_menu-container_item:hover a {
  color: white !important;
}
#header_menu-container .header_menu-container_item:hover .header_menu--submenu {
  opacity: 1 !important;
  transition: var(--hoverEase);
}
#header_menu-container .header_menu-container_item {
  transition: var(--hoverEase);
}

.header_menu--submen {
  opacity: 0 !important;
}
#header_menu-toggle {
  cursor: pointer;
}
#header_menu-toggle_extra {
  cursor: pointer;
}

/***
  popup
**/
#elementor-popup-modal-102443 {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

/***
  Buttons
**/
/* focus state */
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: black !important;
}
.button a.jet-listing-dynamic-link__link,
.button a.elementor-button-link,
.button .elementor-heading-title a {
  font-family: "Bai Jamjuree";
  font-size: 1.375rem !important;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: white !important;
  background-color: transparent;
}

.button.button--black a.jet-listing-dynamic-link__link,
.button.button--black a.elementor-button-link,
.button.button--black .elementor-heading-title a {
  color: black;
}

.button.button--border a.jet-listing-dynamic-link__link {
  padding: 8px 30px;
  border: 1px solid white;
  border-radius: 40px 0;
  color: white;
  background-color: black;
}

.button.button--border a.jet-listing-dynamic-link__link:hover {
  background-color: white;
  color: black !important;
}

.button.button--border.button--black a.jet-listing-dynamic-link__link,
.button.button--black .elementor-button-text {
  border-color: black;
  color: black;
  background-color: white;
}

.button.button--border.button--black a.jet-listing-dynamic-link__link:hover {
  color: white;
  background-color: black;
}
.sample-player-iframe {
  display: none;
}
.sample-player-button {
  opacity: 1;
  border: none;
  border-radius: 0px;
  background: white;
  color: black;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  top: 0;
  left: 0;
  position: relative;
  transition: none !important;
}
.sample-player-button button {
  padding: 0px;
}
.sample-player-button.spotify-link_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: inherit !important;
}
/* -- single release */
.single-releases .sample-player-button:hover {
  background-color: black;
  color: white;
}
.featured-item_container .sample-player-button:hover {
  background-color: black;
  color: white;
}
.featured-item_container .sample-player-button:hover a {
  background-color: black;
  color: white;
}
.featured-item_container .sample-player-button:hover svg path {
  background-color: black;
  fill: white;
}
.single-releases .sample-player-button:hover svg path {
  background-color: black;
  fill: white;
}
.featured-item_container .sample-player-button:hover a svg path {
  background-color: black;
  fill: white;
}

.featured-item_container .sample-player-button:hover {
  transition: none !important;
}

.featured-item_container .sample-player-button.black:hover {
  color: black;
  background: white;
}
.featured-item_container .sample-player-button.black:hover a {
  color: black;
  background: white;
}

/***
  END OF Buttons
**/

/***
   READ Featured
*/

.featured-read_item {
  overflow: hidden !important;
}
.read_btn {
  color: black;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.read_btn a {
  color: black;
}
.read_btn-arrows svg g path {
  transition: var(--hoverEase);
  transform-origin: center;
}

.featured-read_item-data_title {
  transition: var(--hoverEase);
}
.featured-read_item:hover .featured-read_item-data_title {
  background-color: white !important;
}
.featured-read_item:hover .featured-read_item-data_title h4 {
  color: #000000 !important;
}
.featured-read_item.bass:hover .elementor-widget-theme-post-excerpt div,
.featured-read_item.bass:hover span.jet-listing-dynamic-terms__link,
.featured-read_item.bass:hover p,
.featured-read_item.bass:hover a.jet-listing-dynamic-link__link,
.featured-read_item.bass:hover a.jet-listing-dynamic-terms__link,
.featured-read_item.bass:hover path {
  color: white !important;
}
.featured-read_item.bass:hover path,
.featured-read_item.bass:hover svg line {
  fill: white !important;
  stroke: white;
}
.featured-read_item.bass:hover
  .read_btn-container
  .arrows-button_arrows-container {
  filter: invert(1) !important;
}
.featured-read_item.dubstep:hover .elementor-widget-theme-post-excerpt div,
.featured-read_item.dubstep:hover span.jet-listing-dynamic-terms__link,
.featured-read_item.dubstep:hover p,
.featured-read_item.dubstep:hover a.jet-listing-dynamic-link__link,
.featured-read_item.dubstep:hover a.jet-listing-dynamic-terms__link,
.featured-read_item.dubstep:hover path {
  color: white !important;
  stroke: white;
}
.featured-read_item.dubstep:hover
  .read_btn-container
  .arrows-button_arrows-container {
  filter: invert(1) !important;
}
.featured-read_item.dubstep:hover path,
.featured-read_item.dubstep:hover line {
  fill: white !important;
  stroke: white;
}

.featured-read_item.bass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--bass);
  transition: var(--hoverEase);
  z-index: 0;
  overflow: hidden;
}
.featured-read_item.drumbass::before {
  content: "";
  position: absolute !important;
  top: 0px;
  left: -20%;
  width: 0;
  height: 100%;
  background-color: var(--drum-bass);
  transition: var(--hoverEase);
  transform: skewX(-5deg);
  z-index: 0;
}
.featured-read_item.dubstep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--dubstep);
  transition: var(--hoverEase);
  z-index: 0;
}
.featured-read_item:hover::before {
  width: 150%;
}

/*design alternation*/

.featured-read
  .elementor-widget-jet-listing-grid:first-child
  .featured-read_item-data_title
  .featured-read_item-data_category,
.featured-read_special
  .featured-read_item-data_title
  .featured-read_item-data_category {
  display: none;
}

.featured-read
  .elementor-widget-jet-listing-grid:first-child
  .featured-read_item
  .trending-tag,
featured-read_special .featured-read_item .trending-tag {
  display: none;
}
.featured-read
  .elementor-widget-jet-listing-grid:first-child
  .featured-read_item
  .featured-read_item-read-2,
featured-read_special .featured-read_item .featured-read_item-read-2 {
  display: none !important;
}
/*variant 2*/

.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item {
  justify-content: center;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item-data_title {
  padding: 0px;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item-data_title
  .featured-read_item-data_category {
  display: flex;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item-data_category {
  display: none;
}

.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-img {
  order: 2 !important;
  width: 100%;
  /* width: 36.4vw; */
  min-height: 33vh;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-data_title {
  background: transparent !important;
  width: fit-content;

  z-index: 1;
  padding-top: 32px;
  padding-right: 70px;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .new-tag {
  display: none;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-data__postdata {
  display: flex;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-data__postdata
  > div:first-child {
  display: none;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-data__postdata
  > div:last-child
  > div {
  display: none;
}

.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-data_title
  h4 {
  color: black !important;
}

.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-read-2 {
  display: flex;
  order: 4;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .read_btn-container {
  width: 100%;
  justify-content: flex-end;
  align-content: end;
  align-items: end;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .read_btn-container
  .arrows-button_arrows-container {
  justify-content: flex-end;
}
.featured-read
  .elementor-widget-jet-listing-grid:last-child
  .featured-read_item
  .featured-read_item-data {
  display: flex;
  order: 1;
  width: 30vw;
  padding-left: 10.8vw;
}
@media (max-width: 767px) {
  /*1st item*/
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_title {
    position: relative !important;
    margin-left: 15px !important;
    margin-top: -20px;
    margin-right: 15px;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-img {
    margin-top: 88px !important;
    min-height: 220px !important;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_title {
    position: relative !important;
    margin-left: 15px !important;
    margin-top: -20px;
    margin-right: 15px;
  }

  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-img {
    margin-right: 30px !important;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_category {
    position: absolute !important;
    flex-direction: column-reverse;
  }
  /*1st item*/
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_category {
    width: 30px !important;
    align-self: flex-end !important;
    margin-top: -35% !important;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_category
    .elementor-widget-html {
    transform: rotate(90deg);
  }
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_category
    .elementor-widget-jet-listing-dynamic-terms {
    width: 30px;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:first-child
    .featured-read_item-data_category
    .jet-listing.jet-listing-dynamic-terms {
    writing-mode: vertical-lr;
  }

  /*2nd item*/
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item
    .featured-read_item-data_title {
    padding: 94px 15px 20px 15px !important;
    margin: 0px;
    width: 100%;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item
    .featured-read_item-data {
    display: flex;
    order: 1;
    width: 100% !important;
    padding-left: 15px;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item
    .featured-read_item-data__postdata
    > div {
    display: none;
  }

  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item-data {
    order: 3;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item-data_title {
    padding-top: 94px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item-data
    .featured-read_item-data_category {
    display: none;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item-read-2
    .featured-read_item-data_category {
    display: flex;
  }
  .featured-read
    .elementor-widget-jet-listing-grid:last-child
    .featured-read_item-img {
    width: 100% !important;
    margin: 0px 15px;
    min-height: 220px !important;
  }
}
/***
   READ Featured ---- END
*/
/***
    ALL READ Listing and single
*/
.read-card_listing {
  width: 100%;
  /* margin-left: calc(-5vw / 2);
  margin-right: calc(5vw / 2); */
  /* width: calc(100% + 5vw); */
}
.post-navigation_item {
  border-top: none !important;
}

.post-navigation_item::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: -20%;
  width: 0 !important;
  height: 100%;
  background-color: var(--no-genre);
  transition: var(--hoverEase) !important;
  z-index: 0;
  overflow: hidden !important;
}
.post-navigation_item:hover::before {
  left: 0%;
  width: 100% !important;
  height: 100%;
}
.post-navigation_item.drumbass::before {
  background-color: var(--drum-bass);
}
.post-navigation_item.drumbass:hover a {
  color: black !important;
}
.post-navigation_item.drumbass:hover svg path {
  fill: black !important;
}
.post-navigation_item.drumbass:hover p {
  color: black !important;
}
.post-navigation_item.bass::before {
  background-color: var(--bass);
}
.post-navigation_item.dubstep::before {
  background-color: var(--dubstep);
}

.read_next-previous > .elementor-element:first-child .read_next-item {
  display: none;
}
.read_next-previous > .elementor-element:last-child .read_previous-item {
  display: none;
}
.read_next-previous
  > .elementor-element:last-child
  .jet-listing-grid__item
  .text-column__post-navigation {
  order: 2 !important;
  justify-content: flex-end;
}
.read_next-previous
  > .elementor-element:first-child
  .jet-listing-grid__item
  .image-column__post-navigation {
  transform: translateY(0%);
}
.read_next-previous
  > .elementor-element:last-child
  .jet-listing-grid__item
  .image-column__post-navigation {
  transform: translateY(-56%);
}
.read_next-previous
  > .elementor-element:first-child
  [data-elementor-type="jet-listing-items"]
  > div {
  height: 232px;
}
.read_next-previous
  > .elementor-element:last-child
  [data-elementor-type="jet-listing-items"]
  > div {
  height: 251px;
}
.read_next-previous .jet-listing-grid__item {
  padding: 0px !important;
}
.tag-listing_item .jet-listing-dynamic-field__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}
.read-tags_listing {
  font-size: 1rem;
  font-weight: 700;
  color: black;
  font-family: "Bai Jamjuree", Sans-serif;
  text-transform: uppercase;
}
.read-tags_listing a:hover {
  transform: var(--hoverEase);
}
.read-tags_listing a:hover {
  text-decoration: underline;
}
.read-tags_listing .elementor-shortcode {
  display: flex;
  gap: 27px;
  align-items: center;
  flex-wrap: wrap;
}
.jet-listing-grid__item:first-child .plus-tag-separator {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .read_next-previous
    > .elementor-element:last-child
    .jet-listing-grid__item
    .text-column__post-navigation {
    order: 2 !important;
    justify-content: flex-end;
    width: 50%;
  }
  .read_next-previous
    > .elementor-element:first-child
    .jet-listing-grid__item
    .image-column__post-navigation {
    transform: translateY(-31%);
  }
  .read_next-previous
    > .elementor-element:last-child
    .jet-listing-grid__item
    .image-column__post-navigation {
    transform: translateY(-5%);
  }
}
@media (max-width: 767px) {
  .tag-listing_item .jet-listing-dynamic-field__content {
    gap: 10px;
  }
  .read_next-previous
    > .elementor-element
    [data-elementor-type="jet-listing-items"]
    > div {
    height: auto !important;
  }
  .read_next-previous
    > .elementor-element:first-child
    .text-column__post-navigation {
    padding-right: 40px;
    text-align: left;
  }
  .read_next-previous
    > .elementor-element:last-child
    .text-column__post-navigation {
    padding-left: 40px;
    text-align: right;
  }
}

/* releases tags */
.tag-listing_white-version .jet-listing-dynamic-field__content {
  color: white !important;
}
.tag-listing_white-version svg path {
  fill: white !important;
}
/***
    END OF ALL READ Listing and single
*/
/***
 GLOBAL FILTERS 
 
 */
.black-filter {
  background-color: white;
}
.black-filter .jet-filter-items-dropdown__label {
  mix-blend-mode: difference;
}
.black-filter .jet-sorting-select {
  mix-blend-mode: difference;
}
.filter {
  font-size: 16px;
  cursor: pointer;
  transition: var(--hoverEase);
  z-index: 5;
}
.remove-filter_black {
  filter: invert(1);
  transition: var(--hoverEase);
}
.remove-filter_black:hover {
  filter: invert(0);
}
.remove-filter {
  filter: invert(0);
  transition: var(--hoverEase);
}
.remove-filter:hover {
  filter: invert(1);
}

.filter:hover .jet-filter-items-dropdown__label {
  filter: invert(1);
}
/*native load animation mask*/
.jet-filters-loading {
  position: relative;
  pointer-events: none !important;
}

.jet-filter-items-scroll {
  overscroll-behavior: contain;
}
.jet-filter-items-dropdown__body {
  width: 260px;
  border: 1px solid black;
  border-radius: 0px;
  padding: 0px !important;
}
.jet-checkboxes-list-wrapper {
  padding: 0px;
}
.jet-checkboxes-list {
  border: 1px solid black;
}
.jet-filter-items-dropdown__label {
  height: 56px;
  display: flex !important;
}
.jet-filter-items-dropdown .jet-filter-items-search__input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.jet-filter-items-dropdown__label::after {
  content: none !important;
  display: none !important;
}
.jet-filter-items-dropdown__n-selected {
  margin: 0px;
}
.jet-sorting-select {
  font-size: 16px !important;
  padding: 15px !important;
}

@media (max-width: 768px) {
  .jet-filter-items-scroll {
    overscroll-behavior: auto !important;
  }
  .jet-filter-items-moreless {
    font-size: 18px;
  }
  /* .jet-filter-items-dropdown__body {
    width: 100vw;
    margin: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px;
    position: fixed !important;
    padding: 0px !important;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.15);
    position: relative; 
    z-index: 1; 
  } */
  .jet-checkboxes-list {
    background-color: white;
  }
}

/* END GLOBAL FILTERS */
/* FILTERS AND LOAD MORE LISTING MODS */
/* #main-listing .jet-listing-grid__loader {
  display: none;
} */

/*READ CARD*/

.jet-filters-pagination__current .jet-filters-pagination__link {
  border-width: 2px 0px 0px 0px !important;
}
/***
   ALL READ Listing ----END
*/

/***
    READ SINGLE ----
*/

#genre-wheel_read img {
  animation: rotate-animation 10s infinite linear;
  transform-origin: center center;
}
/* hacer esto con read_data__single */
#postCover::before {
  content: "";
  display: flex;
  background: black;
  position: absolute;
  top: -30%;
  left: 81vw;
  width: 0px;
  height: 100%;
  z-index: 0;
  border: 0.5px solid black;
}

#postContent h1,
#postContent h2,
#postContent h4,
#postContent h5 {
  hyphens: auto;
  word-break: break-all;
}
#postContent h3 {
  hyphens: none;
  word-break: normal;
}

/* rules for special posts */
#postContent .wp-block-image {
  margin-top: 64px;
  margin-bottom: 64px;
}
.wp-block-group:nth-child(odd) {
  position: relative;
  background-color: black;
  color: white !important;
  padding: 5rem 0rem;
  z-index: 1;
}
.wp-block-group:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 128.2%;
  transform: translateX(-11%);
  height: 100%;
  background-color: black;
  z-index: -1;
}

.wp-block-group:nth-child(even) {
  color: black;
  background-color: white;
  padding: 5rem 0rem;
  z-index: 1;
}
.wp-block-group:nth-child(odd):first-letter {
  font-size: 45px;
  line-height: 1rem;
  font-weight: bold;
}
.wp-block-group:nth-child(even):first-letter {
  font-size: 45px;
  line-height: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wp-block-group:nth-child(odd) {
    padding: 5rem 0rem;
  }
  .wp-block-group:nth-child(even) {
    padding: 5rem 0rem;
  }
}
#postContent p.top_image {
  display: none;
}

/* #postContent .elementor-widget-container p:first-child span:first-letter {
  font-size: 45px !important;
  line-height: 1rem;
  font-weight: bold;
}
#postContent .elementor-widget-container p:first-child:first-letter {
  font-size: 45px !important;
  line-height: 1rem;
  font-weight: bold;
} */

/* LINKS HIGLIGHTING inside posts*/
.wp-block-group__inner-container a {
  color: white !important;
  mix-blend-mode: difference !important;
}

/*videos*/

/* #postContent figure iframe {
  width: 100%;
  padding: 0 8rem;
  display: flex;
  height: 460px;
}
#postContent p iframe {
  width: 100%;
  padding: 0 8rem;
  display: flex;
  height: 460px;
} */

#genre-wheel_read img {
  animation: rotate-animation 10s infinite linear;
  transform-origin: center center;
}
.rotated-text {
  writing-mode: vertical-lr;
  text-orientation: sideways-rl;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
}
@media (max-width: 980px) {
  .single-post .jet-breadcrumbs__item:nth-child(4),
  .single-post .jet-breadcrumbs__item:nth-child(5) {
    display: none !important;
  }

  /* #postContent iframe {
    padding: 0px;
  } */
  /* #postContent figure iframe {
    padding: 0 0px !important;
    display: flex;
    height: 420px;
  }
  #postContent p iframe {
    padding: 0 0px !important;
    display: flex;
    height: 420px;
  } */
  body .read_data__single {
    padding: 14px 10px;
    justify-content: flex-end;
    flex-direction: row-reverse !important;
    gap: 8px !important;
  }
  .wp-block-embed {
    margin: 32px 0px;
  }
  .rotated-text {
    writing-mode: horizontal-tb !important;
    text-orientation: upright !important;
    transform: scale(-1) !important;
  }
}
/***
    Featured releases
*/
.featured-release-item.bass:hover {
  background-color: var(--bass);
}
.featured-release-item.dubstep:hover {
  background-color: var(--dubstep);
}
.featured-release-item.drumbass:hover {
  background-color: var(--drum-bass);
}

/***
    All List Ordering
*/
.all-list {
  overflow: hidden;
}
.all-list .elementor-widget-image {
  width: 100%;
}
/* -- all list columns */
/* al definir este ancho todo lo demas se adapta mejor*/
body .cover-small-column {
  min-width: 206px;
}
body .all-list .cover-big-column {
  min-width: 450px;
}
body .all-list .date-column {
  min-width: 18%;
}
body .all-list .link-column {
  min-width: 18%;
}
body .all-list .title-column div:last-child {
  width: 100%;
}
body .all-list .label-column {
  min-width: 100px;
  mix-blend-mode: difference;
}
body .all-list .title-column {
  min-width: 25vw;
  max-width: 32vw;
  align-content: center;
  justify-content: center;
}
/* -- color adjustements */
.all-list.white-version .all-list-item_content {
  border-color: black !important;
}
.all-list.white-version .jet-listing-dynamic-field__content,
.all-list.white-version .elementor-heading-title,
.all-list.white-version .button a {
  color: black !important;
}
.all-list-item__title {
  display: flex;
  min-height: 90px;
  align-items: center !important;
}
/* base items order --DESKTOP */
/* @media (min-width: 768px) { */
@media (min-width: 1025px) {
  /* base items order --DESKTOP */
  /*----TITLE*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1) {
    order: 1;
    justify-content: flex-start;
  }
  /*----COVER*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    order: 2;
  }
  /*----DATE*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(3) {
    order: 3;
    align-items: flex-end;
  }
  /*----BUTTON*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(4) {
    order: 4;
  }
  /*----LABEL¿*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(5) {
    order: 0;
  }

  /* second items order */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 2)
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    order: 3;
  }

  html
    .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 2)
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(3) {
    order: 2;
    align-items: center !important;
  }

  /* UKF On Air and Youtube specifics */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 2)
    .all-list-item.item-type-ukf-on-air
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1),
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 2)
    .all-list-item.item-type-youtube
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1) {
    order: 2;
    max-width: 32vw;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 2)
    .all-list-item.item-type-ukf-on-air
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2),
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 2)
    .all-list-item.item-type-youtube
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    order: 1;
  }

  /* third items order */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    order: 1;
  }

  /*title */ /*modificado por alvaro*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1) {
    order: 2;

    align-items: center;
  }
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1)
    > div {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(3) {
    order: 2;
    justify-content: flex-end;
  }
  /* UKF On Air and Youtube specifics */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item.item-type-ukf-on-air
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2),
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item.item-type-youtube
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    order: 2;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item.item-type-ukf-on-air
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1),
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item:nth-child(2n + 3)
    .all-list-item.item-type-youtube
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(1) {
    order: 1;
  }
}
/* @media (max-width: 768px) { */
@media (max-width: 1024px) {
  /* ALL LISTING */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner {
    flex-wrap: wrap;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content {
    align-items: flex-start;
    padding: 45px 15px 45px 15px;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > div {
    flex-direction: row !important;
  }

  /* Label */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .label-column {
    display: none;
  }

  /* Title */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .title-column {
    max-width: none !important;
    width: 100% !important;
  }
  /* Cover */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    max-width: 298px;
    min-width: auto !important;
  }
  /* Cover big*/
  #youtube_listing.all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    max-width: 90%;
    min-width: auto !important;
  }
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2)
    img {
    width: 201px;
    max-width: 201px;
    height: 180px;
  }
  /*UKF on air*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .cover-big-column
    img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100%;
    aspect-ratio: 9/6;
  }
  /* Date */
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .date-and-description-column {
    max-width: 50%;
    width: 50%;
    /* padding-top: 116px; */
    padding-top: 10px;
    justify-content: flex-start;
    align-content: flex-start;
  }
  #all-playlist
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .date-and-description-column {
    max-width: 100% !important;
    width: 100% !important;
  }
  /*Button*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(4) {
    width: 100%;
    align-items: start;
    padding-top: 36px !important;
  }
  .sample-player-button {
    top: 0%;
  }
  .all-list_item__buttons {
    width: 100% !important;
    justify-content: start !important;
    align-items: start !important;
  }
  .all-list_item__date-description {
    width: 33% !important;
  }
}

@media (max-width: 460px) {
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2)
    img {
    max-width: none;
    width: 80%;
    height: auto;
  }

  /* Play container*/
  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(2)
    > .elementor-element:nth-child(2) {
    right: 5%;
    left: auto;
  }
}

@media (max-width: 373px) {
  .all-list .all-list-item_content > div {
    flex-direction: column !important;
  }

  .cover-small-column {
    width: 100% !important;
    max-width: 100%;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .elementor-element:nth-child(3) {
    width: 100% !important;
    max-width: 100%;
    padding-top: 10px !important;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .cover-small-column
    img {
    max-width: 70vw !important;
    width: 70vw !important;
    height: 70vw !important;
  }

  .all-list
    .jet-listing-grid__items
    .jet-listing-grid__item
    .all-list-item
    .all-list-item_content
    > .e-con-inner
    > .cover-big-column {
    max-width: 80vw !important;
    width: 80vw !important;
    min-width: auto !important;
  }
}

/***
  All List Item Genre Hover Effect
*/
.all-list-item_container::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: -20%;
  width: 0 !important;
  height: 100%;
  background-color: var(--no-genre);
  transition: var(--hoverEase) !important;
  z-index: 0;
  overflow: hidden !important;
}
.all-list-item_container.bass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 0;
  height: 100%;
  background-color: var(--bass);
  transition: var(--hoverEase);
  z-index: 0;
  overflow: hidden;
}
.all-list-item_container.drumbass::before {
  content: "";
  position: absolute !important;
  top: 0px;
  left: -20%;
  width: 0;
  height: 100%;
  background-color: var(--drum-bass);
  transition: var(--hoverEase);
  z-index: 0;
}
.all-list-item_container.dubstep::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 0;
  height: 100%;
  background-color: var(--dubstep);
  transition: var(--hoverEase);
  z-index: 0;
}
.all-list-item_container:hover::before {
  width: 128% !important;
}

.all-list.white-version {
  --no-genre: black;
}

.all-list .all-list-item_container .title-column h3,
.all-list .all-list-item_container .title-column p,
.all-list .all-list-item_container .date-and-description-column p,
.all-list
  .all-list-item_container
  .date-and-description-column
  .jet-listing-dynamic-field__content,
.all-list .all-list-item_container .link-column a {
  transition: var(--hoverColorEase);
}

.all-list .all-list-item_container:hover .title-column h3,
.all-list .all-list-item_container:hover .title-column p,
.all-list .all-list-item_container:hover .date-and-description-column p,
.all-list
  .all-list-item_container:hover
  .date-and-description-column
  .jet-listing-dynamic-field__content,
.all-list .all-list-item_container:hover .link-column .button a {
  color: black !important;
}

.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .title-column
  h3,
.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .title-column
  p,
.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .date-and-description-column
  p,
.all-list.white-version
  .all-list-item_container:hover
  .date-and-description-column
  .jet-listing-dynamic-field__content,
.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .link-column
  .button
  a {
  color: white !important;
  fill: white;
}

.all-list
  .all-list-item_container:not(.drumbass):hover
  .link-column
  .button
  a
  svg
  path {
  transition: var(--hoverColorEase);
}

.all-list .all-list-item_container:hover .link-column .button a svg path {
  fill: black;
  stroke: black;
}

.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .link-column
  .button
  a
  svg
  path {
  fill: white !important;
  stroke: white !important;
}

.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .link-column
  .button
  a
  svg
  path {
  transition: var(--hoverColorEase);
}

/*** All List Item - Play Button ***/

/* Play Button - Normal State - Black Version */
.all-list .all-list-item_container .sample-player-button {
  background-color: white !important;
  color: black !important;
  /* opacity: 0;
  visibility: hidden; */
}

.all-list .all-list-item_container .sample-player-button svg path {
  fill: black !important;
}

/* Play Button - Normal State - White Version */
.all-list.white-version .all-list-item_container .sample-player-button {
  background-color: black !important;
  color: white !important;
}

.all-list.white-version
  .all-list-item_container
  .sample-player-button
  svg
  path {
  fill: white !important;
}

/* Play Button - Transitions */

/* Item Hover */
.all-list .all-list-item_container:not(.drumbass):hover .sample-player-button {
  background-color: black !important;
  color: white !important;
}

.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button {
  background-color: white !important;
  color: black !important;
}

.all-list
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button
  svg
  path {
  fill: white !important;
}

.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button
  svg
  path {
  fill: black !important;
}

/* Button Hover */
.all-list
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid;
}

.all-list .all-list-item_container.drumbass:hover .sample-player-button:hover {
  background-color: black !important;
  color: white !important;
}

.all-list
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button:hover
  svg
  path {
  fill: black !important;
}

.all-list
  .all-list-item_container.drumbass:hover
  .sample-player-button:hover
  svg
  path {
  fill: white !important;
}

/* Button Hover - White Version */
.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button:hover {
  background-color: black !important;
  color: white !important;
}

.all-list.white-version
  .all-list-item_container.drumbass:hover
  .sample-player-button:hover {
  background-color: white !important;
  color: black !important;
}

.all-list.white-version
  .all-list-item_container:not(.drumbass):hover
  .sample-player-button:hover
  svg
  path {
  fill: white !important;
}

.all-list.white-version
  .all-list-item_container.drumbass:hover
  .sample-player-button:hover
  svg
  path {
  fill: black !important;
}

/***
  END OF All List Item Genre Hover Effect
*/
/***
 Genres page 
 
 */
/* #vectorBackground svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #vectorBackground svg {
    width: 100%;
    height: 100%;
  }
} */
/* acordeon alternation */

.e-n-accordion .e-n-accordion-item:nth-child(2) {
  background-color: white;
}
.e-n-accordion .e-n-accordion-item:nth-child(2) summary span {
  color: black;
}
.e-n-accordion .e-n-accordion-item:nth-child(2) summary span i {
  color: black;
}

/* end acordeon */
.genres-hero_background {
  max-width: 1440px;
  /* height: 900px; */
  width: 100vw;
  transform: scale(1.88) translateY(-80px);
  transform-origin: center center;
  opacity: 0.45;
}
.scroll-down {
  opacity: 0;
}
.genre-wheel {
  transform: translate(0, 0);
  width: fit-content;
  transition: var(--hoverEase);
}
.genre-wheel:hover {
  cursor: pointer;
}

.genre-wheel:hover {
  animation: rotate-animation 10s infinite linear;
  transform-origin: center center;
  transform: translateY(10%);
}
/* wheel distribution */
/* DNB - first global hover then global active mode */
.genre-wheel.drum-and-bass:hover path:first-child {
  fill: var(--drum-bass) !important;
}
.genre-wheel.drum-and-bass:hover circle {
  fill: black !important;
}
.genre-wheel.drum-and-bass:hover path {
  fill: black !important;
}

/* cambiar el logo del sitio de color? .term-drum-and-bass #ukf-logo path {
  fill: var(--drum-bass);
} */
.term-drum-and-bass .genres-hero_background circle {
  stroke: var(--drum-bass);
}
.term-drum-and-bass .genre-wheel.drum-and-bass svg,
.drum-and-bass_mode .genre-wheel.drum-and-bass svg {
  animation: rotate-animation 10s infinite linear !important;
  transform-origin: center center;
}

.term-drum-and-bass .genre-wheel.drum-and-bass svg path:first-child,
.drum-and-bass_mode .genre-wheel.drum-and-bass svg path:first-child {
  fill: var(--drum-bass) !important;
}
.term-drum-and-bass .genre-wheel.drum-and-bass svg circle,
.drum-and-bass_mode genre-wheel.drum-and-bass svg circle {
  fill: black;
}

.term-drum-and-bass .genre-wheel.drum-and-bass,
.drum-and-bass_mode .genre-wheel.drum-and-bass {
  /* transform: translateX(50%) !important; */
  margin-right: -5vw;
  z-index: 5;
}
.term-drum-and-bass .genre-wheel.dubstep,
.drum-and-bass_mode .genre-wheel.dubstep {
  /* transform: translateX(0%); */
  z-index: 3;
}
.term-drum-and-bass .genre-wheel.garage-bass-house,
.drum-and-bass_mode .genre-wheel.garage-bass-house {
  /* transform: translateX(-50%); */
  margin-left: -5vw;
  z-index: 2;
}

/* BASS */

.genre-wheel.garage-bass-house:hover circle:not(:nth-child(2)) {
  fill: var(--bass) !important;
}
.genre-wheel.garage-bass-house:hover circle:last-child {
  fill: black !important;
}
.genre-wheel.garage-bass-house:hover path {
  fill: black !important;
}

.term-garage-bass-house .genres-hero_background circle,
.bass_mode .genres-hero_background circle {
  stroke: var(--bass);
}

.term-garage-bass-house .genre-wheel.garage-bass-house svg,
.bass_mode .genre-wheel.garage-bass-house svg {
  animation: rotate-animation 10s infinite linear;
  transform-origin: center center;
}
.term-garage-bass-house .genre-wheel.garage-bass-house svg path,
.bass_mode .genre-wheel.garage-bass-house svg path {
  fill: white !important;
}
.term-garage-bass-house .genre-wheel.garage-bass-house svg circle,
.bass_mode .genre-wheel.garage-bass-house svg circle {
  fill: var(--bass);
}
.term-garage-bass-house .genre-wheel.garage-bass-house svg circle:nth-child(2),
.bass_mode .genre-wheel.garage-bass-house svg circle:nth-child(2) {
  fill: white;
}

.term-garage-bass-house .genre-wheel.drum-and-bass,
.bass_mode .genre-wheel.drum-and-bass {
  margin-right: -5vw;
  z-index: 1;
}
.term-garage-bass-house .genre-wheel.dubstep,
.bass_mode .genre-wheel.dubstep {
  z-index: 2;
}
.term-garage-bass-house .genre-wheel.garage-bass-house,
.bass_mode .genre-wheel.garage-bass-house {
  margin-left: -5vw;
  z-index: 3;
}

/* DUBSTEP */
.genre-wheel.dubstep:hover circle {
  fill: var(--dubstep) !important;
}
.genre-wheel.dubstep:hover circle:last-child {
  fill: black !important;
}
.genre-wheel.dubstep:hover path {
  fill: black !important;
}

.term-dubstep .genres-hero_background circle,
.dubstep_mode .genres-hero_background circle {
  stroke: var(--dubstep);
}
.term-dubstep .genre-wheel.dubstep svg,
.dubstep_mode .genre-wheel.dubstep svg {
  animation: rotate-animation 10s infinite linear;
  transform-origin: center center;
}
.term-dubstep .genre-wheel.dubstep svg path,
.dubstep_mode .genre-wheel.dubstep svg path {
  fill: white !important;
}
.term-dubstep .genre-wheel.dubstep svg circle,
.dubstep_mode .genre-wheel.dubstep svg circle {
  fill: var(--dubstep);
}
.term-dubstep .genre-wheel.dubstep svg circle:last-child,
.dubstep_mode .genre-wheel.dubstep svg circle:last-child {
  fill: white;
}

.term-dubstep .genre-wheel.drum-and-bass,
.dubstep_mode .genre-wheel.drum-and-bass {
  margin-right: -5vw;
  z-index: 1;
}
.term-dubstep .genre-wheel.dubstep,
.dubstep_mode .genre-wheel.dubstep {
  z-index: 3;
}
.term-dubstep .genre-wheel.garage-bass-house,
.dubstep_mode .genre-wheel.garage-bass-house {
  margin-left: -5vw;
  z-index: 1;
}
/* Genre hover*/
.subgenre_name .jet-listing-dynamic-field__content {
  transition: var(--hoverEase);
}
.term-drum-and-bass .subgenre_name .jet-listing-dynamic-field__content:hover {
  color: var(--drum-bass) !important;
}
.term-garage-bass-house
  .subgenre_name
  .jet-listing-dynamic-field__content:hover {
  color: var(--bass) !important;
}
.term-dubstep .subgenre_name .jet-listing-dynamic-field__content:hover {
  color: var(--dubstep) !important;
}
.term-drum-and-bass .subgenre_name--active .jet-listing-dynamic-field__content {
  color: var(--drum-bass) !important;
}
.term-dubstep .subgenre_name--active .jet-listing-dynamic-field__content {
  color: var(--dubstep) !important;
}
.term-garage-bass-house
  .subgenre_name--active
  .jet-listing-dynamic-field__content {
  color: var(--bass) !important;
}
@media (max-width: 767px) {
  .genres-hero_background {
    width: 100vw !important;
    transform: scale(3) translateY(-27px) !important;
  }
  .genre-wheel {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .genre-wheel:nth-child(2),
  .genre-wheel:nth-child(3) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: -50px;
  }

  /* slide offset in subgenres */
  /* .jet-listing-grid__item:not(:first-child) .subgenre_name{
    transform:translateX(-80%);
  } */
}
/* ----subgenres */
#subgenre_listing {
  overflow-y: hidden;
}
#subgenre_listing::-webkit-scrollbar {
  display: none !important;
}
#subgenre_listing .all-list-item_content {
  border: 0px !important;
}

#subgenre_listing {
  scrollbar-width: thin !important;
  scrollbar-color: #f0f0f0 #fff;
}
/* 
#subgenre_listing::-webkit-scrollbar-thumb {
  background-color: #888;
}

#subgenre_listing::-webkit-scrollbar-thumb:hover {
  background-color: #940606 !important;
}

#subgenre_listing {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  scroll-behavior: initial;
}
#subgenre_listing .jet-listing-grid__scroll-slider::-webkit-scrollbar {
  display: none !important;
} */

#subgenre_listing
  div[data-elementor-type="jet-listing-items"]
  > .elementor-element:first-child {
  position: static !important;
}
#subgenre_listing
  div[data-elementor-type="jet-listing-items"]
  .elementor-element
  > .elementor-element:nth-child(2) {
  transform: translateY(-150%);
}
.subgenre_release {
  transition: all 0.32s ease-out;
}
#subgenre_listing .jet-listing-grid__item:nth-child(n) .subgenre_release {
  transform: translateX(0);
}
#subgenre_listing .jet-listing-grid__item:nth-child(n + 1) .subgenre_release {
  transform: translateX(-25%);
}
#subgenre_listing .jet-listing-grid__item:nth-child(n + 2) .subgenre_release {
  transform: translateX(-50%);
}
.subgenre_release--active {
  transform: translateY(8%) !important;
}

@media (max-width: 767px) {
  .subgenre_release--active {
    transform: translateY(0%) !important;
  }
  #subgenre_listing
    .jet-listing-grid__scroll-slider.jet-listing-grid__scroll-slider-mobile {
    min-height: 900px;
  }
}

/***
  END OF Genres page
*/
/***
 YT PAGE
 */
#floatingYT .jet-listing-grid__items > .jet-listing-grid__item:first-child {
  position: absolute !important;
  top: 15vh;
  left: 10vw;
  animation: sinYinvert 10s infinite;
}
#floatingYT .jet-listing-grid__items > .jet-listing-grid__item:nth-child(2) {
  position: absolute !important;
  top: 57vh;
  left: 59vw;
  animation: sinY 10s infinite;
}
#floatingYT .jet-listing-grid__items > .jet-listing-grid__item:nth-child(3) {
  position: absolute !important;
  top: 5vh;
  left: 64vw;
  animation: sinYinvert 10s infinite;
}
#floatingYT .jet-listing-grid__items > .jet-listing-grid__item:last-child {
  position: absolute !important;
  top: 61vh;
  left: 13vw;
  animation: sinY 10s infinite;
}
.youtube-background_listing {
  height: 100vh;
}
.youtube-background_listing-item {
  opacity: 0;
}
/* special filters for yt */
.filter-youtube .filter-subgenre .jet-list-tree__parent {
  display: none !important;
}
/***
  END OF YT
*/

/***
  Featured Item layout
*/
.featured-item_container .jet-listing-grid__items .jet-listing-grid__item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Cover Column */
.featured-item_container .featured-item .featured-item_cover-container {
  width: 42vw;
  min-width: min(42vw, 425px);
  max-width: 425px;
}

.featured-item_container
  .featured-item
  .featured-item_cover-container
  .featured-item_cover-container_cover {
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  .featured-item_container
    .featured-item_title_container.scrolling-text_container {
    bottom: auto !important;
    top: 34px;
    transform: translateY(0px) !important;
  }
}

/* Youtube Specific */

@media (max-width: 767px) {
  /* .featured-item_container
    .featured-item
    .featured-item_cover-container.youtube {
    width: 100%;
    max-width: 767px;
    padding: 0px;
  }
  .featured-item_container
    .featured-item
    .featured-item_cover-container.youtube
    .featured-item_cover-container_cover
    img {
    width: 100% !important;
  }
  .featured-item_container
    .featured-item
    .featured-item_cover-container.youtube
    .featured-item_cover-container_play-button {
    left: 85%;
  } */
  #genreFilter fieldset {
    flex-direction: column;
  }

  #youtube-featured-scroll .scrolling-text_container {
    bottom: 69% !important;
  }
  #youtube-featured-scroll > div:last-child .featured-item_tag-container {
    order: unset;
  }
  #youtube-featured-scroll > div:last-child .featured-item_cover-container {
    order: unset;
  }

  #youtube-featured-scroll > div:last-child .featured-item_info-container {
    order: 3;
    width: 100%;
  }

  #youtube-featured-scroll > div:last-child .featured-item_link-container {
    order: unset;
  }
}

.featured-item_container
  .featured-item
  .featured-item_cover-container.youtube
  .featured-item_cover-container_cover {
  aspect-ratio: 16/ 9;
}
.featured-item_container .featured-item .featured-item_cover-container.youtube {
  min-width: 475px;
  /* height:267; */
  /* min-width: min(42vw, 525px); */
  max-width: 525px;
  object-fit: cover;
}
#youtube-featured-scroll .featured-item {
  padding-top: 55px;
  padding-bottom: 55px;
}
/* #youtube-featured-scroll > div:first-child .featured-item_tag-container {
  width: 15vw;
} */
#youtube-featured-scroll > div:last-child .featured-item_tag-container {
  /* width: 10%; */
  order: 1;
}
#youtube-featured-scroll > div:last-child .featured-item_cover-container {
  order: 3;
}

#youtube-featured-scroll > div:last-child .featured-item_info-container {
  order: 2;
  /* width: 7%; */
}

#youtube-featured-scroll > div:last-child .featured-item_link-container {
  order: 4;
  width: 100%;
}

/* Link Column */
.featured-item_container .featured-item .featured-item_link-container {
  max-width: 300px;
}

.featured-item_container .featured-item .featured-item_link-container a {
  font-size: clamp(
    1.5rem,
    1.4642857142857142rem + 0.17857142857142858vw,
    1.625rem
  );
}

@media (max-width: 767px) {
  #youtube-featured-scroll > div:last-child .featured-item_cover-container {
    order: 2;
  }

  #youtube-featured-scroll > div:last-child .featured-item_info-container {
    order: 3;
  }
}

/* Play Button */
.featured-item_container
  .featured-item
  .featured-item_cover-container
  .featured-item_cover-container_play-button {
  right: 0;
  width: fit-content;
}

/* Tags */
.featured-item_container .featured-item_tag-container {
  min-width: 100px;
  mix-blend-mode: difference;
}

.featured-item_container .featured-item_tag-container .featured-item-tag {
  position: absolute;
  display: none;
}
/* color setting*/
.featured-item_container.white-version .featured-item-tag img {
  filter: invert(1);
}
.featured-item_container.white-version .plus-indicator path {
  fill: black !important;
}

@media (max-width: 768px) {
  .featured-item_container .featured-item_tag-container {
    background-color: transparent;
    background-image: linear-gradient(
      90deg,
      #000000 18%,
      #00000000 100%
    ) !important;
  }

  .featured-item_container.white-version .featured-item_tag-container {
    background-image: linear-gradient(
      90deg,
      #ffffff 18%,
      #ffffff00 100%
    ) !important;
  }
}

.featured-item_container.featured-item--new
  .featured-item_tag-container
  .featured-item-tag--new {
  display: block;
}

.featured-item_container.featured-item--trending
  .featured-item_tag-container
  .featured-item-tag--trending {
  display: block;
}

.featured-item_container.featured-item--classics
  .featured-item_tag-container
  .featured-item-tag--classics {
  display: block;
}

/* Variant 2 */
.featured-item_container.featured-item_container--variant-2
  .featured-item_tag-container {
  width: 155vw;
}

/* color adaptation */
.featured-item_container.white-version .featured-item {
  border-color: black !important;
}
.featured-item_container.white-version .jet-listing-dynamic-field__content,
.featured-item_container.white-version .button a {
  color: black !important;
}
.featured-item_container.white-version .sample-player-button {
  color: white;
  background-color: black;
}

.featured-item_container.white-version .sample-player-button svg path {
  background-color: black;
  fill: white;
}
.featured-item_container.white-version .sample-player-button:hover svg path {
  fill: black;
}
/* .featured-item_container.white-version .sample-player-button:hover svg path {
  fill: black;
} */

.featured-item_container.white-version .sample-player-button:hover {
  color: black !important;
  background: white;
}

.featured-item_container.white-version svg path {
  fill: black;
}

.featured-item_container.white-version .featured-item_title.scrolling-text h3 {
  color: transparent !important;
  -webkit-text-stroke-color: black !important;
}
.featured-item_container.white-version
  .featured-item_link-container
  .button
  .button_arrow
  a
  svg
  path {
  fill: black !important;
}

.featured-item_container.white-version .featured-item_date {
  color: black !important;
}

/* Single release */
#tracklist_release .jet-listing-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#tracklist_release .jet-listing-grid__item {
  width: 100%;
}
#tracklist_release .jet-listing-grid__item {
  width: 100%;
}

.tracklist .tracklist_separator {
  flex: 1 !important;
}

.tracklist .tracklist_duration {
  width: fit-content;
}

@media (max-width: 768px) {
  .single-release-hero .image-column {
    max-width: 642px;
  }
  /* release mobile background animation */

  .you-may-also-like {
    animation: ymal-background 72s infinite;
  }
  /*white background for you may also... */
  .you-may-also-like::before {
    content: "" !important;
    background: white;
    position: absolute;
    top: 558px !important;
  }
  .you-may-also-like .e-con-inner {
    flex-direction: row;
  }
}
@keyframes ymal-background {
  0%,
  100% {
    background-position: -300px 0;
  }
  50% {
    background-position: 0 0;
  }
}
/* END OF Single release */

/* Responsive */
@media (max-width: 768px) {
  .featured-item_container .featured-item .featured-item_cover-container {
    width: fit-content;
    max-width: none;
  }

  .featured-item_container .featured-item .featured-item_cover-container img {
    width: 50vw !important;
  }

  .featured-item_container .featured-item_tag-container .featured-item-tag {
    position: relative;
  }

  .featured-item_container
    .featured-item
    .featured-item_title_container::before {
    content: "";
    width: 170px;
    height: 80px;
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 60%,
      rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    z-index: 1;
  }

  .featured-item_container.white-version
    .featured-item
    .featured-item_title_container::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}

@media (max-width: 540px) {
  .featured-item_container .featured-item .featured-item_cover-container img {
    width: 80vw !important;
  }
}

/***
  END OF Featured Item layout
*/

/***
  Featured Item Title Animation
*/

.featured-item_container {
  --animation-offset: 0s;
  --animation-duration: 5s;
}

.featured-item_container .featured-item_title_container {
  z-index: -1;
  transform: translateY(50%) !important;
}

.featured-item_container .featured-item_title h3 {
  color: transparent !important;
  -webkit-text-stroke: 1px white !important;
}

@keyframes title-animation {
  0% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(-150%, 0);
  }
}

/***
  END OF Featured Releases Title Animation
*/

/***
  TEMP: THREE Images Effect on Releases
*/

.jet-listing-grid__item .three-image img {
  visibility: hidden;
}

.jet-listing-grid__item:hover .three-image img {
  visibility: visible;
}

canvas {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}

/***
  END OF TEMP: THREE Images Effect on Releases
*/

/***
  Hollow links
**/

.hollow-link .elementor-icon-list-item a {
  color: #ffffff00;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  stroke: #ffffff;
  user-select: none;
}

/***
  END OF Hollow links
**/

/***
  Utility Classes
**/

.white-bg {
  background-color: white;
}

.black-bg {
  background-color: black;
}

.-z-1 {
  z-index: -1 !important;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

/***
  END OF Utility Classes
**/

/***
  Cards
**/

.card-item {
  /* overflow: visible; */
  min-height: auto !important;
}
.card-item .card-item_image {
  min-height: 229px;
  background-size: cover !important;
}
.card-item .jet-listing-grid__item {
  width: 100% !important;
}

.card-item .card-item_info {
  background-color: var(--card-info-bg-color);
  padding: 0px;
  min-height: 190px;
}
.card-item_info-container_title {
  max-height: 100px;
  padding: 1.56rem 2.5rem 0rem 1.56rem;
}
.card-item .card-item_info h3 {
  /* padding: 10px 0px; */
  width: 100%;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-item .card-item_info-container_footer {
  padding: 24px 25px 20px 25px;
}

.card-item .card-item_info-container {
  mix-blend-mode: difference;
  height: 100%;
  flex: 1 !important;
}

.card-item .card-item_hover {
  transform: translateX(-101%);
  will-change: transform;
  border-radius: 30px 0px 30px 0px !important;
  /* no border-radius en cards negra queda mejor no se porque*/
  transition: var(--hoverEase);
  padding: 35px 25px 20px 25px;
}
.card-item_hover .button:hover .button__arrow {
  opacity: 1;
  /* padding-left: 9px; */
  left: -75%;
}

.card-item:hover .card-item_hover {
  transform: translateX(0);
  border-radius: 30px 0px 30px 0px;
  padding: 1.56rem;
  justify-content: space-between;
}
.card-item .card-item_hover h3 {
  font-weight: 700;
  overflow: hidden;
  margin: 0px;
  line-height: 3.4rem;
  font-size: 3rem;
  text-overflow: ellipsis;
  text-wrap: balance;
  /* word-break: normal; */
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  /* hyphens: auto; */
  padding: 0px !important;
  height: 80% !important;
}

.card-item .card-item_hover .button a {
  color: black !important;
}

.card-item .card-item_hover .button path {
  fill: black;
}

.card-variant-white .card-item .card-item_hover {
  background-color: black !important;
}

.card-variant-white .card-item .card-item_hover h3 {
  color: white !important;
}

.card-variant-white .card-item .card-item_hover .button a {
  color: white !important;
}

.card-item .card-item_hover.bass {
  background-color: var(--bass) !important;
}
.card-item .card-item_hover.dubstep {
  background-color: var(--dubstep) !important;
}
.card-item .card-item_hover.drumbass {
  background-color: var(--drum-bass) !important;
}
.card-item .card-item_hover.drumbass h3 {
  color: black !important;
}

.card-item .card-item_hover.drumbass .button a {
  color: black !important;
}

.card-item .card-item_hover:not(.drumbass) h3 {
  color: white;
}
.card-item .card-item_hover:not(.drumbass) .button a {
  color: white;
}
.card-item .card-item_hover:not(.drumbass) .button path {
  fill: white;
}

.card-item .card-item_info-container_footer {
  flex: 1 !important;
  align-items: flex-end !important;
}

.card-item .card-item_hover {
  padding-bottom: 20px !important;
}
body .card-item .card-label_container {
  height: 40px;
}
body .card-item .card-label_container p {
  margin: 0px !important;
}

@media (max-width: 767px) {
  .card-item .card-item_hover h3 {
    overflow: hidden;
    margin: 0px;
    line-height: 1em;
    font-size: 2rem !important;
    line-height: 2.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    padding: 0px !important;
    height: 80% !important;
  }

  .home-news-cards-container .card-item .card-item_image {
    min-height: 186px !important;
    height: auto;
  }
  .home-news-cards-container .jet-listing-grid__slider .jet-listing-grid__item {
    width: 360px !important;
  }

  body .card-item {
    min-width: 330px;
    width: 100% !important;
    min-height: 448px;
    flex-direction: row !important;
  }

  body .card-item .card-label_container {
    width: fit-content;
  }

  body .card-item .card-play-button_container {
    width: fit-content;
  }

  .card-item .card-item_info {
    background-color: var(--card-info-bg-color);
    padding: 0px;
    height: 40%;
  }
  .card-item .card-item_info h3 {
    /* min-height: 50px; */
    font-size: 1.25rem;
  }
  .card-item_info-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 976px) {
  .card-variant-small .card-item {
    min-height: 418px;
    width: 360px;
    min-width: 360px;
    min-width: 400px;
  }
}
/* Variants */

.card-variant-white {
  --card-info-bg-color: white;
}

.card-variant-black {
  --card-info-bg-color: black;
}

/*SETTINGS TO HAVE AUTO COLUMNS IN SLIDER */
body .card-variant-big .card-item {
  margin: 0px !important;
}
.jet-listing-grid__slider .jet-listing-items {
  width: 450px !important;
}

.jet-listing-grid__slider .jet-listing-grid__item {
  width: 510px !important;
}
@media (max-width: 482px) {
  body .card-variant-big .card-item {
    margin: 0px !important;
  }
  .jet-listing-grid__slider .jet-listing-items {
    width: 330px !important;
  }

  .jet-listing-grid__slider .jet-listing-grid__item {
    width: 390px !important;
  }
  .card-variant-big .elementor-shortcode {
    /* width: 31.25vw; */
    width: 330px !important;
    max-width: 330px !important;
  }
}
/* end of auto columns settings*/

body .card-variant-big .card-item {
  max-width: 450px;
  width: 450px;
}

.card-variant-big .card-item .card-item_image {
  min-height: 450px;
  height: 450px;
}

.card-variant-big .elementor-shortcode {
  /* width: 31.25vw; */
  max-width: 450px;
  width: 450px;
}

.card-variant-small .card-item {
  min-height: 418px;
  width: 27.8vw;
  /* min-width: 400px; */
}

.card-item_info-container_footer > .card-artist-link {
  margin-left: auto;
}

@media (max-width: 767px) {
  .card-variant-small .elementor-widget-shortcode {
    flex: 1;
  }

  body .card-variant-big .card-item {
    width: 100%;
    max-width: 100%;
    flex-direction: row !important;
  }

  .card-item .card-item_image {
    /* min-height: 330px !important; TEMP ?*/
    min-height: 229px;
    height: auto;
  }

  .card-variant-big .elementor-shortcode {
    width: 100%;
  }

  .card-item .card-item_info {
    height: 190px !important; /* Removes the 40% */
  }
  /* .card-variant-big .card-item { */
  /* width: 100%; */
  /* aspect-ratio: 0.65/1;
    min-height: 549px; */
  /* } */
}
/* Effects in cards*/
.button a {
  display: flex;
  align-items: center;
  align-content: center;
}
.button .button__arrow {
  position: absolute;
  opacity: 0;
  left: -30%;
  transition: opacity var(--hoverEaseNotAll), left var(--hoverEaseNotAll);
}
.button:hover .button__arrow {
  opacity: 1;
  padding-left: 9px;
  left: -26%;
}
/*always visible button in listings - TODO arreglar el hover en movil*/
#main-listing .button__arrow {
  position: relative !important;
  opacity: 1;
  left: 0 !important;
  margin-right: 8px;
}
#main-listing .button__arrow path {
  fill: black;
  stroke: black;
}
#main-listing .button__arrow path {
  fill: black;
  stroke: black;
}

/* slide buttons */
body .jet-listing-grid__slider-icon {
  width: 64px !important;
  height: 45px !important;
}
body .jet-listing-grid__slider-icon svg {
  display: none;
}
body .jet-listing-grid__slider-icon:before {
  content: "";
  position: relative;
  background-color: white !important;
}
body .jet-listing-grid__slider-icon.prev-arrow {
  border: 1px solid;
  border-radius: 50px 0px 0px 50px;
  background-color: white;
  background-image: url(https://ukf.com/wp-content/uploads/2023/10/slider-arrow-prev.svg) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center center !important;
}
body .jet-listing-grid__slider-icon.next-arrow {
  border: 1px solid;
  border-radius: 50px 0px 0px 50px;
  background-color: white;
  background-image: url(https://ukf.com/wp-content/uploads/2023/10/slider-arrow-prev.svg) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center center !important;
  transition: var(--hoverEase);
}
.jet-listing-grid__slider-icon {
  background-color: white !important;
}
/* body .jet-listing-grid__slider-icon.prev-arrow:hover{
transform: translateX(-5px);
}
body .jet-listing-grid__slider-icon.next-arrow:hover{
  transform: translateX(-5px);
} */

/***
  END OF Cards
**/

/***
  Artists Names List on Hero
**/
.hero_artists-names-list
  .jet-listing-grid__items
  .jet-listing-grid__item:first-child
  .elementor-element {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/***
  END OF Artists Names List on Hero
**/

/***
  Breadcrumbs
**/
.breadcrumbs {
  mix-blend-mode: difference;
}
/***
  END OF Breadcrumbs
**/

/***
  RAVE
**/
#featuredRave .cover {
  animation: sinY 8s ease-in-out infinite;
}

@keyframes sinY {
  0%,
  100% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
}
@keyframes sinYinvert {
  0%,
  100% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(+10px);
  }
}

#featuredRave
  .jet-listing-grid__item:nth-child(2)
  .featured-rave_container
  .elementor-element:first-child {
  align-items: flex-end !important;
}
#featuredRave
  .jet-listing-grid__item:nth-child(2)
  .featured-rave_container
  .elementor-element
  .elementor-element:first-child {
  align-self: center !important;
}
#featuredRave
  .jet-listing-grid__item:nth-child(2)
  .featured-rave_container
  .featured-rave_data-container {
  width: 56.8%;
}

/* cover position */
#featuredRave .jet-listing-grid__item:nth-child(2) .cover {
  left: 10% !important;
}
/* #featuredRave .jet-listing-grid__item:nth-child(2) {
  height: 1180px;
} */

/* rave tag */
#featuredRave .jet-listing-grid__item:nth-child(1) .rave_tag:nth-child(2) {
  display: none;
}
#featuredRave .jet-listing-grid__item:nth-child(2) .rave_tag:first-child {
  display: none;
}
#featuredRave .jet-listing-grid__item:nth-child(3) .rave_tag {
  display: none;
}
.artist-row {
  font-size: 3.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.67488rem;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
  color: black;
}
.lineUp_container .jet-listing-dynamic-repeater__items {
  gap: 40px;
}
.lineUp_btn {
  cursor: pointer;
}
.home .lineUp_btn {
  display: none;
}
.home .lineUp_btn .lineUp_container {
  display: none;
}

@media (min-width: 768px) {
  #rave-event_listing .jet-listing-grid__item:hover > div {
    background-color: white !important;
    color: black !important;
    transition: all 0.3s;
    border: none;
  }
  #rave-event_listing .jet-listing-grid__item:hover .lineUp_btn {
    background-color: transparent !important;
    color: black !important;
    transform: translate(0, -10px);
    transition: all 0.3s;
    border: none;
  }
  #rave-event_listing .jet-listing-grid__item:hover .read_btn a {
    color: black;
  }
  #rave-event_listing .jet-listing-grid__item:hover .rave-illustration {
    filter: invert(1);
  }

  #rave-event_listing .jet-listing-grid__item:hover .event-border {
    border-color: black !important;
  }

  #rave-event_listing
    .jet-listing-grid__item:hover
    .event-border
    .elementor-widget-container {
    border-color: black !important;
  }

  #rave-event_listing .jet-listing-grid__item:hover {
    border-color: black;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .event-date_column {
    width: 33% !important;
  }
  .event-buy_column {
    width: 33% !important;
  }
}

@media (max-width: 767px) {
  body .lineUp_btn {
    height: 84px;
    padding: 16px;
    align-content: center;
    justify-content: center;
    background-color: white !important;
    color: black;
  }
  body .lineUp_container {
    opacity: 1;
    background-color: white;
    top: -402px;
  }
  .home .event-day_wrapper {
    width: 100% !important;
  }
  #rave-event_listing .jet-listing-grid__item:hover .event-day_wrapper {
    background-color: black !important;
    color: white;
  }

  #rave-event_listing .jet-listing-grid__item .lineUp_btn {
    transform: translate(0px, 0px);
  }
  #rave-event_listing .jet-listing-grid__item:hover .lineUp_btn {
    transform: translate(0px, 0px);
  }
  #featuredRave .jet-listing-grid__item .featured-rave_data-container {
    width: 100% !important;
    flex-direction: row;
  }
  #featuredRave .jet-listing-grid__item {
    padding-top: 0px;
  }

  .artist-row {
    font-size: 35px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-stroke: 1px white;
    -webkit-text-stroke: 1px black;
    color: transparent;
  }
  .extra-row {
    color: black;
  }
}

/*event listing*/
/* #rave-event_listing
  .jet-listing-grid__item
  .elementor-element
  :not(.lineUp_container) {
  cursor: pointer;
} */
/* Shape 0 */
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_01.svg);
}
.home
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_01.svg);
}
/* Shape 1 */
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 1)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_02.svg);
}
.home
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 1)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_02.svg);
}
/* Shape 2 */
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 2)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_03.svg);
}
.home
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 2)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_03.svg);
}
/* Shape 3*/
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 3)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_04.svg);
}
.home
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 3)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_04.svg);
}
/* Shape 4*/
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 4)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_05.svg);
}
/* Shape 5 */
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 5)
  .rave-illustration {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_06.svg);
}
/* 
TODO 
animacion hover segun elemento
#rave-event_listing
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(n + 5):hover
  .rave-illustration {
  animation: girarEscalar 3s infinite linear;
  border:none;
  transition:0s;
}
@keyframes shape6 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
  
} */

/***
  END OF RAVE 
**/
/***
  JOIN FAMILY !
  **/
.join-ukf_type_1 {
  mix-blend-mode: difference;
}

.scrolling-text_container {
  overflow: hidden !important;
  white-space: nowrap !important;
}

.scrolling-text {
  white-space: nowrap !important;
  overflow: hidden !important;
}

.supermarquee-item,
.supermarquee-item-clone {
  gap: 32px;
}
.supermarquee-item-clone {
  padding-left: 32px;
}

/***
  Artists List with Random Shapes
**/
.all-list-hollow-item_container {
  position: relative !important;
}

a.all-list-hollow-item_container:hover {
  text-decoration: none !important;
}

.all-list-hollow-item_container:hover .all-list-floating-image-container {
  visibility: visible;
  opacity: 1;
}

.all-list-hollow-item_container .all-list-item-name h2 {
  transition: var(--hoverEase);
}

.all-list-hollow-item_container:hover .all-list-item-name h2 {
  color: white !important;
}

/* White variant */
.all-list-hollow-item_container.all-list-hollow-item_container--white:hover
  .all-list-item-name
  h2 {
  color: black !important;
}

.all-list-hollow-item_container .all-list-floating-image-container {
  overflow: hidden;
  max-width: 436px;
  position: absolute !important;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(15deg);

  transition: var(--hoverEase);
}

.all-list-hollow-item_container .all-list-floating-image {
  max-width: 307px;
}

.all-list-hollow-item_container .all-list-floating-image-container::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.all-list-hollow-item_container .all-list-floating-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 250px 184px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  transform: rotate(-15deg);
}

/* Shape 1 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-1::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-1::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_01.svg);
}

/* Shape 2 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-2::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-2::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_01.svg);
}

/* Shape 3 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-3::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-3::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_02.svg);
}

/* Shape 4 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-4::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-4::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_02.svg);
}

/* Shape 5 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-5::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-5::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_03.svg);
}

/* Shape 6 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-6::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-6::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_03.svg);
}

/* Shape 7 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-7::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-7::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_04.svg);
}

/* Shape 8 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-8::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-8::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_04.svg);
}

/* Shape 9 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-9::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-9::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_05.svg);
}

/* Shape 10 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-10::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-10::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_05.svg);
}

/* Shape 11 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-11::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-11::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_06.svg);
}

/* Shape 12 */
.all-list-hollow-item_container
  .all-list-floating-image-container.shape-12::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.all-list-hollow-item_container
  .all-list-floating-image-container.shape-12::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_06.svg);
}
/***
  END OF Artists List with Random Shapes
**/

/***
  Responsive
**/

@media (max-width: 767px) {
  .post-title h1 {
    font-size: 48px !important;
  }

  h1 {
    font-size: 4.6875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.625rem; /* 98.667% */
    text-transform: uppercase;
  }
  .release_shape {
    position: absolute !important;
    top: -48%;
    left: 34%;
  }
}
/***
  FOOTER
**/

.footer-section {
  mix-blend-mode: difference;
}

/***
  To Top Button
**/

.to-top-button .elementor-button-content-wrapper {
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}

/***
  END OF To Top Button
**/

/***
  Follow Us Component
**/

.follow-us-component {
  border-radius: 999em 40px 40px 999em !important;
  max-height: 170px;
}

.follow-us-component .follow-us-disc-container {
  max-height: 170px;
}

.follow-us-component
  .elementor-widget-icon-list
  .elementor-icon-list-item:not(:first-child)
  a::before {
  display: block;
  content: "・";
  font-size: 3rem;
  font-style: normal;
  letter-spacing: -0.5rem;
}

.follow-us-component .follow-us-disc-container .follow-us-disc {
  transform-origin: 85px 85px;
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/***
  END OF Follow Us Component
**/

.footer_social-links_container .elementor-inline-items {
  display: inline-block;
  list-style-type: none;
}

.footer-section .footer_social-links_container--mobile {
  width: 100%;
}

.footer-section
  .follow-us-component
  .footer_social-links_container--mobile
  .elementor-widget-icon-list.social-links-list
  ul
  li.elementor-icon-list-item
  a::before {
  display: none;
}

.footer-section
  .follow-us-component
  .footer_social-links_container--mobile
  .elementor-widget-icon-list.social-links-list
  ul
  li.elementor-icon-list-item {
  min-width: 100%;
}

.footer-section
  .follow-us-component
  .footer_social-links_container--mobile
  .elementor-widget-icon-list.social-links-list {
  max-width: 50%;
}

/* logo & pattern column */
.footer-section .footer-bottom-container--mobile > div:nth-of-type(2) {
  flex-direction: row !important;
  margin-top: 1rem;
}

/* logo pattern */
.footer-section
  .footer-bottom-container--mobile
  > div:nth-of-type(2)
  > div:nth-of-type(1) {
  height: 80px;
  flex: 1;
}

/* logo */
.footer-section
  .footer-bottom-container--mobile
  > div:nth-of-type(2)
  > div:nth-of-type(2) {
  max-width: 230px;
}

.footer-menu-container .elementor-icon-list-items .elementor-icon-list-item a {
  font-size: clamp(
    1.125rem,
    0.9464285714285714rem + 0.8928571428571428vw,
    1.375rem
  );
}

.footer-menu-container
  .elementor-icon-list-items
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: clamp(
    0.5rem,
    0.23214285714285715rem + 1.3392857142857142vw,
    0.875rem
  ) !important;
}

.footer-menu-container
  .elementor-icon-list-items
  .elementor-icon-list-item:not(:first-child) {
  margin-top: clamp(
    0.5rem,
    0.23214285714285715rem + 1.3392857142857142vw,
    0.875rem
  ) !important;
}

@media (max-width: 1024px) {
  .follow-us-component {
    padding-right: 0;
    margin-right: -3.4vw !important;
    margin-top: 100px !important;
    width: 100% !important;
    max-width: 500px;
    max-height: none;
    padding: 5vw 0 5vw 10vw !important;
    flex-direction: column-reverse important;
  }

  .follow-us-component .follow-us-disc-container {
    position: absolute;
    max-height: 132px;
    top: -106px;
    right: 92px;
    margin: 0;
  }

  .follow-us-component .follow-us-disc-container .follow-us-disc svg {
    width: 132px;
    height: 132px;
  }

  .follow-us-component .follow-us-disc-container .follow-us-disc {
    transform-origin: 66px 66px;
  }

  .footer-menu-container {
    flex-direction: row !important;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .follow-us-component {
    flex-direction: column-reverse important;
    margin-top: 50px !important;
  }

  .follow-us-component .follow-us-disc-container {
    right: -50px;
  }

  .footer-menu-container {
    flex-direction: row !important;
    justify-content: space-between;
  }

  .footer-copy-and-lines-container {
    flex-direction: row !important;
  }

  .footer-copy-and-lines-container > div {
    max-width: 50%;
  }

  .footer-bottom-container {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }

  .footer-bottom-container > div > div:first-child {
    width: auto;
  }
}

/***
  SIGNUP COMPONENT
**/

/* Form */
.signup-component button[type="submit"] {
  border: 1px solid white;
}
.signup-component input {
  border-color: white !important;
}

@media (max-width: 767px) {
  .signup-component .e-con-inner > div:nth-child(3) {
    background-color: black !important;
  }
  .signup-component .signup-round-badge img {
    width: 75px !important;
  }
}
.signup-round-badge {
  animation: rotate-animation 10s infinite linear;
}
/***
  SIGNUP COMPONENT
**/

/***
  CONTACT FORM
**/
.contact-form-container {
  max-width: 787px;
}

.contact-form .forminator-label {
  display: none !important;
}

.contact-form input:not([type="button"]):not([type="submit"]),
.contact-form textarea {
  background-color: transparent !important;
  color: white !important;
  border: none !important;
  border-bottom: 1px solid white !important;
}

.contact-form textarea {
  border: 1px solid white !important;
}

.contact-form .forminator-select .selection > span {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  border-radius: 0;
}

.contact-form .forminator-select .selection > span > span {
  color: white !important;
}

.contact-form .forminator-custom-form .forminator-row:nth-of-type(2) {
  gap: 5vw;
}

.contact-form .forminator-custom-form .forminator-row:nth-of-type(5) {
  display: none;
}

.contact-form .forminator-button-submit {
  display: block !important;
  margin: 0 auto !important;
  background-color: white !important;
  color: black !important;
  font-family: "Bai Jamjuree" Sans-Serif;
  font-size: 1.375rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-style: italic;
  border-radius: 30px 0px 30px 0px !important;
  padding: 10px 20px !important;
  border: 1px solid white !important;
}

.contact-form .forminator-button-submit:hover {
  color: white !important;
  background-color: transparent !important;
}
/***
  END OF CONTACT FORM
**/

/***
  Page Hero with Vertical Title
**/
.page-hero--vertical-title .heading-text_container {
  flex: 1 !important;
  max-height: 450px !important;
}

.page-hero--vertical-title .heading-text_container .heading-text > div {
  transform-origin: top left !important;
  margin-bottom: -6.5625rem;
}

@media (max-width: 768px) {
  .page-hero--vertical-title .featured-artist-item {
    padding-left: 17vw;
  }

  .page-hero--vertical-title .heading-text_container {
    position: absolute;
    margin-top: 100%;
    padding-left: 0;
  }

  .page-hero--vertical-title .heading-text_container h1 {
    font-size: 4.6875rem !important;
  }

  .page-hero--vertical-title .badge {
    padding-left: 17vw;
  }
}

/* White Variant */
.page-hero--vertical-title--white .page-hero--vertical-title .title-column {
  border-color: black !important;
}

.page-hero--vertical-title--white
  .page-hero--vertical-title
  .heading-text_container
  h1 {
  color: black !important;
}

@media (max-width: 360px) {
  .page-hero--vertical-title .heading-text_container h1 {
    font-size: 3.9rem !important;
  }

  .page-hero--vertical-title .title-column {
    border-color: transparent !important;
  }
}
/***
  END OF Page Hero with Vertical Title
**/

/***
  Featured Artist Variants
**/
.featured-artists .heading-container {
  background-color: white !important;
  color: black !important;
  width: fit-content;
}

.featured-artists.featured-artists--white .heading-container {
  background-color: black !important;
}

.featured-artists.featured-artists--white .heading-container h2 {
  color: white !important;
}

@media (max-width: 768px) {
  .featured-artists .heading-container {
    margin-left: 10vw;
    margin-top: -70px;
    max-width: calc(100% - 13.4vw);
  }

  .featured-artists .heading-container h2 {
    font-size: 1.6875rem;
  }
}
/***
  END OF Featured Artist Variants
**/

/***
  Artist Detail Hero and Variants
**/
.single-artists .discover-hero_image-and-info .elementor-element {
  background-size: cover !important;
}
.single-artists .discover-content .jet-listing-dynamic-field__content {
  color: white !important;
}

/* Social Links */
.discover-hero-social-links .discover-hero-social-links_link > div > a {
  color: #ffffff00 !important;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  stroke: #ffffff;

  transition: var(--hoverColorEase);
}

.discover-hero-social-links .discover-hero-social-links_link > div > a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.discover-hero-sharing-column {
  max-height: 450px;
}

/* Vector Shape */
.discover-hero-shape-container {
  width: 307px !important;
  height: 413px !important;
  transform: translateY(35%) rotate(15deg);
  margin-top: -200px !important;
}

.discover-hero-shape-container::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
  z-index: 1;
}

.discover-hero-shape-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 250px 156px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_01.svg);
  z-index: -1;
  transform: rotate(-15deg);
}

.discover-hero-shape-container.shape-2::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.discover-hero-shape-container.shape-2::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_01.svg);
}

.discover-hero-shape-container.shape-3::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.discover-hero-shape-container.shape-3::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_02.svg);
}

.discover-hero-shape-container.shape-4::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.discover-hero-shape-container.shape-4::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_02.svg);
}

.discover-hero-shape-container.shape-5::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.discover-hero-shape-container.shape-5::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_03.svg);
}

.discover-hero-shape-container.shape-6::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.discover-hero-shape-container.shape-6::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_03.svg);
}

.discover-hero-shape-container.shape-7::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.discover-hero-shape-container.shape-7::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_04.svg);
}

.discover-hero-shape-container.shape-8::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.discover-hero-shape-container.shape-8::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_04.svg);
}

.discover-hero-shape-container.shape-9::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.discover-hero-shape-container.shape-9::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_05.svg);
}

.discover-hero-shape-container.shape-10::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.discover-hero-shape-container.shape-10::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_05.svg);
}

.discover-hero-shape-container.shape-11::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_01.svg);
}

.discover-hero-shape-container.shape-11::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_06.svg);
}

.discover-hero-shape-container.shape-12::before {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/image_frame_02.svg);
}

.discover-hero-shape-container.shape-12::after {
  background-image: url(https://ukf.com/wp-content/uploads/2023/09/fallback_shape_06.svg);
}

@media (max-width: 768px) {
  .discover-hero_image-and-info {
    margin-left: 0 !important;
  }

  .discover-hero-sharing-column {
    margin-top: 40px !important;
    padding-left: 0;
  }
}

/* Full Version Layout (With Image) */

.discover-hero-full-layout .discover-social-links_heading_text {
  max-width: none;
  white-space: nowrap;
  transform-origin: bottom left;
  transform: rotateZ(-90deg);
}

@media (max-width: 768px) {
  .discover-hero-full-layout .discover-hero-title > div {
    /* width: auto;
    max-width: 100vw;
    transform: translateY(0) rotateZ(0); */
    position: relative !important;
    top: 0;
    left: 0;
  }

  .discover-hero-full-layout .discover-social-links_heading_text {
    transform: translateY(0) rotateZ(0);
  }
  .single-labels .discover-hero_image-and-info > div:first-child {
    min-height: 200px !important;
  }
}

/* Limited Content Version Layout (Without Image) */
.discover-hero-no-image .discover-hero-title h1 {
  font-size: clamp(3.5rem, 2.8875rem + 3.0625vw, 6.5625rem) !important;
}

.discover-hero-no-image .discover-social-links_heading_text {
  transform-origin: bottom left;
  transform: translateX(100%) rotateZ(-90deg);
}

.discover-hero-no-image .discover-social-links_heading_text p {
  margin: 0;
}

@media (max-width: 768px) {
  .discover-hero-no-image .discover-social-links_heading_text {
    transform-origin: bottom left;
    transform: translateY(0) rotateZ(0);
  }
}

/* WHITE VARIANT */
.discover-hero--white .discover-hero-title {
  color: black !important;
}

.discover-hero--white .discover-social-links_heading_text {
  color: black !important;
}

.discover-hero--white .discover-hero-down-arrows {
  background-image: url(https://ukf.com/wp-content/uploads/2023/10/down_arroy_array_horiontal_black.svg) !important;
}

.discover-hero--white
  .discover-hero-social-links
  .discover-hero-social-links_link
  > div
  > a {
  color: #00000000 !important;
  -webkit-text-stroke-color: #000000;
  stroke: #000000;
}

.discover-hero--white
  .discover-hero-social-links
  .discover-hero-social-links_link
  > div
  > a:hover {
  color: #000000 !important;
}
/***
  END OF Artist Detail Hero and Variants
**/

/***
    Links Page (Listen and Discover)
**/
.links-page-container {
  padding: 0 3.4vw 0 3.4vw !important;
  min-height: 330px !important;
}

/* Remove right padding for odd rows */
.links-page-container:nth-of-type(2n + 1) {
  padding-right: 0 !important;
}

/* Reset padding */
.links-page-container > div,
.links-page-container > div > div {
  padding: 0 !important;
}

.links-page-container > div {
  gap: 2vw !important;
}

/* Heading column */
.links-page-container > div > div:nth-of-type(1) {
  padding-top: 40px !important;
}

/* Content column */
.links-page-container > div > div:nth-of-type(2) {
  justify-content: center;
  padding: 40px 0 !important;
}

/* Vector column */
.links-page-container > div > div:nth-of-type(3) {
  width: 175px !important;
}

/* Heading */
.links-page-heading h1 {
  font-size: 6.5625rem !important;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .links-page-container:nth-of-type(2n + 1) {
    padding-right: 3.4vw !important;
  }

  /* Heading column */
  .links-page-container > div > div:nth-of-type(1) {
    background-image: none !important;
  }
}
/***
  END OF Links Page (Listen and Discover)
**/
/***
  Legal Pages
**/
.legal-page_content-container a {
  color: white !important;
  border-bottom: 1px solid white;
}

@media (max-width: 768px) {
  .legal-page_content-container h1 {
    font-size: 52px !important;
  }

  .legal-page_content-container h2 {
    font-size: 36px;
  }
}
/***
  END OF Legal Pages
**/

/***
  Filter Close Button
**/
.jet-filter-items-search__clear:before,
.jet-search-filter__input-clear:before {
  content: "" !important;
  width: 15px;
  height: 15px;
  display: block;
  background: url(https://ukf.com/wp-content/uploads/2023/10/close-button-white.svg);
  mix-blend-mode: difference;
}
/***
  End of Filter Close Button
**/

/***
  Homepage
**/
.home .slick-list.draggable {
  overflow: visible;
}
.home .slick-track .jet-listing-grid__item:nth-child(odd) {
  animation: odd-slider infinite 10s;
  transform: translateY(-10%);
}
.home .slick-track .jet-listing-grid__item:nth-child(even) {
  animation: even-slider infinite 10s;
  transform: translateY(10%);
}
@keyframes odd-slider {
  0% {
    transform: translateY(-5%);
  }
  66% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-5%);
  }
}
@keyframes even-slider {
  0% {
    transform: translateY(+5%);
  }
  66% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(+5%);
  }
}

/* Banner*/
.home-banner_cta-link-container {
  width: fit-content !important;
  justify-self: flex-end;
  position: relative;
}

.home-banner-button:before {
  content: "";
  display: block;
  width: 18px;
  background-image: url(https://ukf.com/wp-content/uploads/2023/07/right-arrow.svg);
  background-repeat: no-repeat;
  height: 12px;
  position: absolute;
  background-size: contain;
  top: 21px;
}

@media (max-width: 768px) {
  .home-banner_cta-link-container {
    min-width: 50px !important;
    background-image: linear-gradient(
      -90deg,
      #000000 20%,
      #00000000 100%
    ) !important;
  }

  .home-banner-button:before {
    top: 42%;
    transform: translateY(-50%);
  }
}

.home-banner_vector-container {
  max-width: 180px;
}

/* Video Logo */
.home-video-logo .home-hero_image {
  grid-row: 1;
  grid-column: 1;
}

.home-video-logo .home-hero_image img {
  width: 100%;
}

.home-video-logo .home-hero_video {
  grid-row: 1;
  grid-column: 1;
  mix-blend-mode: multiply;
  transform: scale(1.1);
}

/* Releases Section */
@media (max-width: 768px) {
  .home-releases-section_heading-image {
    position: absolute !important;
    width: 230px;
    right: calc(-3.4vw - 30px);
  }
}
.home-releases-section_heading-image {
  animation: laser-show 90s infinite linear;
}
@keyframes laser-show {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.8);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* News Cards */
/* animations added on elementor css*/
.home-news-cards-container .card-item {
  width: 400px !important;
}

@media (min-width: 1700px) {
  .card-item {
    max-width: 500px !important;
  }
}

@media (max-width: 768px) {
  .home-news-cards-container .card-item {
    margin-left: 25px;
    max-width: 290px !important;
    min-width: 290px !important;
    margin-inline-end: 0;
  }
}

.home-news-cards-container .jet-listing-grid__slider .prev-arrow,
.home-news-cards-container .jet-listing-grid__slider .next-arrow {
  top: auto;
  bottom: -100px !important;
  left: calc(50% - var(--horizontal-offset)) !important;
  transform: translateX(-50%);
  border-color: black;
}

.home-news-cards-container .jet-listing-grid__slider .prev-arrow {
  --horizontal-offset: 25px;
}

.home-news-cards-container .jet-listing-grid__slider .next-arrow {
  --horizontal-offset: -5px;
}

.arrows-button .arrows-button_arrows-container .elementor-widget-image {
  transition: var(--hoverEase);
}

.arrows-button:hover .arrows-button_arrows-container .elementor-widget-image {
  transform: rotate(-90deg);
}

.arrows-button .arrows-button_text a {
  font-family: "Bai Jamjuree" Sans-Serif;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.arrows-button.arrows-button--black .arrows-button_text a {
  color: black;
}

@media (max-width: 768px) {
  .home-news-cards-container .jet-listing-grid__slider .prev-arrow,
  .home-news-cards-container .jet-listing-grid__slider .next-arrow {
    display: none !important;
  }
}

/* Youtube Section */
.home-youtube-section .genre-wheels-container {
  max-width: 760px;
}
#genreFilter
  .jet-color-image-list__item
  input:checked
  + .jet-color-image-list__button
  .jet-color-image-list__decorator
  > * {
  border-color: black !important;
  border: none !important;
}

#genreFilter fieldset {
  display: flex;
  justify-content: center;
}
#genreFilter .jet-color-image-list__image {
  display: flex;
  justify-content: center;
}

/* UKF on Air Section */
.ukf-on-air-section .home-featured_ukfonair-new,
.ukf-on-air-section .ukf-on-air-section_heading {
  grid-row: 1;
  grid-column: 1;
}

.ukf-on-air-section .ukf-on-air-section_heading {
  pointer-events: none;
}

.ukf-on-air-section .ukf-on-air-section_heading .arrows-button {
  pointer-events: all;
}

.ukf-on-air-section .home-featured_ukfonair-new .trending_item {
  display: none;
}

.ukf-on-air-section .home-featured_ukfonair-new .new_item {
  display: none;
}

/* .ukf-on-air-section .home-featured_ukfonair-new .elementor-element {
  flex-direction: row !important;
} */

/* .ukf-on-air-section .home-featured_ukfonair-new .featured_ukfonair-item {
  height: 50vh;
}

.ukf-on-air-section .home-featured_ukfonair-new .featured_ukfonair-item {
  height: 90vh;
} */
.featured_ukfonair-new .trending_item {
  display: none;
}
.featured_ukfonair-trending .new_item {
  display: none;
}
.featured_ukfonair-trending .elementor-element {
  flex-direction: row !important;
}
.featured_ukfonair-trending .featured_ukfonair-item {
  height: 50vh;
}

.featured_ukfonair-new .featured_ukfonair-item {
  height: 90vh;
}
#ukf-on-air_featured .jet-listing-grid__item {
  padding: 0px !important;
}

.ukf-on-air-section .home-featured_ukfonair-new .jet-listing-grid__item {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .featured_ukfonair-new .featured_ukfonair-item {
    height: 100vh;
  }
  .featured_ukfonair-trending .featured_ukfonair-item {
    height: 500px;
  }
  .featured_ukfonair-item .elementor-element {
    gap: 3em !important;
  }
}
/* Events Section */
.events-section
  .jet-listing-grid
  .jet-listing-grid__items
  .jet-listing-grid__item {
  --items-offset: 20%;
}

.events-section
  .jet-listing-grid
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(odd) {
  padding-right: var(--items-offset);
}

.events-section
  .jet-listing-grid
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-child(even) {
  padding-left: var(--items-offset);
}

@media (max-width: 1024px) {
  .events-section
    .jet-listing-grid
    .jet-listing-grid__items
    .jet-listing-grid__item {
    --items-offset: 10%;
  }
}

@media (max-width: 768px) {
  .events-section
    .jet-listing-grid
    .jet-listing-grid__items
    .jet-listing-grid__item {
    --items-offset: 0;
    padding: 0;
  }
}

/* Labels Section */
.home-labels-section .home-labels-section_listing {
  max-width: 1340px;
}

.home-labels-section .jet-listing-grid__items {
  display: grid;
}

.home-labels-section .jet-listing-grid__items .jet-listing-grid__item {
  grid-column: 1;
  grid-row: 1;
  max-width: 100%;
}

.home-labels-section
  .jet-listing-grid__items
  .jet-listing-grid__item:nth-of-type(2)
  .label-wheel_container {
  margin-left: auto;
}

.home-labels-section .home-labels-item {
  pointer-events: none;
}

.home-labels-section .home-labels-item .label-wheel_container {
  width: fit-content;
  pointer-events: all;
}

.home-labels-section .home-labels-item .label-wheel_container .label-wheel {
  grid-column: 1;
  grid-row: 1;
}

.home-labels-section
  .home-labels-item
  .label-wheel_container
  .label-wheel.label-wheel--inverted {
  grid-column: 1;
  grid-row: 1;
}

.home-labels-section .home-labels-item .label-wheel_container .label-wheel img,
.home-labels-section
  .home-labels-item
  .label-wheel_container
  .label-wheel.label-wheel--inverted
  img {
  width: 211px;
  height: 211px;
  animation: rotate-animation 10s infinite linear;
  transition: opacity 0.2s linear;
}

.home-labels-section
  .home-labels-item
  .label-wheel_container
  .label-wheel.label-wheel--inverted
  img {
  opacity: 0;
}

.home-labels-section
  .home-labels-item
  .label-wheel_container:hover
  .label-wheel
  img {
  opacity: 0;
}

.home-labels-section
  .home-labels-item
  .label-wheel_container:hover
  .label-wheel.label-wheel--inverted
  img {
  opacity: 1;
}

.home-labels-section .home-labels-item .label-text {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.home-labels-section
  .home-labels-item
  .label-wheel_container:hover
  + .label-text {
  opacity: 1;
}

@media (max-width: 768px) {
  .home-labels-section .jet-listing-grid__items {
    display: blocK;
  }

  .home-labels-section .home-labels-item .label-wheel_container {
    width: 100%;
  }

  .home-labels-section .home-labels-item .label-text {
    opacity: 1;
  }
}
/***
  END OF Homepage
**/

.filter_container {
  justify-content: flex-end !important;
}

.blinking {
  animation: blinking 1s ease-in-out infinite;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

/* global animations */
.animated-heading_1 {
  overflow: hidden;
  width: 100%;
}
.animated-heading_1 h1 {
  opacity: 0;
}

.animated-heading_2 {
  overflow: hidden;
  width: 100%;
}
.animated-heading_2 h2 {
  opacity: 0;
}

.home-hero_image {
  opacity: 0;
}
