/*
Theme Name: Backings
Author: 88mph Designs - Mark Feltwell
Author URI: http://www.88mph.design
Description: Web Design in Droitwich, Kidderminster, Worcester, Birmingham
Version: 1.0
Tags:
Text Domain: mark-feltwell-music
*/


/* Backings Style */

@import url("css/root.css");

html {
  font-size: 16px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: var(--text);
  line-height: 1.25;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Global ____________________________________________________________________*/
main {
  flex: 1;
}

.container {
  max-width: 1200px;
}

ul.ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.ul-inline li {
  display: inline-block;
}

a {
  transition: 0.15s;
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  color: var(--primary-alt);
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

b, strong {
  font-weight: 600;
}

.text-muted {
  color: var(--muted);
}

.tooltip {
  --bs-tooltip-bg: var(--neutral);
  --bs-tooltip-color: var(--text);
}

/* Logo ______________________________________________________________________*/
.logo {
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  color: var(--header);
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .logo {
    line-height: 0.6;
    font-size: 1.25rem;
  }
}

.logo .middle {
  color: var(--primary-alt);
}

.logo .last {
  font-weight: 300;
}

.logo_icon {
  width: auto;
  height: 2rem;
}

.logo_icon svg {
  height: 100%;
  width: auto;
  display: block;
  fill: var(--header);
}

.logo_icon svg .cls-mf {
  fill: var(--neutral);
}

.logo small {
  font-size: 0.65em;
  font-weight: 300;
  margin-left: 0.5rem;
}

.altLogo.logo {
  font-size: 1.25rem;
  color: var(--neutral);
}

.altLogo.logo .middle {
  color: var(--neutral);
}

.altLogo .logo_icon {
  margin-right: 0.25rem;
  z-index: 0;
}

.altLogo .logo_icon svg {
  fill: var(--neutral);
  position: relative;
  height: 100%;
  width: auto;
  opacity: 1;
  top: unset;
  left: unset;
  transform: translate(0);
}

@media (max-width: 767.98px) {
  .logo.altLogo {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}

/* Headings __________________________________________________________________ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  text-transform: capitalize;
  color: var(--header);
}

sub {
  margin-top: 0.5rem;
  bottom: 0;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: none;
  display: block;
}

/* Buttons ___________________________________________________________________*/
.btn {
  border-radius: var(--radius-round);
  min-width: 6rem;
  padding: 0.5rem 1rem;
}

.btn i {
  margin-right: 0.5rem;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
}

.btn-primary {
  color: var(--neutral) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover {
  color: var(--neutral) !important;
  background-color: var(--primary-alt) !important;
  border-color: var(--primary-alt) !important;
}

.btn-secondary {
  color: var(--neutral);
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  color: var(--neutral);
  background-color: var(--secondary-alt);
  border-color: var(--secondary-alt);
}

.btn-outline-primary {
  color: var(--primary) !important;
  background-color: transparent !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary:hover {
  color: var(--neutral) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-dark {
  color: var(--dark) !important;
  background-color: transparent !important;
  border-color: var(--dark) !important;
}

.btn-outline-dark:hover {
  color: var(--neutral) !important;
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
}

.btn-icon {
  min-width: 42px;
  width: 42px;
  padding: 0.5rem;
}

.btn-icon i {
  margin: 0;
}

.btn-ghost {
  color: var(--primary) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-ghost:hover {
  color: var(--primary) !important;
  background-color: var(--primary10) !important;
  border-color: transparent !important;
}

/* Pills & badges ____________________________________________________________*/
.badge {
  font-weight: 500;
  margin-bottom: 0.125rem;
}

.text-bg-primary {
  color: var(--primary) !important;
  background-color: var(--primary10) !important;
}

/* Page Section ______________________________________________________________*/
.page_section {
  margin: 4rem 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .page_section {
    margin: 3rem 0;
  }
}

/* Header ____________________________________________________________________*/
header.header {
  background: var(--neutral);
  border-bottom: 1px solid var(--border);
  padding: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .header .logo_icon {
    width: 0.5rem;
  }
}

.navBtns {
  margin: 0 0.5rem;
  display: flex;
}

.navBtns a {
  color: var(--header);
}

.navBtns a:hover {
  color: var(--primary);
}

.navBtns svg {
  font-size: 1.25rem;
}

div#contactModal .modal-body {
  padding: 0;
}

#contactModal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

@media (max-width: 991.98px) {
  #contactModal .btn-close {
    filter: invert(1);
  }

  div#contactModal .logo {
    display: none;
  }

  .modalColumn.modalCol1 {
      padding-bottom: 0;
  }
}

.modalColumn {
  padding: 2rem;
}

.modalColumn h2 {
  color: var(--primary);
}

.modalCol1 {
  background-image: linear-gradient(to bottom right, var(--secondary), var(--primary));
  position: relative;
  z-index: 0;
  height: 100%;
  padding-bottom: 5rem;
}

span.icon {
  margin-bottom: 0.5rem;
  display: block;
}

span.icon svg {
  font-size: 2.5rem;
}

.modalColumn .logo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 1.25rem;
  color: var(--neutral);
}

@media (max-width: 767.98px) {
  .modalColumn .altLogo.logo {
    font-size: 1rem;
  }
}

/* Contact Form ______________________________________________________________ */

.contactForm {
  padding-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .contactForm {
    padding-top: 0.5rem;
  }
}

.contactForm textarea.form-control {
  height: 100%;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: var(--radius);
}

/* Footer ___________________________________________________________________ */
footer.footer {
  padding: 2rem 0;
  position: relative;
  background-color: var(--dark_bkg);
  color: var(--neutral);
}



footer.sub_footer {
  background: var(--footer_bkg);
  color: var(--neutral);
  font-size: 0.75rem;
  padding: 0.5rem 0;
}

footer .altLogo.logo .cls-mf {
  fill: var(--footer_bkg);
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  color: var(--dark_bkg);
  font-size: 1.25rem;
  transition: .15s;
}

.btn-social:hover {
  color: var(--neutral);
}

.btn-social .dot {
  fill: var(--neutral);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: .15s;
}

.btn-social:hover .dot {
  fill: var(--dark_bkg);
}

.btn-social .dot .cls-border {
  fill: var(--neutral);
}

/* Navigation ________________________________________________________________*/
ul.mainMenu {
  display: flex;
  align-items: center;
}

header nav ul.mainMenu li {
  margin: 0 0.5rem;
}

header nav ul.mainMenu li a {
  text-decoration: none;
  font-size: 1rem;
}

.hamburger button {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text);
}

/* Mobile Menu _______________________________________________________________*/
.mobBkg {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 1040;
}

.openMenu .mobBkg {
  opacity: 0.35;
  visibility: visible;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 1050;
  height: 100%;
  width: 100%;
  max-width: 350px;
  filter: drop-shadow(0 0 3rem black);
  transition: 0.25s ease-out;
  background: var(--neutral);
  padding: 2rem 2rem;
  color: var(--neutral);
}

.openMenu .mobileMenu {
  right: 0;
}

.mobileMenu .hamburger button {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--neutral);
}

/* Hero ________________________________________________________________________ */
.hero {
  text-align: center;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .hero {
    padding: 2.5rem 0 0;
  }
}

.bkgImg {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  z-index: -1;
  background-color: var(--hero_bkg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(34px) brightness(55%);
  margin: -50px;
}

/* Backing loop ________________________________________________________________ */
.backingloop_footer {
  margin: 2rem 0;
  text-align: center;
}

/* Backing Cards _______________________________________________________________ */
.card {
  border-radius: var(--radius);
}

.card.backing_card {
  width: 100%;
}

.backing_card .card-top {
  position: relative;
  height: 10rem;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
}

.newBadge {
  background-color: var(--alert);
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: var(--radius-round);
  z-index: 10;
}

.gradBkg:before {
  content: '';
  background-image: linear-gradient(to bottom right, var(--secondary), var(--primary));
  height: 100%;
  width: 100%;
  position: absolute;
  mix-blend-mode: lighten;
  z-index: 1;
}

.backing_card .card-top .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  z-index: -1;
  opacity: 0.2;
}

.backing_card .card-top .toastBtn {
  color: var(--neutral);
  z-index: 2;
}

.backing_card .card-body svg {
  opacity: 0.7;
  font-size: 0.8rem;
}

.backing_card h6.card-subtitle {
  font-weight: 500;
}

.backing_card s.backingCats {
  font-weight: 500;
}

.backing_card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
}

span.playIcon {
  font-size: 2.5rem;
  height: 5rem;
  width: 5rem;
  display: block;
  position: relative;
  opacity: 0.5;
  border-radius: 10rem;
  transition: 0.2s;
}

span.playIcon:hover {
  height: 5.25rem;
  width: 5.25rem;
  font-size: 2.75rem;
}

span.playIcon:before {
  content: '';
  font-size: 2.5rem;
  background: #fff6;
  border-radius: 10rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.playing span.playIcon:before {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

span.playIcon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.25rem), -50%);
  display: block;
  filter: drop-shadow(0 0.125rem 0.25rem rgb(7 32 68 / 30%));
}

.playIcon.listening svg,
.playIcon.stop svg
 {
  display: block;
  transform: translate(-50%, -50%);
}

.playIcon.listening,
.playIcon.stop,
.playing .playIcon,
.playing .toastBtn:hover .playIcon.listening {
  display: none;
}

.playing .playIcon.listening,
.playing .toastBtn:hover .playIcon.stop {
  display: block;
}

em.acc {
  font-style: normal;
  vertical-align: super;
  font-size: 0.8em;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@media (max-width: 1199.98px)  {
  .backing_card .card-footer {
    flex-direction: column;
  }

  .backing_card .card-footer a {
    width: 100%;
    text-align: center;
  }

  .backing_card .card-footer a+a {
    margin-top: 0.25rem;
  }
}

/* Results ____________________________________________________________________ */

@media (min-width: 576px) and (max-width: 767.98px) {
  .results_table {
    padding: 0 1rem;
  }
}

.results {
  border-top: 1px solid var(--border);
}

/* Backing item _______________________________________________________________ */
.backing_item .item_img {
  aspect-ratio: 1;
}

.backing_item .item_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

@media (max-width: 767.98px) {
  .backing_item .item_img img {
    border-radius: var(--radius-sm);
  }
}

.item_content {
  margin-top: 0.5rem;
}

.item_title {
  margin-bottom: 0.25rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a .item_title {
  color: var(--text);
}

a .item_title:hover {
  color: var(--primary);
}

.item_subtitle,
a .item_subtitle {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--muted);
  font-weight: 300;
}

a .item_subtitle:hover {
  color: var(--primary);
}

/* Backing item row ___________________________________________________________ */
.backing_item_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding: 0.5rem 1rem;
  gap: 2rem;
  transition: .15s;
}

@media (max-width: 767.98px) {
  .backing_item_row {
    gap: 1rem;
    padding: 0.5rem;
  }
}

.backing_item_row:hover {
  background: var(--light);
}

.backing_item_row .backing_item_col {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.backing_item_row .backing_item_col.image {
  width: 3rem !important;
  min-width: 3rem;
}

.backing_item_col.backing_item_title {
  min-width: 12rem;
}

.backing_item_row .item_img {
  height: 3rem;
}

.backing_item_group {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  .backing_item_group {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }
}

.backing_item_row .backing_item_col .backing_item_content {
  font-weight: 300;
  color: var(--text);
}

.backing_item_row .backing_item_col a:hover .backing_item_content {
  color: var(--primary);
}

.backing_item_row .backing_item_col.backing_item_title .backing_item_content {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .backing_item_artist {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .backing_item_col.icons {
    max-width: 12rem;
  }
}

.backing_item_col.icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.25rem;
  min-width: 9rem;
  width: auto;
}

@media (max-width: 575.98px) {
  .backing_item_col.icons {
    display: none;
  }
}

.backing_item_col.icons a {
  display: inline-block;
  cursor: default;
}

.backing_item_col.icons .backingKey {
  font-weight: 400;
}

.row_icon {
  background: var(--primary10);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-round);
  height: 2rem;
  min-width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary) !important;
}

span.backingKey.row_icon i {
  font-size: 0.75rem;
}

.row_icon .tonic {
  margin-left: 0.25rem;
}

/* Music Player _______________________________________________________________ */
.musicPlayer audio {
  width: 100%;
}

.toast.playing {
  border: 1px solid var(--toast);
}

.toast.playing .toast-header {
  border-color: var(--toast);
  color: #fff;
  background-color: var(--toast);
}

.toast.playing .toast-header .btn-close {
  filter: invert(1);
}

.toast .btn-download {
  background: none;
  border: none;
  color: inherit;
  opacity: 0.5;
  transition: 0.2s;
  padding: 0 0.25rem;
}

.toast.playing .btn-download {
  color: var(--neutral);
}

.toast .btn-download:hover {
  opacity: 1;
}

/* Modal ______________________________________________________________________ */

.modal.backingInfo .list-group-item span {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
}

.modal-header {
  background: var(--lighter);
}

.track_img img {
  max-height: 15rem;
  width: auto;
  max-width: 100%;
  margin: 0 auto 1rem;
  display: block;
}

@media (max-width: 575.98px) {
  .track_img img {
    margin-bottom: 0.5rem;
    max-height: 10rem;
  }
}

/* Search Box ________________________________________________________________ */
@media (min-width: 768px) {
  .searchBox {
    padding: 2rem 0 0;
  }
}

.searchBox label {
  min-height: var(--minHeight) !important;
}

.searchBox form ul:not(.chosen-results) {
  padding: 0;
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.searchBox .sf-field-search input {
  width: 100%;
  min-height: var(--minHeight);
  border-radius: var(--radius-round);
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--border);
}

.sf-field-search {
  width: 100%;
  max-width: 28rem;
}

.searchandfilter label {
  width: 100%;
}

select.sf-input-select {
  padding: 0.5rem;
  background: var(--neutral);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: var(--minHeight);
  display: flex;
  align-items: center;
}

li.sf-field-taxonomy-backing-categories {
  display: flex;
  align-items: center;
}

.chosen-container {
  width: 100% !important;
}

.searchBox .sf-field-submit .btn {
  height: 100%;
  min-width: 6rem;
  min-height: var(--minHeight);
}

.searchAlert {
  border: 1px solid var(--alert);
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 36rem;
  margin: auto;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchAlert i {
  font-size: 1.25rem;
  color: var(--alert);
  margin: 0.5rem;
}

.hero .sf-field-search input,
.hero .sf-field-taxonomy-backing-categories select {
  box-shadow: var(--shadow3);
}

@media (max-width: 767.98px) {
  .searchBox .searchandfilter {
    max-width: 28rem;
    margin: 0 auto;
  }

  .searchBox li.sf-field-taxonomy-backing-categories {
    flex: 1;
    margin: 0 !important;
  }

  .searchandfilter select.sf-input-select {
    min-width: 100%;
  }

  .searchBox li.sf-field-submit {
    flex-basis: 0;
    margin-right: 0 !important;
  }
}

div#searchModal .searchBox {
  padding: 0;
  margin: 0.25rem 1rem 0;
}

@media (max-width: 767.98px) {
  div#searchModal .searchBox {
    padding: 0;
    margin: 0.25rem 0 0;
  }
}

div#searchModal .searchBox h4 {
  display: none;
}

div#searchModal .searchBox .sf-field-search {
  max-width: 100%;
}

div#searchModal .close {
  top: 0;
  right: 0;
}

/* Payment Modal _________________________________________________________ */
.modal-content {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem #28282833;
  border: none;
}

#donateModal .modal-header {
  background-color: var(--neutral);
  position: relative;
  padding: 2rem;
  border: none;
}

#donateModal .bkgImg img {
  opacity: 0.1;
}

#donateModal .modal-body {
  padding: 2rem 2rem 0;
}

.big_icon {
  font-size: 6rem;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--primary);
  opacity: 0.8;
}

#donateModal .modal-body h6 {
  text-transform: none;
  margin-bottom: 0.5rem;
}

.modal-footer {
  border: none;
  padding: 2rem;
}

span#trackName {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
  #donateModal .modal-footer .btn {
    width: 100% !important;
  }
}

/* Single Page ___________________________________________________________ */
.single_main {
  background-color: var(--light);
  padding: 4rem 0;
}

@media (max-width: 767.98px) {
  .single_main {
    padding: 2rem 0;
  }
}

.hero.single_hero {
  text-align: left;
}

@media (max-width: 767.98px) {
  .hero.single_hero {
    padding: 1rem 0;
  }

  section.hero.single_hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top,#000 0,#000 46%,rgba(0,0,0,.2) 84%,transparent 100%);
    z-index: 0;
  }
  
}

.hero_content {
  display: flex;
  padding: 0 2rem;
  color: var(--neutral);
  align-items: center;
}

@media (max-width: 767.98px) {
  .hero_content {
    flex-direction: column;
    align-items: center;
  }
}

.song_art {
  border-radius: var(--radius);
  overflow: hidden;
  margin-right: 2rem;
  aspect-ratio: 1;
  height: 100%;
  width: 16rem;
  min-width: 16rem;
}

@media (max-width: 767.98px) {
  .song_art {
    width: 14rem;
    margin: 0;
    z-index: -1;
  }
}

.song_art img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.song_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.5rem 0;
}

@media (max-width: 767.98px) {
  .song_items {
    align-items: center;
    margin-top: -2rem;
    z-index: 2;
  }
}

.song_title .artist {
  margin-top: 0.125rem;
}

.song_title .title,
.song_title .artist,
.song_title a {
  color: var(--neutral);
}

.song_title a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767.98px) {
  .song_title {
    text-align: center;
  }

  .song_title .title {
    font-size: 1.25rem;
  }

  .song_title .artist {
    font-size: 0.875rem;
  }
}

.song_options {
  display: flex;
  gap: 0.5rem;
}

.song_details {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .song_details {
    text-align: center;
  }
}

.song_details span.backingDetail {
  margin-right: 1rem;
}

.song_details strong {
  font-weight: 600;
}

.backingKey .tonic,
.backingKey .acc{
  letter-spacing: -2px;
}

.song_structure {
  display: flex;
  gap: 0.25rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}

.song_structure a {
  cursor: default;
}

.song_section {
  position: relative;
  display: inline-block;
}

.song_section {
  background: #ffffff99;
  color: var(--text) !important;
  font-size: 0.75rem;
  border-radius: var(--radius);
  height: 2rem;
  width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.125rem;
}

.song_section .badge {
  z-index: 2;
}

/* Single Page panels _________________________________________________________ */
.panel {
  background-color: var(--neutral);
  border-radius: var(--radius);
  padding: 2rem;
}

.panel + .panel {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .panel {
    padding: 1.5rem;
  }

  .panel + .panel {
    margin-top: 1.5rem;
  }
}

.panel_header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.genre_tags .badge + .badge {
  margin-left: 0.25rem;
}

.lyrics .panel_content {
  position: relative;
  height: 100%;
  max-height: 26rem;
  overflow: hidden;
}

.lyrics.open .panel_content {
  max-height: 100%;
}

.lyrics .panel_content h6 {
  font-weight: 200;
  padding: 0.5rem 0 0.25rem;
}

.lyrics .panel_content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(#ffffff00, #fff 80%);
}

.lyrics.open .panel_content:after {
  display: none;
}

.panel_footer {
  margin-top: 1rem;
}

.lyrics .btn .less,
.lyrics.open .btn .more {
  display: none;
}

.lyrics.open .btn .less,
.lyrics .btn .more {
  display: block;
}

dl.panel_content {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  grid-column-gap: 0.75rem;
  grid-row-gap: 1.25rem;
  margin: 0;
  font-size: 0.875rem;
}

dl.panel_content dt {
  font-weight: 300;
}

dl.panel_content dd {
  font-weight: 500;
  margin: 0;
}

/* Player _____________________________________________________________________ */
.player {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: #fffffff2;
  height: auto;
  width: calc(100% - 2rem);
  max-width: 50rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem #00000040;
  transition: 0.5s ease-out;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 767.98px) {
  .player {
    width: calc(100% - 1rem);
    margin-bottom: 0.5rem;
    padding: 1rem 1.5rem;
  }


}

.player.hidden {
  transform: translate(-50%, 120%);
  transition: 0.25s ease-in;
  opacity: 0;
}

.close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--text);
  z-index: 9999;
}

@media (max-width: 767.98px) {
  .player_details {
      font-size: 0.875rem !important;
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 0.25rem;
      flex-direction: row-reverse;
  }

  .player_details .title {
    font-size: 0.875rem;
  }
}

.player p.artist {
  margin: 0.25rem 0;
}

.player .track {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.player .track div {
  flex: 1;
}

#playBtn.playing .fa-play,
#playBtn .fa-pause,
#playSong.playing .fa-play,
#playSong .fa-pause {
  display: none;
}

#playBtn.playing .fa-pause,
#playBtn .fa-play,
#playSong.playing .fa-pause,
#playSong .fa-play {
  display: inline-block;
}

.duration {
  text-align: right;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

/* Video ______________________________________________________________________ */
.video iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  border-radius: var(--radius);
}

/* Tags _______________________________________________________________________ */
.tags {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Cat box ____________________________________________________________________ */
.cat_box {
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  aspect-ratio: 2.2/1;
  font-weight: 500;
  color: var(--neutral);
}

.cat_box .bkgImg {
  filter: grayscale(1) brightness(0.65);
  margin: 0;
  transition: 0.2s;
}

.cat_box:hover .bkgImg {
  margin: -20px;
  filter: grayscale(1) brightness(0.4) blur(4px);
}

/* Recaptcha __________________________________________________________________ */
.grecaptcha-badge {
  display: none !important;
}