/*

Kirby Starterkit

Author: Bastian Allgeier / Sascha Lack
URL:    http://getkirby.com
Email:  support@getkirby.com

*/


/* DIN Font
-------------------------------------------------- */
@font-face {
  font-family: 'din';
  src: url(../fonts/din_alternate_bold.html);
}


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}


/* Links
-------------------------------------------------- */
a, a:visited, {
  color: #ff5700;
  text-decoration: none;
}
a:hover, a:active {
  color: #ff3201;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: "din", "Ropa Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 0em;
  max-width: 90em;
  max-height: 100vh;
  color: #222;
  font-family: "din", "Ropa Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.splitscroll {
    height: 100vh;
    width: 100%;
    display: inline-block;
    overflow: auto;
}
@media (min-width: 768px) { 
.splitscroll {
    height: 100vh;
    width: 49%;
    display: inline-block;
    overflow: auto;
}
}

/* Bootsrap Site Shaping
-------------------------------------------------- */
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}



/* Sidebar
-------------------------------------------------- */
.sidebar {
  margin-bottom: 1.5em;
}
.logo {
  display: block;
  margin: 0.5em;
}
.logo img {
  width: 2em;
}


/* Navigation
-------------------------------------------------- */
.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.menu a:hover {
  color: #ff5700;
  text-decoration: none;
}
.menu .active {
  color: #ff3201;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  padding: .35em 0;
  border-top: 1px solid #ddd;
  font-weight: 600;
}

@media screen and (min-width: 40em) {
  body {
    padding: 0em;
  }
  .logo {
    /*float: left;*/
  }
  .menu {
    /*float: right;*/
    /*margin-right: -1em;*/
  }
  .menu > li {
    float: left;
  }
  .menu > li > a {
    padding: .35em 0.5em;
    border: 0;
  }
}


/* Bootstrap Navbar Styling
-------------------------------------------------- */
.navbar {
    border: 0px;
}
.navbar-default {
    background-color: black;
    border-color: transparent;
}
.navbar-inner{
 background:none;
 filter:none;
 box-shadow:none;
 border-radius:0px;
 border:none;
}
.navbar .nav > li > a{
  padding:5px;
  text-shadow:none;
  line-height: 500px;
  }
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
     color: #333333;
     text-decoration: none;
     background-color: transparent;
 }
.navbar .nav .active > a{
color:#ccc;
background:none;
box-shadow:none;
   }

.navbar .nav .active > a:hover{
background:none;
box-shadow:none;
   }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-toggle {
    padding: 0;
    margin-right: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff3201;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
img.bannerlogo {
    display: none;
}

@media (min-width: 768px) { 
    .navbar {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); /* Navbar content half way down screens above mobile */
      padding-right: 0;
    padding-left: 0;
    }
    .navbar-header {
        float: none;
        margin: 0 auto;
    }
    .logo {
        margin: 0;
        margin-bottom: 1.5em;
    }
    .logo img {
        width: 40em;
        margin: 0 auto;
    }
    img.bannerlogo {
        display: block;
        
    }
    img.roundlogo {
        display: none;
    }
    ul.menu  {
        text-align: center;
    }
    ul.menu li {
        display: inline-block;
        float: none;
    }
    body {
      background: linear-gradient(
        to right, 
        #000 0%, 
        #000 50%, 
        #fff 50%, 
        #fff 100%
      );
    }
    .row {
    margin-right: 0;
    margin-left: 0;
    }
}

/* Video Full Screen
-------------------------------------------------- */
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("assets/images/lushblend.html") no-repeat;
    background-size: cover; 
}

img.centered {
    display: block;
    position:fixed;
    width:  15em;
    height: 15em;
    left: 50%;
    top:  50%;
    margin-left: -7.5em; /* width/2 */
    margin-top:  -7.5em; /* heght/2 */
}  

.controls { 
    z-index:100;
    position: fixed;
    margin: auto;
    width: 100%;
    bottom: 1em;
    text-align:center;
}



@media screen and (max-width: 768px) {
    html { 
        background: url('assets/images/lushblend.html') no-repeat center center fixed; 
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover; 
        background-size: cover; }
    }

@media (max-device-width: 768px) {
#bgvid {
    display: none;
}
}

/* Headings and Text
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}

p {
    line-height: 1.2;
}

.pagetitle {
    font-weight: 900;
    color: #ff3201;
    font-size: 2.5em;
    margin-top: 0px;
}
.title {
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 2em;
}
.date {
    font-weight: 900;
    font-size: 2em;
    color: #ff3201;
}
.venue {
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.5em;
}
.tourdate {
    font-weight: 900;
    font-size: 1.5em;
    color: #ff3201;
}

/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 1.5em;
}
.main hr {
  margin: 3em 0;
  height: 2px;
  background: #ddd;
}
p,
figure,
ul,
ol {
  margin-bottom: 1em;
}
.main a {
  border-bottom: 2px solid #ddd;
}
.main a:hover {
  border-color: #222;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* New Video Splash
-------------------------------------------------- */
.newvideo {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); /* Navbar content half way down screens above mobile */
      padding-right: 0;
      padding-left: 0;
      color: white;
      text-align: center;
      background-color:#000;
    }

body#newvideo {
      background: #000;
    }
body#newvideo .row {
    margin-right: 0;
    margin-left: 0;
    }
body#newvideo div.oembed {
    margin-bottom: 1em;
    }

#vhc-outer {
  position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
}

#vhc-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 768px) {
#vhc-inner {
  width: 75%;
}
}

#vhc-inner a, #vhc-inner a:active {
    color: #ff3201;
    text-decoration: none;
    padding-top: 2em;
}
#vhc-inner a:hover {
    color: #ff5700;
}
#vhc-inner p {
  color: white;
  text-align: center;
}

/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}



/* Content
-------------------------------------------------- */
section.content {
  background: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-top: 4.5em;
}
    section.content a {
      color: #ff3201;
      text-decoration: none;
    }
    section.content a:hover, a:active {
      color: #ff3201;
      text-decoration: underline;
    }
section article {
    border-style: solid;
    border-width: 1px 0 0 0;
    padding-bottom: 1em;
    padding-top: 1em;
}
section.content.tour article {
    padding-bottom: 0.7em;
    padding-top: 0.7em;
}
section figure img {
    padding-bottom: 1em;
}
a.ticket {
    display:inline-block;
    float: right;
}
a.ticketsoldout {
    display:inline-block;
    float: right;
    color: #888 !important;
}

@media (min-width: 768px) {
  section.content {
      padding-left: 2em;
      padding-right: 2em;
      padding-bottom: 2em;
      padding-top: 1.5em; /* Smaller padding above mobile */
    }
    section.content.tour div.col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
}

section.content.tour hr {
  border-top: 1px solid #fff;
}

/* Socials
  --------------------------------------------- */ 
.lush-fa-twitter:before {
  content: "\f099";
}
.lush-fa-facebook-square:before {
  content: "\f082";
}
.lush-fa-instagram:before {
  content: "\f16d";
}
.lush-fa-info-circle:before {
  content: "\f05a";
} 
.lush-fa-envelope:before {
  content: "\f0e0";
}
.lush-fa-youtube:before {
  content: "\f166";
}

div.social {
    display: none;
}

@media (min-width: 768px) {
    div.social {
    display: block;
    position: absolute;
    z-index:100;
    bottom: 2vh;
    top: auto;
    text-align: center;
    width: 50%;
}
div.social a {
    color: #ff3201;
    padding: 3px;
}

div.social a:hover {
    color: #ff5700;
}

div.social .active {
    color: #ff5700;
}

form {
    display: inline;
    line-height: normal;
    font-size: 1em;
}
input#fieldEmail {
    color: #111;
    border: 1px;
}

section.contact div.social #mc_embed_signup form, div.social #mc_embed_signup form {text-align: center;}

div.social #mc_embed_signup {clear:left;width:100%;background:rgba(255, 255, 255, 0);display: inline;}
div.social #mc_embed_signup input.email {width:200px;height:23px;}
div.social #mc_embed_signup .button {background-color:#ff3201; height: 23px;line-height: 23px;}
div.social #mc_embed_signup .button:hover {background-color: #ff5700;}
div.social #mc_embed_signup_scroll {display: inline;}

}