.container {
  padding: 0 10px;
  max-width: 1660px;
  margin: 0 auto;
}
.container-fluid {
  max-width: 100%;
}

@media screen and (max-width: 1740px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 990px) {
  .container {
    max-width: 100%;
  }
}
html, body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  background-color: #F2F2F2;
  color: #616161;
  background-color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #616161;
  text-underline-offset: 4px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1,
.h1 {
  font-size: 600px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

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

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto !important;
}

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

body.no-scroll {
  overflow: hidden;
}

.header {
  width: 100%;
  background-color: #000;
  z-index: 99;
  transition: opacity 0.3s;
}
.header.hidden {
  opacity: 0;
}
.header > .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 10px;
}
.header .logo img {
  filter: invert(100);
}
.header .button-menu {
  position: relative;
  width: 30px;
  height: 20px;
}
.header .button-menu span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.header .button-menu span:first-child {
  top: 0;
  left: 0;
}
.header .button-menu span:nth-child(2) {
  top: calc(50% - 1px);
  left: 9px;
}
.header .button-menu span:last-child {
  bottom: 0;
  left: 3px;
}

.header-menu ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}
.header-menu ul li {
  list-style: none;
}
.header-menu ul li a {
  text-decoration: none;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.header-menu ul li a:hover, .header-menu ul li a:focus, .header-menu ul li a:active {
  text-decoration: underline;
}

.footer {
  background-color: #000;
  margin: auto auto 20px;
  padding-top: 20px;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
}
.footer .footer-logo {
  position: relative;
}
.footer .footer-logo::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 3px);
  border-bottom: 1px solid #fff;
}
.footer .footer-logo .logo img {
  position: relative;
  padding-right: 25px;
  display: block;
  z-index: 1;
  background-color: #000;
}

.copyright {
  color: #cfcfcf;
  padding: 20px 10px;
  text-align: center;
}
.copyright .d-col-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright p {
  margin-bottom: 0;
  padding: 0 10px;
}
.copyright a {
  text-decoration: underline;
  color: #fff;
}
.copyright a:hover, .copyright a:focus, .copyright a:active {
  text-decoration: none;
}

.footer-social {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.footer-social a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  font-size: 32px;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  text-decoration: none;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 440px) {
  .footer-social a {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

.footer-content {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-content h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 440px) {
  .footer-content h4 {
    font-size: 20px;
  }
}

.footer-menu {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}
.footer-menu li {
  list-style: none;
}
.footer-menu li a {
  text-decoration: none;
  margin-right: 30px;
  color: #fff;
}
.footer-menu li a:hover, .footer-menu li a:focus, .footer-menu li a:active {
  text-decoration: underline;
}

.social-links {
  display: flex;
  align-items: center;
  margin: 0 -6px;
}
.social-links a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
  color: #fff;
  margin: 0 4px;
  font-size: 24px;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  text-decoration: none;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  background-color: #fff;
  color: #000;
}

.btn {
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 28px;
  text-align: center;
  transition: all 0.3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn.btn-icon i {
  margin-left: 12px;
}

.btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.btn-link {
  color: #000;
  position: relative;
}
.btn-link i {
  position: relative;
  font-size: 16px;
  margin-left: 12px;
  left: 0;
  transition: all 0.3s;
}
.btn-link::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 6px;
  width: calc(100% - 28px - 56px);
  border-bottom: 1px solid #000;
  transition: all 0.3s;
}
.btn-link:hover:after, .btn-link:focus:after, .btn-link:active:after {
  width: 0;
}
.btn-link:hover i, .btn-link:focus i, .btn-link:active i {
  left: 5px;
}

.btn-block {
  position: relative;
  display: block;
}

.resp-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  transition: all 0.3s;
  z-index: 999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.4);
}
.resp-menu.opened {
  opacity: 1;
  left: 0;
}
.resp-menu.opened + .resp-menu-bg {
  opacity: 1;
  left: 0;
}
.resp-menu .resp-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: 62px;
}
.resp-menu .button-menu {
  position: relative;
  width: 22px;
  height: 22px;
}
.resp-menu .button-menu span {
  position: absolute;
  height: 2px;
  width: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 1px);
  background-color: #fff;
}
.resp-menu .button-menu span:first-child {
  transform: rotate(-45deg);
}
.resp-menu .button-menu span:last-child {
  transform: rotate(45deg);
}
.resp-menu .resp-menu-pages {
  padding: 15px 20px;
}
.resp-menu .resp-menu-pages ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.resp-menu .resp-menu-pages a {
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
}
.resp-menu .resp-menu-pages a:hover, .resp-menu .resp-menu-pages a:focus, .resp-menu .resp-menu-pages a:active {
  text-decoration: none;
}
.resp-menu .resp-menu-pages a i {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
.resp-menu .resp-menu-social-links {
  margin: 0;
  padding: 10px 20px;
}
.resp-menu .resp-menu-social-links a {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  color: #272727;
}

.page-header {
  height: 306px;
  background-color: #000;
  background-image: url("/templates/images/page-header-bg.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
.page-header h1 {
  margin-top: 56px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 60px;
  }
  .page-header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 542px) {
  .page-header {
    height: 240px;
  }
}
@media screen and (max-width: 370px) {
  .page-header h1 {
    font-size: 25px;
  }
}

.main-home {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.main-home .home-annotation {
  max-width: 872px;
  margin: 0 auto 80px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.latest {
  margin-bottom: 40px;
}

.release-item {
  display: flex;
  align-items: center;
  background-color: #0a0a0a;
  border-radius: 20px;
  padding: 20px;
}
.release-item img {
  border-radius: 10px;
  margin-right: 20px;
}
.release-item .title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 6px;
}
.release-item .title .explicit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-right: 1px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 800;
  color: #000;
  background-color: #888888;
}
.release-item .artists a {
  text-decoration: none;
  color: #3d3d3d;
}
.release-item .artists a:hover, .release-item .artists a:focus, .release-item .artists a:active {
  text-decoration: underline;
}
.release-item > div > a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .release-item {
    padding: 10px;
    border-radius: 10px;
  }
  .release-item .title {
    font-size: 16px;
  }
  .release-item .artists {
    font-size: 14px;
  }
  .release-item img {
    max-width: 100px;
  }
}

.members .member {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background-color: #0a0a0a;
  margin-bottom: 20px;
}
.members .member img {
  border-radius: 50%;
  margin-right: 20px;
}
.members .member .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.members .member .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.members .member a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.members .member a:hover, .members .member a:focus, .members .member a:active {
  text-decoration: none;
}
.members .member a i {
  margin-right: 10px;
}
.members .member a:hover span, .members .member a:focus span, .members .member a:active span {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .members .member {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .members img {
    max-width: 80px;
  }
}

.shows {
  margin-bottom: 40px;
}
.shows .show-item {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #0a0a0a;
}
.shows img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.shows .show-thumbnail {
  position: relative;
}
.shows .date {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 800;
  color: #fff;
  background-color: #0a0a0a;
}
.shows .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.shows .performers a {
  text-decoration: none;
  color: #3d3d3d;
}
.shows .performers a:hover, .shows .performers a:focus, .shows .performers a:active {
  text-decoration: underline;
}
.shows .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main-team {
  margin-bottom: 80px;
}

.team-member {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.team-member .h4 {
  margin-bottom: 10px;
}
.team-member .tm-img {
  margin-right: 40px;
}
.team-member .tm-img img {
  border-radius: 20px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.6);
  min-width: 200px;
}
.team-member:nth-child(even) {
  justify-content: flex-end;
}
.team-member:nth-child(even) .tm-img {
  margin-left: 40px;
  margin-right: 0;
}
.team-member:nth-child(even) .tm-content {
  order: -1;
  text-align: right;
}
.team-member:nth-child(even) .email {
  justify-content: flex-end;
}
.team-member:nth-child(even) .email a {
  margin-right: 0;
  margin-left: 15px;
}
.team-member .email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-member .email a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-right: 15px;
}
.team-member .email a:hover, .team-member .email a:focus, .team-member .email a:active {
  text-decoration: none;
}
.team-member .email a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  margin-right: 10px;
}
.team-member .email a span {
  text-decoration: underline;
}
.team-member .email a span:hover, .team-member .email a span:focus, .team-member .email a span:active {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .main-team {
    margin-bottom: 0;
  }
  .team-member .h4 {
    font-size: 20px;
  }
  .team-member .tm-img img {
    min-width: 150px;
  }
}
@media screen and (max-width: 542px) {
  .team-member {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-member .tm-content {
    width: 100%;
    text-align: center;
  }
  .team-member .tm-img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .team-member .email {
    justify-content: center;
  }
  .team-member .email a {
    margin-right: 8px;
    margin-left: 8px;
  }
  .team-member:nth-child(even) {
    justify-content: center;
  }
  .team-member:nth-child(even) .tm-img {
    margin-left: 0;
    margin-right: 0;
  }
  .team-member:nth-child(even) .tm-content {
    order: unset;
    text-align: center;
  }
  .team-member:nth-child(even) .email {
    justify-content: center;
  }
  .team-member:nth-child(even) .email a {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.main-gallery .gallery-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  padding: 0 5px;
  margin: 0 auto 30px;
}
.main-gallery .gallery-header .h5 {
  margin-bottom: 0;
}
.main-gallery .gallery-header > i {
  transition: all 0.3s;
}
.main-gallery .gallery-header.opened > i {
  transform: rotate(180deg);
}
.main-gallery .gallery {
  margin-bottom: 70px;
}
.main-gallery .gallery-photos {
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
  margin: auto;
}
.main-gallery .gallery-photos .col {
  width: 50%;
  padding: 0 5px;
}
.main-gallery .gallery-photos .col.col-lg {
  width: 100%;
}
.main-gallery .gallery-photos .img-responsive {
  margin-bottom: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 543px) {
  .main-gallery .gallery-header > i {
    display: none;
  }
  .main-gallery .btn-resp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-gallery .gallery-header .h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 542px) {
  .main-gallery .page-header {
    margin-bottom: 4px;
  }
  .main-gallery .gallery {
    margin-bottom: 0;
  }
  .main-gallery .gallery > .btn {
    margin-bottom: 24px;
  }
  .main-gallery .gallery:not(.opened) {
    display: none;
  }
  .main-gallery .gallery-header {
    padding: 16px 20px;
    margin: 0 -20px;
    cursor: pointer;
  }
  .main-gallery .gallery-header .btn {
    display: none;
  }
  .main-gallery .gallery-header:not(.opened):not(:nth-last-of-type(2)) {
    border-bottom: 1px solid #cfcfcf;
  }
  .main-gallery .gallery-photos {
    margin: 0 -20px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
  }
  .main-gallery .gallery-photos .col {
    width: 100%;
    padding: 0;
  }
  .main-gallery .gallery-photos .img-responsive {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.page-404 {
  flex: 1;
  background-color: #000;
  background-image: url("/templates/images/404-bg.jpg");
  padding: 90px 20px 20px;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-404 h1,
.page-404 p {
  color: #fff;
}
.page-404 p {
  font-size: 30px;
}
.page-404 .content {
  text-align: center;
}
.page-404 .btn-link {
  color: #fff;
}
.page-404 .btn-link::after {
  border-color: #fff;
}
@media screen and (max-width: 990px) {
  .page-404 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-404 h1 {
    font-size: 25px;
  }
  .page-404 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 419px) {
  .page-404 h1 {
    font-size: 20px;
  }
  .page-404 p {
    font-size: 18px;
  }
}

.admin-login-wrapper {
  background-color: #191919;
  width: 100%;
  height: 100%;
}

.login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ce492a;
  color: #ffffff;
}

.login form input[type=password], .login form input[type=text] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}

.login form input[type=submit] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #ce492a;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type=submit]:hover {
  background-color: #ce492a;
  transition: background-color 0.2s;
}

.admin-header {
  background-color: #000;
  height: 60px;
  width: 100%;
  border: 0;
}
.admin-header div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
.admin-header div h1 {
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}
.admin-header div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
}
.admin-header div a i {
  padding: 2px 8px 0 0;
}
.admin-header div a:hover {
  color: #eaebed;
}
.admin-header div h1, .admin-header div .navtop div a {
  display: inline-flex;
  align-items: center;
}

body.admin {
  background-color: #f3f4f7;
}

.admin-content {
  width: 1000px;
  margin: 0 auto;
}
.admin-content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}
.admin-content > p, .admin-content .content > div {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}
.admin-content > p table td, .admin-content .content > div table td {
  padding: 5px;
}
.admin-content > p table td:first-child, .admin-content .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}
.admin-content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.wf-toolbar {
  position: fixed;
  top: 200px;
  left: -160px;
  background-color: #191919;
  padding-right: 40px;
  color: #fff;
  transition: all 0.3s;
}
.wf-toolbar .btn-link {
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}
.wf-toolbar .toolbar-btns {
  margin-bottom: 10px;
}
.wf-toolbar.active {
  left: 0;
}
.wf-toolbar a {
  color: #fff;
}
.wf-toolbar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  border-right: 1px solid #73767e;
}
.wf-toolbar .wf-toolbar-flag {
  position: absolute;
  right: 0;
  left: calc(100% - 40px);
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #000;
}
.wf-toolbar .wf-toolbar-flag img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.wf-toolbar .wf-toolbar-content {
  padding: 20px 10px;
  font-size: 14px;
  width: 160px;
}

/*# sourceMappingURL=style.css.map */
