@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  margin: 0;
  font-family: "Comfortaa";
  color: #fff;
  background: #000;
  font-size: 0.95em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 0.8em;
  }
}
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
}
body, html {
  height: 100%;
}
.site-wrapper {
  min-height: 100%;
}
.content {
  width: 100%;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  color: #faa736;
  font-family: "Comfortaa";
  font-weight: 400;
  font-size: 3.5em;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.95;
}
h1, h2 {
  text-shadow: 0 0 10px #ff6000, 0 0 15px #ec420d, 0 0 10px #f78e00, 0 0 10px #f78e00, 0 0 25px #ec420d, 0 0 75px #e25500, 0 0 35px #ecaa0d, 0 0 5px #fff, 0 0 5px #ec420d, 0 0 30px #ffe53a, 0 0 30px #f78e00, 0 0 50px #ec420d, 0 0 80px #fff, 0 0 45px #ec420d, 0 0 65px #ffe53a, 0 0 80px #f78e00, 0 0 100px #c52f00;
}
a, a:hover, #menu-icon > .line, #menu-icon:hover > .line {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a, strong, b {
  color: #faa736;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.pslug_home strong {
  text-shadow: 0 0 15px #ec420d, 0 0 2px #fff, 0 0 35px #ec420d, 0 0 25px #ecaa0d, 0 0 20px #ffe53a, 0 0 60px #ec420d, 0 0 40px #ffde00, 0 0 45px #ec420d, 0 0 80px #fff, 0 0 65px #ec420d, 0 0 65px #ffe53a, 0 0 100px #c52f00;
}
.wrapper-inner {
  width: 100%;
  height: 100%;
  padding-top: 15em;
  padding-bottom: 5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
hr {
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 2px solid #c77e37;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
/*--- HOME ---*/
.home-content {
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  font-size: 2em;
  line-height: 1.5em;
}
/*--- PAGE ---*/
.page-content {
  width: 80%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.5em;
}
/*--- ARTISTS AND CLIENTS ---*/
.artist-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.artist-client-grid div {
  padding: 0.5em;
}
@media screen and (max-width: 1200px) {
  .artist-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .artist-client-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*--- EQUIPMENT ---*/
.equipment-grid {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry-fit;
}
.equipment-grid figure {
  margin: 0;
  display: block;
  line-height: 1;
}
.equipment-grid h3 {
  font-family: "Comfortaa";
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-size: 1.25em;
}
.equipment-grid figure ul {
  text-align: left;
  margin-left: 0;
  padding-left: 1em;
  list-style: none;
}
.equipment-grid figure ul li {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.equipment-grid figure ul li::before {
  content: "• ";
  color: #c77e37;
}
@media screen and (max-width: 1024px) {
  .equipment-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*--- MENU ---*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 0%;
  padding-right: 1%;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  z-index: 99;
}
.header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.logo {
  max-width: 300px;
}
@media screen and (max-width: 1400px) {
  max-width: 250px;
}
@media screen and (min-width: 1200.1px) {
  .menu-mobile, .menu-mob-trig, #menu-icon {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .menu-desk {
    display: none !important;
  }
}
.links-menu-mobile, .links-menu-desk {
  text-transform: uppercase;
  font-family: "Comfortaa";
  font-weight: 700;
  font-size: 1em;
}
.menu-desk {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .menu-desk {
    font-size: 0.8em;
  }
}
.menu-desk input, .menu-desk .sub-menu-arrow {
  display: none;
}
.menu-desk .links-menu-desk {
  padding-top: 0px;
}
.menu-desk .links-menu-desk a {
  color: #faa736;
}
.menu-desk .links-menu-desk a:hover {
  color: #faa736;
  text-shadow: 0 0 15px #ec420d, 0 0 2px #fff, 0 0 35px #ec420d, 0 0 25px #ecaa0d, 0 0 20px #ffe53a, 0 0 60px #ec420d, 0 0 40px #ffde00, 0 0 45px #ec420d, 0 0 50px #fff, 0 0 45px #ec420d, 0 0 45px #ffe53a, 0 0 50px #c52f00;
}
.menu-desk .links-menu-desk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-desk .links-menu-desk ul.nav-drop {
  left: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  top: 100%;
  padding-top: 0.2em;
  text-align: left;
}
.menu-desk .links-menu-desk ul.nav-drop > li {
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #faa736;
}
.menu-desk .links-menu-desk ul.nav-drop:not(.menu-level-1):not(.menu-level-0) {
  left: 100%;
  top: 0;
}
.menu-desk .links-menu-desk ul li {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #faa736;
}
.menu-desk .links-menu-desk ul li:hover {
  transition: background-color 0.6s linear;
}
.menu-desk .links-menu-desk ul li:hover > ul.nav-drop {
  transition: opacity 0.6s linear;
  opacity: 1 !important;
  overflow: visible;
}
.menu-desk .links-menu-desk ul li:not(:hover) {
  transition: background-color 0.6s linear;
  /* transition-delay: -0.3s; */
}
.menu-desk .links-menu-desk ul li:not(:hover) > ul.nav-drop {
  transition: opacity 0.6s linear;
  /* transition-delay: -0.3s; */
  pointer-events: none;
}
.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  /* background: url(../img/circle-4.png) no-repeat;
    background-position: 70%;
    background-size: 100vh;
    background-color: #000; */
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: 0% -100%;
  opacity: 0;
}
.menu-mobile .mm-wrap {
  width: 90%;
}
.menu-mobile .links-menu-mobile label {
  position: relative;
}
.menu-mobile .links-menu-mobile label span.sub-menu-arrow {
  position: absolute;
  right: 0em;
  text-align: right;
}
.menu-mobile .links-menu-mobile .hidden-checkbox {
  display: none;
}
.menu-mobile .links-menu-mobile ul {
  list-style: none;
  padding: 0;
}
.menu-mobile .links-menu-mobile ul li {
  margin: 1.5em 0;
}
.menu-mobile .links-menu-mobile ul li a, .menu-mobile .links-menu-mobile ul li label {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "Comfortaa";
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
}
.menu-mobile .links-menu-mobile ul li a:hover, .menu-mobile .links-menu-mobile ul li label:hover {
  color: #faa736;
  text-shadow: 0 0 15px #ec420d, 0 0 2px #fff, 0 0 35px #ec420d, 0 0 25px #ecaa0d, 0 0 20px #ffe53a, 0 0 60px #ec420d, 0 0 40px #ffde00, 0 0 45px #ec420d, 0 0 50px #fff, 0 0 45px #ec420d, 0 0 45px #ffe53a, 0 0 50px #c52f00;
}
.menu-mobile .links-menu-mobile ul.nav-drop {
  display: grid;
  font-size: 0.8em;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
  padding-left: 2em;
}
.menu-mobile .links-menu-mobile ul.nav-drop > div {
  overflow: hidden;
}
.menu-mobile .links-menu-mobile .submenu-trig:not(:checked) + label > span.sub-menu-arrow:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6em;
  content: "";
}
.menu-mobile .links-menu-mobile .submenu-trig:checked + label > span.sub-menu-arrow:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6em;
  content: "";
}
.menu-mobile .links-menu-mobile .submenu-trig:checked + label + ul {
  grid-template-rows: 1fr;
}
#menu-mob-trig {
  display: none;
}
#menu-icon {
  position: relative;
  z-index: 1010;
  margin-top: 70px;
  margin-right: 4%;
}
#menu-icon :hover > .line {
  box-shadow: 0 0 15px #ec420d, 0 0 2px #fff, 0 0 35px #ec420d, 0 0 25px #ecaa0d, 0 0 20px #ffe53a, 0 0 60px #ec420d, 0 0 40px #ffde00, 0 0 45px #ec420d, 0 0 50px #fff, 0 0 45px #ec420d, 0 0 45px #ffe53a, 0 0 50px #c52f00;
}
#menu-icon .hamburger-menu {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
#menu-icon .hamburger-menu .line {
  width: 100%;
  height: 2px;
  background-color: #faa736;
  /* You can adjust the color */
}
#menu-icon .close-menu {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#menu-icon .close-menu :hover {
  box-shadow: 0 0 15px #ec420d, 0 0 2px #fff, 0 0 35px #ec420d, 0 0 25px #ecaa0d, 0 0 20px #ffe53a, 0 0 60px #ec420d, 0 0 40px #ffde00, 0 0 45px #ec420d, 0 0 50px #fff, 0 0 45px #ec420d, 0 0 45px #ffe53a, 0 0 50px #c52f00;
}
#menu-icon .close-menu .line {
  width: 100%;
  height: 2px;
  background-color: #faa736;
  /* You can adjust the color */
  transform-origin: center;
  position: absolute;
  top: 50%;
  translate: 0% -50%;
}
#menu-icon .close-menu .line:first-child {
  transform: rotate(45deg);
}
#menu-icon .close-menu .line:last-child {
  transform: rotate(-45deg);
}
#menu-mob-trig:not(:checked) + #menu-icon .close-menu {
  display: none;
}
#menu-mob-trig:checked + #menu-icon .hamburger-menu {
  display: none;
}
#menu-mob-trig:checked + #menu-icon + .menu-mobile {
  translate: 0% 0%;
  opacity: 1;
}
/*--- FOOTER ---*/
#footer {
  padding-top: 1.25em;
  padding-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
}
.site-wrapper:not(.pslug_home) #footer {
  background: rgba(0, 0, 0, 0.95);
}
/*--- ABOUT ---*/
.alignleft {
  float: left;
  padding-bottom: 0;
  padding: 2px;
  margin-top: 0.5em;
  background: #fff;
  margin-right: 2em;
  margin-bottom: 0.5em;
  max-width: 60%;
  height: auto;
}
.pslug_daniel-wise .page-content {
  text-align: left !important;
}
/*--- AUDIO CLIPS ---*/
.ai-wrap .ai-btn {
  background: #000;
  color: #faa736 !important;
}
.ai-wrap .ai-btn svg {
  fill: #faa736 !important;
}
.ai-wrap .ai-volume-bar {
  background: #000;
  border-right: 1px solid #000;
}
.ai-wrap .ai-scroll-wrap .ai-tracklist {
  margin-right: 0;
}
.ai-track-info, .ai-track-title, .ai-track-name {
  color: #fff;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
  background: #faa736 !important;
}
.ai-wrap .ai-audio-control, .ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus, .ai-wrap .ai-track-progress, .ai-wrap .ai-scroll-wrap > div:last-child div {
  background: #faa736 !important;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
  background: #faa736 !important;
}
.ai-with-typography {
  font-family: "Comfortaa";
}
.ai-track-info p {
  text-align: left !important;
  font-family: "Comfortaa";
}
.ai-wrap {
  background: #000;
}
.ai-wrap .ai-track {
  background: #000;
}
.ai-wrap .ai-track-name {
  font-size: 15px;
}
.ai-with-typography .ai-track-title {
  font-size: 20px;
}
.ai-with-typography .ai-track-subtitle {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .ai-wrap .ai-track-name {
    font-size: 11px;
  }
}
/*# sourceMappingURL=https://theshed-us.ekstaging.com/wp-content/themes/bb-theme-exp/assets/css/cs.map */