/* ====== PART SECTION IMPORT ====== */
/* ====== GLOBAL STYLE ====== */
/* VARIABLES*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Ionicon';
  src: url("../fonts/ionicons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Roboto Mono", monospace;
  background-color: #f2f2f2;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .no-padd {
    padding-right: 0;
    padding-left: 0;
  }
}

.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-content.has-scroll .wr-static__player__plr {
  width: calc(100vw - 410px);
}

.site-content .wr-main-content {
  margin-left: 330px;
  width: calc(100% - 330px);
}

.site-content .wr-static {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
}

.site-content .wr-static__mail {
  position: relative;
  padding: 35px 20px 20px 0;
}

.site-content .wr-static__mail i {
  color: #000000;
  font-size: 50px;
  cursor: pointer;
}

.site-content .wr-static__mail__btn {
  position: absolute;
  right: 46px;
  bottom: -80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__mail__btn a {
  display: block;
  position: relative;
  padding: 26px 30px;
  border: 2px solid #000000;
  background-color: #f2f2f2;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.37;
  letter-spacing: 0.95px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__mail__btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 15px;
  width: 17px;
  height: 17px;
  background: #f2f2f2;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__mail__btn a:hover {
  color: #f2f2f2;
  background-color: #000000;
}

.site-content .wr-static__mail__btn a:hover::after {
  background: #000000;
}

.site-content .wr-static__mail:hover .wr-static__mail__btn {
  opacity: 1;
  visibility: visible;
}

.site-content .wr-static__player {
  position: relative;
}

.site-content .wr-static__player__btn {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fae11e;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__player__btn::after {
  position: absolute;
  content: "\f488";
  top: 53%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Ionicon";
  font-size: 60px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__player__btn.active::after {
  content: "\f2c0";
}

.site-content .wr-static__player__plr {
  position: absolute;
  top: 0;
  right: 80px;
  width: calc(100vw - 436px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fae11e;
  border-top: 1px solid #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__player__plr.active {
  opacity: 1;
  visibility: visible;
}

.site-content .wr-static__player__plr .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-content .wr-static__player__plr .toggle button {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.site-content .wr-static__player__plr .toggle button::after {
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Ionicon";
  font-size: 60px;
  color: #000000;
}

.site-content .wr-static__player__plr .toggle .toggle-play {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.site-content .wr-static__player__plr .toggle .toggle-play::after {
  content: "\f488";
}

.site-content .wr-static__player__plr .toggle .toggle-pause {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.site-content .wr-static__player__plr .toggle .toggle-pause::after {
  content: "\f478";
}

.site-content .wr-static__player__plr .toggle .next::after {
  content: "\f217";
}

.site-content .wr-static__player__plr .toggle .prev::after {
  content: "\f215";
}

.site-content .wr-static__player__plr .range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 384px);
}

.site-content .wr-static__player__plr .range .current-song {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.16;
  letter-spacing: 0.95px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
}

.site-content .wr-static__player__plr .range input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0 10px 0 0;
}

.site-content .wr-static__player__plr .range input[type=range]:focus {
  outline: none;
}

.site-content .wr-static__player__plr .range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16.8px;
  border: 0px solid #000000;
}

.site-content .wr-static__player__plr .range input[type=range]::-webkit-slider-thumb {
  border: 0.4px solid rgba(0, 30, 0, 0.57);
  height: 8px;
  width: 10px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}

.site-content .wr-static__player__plr .range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}

.site-content .wr-static__player__plr .range input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16.8px;
  border: 0px solid #000000;
}

.site-content .wr-static__player__plr .range input[type=range]::-moz-range-thumb {
  border: 0.4px solid rgba(0, 30, 0, 0.57);
  height: 8px;
  width: 10px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}

.site-content .wr-static__player__plr .range input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.site-content .wr-static__player__plr .range input[type=range]::-ms-fill-lower {
  background: #bfbfbf;
  border: 0px solid #000000;
  border-radius: 33.6px;
  box-shadow: 0.1px 0.1px 0px #005900, 0px 0px 0.1px #007200;
}

.site-content .wr-static__player__plr .range input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #000000;
  border-radius: 33.6px;
}

.site-content .wr-static__player__plr .range input[type=range]::-ms-thumb {
  border: 0.4px solid rgba(0, 30, 0, 0.57);
  width: 10px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  height: 8px;
}

.site-content .wr-static__player__plr .range input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}

.site-content .wr-static__player__plr .range input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

.site-content .wr-static__player__plr .range span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: 0.6px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
}

.site-content .wr-static__player__plr .queue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fae11e;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  cursor: pointer;
}

.site-content .wr-static__player__plr .queue span {
  position: relative;
  display: block;
  padding-top: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.6px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
}

.site-content .wr-static__player__plr .queue span::after {
  position: absolute;
  content: "\f286";
  font-family: "Ionicon";
  top: -12px;
  left: 50%;
  font-size: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.site-content .wr-static__player__plr .playlist {
  position: absolute;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  border: 1px solid #707070;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.site-content .wr-static__player__plr .playlist.active {
  opacity: 1;
  visibility: visible;
}

.site-content .wr-static__player__plr .playlist .playlist_item {
  cursor: pointer;
  list-style: none;
  padding: 10px 30px;
}

.site-content .wr-static__player__plr .playlist .playlist_item.playing {
  background-color: #000000;
  color: #ffffff;
}

.arrow-link {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.arrow-link::after {
  position: absolute;
  content: "\f27d";
  font-family: "Ionicon";
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.arrow-link:hover {
  padding-right: 15px;
  text-decoration: none;
}

.arrow-link:hover::after {
  right: -12px;
  opacity: 1;
  visibility: visible;
}

.main-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-preloader .vinyl {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #040504;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.main-preloader .light,
.main-preloader .light-alt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  border-radius: 50%;
  -webkit-animation: reflection 20s infinite ease-in-out;
          animation: reflection 20s infinite ease-in-out;
}

.main-preloader .light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background-image: linear-gradient(top, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.main-preloader .light-alt {
  background-image: linear-gradient(-160deg, transparent 40%, rgba(255, 255, 255, 0.1) 50%, transparent 60%);
}

.main-preloader .macaron {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -25% 0 0 -25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
}

.main-preloader .macaron .cover {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.main-preloader .macaron:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: block;
  margin: -4% 0 0 -4%;
  width: 8%;
  height: 8%;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: inset 0 0 2px #000;
          box-shadow: inset 0 0 2px #000;
  content: '';
}

.main-preloader .grooves {
  position: absolute;
  top: 2%;
  right: 2%;
  bottom: 2%;
  left: 2%;
  z-index: 5;
  border-radius: 50%;
  background-image: radial-gradient(center center, circle closest-side, transparent 43%, transparent 53%, #000 54%, transparent 54%, transparent 64%, #000 65%, transparent 65%, transparent 75%, #000 76%, transparent 76%, transparent 86%, #000 87%, transparent 87%, transparent 97%, #000 98%, transparent 98%);
  background-image: -webkit-radial-gradient(center center, circle closest-side, transparent 43%, transparent 53%, #000 54%, transparent 54%, transparent 64%, #000 65%, transparent 65%, transparent 75%, #000 76%, transparent 76%, transparent 86%, #000 87%, transparent 87%, transparent 97%, #000 98%, transparent 98%);
}

.main-preloader .play .macaron,
.main-preloader .play .grooves,
.main-preloader .play .macaron .cover {
  -webkit-animation: rotation 4s infinite linear;
          animation: rotation 4s infinite linear;
}

.main-preloader .vinyl-picture-disc .macaron {
  top: 0%;
  left: 0%;
  z-index: 4;
  margin: 0;
  width: 100%;
  height: 100%;
}

.main-preloader .vinyl-picture-disc .macaron:after {
  margin: -1.25% 0 0 -1.25%;
  width: 2.5%;
  height: 2.5%;
  background: white;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes reflection {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* ====== SINGLE NAV SECTION ====== */
/* Active menu items */
.menu-main-menu-container ul a,
.menu-add-menu-container ul a {
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: right;
}

.menu-main-menu-container ul a::after,
.menu-add-menu-container ul a::after {
  position: absolute;
  content: "\f27d";
  font-family: "Ionicon";
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.menu-add-menu-container ul a {
  color: #707070;
  opacity: 0.7;
}

.menu-main-menu-container ul .current-menu-item a,
.menu-add-menu-container ul .current-menu-item a {
  opacity: 1;
}

/* Responsive menu button */
.wr-nav-menu-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
  z-index: 99999999;
}

/* Don`t reqiured */
.main-nav.active .wr-nav-menu-icon i {
  background: none !important;
}

.main-nav.active .wr-nav-menu-icon i:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-nav.active .wr-nav-menu-icon i:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* End Don`t reqiured */
.wr-nav-menu-icon i:before,
.wr-nav-menu-icon i:after {
  content: '';
  width: 26px;
  height: 2px;
  background: #333E48;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}

.wr-nav-menu-icon i:before {
  top: -9px;
}

.wr-nav-menu-icon i:after {
  bottom: -9px;
}

.wr-nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #333E48;
}

.wr-main-header {
  width: 330px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-right: 1px solid #707070;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-main-header .contact-mobile {
  display: none;
}

.wr-main-header .wr-tbr {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 420px;
  right: -26px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.wr-main-header .wr-tbr:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  right: -14px;
}

.wr-main-header .wr-tbr span {
  margin-right: 10px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
}

.wr-main-header .wr-tbr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #ff0000;
  border-radius: 50%;
}

.wr-main-header .wr-header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 45px 77px 45px 53px;
}

.wr-main-header .wr-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.wr-main-header .wr-header .wr-logo a img.main-logo {
  width: auto;
  height: 300px;
  margin-left: auto;
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-main-header .wr-header .wr-logo a img.mobile-logo {
  height: 40px;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul li {
  padding: 7px 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul li a:hover {
  padding-right: 15px;
  text-decoration: none;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul li a:hover::after {
  right: -12px;
  opacity: 1;
  visibility: visible;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul li.current_page_item a {
  padding-right: 15px;
  text-decoration: none;
}

.wr-main-header .wr-header .main-nav .wr-navigation ul li.current_page_item a::after {
  right: -12px;
  opacity: 1;
  visibility: visible;
}

/* ====== FOOTER SECTION ====== */
.wr-footer {
  width: 100%;
}

.wr-footer .wr-footer__copyright {
  border-top: 1px solid #707070;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-inner {
  margin: 0 auto;
  padding: 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-text {
  margin: 0;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-text p {
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link {
  margin-left: 64px;
  position: relative;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link:hover .follow-section {
  opacity: 1;
  visibility: visible;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link__item {
  display: block;
  padding: 30px 0;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link__item:hover {
  text-decoration: none;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section {
  position: absolute;
  min-width: 205px;
  bottom: 70px;
  right: -30px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #707070;
  background-color: #f2f2f2;
  padding: 15px 40px;
  text-align: right;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a {
  position: relative;
  display: block;
  padding: 4px 0;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a::after {
  position: absolute;
  content: "\f27d";
  font-family: "Ionicon";
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a:hover {
  padding-right: 3px;
  text-decoration: none;
}

.wr-footer .wr-footer__copyright .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a:hover::after {
  right: -12px;
  opacity: 1;
  visibility: visible;
}

/* ====== HOME SECTION ====== */
.wr-home-releases {
  height: 100vh;
  width: 100%;
}

.wr-home-releases__post {
  width: 100%;
  height: 100%;
}

.wr-home-releases__post a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  outline: none;
}

.wr-home-releases__post a:hover {
  text-decoration: none;
  outline: none;
}

.wr-home-releases__tag {
  height: 15%;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 82px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: #000000;
}

.wr-home-releases__img {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wr-home-releases__img img {
  height: 100%;
  width: auto;
}

.wr-home-releases__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 15%;
  padding: 35px;
  font-size: 82px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #000000;
}

/* ====== TBR SECTION ====== */
.wr-tbr__banner {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 63px 0 0 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
}

.wr-tbr__banner__title {
  max-width: 665px;
  font-size: 100px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: normal;
  font-family: "Roboto Mono", monospace;
  color: #ffffff;
  text-transform: uppercase;
}

.wr-tbr__banner__inner {
  position: absolute;
  bottom: 80px;
  left: 110px;
}

.wr-tbr__banner__inner.active .wr-tbr__banner__rec {
  width: 60px;
  padding: 12px 0;
  border: 1px solid transparent;
}

.wr-tbr__banner__inner.active .wr-tbr__banner__rec span {
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.wr-tbr__banner__inner.active .wr-tbr__banner__mail {
  width: 380px;
  border: 1px solid #ffffff;
  padding: 12px 20px 12px 70px;
}

.wr-tbr__banner__inner.active .wr-tbr__banner__mail a {
  width: auto;
  visibility: visible;
  opacity: 1;
}

.wr-tbr__banner__rec {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 12px 75px 12px 28px;
  z-index: 1;
}

.wr-tbr__banner__rec span {
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: right;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-tbr__banner__rec__inner {
  position: absolute;
  right: -1px;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ff0000;
  border-radius: 50%;
}

.wr-tbr__banner__mail {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 12px 0;
  height: 60px;
  width: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.wr-tbr__banner__mail a {
  width: 0;
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.58;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-tbr__banner__mail a:hover {
  text-decoration: none;
}

.wr-tbr__content {
  padding: 40px 130px 235px 265px;
}

.wr-tbr__content__title {
  margin-bottom: 40px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  font-family: "Roboto Mono", monospace;
  color: #000000;
  text-transform: uppercase;
}

.wr-tbr__content__info p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.22;
  letter-spacing: 0.9px;
  text-align: left;
  font-family: "Roboto Mono", monospace;
  color: #000000;
}

/* ====== ABOUT SECTION ====== */
.wr-main-about {
  padding: 30px 110px 60px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.wr-about {
  width: 50%;
}

.wr-about__title {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 100px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
}

.wr-about__content p {
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

/* ====== CONTACT SECTION ====== */
.wr-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wr-contact__title {
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  text-transform: uppercase;
}

.wr-contact__content {
  max-width: 582px;
}

.wr-contact__content p {
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
  text-transform: uppercase;
}

/* ====== POLICY SECTION ====== */
.wr-policy {
  padding: 30px 230px 60px 110px;
  min-height: 100vh;
}

.wr-policy__title {
  margin-bottom: 110px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-transform: uppercase;
}

.wr-policy__desc p {
  color: #000000;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.22;
  letter-spacing: 0.9px;
}

/* ====== SOCIAL SECTION ====== */
.wr-social-wrapper {
  width: 50%;
  padding-left: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wr-social {
  padding-top: 20px;
}

.wr-social__item {
  margin-bottom: 42px;
}

.wr-social__item__title {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}

.wr-social__item__list a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
  text-decoration: none;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-social__item__list a::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

.wr-social__item__list a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* ====== INFO SECTION ====== */
.wr-info p {
  margin-bottom: 30px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
  letter-spacing: normal;
}

.wr-info p a {
  text-decoration: none;
  color: #707070;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-info p a:hover {
  text-decoration: none;
  color: #000000;
}

/* ====== BLOG SECTION ====== */
.wr-blog {
  padding: 35px 130px 400px 110px;
}

.wr-blog .wr-blog__title {
  max-width: 1200px;
  padding-bottom: 110px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-transform: uppercase;
}

.wr-blog .wr-blog__last-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-img {
  position: relative;
  width: 60%;
  height: 580px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info {
  width: 40%;
  padding-left: 35px;
  display: block;
  text-decoration: none;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info:hover {
  text-decoration: none;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-title {
  margin: 0;
  padding-bottom: 10px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-title:hover {
  opacity: 0.8;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-date {
  margin-bottom: 40px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-desc p {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
  letter-spacing: 0.84px;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-desc p:hover {
  opacity: 0.8;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-read {
  position: relative;
  padding-right: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  line-height: 2.08;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-read::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
}

.wr-blog .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-read:hover {
  padding-left: 10px;
  text-decoration: none;
}

.wr-blog .wr-blog__post-wrap {
  margin-top: 70px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post {
  position: relative;
  width: calc( 100%/3 - 26px);
  margin-bottom: 30px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post:first-of-type {
  display: none;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-img-wrap {
  text-decoration: none;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-img-wrap .wr-blog__post-img {
  width: 100%;
  height: 430px;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info a:hover {
  text-decoration: none;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info a .wr-blog__post-title {
  margin: 0;
  padding-bottom: 5px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info .wr-blog__post-read {
  position: relative;
  padding-right: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  line-height: 2.08;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info .wr-blog__post-read::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info .wr-blog__post-read:hover {
  text-decoration: none;
  padding-left: 10px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination {
  text-align: center;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.page-numbers:not(.prev):not(.next) {
  margin: 0 7px;
  font-size: 14px;
  color: #333E48;
  line-height: 21px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.page-numbers:not(.prev):not(.next):hover {
  opacity: 0.8;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.prev, .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.next {
  font-size: 14px;
  color: #707070;
  line-height: 21px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.prev i, .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.next i {
  font-size: 17px;
  font-weight: 100;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.prev:hover, .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.next:hover {
  opacity: 0.8;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.prev {
  margin-right: 80px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.prev i {
  margin-right: 7px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.next {
  margin-left: 80px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination a.next i {
  margin-left: 7px;
}

.wr-blog .wr-blog__post-wrap .wr-blog__post-inner .pager-pagination span.current {
  padding: 2px 7px;
  border: 1px solid #000000;
  color: #000000;
  margin: 0 5px;
  font-size: 14px;
  line-height: 21px;
}

/* ====== ARTISTS SECTION ====== */
.wr-artist {
  padding: 35px 130px 200px 110px;
}

.wr-artist .wr-artist__main-title {
  max-width: 1200px;
  padding-bottom: 110px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-transform: uppercase;
}

.wr-artist .wr-artist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wr-artist .wr-artist__item {
  width: calc((100% / 3) - 24px);
  margin-bottom: 55px;
}

.wr-artist .wr-artist__img {
  height: 430px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wr-artist .wr-artist__title {
  margin: 0;
  padding-bottom: 5px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.24;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-artist .wr-artist__title:hover {
  opacity: 0.8;
}

.wr-artist .wr-artist__read {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 1.25px;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-transform: uppercase;
}

.wr-artist .wr-artist__read::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-artist .wr-artist__read:hover {
  padding-left: 15px;
  text-decoration: none;
}

.wr-artist .wr-artist__read:hover::after {
  left: -12px;
  opacity: 1;
  visibility: visible;
}

/* ====== SINGLE ARTIST SECTION ====== */
.single-product .site-content .wr-static__player,
.single-artist .site-content .wr-static__player {
  display: none;
}

.wr-artist-detail {
  margin: 52px 130px 35px 110px;
}

.wr-artist-detail .wr-artist-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
}

.wr-artist-detail .wr-artist-detail__link {
  width: 34%;
  position: relative;
  padding-left: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: normal;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

.wr-artist-detail .wr-artist-detail__link::after {
  position: absolute;
  content: "\f27d";
  font-family: "Ionicon";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.wr-artist-detail .wr-artist-detail__link:hover {
  text-decoration: none;
  padding-left: 30px;
}

.wr-artist-detail .wr-artist-detail__social {
  margin-right: 100px;
}

.wr-artist-detail .wr-artist-detail__social a.music i {
  font-size: 22px;
}

.wr-artist-detail .wr-artist-detail__social a.spotify i {
  font-size: 24px;
}

.wr-artist-detail .wr-artist-detail__share,
.wr-artist-detail .wr-artist-detail__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.81;
  letter-spacing: 0.8px;
}

.wr-artist-detail .wr-artist-detail__share a,
.wr-artist-detail .wr-artist-detail__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-left: 13px;
  width: 41px;
  height: 41px;
  border: 2px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-artist-detail .wr-artist-detail__share a i,
.wr-artist-detail .wr-artist-detail__social a i {
  font-size: 19px;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-artist-detail .wr-artist-detail__share a:hover,
.wr-artist-detail .wr-artist-detail__social a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wr-artist-detail .wr-artist-detail__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wr-artist-detail .wr-artist-detail__title-mobile {
  display: none;
  max-width: 500px;
  margin: 0;
  padding-bottom: 35px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}

.wr-artist-detail .wr-artist-detail__left {
  width: 57%;
  padding-right: 100px;
}

.wr-artist-detail .wr-artist-detail__rigth {
  width: 43%;
}

.wr-artist-detail .wr-artist-detail__img {
  width: 100%;
  height: 660px;
  background-size: cover;
  background-position: center;
}

.wr-artist-detail .wr-artist-detail__cart .product_meta,
.wr-artist-detail .wr-artist-detail__cart .product-title,
.wr-artist-detail .wr-artist-detail__cart p.price,
.wr-artist-detail .wr-artist-detail__cart .quantity {
  display: none !important;
}

.wr-artist-detail .wr-artist-detail__cart .variations {
  width: 100%;
}

.wr-artist-detail .wr-artist-detail__cart .variations .value {
  position: relative;
}

.wr-artist-detail .wr-artist-detail__cart .variations .value::after {
  position: absolute;
  content: "\f3d0";
  font-family: "Ionicon";
  right: 0;
  top: 0;
  padding: 11px 20px;
  font-size: 24px;
  border-left: 1px solid #000000;
  z-index: 0;
}

.wr-artist-detail .wr-artist-detail__cart .variations .value select {
  position: relative;
  width: 100%;
  border: 1px solid #000000;
  padding: 9px 40px 9px 13px;
  font-size: 28px;
  font-weight: 300;
  background-color: transparent;
  line-height: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.wr-artist-detail .wr-artist-detail__cart .variations .value select::-ms-expand {
  display: none;
}

.wr-artist-detail .wr-artist-detail__cart .variations .value select option {
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.wr-artist-detail .wr-artist-detail__cart .single_variation_wrap {
  position: relative;
}

.wr-artist-detail .wr-artist-detail__cart .single_variation_wrap span.price {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
}

.wr-artist-detail .wr-artist-detail__cart .woocommerce-variation-add-to-cart button {
  width: 100%;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  padding: 13px 40px 13px 13px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-radius: 0;
}

.wr-artist-detail .wr-artist-detail__content {
  padding: 20px 0;
}

.wr-artist-detail .wr-artist-detail__content p {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.76;
  letter-spacing: normal;
}

.wr-artist-detail .wr-artist-detail__content img {
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.wr-artist-detail .wr-artist-detail__title {
  max-width: 500px;
  margin: 0;
  padding: 70px 0;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 65px;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
}

.wr-artist-detail.single-product .wr-artist-detail__title,
.wr-artist-detail.single-product .wr-artist-detail__title-mobile {
  max-width: 100%;
  font-size: 55px;
  padding: 70px 0 16px 0;
  line-height: 1.19;
}

.wr-artist-detail.single-product .wr-artist-detail__title span.by,
.wr-artist-detail.single-product .wr-artist-detail__title-mobile span.by {
  text-transform: lowercase;
}

.wr-artist-detail.single-product .wr-artist-detail__title span.tag,
.wr-artist-detail.single-product .wr-artist-detail__title-mobile span.tag {
  font-style: italic;
}

.wr-artist-detail.single-product .wr-artist-detail__title-mobile {
  padding: 50px 0 16px 0;
}

.wr-artist-detail.single-product .wr-artist-detail__date {
  margin-bottom: 80px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

.wr-artist-detail.single-product .wr-artist-detail__date.mobile {
  display: none;
}

.wr-artist-detail.single-product .wr-recent-artist-detail__main-title {
  max-width: 245px;
}

.wr-artist-detail-player {
  padding-bottom: 50px;
}

.wr-artist-detail-player__main-title {
  margin: 0;
  margin-bottom: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-transform: uppercase;
}

.wr-artist-detail-player__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b2b2b2;
  border-top: 0;
}

.wr-artist-detail-player__item:first-of-type {
  border-top: 1px solid #b2b2b2;
}

.wr-artist-detail-player__item span.hide {
  display: none;
}

.wr-artist-detail-player__item .toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wr-artist-detail-player__item .toggle::before {
  position: absolute;
  content: "";
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}

.wr-artist-detail-player__item .toggle.disable::before {
  display: block;
}

.wr-artist-detail-player__item .toggle button {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  z-index: 0;
}

.wr-artist-detail-player__item .toggle button::after {
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Ionicon";
  font-size: 40px;
  color: #000000;
}

.wr-artist-detail-player__item .toggle .toggle-play {
  border-right: 1px solid #b2b2b2;
}

.wr-artist-detail-player__item .toggle .toggle-play::after {
  content: "\f488";
}

.wr-artist-detail-player__item .toggle .toggle-pause {
  border-right: 1px solid #b2b2b2;
  background-color: #000000;
}

.wr-artist-detail-player__item .toggle .toggle-pause::after {
  content: "\f478";
  color: #ffffff;
}

.wr-artist-detail-player__item .range {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  width: calc(100% - 50px);
}

.wr-artist-detail-player__item .range.active {
  padding: 15px 15px 0 15px;
  background-color: #fae11e;
}

.wr-artist-detail-player__item .range .current-song {
  padding-left: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.13;
  letter-spacing: normal;
  color: #000000;
  font-family: "Roboto Mono", monospace;
}

.wr-artist-detail-player__item .range input[type=range] {
  display: none;
  margin-top: 15px;
  -webkit-appearance: none;
  width: 100%;
  margin: 0 10px 0 0;
}

.wr-artist-detail-player__item .range input[type=range].active {
  display: block;
}

.wr-artist-detail-player__item .range input[type=range]:focus {
  outline: none;
}

.wr-artist-detail-player__item .range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16.8px;
  border: 0px solid #000000;
}

.wr-artist-detail-player__item .range input[type=range]::-webkit-slider-thumb {
  border: 0.4px solid rgba(0, 30, 0, 0.57);
  height: 4px;
  width: 10px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}

.wr-artist-detail-player__item .range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}

.wr-artist-detail-player__item .range input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 16.8px;
  border: 0px solid #000000;
}

.wr-artist-detail-player__item .range input[type=range]::-moz-range-thumb {
  border: 0.4px solid rgba(0, 30, 0, 0.57);
  height: 4px;
  width: 10px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}

.wr-artist-detail-player__item .range input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.wr-artist-detail-player__item .range input[type=range]::-ms-fill-lower {
  background: #bfbfbf;
  border: 0px solid #000000;
  border-radius: 33.6px;
  box-shadow: 0.1px 0.1px 0px #005900, 0px 0px 0.1px #007200;
}

.wr-artist-detail-player__item .range input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #000000;
  border-radius: 33.6px;
}

.wr-artist-detail-player__item .range input[type=range]::-ms-thumb {
  border: 0.4px solid rgba(0, 30, 0, 0.57);
  width: 10px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  height: 4px;
}

.wr-artist-detail-player__item .range input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}

.wr-artist-detail-player__item .range input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

.wr-artist-detail-player__item .range span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: 0.6px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
}

.wr-recent-artist-detail {
  padding-bottom: 50px;
}

.wr-recent-artist-detail__main-title {
  margin: 0;
  margin-bottom: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-transform: uppercase;
}

.wr-recent-artist-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wr-recent-artist-detail__post {
  position: relative;
  width: calc( 100%/2 - 15px);
  margin-bottom: 27px;
}

.wr-recent-artist-detail__post-img-wrap {
  text-decoration: none;
}

.wr-recent-artist-detail__post-img {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 11px;
  background-size: cover;
  background-position: center;
}

.wr-recent-artist-detail__info a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-recent-artist-detail__info a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wr-recent-artist-detail__title {
  position: relative;
  margin: 0;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-recent-artist-detail__title::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  left: -30px;
  top: 3px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-recent-artist-detail__title:hover {
  padding-left: 15px;
  text-decoration: none;
}

.wr-recent-artist-detail__title:hover::after {
  left: -12px;
  opacity: 1;
  visibility: visible;
}

.wr-recent-artist-news {
  padding-bottom: 50px;
}

.wr-recent-artist-news__main-title {
  margin: 0;
  margin-bottom: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-transform: uppercase;
}

.wr-recent-artist-news__post {
  margin-bottom: 27px;
}

.wr-recent-artist-news__post-img-wrap {
  text-decoration: none;
}

.wr-recent-artist-news__post-img {
  width: 100%;
  padding-bottom: 60%;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}

.wr-recent-artist-news__info a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-recent-artist-news__info a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wr-recent-artist-news__title {
  position: relative;
  margin: 0;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.29;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-recent-artist-news__title::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  left: -30px;
  top: 10px;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.wr-recent-artist-news__title:hover {
  padding-left: 15px;
  text-decoration: none;
}

.wr-recent-artist-news__title:hover::after {
  left: -12px;
  opacity: 1;
  visibility: visible;
}

.wr-recent-artist-news__date {
  margin-top: 8px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

/* ====== SINGLE POST SECTION ====== */
.wr-single {
  margin: 52px 130px 35px 110px;
}

.wr-single .wr-single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
}

.wr-single .wr-single__link {
  width: 50%;
  position: relative;
  padding-left: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: normal;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

.wr-single .wr-single__link::after {
  position: absolute;
  content: "\f27d";
  font-family: "Ionicon";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.wr-single .wr-single__link:hover {
  text-decoration: none;
  padding-left: 30px;
}

.wr-single .wr-single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.81;
  letter-spacing: 0.8px;
}

.wr-single .wr-single__share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-left: 13px;
  width: 41px;
  height: 41px;
  border: 2px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-single .wr-single__share a i {
  font-size: 19px;
  line-height: 1;
  color: #000000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-single .wr-single__share a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wr-single .wr-single__inner {
  position: relative;
}

.wr-single .wr-single__inner .wr-single__title {
  max-width: 800px;
  margin: 0;
  padding-bottom: 40px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.13;
  text-transform: uppercase;
}

.wr-single .wr-single__inner .wr-single__date {
  margin-bottom: 40px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.83;
}

.wr-single .wr-single__inner .wr-single__img {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}

.wr-single .wr-single__inner .wr-single__content {
  padding: 46px 0 30px 150px;
}

.wr-single .wr-single__inner .wr-single__content p {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.22;
  letter-spacing: 0.9px;
}

.wr-single .wr-single__inner .wr-single__content img {
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.wr-recent-single {
  padding: 130px 0 80px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wr-recent-single .wr-recent-single__title {
  width: 18%;
  margin: 0;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
}

.wr-recent-single .wr-recent-single__inner {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wr-recent-single .wr-recent-single__inner .wr-recent-single__post {
  position: relative;
  width: calc( 100%/3 - 26px);
  margin-bottom: 20px;
  margin-right: 26px;
}

.wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-img-wrap {
  text-decoration: none;
}

.wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-img-wrap .wr-recent-single__post-img {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 11px;
  background-size: cover;
  background-position: center;
}

.wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-info a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-info a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-info a .wr-recent-single__post-title {
  margin: 0;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* ====== 404 SECTION ====== */
.not-found {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found .not-found__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found .not-found__inner .not-found__left {
  width: 100%;
}

.not-found .not-found__inner .not-found__left .not-found__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 128px;
  font-weight: 300;
}

.not-found .not-found__inner .not-found__left .not-found__subtitle {
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}

.not-found .not-found__inner .not-found__left .not-found__link {
  position: relative;
  padding-right: 25px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  line-height: 2.08;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.not-found .not-found__inner .not-found__left .not-found__link::after {
  position: absolute;
  content: "\f287";
  font-family: "Ionicon";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 19px;
}

/* ====== SHOP STYLE ====== */
/* ====== BASKET SECTION ====== */
.wr-basket {
  padding-top: 45px;
}

.wr-basket a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000000;
  text-decoration: none;
}

.wr-basket .basket-btn__wrapper {
  position: relative;
}

.wr-basket .basket-btn__wrapper .basket-btn__counter {
  display: block;
  position: absolute;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.59;
}

.wr-basket .basket-btn__wrapper img {
  width: 36px;
}

.wr-basket .basket-btn__label {
  display: block;
  margin-left: 10px;
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: right;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.wr-basket .basket-btn__label:hover {
  font-weight: 500;
}

.woocommerce-cart .woocommerce form .form-row input.input-text,
.woocommerce-cart form .form-row .input-text,
.woocommerce-cart .select2-container--default .select2-selection--single,
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #000000;
  padding: 9px 13px;
  font-size: 15px;
  font-weight: 300;
  background-color: transparent;
  line-height: normal;
  text-transform: uppercase;
}

.woocommerce-cart .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 48px;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 11px;
}

.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
  border-top-color: #000000 !important;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce-info::before,
.woocommerce-checkout .woocommerce-info::before {
  color: #000000 !important;
}

.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
  min-height: 100vh;
  padding: 35px 285px 200px 110px;
}

.woocommerce-cart h3,
.woocommerce-cart h3 span,
.woocommerce-checkout h3,
.woocommerce-checkout h3 span {
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-transform: uppercase;
}

.woocommerce-cart article .entry-header .entry-title,
.woocommerce-checkout article .entry-header .entry-title {
  margin-bottom: 90px;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-transform: uppercase;
}

.woocommerce-cart article .woocommerce-cart-form .actions .coupon,
.woocommerce-checkout article .woocommerce-cart-form .actions .coupon {
  display: none;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .remove,
.woocommerce-checkout article .woocommerce-cart-form .cart_item .remove {
  color: #000000 !important;
  border: 1px solid #000000;
  width: 23px;
  height: 23px;
}

.woocommerce-cart article .woocommerce-cart-form .cart_item .product-name a,
.woocommerce-checkout article .woocommerce-cart-form .cart_item .product-name a {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000000 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout button,
.woocommerce-cart .woocommerce-checkout-payment .checkout-button,
.woocommerce-cart .woocommerce-checkout-payment button,
.woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout button,
.woocommerce-checkout .woocommerce-checkout-payment .checkout-button,
.woocommerce-checkout .woocommerce-checkout-payment button {
  background-color: #fbe300 !important;
  font-size: 28px !important;
  color: #000000 !important;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .woo_pp_cart_buttons_div,
.woocommerce-cart .woocommerce-checkout-payment .woo_pp_cart_buttons_div,
.woocommerce-checkout .wc-proceed-to-checkout .woo_pp_cart_buttons_div,
.woocommerce-checkout .woocommerce-checkout-payment .woo_pp_cart_buttons_div {
  display: none;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout .cart_totals h2 {
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: normal;
  text-transform: uppercase;
}

.woocommerce-cart .cart_totals .shipping .shipping-calculator-button,
.woocommerce-checkout .cart_totals .shipping .shipping-calculator-button {
  color: #000000 !important;
}

.woocommerce-cart .widget-area,
.woocommerce-cart .entry-footer,
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce-form-coupon-toggle,
.woocommerce-cart .return-to-shop,
.woocommerce-checkout .widget-area,
.woocommerce-checkout .entry-footer,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .return-to-shop {
  display: none !important;
}

/* ====== MEDIAQUERY IMPORT ====== */
/* ====== MEDIAQUERY ====== */
@media screen and (max-width: 1600px) {
  .wr-main-header {
    width: 270px;
  }
  .wr-main-header .wr-header__inner {
    padding: 25px;
  }
  .wr-main-header .wr-header .wr-logo a img.main-logo {
    width: auto;
    height: 180px;
    margin-left: auto;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation ul li a:hover,
  .wr-main-header .wr-header .main-nav .wr-navigation ul li.current_page_item a {
    padding-right: 10px;
  }
  .wr-main-header .menu-main-menu-container ul a,
  .wr-main-header .menu-add-menu-container ul a {
    font-size: 18px;
    line-height: 1.3;
  }
  .wr-main-header .menu-main-menu-container ul a::after,
  .wr-main-header .menu-add-menu-container ul a::after {
    font-size: 16px;
  }
  .wr-main-header .wr-tbr {
    bottom: 260px;
    right: -20px;
  }
  .wr-main-header .wr-tbr .wr-tbr__inner {
    width: 40px;
    height: 40px;
  }
  .wr-main-header .wr-tbr .wr-tbr__inner svg {
    width: 18px;
  }
  .wr-main-header .wr-tbr span {
    margin-right: 15px;
    font-size: 14px;
  }
  .wr-main-header .wr-basket {
    padding-top: 20px;
  }
  .wr-main-header .wr-basket .basket-btn__label {
    font-size: 18px;
  }
  .site-content.has-scroll .wr-static__player__plr {
    width: calc(100vw - 382px);
  }
  .site-content .wr-static__player__plr {
    width: calc(100vw - 366px);
  }
  .site-content .wr-main-content {
    margin-left: 270px;
    width: calc(100% - 270px);
  }
  .site-content .wr-main-content .wr-home-releases__tag, .site-content .wr-main-content .wr-home-releases__title {
    padding: 15px 35px;
    font-size: 70px;
    line-height: 1.14;
  }
  .site-content .wr-blog__title {
    font-size: 40px;
    padding-bottom: 80px;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info {
    width: 50%;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-title {
    font-size: 35px;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-img {
    width: 50%;
    height: 320px;
  }
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-img-wrap .wr-blog__post-img {
    height: 270px;
  }
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info a .wr-blog__post-titlem,
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info .wr-blog__post-read {
    font-size: 20px;
  }
  .site-content .wr-artist .wr-artist__main-title {
    font-size: 40px;
    padding-bottom: 80px;
  }
  .site-content .wr-artist .wr-artist__item {
    width: calc((100% / 2) - 24px);
    margin-bottom: 40px;
  }
  .site-content .wr-artist-detail__left {
    width: 57%;
    padding-right: 40px;
  }
  .site-content .wr-artist-detail__img {
    height: 450px;
  }
  .site-content .wr-artist-detail.single-product .wr-artist-detail__title {
    font-size: 40px;
    padding: 40px 0 16px 0;
  }
  .site-content .wr-artist-detail .wr-artist-detail__title {
    font-size: 40px;
    padding: 40px 0;
  }
  .site-content .wr-recent-artist-detail__post {
    width: 100%;
  }
  .site-content .wr-single .wr-single__inner .wr-single__title {
    font-size: 40px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .site-content .wr-single .wr-single__inner .wr-single__content {
    padding: 30px 0;
  }
  .site-content .wr-recent-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0;
  }
  .site-content .wr-recent-single .wr-recent-single__title {
    width: 100%;
    font-size: 35px;
  }
  .site-content .wr-recent-single .wr-recent-single__inner {
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-content .wr-recent-single__inner,
  .site-content .wr-tbr__banner__title {
    font-size: 80px;
  }
  .site-content .wr-social-wrapper {
    padding-left: 170px;
  }
  .site-content .wr-tbr__content {
    padding: 40px 130px 280px 110px;
  }
  .woocommerce-cart .content-area,
  .woocommerce-checkout .content-area {
    padding: 35px 130px 180px 110px;
  }
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout button,
  .woocommerce-cart .woocommerce-checkout-payment .checkout-button,
  .woocommerce-cart .woocommerce-checkout-payment button,
  .woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout button,
  .woocommerce-checkout .woocommerce-checkout-payment .checkout-button,
  .woocommerce-checkout .woocommerce-checkout-payment button {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1400px) {
  .wr-main-header {
    width: 200px;
    height: 100vh;
  }
  .site-content.has-scroll .wr-static__player__plr {
    width: calc(100vw - 276px);
  }
  .site-content .wr-static__mail {
    padding: 35px 20px 20px 0;
  }
  .site-content .wr-static__mail i {
    font-size: 40px;
  }
  .site-content .wr-static__mail__btn {
    right: 20px;
    bottom: -50px;
  }
  .site-content .wr-static__mail__btn a {
    padding: 15px 18px;
    font-size: 13px;
  }
  .site-content .wr-static__mail__btn a::after {
    top: -8px;
    right: 10px;
    width: 13px;
    height: 13px;
  }
  .site-content .wr-static {
    height: 100vh;
  }
  .site-content .wr-static__player__btn {
    width: 60px;
    height: 60px;
  }
  .site-content .wr-static__player__btn::after {
    font-size: 45px;
  }
  .site-content .wr-static__player__plr {
    width: calc(100vw - 276px);
    right: 60px;
  }
  .site-content .wr-static__player__plr .toggle button {
    width: 60px;
    height: 60px;
  }
  .site-content .wr-static__player__plr .toggle button::after {
    font-size: 45px;
  }
  .site-content .wr-static__player__plr .queue {
    width: 60px;
    height: 60px;
  }
  .site-content .wr-static__player__plr .range {
    padding: 20px 15px 0 15px;
    width: calc(100% - 244px);
  }
  .site-content .wr-static__player__plr .range .current-song {
    top: 12px;
    left: 10px;
    font-size: 12px;
  }
  .site-content .wr-static__player__plr .playlist {
    bottom: 60px;
  }
  .site-content .wr-main-content {
    margin-left: 200px;
    width: calc(100% - 200px);
  }
  .site-content .wr-main-content .wr-home-releases {
    height: 100vh;
  }
  .site-content .wr-main-content .wr-home-releases__tag, .site-content .wr-main-content .wr-home-releases__title {
    font-size: 70px;
    line-height: 1.14;
  }
  .site-content .wr-main-content .wr-home-releases__img {
    height: 50%;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright .wr-footer__copyright-inner {
    padding: 0 80px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright .wr-footer__copyright-text p {
    font-size: 10px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link {
    margin-left: 25px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section {
    min-width: 130px;
    padding: 10px 25px;
    bottom: 50px;
    right: -15px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a {
    font-size: 10px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a::after {
    font-size: 9px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .wr-footer__copyright-link__item {
    padding: 24px 0;
    font-size: 10px;
  }
  .site-content .wr-policy {
    padding: 35px 100px 35px 45px;
    min-height: 100vh;
  }
  .site-content .wr-policy .wr-policy__title {
    font-size: 40px;
  }
  .site-content .wr-policy .wr-policy__desc p {
    font-size: 18px;
    line-height: 1.6;
  }
  .site-content .wr-main-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 100px 35px 45px;
  }
  .site-content .wr-main-about .wr-about {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-content .wr-main-about .wr-about .wr-about__content p {
    font-size: 20px;
  }
  .site-content .wr-contact {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-content .wr-contact__title {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .site-content .wr-recent-single__inner,
  .site-content .wr-about__title {
    font-size: 80px;
  }
  .site-content .wr-social-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .site-content .wr-tbr__banner {
    height: 100vh;
    padding: 30px 100px 45px 55px;
  }
  .site-content .wr-tbr__banner .wr-tbr__banner__title {
    font-size: 64px;
  }
  .site-content .wr-tbr__banner .wr-tbr__banner__inner {
    left: 55px;
    bottom: 45px;
  }
  .site-content .wr-tbr__content {
    padding: 40px 100px 200px 50px;
  }
  .site-content .wr-tbr__content .wr-tbr__content__title {
    font-size: 45px;
  }
  .site-content .wr-tbr__content .wr-tbr__content__info p {
    font-size: 15px;
  }
  .not-found {
    height: 100vh;
  }
  .not-found .not-found__inner {
    padding: 0 45px;
  }
  .woocommerce-cart .content-area,
  .woocommerce-checkout .content-area {
    min-height: 100vh;
    padding: 40px 100px 40px 50px;
  }
  .woocommerce-cart article .entry-header .entry-title,
  .woocommerce-checkout article .entry-header .entry-title {
    margin-bottom: 70px;
    font-size: 40px;
  }
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout button,
  .woocommerce-cart .woocommerce-checkout-payment .checkout-button,
  .woocommerce-cart .woocommerce-checkout-payment button,
  .woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout button,
  .woocommerce-checkout .woocommerce-checkout-payment .checkout-button,
  .woocommerce-checkout .woocommerce-checkout-payment button {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1299px) {
  .site-content .wr-static__mail {
    padding: 35px 20px 20px 0;
  }
  .site-content .wr-static__mail i {
    font-size: 40px;
  }
  .site-content .wr-static__mail__btn {
    right: 20px;
    bottom: -50px;
  }
  .site-content .wr-static__mail__btn a {
    padding: 15px 18px;
    font-size: 13px;
  }
  .site-content .wr-static__mail__btn a::after {
    top: -8px;
    right: 10px;
    width: 13px;
    height: 13px;
  }
  .site-content .wr-static {
    height: 100vh;
  }
  .site-content .wr-static__player__btn {
    width: 60px;
    height: 60px;
  }
  .site-content .wr-static__player__btn::after {
    font-size: 45px;
  }
  .site-content .wr-static__player__plr {
    width: calc(100vw - 276px);
    right: 60px;
  }
  .site-content .wr-static__player__plr .toggle button {
    width: 60px;
    height: 60px;
  }
  .site-content .wr-static__player__plr .toggle button::after {
    font-size: 45px;
  }
  .site-content .wr-static__player__plr .queue {
    width: 60px;
    height: 60px;
  }
  .site-content .wr-static__player__plr .range {
    padding: 20px 15px 0 15px;
    width: calc(100% - 244px);
  }
  .site-content .wr-static__player__plr .range .current-song {
    top: 12px;
    left: 10px;
    font-size: 12px;
  }
  .site-content .wr-static__player__plr .playlist {
    bottom: 60px;
  }
  .site-content .wr-main-content {
    margin-left: 200px;
    width: calc(100% - 200px);
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright .wr-footer__copyright-inner {
    padding: 0 80px 0 50px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright .wr-footer__copyright-text p {
    font-size: 10px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link {
    margin-left: 25px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section {
    min-width: 130px;
    padding: 10px 25px;
    bottom: 50px;
    right: -15px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a {
    font-size: 10px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .follow-section a::after {
    font-size: 9px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright-link-wrap .wr-footer__copyright-link .wr-footer__copyright-link__item {
    padding: 24px 0;
    font-size: 10px;
  }
  .site-content .wr-main-content__post a {
    padding: 35px 100px 35px 54px;
  }
  .site-content .wr-main-content .wr-home-releases {
    height: 100vh;
  }
  .site-content .wr-main-content .wr-home-releases__tag, .site-content .wr-main-content .wr-home-releases__title {
    font-size: 70px;
    line-height: 1.14;
  }
  .site-content .wr-main-content .wr-home-releases__img {
    height: 50%;
  }
  .site-content .wr-blog {
    padding: 35px 100px 200px 45px;
  }
  .site-content .wr-blog__title {
    padding-bottom: 70px;
    font-size: 40px;
  }
  .site-content .wr-blog__last-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info {
    width: 100%;
    padding-left: 0;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-title {
    font-size: 35px;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-date {
    font-size: 14px;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-desc p {
    font-size: 15px;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-read {
    font-size: 22px;
  }
  .site-content .wr-blog__last-post .wr-blog__last-post-img {
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
  }
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap {
    margin-top: 60px;
  }
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post {
    width: calc( 100%/2 - 15px);
  }
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-img-wrap .wr-blog__post-img {
    height: 180px;
  }
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info a .wr-blog__post-title,
  .site-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info .wr-blog__post-read {
    font-size: 17px;
  }
  .site-content .wr-artist {
    padding: 35px 100px 200px 45px;
  }
  .site-content .wr-artist .wr-artist__main-title {
    font-size: 40px;
    padding-bottom: 70px;
    max-width: 370px;
  }
  .site-content .wr-artist .wr-artist__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-content .wr-artist-detail {
    margin: 0;
    padding: 40px 100px 40px 50px;
  }
  .site-content .wr-artist-detail__title {
    display: none;
  }
  .site-content .wr-artist-detail__title-mobile {
    display: block;
  }
  .site-content .wr-artist-detail__date {
    display: none;
  }
  .site-content .wr-artist-detail__date.mobile {
    display: block !important;
  }
  .site-content .wr-artist-detail__link {
    width: 100%;
    font-size: 17px;
  }
  .site-content .wr-artist-detail__share, .site-content .wr-artist-detail__social {
    position: fixed;
    right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    z-index: 9999;
  }
  .site-content .wr-artist-detail__share span, .site-content .wr-artist-detail__social span {
    padding-bottom: 15px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .site-content .wr-artist-detail__share a, .site-content .wr-artist-detail__social a {
    margin-left: 0;
    margin-bottom: 13px;
  }
  .site-content .wr-artist-detail__share {
    top: 54%;
  }
  .site-content .wr-artist-detail__social {
    top: 28%;
  }
  .site-content .wr-artist-detail__left {
    width: 100%;
    padding-right: 0;
  }
  .site-content .wr-artist-detail__rigth {
    width: 100%;
    padding-right: 0;
  }
  .site-content .wr-artist-detail__img {
    height: 400px;
  }
  .site-content .wr-artist-detail.single-product .wr-artist-detail__title {
    font-size: 40px;
    padding: 40px 0 16px 0;
  }
  .site-content .wr-artist-detail .wr-artist-detail__title {
    font-size: 40px;
    padding: 40px 0;
  }
  .site-content .wr-artist-detail .wr-recent-artist-news,
  .site-content .wr-artist-detail.single-product .wr-recent-artist-detail {
    padding-bottom: 150px;
  }
  .site-content .wr-artist-detail .wr-recent-artist-news__post-img {
    height: 220px;
  }
  .site-content .wr-artist-detail .wr-recent-artist-news__title {
    font-size: 22px;
  }
  .site-content .wr-recent-artist-detail__post {
    width: 100%;
  }
  .site-content .wr-single {
    margin: 0;
    padding: 35px 100px 35px 45px;
  }
  .site-content .wr-single .wr-single__inner .wr-single__title {
    font-size: 60px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .site-content .wr-single .wr-single__inner .wr-single__date {
    font-size: 16px;
  }
  .site-content .wr-single .wr-single__inner .wr-single__img {
    height: 340px;
  }
  .site-content .wr-single .wr-single__inner .wr-single__content {
    padding: 30px 0;
  }
  .site-content .wr-single .wr-single__inner .wr-single__content p {
    font-size: 15px;
  }
  .site-content .wr-recent-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0;
  }
  .site-content .wr-recent-single .wr-recent-single__title {
    width: 100%;
    font-size: 35px;
  }
  .site-content .wr-recent-single .wr-recent-single__inner {
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-content .wr-recent-single .wr-recent-single__inner .wr-recent-single__post {
    width: calc( 100%/2 - 26px);
  }
  .site-content .wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-img-wrap .wr-recent-single__post-img {
    height: 180px;
  }
  .site-content .wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-info a .wr-recent-single__post-title {
    font-size: 15px;
  }
  .site-content .wr-policy {
    padding: 35px 100px 35px 45px;
    min-height: 100vh;
  }
  .site-content .wr-policy .wr-policy__title {
    font-size: 40px;
  }
  .site-content .wr-policy .wr-policy__desc p {
    font-size: 18px;
    line-height: 1.6;
  }
  .site-content .wr-main-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px 100px 35px 45px;
  }
  .site-content .wr-main-about .wr-about {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-content .wr-main-about .wr-about .wr-about__content p {
    font-size: 20px;
  }
  .site-content .wr-contact {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-content .wr-contact__title {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .site-content .wr-recent-single__inner,
  .site-content .wr-about__title {
    font-size: 80px;
  }
  .site-content .wr-social-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .site-content .wr-tbr__banner {
    height: 100vh;
    padding: 30px 100px 45px 55px;
  }
  .site-content .wr-tbr__banner .wr-tbr__banner__title {
    font-size: 64px;
  }
  .site-content .wr-tbr__banner .wr-tbr__banner__inner {
    left: 55px;
    bottom: 45px;
  }
  .site-content .wr-tbr__content {
    padding: 40px 100px 200px 50px;
  }
  .site-content .wr-tbr__content .wr-tbr__content__title {
    font-size: 45px;
  }
  .site-content .wr-tbr__content .wr-tbr__content__info p {
    font-size: 15px;
  }
  .not-found {
    height: 100vh;
  }
  .not-found .not-found__inner {
    padding: 0 45px;
  }
  .woocommerce-cart .content-area,
  .woocommerce-checkout .content-area {
    min-height: 100vh;
    padding: 40px 100px 40px 50px;
  }
  .woocommerce-cart article .entry-header .entry-title,
  .woocommerce-checkout article .entry-header .entry-title {
    margin-bottom: 70px;
    font-size: 40px;
  }
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout button,
  .woocommerce-cart .woocommerce-checkout-payment .checkout-button,
  .woocommerce-cart .woocommerce-checkout-payment button,
  .woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout button,
  .woocommerce-checkout .woocommerce-checkout-payment .checkout-button,
  .woocommerce-checkout .woocommerce-checkout-payment button {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .wr-main-header {
    width: 100%;
    height: 0;
  }
  .wr-main-header .wr-tbr {
    top: auto;
    bottom: 80px;
    right: 10px;
    height: 40px;
    position: fixed;
  }
  .wr-main-header .wr-tbr span {
    display: none;
  }
  .wr-main-header .wr-tbr:hover {
    right: 10px;
  }
  .wr-main-header .wr-basket {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .wr-main-header .wr-basket a {
    display: inline-block;
  }
  .wr-main-header .wr-basket .basket-btn__label {
    display: none;
  }
  .wr-main-header .contact-mobile {
    padding: 5px 22px;
    display: block !important;
    font-weight: 500;
    letter-spacing: normal;
    display: inline-block;
    font-size: 21px;
    color: #000000;
    line-height: 2;
    text-align: left;
    border-top: 1px solid #707070;
    text-decoration: none;
  }
  .wr-main-header .contact-mobile:hover {
    text-decoration: none;
  }
  .wr-main-header .wr-header {
    width: 101%;
    padding: 35px 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #707070;
  }
  .wr-main-header .wr-header__inner {
    padding: 0;
  }
  .wr-main-header .wr-header .wr-logo {
    position: absolute;
    z-index: 10;
    display: inline-block;
    top: 25px;
    left: 25px;
  }
  .wr-main-header .wr-header .wr-logo a img.main-logo {
    display: none !important;
  }
  .wr-main-header .wr-header .wr-logo a img.mobile-logo {
    display: inline-block;
    height: 15px;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation .wr-main-menu {
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .wr-main-header .wr-header .main-nav .wr-navigation .wr-nav-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu {
    position: absolute;
    display: block;
    padding: 0;
    width: 101%;
    top: 0;
    left: 0;
    background-color: #fae11e;
    height: auto;
    padding-top: 70px;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu {
    width: 100%;
    padding: 22px 22px 10px 22px;
    display: block;
    border-top: 1px solid #707070;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul::before {
    display: none;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li {
    display: block;
    margin-left: 0;
    padding: 0;
  }
  .wr-main-header .wr-header .main-nav.active .wr-navigation .wr-main-menu .wr-menu ul li a {
    display: inline-block;
    font-size: 23px;
    color: #000000;
    line-height: 2;
    text-align: left;
  }
  .site-content .wr-static__mail {
    opacity: 0;
    visibility: hidden;
  }
  .site-content .wr-static__player {
    position: fixed;
    bottom: 0;
  }
  .site-content .wr-static__player__plr {
    width: calc(100vw - 60px) !important;
  }
  .site-content .wr-static__player__plr .toggle .prev,
  .site-content .wr-static__player__plr .toggle .next {
    display: none;
  }
  .site-content .wr-static__player__plr .range {
    padding: 25px 10px 0 10px;
    width: calc(100% - 120px);
    font-size: 8px;
  }
  .site-content .wr-static__player__plr .range .current-song {
    top: 5px;
    left: 10px;
    font-size: 8px;
    padding-right: 10px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-content .wr-static__player__plr .range span {
    font-size: 8px;
  }
  .site-content .wr-static__player__plr .playlist .playlist_item {
    padding: 5px;
    font-size: 10px;
  }
  .site-content .wr-main-content {
    margin-left: 0;
    width: 100%;
  }
  .site-content .wr-main-content .wr-home-releases {
    margin-top: 70px;
    height: calc(100vh - 130px);
  }
  .site-content .wr-main-content .wr-home-releases__tag, .site-content .wr-main-content .wr-home-releases__title {
    padding: 18px;
    font-size: 37px;
    line-height: 1;
    max-width: 350px;
  }
  .site-content .wr-main-content .wr-home-releases__img {
    height: 47%;
  }
  .site-content .wr-main-content .wr-main-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 70px;
    padding: 15px 20px 50px 20px;
  }
  .site-content .wr-main-content .wr-main-about .wr-about {
    width: 100%;
    margin-bottom: 45px;
  }
  .site-content .wr-main-content .wr-main-about .wr-about__title {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 50px;
  }
  .site-content .wr-main-content .wr-main-about .wr-about__content p {
    font-size: 17px;
  }
  .site-content .wr-main-content .wr-contact {
    width: 100%;
    margin-bottom: 60px;
  }
  .site-content .wr-main-content .wr-contact__title {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .site-content .wr-main-content .wr-tbr {
    margin-top: 70px;
  }
  .site-content .wr-main-content .wr-tbr__banner {
    height: calc(100vh - 70px);
    padding: 10px 20px;
  }
  .site-content .wr-main-content .wr-tbr__banner__title {
    font-size: 42px;
  }
  .site-content .wr-main-content .wr-tbr__banner__inner {
    left: 17px;
    bottom: 25px;
  }
  .site-content .wr-main-content .wr-tbr__banner__inner.active .wr-tbr__banner__rec {
    width: 50px;
  }
  .site-content .wr-main-content .wr-tbr__banner__inner.active .wr-tbr__banner__mail {
    width: 260px;
  }
  .site-content .wr-main-content .wr-tbr__banner__mail {
    height: 50px;
    padding: 12px 20px 12px 60px;
  }
  .site-content .wr-main-content .wr-tbr__banner__mail a {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-tbr__banner__rec {
    width: 210px;
    height: 50px;
  }
  .site-content .wr-main-content .wr-tbr__banner__rec span {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-tbr__banner__rec__inner {
    width: 50px;
    height: 50px;
  }
  .site-content .wr-main-content .wr-tbr__content {
    padding: 25px 20px 60px 20px;
  }
  .site-content .wr-main-content .wr-tbr__content__title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 35px;
  }
  .site-content .wr-main-content .wr-tbr__content__info p {
    font-size: 14px;
    line-height: 1.71;
  }
  .site-content .wr-main-content .wr-blog {
    margin-top: 70px;
    padding: 10px 20px 60px 20px;
  }
  .site-content .wr-main-content .wr-blog__title {
    margin: 0;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .site-content .wr-main-content .wr-blog__last-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-content .wr-main-content .wr-blog__last-post .wr-blog__last-post-info {
    width: 100%;
    padding-left: 0;
  }
  .site-content .wr-main-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-title {
    font-size: 25px;
  }
  .site-content .wr-main-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-date {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-desc p {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-blog__last-post .wr-blog__last-post-info .wr-blog__last-post-read {
    font-size: 21px;
  }
  .site-content .wr-main-content .wr-blog__last-post .wr-blog__last-post-img {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }
  .site-content .wr-main-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap {
    margin-top: 50px;
  }
  .site-content .wr-main-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post {
    width: 100%;
  }
  .site-content .wr-main-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-img-wrap .wr-blog__post-img {
    height: 280px;
  }
  .site-content .wr-main-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info a .wr-blog__post-title,
  .site-content .wr-main-content .wr-blog .wr-blog__post-wrap .wr-blog__post-inner .wr-blog__post-wrap .wr-blog__post .wr-blog__post-info .wr-blog__post-read {
    font-size: 17px;
  }
  .site-content .wr-main-content .wr-single {
    margin-top: 70px;
    padding: 20px;
  }
  .site-content .wr-main-content .wr-single__top {
    margin-bottom: 20px;
  }
  .site-content .wr-main-content .wr-single__link {
    font-size: 15px;
    padding-left: 20px;
  }
  .site-content .wr-main-content .wr-single__link::after {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-single__share {
    display: none;
  }
  .site-content .wr-main-content .wr-single__inner .wr-single__title {
    margin: 0;
    font-size: 35px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  .site-content .wr-main-content .wr-single__inner .wr-single__date {
    margin-bottom: 17px;
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-single__inner .wr-single__img {
    height: 270px;
  }
  .site-content .wr-main-content .wr-single__inner .wr-single__content {
    padding: 30px 0;
  }
  .site-content .wr-main-content .wr-single__inner .wr-single__content p {
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 0.7px;
  }
  .site-content .wr-main-content .wr-single__inner .wr-single__content img {
    margin: 5px 0;
  }
  .site-content .wr-main-content .wr-recent-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 60px 0;
  }
  .site-content .wr-main-content .wr-recent-single .wr-recent-single__title {
    width: 100%;
    font-size: 30px;
  }
  .site-content .wr-main-content .wr-recent-single .wr-recent-single__inner {
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-content .wr-main-content .wr-recent-single .wr-recent-single__inner .wr-recent-single__post {
    width: 100%;
    margin-right: 0;
  }
  .site-content .wr-main-content .wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-img-wrap .wr-recent-single__post-img {
    height: 280px;
  }
  .site-content .wr-main-content .wr-recent-single .wr-recent-single__inner .wr-recent-single__post .wr-recent-single__post-info a .wr-recent-single__post-title {
    font-size: 17px;
  }
  .site-content .wr-main-content .wr-artist {
    margin-top: 70px;
    padding: 20px 20px 50px 20px;
  }
  .site-content .wr-main-content .wr-artist__main-title {
    margin: 0;
    font-size: 24px;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .site-content .wr-main-content .wr-artist__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-content .wr-main-content .wr-artist__img {
    height: 280px;
  }
  .site-content .wr-main-content .wr-artist__title {
    font-size: 19px;
  }
  .site-content .wr-main-content .wr-artist__read {
    font-size: 19px;
  }
  .site-content .wr-main-content .wr-artist-detail {
    margin-top: 70px;
    padding: 20px;
  }
  .site-content .wr-main-content .wr-artist-detail__top {
    margin-bottom: 20px;
  }
  .site-content .wr-main-content .wr-artist-detail__title-mobile {
    margin: 0;
    font-size: 35px;
  }
  .site-content .wr-main-content .wr-artist-detail__date {
    display: none;
  }
  .site-content .wr-main-content .wr-artist-detail__date.mobile {
    display: block !important;
    margin-bottom: 25px;
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-artist-detail__link {
    width: 100%;
    font-size: 15px;
    padding-left: 20px;
  }
  .site-content .wr-main-content .wr-artist-detail__link::after {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-artist-detail__share, .site-content .wr-main-content .wr-artist-detail__social {
    position: static;
    right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-content .wr-main-content .wr-artist-detail__share span, .site-content .wr-main-content .wr-artist-detail__social span {
    display: none;
  }
  .site-content .wr-main-content .wr-artist-detail__share a, .site-content .wr-main-content .wr-artist-detail__social a {
    margin-left: 5px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
  }
  .site-content .wr-main-content .wr-artist-detail__share a i, .site-content .wr-main-content .wr-artist-detail__social a i {
    font-size: 15px;
  }
  .site-content .wr-main-content .wr-artist-detail__share {
    top: 54%;
  }
  .site-content .wr-main-content .wr-artist-detail__social {
    top: 28%;
  }
  .site-content .wr-main-content .wr-artist-detail__img {
    height: 300px;
  }
  .site-content .wr-main-content .wr-artist-detail__content p {
    font-size: 14px;
    line-height: 1.93;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-detail__main-title,
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail-player__main-title,
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-news__main-title {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 1.36;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-detail__title {
    font-size: 18px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail-player__item .toggle button {
    width: 36px;
    height: 36px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail-player__item .toggle button::after {
    font-size: 25px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail-player__item .range {
    width: calc(100% - 36px);
    padding: 0 10px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail-player__item .range .current-song,
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail-player__item .range span {
    font-size: 8px;
    line-height: 1.5;
  }
  .site-content .wr-main-content .wr-artist-detail.single-product .wr-artist-detail__title {
    font-size: 40px;
    padding: 40px 0 16px 0;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail__title {
    font-size: 40px;
    padding: 40px 0;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-news,
  .site-content .wr-main-content .wr-artist-detail.single-product .wr-recent-artist-detail {
    padding-bottom: 60px;
  }
  .site-content .wr-main-content .wr-artist-detail .single-product .wr-artist-detail__title-mobile {
    padding: 20px 0 10px 0;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-news__post-img {
    height: 160px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-news__title {
    font-size: 25px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-recent-artist-news__date {
    font-size: 10px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail__cart .variations .value select {
    font-size: 15px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail__cart .variations .value::after {
    padding: 9px 16px;
    font-size: 16px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail__cart .woocommerce-variation-add-to-cart button {
    padding: 9px 60px 9px 13px;
    font-size: 15px;
  }
  .site-content .wr-main-content .wr-artist-detail .wr-artist-detail__cart .single_variation_wrap span.price {
    font-size: 15px;
  }
  .site-content .wr-main-content .wr-policy {
    margin-top: 70px;
    padding: 20px;
  }
  .site-content .wr-main-content .wr-policy__title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
  }
  .site-content .wr-main-content .wr-policy__desc p {
    font-size: 14px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright .wr-footer__copyright-inner {
    padding: 0 70px 0 20px;
  }
  .site-content .wr-main-content .wr-footer .wr-footer__copyright .wr-footer__copyright-text p {
    font-size: 6px;
  }
  .woocommerce-cart .content-area,
  .woocommerce-checkout .content-area {
    margin-top: 70px;
    padding: 20px;
  }
  .woocommerce-cart article .entry-header .entry-title,
  .woocommerce-checkout article .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
  }
  .not-found {
    margin-top: 70px;
  }
  .not-found .not-found__inner {
    padding: 0 20px;
  }
  .not-found .not-found__inner .not-found__left .not-found__title {
    font-size: 60px;
  }
  .not-found .not-found__inner .not-found__left .not-found__subtitle {
    font-size: 24px;
  }
  .not-found .not-found__inner .not-found__left .not-found__link {
    font-size: 15px;
  }
}
/*# sourceMappingURL=main.css.map */