/*
 * Theme Name: S&R 2.0 MVP
 * Description: Customized Timber Theme
 * Author: The Made Shop & Upstatement
*/
/* Vars */
/* Fonts */
@font-face {
  src: url("/fonts/hwygoth-webfont.woff2") format("woff2");
  font-family: 'highway_gothicregular'; }

/* Typography */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, button, input, select, textarea, .pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'proxima-nova', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'highway_gothicregular', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #797979; }

a {
  color: #C36C7E; }

/* Vars */
/* Fonts */
@font-face {
  src: url("/fonts/hwygoth-webfont.woff2") format("woff2");
  font-family: 'highway_gothicregular'; }

/* Typography */
/* Vars */
/* Fonts */
@font-face {
  src: url("/fonts/hwygoth-webfont.woff2") format("woff2");
  font-family: 'highway_gothicregular'; }

/* Typography */
.pure-button {
  font-family: 'highway_gothicregular', sans-serif;
  margin: 0 0.15em;
  font-size: 1.1em; }
  .pure-button.pure-button-primary {
    background-color: #C36C7E; }
  .pure-button.pure-button-secondary {
    background-color: rgba(255, 255, 255, 0.7); }

.no-bullet {
  list-style: none;
  padding: 0;
  margin: 0; }
  .no-bullet li {
    margin-bottom: 0.5em; }

.pure-g {
  max-width: 80em; }
  .pure-g.margin-x {
    margin: 0 7.143%; }

.pure-content {
  padding: 0.8em; }

body.noscroll {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 12% 0;
  z-index: 99990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  animation-duration: 0.4s;
  animation-delay: 0s;
  overflow-y: scroll; }
  .overlay .overlay-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }

.vimeo-fullbleed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden; }
  .vimeo-fullbleed iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.vimeo-fullwidth {
  padding: 56.25% 0 0 0;
  position: relative; }
  .vimeo-fullwidth iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all; }

/* Vars */
/* Fonts */
@font-face {
  src: url("/fonts/hwygoth-webfont.woff2") format("woff2");
  font-family: 'highway_gothicregular'; }

/* Typography */
textarea, select, input, button {
  outline: none; }

html, body {
  width: 100%;
  height: 100%; }

body {
  color: #fff;
  background-color: #000; }
  body:after {
    content: "";
    display: block;
    height: 80px; }
  body:before {
    content: "";
    display: block;
    height: 30px;
    margin-bottom: 30px; }
  body.page-main:before {
    height: 90%; }

/* Header */
.hdr-logo a {
  display: block;
  width: 60%;
  margin: 1.5em 0 0 -30%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999999; }

.hdr-logo img {
  width: 100%;
  height: auto; }

.hdr-logo .sr-black {
  display: none; }

/*.page-main .hdr-logo {
	.sr-black {
		display: block;
	}
	.sr-white {
		display: none;
	}
}*/
/* Nav */
.nav-main {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #252525;
  z-index: 99999; }
  .nav-main ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: table; }
    .nav-main ul li {
      text-transform: uppercase;
      display: table-cell;
      width: 33.33%;
      height: 100%;
      font-size: 0.625em;
      text-align: center;
      vertical-align: middle; }
      .nav-main ul li:first-child {
        border: none; }
      .nav-main ul li a {
        color: #797979;
        text-decoration: none; }
        .nav-main ul li a i {
          display: block;
          margin-bottom: 5px; }
      .nav-main ul li #top-nav-social {
        animation-duration: 0.5s;
        animation-delay: 0s; }
      .nav-main ul li .top-nav-social {
        position: absolute;
        bottom: 60px;
        width: 33.33%;
        right: 0;
        display: none; }
        .nav-main ul li .top-nav-social a {
          display: block;
          border-radius: 50%;
          background-color: #C36C7E;
          color: #202020;
          width: 45px;
          height: 45px;
          font-size: 1.5em;
          margin: 0.6em auto;
          transition: all .2s ease-in-out; }
          .nav-main ul li .top-nav-social a:hover {
            transform: scale(1.2); }
          .nav-main ul li .top-nav-social a i {
            position: relative;
            top: 50%;
            transform: translateY(-50%); }

/* Hero Slider */
.hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 100%; }
  .hero .hero-fade {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+85&0+0,1+85 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 999; }
  .hero .hero-slide {
    width: 100%;
    height: 100%;
    position: relative; }
  .hero .slide-bg {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .hero .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999; }
  .hero .slide-info, .hero .slide-action {
    text-align: center; }
  .hero .slide-info img {
    width: 100%;
    height: auto; }
  .hero .slide-info p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }

.volume-control {
  opacity: 0.7;
  position: absolute;
  bottom: 24px;
  right: 19px; }
  .volume-control i {
    cursor: pointer; }

/* Announcements */
.announcements {
  position: relative;
  margin-bottom: 30px; }
  .announcements .announce-slide a {
    display: block;
    margin: 0 1.75%; }
    .announcements .announce-slide a img {
      width: 100%;
      height: auto; }
  .announcements .announce-slide:first-child a {
    margin-left: 0; }
  .announcements .announce-slide:last-child a {
    margin-right: 0; }

.slick-list {
  padding: 0 7.143%; }

.slick-arrow {
  position: absolute;
  height: 100%;
  z-index: 9999;
  width: 5.393%;
  border: none;
  display: block;
  color: #fff;
  text-align: center; }
  .slick-arrow i {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .slick-arrow.slick-next {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 75%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 75%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 75%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
    top: 0;
    right: 0; }
  .slick-arrow.slick-prev {
    background: -moz-linear-gradient(left, black 0%, black 25%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, black 25%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, black 25%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    top: 0;
    left: 0; }
  .slick-arrow.slick-disabled i {
    opacity: 0.2; }

/* Tour Dates */
#tour-dates h2 {
  text-transform: uppercase;
  color: #C36C7E;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1em;
  margin-top: 0; }

.seated-events-table {
  font-family: 'highway_gothicregular', sans-serif;
  color: #797979;
  font-size: 1.2em; }
  .seated-events-table .seated-event-date-cell {
    color: #fff;
    margin-bottom: .25em; }
  .seated-events-table .seated-event-venue-name {
    margin-bottom: .25em; }
  .seated-events-table .seated-event-venue-location {
    color: #C36C7E;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: .25em; }
  .seated-events-table .seated-event-link-cells a {
    border: 2px solid #C36C7E;
    background-color: #C36C7E;
    font-size: 0.875em; }
    .seated-events-table .seated-event-link-cells a:hover {
      background-color: transparent;
      color: #C36C7E; }

/* Preview */
#preview {
  z-index: 1000000;
  padding: 0; }
  #preview > .pure-g {
    height: 100%;
    pointer-events: none; }

.preview-video {
  top: 50%;
  transform: translateY(-50%); }

.video-embed {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #202020;
  overflow: hidden;
  margin-bottom: 2em; }

/* Footer */
.colophon {
  color: #797979;
  margin-bottom: 1.75em; }
  .colophon .ft-logo img {
    width: 85%;
    height: auto; }
  .colophon .menu {
    margin: 0 0 0.75em;
    font-family: 'highway_gothicregular', sans-serif;
    text-transform: uppercase; }
    .colophon .menu li {
      margin-bottom: 0.25em; }
    .colophon .menu a {
      color: #fff;
      text-decoration: none; }
    .colophon .menu .account-menu-item {
      margin-bottom: 0.75em; }
    .colophon .menu .secondary-item {
      font-size: 0.75em; }
      .colophon .menu .secondary-item a {
        color: #797979; }
  .colophon .ft-contact {
    font-size: 0.875em;
    margin-bottom: 30px; }
    .colophon .ft-contact ul li {
      margin-bottom: 0.7em; }
    .colophon .ft-contact .contact-title {
      text-decoration: underline;
      margin-bottom: 0.4em; }
    .colophon .ft-contact .contact-name {
      display: inline-block;
      margin-top: 0.2em; }
    .colophon .ft-contact .contact-co:before {
      content: ', '; }
    .colophon .ft-contact a {
      color: #797979; }
  .colophon .copy {
    color: #C36C7E;
    margin-top: 1em;
    font-size: 0.75em; }

.privacy-policy {
  padding: 0 4rem 0 4rem; }

/* Vars */
/* Fonts */
@font-face {
  src: url("/fonts/hwygoth-webfont.woff2") format("woff2");
  font-family: 'highway_gothicregular'; }

/* Typography */
/* Small only */
@media screen and (max-width: 35.5em) {
  #volume-control {
    display: none; } }

/* Medium and up */
@media screen and (min-width: 48em) {
  body:before {
    height: 55px; }
  .pure-content {
    padding: 1.2em; }
    .pure-content.pure-content-last {
      padding-right: 0; }
    .pure-content.pure-content-first {
      padding-left: 0; }
  .hdr-logo a {
    width: 40%;
    margin: 2.15em 0 0 -20%; }
  .hero .slide-info {
    text-align: left; }
    .hero .slide-info p {
      max-width: 100%;
      padding-right: 40%; }
    .hero .slide-info img {
      width: 70%;
      float: left; }
  .hero .slide-action {
    text-align: right; }
  .volume-control {
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 1em; }
  .announcements {
    margin-bottom: 2.5em; }
  #tour-dates h2 {
    font-size: 1.7em;
    margin-bottom: 1.75em; }
  .seated-events-table .seated-event-venue-name, .seated-events-table .seated-event-venue-location {
    margin-bottom: 0; }
  .colophon .menu .secondary-item {
    margin-top: 1rem;
    margin-bottom: 0.5em; }
  .colophon .ft-content {
    margin-top: 2em; }
  .colophon .ft-social .social {
    float: right; }
  .colophon .ft-logo img {
    width: 100%; }
  .colophon .ft-contact {
    margin-bottom: 0; }
    .colophon .ft-contact h3 {
      margin-top: 0; }
    .colophon .ft-contact ul {
      -moz-column-count: 2;
      -moz-column-gap: 1.5em;
      -webkit-column-count: 2;
      -webkit-column-gap: 1.5em;
      column-count: 2;
      column-gap: 1.5em;
      list-style-positon: inside; }
      .colophon .ft-contact ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 0.9em; }
    .colophon .ft-contact .contact-co {
      display: block; }
      .colophon .ft-contact .contact-co:before {
        content: ''; } }

/* Medium only */
@media screen and (min-width: 35.5em) and (max-width: 63.9375em) {
  #volume-control {
    display: none; } }

@media screen and (max-width: 50.75em) and (orientation: landscape) {
  .pure-u-sm-12-24-landscape {
    width: 50%; }
  .pure-button {
    padding: 0.5em 0.8em; }
  .hdr-logo a {
    width: 40%;
    margin: 2.15em 0 0 -20%; }
  .hero .slide-info {
    text-align: left; }
    .hero .slide-info p {
      max-width: 100%;
      padding-right: 0; }
    .hero .slide-info img {
      width: 40%;
      float: left;
      max-height: 250px; }
  .hero .slide-action {
    text-align: right; } }

/* Large and up */
@media screen and (min-width: 64em) {
  body.page-main:before {
    height: 75%; }
  body:after {
    height: 30px; }
  .page-template-page-cleeng:before {
    height: 5%; }
  .pure-button {
    font-size: 1.1em; }
  .hero {
    height: 75%; }
    .hero .hero-fade {
      height: 30%; }
    .hero .slide-info p {
      font-size: 1.1em; }
  #mute-btn {
    display: none; }
  .hdr-logo a {
    width: 420px;
    margin-left: -210px; }
  #preview-btn {
    display: none; }
  .nav-main {
    position: absolute;
    top: 22px;
    left: 0;
    background-color: transparent;
    margin: 0 7.143%;
    width: 85.7%; }
    .nav-main ul li {
      font-family: 'highway_gothicregular', sans-serif; }
      .nav-main ul li a {
        color: #fff; }
      .nav-main ul li i {
        display: inline; }
      .nav-main ul li .top-nav-social {
        width: 45px;
        top: 40px;
        text-align: center;
        bottom: auto;
        margin-right: -10.5px; }
    .nav-main .top-nav-main {
      text-align: right;
      width: 18%;
      font-size: 1.25em;
      padding-right: 25%; }
      .nav-main .top-nav-main i {
        display: none; }
    .nav-main .top-nav-icon {
      width: 2%;
      text-align: left; }
      .nav-main .top-nav-icon span {
        display: none; }
    .nav-main .social-menu-item {
      text-align: right;
      display: none; }
    .nav-main .menu-item-51 {
      text-align: left;
      padding-right: 0;
      padding-left: 25%; }
  .overlay {
    padding: 7% 0; }
  .tour-table .tickets .pure-button {
    font-size: 1em; }
  .colophon {
    margin-bottom: 0; }
    .colophon .ft-logo img {
      width: 80%; }
  .ft-contact ul {
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em; } }

/* Large only */
/* X-Large and up */
@media screen and (min-width: 80em) {
  .hdr-logo a {
    margin-top: 2.15em; }
  .hero .slide-content {
    left: 50%;
    margin-left: -40em; }
  .hero .slide-info p {
    padding-right: 20%; }
  .hero .slide-action {
    margin-top: -1.5em; }
  .nav-main {
    width: 80em;
    left: 50%;
    margin-left: -40em; }
  .announcements {
    width: 80em;
    margin: 0 auto 4em; }
  .slick-list {
    padding: 0; }
  .slick-arrow {
    width: 3em; }
    .slick-arrow.slick-next {
      background: transparent;
      right: -3em; }
    .slick-arrow.slick-prev {
      background: transparent;
      left: -3em; }
  .pure-g.margin-x {
    margin: 0 auto; } }
