 @charset 'UTF-8';

/****************************************
*****************************************



            1. MAIN STYLES
                1.1 LOADING EVENTS
            2. BODY STYLES
            3. CONTENT CUSTOM
                3.1 BIT
                3.2 SUBSCRIBE
                3.3 LOADER
            4. MEDIA QUERIES

*****************************************
*****************************************/

/********************
* 1. MAIN STYLES
*********************/
body {
    margin:0;
    padding:0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
    background-color: #001732;
}
@media (min-width: 768px) {
  body { font-size: 22px; }
}
@media (min-width: 992px) {
  body { font-size: 22px; }
}
@media (min-width: 1200px) {
  body { font-size: 20px; }
  .date { text-align: right; }
}
/********************
* 1.1 LOADING EVENTS
*********************/

body.loading {
}

body.loading * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/********************
* 2. BODY STYLES
*********************/
html, body {
    height: 100%;
}
header {
	text-align: center;
}
a {
    color: RGBA(255, 253, 242, 1.00);
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: RGBA(192, 196, 205, .90);
    background-color: transparent;
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}
i { color: #FFFDF2; }
i:active,
i:focus,
i:hover {
    text-decoration: none;
    color: RGBA(192, 196, 205, .90);
    background-color: transparent;
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: RGBA(255, 255, 255, 1.00);
    line-height: 1.5em;
    font-weight: 300;
    padding: 1em 0;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: RGBA(255, 255, 255, 1.00);
    line-height: 1.15em;
    font-weight: 300;
    padding-top: 10px;
}
img {
	width: 100%;
}
/********************
* 3. CONTENT CUSTOM
*********************/
section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
 
}
#tour {
    background-image: linear-gradient(RGBA(93, 76, 34, .01), RGBA(93, 76, 34, .30)), url(https://cdn.shopify.com/s/files/1/0081/7981/0385/t/1/assets/ONE.jpg);
    background-position: top, top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    transform: translateZ(-15px) scale(1.05);
    height: 100%;
    /*margin-bottom: 3em;*/
}
#splash {
    margin-top: 3em;
    padding-top: 3em;
    opacity: 0; 
}
#tourdates {
    margin-top: 3em;
    margin-bottom: 3em;
    opacity: 0;
}
#subscribe {
    /*background-color: RGBA(0, 23, 50, 1.00);
    background-position: center;*/
    text-align: center;
    margin: 5em 0;
    padding: 5px;
}

#music {
    background-color: RGBA(192, 196, 205, 0);
    background-image: url(https://cdn.shopify.com/s/files/1/0081/7981/0385/t/1/assets/TWO.jpg);
    background-position: center;
    transform: translateZ(1px) scale(1.01);
    text-align: center;
    padding: 1em 0;
}
#shows, #next {
    margin: 0;
    text-align: left;
}
#releases {
    margin-top: 2em;
}
#social {
    padding: 1em 0;
    font-size: 1.25em;
}
.sc {
    margin-top: 1em;
}
.actions {
    padding: 0;
}
/********************
* 3.1 BIT
*********************/
.bit-widget {
    font-size: 16px;
    font-family: 'Arial', sans-serif!important;
    font-weight: 400;
}
.bit-button, 
.event a,
.venue {
    color: #FFFFFF;
    text-decoration:none;
}
.event a:hover {
    color: rgba(255, 255, 255, .5);
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}
.event {
    font-size: 1em;
}
.event:hover{
    background-color: RGBA(0, 23, 50, .30);
}
.event > div {
    align-self: center;
}
.venue {
    color: #FFFFFF;
}
#shows .venue,
#next .venue {
    color: #FDB72F;
}
.bit-widget .bit-venue {
    color: #FFFFFF;
}
.bit-button {
    background-color: #A18D41;
    border: 2px solid #A18D41;
    cursor: pointer;
    padding: 6px 8px;
    margin: 4px 0;
    text-align: center;
    align-self: start;
    line-height: 20px;
    }
.bit-button:hover {
    color: #FFFFFF;
    background-color: #5D4C22;
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}
#shows .bit-button:hover,
#next .bit-button:hover {
    color: #FFFFFF;
    background-color: #5D4C22;
    border: 2px solid #5D4C22;
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}

.bit-widget .bit-offers {
    color: #FFFFFF;
    background-color: #5D4C22;
    border: 2px solid #5D4C22;
}

/********************
* 3.2 SUBSCRIBE
*********************/
#subscribe h2 {
    padding: 2em;
}
.form-control {
    border-radius: 0;
}
.email {
    background: rgba(255, 255, 255, 1);
}
.joinbtn {
    color: #FFFDF2;
    background-color: #A18D41;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    border: solid 1px #9FA4C3;
    padding: .5rem 2rem;
}
.joinbtn:hover {
    color: #FFFDF2;
    background-color: #5D4C22;
    border: solid 1px #5D4C22;
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}
#popUp {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #4AF237;
    border: 2px solid #4AF237;
    background-color: rgba(255,255,255, 1);
    width: 65%;
    margin: 0 auto;
    padding: 1em 0;
}

#mc_embed_signup .button {
    color: #FFFDF2!important;
    background-color: #A18D41!important;
}

#mc_embed_signup .button:hover {
    color: #FFFFFF!important;
    background-color: #5D4C22!important;
    -moz-transition: all 0.5s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, color 0.3s ease-in-out;
}
/********************
* 3.3 LOADER
*********************/

.loading{
    position: fixed;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
    background: #001732;
    background: -moz-linear-gradient(to bottom, RGBA(93, 76, 34, .90) 0%,RGBA(135, 111, 37, .92) 40%,RGBA(161, 141, 65, .95) 80%, RGBA(207, 185, 98, .99) 100%), url(https://cdn.shopify.com/s/files/1/0081/7981/0385/t/1/assets/ONE.jpg); 
    background: -webkit-linear-gradient(to bottom, RGBA(93, 76, 34, .90) 0%,RGBA(135, 111, 37, .92) 40%,RGBA(161, 141, 65, .95) 80%, RGBA(207, 185, 98, .99) 100%), url(https://cdn.shopify.com/s/files/1/0081/7981/0385/t/1/assets/ONE.jpg); 
    background: linear-gradient(to bottom, RGBA(93, 76, 34, .90) 0%,RGBA(135, 111, 37, .92) 40%,RGBA(161, 141, 65, .95) 80%, RGBA(207, 185, 98, .99) 100%), url(https://cdn.shopify.com/s/files/1/0081/7981/0385/t/1/assets/ONE.jpg); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949BC7', endColorstr='#949BC7',GradientType=0 ); 
    z-index: 10000;
}
.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: 'Quattrocento Sans', sans-serif;
}
.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
          animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
          animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
          animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.loaded #splash {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.loaded #splash {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loaded #tourdates {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}


.loaded #tourdates {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}


/********************
* 4 MEDIA QUERIES
*********************/

@media only screen and (max-width: 767px) {
    #splash img { width: 150%; }
    .row { margin-right: 0; margin-left: 0; }} 
    #tourdates { font-size: 1em; }
	.bit-button { font-size: 10px; }
    #music { background-size: cover; background-attachment: scroll; color: #001732; } 
    #music >div h1 { color: #001732; padding: .5em 0; } 
    #shows a, #shows .bit-button { color: #001732; }
    #shows .bit-button { border: 2px solid #001732; }
    #social { padding: 2em 0; font-size: 2em; }
    .sc { margin-top: 0; }

    
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #tourdates { font-size: 0.85em; }
    .row { margin-right: 0; margin-left: 0; }

}
