* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@font-face {
    font-family: 'supplybold';
    src: url('../fonts/supply-bold-webfont.woff2') format('woff2'),
         url('../fonts/supply-bold-webfont.woff') format('woff'),
         url('../fonts/supply-bold-webfont.ttf') format('truetype'),
         url('../fonts/supply-bold-webfont.svg#supplybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'supplyregular';
    src: url('../fonts/supply-regular-webfont.woff2') format('woff2'),
         url('../fonts/supply-regular-webfont.woff') format('woff'),
         url('../fonts/supply-regular-webfont.ttf') format('truetype'),
         url('../fonts/supply-regular-webfont.svg#supplyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk_bqBdCn';
    src: url('../fonts/akzidenzgrotesk-boldcond-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-boldcond-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-boldcond-webfont.ttf') format('truetype'),
         url('../fonts/akzidenzgrotesk-boldcond-webfont.svg#akzidenz-grotesk_bqBdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk_bqXBdCn';
    src: url('../fonts/akzidenzgrotesk-extraboldcond-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-extraboldcond-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-extraboldcond-webfont.ttf') format('truetype'),
         url('../fonts/akzidenzgrotesk-extraboldcond-webfont.svg#akzidenz-grotesk_bqXBdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk_bqbold';
    src: url('../fonts/akzidenzgrotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/akzidenzgrotesk-bold-webfont.woff') format('woff'),
         url('../fonts/akzidenzgrotesk-bold-webfont.ttf') format('truetype'),
         url('../fonts/akzidenzgrotesk-bold-webfont.svg#akzidenz-grotesk_bqbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/pre-save/CircularStd-Bold.eot');
    src: url('../fonts/pre-save/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pre-save/CircularStd-Bold.woff2') format('woff2'),
        url('../fonts/pre-save/CircularStd-Bold.woff') format('woff'),
        url('../fonts/pre-save/CircularStd-Bold.ttf') format('truetype'),
        url('../fonts/pre-save/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-left: 1px solid #fd6ba4;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fd6ba4; 
}

body {
    font-family: 'supplyregular';
    font-size: 14px;
    background: #000;
    color: #7f7f7f;
    overflow-x: hidden;
}

/* Overall UI */

.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}
.wrapper-fluid {
    width: 100%;
}
.main__content {
    margin-bottom: 100px;
}

.error404 h1,
.error403 h1 {
    font-size: 72px;
    text-transform: uppercase;
    color: #fd6aa4;
    text-align: center;
    margin: 100px 0 0;
    font-family: 'akzidenz-grotesk_bqBdCn';
}

/* Page Loader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999999999;
}
.preloader svg {
    width: 100%;
    max-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader__black__bg,
#loader__dot__black__bg,
#loader__a__bg {
    fill:#060606; 
    fill-opacity: 0;

    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: FillInLoader;
    animation-duration: 1s;
    animation-delay: 0s;
}
#loader__pre-d,
#loader__pre-d__line,
#loader__pre-ua,
#loader__mid__dot,
#loader__pre-lip,
#loader__pre-a,
#loader__i__dot {
    fill: #F1E87D;
    fill-opacity: 0;

    stroke:#F1E87D;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;

    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeInLoader, FillInLoader;
}
#loader__pre-d,
#loader__pre-d__line {
    animation-duration: 1s, .5s;
    animation-delay: 0s, 1.5s;
}
#loader__pre-ua {
    animation-duration: 1s, .5s;
    animation-delay: .3s, 1.5s;
}
#loader__mid__dot {
    animation-duration: .5s, 0.5s;
    animation-delay: .6s, 1.5s;
}
#loader__pre-lip {
    animation-duration: 1s, .5s;
    animation-delay: .7s, 1.5s;
}
#loader__pre-a {
    animation-duration: 1s, .5s;
    animation-delay: 1.2s, 1.5s;
}
#loader__i__dot {
    animation-duration: 1s, .5s;
    animation-delay: 1.5s, 1.5s;
}

@-webkit-keyframes FillInLoader {
    from { 
        fill-opacity: 0; 
    }
    to {    
        fill-opacity: 1;
    }
}

@-webkit-keyframes StrokeInLoader {
    to {
        stroke-dashoffset: 0;
    }
}  

.page-title__big {
    position: absolute;
    font-size: 190px;
    color: #fd6ba4;
    margin: 0;
    font-family: 'akzidenz-grotesk_bqBdCn';
    text-transform: uppercase;
    line-height: 1;
}

.hide {
    opacity: 0;
    visibility: hidden;
}
.show {
    opacity: 1;
    visibility: visible;
}
/* End Overall UI */

/* Header */
header {
    position: relative;
    padding: 20px;
    margin-top: 20px;
}
.logo {
    position: relative;
    float: right;
    z-index: 999;
}
.logo img {
    width: 260px;
}
.menu-btn {
    position: relative;
    float: left;
    cursor: pointer;
    z-index: 999;
}
.menu-btn span {
    position: relative;
    display: block;
    top: 0;
    width: 40px;
    height: 8px;
    background: #ebf5e4;
    margin-bottom: 4px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.menu-btn.active span:nth-child(1){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}
.menu-btn.active span:nth-child(2){
    opacity: 0;
    visibility: hidden;
}
.menu-btn.active span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -15px;
}

.main-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow-y: scroll;
    z-index: 99;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-nav.active {
    opacity: 1;
    visibility: visible;
}
.menu-main-nav-container {
    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-main-nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-main-nav-container ul li {
    float: left;
}
.menu-main-nav-container ul li a {
    display: block;
    font-size: 15.8vw;
    font-family: 'akzidenz-grotesk_bqBdCn';
    color: #1c1c1c;
    text-transform: uppercase;
    line-height: 0.77;
    overflow: hidden;
    text-decoration: none;
    
    background: -webkit-linear-gradient(transparent, transparent), url(../img/dl-stripe4.jpg) left center;
    background: -o-linear-gradient(transparent, transparent);
    background-size: 0 0;
    -webkit-background-clip: text;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu-main-nav-container ul li a:hover {
    text-decoration: none;

    background-size: auto 100%;
    -webkit-text-fill-color: transparent;

    animation: play 0.6s steps(10) infinite;
}

/*.menu__link__music a {
    background-position: 0 0, 341px 0, 682px 0, 1023px 0, 1364px 0 !important;
}
.menu__link__music a:hover{
    text-decoration: none;

    background-size: cover;
    -webkit-text-fill-color: transparent;

    animation: playFirst 0.8s steps(10) infinite;
}

.menu__link__live a {
    background-position: 0 0, 341px 0, 682px 0, 1023px 0, 1364px 0 !important;
}
.menu__link__live a:hover{
    text-decoration: none;

    background-size: cover;
    -webkit-text-fill-color: transparent;

    animation: playSecond 0.5s steps(10) infinite;
}

.menu__link__merch a {
    background-position: 0 0, 341px 0, 682px 0, 1023px 0, 1364px 0 !important;
}
.menu__link__merch a:hover{
    text-decoration: none;

    background-size: cover;
    -webkit-text-fill-color: transparent;

    animation: playThird 0.5s steps(10) infinite;
}

.menu__link__videos a {
    background-position: 0 0, 341px 0, 682px 0, 1023px 0, 1364px 0 !important;
}
.menu__link__videos a:hover{
    text-decoration: none;

    background-size: cover;
    -webkit-text-fill-color: transparent;

    animation: playFourth 0.5s steps(10) infinite;
}


@keyframes playFirst {
    100%{ background-position: -603px 0px, -468px 0, -317px 0, -151px 0, 0 0; }
}
@keyframes playSecond {
    100%{ background-position: -1364px 0px, -1023px 0, -682px 0, -341px 0, 0 0; }
}
@keyframes playThird {
    100%{ background-position: -603px 0px, -468px 0, -317px 0, -151px 0, 0 0; }
}*/
@keyframes play {
    100%{ background-position: -1500px}
}

.republika__link {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #7f7f7f;
    font-size: 12px;
}
.republika__link a {
    color: #7f7f7f;
    text-decoration: none;
}
.republika__link a:hover {
    color: #fd6ba4;
    text-decoration: underline;
}

.page-id-23 header {
    display: none;
}
/* #nd Header */

/* Comming Soon */
.coming__soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    font-family: 'akzidenz-grotesk_bqBdCn';
}
.coming__soon h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #1c1c1c;
    font-size: 20vw;
    line-height: 1;
    text-align: center;
    letter-spacing: -20px;
    margin: 0;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.coming__soon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 40px;
    height: 35vw;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* End Comming Soon */


/* Preorder Album */
.pre-order__page h3 {
    margin-bottom: 24px !important;
}
.pre-order__page .music__item__song-title{
    font-family: 'akzidenz-grotesk_bqBdCn';
    font-size: 40px;
    color: #fd6aa4;
}
.pre-order__page .music__item__details {
    opacity: 1 !important;
    visibility: visible !important;
    left: 45%;
}
.pre-order__desc {
    font-size: 16px;
}
.pre-order__desc p {

}

.pre-order__buy {
    margin-top: 24px;
}
.pre-order__price {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.pre-order__link {
    position: relative;
    padding: 8px 32px;
    margin: 0 16px 16px 0;
    height: 40px;
    line-height: 24px;
    float: left;
    color: #fd6aa4;
    background: none;
    text-decoration: none;
    border: 1px solid #fd6aa4;
    border-radius: 30px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pre-order__link:hover {
    color: #fff;
    background: #fd6aa4;
}
.pre-order__link svg,
.pre-order__link img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* End Preorder Album */


/* Pre-Save Spotify Page */
.page-template-physical header,
.page-template-physical footer,
.page-template-physical .subscribe__form {
    display: none;
}

.splash__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.splash__footer a,
.splash__footer a:link,
.splash__footer a:visited {
    color: #effee5;
    text-decoration: none;
}

.splash__footer a:hover,
.splash__footer a:active,
.splash__footer a:focus {
    text-decoration: underline;
}

.wrapper-presave {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px 0;
}

.presave__links {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    text-align: center;
}
.presave__links a {
    margin-right: 20px;
    text-decoration: none;
}
.presave__links a:last-child {
        margin-right: 0; 
    }
.presave__links svg {
    width: 32px;
    height: 32px;
}
.presave__links svg path,
.presave__links svg circle {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.presave__links a:hover svg path,
.presave__links a:hover svg circle {
    fill: #f9eb7e;
}

.presave__title {
    display: none;
}
.presave__top {
    position: relative;
    margin-top: 50px;
}
.presave__info {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 32px;
    text-align: center;
}
.listen__button {
    display: inline-block;
    min-width: 250px;
    height: 64px;
    margin: 0 16px 0 0;
    padding: 0px 32px;
    background: #fd6ba4;
    text-align: center;
    line-height: 64px;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'CircularStd';
}
.enterSite__button {
    background: #effee6;
    display: inline-block;
    margin: 40px auto;
    color: #000;
}
.wmg__button {
    display: inline-block;
    height: 64px;
    margin: 0 16px 18px auto;
    padding: 10px 24px;
    background: #1cd761;
    text-align: left;
    outline: none;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-family: 'CircularStd';
}
.wmg__button svg,
.wmg__button img {
    width: 32px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}
.wmg__button span {
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.wmg__button.apple__music__button {
    background: #fff;
}
.wmg__button.apple__music__button span {
    color: #000;
}
.wmg__button.deezer__music__button {
    background: #fff;
}
.wmg__button.deezer__music__button span {
    color: #000;
}


.enter__with-email {
    display: block;
    color: #EBF5E4;
    background: none;
    font-size: 11px;
    font-family: 'akzidenz-grotesk_bqbold';
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.presave__info p {
    font-size: 22px;
    color: #effee6;
    font-family: 'akzidenz-grotesk_bqbold';
    margin: 0 0 24px;
}
.text__yellow {
    color: #f9eb7e;
    text-transform: uppercase;
}
.text__pink {
    color: #fd6ba4;
}
.presave__arrow {
    position: absolute;
    bottom: -110px;
    right: -160px;
    width: 280px;
}
.presave__arrow--m {
    display: none;
}
.presave__arrow--t {
    display: none;
}
.polaroid__img {
    float: right;
    margin-right: 150px;
    width: 400px;
}

.presave__bottom {
    position: relative;
    top: -200px;
}
.presave__bottom svg {
    position: absolute;
    top: -115px;
    left: -70px;
    height: 240px;
    z-index: 1;
}
#black__bg,
#dot__black__bg,
#a__bg {
    fill:#060606; 
    fill-opacity: 1;

   /* animation-fill-mode: forwards;
    animation-iteration-count: 1;*/
}
/*#black__bg.active,
#dot__black__bg.active,
#a__bg.active {
    animation-name: LogoFillIn;
    animation-duration: 1s;
    animation-delay: 0s;
}*/

#pre-d,
#pre-d__line,
#pre-ua,
#mid__dot,
#pre-lip,
#pre-a,
#i__dot {
    fill: #fd6aa4;
    fill-opacity: 1;

    stroke:#fd6aa4;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;

    /*animation-fill-mode: forwards;
    animation-iteration-count: 1;*/
}
/*#pre-d.active,
#pre-d__line.active {
    animation-name: LogoStrokeIn, LogoFillIn;
    animation-duration: 1s, .5s;
    animation-delay: 0s, 1.5s;
}
#pre-ua.active {
    animation-name: LogoStrokeIn, LogoFillIn;
    animation-duration: 1s, .5s;
    animation-delay: .3s, 1.5s;
}
#mid__dot.active {
    animation-name: LogoStrokeIn, LogoFillIn;
    animation-duration: 1s, 0.5s;
    animation-delay: .6s, 1.5s;
}
#pre-lip.active {
    animation-name: LogoStrokeIn, LogoFillIn;
    animation-duration: 1s, .5s;
    animation-delay: .9s, 1.5s;
}
#pre-a.active {
    animation-name: LogoStrokeIn, LogoFillIn;
    animation-duration: 1s, .5s;
    animation-delay: 1.2s, 1.5s;
}
#i__dot.active {
    animation-name: LogoStrokeIn, LogoFillIn;
    animation-duration: 1s, .5s;
    animation-delay: 1.5s, 1.5s;
}*/

@-webkit-keyframes LogoFillIn {
    from { 
        fill-opacity: 0; 
    }
    to {
        fill-opacity: 1;
    }
}

@-webkit-keyframes LogoStrokeIn {
    to {
        stroke-dashoffset: 0;
    }
} 

.presave__bottom h1 {
    font-size: 148px;
    line-height: 0.8;
    overflow: hidden;
    margin: 0;
    font-family: 'akzidenz-grotesk_bqXBdCn';
}
.presave__bottom h1 div{
    overflow: hidden;
}
.presave__bottom h1 span {
    display: block;
}
.presave__bottom h1 div:first-child span {
    color: #effee6;
}
.presave__bottom h1 div:nth-child(2) span {
    color: #f9eb7e;
}
.presave__bottom h1 span.big__title--date {
    color: #fd6ba4;
    font-size: 40px;
}

#line {
    fill: none;
    stroke:#fd6aa4;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-width: 10;
} 
#arrow {
    fill: none;
    stroke:#fd6aa4;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-width: 10;
}
#line.active {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeIn;
    animation-duration: 1s;
    animation-delay: 0s;
}
#arrow.active {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeIn;
    animation-duration: 1s;
    animation-delay: .3s;
}

#t-line {
    fill: none;
    stroke:#fd6aa4;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-width: 10;
} 
#t-arrow {
    fill: none;
    stroke:#fd6aa4;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-width: 10;
}
#t-line.active {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeIn;
    animation-duration: 1s;
    animation-delay: 0s;
}
#t-arrow.active {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeIn;
    animation-duration: 1s;
    animation-delay: .3s;
}


#m-line {
    fill: none;
    stroke:#fd6aa4;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-width: 5;
} 
#m-arrow {
    fill: none;
    stroke:#fd6aa4;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-width: 5;
}
#m-line.active {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeIn;
    animation-duration: 1s;
    animation-delay: 0s;
}
#m-arrow.active {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: StrokeIn;
    animation-duration: 1s;
    animation-delay: .3s;
}
@-webkit-keyframes StrokeIn {
  to {
    stroke-dashoffset: 0;
  }
}

.splash__merch {
    margin: 50px 0 150px;
}
.splash__merch > h2 {
    font-size: 28px;
    color: #effee6;
    margin: 0 0 32px;
    text-align: center;
    text-transform: uppercase;
}
.splash__merch .merch__item__slider img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display: block;
}
.splash__merch .merch__item__hover {
    opacity: 1; 
    visibility: visible; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
     background: none; 
}
.splash__merch  .merch__item__hover h3 {
    margin-top: 0;
}


/* Home Page */
.home-main__img {
    width: 100%;
    height: 300px;
    margin-bottom: 32px;
    border: 1px solid #fd6ba4;
    border-radius: 10px;
    overflow: hidden;
}
.home-main__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-events__table {
    font-size: 16px;
}
.home-events__item {
    display: block;
    padding: 8px 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #7f7f7f;
    border-radius: 6px;

    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.home-events__item:hover {
    background: #fd6ba4;
    color: #000;
}
.home-events__item > span {
    float: left;
    display: block;
    min-height: 18px;
    padding-right: 16px;
}
.home-event__date {
    width: 15%;
}
.home-event__venue {
    width: 30%;
}
.home-event__location {
    width: 20%;
}
.home-event__feat {
    width: 15%;
}
.home-event__tickets {
    width: 20%;
    text-align: right;
}
.home-event__tickets a {
    color: #7f7f7f;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.home-events__item:hover .home-event__tickets a {
    color: #000;
}

.tickets__info {

}
.tickets__info p {
    margin-bottom: 64px;
    border: 1px solid #fd6aa4;
    padding: 16px;
    border-radius: 10px;
}
.tickets__info a {
    color: #fd6aa4;
}

.home-events__table .tour-name {
    margin-bottom: 32px;
}
/* End Home Page */

.page-template .wrapper-fliud {
    margin: 170px 0 100px;
}


/* TIckets Info Page */
.tickets__sales-table {
    width: 1140px;
    max-width: 100%;
    margin: 64px auto;
    padding: 0 16px;
}
.tickets__sales-table-head {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fd6aa4;
}
.tickets__sales-table-head span {
    width: 20%;
    float: left;
    padding: 0 16px;
}
.tickets__sales-table-body {

}
.tickets__sales-table-row div {
    width: 20%;
    float: left;
    padding: 0 16px;
    margin-bottom: 16px;
}
.tickets__sales-table-body span {
    display: none;
}

.tickets__sales-table-row div:first-child,
.tickets__sales-table-head span:first-child {
    width: 20%;
    max-width: 200px;
}
.tickets__sales-table-row div:nth-child(2),
.tickets__sales-table-head span:nth-child(2) {
    width: 20%;
    max-width: 200px;
}
.tickets__sales-table-row div:nth-child(3),
.tickets__sales-table-head span:nth-child(3) {
    width: 20%;
    max-width: 250px;
}
.tickets__sales-table-row div:nth-child(4),
.tickets__sales-table-head span:nth-child(4) {
    
}
.tickets__sales-table-row div:nth-child(5),
.tickets__sales-table-head span:nth-child(5) {
    
}
/* End Tickets Info Page */

/* Music Page */
.music__songs {
    position: relative;
    width: 100%;
}
.music__item {
    
}
.music__item .music__item__title {
    max-width: 100%;
    display: inline-block;
    line-height: 0.8;
    overflow: hidden;
    font-size: 56px;
    color: #1c1c1c;
    font-family: 'akzidenz-grotesk_bqBdCn';
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.music__item .music__item__title:hover,
.music__item.active .music__item__title {
    color: #fd6ba4;
}

.music__item__info {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 50%;
}
.music__item.active .music__item__info {
    display: block;
    opacity: 1;
    visibility: visible;
}

.music__item__img {
    position: relative;
    width: 50%;
    height: 100%;
    background: #000;
    border: 1px solid #fd6ba4;
    border-radius: 16px;
    z-index: 1;
    overflow: hidden;

    -webkit-transition: transform .3s cubic-bezier(.51,.92,.24,1.15);
    -moz-transition: transform .3s cubic-bezier(.51,.92,.24,1.15);
    transition: transform .3s cubic-bezier(.51,.92,.24,1.15);
}
.music__item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.music__item__small-img {
    display: none;
}
.music__item__details {
    opacity: 0;
    visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 24px;
    padding-left: 74px;
    background: #000;

    font-size: 14px;
    color: #fff;
    text-transform: uppercase;

    border: 1px solid #fd6ba4;
    border-radius: 16px;

    -webkit-transition: left .3s cubic-bezier(.51,.92,.24,1.15);
    -moz-transition: left .3s cubic-bezier(.51,.92,.24,1.15);
    transition: left .3s cubic-bezier(.51,.92,.24,1.15);
}
.music__item__info.active .music__item__details {
    left: 45%;
    opacity: 1;
    visibility: visible;
}
.music__item__song-type {
    display: block;
    font-family: 'supplybold';
    margin: 0 0 48px;
}
.music__item__details h3 {
    font-size: 14px;
    margin: 0 0 48px;
}
.music__item__song-title {
    display: block;
    font-family: 'supplybold';
}

.music__item__buy-listen {
    margin-bottom: 24px;
}
.music__item__buy-listen span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.music__item__buy-listen a {
    display: inline-block;
    margin: 0 8px 16px 0;
    padding: 4px 8px;
    font-size: 12px;
    color: #939393;
    text-transform: none;
    border: 1px solid #939393;
    border-radius: 30px;
    text-decoration: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.music__item__buy-listen a:hover {
    text-decoration: none;
    color: #000;
    background: #fd6ba4;
    border-color: #fd6ba4;
}

.music__item__follow {
    position: absolute;
    bottom: 24px;
    left: 74px;
    width: calc(100% - 100px);
}
.follow__img img{
    height: 24px;
}
.music__item-songkick {
    float: right;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 27px;
    text-decoration: none;
}
.music__item-songkick:hover {
    text-decoration: underline;
}

.music_close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 999;
}
.music_close-btn span {
    position: relative;
    display: block;
    top: 0;
    width: 32px;
    height: 8px;
    background: #ebf5e4;
    margin-bottom: 4px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.music_close-btn span:nth-child(1){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}
.music_close-btn span:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}
/* End Music Page */

/* Live Events Page */
.events__table {
    width: 100%;
}

.events__table__head {
    padding: 0 100px;
}
.events__table__head span {
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    color: #fd6ba4;
    text-transform: uppercase;
    padding-bottom: 24px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.events__table__head__date {
    width: 160px;
    margin-right: 100px;
}
.events__table__head__name {
    width: calc(100% - 460px);
}
.events__table__head__order {
    width: 200px;
}

.events__item {
    display: block;
    padding: 0 100px 64px 100px;
    font-family: 'akzidenz-grotesk_bqBdCn';
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.events__item:hover {
    background: #fd6ba4;
}
.events__item span {
    color: #1c1c1c;

    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.events__item:hover span {
    color: #000;
}

.event__date {
    position: relative;
    float: left;
    width: 160px;
    padding-top: 12px;
    margin-right: 100px;
    font-size: 56px;
    line-height: 0.77;
    text-transform: uppercase;
    overflow: hidden;
}
.event__date:before,
.event__venue:before,
.event__tickets:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #939393;

    -webkit-transition: all .3s ease-in-out .7s;
    -moz-transition: all .3s ease-in-out .7s;
    transition: all .3s ease-in-out .7s;
}
.events__item.show .event__date:before,
.events__item.show .event__venue:before,
.events__item.show .event__tickets:before,
.events__item.show .event__tickets:after {
    width: 100%;
}
.event__venue {
    position: relative;
    float: left;
    width: calc(100% - 460px);
    padding-top: 12px;
}
.event__venue h2 {
    color: #1c1c1c;
    font-size: 56px;
    line-height: 0.77;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.events__item:hover .event__venue h2 {
    color: #000;
}
.event__location {
    display: block;
    font-size: 56px;
    line-height: 1.1;
    text-transform: uppercase;
}
.event__feat {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: 'supplyregular';
    text-transform: uppercase;
    margin-top: 8px;
}
.event__tickets {
    position: relative;
    float: left;
    width: 200px;
    display: block;
    padding-top: 12px;
    font-size: 16px;
    color: #939393;
    line-height: 1;
    font-family: 'supplyregular';
    text-transform: uppercase;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.event__tickets:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 1px;
    background: #939393;

    -webkit-transition: width .3s ease-in-out .7s;
    -moz-transition: width .3s ease-in-out .7s;
    transition: width .3s ease-in-out .7s;
}
.events__item:hover .event__tickets a {
    color: #000;
}
.events__item:hover .event__tickets:after {
    background: #000;
}
/* End Live Events Page */


/* Merch Page */
.merch__grid {

}
.merch__item {
    position: relative;
    width: 25%;
    float: left;
    border: 1px solid #fd6ba4;
    cursor: pointer;


}
.merch__item.active {
    width: 100%;
    height: auto !important;    
} 
.merch__item .prev__img {
    width: 100%;
    padding: 32px;
}
.merch__item.active .prev__img {
    display: none;
}
.merch__item__hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    background: rgba(0,0,0,0.9);
}
.merch__item:hover .merch__item__hover{
    opacity: 1;
    visibility: visible;
}
.merch__item.active .merch__item__hover{
    display: none;
}
.merch__item__hover span {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.merch__item__hover h3 {
    color: #fd6ba4;
    font-size: 56px;
    line-height: 0.8;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'akzidenz-grotesk_bqBdCn';
}

.merch__item__details {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.merch__item.active .merch__item__details {
    position: relative;
    display: block;
}

.merch__item__slider {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    padding: 50px 0;
}

.merch__item__sliderBig {
    width: 100%;
    height: calc(100% - 150px);
}
.merch__item__sliderBig img {
    display: block;
    width: 70% !important;
    margin: 0 auto;
    padding-bottom: 100px;
}

.merch__item__sliderThumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
.merch__item__sliderThumbs .owl-item {
    height: 140px;
}
.merch__item__sliderThumbs .owl-item img {
    height: 100%;
    width: auto !important;
}

.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item > div {
    height: 100%;
}

.merch__item__info {
    width: 50%;
    height: 100%;
    float: left;
    padding: 50px;
    color: #fff;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.merch__item.active .merch__item__info {
    opacity: 1;
    visibility: visible;
}

.merch__item__info__cat{
    display: block;
    font-size: 22px;
    line-height: 1;
    font-family: 'supplyregular';
    text-transform: uppercase;
    margin-bottom: 40px;
}
.merch__item__title {
    font-size: 88px;
    line-height: 0.8;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'akzidenz-grotesk_bqBdCn';
    color: #fd6ba4;
    margin: 0 0 24px;
}
.merch__item__desc {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.merch__item__buy {

}
.merch__item__price {
    float: left;
    font-size: 24px;
    display: inline-block;
    margin: 0 40px 0 0;
}
.merch__item__btn {
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #939393;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid #939393;
    border-radius: 12px;
    text-decoration: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.merch__item__btn:hover {
    background: #fd6ba4;
    color: #000;
    border-color: #fd6ba4;
    text-decoration: none;
}
/* End Merch Page */


/* Videos Page */
.videos {
    margin-top: 270px;
}
.video__item {
    position: relative;
    display: block;
    margin-bottom: 300px;
}
.video__title {
    position: absolute;
    top: -60px;
    left: -20%;
    width: 100%;
    font-size: 124px;
    text-transform: uppercase;
    font-family: 'akzidenz-grotesk_bqBdCn';
    line-height: 0.8;
    margin: 0;
    overflow: hidden;
    color: #efefef;
    z-index: 2;

    -webkit-mix-blend-mode: difference;
    -moz-mix-blend-mode: difference;
    mix-blend-mode: difference;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    transform: perspective(30px) translateZ(1px);
}
.video__item:hover .video__title{
    z-index: 1;

    transform: perspective(0px) translateZ(0px);
}
.video__img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 930px;
    height: 320px;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    transform: perspective(0px) translateZ(0);
}
.video__item:hover .video__img {
    z-index: 2;

    transform: perspective(30px) translateZ(1px);
}
/* End Videos Page */

/* Pre-Order Page */
.page-title__big span {
    position: absolute;
    color: #f1e87d;
    font-family: 'akzidenz-grotesk_bqBdCn';
    font-size: 24px;
    margin-top: 0;
    bottom: -10px;
    left: 5px;
}
.preorder__items h1 {
    display: none;
    color: #f1e87d;
    font-family: 'akzidenz-grotesk_bqBdCn';
    font-size: 24px;
    margin-top: 0;
}
.page-template-pre-order .menu-btn {
    display: none;
}
.preorder__big-btns {
    position: absolute;
    top: 120px;
    left: 150px;
}
.preorder__big-btn {
    display: inline-block;
    height: 42px;
    min-width: 150px;
    margin: 0 16px 18px auto;
    padding: 4px 24px;
    background: #effee6;
    text-align: left;
    color: #000;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-family: 'CircularStd';
    border: 1px solid #effee6;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

.preorder__big-btn:hover {
    background: transparent;
    color: #effee6;
}

/* .preorder__big-btn:nth-child(2) {
    background: #fd6aa4;
    color: #effee6;
    border: 1px solid #fd6aa4;
} */

.preorder__big-btn.watch_studio_btn {
    background: #fd6aa4;
    color: #effee6;
    border: 1px solid #fd6aa4;
    min-width: 400px;
    font-size: 28px;
    height: auto;
    padding: 10px 60px;
}

.preorder__big-btn.watch_studio_btn:hover {
    background: transparent;
    color: #fd6aa4;
    border: 1px solid #fd6aa4;
}

/* .preorder__big-btn:nth-child(2):hover {
    background: transparent;
    color: #fd6aa4;
    border: 1px solid #fd6aa4;
} */

.preorder__items {
    position: relative;
    width: 100%;
}
.preorder__item {
    
}
.pre-order__desc {
    font-size: 14px;
}
.preorder__item .preorder__item__title {
    max-width: 100%;
    display: inline-block;
    line-height: 0.8;
    overflow: hidden;
    font-size: 3.3333vw;
    color: #1c1c1c;
    font-family: 'akzidenz-grotesk_bqBdCn';
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.preorder__item .preorder__item__title:hover,
.preorder__item.active .preorder__item__title {
    color: #fd6ba4;
}

.preorder__item__info {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 50%;
}
.preorder__item.active .preorder__item__info {
    display: block;
    opacity: 1;
    visibility: visible;
}

.preorder__item__img {
    position: relative;
    width: 50%;
    height: 100%;
    background: #000;
    border: 1px solid #fd6ba4;
    border-radius: 16px;
    z-index: 1;
    overflow: hidden;

    -webkit-transition: transform .3s cubic-bezier(.51,.92,.24,1.15);
    -moz-transition: transform .3s cubic-bezier(.51,.92,.24,1.15);
    transition: transform .3s cubic-bezier(.51,.92,.24,1.15);
}
.preorder__item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.preorder__item__small-img {
    display: none;
}
.preorder__item__details {
    position: absolute;
    top: 0;
    left: 45%;
    width: 50%;
    height: 100%;
    padding: 24px;
    padding-left: 74px;
    background: #000;

    font-size: 14px;
    color: #fff;
    text-transform: uppercase;

    border: 1px solid #fd6ba4;
    border-radius: 16px;

    -webkit-transition: left .3s cubic-bezier(.51,.92,.24,1.15);
    -moz-transition: left .3s cubic-bezier(.51,.92,.24,1.15);
    transition: left .3s cubic-bezier(.51,.92,.24,1.15);
}
.preorder__item__info.active .preorder__item__details {
    left: 45%;
    opacity: 1;
    visibility: visible;
}
.preorder__item__song-type {
    display: block;
    font-family: 'supplybold';
    margin: 0 0 48px;
}
.preorder__item__details h3 {
    font-size: 14px;
    margin: 0 0 48px;
}
.preorder__item__song-title {
    display: block;
    font-family: 'supplybold';
}

.preorder__item__buy-listen {
    margin-bottom: 24px;
}
.preorder__item__buy-listen span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.preorder__item__buy-listen a {
    display: inline-block;
    margin: 0 8px 16px 0;
    padding: 4px 8px;
    font-size: 12px;
    color: #939393;
    text-transform: none;
    border: 1px solid #939393;
    border-radius: 30px;
    text-decoration: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.preorder__item__buy-listen a:hover {
    text-decoration: none;
    color: #000;
    background: #fd6ba4;
    border-color: #fd6ba4;
}

.preorder__item__follow {
    position: absolute;
    bottom: 24px;
    left: 74px;
    width: calc(100% - 100px);
}
.follow__img img{
    height: 24px;
}
.preorder__item-songkick {
    float: right;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 27px;
    text-decoration: none;
}
.preorder__item-songkick:hover {
    text-decoration: underline;
}

.preorder_close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 999;
}
.preorder_close-btn span {
    position: relative;
    display: block;
    top: 0;
    width: 32px;
    height: 8px;
    background: #ebf5e4;
    margin-bottom: 4px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.preorder_close-btn span:nth-child(1){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}
.preorder_close-btn span:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}
/* End Music Page */

/* Footer */
.subscribe__form {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.subscribe__title {
    margin-bottom: 16px;
    display: block;
    text-transform: uppercase;
}
.subscribe__form form {
    margin-bottom: 16px;
}
.subscribe__form input[type="email"] {
    width: 250px;
    height: 32px;
    background: none;
    color: #7f7f7f;
    padding: 8px;
    border: 1px solid #fd6aa4;
    border-radius: 6px;
    outline: none;
}
.subscribe__form input[type="submit"] {
    height: 32px;
    background: none;
    padding: 0 8px;
    color: #7f7f7f;
    border: 1px solid #fd6aa4;
    border-radius: 6px;
    outline: none;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.subscribe__form input[type="submit"]:hover {
    background: #fd6aa4;
    color: #000;
}

.subscribe__terms {
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.subscribe__terms:after {
    content: 'Terms';
}
.subscribe__terms.active:after {
    content: 'Hide';
}
.subscribe__text {
    display: none;
    line-height: 1.4;
}
.subscribe__text a {
    color: #fff;
}

footer {
    /*position: fixed;
    bottom: 0;
    left: 0;
    right: 0;*/
    width: 100%;
    margin-top: 24px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    z-index: 1;
}
.footer__social-links {

}
.footer__social-links a {
    margin-right: 20px;
    text-decoration: none;
}
.footer__social-links a:last-child {
    margin-right: 0;
}
.footer__social-links a:hover {
    text-decoration: none;
}
.footer__social-links svg {
    width: 32px;
    height: 32px;
}
.footer__social-links a:hover svg path, .footer__social-links a:hover svg circle {
    fill: #f9eb7e;
}
.footer__copyright {
    margin-top: 16px;
}
.footer__copyright a {
    margin-right: 16px;
    color: #ebf5e3;
    text-decoration: none;
}
.footer__copyright a:last-child {
    margin-right: 0;
}
.footer__copyright a:hover,
.footer__copyright a:active,
.footer__copyright a:focus {
    text-decoration: underline;
}

@media only screen and (min-width: 1367px) {
    .music__item .music__item__title {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .preorder__big-btns {
        display: flex;
        flex-direction: column;
    }

    .preorder__big-btns a {
        margin-left: 0;
        max-width: 400px;
    }

    .preorder__big-btn.watch_studio_btn {
        padding: 10px 16px;
        font-size: 16px;
        min-width: auto;
    }
    
    .preorder__big-btns br {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .preorder__big-btn.watch_studio_btn {
        padding: 15px 40px;
        font-size: 23px;
    }
}

@media only screen and (min-width: 993px) {
    body.page-template-pre-order .wrapper-fliud {
        margin-top: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .preorder__big-btn.watch_studio_btn {
        padding: 0 16px;
    }
}

.studio2054 {
    display: inline-block;
}

.date {
    font-size: 21px;
    padding-bottom: 10px;
}