/*
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');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

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: #080402;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    color: #fff;
}

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

body.noScroll {
    overflow: hidden;
}

h1 {
    text-align: center;
    font-family: 'oldstyle';
    color: #fff;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.dark h2 {
    color: #000;
}

h2.lycs, #lyrics h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
}

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

ul, li {
    list-style: none;
}

.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: 3.2rem;
    right: 2rem;
    width: auto;
    z-index: 99999;
}

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

.wpml-ls-link {
    font-family: 'oldstyle';
    text-transform: uppercase;
}

#back {
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 2;
    background-image: url(img/back-off.svg);
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50%;
}

#back:hover {
    background-image: url(img/back-on.svg);
}

#privacyLink {
    font-family: 'Noto Sans', sans-serif;
}

#privacyModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: black;
    z-index: 3;
    overflow-y: auto;
    padding: 5em;
    font-family: 'Noto Sans', sans-serif;
}

#privacyModal.show {
    display: block;
}

#privacyModal h2 {
    text-decoration: underline;
    font-size: 170%;
}

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

#privacyModal div a {
    color: white;
    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;
}

#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%;
    display: none;
}

#wrapper:not(.lycs):not(.privacy) {
    width: 100%;
    height: 100vh;
    position: relative;
}

#privacyLink, #privacyClose {
    cursor: pointer;
    text-decoration: underline;
    font-size: 80%;
    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;
    font-size: 85%;
    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: flex;
    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;
    font-size: 85%;
    margin: 0 10px 15px;
    cursor: pointer;
    letter-spacing: 2px;
    width: 20em;
    background-color: #000;
    text-decoration: none;
    -webkit-appearance: none;
}

#buttons a.link {
    font-family: 'Noto Sans', sans-serif;
    text-decoration: underline;
    font-size: 85%;
    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;
    font-family: 'font';
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 20px;
    z-index: 2;
    width: 100%;
    font-size: 30px;
}

.mobile h1 {
    display: block;
}

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

#mobile-date {
    text-align: center;
    margin: 0 auto;
    display: none;
    width: 600px;
    font-size: 56px;
    color: #f2f0e7;
    font-family: 'font';
    letter-spacing: 5px;
    padding: 20px;
}

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

#mobile-background {
    display: none;
    width: 100%;
    text-align: center;
}

#mobile-background img{
    width: 80%;
}

#buttons {
    position: absolute;
    text-align: center;
    bottom: 130px;
    width: 100%;
}

.mobile #buttons {
    z-index: 2;
    top: 250px
}

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

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

#mobile-buttons {
    text-align: center;
    margin: 0 auto;
    display: none;
    width: 640px;
    padding: 00px;
}
/*------------ SOCIAL -----------*/
#social {
    text-align: center;
    position: absolute;
    bottom: 55px;
    width: 100%;
}

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

#mobile-social {
    text-align: center;
    margin: 0 auto;
    display: none;
    width: 700px;
    padding: 50px;
}
#social a, #mobile-social a {
    margin: 0 15px 0 0;
    vertical-align: middle;
    background: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    font-family: 'font';
}

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

#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-family: 'oldstyle';
    font-size: 85%;
    font-weight: normal;
    letter-spacing: 2px;
}

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

.mobile #tour {
    width: 90%;
    position: absolute;
    z-index: 2;
    top: 630px;
    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-family: 'font';
    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;
    font-family: 'font';
    padding: 5px 10px 7px;
    font-weight: 600;
}

#trdt {
    position: absolute;
    bottom: 130px;
    width: 100%;
    text-align: center;
}

.mobile #trdt {
    position: absolute;
    z-index: 2;
    top: 380px;
}

#trdt .tour {
    margin-right: 0 !important;
}
/*------------ 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;
  }
}

/*------------ footer -----------*/
footer {
    width: 100%;
    background-color: #353539;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

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

footer img {
    height: 2rem;
}

footer a {
    color: #fff;
}

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

.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;
}

/*------------ mailchimp -----------*/
#overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	cursor: pointer;
	display: none;
	top: 0;
	left: 0;
}

#mc_embed_signup {
	position: fixed;
	z-index: 2;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	bottom: 120px; 
	display: none;
    color: #000;
}

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

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

#tour h2 {
    display: block;
    text-align: center;
    margin: 0 0 40px;
    font-family: 'font';
    text-transform: uppercase;
    font-size: 30px;
}

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

#wrapper-tour {
    width: 90%;
    left: 5%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.7);
    padding: 0.5rem;
}

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

.bit-widget .bit-button {
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'font';
    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;
}

.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%;
}

#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;
    }

    #bgvid { display: none; }  

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

    .mobile #buttons {
        top: 535px;
    }

    .mobile #social {
        top: 630px;
    }

    .mobile #tour {
        top: 720px;
    }

    .mobile h1 {
        top: 100px;
    }

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

    #mobile-buttons a {
        padding: 8px 10px 5px;
    }

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

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


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

    #social .tour {
        display: none;
    }

    .mobile #buttons, .mobile #social, .mobile #trdt {
        bottom: auto;
    }

    .mobile #social, .mobile #trdt {
        padding: 15px 0;
    }

    #buttons .buylisten, #buttons .musicfollow {
        padding: 8px 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;
    }

    #social {
        bottom: 45px;
    }
}



@media (min-width: 555px) {


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

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

@media (min-width: 560px) {


    .mobile #buttons, .mobile #social, .mobile #trdt {
        bottom: auto;
    }

    .mobile #social, .mobile #trdt {
        padding: 15px 0;
    }

}

@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: 650px) {
    #buttons {
        bottom: 200px;
    }

    #social .tour {
        display: none;
    }

    #trdt {
        display: block;
    }

}

@media (min-width: 760px) {

    #trdt {
        display: none;
    }

    #buttons {
        bottom: 130px;
        flex-direction: column;
    }

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

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

    #social .lyrics {
        margin: 0 0 0 25px !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;*/
}

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

#wrapper .title {
    width: calc(100% - 20px);
    margin-left: 20px;
}

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

#wrapper .image {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}

#wrapper .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, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 0;
}

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

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

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

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

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

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

#wrapper > div img {
    width: 100%;
}

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

.privacy p {
    padding-bottom: 2rem;
}

.privacy ul, .privacy li {
    list-style: inside;
    padding-bottom: 1rem;
}

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

    header {
        margin: 65px 0 50px;
    }

    #wrapper .data {
        flex-direction: row;
        width: calc(100%);
    }

    #wrapper .title {
        width: 20%;
        margin-left: calc(30% - 70px)
    }

    #wrapper .image {
        width: 20%;
    }

    #wrapper .album .lyrics {
        width: 50%;
        margin: 0 0 0 70px;
    }

}

@media (min-width: 800px) {

    .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;
    }
}