/*
Theme Name: Kngfu Theme
Author: Kngfu
Author URI: http://kngfu.com
Description: Basic theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: bowttrail-theme
Tags: custom-theme
*/

/*------------ GLOBAL -----------*/
@font-face {
    font-family: 'font';
    src: url('fonts/font.eot');
    src: url('fonts/font.eot') format('embedded-opentype'),
         url('fonts/font.woff2') format('woff2'),
         url('fonts/font.woff') format('woff'),
         url('fonts/font.ttf') format('truetype'),
         url('fonts/font.svg#font') format('svg');
}

@font-face {
    font-family: 'oldstyle';
    src: url('fonts/oldstyle.eot');
    src: url('fonts/oldstyle.eot') format('embedded-opentype'),
         url('fonts/oldstyle.woff2') format('woff2'),
         url('fonts/oldstyle.woff') format('woff'),
         url('fonts/oldstyle.ttf') format('truetype'),
         url('fonts/oldstyle.svg#oldstyle') format('svg');
}

@font-face {
    font-family: 'ralewaythin';
    src: url('fonts/ralewaythin.eot');
    src: url('fonts/ralewaythin.eot') format('embedded-opentype'),
         url('fonts/ralewaythin.woff2') format('woff2'),
         url('fonts/ralewaythin.woff') format('woff'),
         url('fonts/ralewaythin.ttf') format('truetype'),
         url('fonts/ralewaythin.svg#ralewaythin') format('svg');
}

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/ralewayregular.eot');
    src: url('fonts/ralewayregular.eot') format('embedded-opentype'),
         url('fonts/ralewayregular.woff2') format('woff2'),
         url('fonts/ralewayregular.woff') format('woff'),
         url('fonts/ralewayregular.ttf') format('truetype'),
         url('fonts/ralewayregular.svg#ralewayregular') format('svg');
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/ralewaysemibold.eot');
    src: url('fonts/ralewaysemibold.eot') format('embedded-opentype'),
         url('fonts/ralewaysemibold.woff2') format('woff2'),
         url('fonts/ralewaysemibold.woff') format('woff'),
         url('fonts/ralewaysemibold.ttf') format('truetype'),
         url('fonts/ralewaysemibold.svg#ralewaysemibold') format('svg');
}

@font-face {
    font-family: 'colbybold';
    src: url('fonts/colbybold.eot');
    src: url('fonts/colbybold.eot') format('embedded-opentype'),
         url('fonts/colbybold.woff2') format('woff2'),
         url('fonts/colbybold.woff') format('woff'),
         url('fonts/colbybold.ttf') format('truetype'),
         url('fonts/colbybold.svg#colbybold') format('svg');
}

@font-face {
    font-family: 'colbyregular';
    src: url('fonts/colbyregular.eot');
    src: url('fonts/colbyregular.eot') format('embedded-opentype'),
         url('fonts/colbyregular.woff2') format('woff2'),
         url('fonts/colbyregular.woff') format('woff'),
         url('fonts/colbyregular.ttf') format('truetype'),
         url('fonts/colbyregular.svg#colbyregular') format('svg');
}

@font-face {
    font-family: 'colbymedium';
    src: url('fonts/colbymedium.eot');
    src: url('fonts/colbymedium.eot') format('embedded-opentype'),
         url('fonts/colbymedium.woff2') format('woff2'),
         url('fonts/colbymedium.woff') format('woff'),
         url('fonts/colbymedium.ttf') format('truetype'),
         url('fonts/colbymedium.svg#colbymedium') format('svg');
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "ralewayregular";
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

/*a, b, body, button, div, em, h1, h2, h3, html, img, label, p, span {
    border: 0;
    font: inherit;
    font-size: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}*/

b {
    font-weight: bold;
}

body {
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    transition: background-position 0.3s ease 0s;
}

body:not(#lyrics) {
    /*background: #000 url(img/cover4.jpg) no-repeat 50% 0% fixed;*/ 
    
}

body.noScroll {
    overflow: hidden;
}

body.hidden {
    overflow: hidden;
}

.center {
    text-align: center;
}

h1 {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 3rem;
    font-family: 'colbyregular';
    position: absolute;
    left: 0;
    top: 1rem;
    bottom: initial;
    width: 100%;

    &.bold {
        font-family: 'colbybold';
    }

    &.medium {
        font-family: 'colbymedium';
    }
}

.dark h2 {
    color: #000;
}

h2.lycs, #lyrics h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000;
    font-family: 'ralewaysemibold';
}

h3.lycs {
    padding-bottom: 20px;
}

ul, li {
    list-style: none;
}

#burger, #close {
    border-radius: 50%;
    background-color: #000;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 5;
    cursor: pointer;
    border: 0.2rem solid #000;
}

#burger.hide {
    display: none;
}

#close {
    transform: translateX(-50%);
    top: 2rem;
}

#lyrics #burger {
    left: initial;
    right: 5%;
    top: 5rem;
    transform: translate(0);
}

#burger:hover, #close:hover {
    background-color: #fff;
}

#burger:hover img, #close:hover img {
    filter: invert(0);
}

#burger img, #close img {
    width: 50% !important;
    filter: invert(100%);
}

#menu {
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
    display: none;
}

#menu.open {
    display: flex;
}

#wrapper-menu {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

#wrap-tour {
    cursor: pointer;
}

#circle {
    z-index: 1;
    position: absolute;
    width: 55vh;
    left: 50%;
    top: calc(50% + 4rem);
    transform: translate(-50%, calc(-50% - 3.1rem));
    transition: left 0.3s ease 0s, top 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0s;
}

#circle img {
    width: 100%;
}

#sidebar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 30rem;
    background-color: rgba(256,256,256,0.7);
    display: none;
    flex-direction: column;
    padding: 6rem 2rem;
}

#sidebar a, #menu a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

#sidebar a:hover, #menu a:hover {
    text-decoration: underline;
}

#sidebar #lang {
    position: absolute;
    bottom: 9rem;
}

#sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    width: 10rem;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%); 
}

.sub-cta {
    cursor: pointer;
}

.sub {
    font-family: 'ralewaysemibold';
    background-color: #000;
    border-radius: 50%;
    height: 12rem;
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    bottom: 10%;
    transform: translate(50%, 0);
    font-size: 1.2rem;
    line-height: 1.8rem;
    cursor: pointer;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    border: 0.2rem solid #000;
    text-align: center;
    color: white;
    text-decoration: none;
}

.sub:hover {
    background-color: #fff;
    color: #000;
}

.tourlink, .lyricslink {
    cursor: pointer;
}

.moove-gdpr-tab-main-content ul, .moove-gdpr-tab-main-content li {
    list-style: inside;
}

.otgs-development-site-front-end {
    display: none !important;
}

.wpml-ls-statics-shortcode_actions {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: auto;
    z-index: 9990;
}

.wpml-ls-legacy-list-horizontal {
    border: 2px solid #fff !important;
    border-radius: 0.5rem;
}

.wpml-ls-link {
    text-transform: uppercase;
}

#back {
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    border: 0.2rem solid #000;
    transition: filter 0.3s ease 0s, backgroud-color 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

#back img {
    width: 50%;
    filter: invert(100%);
}

#back:hover {
    background-color: #fff;
}

#back:hover img {
    filter: invert(0);
}


#privacyModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: black;
    z-index: 3;
    overflow-y: auto;
    padding: 5em;
}

#privacyModal.show {
    display: block;
}

#privacyModal h2 {
    text-decoration: underline;
}

#privacyModal div:not(.wp-block-spacer) {
    padding-bottom: 5em;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#privacyModal div a {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

#privacyModal div a:hover {
    font-weight: bold;
}

#privacyModal h3 {
    font-weight: bold;
    text-decoration: underline;
}

#privacyModal h4 {
    font-weight: bold;
}

#privacyModal ul {
    padding-left: 1em;
}

#privacyModal b {
    font-weight: bold;
}

#privacyModal li.nobullet {
    list-style: circle;
    margin-left: 1em;
}

#privacyModal ul, #privacyModal h2, #privacyModal h3, #privacyModal h4 {
	padding-bottom: 20px;
    font-family: 'ralewaysemibold';
}

#parallax {
    /*background: #080402 url(img/cover4.jpg) no-repeat;*/
    background-size: cover;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scaleX(-1);
}

#wrapper:not(.lycs):not(.privacy) {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow-y: hidden;
}

#privacyLink, #privacyClose {
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    background-color: rgba(255, 255, 255, .7);
    padding: 0.1rem 0.5rem;
    z-index: 99999;
    color: #000;
}

#privacyClose {
    position: fixed;
    right: 1em;
    top: 0;
}

.dark #privacyLink {
    color: #000;
}

#privacyLink:hover {
    text-decoration: none;
}

#melodyBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    background-color: black;
    border: 2px solid white;
    color: white;
    z-index: 10;
    padding: 7px 20px 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'font';
    font-size: 13px;
    font-weight: 600;
    margin-left: -108.25px;
    margin-top: -17px;
}

#thanks {
    position: absolute;
    bottom: 340px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'font';
    font-weight: bold;
    line-height: 125%;
    letter-spacing: 0.25px;
    display: none;
    z-index: 10;
    text-align: center;
}

#thanks.visible {
    display: block;
}

#buttons a#melodyMobile {
    display: none;
    cursor: pointer;
    background-color: #000;
    border: 2px solid white;
    color: white;
    padding: 7px 20px 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'font';
    font-size: 11px;
    font-weight: 600;
}

#buttons {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#buttons a.button, #buttons form input {
    font-family: 'oldstyle';
    border: 2px solid white;
    border-radius: 10px;
    padding: 0.5em 1em;
    background-color: transparent;
    color: white;
    margin: 0 10px 15px;
    cursor: pointer;
    letter-spacing: 2px;
    width: 20em;
    background-color: #000;
    text-decoration: none;
    -webkit-appearance: none;
}

#buttons a.link {
    text-decoration: underline;
    color: white;
}
#buttons a.link:hover {
    text-decoration: none;
}

.dark #buttons a.link {
    color: #000;
}

.mobile #melodyBtn {
    display: none;
}

.mobile #buttons a#melodyMobile {
    display: inline-block;
}

/*h1:not(.lycs) {
    display: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 20px;
    z-index: 2;
    width: 100%;
    font-size: 30px;
}

.mobile h1 {
    display: block;
}*/

#wrapper {
    overflow-x: hidden;
}

/*------------ DATE -----------*/
#date {
    text-align: center;
    position: fixed;
    bottom: 175px;
    left: 50%;
    margin-left: -265px;
    font-size: 56px;
    color: #f2f0e7;
    letter-spacing: 5px;
}


#date p, #mobile-date p {
    height: 75px;
}

#buttons {
    position: absolute;
    text-align: center;
    left: 4rem;
    bottom: 4rem;
    /*width: 100%;*/
}

.mobile #thanks {
    bottom: auto;
    top: 160px;
}

#buttons a, #mobile-buttons a {
    vertical-align: top;
    margin: 0 10px 15px;
    display: inline-block;
}

/*------------ SOCIAL -----------*/

.mobile #social {
    z-index: 2;
    /*top:390px;*/
}

.socials {
    cursor: pointer;
}

#social a, #mobile-social a, #wrapper-social a {
    margin: 0 15px 0 0;
    vertical-align: middle;
    /*width: 40px;*/
    height: 40px;
    display: inline-block;
    background-color: initial !important;
}

#wrapper-social {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#wrapper-social.show {
    display: flex;
}

#wrapper-social div {
    padding-bottom: 2rem;
}

#wrapper-social div, #wrapper-subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#wrapper-subscribe > p, #wrapper-subscribe > h2 {
    color: black;
}

#wrapper-subscribe > p {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#wrapper-subscribe > a {
    margin-bottom: 2rem;
}

#wrapper-social a {
    margin: 0 1rem 1rem;
}

#social img, #wrapper-social img {
    height: 3rem;
    margin-top: 9px;
}

/*.itunes {
    width: 8rem !important;
}*/

#social .tour, #mobile-social .tour, #social .lyrics, #mobile-social .lyrics {
    border-radius: 0;
    margin-right: 40px !important;
    cursor: pointer;
    width: auto;
    padding: 7px 20px;
    font-weight: 600;
    border-radius: 10px;
    font-weight: normal;
    letter-spacing: 2px;
}

.lyrics {
    color: #000;
    text-decoration: none;
}

.mobile #tour {
    width: 90%;
    position: absolute;
    z-index: 2;
    top: 90vh;
    left: 5%;
}

/*#social .twitter img {
    height: 15px;
    margin-top: 11px;
}

#social .spotify img {
    height: 18px;
    margin-top: 9px;
}

#social .deezer img {
    height: 13px;
    margin-top: 12px;
}

#social .store img {
    height: 15px;
    margin-top: 11px;
}

#social .mailchimp img {
    height: 13px;
    margin-top: 12px;
}*/

.sound {
    background: url(img/sound.png) 0 36px;
    width: 38px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
}

.mute {
    background: url(img/sound.png) 0 0;
}

.mobile .sound {
    display: none;
}

.buylisten, .musicfollow {
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 3px 10px 5px;
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 600;
}

.buylisten img {
    height: 10px;
    /*margin-right: 15px;*/
}

.musicfollow img {
    height: 10px;
}

.buylisten img:last-child {
    height: 10px;
    /*margin-left: 15px;*/
    margin-right: 0;
}

button {
    background: #000;
    border-radius: 500px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 11px;
    margin: 0;
    margin-right: 0px;
    min-width: 92px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    border: 2px solid #fff;
}

.bt-icon {
    background-image: url("img/spotify-white.svg");
    background-position: 0 0;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 7px;
    width: 10px;
    left: 10px;
}

.bt-text {
    display: block;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    margin-left: 13px;
    padding: 5px 10px 7px;
    font-weight: 600;
}

/*------------ VIDEO PLAYER -----------*/
/*video#bgvid { 
    position: fixed; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
}*/

#play {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    background: url(img/play.png);
    width: 64px;
    height: 64px;
    z-index: 1;    
}

#video-player {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    height: 250px;
    z-index: 2;
    position: absolute;
    top: 40px;
}

#video-wrapper {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
#video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  #video-wrapper video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-wrapper video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  #video-wrapper video {
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
}

/*------------ hidden sidebar -----------*/
#hidden-sidebar {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 6;
    transition: right 0.3s ease 0s, max-width 0.3s ease 0s;
    background-color: #fff;
}

#hidden-sidebar.open {
    right: 0;
}

#hidden-sidebar .close {
    width: 4rem;
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    background-color: #000 !important;
    padding: 0.9rem 0.5rem 0.7rem;
    border: 0.2rem solid #000;
    transition: background-color 0.3s ease 0s;
    z-index: 1;
}

#hidden-sidebar .close img {
    filter: invert(100%);
    margin-top: 0;
    height: auto !important;
}

#hidden-sidebar .close:hover img {
    filter: invert(0);
}

#hidden-sidebar .close:hover  {
    background-color: #fff !important;
}

#hidden-sidebar .close img {
    width: 100%;
}

/*------------ footer -----------*/
footer {
    width: 100%;
    background-color: #353539;
}

#homepage footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

footer p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

footer .container {
    margin: 0 auto;
    width: 100%;
    max-width: 105.5rem;
}

footer img {
    height: 2.5rem;
}

footer a {
    color: #fff;
}

.scr-partner-logos-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1.6rem;
}

.legal-mention-scr, .legal-mention-canada, .logo-shuffle-note {
    font-size: 8px;
    line-height: 15px;
}

.scr-partner-logos-container div {
    margin: 0 1rem 2rem;
    display: flex;
    align-items: center;
}

.col-sm-3.legal-mention-scr {
    display: none;
}

.credit-impot {
    filter: invert(100%);
}

/*------------ mailchimp -----------*/
#overlay, #white-bg {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease 0s;
}

#overlay.show, #white-bg {
    opacity: 1;
    visibility: visible;
}

#white-bg {
    background: rgba(255,255,255,0.5);
    display: block;
    z-index: -1;
}

#mc_embed_signup {
	/*position: fixed;
	z-index: 2;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	bottom: 120px; 
	display: none;*/
    color: #000;
    margin: 0 auto;
    max-width: 40rem;
    width: 100%;
    font-weight: 300 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

#mc_embed_signup form {
    padding: 0 !important;
}

/*.mobile #mc_embed_signup {
    width: 100%;
    top: 10%; 
    margin-left: 0;
    left: 0;
    bottom: auto;
    top: 10%;
    position: absolute;
}*/


#wrapper-subscribe {    
    display: none;
    overflow: auto;
    height: 100%;
    padding: 1rem;
    flex-direction: column;
    flex-wrap: nowrap;
}

#wrapper-subscribe.show {
    display: flex;
}

.mce_inline_error[for="mce-EMAIL"] {
    display: none !important;
}

#mc_embed_signup div.response {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
}

#mc_embed_signup .foot {
    display: flex !important;
}
/*------------ Tour Dates -----------*/

/*.bit-widget .bit-upcoming-events-show-all-button, .bit-past-events-show-all-button {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.bit-upcoming-events-show-all-button:hover {
    background-color: rgba(81,81,81,.1) !important;
}*/


#tour.tourpage {
    margin-top: 6em;
}

#tour h2, #wrapper-tour h2, #wrapper-social h2, #wrapper-lyrics h2, #wrapper-subscribe h2 {
    display: block;
    text-align: center;
    margin: 2rem 0 40px;
    text-transform: uppercase;
    font-size: 22px;
}

#tour {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
}

#wrapper-tour, #wrapper-social {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.7);
    padding: 1rem;
    overflow: auto;
    height: 100%;
    position: relative;
    display: none;
}

#wrapper-tour.show {
    display: block;
}

/*#wrapper-tour > div {
    padding-left: 5.5rem;
}*/

#back:not(.lycs) {
    position: fixed;
    top: 10%;
    left: 10px;
    z-index: 2;
}

/*.bit-widget .bit-button {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    background-color: transparent !important;
    border: 2px solid;
}*/

/*.dark .bit-widget a, .dark .bit-widget span, .dark .bit-widget .bit-venue, .dark .bit-widget .bit-button {
    color: #000 !important;
}*/

.bit-widget .bit-offers {
    background-color: transparent !important;
    /*border: 2px solid #fff !important;*/
    color: #4a4a4a !important;
}

.dark .bit-widget .bit-rsvp {
    border: 1px solid #000 !important;
}

.dark .bit-widget .bit-offers {
    border: 2px solid #000 !important;
}

.mobile .bit-widget .bit-no-dates-container .bit-track-button {
    width: 100%;
}

.bit-details-inner-wrapper {
    flex-grow: 1;
}

#ground {
    background-image: url('img/test2.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
}

/*------------ MEDIA QUERIES -----------*/
/* iPads (portrait and landscape) ----------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

    #date {
        top: 50%;
        margin-left: 0 !important;
        left: 0;
        color: #fff;
        width:100%;
        margin-top: -170px;
        font-size: 40px !important;
    }

    #video-player {
        width: 50%;
        height: 400px;
        left: 25%;
    }

    .mobile #tour {
        top: 720px;
    }

    /*.mobile h1 {
        top: 100px;
    }*/

    .mobile .bit-widget .bit-no-dates-container .bit-track-button {
        width: 250px;
    }

    .bt-text {
        padding: 7px 10px 7px;
    }

    #social .tour, #social .lyrics {
        padding: 10px 20px;
    }
}


/***** MEDIA QUERIES *****/
@media (min-width: 320px) {
    #buttons {
        flex-direction: column;
    }

    #social .tour {
        display: none;
    }

    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 10px 5px;
    }

    #buttons a.button, #buttons form input {
        margin: 0 10px 5px;
    }

    .bt-text {
        padding: 7px 10px 7px;
    }

    #melodyBtn, #buttons a#melodyMobile {
        padding: 9px 20px 7px 20px;
    }

    #social .lyrics {
        margin: 0 33% !important;
    }

    #social a, #mobile-social a, .sound {
        margin: -5px 15px 20px 0;
    }

    .mobile #tour {
        top: 100vh;
    }
}



@media (min-width: 555px) {


    #buttons .buylisten, #buttons .musicfollow {
        padding: 3px 10px 5px;
    }

    .bt-text {
        padding: 5px 10px 7px;
    }
}


@media screen and (max-width: 600px) and (orientation: landscape) {

    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 10px 5px;
    }

    .bt-text {
        padding: 7px 10px 7px;
    }
}

@media (min-width: 700px) {

    body {
        background-position: 75% 50%;
    }

    #burger {
        display: none;
    }

    #lyrics #burger {
        display: flex;
    }
    
    #sidebar {
        display: flex;
    }

    #sidebar a, #menu a {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }

    #circle {
        width: 50vh;
        left: 25%;
        transform: translateX(calc(-25% - 10rem)) translateY(calc(-50% - 3.1rem));
    }

    .sub {
        height: 14rem;
        width: 14rem;
        right: 0;
        top: 50%;
        transform: translate(50%, -50%);
    }

    #buttons {
        display: flex;
        /*bottom: 45px;*/
    }

    .privacy p, .privacy ul, .privacy li {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }

    footer p {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }

}

@media (min-width: 760px) {

    #buttons {
        /*bottom: 55px;*/
        flex-direction: column;
    }

    #social .tour {
        display: inline-block;
    }

    #social a, #mobile-social a, .sound {
        margin: 0 15px 0 0;
    }

    #social .lyrics {
        margin: 0 0 0 25px !important;
    }

    h1 {
        left: 3rem;
        top: 3rem;
        width: fit-content;
    }
}

@media (min-width: 900px) {

    body {
        background-position: 50%;
    }
   
    #circle {
        width: 50vh;
        left: 50%;
        transform: translateX(calc(-50% - 10rem)) translateY(calc(-50% - 3.1rem));
    }

}

@media (min-width: 1400px) {

    #circle {
        width: 75vh;
        transform: translateX(calc(-50% - 10rem)) translateY(calc(-50% - 3.1rem));
    }

}

@media (max-width: 500px) {
    .bit-event {
        flex-direction: column !important;
    }

    .bit-event-buttons {
        width: 100%;
    }

    .bit-event-buttons > div {
        width: 100%;
    }
    .bit-widget .bit-event .bit-button {
        width: 100% !important; 
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 10px 5px;
    }

    .bt-text {
        padding: 9px 10px 6px;
    }

    #social .tour, #mobile-social .tour, #social .lyrics, #mobile-social .lyrics {
        padding: 8px 20px;
    }

    .bt-icon {
        top: 8px;
        width: 9px;
    }

    #melodyBtn, #buttons a#melodyMobile {
        padding: 9px 20px 7px 20px;
    }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 10px 5px;
    }

    .bt-text {
        padding: 9px 10px 6px;
    }

    #social .tour, #mobile-social .tour, #social .lyrics, #mobile-social .lyrics {
        padding: 12px 20px;
    }

    .bt-icon {
        top: 8px;
        width: 9px;
    }

    #melodyBtn, #buttons a#melodyMobile {
        padding: 9px 20px 7px 20px;
    }
}

/*------------ Lyrics -----------*/
header {
    margin: 130px 0 50px;
}

#wrapper.lycs, #wrapper.privacy {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    /*display: flex;
    flex-direction: row;
    justify-content: flex-end;*/
}

#content-lyrics .album {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 40px;
}

#content-lyrics .title {
    width: calc(100% - 40px);
    margin: 0 20px;
}

#content-lyrics .data {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#content-lyrics .image {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
}

#content-lyrics .album .lyrics {
    width: calc(100% - 20px);
    display: block;
    margin: 0 0 0 20px;
}

.album .lyrics li {
    padding-bottom: 5px;
    position: relative;
}

.album li div.content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease 0s;
    padding-bottom: 0;
}

li.open .content {
    overflow: hidden;
}

.album .lyrics p, h4 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    text-align: left;
    line-height: 20px;
}

.album .lyrics div {
    padding-bottom: 24px;
}

.album .lyrics p::first-letter, h4::first-letter {
    text-transform: capitalize;
}

.album .lyrics li h4 {
    padding-bottom: 15px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 20px;
    /*letter-spacing: 0.3px;*/
}

.album .lyrics li h4:hover {
    text-decoration: none;
    /*font-weight: 400;
    letter-spacing: 0;*/
}

.album .lyrics li::before {
    content: ' ';
    position: absolute;
    left: -26px;
    top: 0;
    background-image: url(img/arrow.svg);
    background-position: 50%;
    background-size: cover;
    width: 24px;
    height: 20px;
    filter: invert(100%);
}

.album .lyrics li.open::before {
    background-image: url(img/close.svg);
    width: 18px;
    height: 18px;
    left: -21px;
    filter: invert(0);
}

#content-lyrics > div img {
    width: 100%;
    height: fit-content;
}

#wrapper-lyrics {    
    overflow: auto;
    height: 100%;
    display: none;
}

#wrapper-lyrics.show {
    display: block;
}

#wrapper-lyrics h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000;
    font-family: 'ralewaysemibold';
    text-align: left;
}

/*------------ Privacy -----------*/
.privacy {
    padding: 0 2rem;
}

.privacy strong {
    font-family: 'ralewaysemibold';
}

.privacy p {
    padding-bottom: 2rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.privacy ul, .privacy li {
    list-style: inside;
    padding-bottom: 1rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.privacy h2 {
    font-size: 24px;
    padding-bottom: 2rem;
}

.wp-block-table td, .table-wrapper td {
    color: #000;
    padding: .5rem;
    border: 0.1rem solid;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.table-wrapper table {
    border-collapse: collapse;
}

.privacy h3 {
    color: #000;
    font-family: 'ralewaysemibold';
}

/***** MEDIA QUERIES *****/
@media (min-width: 500px) {

    #content-lyrics > div img {
        width: 80%;
    }

    #wrapper:not(.lycs):not(.privacy) {
        height: 100vh;
    }

    #tour h2, #wrapper-tour h2, #wrapper-social h2, #wrapper-lyrics h2, #wrapper-subscribe h2 {
        font-size: 30px;
    }

    header {
        margin: 65px 0 50px;
    }

    #content-lyrics .data {
        flex-direction: row;
        width: calc(100%);
        padding: 0 2rem;
    }

    #content-lyrics .title {
        width: 27%;
        margin-left: 2rem;
    }

    #content-lyrics .image {
        width: 100%;
        max-width: 35%;
    }

    #content-lyrics .album .lyrics {
        width: 65%;
        margin: 0 0 0 20px;
    }

    .sub {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }

}

@media (min-width: 800px) {

    #buttons a.button, #buttons form input {
        margin: 0 10px 15px;
    }

    .col-xs-12.legal-mention-scr {
        display: none;
    }

    .col-sm-3.legal-mention-scr {
        display: flex;
    }

    .scr-partner-logos-container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .scr-partner-logos-container div {
        margin: 0 2rem 2rem;
    }

    #hidden-sidebar {
        max-width: 50%;
        right: -50vw;
    }
}