.nav-logo-link.w--current {
  display: block;
  width: 317px;
  height: 17px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ag-svg-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-logo {
  height: 15px;
}

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  height: auto;
  padding: 0px;
  background-color: #0a0a0a;
}

.main-nav-menu {
  position: absolute;
  top: 22px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  line-height: 1;
}

.main-nav-li {
  display: block;
  line-height: 1;
}

.main-nav-link {
  display: block;
  margin-right: 6px;
  margin-left: 6px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav-link:hover {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  color: #fff;
}

.main-nav-link.w--current {
  border-bottom-color: #fff;
}

.hero-section {
  position: relative;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0%;
}

.hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/psayce_site_layout_home_final_blank-min.jpg');
  background-position: 50% 9%;
  background-size: cover;
  background-repeat: no-repeat;
}

.store-callout.hide-store-callout {
  display: none;
}

.store-callout-image {
  width: 100%;
}

.store-callout-image.mobile-store-image {
  display: none;
}

.email-subscribe {
  padding: 60px 15px;
  background-color: #0b0b0b;
}

.email-subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 925px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-music-content {
  width: 50%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.new-music-image {
  width: 40%;
}

.new-music-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.new-music-copy {
  display: block;
  width: 60%;
  height: 100%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.new-music-copy-1 {
  margin-bottom: 6px;
  font-family: 'Roboto Mono';
  font-size: 19px;
  line-height: 1.3;
  text-transform: uppercase;
}

.new-music-copy-2 {
  font-family: 'Roboto Mono';
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
}

.new-music-copy-3 {
  margin-top: 9px;
  font-family: 'Roboto Mono';
  color: #2d8590;
  font-size: 26px;
  text-transform: uppercase;
}

.form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.form-title {
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.subscribe-styles {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
}

.input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.subscribe-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe-button:hover {
  background-color: #0a0a0a;
  color: #fff;
}

.html-embed {
  display: inline-block;
}

.input-embed {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.privacy-embed {
  position: relative;
  max-width: 645px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  font-family: Roboto;
  color: #0a0a0a;
  font-size: 12px;
  line-height: 1.3;
}

.video-section {
  height: auto;
  padding: 80px 15px;
  background-color: #d3d3d3;
  background-image: url('../images/site-bg-8-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nav-bar-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 18px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.nav-bar-scroll-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #000;
  opacity: 0;
}

.subscribe-message {
  position: static;
  bottom: -15px;
  display: none;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.subscribe-message.footer-failure {
  color: #db3030;
  text-transform: none;
}

.subscribe-message.terms-error {
  color: #db3030;
}

.video-content-wrapper {
  max-width: 925px;
  margin-right: auto;
  margin-left: auto;
}

.video-slider {
  height: auto;
  background-color: transparent;
}

.video-slide {
  background-color: #000;
}

.video-link {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.video-image {
  width: 100%;
}

.mask {
  overflow: hidden;
}

.slide-nav-dots {
  display: none;
}

.slide-arrow {
  top: auto;
  bottom: 1px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #000;
}

.slide-arrow.right-slide-arrow {
  height: 49px;
}

.slide-arrow.left-slide-arrow {
  height: 49px;
}

.video-copy {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Roboto Mono';
  color: #2d8590;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.icon {
  font-size: 14px;
}

.arrow {
  font-size: 25px;
}

.section-title {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 35px;
  padding-bottom: 2px;
  border-bottom: 2px solid #0a0a0a;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 37px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.section-title.dark-title {
  color: #000;
}

.video-play {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.video-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 21px;
}

.instagram-feed {
  display: block;
  padding: 80px 15px;
  background-color: #0b0b0b;
}

.instagram-wrapper {
  max-width: 955px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.instafeed {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram-button-more {
  display: inline-block;
  margin-top: 0px;
  text-align: left;
  text-decoration: none;
}

.instagram-more-copy {
  padding: 10px 14px;
  background-color: #2d8590;
  font-family: 'Roboto Mono';
  color: #fff;
  text-transform: uppercase;
}

.div-block {
  width: 33.33%;
}

.post {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 100% 0px 0px;
}

.insta-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-caption {
  overflow: scroll;
  max-height: 64px;
  margin-top: 15px;
  font-family: 'Roboto Mono';
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
}

.tour-section {
  padding: 80px 15px;
  background-color: #222;
  background-image: url('../images/ag-tour-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.tour-wrapper {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.tour-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cacaca;
}

.tour_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour_ticket_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tour_date_wrap {
  width: 30%;
}

.tour-date {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tour_location_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour_venue_wrap {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tour-venue {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tour_city_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tour-city {
  margin-bottom: 0px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.tour-button {
  padding: 8px 18px;
  border: 2px solid #0a0a0a;
  border-radius: 3px;
  background-color: #0a0a0a;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tour-button:hover {
  border-color: #0a0a0a;
  background-color: transparent;
  color: #0a0a0a;
}

.footer {
  padding: 0px;
  border-top: 1px solid #343434;
  background-color: #0a0a0a;
}

.copyright {
  margin-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.social-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.social-list.header {
  position: absolute;
  left: 15px;
  top: 50%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.social-li {
  display: inline-block;
  font-family: 'Font awesome 5 free solid 900';
}

.social-link {
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
}

.social-link:hover {
  color: #b9b9b9;
  font-size: 19px;
}

.text-block-2 {
  font-family: 'Roboto Mono';
  color: #fff;
}

.footer-copy {
  margin-top: 10px;
  font-family: 'Roboto Mono';
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.footer-contact-link {
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-weight: 500;
}

.copyright-inner {
  margin-top: 0px;
  padding: 15px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

.menu-button {
  display: none;
  float: right;
}

.menu-icon {
  padding: 5px 5px 4px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 23px;
}

.mobile-close-icon {
  display: none;
  font-family: 'Fontawesome webfont', sans-serif;
}

.page-section {
  min-height: 80vh;
  margin-top: 47px;
}

.page-section.tour-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.about-page {
  padding: 60px 15px;
  background-color: #222;
  font-family: 'Roboto Mono';
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.tour-page {
  background-color: #222;
}

.heading {
  margin-bottom: 35px;
  font-family: 'Roboto Mono';
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-heading {
  margin-bottom: 35px;
  font-family: 'Roboto Mono';
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-container {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-3 {
  max-width: 100%;
}

.about-copy {
  width: 100%;
  max-width: 100%;
  font-family: 'Roboto Mono';
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.about-section {
  padding: 80px 15px;
  background-color: #fff;
}

.about-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-image {
  width: 100%;
  border-radius: 50%;
}

.about-copy-wrapper {
  width: 60%;
  margin-left: 10%;
  padding-left: 0px;
}

.about-image-wrapper {
  width: 30%;
}

.insta-wrap {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.body {
  background-color: #0b0b0b;
}

.body.home {
  background-color: #f5f5f5;
}

.hero-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#130012), color-stop(19%, transparent));
  background-image: linear-gradient(0deg, #130012, transparent 19%);
}

.header-logo.w--current {
  display: none;
  width: 76px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-image: url('../images/ag-svg-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.newsletter-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.newsletter-subtitle {
  max-width: 533px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.newsletter-input-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.section-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section {
  padding: 90px 15px;
  background-color: grey;
}

.section.news-section {
  background-image: url('../images/ag-black-grain-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.contact-section {
  background-color: #000;
}

.section.music-section {
  background-color: transparent;
  background-image: url('../images/ag-music-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.featured-video {
  display: block;
  background-image: url('../images/ag-black-grain-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.news-overlay-copy {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.news-title {
  display: block;
  margin-top: 13px;
  margin-bottom: 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-title.news-title-page {
  color: #7f9d84;
  font-size: 38px;
  line-height: 1.1;
}

.news-content-wrapper.news-content-page {
  width: 70%;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 40px;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-wrapper.news-page-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-image-wrapper {
  position: relative;
}

.news-image-wrapper.news-page-image {
  width: 30%;
}

.news-date {
  margin-top: 14px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d7ba8e;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.news-date.news-date-page {
  font-size: 17px;
  text-transform: none;
}

.news-item {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-decoration: none;
}

.news-item.news-page-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
}

.news-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
}

.news-container {
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.news-image {
  display: block;
  width: 100%;
}

.more-button-container {
  margin-top: 60px;
}

.more-button {
  padding: 12px 19px;
  background-color: #728b76;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.more-button:hover {
  background-color: #57715b;
}

.more-button.more-news-button {
  display: inline-block;
}

.contact-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item {
  width: 100%;
  max-width: none;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-bottom: 1px none #bebebe;
  text-align: center;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: none;
}

.contact-company {
  margin-top: 18px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 21px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.contact-email {
  display: inline-block;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  color: #a5a5a5;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.music-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.music-item {
  position: relative;
  width: 33.33%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.music-item.music-page {
  margin-bottom: 30px;
}

.image {
  display: block;
  width: 100%;
}

.music-item-image {
  width: 100%;
}

.music-item-overlay {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  text-decoration: none;
}

.music-item-title {
  margin-top: 0px;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.music-item-type {
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.music-item-button {
  display: inline-block;
  margin-top: 36px;
  padding: 13px 15px;
  border-radius: 35px;
  background-color: #728b76;
  opacity: 1;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.music-item-button:hover {
  background-color: #57715b;
}

.music-embed {
  height: auto;
}

.music-overlay-content {
  opacity: 0;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.music-content-container {
  width: 100%;
}

.insta-overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
}

.insta-overlay-copy {
  display: inline-block;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.email-subscribe-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsletter-subtitle-2 {
  color: #d7ba8e;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.input-embed-2 {
  display: inline-block;
  width: auto;
  margin-right: 6px;
}

.privacy-embed-2 {
  position: relative;
  padding-top: 10px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: none;
}

.subscribe-message-2 {
  position: static;
  bottom: -15px;
  display: none;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.subscribe-message-2.terms-error {
  color: #db3030;
}

.subscribe-message-2.footer-failure {
  color: #db3030;
  text-transform: none;
}

.subscribe-message-2.footer-success {
  display: none;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.newsletter-title-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 43px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsletter {
  padding: 85px 15px;
}

.newsletter.newsletter-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: url('../images/5e7522a2a06260bb2c64ec35_bg-texture-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.input-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-button-2 {
  display: inline-block;
  padding: 9.5px 14px;
  background-color: #728a76;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 586px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-tour-section {
  position: static;
  top: 50%;
  right: 4.5%;
  width: 360px;
  height: auto;
  padding: 15px;
  background-image: url('../images/brown-bg-min.jpg');
  background-position: 0px 0px;
  background-size: 1250px;
  box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.75);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-tour-date {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-tour-left {
  width: 78%;
  padding-right: 10px;
}

.hero-tour-date-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-tour-city {
  margin-bottom: 1px;
  font-family: Oswald, sans-serif;
  color: #d7ba8e;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-tour-venue {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-tour-button {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #708b7a;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-tour-button:hover {
  background-color: #57715b;
}

.hero-tour-ticket-wrapper {
  width: 22%;
  text-align: right;
}

.hero-tour-view-more {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #708b7a;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-tour-view-more:hover {
  background-color: #57715b;
}

.hero-tour-box-view-more-wrapper {
  padding-top: 24px;
  text-align: center;
}

.hero-tour-box-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  margin-top: 0px;
  padding-right: 4.5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero-box-no-dates {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

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

.page {
  min-height: 80vh;
  margin-top: 0px;
  padding: 90px 15px;
}

.page.music-page {
  background-image: url('../images/ag-music-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page.video-page {
  background-image: url('../images/ag-music-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page.about-page {
  background-image: url('../images/ag-contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page.contact-page {
  background-image: url('../images/ag-contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page.tour-dates-page {
  background-image: url('../images/ag-tour-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page.news-page {
  background-image: url('../images/ag-tour-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page.article-page {
  background-image: url('../images/ag-black-grain-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.header-logo-top {
  display: inline-block;
  width: 145px;
  height: 32px;
  float: none;
  background-color: transparent;
  background-image: url('../images/p-sayce-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.header-logo-top.w--current {
  width: 152px;
  height: 32px;
  background-image: url('../images/p-sayce-logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.header-logo-wrapper {
  text-align: center;
}

.page-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-container.video-page-container {
  max-width: 1200px;
}

.page-body {
  padding-top: 0px;
  background-color: #fff;
}

.page-body.nav-background-change {
  margin-bottom: 0px;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-container.delete {
  width: auto;
  margin-bottom: -60px;
}

.video-item {
  width: 50%;
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
}

.video-item-title {
  margin-top: 13px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.featured-video-item {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none;
}

.about-hero {
  position: relative;
  padding-top: 49.38%;
  border-bottom: 5px solid #d7bb8d;
}

.about-hero-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/ag-bio-new-min.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bio-copy {
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.bio-image {
  width: 100%;
  max-width: 380px;
  margin: 24px;
  float: none;
}

.news-item-excerpt {
  margin-top: 20px;
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.news-button-container {
  text-align: center;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 0px;
  background-color: #9a8158;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.more-news-button {
  display: inline-block;
}

.video-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-bio-content {
  margin-bottom: 70px;
}

.news-page-title-link {
  display: block;
  text-decoration: none;
}

.link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #7f9d84;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-item-link-wrapper {
  text-align: left;
}

.news-item-read-more-link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #7f9d84;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-item-read-more-link:hover {
  border-bottom-color: #fff;
}

.contact-number {
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.cms_article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article_photo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article_photo {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article_meta_wrap {
  width: 64%;
  padding-top: 15px;
  padding-left: 48px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article_date {
  font-family: Roboto;
  color: #d7ba8e;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.article_title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #728b76;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article_story {
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0px;
}

.link-2 {
  color: #728b76;
}

.next-prev-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next-article-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-nav-link {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.article-nav-link:hover {
  color: #728b76;
}

.article-nav-link.article-nav-border {
  border-left: 1px solid #fff;
}

.previous-article-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-nav-right {
  display: none;
  width: 25px;
  height: 17px;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-span {
  width: 20px;
  height: 20px;
  background-image: url('../images/double-angle-pointing-to-right.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #728a76;
  font-size: 18px;
  line-height: 1;
}

.arrow-span.left {
  background-image: url('../images/double-left-chevron.svg');
  background-size: 13px;
}

.article-nav-border {
  width: 1px;
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #fff;
}

.about-logo-container {
  position: absolute;
  right: 4vw;
  bottom: 12vw;
  width: 23vw;
}

.hero-title-container {
  position: absolute;
  left: 12vw;
  bottom: 8vw;
  z-index: 2;
  display: block;
  width: 30vw;
}

.music-callout-section {
  display: block;
  padding: 90px 15px;
  background-image: url('../images/ag-black-grain-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.single-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdown-title-wrapper {
  width: 40%;
}

.single-countdown-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.countdown-container {
  width: 55%;
  padding-top: 35px;
}

.sixteen-nine.temp-hide {
  display: none;
}

.hero-tour-section-2 {
  position: static;
  top: 50%;
  right: 4.5%;
  width: auto;
  height: auto;
  min-width: 360px;
  padding: 30px 15px;
  border: 1px none #fff;
  background-color: rgba(0, 0, 0, 0.63);
  background-image: url('../images/ag-black-grain-min.jpg');
  background-position: 0px 0px;
  background-size: 1250px;
  box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.75);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tour-box-logo {
  position: absolute;
  left: 12vw;
  bottom: 9vw;
  width: 23vw;
}

.tour-box-logo-image {
  width: 100%;
}

.hero-countdown-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.countdown-content-wrapper {
  position: absolute;
  right: 4vw;
  bottom: 7vw;
  width: 25vw;
  text-align: center;
}

.countdown-title-image {
  width: 91%;
}

.hero-countdown-title {
  margin-top: 1.5vw;
  margin-bottom: 2.5vw;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.23vw;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.arrow-container {
  position: absolute;
  bottom: 7.5vw;
  width: 100%;
  text-align: center;
}

.link-3 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0b0b0b;
  background-image: url('../images/down-arrow-3.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.link-3.bounce {
  width: 55px;
  height: 55px;
  background-size: 24px;
}

.link-4 {
  display: inline-block;
  margin-top: -2px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.single-callout-span {
  display: inline-block;
  margin-top: 2px;
  padding-top: 0px;
  padding-bottom: 0.5vw;
  border-bottom: 0.3vw solid #efbc38;
  font-size: 2.9vw;
  line-height: 1;
  letter-spacing: 2px;
}

.single-callout-wrapper {
  text-align: center;
}

.no_dates {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v-album-callout-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-callout-link {
  width: 100%;
  max-width: 26vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.v-album-callout-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.2vw;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.v-album-callout-image {
  display: block;
  width: 70%;
  margin: 1.3vw auto 1.67vw;
}

.image-2 {
  width: 86%;
}

.v-album-pre-order-copy {
  display: inline-block;
  padding: 0.5vw 2.3vw;
  background-image: url('../images/red-text-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Quicksand;
  font-size: 2.8vw;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v-album-title-container {
  position: absolute;
  left: 11vw;
  bottom: 8vw;
  z-index: 2;
  width: 19vw;
}

.hero-listen-button {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.video-item-image {
  width: 100%;
}

.video-page-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 14%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-item-image-wrapper {
  position: relative;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-image-tablet {
  display: none;
  width: 100%;
}

.hero-content-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6%;
  padding-left: 13%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spirit-rising-title {
  width: 38.1vw;
  margin-bottom: 0.6%;
}

.album-link {
  width: 12.5vw;
}

.album-link:hover {
  opacity: 1;
}

.hero-link-image {
  display: block;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.hero-link-image:hover {
  opacity: 0.74;
}

.hero-image-mobile {
  display: none;
  width: 100%;
}

.music-item-button-2 {
  display: inline-block;
  margin-top: 15px;
  padding: 11px 18px;
  border: 2px none #d33c30;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #d3d2d2;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.music-item-button-2:hover {
  background-color: #fff;
}

.music-item-button-2:active {
  box-shadow: 1px 1px 0 0 #d3d2d2;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.container-2.footer_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer_menu_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_menu_wrap.mobile_50 {
  width: 25%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #fbf7d7;
  text-transform: uppercase;
}

.footer_menu_wrap.retail_wrap {
  width: 100%;
  padding-right: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.packshot_footer {
  width: 100%;
  max-width: 190px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_flex_wrap.right {
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer_flex_wrap.left {
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.retail_wrap_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link {
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 37px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link:hover {
  color: #fbe3b5;
}

.nav_link.w--current {
  text-decoration: none;
}

.nav_link.w--current:hover {
  color: #fbe3b5;
}

.nav_link.white {
  margin-bottom: 3px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.nav_link.white:hover {
  color: #b9b9b9;
}

.nav_link.white.w--current {
  color: #fff;
  text-transform: none;
}

.footer_button {
  margin-top: 0px;
  padding: 5px 25px;
  border: 2px solid #42dabc;
  background-color: transparent;
  color: #42dabc;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.flex_50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_50.margin_bottom {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-album-title-span {
  display: block;
}

.footer_heading {
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer_heading.footer_albumtitle {
  margin-bottom: 0px;
  color: #fb7474;
  font-size: 39px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 3px;
}

.footer_heading.artist-heading {
  margin-bottom: 0px;
  color: #42dabc;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 2px;
}

.footer-nav-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-nav-outer {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-callout-title {
  width: 100%;
  max-width: 175px;
  margin-bottom: 12px;
}

.button-2 {
  position: relative;
  z-index: 2;
  padding: 13px 23px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #d3d2d2;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-2:active {
  box-shadow: 1px 1px 0 0 #d3d2d2;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.store-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.store-content-outer {
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
}

.store-item {
  width: 25%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.store-item-inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 10px 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
}

.store-item-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.store-item-title {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.store-item-price {
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

.store-button {
  padding: 10px 35px;
  border: 2px solid #0a0a0a;
  border-radius: 3px;
  background-color: #0a0a0a;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.store-button:hover {
  background-color: transparent;
  color: #0a0a0a;
}

.store-item-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 25px;
}

.no-dates-copy {
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-button-wrapper {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.section-button-wrapper.tour-button-container {
  width: 100%;
}

.section-button-wrapper.about-page {
  margin-top: 10px;
}

.button-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.button-3 {
  position: relative;
  z-index: 2;
  padding: 13px 29px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #d3d2d2;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-3:active {
  box-shadow: 1px 1px 0 0 #d3d2d2;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.songkick-logo {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 83px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.tour-embed {
  width: 100%;
}

.page-button {
  padding: 13px 29px;
  border: 2px solid #0a0a0a;
  border-radius: 3px;
  background-color: #0a0a0a;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.page-button:hover {
  background-color: #fff;
  color: #0a0a0a;
}

.video-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #0a0a0a;
  opacity: 0.45;
}

.about-image-container {
  position: relative;
  margin-bottom: 30px;
}

.about-page-image {
  display: block;
  width: 100%;
}

.about-image-tagline {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 12px 17px 14px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #0a0a0a;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.contact-item-underline {
  height: 1px;
  max-width: 350px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #bbb;
}

.div-block-2 {
  margin-top: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-3 {
  color: #000;
}

.heading-3 {
  color: #000;
}

._404-link {
  color: #000;
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

html.w-mod-js *[data-ix="tourboxcontainerslidein"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="newsfadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="tourboxlogofadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="herotitlefadeinslow"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-link-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="scrollfadeup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .nav-logo-link.w--current {
    width: 317px;
    height: 17px;
    margin-top: 10px;
    background-image: url('../images/logo-4.png');
    background-position: 0px 0px;
    background-size: auto 16px;
  }

  .nav-logo {
    margin-top: 8px;
  }

  .main-nav-menu {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0px;
    z-index: 9999;
    display: block;
    width: 230px;
    height: 100%;
    margin-top: 0px;
    padding-top: 54px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0b0b0b;
    opacity: 1;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .main-nav-li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a0a0a0;
  }

  .main-nav-li.mobile-nav-close {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .main-nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px none #fff;
    color: #fff;
    font-size: 20px;
  }

  .main-nav-link:hover {
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
  }

  .main-nav-link.w--current {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section {
    height: auto;
  }

  .hero-background {
    display: none;
  }

  .form-title {
    font-size: 17px;
  }

  .nav-bar-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide-arrow {
    z-index: 1;
  }

  .post {
    width: 100%;
  }

  .menu-button {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    padding-top: 0px;
    cursor: pointer;
  }

  .menu-icon {
    padding: 10px;
    color: #fff;
    font-size: 28px;
  }

  .mobile-close-icon {
    display: block;
    width: 36px;
    height: 36px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/close-icon-white.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
    font-size: 27px;
  }

  .main-nav-close {
    position: absolute;
    top: 6px;
    right: 20px;
    width: 36px;
    height: 36px;
    padding: 5px 8px;
    background-color: transparent;
    cursor: pointer;
  }

  .about-copy-wrapper {
    width: 65%;
    margin-left: 5%;
  }

  .insta-wrap {
    width: 25%;
  }

  .newsletter-title {
    font-size: 39px;
    text-align: center;
  }

  .newsletter-subtitle {
    font-size: 20px;
    text-align: center;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news-overlay-copy {
    font-size: 20px;
  }

  .news-title {
    font-size: 17px;
  }

  .news-title.news-title-page {
    font-size: 28px;
  }

  .news-content-wrapper.news-content-page {
    width: 73%;
    padding-top: 0px;
    padding-left: 24px;
  }

  .news-image-wrapper.news-page-image {
    width: 27%;
  }

  .news-date.news-date-page {
    margin-top: 0px;
  }

  .more-button-container {
    margin-top: 45px;
  }

  .contact-item {
    width: 100%;
  }

  .contact-title {
    font-size: 27px;
  }

  .contact-company {
    font-size: 22px;
  }

  .contact-email {
    font-size: 20px;
  }

  .music-content-wrapper {
    margin-right: -10px;
    margin-left: -10px;
  }

  .music-item.music-page {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .music-item-overlay {
    left: 10px;
    right: 10px;
  }

  .music-item-title {
    margin-top: 0px;
    font-size: 21px;
  }

  .music-item-type {
    font-size: 19px;
    letter-spacing: 0.5px;
  }

  .music-item-button {
    margin-top: 24px;
    padding-top: 13px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
  }

  .music-overlay-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .email-subscribe-wrapper-2 {
    max-width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-message-2 {
    text-align: center;
  }

  .newsletter {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .form-wrapper-2 {
    width: 100%;
    max-width: none;
    padding-left: 0px;
  }

  .newsletter-titles-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .hero-tour-box-container {
    display: none;
  }

  .page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-logo-top {
    width: 130px;
    height: 28px;
  }

  .header-logo-top.w--current {
    width: 130px;
    height: 28px;
  }

  .video-container.delete {
    margin-bottom: -35px;
  }

  .video-item-title {
    font-size: 20px;
  }

  .featured-video-item {
    margin-bottom: 35px;
  }

  .bio-copy {
    font-size: 17px;
  }

  .bio-image {
    max-width: 40%;
  }

  .news-item-excerpt {
    margin-top: 12px;
  }

  .button {
    font-size: 17px;
  }

  .news-item-read-more-link {
    margin-top: 15px;
    font-size: 15px;
  }

  .article_photo_wrap {
    width: 33%;
  }

  .article_meta_wrap {
    width: 67%;
    padding-left: 25px;
  }

  .article_title {
    font-size: 33px;
  }

  .hero-title-container {
    left: auto;
    right: 9vw;
    bottom: 11vw;
    width: 31vw;
  }

  .music-callout-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .single-countdown-title {
    font-size: 40px;
  }

  .countdown-content-wrapper {
    right: 3vw;
    bottom: 4vw;
    width: 28vw;
  }

  .hero-countdown-title {
    font-size: 2.46vw;
  }

  .link-3.bounce {
    width: 36px;
    height: 36px;
    background-size: 18px;
  }

  .link-4 {
    font-size: 2.7vw;
  }

  .single-callout-span {
    font-size: 3vw;
  }

  .v-callout-link {
    max-width: 35vw;
  }

  .v-album-callout-image {
    width: 60%;
  }

  .v-album-title-container {
    width: 21vw;
  }

  .hero-listen-button {
    width: 73%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.5vw;
  }

  .video-page-play-icon {
    width: 17%;
  }

  .hero-image-tablet {
    display: block;
  }

  .hero-content-container {
    padding-top: 6%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .spirit-rising-title {
    width: 73.1vw;
    margin-bottom: 3.3%;
  }

  .album-link {
    width: 33.5vw;
  }

  .music-item-button-2 {
    margin-top: 14px;
    padding: 13px 17px;
    border-color: #fff;
    background-color: #fff;
    font-size: 14px;
  }

  .container-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .container-2.footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_menu_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_menu_wrap.retail_wrap {
    width: 100%;
    padding-top: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .packshot_footer {
    margin-right: 35px;
  }

  .footer_flex_wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_flex_wrap.right {
    width: 100%;
    margin-top: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  .footer_flex_wrap.left {
    width: 100%;
  }

  .retail_wrap_footer {
    margin-left: 0%;
    padding-left: 0px;
  }

  .nav_link {
    display: inline-block;
    color: #42dabc;
    font-size: 39px;
    line-height: 1.3;
    font-weight: 600;
  }

  .nav_link:hover {
    color: #fff;
  }

  .nav_link.w--current {
    display: inline-block;
    font-size: 39px;
    line-height: 1.3;
    font-weight: 600;
  }

  .nav_link.w--current:hover {
    color: #fff;
  }

  .nav_link.white {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .nav_link.white.w--current {
    font-size: 20px;
    line-height: 1.3;
  }

  .flex_50 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer_heading {
    font-size: 18px;
  }

  .store-item {
    width: 33.33%;
  }

  .about-image-tagline {
    font-size: 17px;
    letter-spacing: 0px;
  }

  .div-block-2 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo-link.w--current {
    width: 295px;
    height: 15px;
    margin-top: 12px;
    background-image: url('../images/logo-4.png');
    background-position: 0px 0px;
    background-size: auto 15px;
  }

  .hero-section {
    padding-top: 0%;
  }

  .hero-background {
    display: none;
    background-image: url('../images/ag_hero_mobile_2020-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .email-subscribe-wrapper {
    max-width: 600px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-music-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 0px;
  }

  .form-title {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-bar-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slide-arrow {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .slide-arrow.right-slide-arrow {
    right: -15px;
  }

  .slide-arrow.left-slide-arrow {
    left: -15px;
  }

  .section-title {
    font-size: 39px;
  }

  .post {
    width: 100%;
  }

  .tour-wrapper {
    max-width: none;
  }

  .tour_main_wrap {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tour_date_wrap {
    width: 40%;
  }

  .tour_location_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .tour-venue {
    margin-top: 5px;
    text-align: left;
  }

  .tour-city {
    margin-top: 5px;
    text-align: left;
  }

  .tour-button {
    padding: 11px 19px;
    font-size: 15px;
  }

  .social-list.header {
    display: none;
  }

  .social-list.header.mobile-only {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .social-link.mobile-only {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 23px;
  }

  .menu-button {
    padding-top: 0px;
  }

  .page-section.tour-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-heading {
    font-size: 43px;
  }

  .about-copy-wrapper {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-image-wrapper {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }

  .insta-wrap {
    width: 50%;
  }

  .hero-video {
    display: none;
  }

  .header-logo.w--current {
    float: left;
  }

  .newsletter-title {
    font-size: 34px;
  }

  .news-title {
    font-size: 3.5vw;
  }

  .news-title.news-title-page {
    color: #fff;
    font-size: 3.8vw;
  }

  .news-content-wrapper {
    width: 75%;
    padding-left: 24px;
    float: left;
  }

  .news-content-wrapper.news-content-page {
    width: 75%;
    padding-right: 0px;
  }

  .news-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-image-wrapper {
    width: 25%;
    float: left;
  }

  .news-image-wrapper.news-page-image {
    width: 25%;
  }

  .news-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-overlay {
    display: none;
  }

  .news-container {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-item {
    width: 100%;
  }

  .music-content-wrapper {
    width: auto;
    max-width: none;
  }

  .music-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }

  .music-item.music-page {
    margin-bottom: 35px;
  }

  .music-item-image {
    display: block;
  }

  .music-item-overlay {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(10, 10, 10, 0.94);
    opacity: 1;
  }

  .music-item-title {
    width: 100%;
    font-size: 4.5vw;
  }

  .music-item-type {
    font-size: 3vw;
  }

  .music-item-button {
    margin-top: 12%;
    padding: 7% 10%;
    font-size: 2.5vw;
  }

  .music-overlay-content {
    width: 100%;
    margin-bottom: 2px;
    opacity: 1;
    text-align: center;
  }

  .music-item-image-wrapper {
    width: 50%;
  }

  .music-content-container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .email-subscribe-wrapper-2 {
    max-width: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-title-2 {
    font-size: 42px;
  }

  .newsletter {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .form-wrapper-2 {
    width: 100%;
    padding-left: 0px;
  }

  .page.video-page {
    background-image: url('../images/black-grain-mobile-min.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .page.about-page {
    background-image: url('../images/black-grain-mobile-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .page.tour-dates-page {
    background-image: url('../images/ag-tour-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .header-logo-wrapper {
    text-align: left;
  }

  .video-item-title {
    margin-top: 10px;
    font-size: 19px;
    line-height: 1.1;
  }

  .about-hero {
    padding-top: 49.38%;
  }

  .bio-image {
    max-width: 90%;
    margin: 30px 0px;
    float: none;
  }

  .news-item-excerpt {
    display: none;
  }

  .news-item-link-wrapper {
    display: none;
  }

  .social-mobile-only {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .cms_article {
    max-width: 80%;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article_photo_wrap {
    width: 100%;
    margin-bottom: 24px;
  }

  .article_meta_wrap {
    width: 100%;
    padding-left: 0px;
  }

  .article_title {
    font-size: 29px;
  }

  .about-logo-container {
    display: none;
  }

  .hero-title-container {
    left: 50%;
    right: auto;
    bottom: 20vw;
    display: none;
    width: 59vw;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .single-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .countdown-title-wrapper {
    width: 100%;
  }

  .single-countdown-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .countdown-container {
    width: 100%;
    max-width: 400px;
  }

  .sixteen-nine {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .countdown-content-wrapper {
    right: 4vw;
    bottom: 6vw;
    width: 52vw;
  }

  .hero-countdown-title {
    margin-top: 2.5vw;
    margin-bottom: 4.4vw;
    font-size: 4.66vw;
  }

  .arrow-container {
    display: none;
  }

  .link-4 {
    font-size: 5vw;
  }

  .single-callout-span {
    padding-bottom: 5px;
    border-bottom-width: 4px;
    font-size: 6vw;
  }

  .no_dates {
    font-size: 19px;
  }

  .v-album-callout-content {
    padding-right: 0vw;
    padding-bottom: 11vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .v-callout-link {
    max-width: 70vw;
  }

  .v-album-callout-title {
    font-size: 5vw;
  }

  .v-album-callout-image {
    margin-top: 3.5vw;
    margin-bottom: 3.5vw;
  }

  .v-album-pre-order-copy {
    padding: 2.5vw 3.5vw;
    font-size: 6.7vw;
  }

  .v-album-title-container {
    display: none;
  }

  .hero-listen-button {
    font-size: 2.5vw;
  }

  .video-page-play-icon {
    width: 19%;
  }

  .hero-image-tablet {
    display: none;
  }

  .hero-content-container {
    padding-top: 10%;
  }

  .spirit-rising-title {
    width: 83%;
  }

  .album-link {
    width: 37%;
  }

  .hero-image-mobile {
    display: block;
  }

  .music-item-button-2 {
    margin-top: 3vw;
    padding: 13px 17px;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    font-size: 14px;
  }

  .container-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer_menu_wrap.mobile_50 {
    width: 50%;
    margin-bottom: 20px;
  }

  .packshot_footer {
    max-width: 220px;
    margin-right: 15px;
  }

  .footer_flex_wrap.left {
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .retail_wrap_footer {
    margin-left: 3%;
  }

  .nav_link {
    display: block;
    font-size: 36px;
  }

  .nav_link.white {
    margin-bottom: 2px;
  }

  .footer_button {
    font-size: 14px;
  }

  .footer_heading.footer_albumtitle {
    font-size: 29px;
  }

  .footer-callout-title {
    max-width: 210px;
  }

  .store-item {
    width: 50%;
  }

  .about-image-tagline {
    padding: 1.6vw 2vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo-link.w--current {
    width: 219px;
    margin-top: 14px;
    background-image: url('../images/logo-4.png');
    background-position: 0px 0px;
    background-size: auto 11px;
  }

  .hero-section {
    padding-top: 0%;
  }

  .hero-background {
    background-image: url('../images/ag_hero_mobile_2020-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .store-callout-image.mobile-store-image {
    display: block;
  }

  .store-callout-image.desktop-store-image {
    display: none;
  }

  .new-music-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .new-music-link-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-music-copy {
    width: 100%;
    padding-left: 0px;
  }

  .form-title {
    font-size: 16px;
  }

  .input-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-title {
    font-size: 35px;
  }

  .post {
    width: 100%;
  }

  .tour-section {
    background-image: url('../images/ag-tour-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .tour-wrapper {
    max-width: none;
  }

  .tour_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tour_date_wrap {
    width: 100%;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .tour-venue {
    text-align: left;
  }

  .tour-city {
    text-align: left;
  }

  .social-link.mobile-only {
    font-size: 21px;
  }

  .footer-contact-link {
    display: inline-block;
    margin-top: 3px;
  }

  .page-heading {
    margin-top: 0px;
    font-size: 37px;
  }

  .about-copy {
    font-size: 14px;
  }

  .about-copy-wrapper {
    width: 100%;
  }

  .about-image-wrapper {
    width: 80%;
  }

  .insta-wrap {
    width: 50%;
  }

  .newsletter-title {
    margin-bottom: 6px;
    font-size: 9vw;
    letter-spacing: 0px;
  }

  .newsletter-subtitle {
    font-size: 5vw;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.news-section {
    background-image: url('../images/black-grain-mobile-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .section.contact-section {
    background-position: 100% 0px;
    background-attachment: scroll;
  }

  .section.music-section {
    background-position: 0px 100%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .news-title {
    margin-top: 8px;
    font-size: 16px;
  }

  .news-title.news-title-page {
    margin-top: 8px;
    font-size: 16px;
  }

  .news-content-wrapper {
    padding-left: 15px;
  }

  .news-content-wrapper.news-content-page {
    padding-left: 15px;
  }

  .news-date {
    margin-top: 0px;
    font-size: 14px;
  }

  .news-container {
    max-width: none;
  }

  .contact-item {
    width: 100%;
  }

  .contact-title {
    font-size: 21px;
  }

  .contact-company {
    margin-top: 13px;
    font-size: 18px;
  }

  .contact-email {
    font-size: 16px;
  }

  .music-item-overlay {
    width: 50%;
    padding-left: 0px;
  }

  .music-item-title {
    font-size: 4.8vw;
  }

  .music-item-type {
    margin-top: 6px;
    font-size: 4.5vw;
  }

  .music-item-button {
    margin-top: 13%;
    padding: 10px 14px;
    font-size: 14px;
  }

  .music-overlay-content {
    width: 100%;
    margin-bottom: 4px;
    padding-left: 10px;
  }

  .music-item-image-wrapper {
    width: 50%;
  }

  .music-content-container {
    max-width: none;
  }

  .email-subscribe-wrapper-2 {
    max-width: none;
  }

  .newsletter-subtitle-2 {
    font-size: 18px;
  }

  .newsletter-title-2 {
    font-size: 33px;
  }

  .newsletter-titles-wrapper {
    margin-bottom: 20px;
  }

  .page {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page.video-page {
    background-image: url('../images/black-grain-mobile-min.jpg');
    background-attachment: scroll;
  }

  .page.about-page {
    background-image: url('../images/black-grain-mobile-min.jpg');
    background-size: cover;
    background-attachment: scroll;
  }

  .video-item {
    width: 100%;
  }

  .video-item-title {
    font-size: 16px;
  }

  .featured-video-item {
    width: 100%;
  }

  .about-hero {
    padding-top: 49.38%;
  }

  .about-hero-background {
    background-size: cover;
  }

  .bio-copy {
    font-size: 17px;
  }

  .bio-image {
    max-width: 100%;
  }

  .cms_article {
    max-width: none;
  }

  .article_title {
    font-size: 27px;
  }

  .hero-title-container {
    bottom: 15vw;
    width: 82vw;
  }

  .single-countdown-title {
    font-size: 8.5vw;
  }

  .countdown-container {
    max-width: 330px;
  }

  .sixteen-nine {
    max-width: none;
  }

  .countdown-content-wrapper {
    left: 50%;
    right: auto;
    bottom: 8vw;
    width: 70vw;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .countdown-title-image {
    display: none;
  }

  .hero-countdown-title {
    margin-bottom: 6vw;
    font-size: 6.36vw;
  }

  .link-4 {
    font-size: 6.5vw;
  }

  .single-callout-span {
    font-size: 7.9vw;
  }

  .no_dates {
    font-size: 17px;
  }

  .v-album-callout-content {
    padding-bottom: 12vw;
  }

  .v-callout-link {
    width: 100%;
    max-width: 93vw;
  }

  .v-album-callout-title {
    font-size: 5.5vw;
  }

  .v-album-callout-image {
    width: 54%;
  }

  .v-album-pre-order-copy {
    font-size: 6.8vw;
  }

  .hero-listen-button {
    font-size: 14px;
  }

  .music-item-button-2 {
    margin-top: 15px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .container-2 {
    width: 100%;
    padding: 0px;
  }

  .container-2.footer_container {
    width: 100%;
    padding-bottom: 0px;
  }

  .footer_menu_wrap.mobile_50 {
    width: 150px;
  }

  .footer_menu_wrap.retail_wrap {
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .packshot_footer {
    max-width: none;
    margin-right: 0px;
  }

  .footer_flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_flex_wrap.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .retail_wrap_footer {
    padding-top: 30px;
    padding-left: 0px;
  }

  .nav_link.white {
    font-size: 18px;
  }

  .footer_button {
    text-align: center;
  }

  .flex_50 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex_50.margin_bottom {
    margin-bottom: 26px;
  }

  .footer_heading {
    font-size: 20px;
  }

  .footer-callout-title {
    display: none;
    margin-bottom: 20px;
  }

  .store-content-outer {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }

  .store-item {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .store-item-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .store-item-price {
    font-size: 15px;
  }

  .store-button {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
  }

  .section-button-wrapper.tour-button-container {
    margin-top: 15px;
  }

  .songkick-logo {
    left: auto;
    top: -50px;
    right: 0px;
    display: none;
    width: 72px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .about-image-tagline {
    right: 10px;
    bottom: 10px;
    padding: 2vw 2.5vw;
    font-size: 3vw;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Oswald webfont';
  src: url('../fonts/oswald-bold-webfont.eot') format('embedded-opentype'), url('../fonts/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald-bold-webfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Oswald webfont';
  src: url('../fonts/oswald-medium-webfont.eot') format('embedded-opentype'), url('../fonts/oswald-medium-webfont.woff') format('woff'), url('../fonts/oswald-medium-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}