:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header {
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
}

.top-bar-container {
  justify-content: flex-end;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.main-nav-container {
  border-top: 1px solid #272727;
  justify-content: space-between;
  align-items: center;
  padding: 25px 35px;
  display: flex;
}

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

.social-nav-li {
  float: left;
  margin-left: .5px;
  margin-right: .5px;
  display: inline-block;
}

.social-nav-a {
  width: 36px;
  height: 36px;
  color: #000;
  background-color: #a4bb92;
  justify-content: center;
  align-items: center;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.social-nav-a:hover {
  background-color: #91a781;
}

.social-nav-icon {
  font-family: Fontawesome webfont, sans-serif;
}

.top-bar-nav {
  margin-bottom: 0;
  margin-right: 14px;
  padding-left: 0;
}

.top-bar-nav-li {
  float: left;
  color: #bf9d43;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.top-bar-nav-link {
  color: #a4bb92;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.top-bar-nav-link:hover {
  color: #fff;
}

.nav-logo-link.w--current {
  width: 322px;
  height: auto;
  display: inline-block;
}

.main-nav {
  margin-bottom: 0;
  padding-left: 0;
}

.main-nav-li {
  float: left;
  margin-left: 11px;
  display: inline-block;
}

.main-nav-link {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: 2px solid rgba(0, 0, 0, 0);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.main-nav-link:hover {
  color: #a4bb92;
}

.main-nav-link:focus {
  border-style: solid;
  border-width: 2px;
}

.main-nav-link.w--current {
  transition: color .2s ease-in-out;
}

.hero-section {
  padding-top: 44.4%;
  position: relative;
}

.hero-background {
  z-index: 1;
  background-image: url('../images/ch_morning_sun_hero4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  background-color: #0e0e0e;
  padding: 6vw 15px;
}

.section.music-section {
  background-image: url('../images/fine-halftone-bg-min.png'), linear-gradient(#0e0e0e, #1f2023);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.section.tour-section {
  background-color: #000;
  display: none;
}

.section.video-section {
  background-image: linear-gradient(#0e0e0e, #1f2023);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.bio-section {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .97), rgba(0, 0, 0, 0) 83%), linear-gradient(to right, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0)), url('../images/corey-hart-bio-bg-2-min.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 12vw;
}

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

.body {
  background-color: #000;
  display: block;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-container {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.section-title {
  color: #a4bb92;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.section-title-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 25px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.music-inner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

.music-item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

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

.music-item-overlay {
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
}

.tour-venue {
  color: #a4bb92;
  text-transform: none;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
}

.tour_main_wrap {
  height: 100%;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 21px;
  padding-top: 6px;
  display: flex;
}

.tour-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #a4bb92;
  padding: 7px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.tour-button:hover {
  color: #fff;
  background-color: #a4bb92;
}

.tour_location_wrap {
  width: 50%;
  flex: 1;
  display: flex;
}

.tour-date {
  color: #fff;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.tour_venue_wrap {
  width: 50%;
  flex: 0 auto;
}

.tour_city_wrap {
  flex: 1;
}

.tour_ticket_wrap {
  width: 100px;
  justify-content: flex-end;
  align-self: flex-start;
  display: flex;
}

.tour-city {
  color: #fff;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.no-dates-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}

.tour_date_wrap {
  width: 30%;
}

.tour-row {
  width: 100%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #2f2f2f;
  align-items: center;
  padding-top: 13px;
  display: flex;
}

.songkick-icon {
  width: 75px;
  margin-bottom: 3px;
}

.video-inner-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.video-item {
  width: 33.33%;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  position: relative;
}

.video-item-thumbnail {
  width: 100%;
  display: block;
}

.video-item-title {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 12px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.bio-partial-container {
  width: 58%;
}

.bio-copy {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
}

.bio-readmore-container {
  text-align: right;
  margin-top: 48px;
}

.contact-item-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.contact-item {
  width: 33.33%;
  padding-right: 15px;
}

.contact-item.label-top-item {
  width: 100%;
  margin-bottom: 30px;
}

.contact-item-title {
  color: #a4bb92;
  margin-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.contact-item-email {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.contact-item-subtitle {
  color: #fff;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.contact-item-subtitle.contact-item-margin {
  margin-top: 15px;
}

.footer-section {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #303030;
  padding: 15px;
}

.footer-copyright {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.bio-overlay-container {
  background-color: rgba(0, 0, 0, .61);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.biography-page-hero {
  padding-top: 24%;
  position: relative;
}

.bio-page-hero-background {
  background-image: linear-gradient(to top, #000 3%, rgba(0, 0, 0, 0) 90%), url('../images/corey-hart-bio-bg-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.biography-page {
  background-color: #000;
  padding-bottom: 90px;
  padding-left: 35px;
  padding-right: 35px;
}

.biography-page-container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.biography-page-copy {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.biography-page-back-container {
  text-align: right;
  margin-top: 30px;
}

.secondary-menu-mobile {
  display: none;
}

.mobile-menu-button {
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/white-menu-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
  border-style: none;
  display: none;
}

.mobile-menu-close {
  display: none;
}

.image {
  display: block;
}

.newsletter-overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, .35);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.form-success {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  display: none;
}

.newsletter-submit-button {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #a4bb92;
  margin-top: 30px;
  padding: 7px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color .3s ease-in-out;
}

.newsletter-submit-button:hover {
  background-color: #a4bb92;
}

.form-title {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.close-signup-button {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/white-close-icon-copy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 8px 12px 12px;
  font-size: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.form-error {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.2;
  display: none;
}

.form-error.terms-error {
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.form-error.email-error {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.newsletter-form {
  min-width: 520px;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding: 60px;
  position: relative;
  box-shadow: 4px 4px 16px 5px rgba(0, 0, 0, .11);
}

.form-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-subtitle {
  color: #a4bb92;
  letter-spacing: 0;
  margin-bottom: 21px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
}

.div-block {
  display: none;
}

.photo-credits {
  padding-top: 35px;
}

.photo-credit-title {
  color: #a4bb92;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.photo-credit-copy {
  color: #fff;
  margin-bottom: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
}

.music-content-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.album-cover-link {
  width: 50%;
  max-width: 480px;
  text-decoration: none;
  position: relative;
}

.image-2 {
  width: auto;
}

.buy-link-wrapper {
  text-align: center;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
}

.album-buy-link {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid #bf9d43;
  margin-top: 15px;
  margin-bottom: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.iframe-embed {
  width: 50%;
  height: 480px;
  max-width: none;
  flex: 1;
  margin-left: 48px;
  margin-right: 0;
}

.body-2 {
  background-color: #000;
}

.gallery-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.gallery-item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.gallery-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 342px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404 {
  background-color: #000;
}

._404-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

._404-copy {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

._404-link {
  color: #bf9d43;
}

.copyright-link-list {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
}

.copyright-link-li {
  border-right: 1px #fff;
  align-self: auto;
  margin-right: 7px;
  padding-right: 0;
  line-height: .8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0;
}

.copyright-link {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section-button-container {
  width: 100%;
  text-align: right;
}

.music-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.music-slider-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.button {
  z-index: 2;
  color: #f3f3f3;
  letter-spacing: 0;
  text-transform: none;
  background-color: #070707;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 11px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.button.section-button-style {
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #a4bb92;
  border-radius: 0;
  padding: 12px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  transition: background-color .3s ease-in-out;
}

.button.section-button-style:hover {
  color: #010101;
  background-color: #a4bb92;
}

.button.section-button-style.dark {
  color: #f3f3f3;
  background-color: #1b1b1b;
  border-color: #070707;
}

.button.section-button-style.dark:hover {
  color: #070707;
  background-color: rgba(0, 0, 0, 0);
}

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

.music-block-title {
  color: #fff;
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.music-slide {
  width: 33.33%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.right-arrow {
  width: 37px;
  height: 37px;
  background-color: #000;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 0;
  display: none;
  right: 0;
}

.left-arrow {
  width: 37px;
  height: 37px;
  background-color: #000;
  background-image: url('../images/left-arrow-white.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  left: 0;
}

.slide-nav {
  display: block;
  bottom: -55px;
}

.slide-nav.music-slide-nav {
  height: auto;
  margin-top: 20px;
  display: block;
  position: static;
  bottom: -42px;
}

.music-item-type {
  color: #a4bb92;
  margin-top: 1px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.hero-link {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.assistive-text {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

.mailing-list-details-dob-flex {
  flex-wrap: wrap;
  display: flex;
}

.mailing-list-details-modal-title {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.mailing-list-details-select {
  height: auto;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.assistive-text-2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

.mailing-list-details-modal-inner {
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 60px 15px;
  display: flex;
}

.mailing-list-details-modal {
  z-index: 101;
  background-color: rgba(0, 0, 0, .85);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.mailing-list-details-day-wrapper {
  width: 50%;
  padding-left: 10px;
}

.mailing-list-details-subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.mailing-list-details-form-label {
  color: #a4bb92;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.mailing-list-details {
  width: 100%;
  max-width: 500px;
}

.mailing-list-details-input {
  height: auto;
  color: #000;
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.main-signup-terms-link {
  color: #fff;
}

.main-signup-terms-copy {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.main-signup-message {
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  display: none;
}

.main-signup-message.main-signup-success {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  display: none;
}

.mailing-list-details-button-container {
  text-align: center;
  margin-top: 25px;
}

.mailing-list-details-modal-close {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.mailing-list-details-month-wrapper {
  width: 50%;
  padding-right: 10px;
}

.mailing-list-details-button {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #a4bb92;
  padding: 12px 28px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1;
  transition: background-color .3s ease-in-out;
}

.mailing-list-details-button:hover {
  background-color: #a4bb92;
}

.custom-video-lightbox {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.custom-video-lightbox-inner {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-video-lightbox-container {
  width: 100%;
  max-width: 978px;
}

.custom-video-lightbox-iframe {
  padding-top: 56.25%;
  position: relative;
}

.custom-video-lightbox-content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-video-lightbox-close {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

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

.podcast-copy {
  color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
}

.podcast-container {
  width: 800px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.podcast-cover {
  width: 25%;
}

.podcast-button {
  width: 140px;
}

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

html.w-mod-js [data-ix="scroll-fade-in"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  .top-bar-container {
    display: none;
  }

  .main-nav-container {
    border-top-style: none;
    padding: 8px 15px 10px;
  }

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

  .top-bar-nav {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .top-bar-nav-li {
    float: none;
    display: block;
  }

  .top-bar-nav-link {
    margin-bottom: 7px;
    font-size: 14px;
    display: block;
  }

  .nav-logo-link.w--current {
    width: 272px;
  }

  .main-nav {
    text-align: left;
  }

  .main-nav-li {
    float: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .main-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    display: block;
  }

  .section-title {
    margin-bottom: 7px;
    font-size: 23px;
  }

  .tour-button {
    font-size: 15px;
    font-weight: 300;
  }

  .tour-date, .tour-city {
    font-size: 16px;
    font-weight: 300;
  }

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

  .bio-partial-container {
    width: 65%;
  }

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

  .bio-readmore-container {
    margin-top: 30px;
  }

  .contact-item, .contact-item.label-top-item {
    width: 33.33%;
    margin-bottom: 24px;
  }

  .mobile-nav-container {
    z-index: 3;
    width: 270px;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 24px 0;
    transition: right .4s ease-in-out;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -270px;
  }

  .mobile-nav-container.active {
    display: block;
    right: 0;
  }

  .secondary-menu-mobile {
    display: block;
  }

  .mobile-menu-button {
    font-size: 0;
    display: block;
  }

  .mobile-menu-button:focus {
    font-size: 10px;
  }

  .mobile-menu-close {
    width: 34px;
    height: 34px;
    background-color: #000;
    background-image: url('../images/white-close-icon-copy.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 19px;
    border: 2px solid rgba(0, 0, 0, 0);
    font-size: 10px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .album-cover-link {
    max-width: 370px;
  }

  .album-buy-link {
    font-size: 17px;
  }

  .iframe-embed {
    height: 370px;
    margin-left: 24px;
  }

  .copyright-link-list {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .music-block-title {
    font-size: 17px;
  }

  .music-slide {
    width: 50%;
    padding-bottom: 15px;
  }

  .right-arrow {
    display: none;
    right: 15px;
  }

  .left-arrow {
    display: none;
    left: 15px;
  }

  .slide-nav.music-slide-nav {
    display: block;
  }

  .podcast-copy {
    font-size: 16px;
  }

  .podcast-container {
    width: 100%;
    flex-direction: column-reverse;
  }

  .podcast-cover {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 112.5%;
  }

  .hero-background {
    background-image: url('../images/ch_morning_sun_hero_mobile.jpg');
  }

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

  .section.bio-section {
    background-position: 0 0, 0 0, 50%;
  }

  .section-title-container {
    margin-bottom: 35px;
  }

  .music-inner-wrapper {
    flex-wrap: wrap;
  }

  .music-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .tour-venue {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .tour_main_wrap {
    align-items: flex-start;
    padding-top: 0;
  }

  .tour-button {
    padding: 7px 12px;
    font-size: 13px;
  }

  .tour_location_wrap {
    flex-direction: column;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .tour-city {
    font-size: 15px;
  }

  .tour_date_wrap {
    width: 40%;
  }

  .tour-row {
    align-items: center;
  }

  .video-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .bio-partial-container {
    width: 70%;
  }

  .contact-item, .contact-item.label-top-item {
    width: 50%;
  }

  .biography-page-hero {
    padding-top: 32%;
  }

  .mobile-nav-container {
    transition: right .4s ease-in-out;
  }

  .image {
    display: block;
  }

  .form-title {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-form {
    width: 90%;
    max-width: 480px;
    min-width: auto;
  }

  .photo-credits {
    padding-top: 20px;
  }

  .music-content-wrapper {
    max-width: 80%;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .album-cover-link {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
  }

  .buy-link-wrapper {
    position: static;
  }

  .album-buy-link {
    margin-top: 30px;
  }

  .iframe-embed {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .gallery-wrapper {
    margin-bottom: 0;
  }

  .gallery-item {
    width: 33.33%;
    margin-bottom: 30px;
  }

  .mask-2 {
    overflow: hidden;
  }

  .music-item-image-wrapper {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .music-slide {
    width: 100%;
    padding-bottom: 15px;
  }

  .right-arrow, .left-arrow, .hero-image-desktop {
    display: none;
  }

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

  .podcast-copy {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo-link.w--current {
    width: 212px;
  }

  .hero-background {
    background-position: 11% 77%;
  }

  .section.bio-section {
    background-position: 0 0, 0 0, 71%;
  }

  .section-title-container {
    padding-bottom: 0;
  }

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

  .section-title-link {
    font-size: 13px;
  }

  .music-inner-wrapper {
    flex-wrap: wrap;
  }

  .music-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .tour_main_wrap {
    flex-direction: column;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .tour-date {
    margin-bottom: 2px;
  }

  .tour_date_wrap, .video-item {
    width: 100%;
  }

  .video-item-title, .bio-copy {
    font-size: 15px;
  }

  .contact-item, .contact-item.label-top-item {
    width: 100%;
  }

  .biography-page {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-nav-container {
    padding-top: 60px;
  }

  .image {
    display: block;
  }

  .newsletter-overlay {
    background-color: rgba(0, 0, 0, .35);
  }

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

  .newsletter-form {
    width: 100%;
    box-shadow: none;
    background-color: #000;
    padding: 80px 24px;
  }

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

  .photo-credits {
    padding-top: 0;
  }

  .photo-credit-title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .photo-credit-copy {
    font-size: 15px;
  }

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

  .album-cover-link {
    margin-bottom: 30px;
  }

  .gallery-item {
    width: 50%;
  }

  .copyright-link-list {
    flex-flow: wrap;
    padding-left: 0;
  }

  .copyright-link-li {
    margin-bottom: 4px;
    margin-right: 0;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0;
  }

  .copyright-link {
    border-right-style: none;
    padding-right: 0;
  }

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

  .music-block-title {
    font-size: 15px;
  }

  .music-slide {
    width: 100%;
    padding-bottom: 0;
  }

  .slide-nav.music-slide-nav {
    margin-top: 15px;
  }

  .mailing-list-details-modal-title {
    font-size: 22px;
  }

  .custom-video-lightbox-close {
    top: 10px;
    right: 15px;
  }

  .podcast-copy {
    text-align: justify;
    margin-right: 0;
    font-size: 15px;
  }

  .podcast-cover {
    width: 100%;
  }

  .podcast-button {
    width: 80%;
  }
}


@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;
}