/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@font-face {
    font-family: 'itc_avant_garde_gothic_stdBd';
    src: url('../fonts/itcavantgardestd-bold-webfont.woff2') format('woff2'),
         url('../fonts/itcavantgardestd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'terminaregular';
    src: url('../fonts/termina-regular-webfont.woff2') format('woff2'),
         url('../fonts/termina-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'itc_avant_garde_gothic_stdMd';
    src: url('../fonts/itcavantgardestd-md-webfont.woff2') format('woff2'),
         url('../fonts/itcavantgardestd-md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.itc_avant_garde_gothic_stdMd {
    font-family:'itc_avant_garde_gothic_stdMd', sans-serif; ;
}


.bg-orange {
    background: #E87B51;
}

.bg-green {
    background:#6C8765;
}


.text-orange {
    color: #E87B51;
}

.text-green {
    color:#6C8765;
}

.text-black {
    color:#000;
}

.text-beige {
    color:#F0EBE1;
}

.text-white {
    color:#fff;
}

.font-small {
    font-size:80%;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background-color: #F0EBE1;
   
    background-position: fixed;
    background-size: cover;
   font-family: 'itc_avant_garde_gothic_stdBd', sans-serif;
   margin:0;
   padding: 0;
   overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #6C8765;
    text-decoration: none;
}

h1 {
    color:#6C8765;
    font-weight: 500;
    font-size:3.5rem;
    margin:0.2rem;
}

h2 {
    color:#6C8765;
    font-weight: 500;
    font-size:2.5rem;
    margin:0.2rem;
}

h3 {
    color:#6C8765;
    font-weight: 500;
    font-size:1.1rem;
    margin:0.1rem;
}



.text-center {
    text-align: center;
}


.full-width {
  width:100%;
}

.ninety-five-width {
  width:95%;
}

.ninety-width {
  width:90%;
}


.tracklistIndividual {
    transition: all .3s ease;
}

.tracklistIndividual:hover {
    background: #E87B51;
    color:#fff;
}

#artists_music_shop {
    z-index: 25;
    position: absolute;
    top:35%;
    left: 5%;
}

.margin-auto {
  margin:auto;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
.description {
      min-height: 60px;
      text-transform: uppercase;
      color:#fff;
      text-align: center;
      font-size:80%;
      margin-top:10px;
    }
*/

.description {
      min-height: 55px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 80%;
    margin-top: 10px;
    OVERFLOW: HIDDEN;
    DISPLAY: BLOCK;
}


.pre-order {
    border: 0px solid #fff;
    background: #0e1c2b;
    padding:10px 0;
    display: block;
    margin-top:5px;
    width: 70%;
    margin-bottom: 15px;
    text-decoration: none;
    width:100%;
  }

  .pre-order:hover {
    opacity: 1.0;
    color:#0e1c2b !important;
    background: #f6e3d4;
  }

   .pre-order div {
    width: 100%;
    text-align: center;
    color:#fff !important;
    letter-spacing: 3px
    
  }

  .album-details {
    text-align: center;
    color:#fff;
    letter-spacing: 3px;
    font-size:90%;
  }

  .album-details a {
    color:#fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0px 5px;
    line-height: 40px;
    margin-top: 10px;
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background:rgba(14,28,43,0.5);

  }

  .pre-order:hover div {
    width: 100%;
    text-align: center;
    color:#0e1c2b !important;
    
  }


#background {
    display: none
}

#socials {
    z-index: 1;
    top: 0;
    right:0;
    position: fixed;
    color:#fff;
    font-size: 1.5rem;
    background: transparent;
   
    width:100%;
    padding:10px 0;
    text-align: right;
}

#footer a {
    color: #fff;
}

#socials a,  #logo a {
  color:#fff;
  margin-right:10px;
  display: inline-block;
  text-decoration: none;
}

#logo a {
  border:1px solid #fff;
  padding:15px 45px;
  border-radius: 2px;
  margin-right:15px;
  margin-left: 15px;
  margin-top:25px;
}



#socials a:hover, #logo a:hover {
    opacity: 0.9;
    color:#e31289;
}

#logo a:hover {
  border-color:#e31289;
}

.pre-order-options {
  margin-top:20px;
}

.shop_vinyl img {
    margin-left:-130px;
    /* transition: all 1s ease;  
     width: 100%;*/
}

.shop_vinyl img:hover {
    /*width:120%;
    height: auto;
    margin-left:-160px;
    margin-top:-40px;*/

}
.recent_releases .artsandcrafts-slide {
    padding: 0;
}

.artsandcrafts-slide {
  padding:5px;

}

.artsandcrafts-slide a {
  text-decoration: none;
}

.recent_releases .artsandcrafts-slide img,
.active_artists .artsandcrafts-slide img {
  border:5px solid #E87B51;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.recent_releases .artsandcrafts-slide img:hover,
.active_artists .artsandcrafts-slide img:hover {
    border-color:#6C8765 !important;
    margin-top:-0px;
}

.artsandcrafts-slide > div {
  

  text-align: center;
  padding:0px;
  min-height: 80px;
}

#mailing_list {
  display: none;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background: #0e1c2b;
  color:#fff;
  position: fixed;
}

#tour-frame {
  height:1500px !important;
}

#tour-frame-new {
  height:2000px !important;
}

.shopify-buy-frame iframe {
  height: 100% important;
}

#navigation,
#navigation_pages {
  z-index: 20;
  top:0px;
  left:0;
  
  width:100%;
  text-align: left;
  position: absolute;

}
#footer li,
#navigation li,
#navigation_pages li {
    display: inline-block;
}


#nav-toggle {
    height: 55px;
    width: 50px;
    display: block;
    z-index: 1102;
    position: fixed;
    top: 40px;
    right: 42px;
    -webkit-transition: opacity 100ms ease-in-out;
    -moz-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#navMenu {
    background: #000;
    background: rgba(75, 110, 70, .85);
    width: 100%;
    min-height: auto;
    height: 100%;
    z-index: 1009;
    position: fixed;
    display: none;
    font-weight: 400;
    font-size: 30px;
    top: 0;
    overflow: scroll;
    display: none;
}


#nav-toggle.open {
    opacity: 1;
}

#nav-toggle.open span {
    background: 0 0;
}

#nav-toggle.open span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    left: 0;
    background: #fff;
}


#nav-toggle.open span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    background: #fff;
}


#nav-toggle span {
    top: 16px;
    left: 10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 40px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    left: right;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#navigationIcon {
    z-index: 1010;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 25px 27px;
    position: fixed;
    background-color: #E87B51;
    vertical-align: middle;
    cursor: pointer;
    color: #f7f3e5;
    border-radius: 50%;
    display: none;
}




#navigation_pages li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-right:20px;
  padding: 10px; 
  transition: all 1s ease;  
  background-color: transparent;
  border-radius: 20px;
}

#navigation_pages li a:hover {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right:20px;
  padding: 10px; 
  transition: all 1s ease;  
  background-color: transparent;
  border-radius: 20px;
}


#footer li a,
#navigation li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right:20px;
  padding: 10px; 
  transition: all .4s ease;  
  background-color: transparent;
  border-radius: 20px;
}

#navigation_pages li a:hover,
#navigation li a:hover {
  background-color: #E87B51;
  padding: 10px;
  border-radius: 20px;

}

#navigation_pages .active {
    color:#fff;
    background-color: #E87B51;

}

.tourRowHeading {


}

.play_btn {
    padding-top:25%;
    margin-left:-40px;
    margin-top:-40px;
    position: absolute;
    width:140px;
    height: auto;
}

.play_btn_container {
    text-align: center;z-index:10;top:50%;left:0%;width:100%;
}

.btn-secondary {
    background: #6C8765;
    border-radius: 15px;
    color:#fff;
    padding:10px 20px;
    text-decoration: none;
    border-radius: 20px;
    transition: all 1s ease;
}

.btn-secondary:hover {
    
    background: #E87B51;
    border-radius: 20px;
    color:#fff;
    text-decoration: none;
}
 .date_formatted, .tour_details {
    padding: 20px 0;
  }

.tickets_link {
    text-align:right
}

.tickets_link a {
    margin: 10px 0px 15px 0px;margin-left:-15px;display:inline-block;
}

.artist_page_h1 {
    position: absolute;
    bottom: 10px;
    left: 5vh;
    color: #fff;
    font-size: 10vw;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F0EBE1;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}


.artist_page_h1_long {
    position: absolute;
    bottom: 10px;
    left: 5vh;
    color: #fff;
    font-size: 8vw;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F0EBE1;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.ac_logo {
    width: 150px;
    height: auto;
    margin-top: 15px;
}


.fluid {
  font-size:8vw;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F0EBE1;
  color:rgba(0,0,0,0);
  text-decoration: none;

}

.fluid a {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F0EBE1;
  color:rgba(0,0,0,0);
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.fluid a:hover {
  color:#E87B51;
  font-size:8vw;
  -webkit-text-stroke-color: #F0EBE1;
}

.fluid .green_link:hover {
  color:#6C8765;
  font-size:8vw;
  -webkit-text-stroke-color: #F0EBE1;
}


.bg_artist {
    height:80vh;width:100%;background: #E87B51;position: relative;z-index: -1;
}

#artist_bg {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 80vh;
    z-index: -1;
    background: #E87B51;

  }

.bg_artist_helper {
    width:100%;position:absolute;z-index:5;bottom:60vh;left:0
}

.socials_footer a {
    color:#fff;
    display: inline-block;
    padding:10px;
    font-size:1.5rem;
}



@media only screen and (max-width: 800px) {
    #navigationIcon {
        display: block;
    }

    .tourRowHeading {
        display: none;
    }

    #navMenu ul {
        margin: 200px 10px 0;
        list-style: none;
        color: #fff;
        text-align: center;
    }

    #navMenu a {
        color:#fff;
        padding:10px 0;
        display: block;
    }




    .slick-prev {
        left:-10px !important;
        z-index: 1000;
    } 

    .slick-next {
            right:0 !important;
            z-index: 1000;
            opacity: 1;

    }

    .slick-prev:before, .slick-next:before {
        opacity: 1 !imp;
    }


    #artist_bg {
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height: 60vh;
        z-index: -1;

     }

     .bg_artist {
        height:60vh;
        width:100%;
    }
    #footer ul,
    #navigation ul,
    #navigation_pages ul {
        display: none;
    }

    #artists_music_shop {
        top:25%;
    }

    .tickets_link a {
        margin: 10px 0px 15px 0px;
        margin-left:0px;
        display:inline-block;
    }   

    .fluid,
    .fluid a {
        -webkit-text-stroke-width: 1px;
        display: block;
        font-size:13vw;

    }

    .ac_logo {
    width: 100px;
    height: auto;
    margin-top: 15px;
    margin-left:0px;
    }


  .recent_releases,
  .active_artists {
    width:80%;
  }

  .tour_details {
    padding: 0 !important;
  }

  .artist_page_h1 {
    -webkit-text-stroke-width: 1px;
  }

  .tickets_link {
    text-align:left;
    }   


  .date_formatted {
    padding: 10px 0 0 0;
    font-size: 1.3rem;
  }

  #tour-frame {
    height:2850px !important;
  }

  #tour-frame-new {
    height:2950px !important;
  }

  .shopify-buy-frame iframe {
  height: 100% important;
}

h1 {
    font-size:1.5rem;
}


h2 {
    color:#6C8765;
    font-weight: bold;
    font-size:1.7rem;
    margin:0.2rem;
}

h3 {
    color:#6C8765;
    font-weight: bold;
    font-size:1.0rem;
    margin:0.1rem;
}


.text-right {
    text-align: right;
}

    html {
        background:#F0EBE1;
   
    }

    
    /*#background {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -10;
      background: #000;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }*/

    #socials {
        top: 0;
        right:0;
    }

}

.cover {
  border:1px solid #f6e3d4;
}

.cover:hover {
  border:1px solid #fff;
}

#tourdates { 
   margin:auto;
    margin-top:8vh;
    width:90%; 
    background:#fff;
    background:rgba(255,255,255,0.8);
    max-width: 1400px;
    margin-bottom: 40px;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}