/* Fonts */
@font-face {
  font-family: 'FabiolaCapitals';
  src: url('../fonts/FabiolaCapitals-Regular.woff2') format('woff2'),
    url('../fonts/FabiolaCapitals-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'FabiolaCapitasThin';
  src: url('../fonts/FabiolaCapitals-Thin.woff2') format('woff2'),
    url('../fonts/FabiolaCapitals-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  position: relative;
}

.month-container {
  justify-content: flex-start;
  align-items: flex-start;
  background-size: 62% !important;
}

.tan-texture {
  background-image: url(../img/paper-texture-lrg.jpg);
  background-size: contain;
  background-position: center;
  
}

/* Fonts */
.nav-text {
  font-size: 40px;
  font-family: 'FabiolaCapitals';
  letter-spacing: .5px;
}

.nav-text a:hover {
  color: var(--color__secondary__color500);
  text-decoration-color: var(--color__secondary__color500);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.active-page {
  text-decoration-color: var(--color__primary__color1);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--color__primary__color2);
}

/* Nav */
#nav {
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

#nav-item-01 ul {
  align-items: center;
  justify-content: flex-end;
  margin: 8px 0 0 0;
}

#nav-item-02 {
  width: 460px;
}

#nav-item-03 ul {
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0 0 0;
}

#nav-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
  justify-content: center;
  align-items: center;
}

#nav-close:hover {
  background: rgba(72, 59, 51, .15);
}

/*.ham-bar {
  width: 100%;
  height: 1px;
  border-radius: 12px;
  margin-bottom: 8px;
  transform: rotate(0deg);
}*/

.ham-bar {
  box-shadow: 0 1px 0 0 rgba(72, 59, 51, .45);
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
  transform: rotate(0deg);
}

.ham-bar:last-child {
  margin-bottom: 0px;
}

/* Rotate first bar */
.ham-bar-change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

/* Fade out the second bar */
.ham-bar-change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.ham-bar-change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* Image with Caption */
.caption-image {
  justify-content: flex-start;
}

.border-brown {
  border: 1px solid rgba(72, 59, 51, .45);
}

.border-tan {
  border: 1px solid var(--color__primary__color3);
}

/* Dividers */
.short-divider {
  width: 40px;
  height: 2px;
  background: rgba(72, 59, 51, .45);
  margin: 0 auto;
  opacity: 45%;
}

/*.horizontal-divider {
  width: 100%;
  height: 1px;
  min-height: 1px;
  background: rgba(72, 59, 51, .45);
  transform: translateY(-1px);
  box-sizing: border-box;
  overflow: hidden;
}*/

.horizontal-divider {
  box-shadow: 0 1px 0 0 rgba(72, 59, 51, .45);
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.horizontal-divider-light {
  box-shadow: 0 1px 0 0 var(--color__functional__white);
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.vert-divider {
  width: 1px;
  min-width: 1px;
  background: rgba(72, 59, 51, .45);
  align-self: stretch;
  height: auto;
  display: initial;
  transform: translateX(-1px);
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 1px;
}

.vert-divider-light {
  width: 1px;
  min-width: 1px;
  background: var(--color__primary__color3);
  align-self: stretch;
  height: auto;
  display: initial;
  transform: translateX(-1px);
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 1px;
}

.outter-border {
  padding: 4px;
  margin: 0 auto;
}

.inner-border {
  border: 1px solid rgba(72, 59, 51, .45);
}

/* Recaptcha */
.g-recaptcha {
  margin: 0 auto;
}

/* Hero Image Title */
#hero {
  position: relative;
  height: 500px;
}

.hero-full {
  background-size: cover;
  height: 526px;
  background-position: top center;
  background-repeat: no-repeat;
}

#home {
  background-image: url(../img/hero-image-home.jpg);
}

#about {
  background-image: url(../img/hero-image-about.jpg);
}

#music {
  background-image: url(../img/hero-image-music.jpg);
}

#shows {
  background-image: url(../img/hero-image-shows.jpg);
}

#contact {
  background-image: url(../img/hero-image-contact.jpg);
}

#presskit {
  background-image: url(../img/hero-image-presskit.jpg);
}

.blurred-circle {
  width: 90%;
  height: 80%;
  background-color: var(--color__primary__color3);
  border-radius: 50%;
  filter: blur(42px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.3;
}

.hero-image {
  position: relative;
}

.hero-image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-image, .hero-image img {
  max-height: 500px;
}

.hero-title {
  width: 100%;
  max-width: 646px;
  position: relative;
  padding: 0 0 0 72px;
}

/* Edge ELements */
.edge-elements {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  justify-content: space-between;
  flex-direction: row !important;
  padding: 8px;
  z-index: -1;
}

.edge-outter {
  outline: 1px solid rgba(107, 70, 18, 0.5);
  outline-offset: -18px;
}
.edge-inner {
  outline: 1px solid rgba(107, 70, 18, 0.5);
  outline-offset: -23px;
}

.edge-star {
  width: 80px;
  height: 80px;
}

.edge-line {
  width: 1px;
  height: 100%;
  background: #6B4612;
}

.edge-text {
  border: 1px solid#6B4612;
  padding: 4px;
  margin: 0;
  height: 66px;
}

.edge-text img {
  min-width: 0;
}

.edge-right, .edge-left {
  justify-content: space-between;
  width: 121px;
  padding: 21px;
  align-items: center;
  flex-basis: auto;
  height: auto;
  opacity: 0.5;
}

.bg-pattern {
  background-image: url(../img/bg-pattern-design.png);
  background-size: 100px;
  border: 22px solid #A3B698;
}

.clip-svg-top {
  clip-path: url(#myClipTop);
  height: 20px;
  mask-size: 100% auto;
  position: absolute;
  top: -19px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.clip-svg {
  clip-path: url(#myClip);
  height: 20px;
  mask-size: 100% auto;
  position: absolute;
  bottom: -19px;
  left: 0;
  z-index: 1;
  width: 100%;
  transform: rotate(180deg);
}

#tornBottom,
#tornTop {
  position: absolute;
  left: -3000px;
  top: -3000px;
}

.svg-container {
  width: 100%;
  /* The container determines the SVG's width */
  margin: auto;
}

/* The key CSS to make the SVG responsive */
.responsive-svg {
  width: 100%;
  /* Stretches to fill the container's width */
  height: auto;
  /* Height scales proportionally to maintain aspect ratio */
  display: block;
  /* Helps with alignment and margin issues */
}

/* Nav */
#nav-close {
  display: none;
}

a {
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  text-decoration: none;
  color: #483B33;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #D83C16;
  text-decoration-color: #D83C16;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

#testimonials {
  position: relative;
}

.testimonial .inner-border {
  height: 100%;
}

.main-tag {
  position: absolute;
  top: 14px;
  font-size: 7px;
  height: 7px;
  line-height: 7px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
  color: #6B4612;
  transform: translateX(-50%);
  left: 50%;
}

/* Stars */
#stars {
  height: 24px;
  min-height: 24px;
  max-width: 104px;
  margin: 0 auto;
}

/* Player */
.stream-message {
  text-align: left;
  width: 100%;
}

#stream-links {
    width: auto;
    justify-content: flex-end;
    flex-shrink: 0;
}

#player-top {
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

#icon-fl {
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
}

#icon-stamp {
  position: absolute;
  right: 92px;
  bottom: 0;
  height: 123px;
}

#player-title,
#player-social .left,
#player-social .right,
#player-main,
#palyer-current,
.player-item div {
  flex-direction: row !important;
}

#player-current {
  align-items: center;
}

#main-title,
#secondary-title {
  flex-direction: column !important;
}

.music-style-container {
  align-items: center;
  justify-content: center;  
}

.music-style {
  letter-spacing: 28%;
  font-size: 18px;
}

.player-item {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.player-item:hover {
  background: #ece2cb;
}

.player-item-num {
  align-items: center;
  justify-content: flex-start;
  width: auto;
}

.player-item-info {
  align-items: center;
  justify-content: flex-start;
  flex-direction: row !important;
}

.song-title {
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.song-num {
  font-size: 20px;
  font-family: 'FabiolaCapitals' !important;
  font-weight: var(--font__weight__Heavy);
  margin: 5px 0 0 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.lyrics-container {
  align-items: center;
  width: 20%;
  justify-content: flex-end;
}

.song-lyrics {
  opacity: 1;
  width: max-content;
  align-items: center;
  justify-content: flex-end;
}

#player-secondary-title {
  align-self: center;
}

#play-icon {
  transition: transform 0.3s ease;
  margin: 0 0 0 4px;
  width: 20px;
  height: 20px;
}

.social-container {
  transition: all 0.3s ease-in-out;
  border-radius: 80px;
  height: 40px;
  width: 40px;
  align-items: center;
}

.social-container-sm {
    transition: all 0.3s ease-in-out;
    border-radius: 80px;
    height: 32px !important;
    width: 77px !important;
    align-items: center;
    min-height: 0;
}

.icon-music {
    transition: all 0.3s ease-in-out;
    height: 40px;
    width: 40px;
    line-height: 52px;
    border-radius: 80px;
    text-align: center;
    min-width: 40px;
}

.icon-music:hover {
  background: #83240d;
}

.icon-contact {
  height: 16px;
  width: 16px;
  color: #F3E8D2;
}

.social-container:hover,
.social-container-sm:hover {
  background: #83240d;
}

#social {
  width: auto;
}

.social-icon {
  cursor: pointer;
  text-align: center;
  width: auto;
  margin: 0 auto;
  height: 24px;
}

/* Form */

#form-section {
  min-height: 463px;
}

.form-element {
  align-items: flex-start;
}

input,
button,
textarea,
select {
  font: inherit;
  width: 100%;
}

.empty-feedback,
.invalid-feedback {
  color: var(--color__secondary__color500);
  display: none;
}

.custom-input {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--color__functional__white);
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: rgba(72, 59, 51, .45);
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
}

#update-form {
  max-width: 344px;
}

#result {
  display: none;
}

.inline-button {
  flex-basis: auto;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  align-items: flex-end;
}

.input-container {
  position: relative;
  width: 280px;
}

/* Floating label */
.input-label {
  position: absolute;
  top: -10px;
  left: -4px;
  transform: translateY(-50%);
  color: #483B33;
  pointer-events: none;
  transition: 0.3s ease all;
  padding: 0 4px;
  font-weight: 500;
}

/* Focus and filled state */
.custom-input:focus {
  border-color: #483B33;
  border: 2px;
}

.custom-input:focus+.input-label,
.custom-input:not(:placeholder-shown)+.input-label {
  top: -8px;
  font-size: 12px;
  color: #483B33;
}

#footer p {
  text-align: center;
}

#footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

#footer a:hover {
  color: var(--color__primary__color2);
}

#footer-links {
  flex-direction: row !important;
}

.show {
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}

.show-year {
  width: auto;
  flex-shrink: 0;
}

.show-date-icon {
  cursor: pointer;
  text-align: center;
  width: 24px;
  margin: 0;
}

.show-month {
  align-items: center;
  justify-content: left;
  width: auto;
}

.event-info {
  align-content: flex-start;
  justify-content: flex-start;
}

.show-dates {
  border: 1px solid rgba(72, 59, 51, .45);
}

.show-item {
  align-self: center;
}

.show-num {
  text-align: left;
  text-transform: uppercase;
  width: fit-content;
  flex-shrink: 0;
  padding: 4px 8px;
}

.show-item p {
  align-self: left;
}

.show-guest {
  opacity: 0.65;
}

.show-loc {
  flex-grow: 1;
  justify-content: flex-start;
}

.show-tickets {
  width: auto;
  flex-shrink: 0;
}

.show-details {
  flex-shrink: 0;
  width: auto;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.show-details:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.past-event {
  opacity: 0.5;
}

#logos-top {
  align-items: flex-start;
}

.logos-left {
  width: auto;
  flex-shrink: 0;
}

.logos-right {
  width: auto;
  flex-grow: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  width: 208px;
}

#logos-top h3 {
  white-space: nowrap;
}

.brand-color {
  min-height: 130px;
  color: #483B33;
  justify-content: space-between;
}

.brand-color-priority {
  flex-basis: auto;
  width: auto;
}

.brand-color-light {
  min-height: 130px;
  color: #FFFFFF;
  justify-content: space-between;
  justify-content: space-between;
}

.brand-specs, .brand-specs-light {
  flex-direction: row !important;
}

.brand-specs {
  align-items: center;
}

.brand-specs-light {
  border: 1px solid #FFFFFF;
  align-items: center;
}

.brand-color-name {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row !important;
}

.brand-spec {
  align-items: center;
}

.color-type {
  padding: 2px 0 0 0;
}

.color-spec {
  font-size: 1.1vw;
  line-height: 1.1vw;
  padding: 0 0 4px 0;
}

.color-icon-container {
  width: 16px;
  height: 16px;
}

.color-icon {
  width: 16px;
  height: 16px;
}

/* MUSIC PLAYER */
#stream-info {
  align-items: center;
}

/* Using flex with the column direction to
   align items in a vertical direction */
.player {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.album-image {
  max-width: 200px;
}

.track-main {
  width: auto;
}

.fa-5x {
  font-size: 56px !important;
}

/* Changing the font sizes to suitable ones */

/* Using flex with the row direction to
   align items in a horizontal direction */
.player-buttons {
  flex-direction: row !important;
  width: auto;
  align-items: center;
  width: 332px;
  justify-content: center;
}

.playpause-track,
.prev-track,
.next-track {
  padding: 8px;
  opacity: 1;
  transition: opacity .2s;
}

/* Change the opacity when mouse is hovered */
.prev-track:hover,
.next-track:hover {
  opacity: 0.8;
}

/* Define the slider width so that it scales properly */
.slider_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.volume_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modify the appearance of the slider */
.seek_slider,
.volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border: 0px !important;
  border-radius: 2px;;
}

/* Modify the appearance of the slider thumb */
input[type="range" i]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: var(--color__primary__color1) !important;
  cursor: pointer;
  border-radius: 50%;
  border: var(--color__primary__color1) 1px solid !important;
}

/* Change the opacity when mouse is hovered */
.seek_slider:hover,
.volume_slider:hover {
  opacity: 0.8;
  border: none !important;
}

.seek_slider {
  width: 100%;
}

.volume_slider {
  width: 30%;
}

i.fa-volume-down,
i.fa-volume-up {
  padding: 10px;
}

/* Change the mouse cursor to a pointer
   when hovered over */
i.fa-play-circle,
i.fa-pause-circle,
i.fa-step-forward,
i.fa-step-backward {
  cursor: pointer;
}

i.fa-step-forward,
i.fa-step-backward {
  font-size: 32px;
}

i.fa-play-circle,
i.fa-pause-circle {
  color: var(--color__secondary__color500);
}

i.fa-play-circle:hover,
i.fa-pause-circle:hover {
  color: #83240d;
}


/* Track List */

.track-container {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.track-container:hover {
  outline: 2px solid #D83C16;
  outline-offset: -2px;
  /* Moves the outline 10px inside the edge */
}

.track-info {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.list-name,
.list-artist,
.list-number {
  font-size: 1rem;
}

.list-number {
  font-weight: 600;
}

.list-name {
  font-weight: 600;
}

.icon-download {
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  background-color: var(--color__secondary__color500);
  color: #F3E8D2;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  box-shadow: inset 0 0 0 3px var(--color__secondary__color500),inset 0 0 0 4px rgba(243, 232, 210, .5);
}

.icon-download:hover {
  background-color: #83240d;
  box-shadow: inset 0 0 0 3px #83240d,inset 0 0 0 4px rgba(243, 232, 210, .5);
}

.icon-download a {
  height: 27px;
}

.video-container {
    display: block;
    width: 100%;
    height: auto;
}

iframe {
	aspect-ratio: 16 / 9;
	width: 100% !important;
}

#bookin-top {
  align-items: center;
}

#booking-head {
  flex-direction: row !important;
  width: stretch;
}

#booking-head h2 {
  white-space: nowrap;
}

#booking-btn-container {
  width: auto;
  flex-shrink: 0;
}

#logo-btn-container {
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

/* END MUSIC PLAYER */

/* SHOW DETAILS ACCORDION */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  align-items: center;
}

.feather-chevron-down {
  height: 16px;
  width: 16px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  display: none;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .hero-full {
    height: 700px;
  }
}

@media (max-width: 1200px) {
  .hero-full {
    height: 550px;
  }
}

@media (max-width: 990px) {
  .hero-full {
    height: 487px;
  }
  .extra-padding {
    padding: 60px;
  }
  .edge-star {
    width: 48px;
    height: 48px;
  }
  .edge-right, .edge-left {
    width: 86px;
    padding: 20px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {

  body {
    padding-bottom: 40px;
  }

  .hero-full {
    height: 420px;
    margin-top: 62px;
  }

  .extra-padding {
    padding: 40px;
  }

  #logo-btn-container {
    width: 100%;
  }

  /* Nav */
  #nav-close {
    display: flex;
    top: 12px;
    right: 12px;
  }

  .hidden {
    display: none;
    /* or visibility: hidden; */
  }

  #nav {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  #nav-inner-container {
    gap: 8px;
    height: 100%;
    justify-content: flex-start;
  }

  #nav ul {
    align-items: flex-start !important;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin: 8px 0 0 0;
  }

  #nav ul li {
    width: 100%;
    height: 25px;
    line-height: 36px;
  }

  #nav-item-01 {
    order: 0;
    height: auto;
    justify-content: flex-end;
    margin-top: 24px;
  }

  #nav-item-02 {
    order: -1;
    height: auto;
    width: 120px;
    margin: 0 auto;
  }

  #nav-item-03 {
    order: 1;
    height: auto;
    justify-content: flex-start;
  }

  .bg-pattern {
    background-image: url(../img/bg-pattern-design.png);
    background-size: 92px;
    border: 8px solid #A3B698;
  }

  .edge-right, .edge-left {
    width: 55px;
    padding: 7px;
  }

  .edge-outter {
    outline: 1px solid rgba(107, 70, 18, 0.5);
    outline-offset: -8px;
  }

  .edge-inner {
    outline: 1px solid rgba(107, 70, 18, 0.5);
    outline-offset: -12px;
  }

  .edge-star {
    width: 40px;
    height: 40px;
  }

   #hero {
    margin-top: 61px;
    gap: 0;
  }

  .hero-title {
    width: 100%;
    max-width: 646px;
    position: relative;
    padding: 24px 24px 0 24px;
  }

  .mob-menu {
    height: 100vh;
  }

  .hero-image {
    z-index: 1;
    height: 502px;
  }

  .hero-title-image {
    width: 90%;
    max-width: 100%;
  }

  /* Stars */
  #stars {
    flex-direction: row;
  }

  .music-style {
    font-size: 14px;
  }

  .stream-message {
    text-align: center;
  }

  #stream-links {
    padding-top: 0px;
    flex-direction: row !important;
    justify-content: center;
  }

  #icon-fl, #icon-stamp {
    display: none;
  }

  /* Player */
  #player-title,
  #player-social .left,
  #player-social .right,
  #player-main,
  #palyer-current,
  .player-item,
  .player-item div {
    flex-direction: row !important;
  }

  .player-item-num {
    align-items: center;
    justify-content: center;
    width: auto;
  }

  .track-main {
    text-align: center;
  }

  /* MUSIC PLAYER */
  .player-buttons {
    align-items: center;
    justify-content: center;
    gap: 0;
    width: auto;
  }

  .track-name {
    font-size: 2rem;
  }

  .list-name {
    font-size: 1rem;
  }

  .track-artist {
    font-size: 1rem;
    line-height: 0px;
    height: 18px;
  }

  .track-info {
    gap: 16px;
  }

  .current-time {
    position: absolute;
    left: -6px;
    bottom: -28px;
  }

  .total-duration {
    position: absolute;
    bottom: -28px;
    right: -6px;
  }

  .controls {
    padding-bottom: 16px;
    padding-top: 0;
    gap: 8px;
  }

  .song-lyrics {
    justify-content: center;
  }

  .album-details {
    padding-bottom: 0;
  }

  .album-image {
    max-width: 100%;
  }

  .album-divider {
    display: none;
  }

  .input-container {
    width: 100%;
  }

  .volume_container {
    padding: 16px 0 0 0;
    width: 67%;
    margin: 0 auto;
  }

  .volume_slider {
    width: 100%;
  }

  i.fa-volume-down {
    padding-left: 0;
  }

  i.fa-volume-up {
    padding-right: 0;
  }

  /* END MUSIC PLAYER */
  #booking-btn-container {
    flex-basis: 100%;
    width: 100%;
    padding-top: 0;
  }

  #booking-head:first-child {
    width: stretch;
  }

  #update-form {
    max-width: 90%;
  }

  .show {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .show-name {
    gap: 0;
    width: stretch;
  }

  .separator {
    display: none;
  }

  .show-loc {
    text-align: left;
  }

  .show-tickets {
    width: stretch;
  }

  #contact-info {
    justify-content: flex-start;
    align-items: center;
  }
  .icon-contact {
    transition: all 0.3s ease-in-out;
    height: 40px;
    width: 40px;
    line-height: 52px;
    border-radius: 80px;
    text-align: center;
}

.logos-left {
  padding-bottom: 0;
}

 .color-spec {
    font-size: 2.1vw;
    line-height: 16px;
  }

}

@media (max-width: 550px) {

   .hero-full {
    height: 300px;
  }

  .music-style {
    font-size: 12px;
    letter-spacing: 24%;
  }
}

@media (max-width: 450px) {
  .music-style {
    font-size: 10px;
    letter-spacing: 10%;
  }
}

@media (max-width: 380px) {
  .music-style-divider,
  .music-style-container {
    display: none;
  }
}