body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.bios {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 2px 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: hsla(0, 0%, 100%, .95);
  font-family: Montserrat, sans-serif;
  color: #4f5050;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.button.bios:hover {
  background-color: #eee;
}

.button.bios.bandbio {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  -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;
  background-color: transparent;
  text-align: left;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #fff;
  text-align: center;
}

.nav-link:hover {
  background-color: rgba(219, 51, 64, .5);
  box-shadow: none;
}

.nav-link.w--current {
  background-color: rgba(219, 51, 64, .35);
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.nav-link.menu {
  z-index: 50;
  float: none;
  color: #fff;
}

.nav-link.menu:hover {
  background-color: transparent;
}

.nav-link.menu.w--open {
  background-color: transparent;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #c4c4c4;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding: 2% 3% 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/indianjoeheroparttwofinala.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 #000;
  opacity: 1;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.bios {
  padding-right: 3%;
  padding-left: 3%;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .98)), to(hsla(0, 0%, 100%, .98))), url('../images/IMG_0390a.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .98), hsla(0, 0%, 100%, .98)), url('../images/IMG_0390a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  display: none;
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #2b2c2e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .85)), to(hsla(0, 0%, 100%, .85))), url('../images/Indian-Joe-2018---Audience-Shot-BW-1-of-7s.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/Indian-Joe-2018---Audience-Shot-BW-1-of-7s.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.cta {
  background-color: #000;
  font-size: 17px;
}

.section.cta.first {
  height: 65vh;
  background-image: url('../images/IMG_1793.JPG');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.second {
  height: 65vh;
  background-color: transparent;
  background-image: url('../images/IMG_0390a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.third {
  height: 65vh;
  background-image: url('../images/Indian-Joe-2018---Boots--Sneakers-Color-3-of-7bw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.cta.fourth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .63)), color-stop(47%, transparent), to(transparent)), url('../images/Indian-Joe-2018---Audience-Shot-BW-4-of-7_preview.jpeg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .63), transparent 47%, transparent), url('../images/Indian-Joe-2018---Audience-Shot-BW-4-of-7_preview.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.cta.fifth {
  height: 65vh;
  background-image: url('../images/IMG_0415.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.sixth {
  height: 65vh;
  background-image: url('../images/Robert--Elizabeth---Streets-29-of-46.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.seventh {
  height: 65vh;
  background-image: url('../images/Indian-Joe-2018---Chair-Story-BW-57-of-58_preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.eighth {
  height: 65vh;
  background-image: url('../images/IJ_RGS-5-of-137.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.ninth {
  height: 65vh;
  background-image: url('../images/Robert--Elizabeth---Streets-44-of-46_preview-1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section.cta.contacthero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Indian-Joe-2018---Audience-Shot-BW-4-of-7_preview.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.section.about {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .8);
}

.section.tickets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .99)), to(hsla(0, 0%, 100%, .99))), url('../images/Indian-Joe-2018---Boots--Sneakers-Color-3-of-7bwsm.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .99), hsla(0, 0%, 100%, .99)), url('../images/Indian-Joe-2018---Boots--Sneakers-Color-3-of-7bwsm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.joediv {
  padding-right: 3%;
  padding-left: 3%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .98)), to(hsla(0, 0%, 100%, .98))), url('../images/Robert--Elizabeth---Streets-44-of-46_preview-1.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .98), hsla(0, 0%, 100%, .98)), url('../images/Robert--Elizabeth---Streets-44-of-46_preview-1.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.collab {
  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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .95)), to(hsla(0, 0%, 100%, .95))), url('../images/IJ_RGS-5-of-137.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)), url('../images/IJ_RGS-5-of-137.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.action {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9))), url('../images/IMG_0415.JPG');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/IMG_0415.JPG');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.choctaw {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .98)), to(hsla(0, 0%, 100%, .98))), url('../images/Indian-Joe-2018---Chair-Story-BW-57-of-58_preview.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .98), hsla(0, 0%, 100%, .98)), url('../images/Indian-Joe-2018---Chair-Story-BW-57-of-58_preview.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.aboutshow {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .98)), to(hsla(0, 0%, 100%, .98))), url('../images/IMG_1793.JPG');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .98), hsla(0, 0%, 100%, .98)), url('../images/IMG_1793.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -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-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;
  background-color: #2b2c2e;
}

.nav-menu.navv {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(43, 44, 46, .97);
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  min-height: 300px;
  padding: 17px 17px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 3px 3px 0px 0px;
  background-color: #f6f6f6;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #2b2b2b;
}

.plan-wrapper:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.plan-wrapper.joe {
  width: 240px;
  margin-right: 0px;
  padding-bottom: 5px;
  background-image: url('../images/Indian-Joe-2018---Robert-Portrait-Color-23-of-34-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.plan-wrapper.joe:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.plan-wrapper.liz {
  width: 240px;
  padding-bottom: 5px;
  background-image: url('../images/Indian-Joe-2018---Elizabeth-Portrait-BW-12-of-42.jpg');
  background-position: 50% 50%;
  background-size: 300px;
}

.plan-wrapper.luke {
  background-image: url('../images/Luke-Holloway---BAND-LEADER.jpg');
  background-position: 50% 50%;
  background-size: 450px;
}

.plan-wrapper.paul {
  background-image: url('../images/Paul-Lincoln---ONSTAGE-BAND.jpg');
  background-size: cover;
}

.plan-wrapper.ann {
  background-image: url('../images/Ann-Hairston---ONSTAGE-BAND.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.plan-wrapper.melody {
  background-image: url('../images/Melody-Allegra-Berger---ONSTAGE-BAND.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.plan-wrapper.donna {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/Donna-Bullock---MOMMA-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.plan-wrapper.josh {
  background-image: url('../images/IMG_9546.JPG');
  background-size: 240px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

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

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

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

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  width: 72%;
  max-width: 370px;
  margin-bottom: 0px;
  opacity: 1;
}

.heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23), 1px 1px 3px rgba(0, 0, 0, .75);
}

.heading.titleh1 {
  opacity: 0.95;
  font-family: 'Permanent Marker', sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.heading.creditsh1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 38%;
  margin-bottom: 1%;
}

.div-block {
  width: 90%;
  margin-bottom: 5%;
  text-align: center;
}

.body {
  background-color: #1f1f1f;
  font-family: Montserrat, sans-serif;
}

.leftnavigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 27%;
  height: 100vh;
  -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(43, 44, 46, .97);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .6);
}

.navlink {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.navlink:hover {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 51, 64, .8)), to(rgba(219, 51, 64, .8)));
  background-image: linear-gradient(180deg, rgba(219, 51, 64, .8), rgba(219, 51, 64, .8));
  box-shadow: 0 0 6px 0 rgba(91, 44, 52, .73);
  color: #fff;
  text-align: center;
}

.navlink.w--current {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(219, 51, 64, .39);
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3.navbarsocial {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social {
  width: 10%;
  margin-right: 10px;
  margin-left: 10px;
}

.menubutton {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
}

.div-block-5 {
  display: none;
  background-image: url('../images/greyhamburger.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  margin-bottom: 30px;
  color: #2b2c2e;
}

.heading-2.white {
  color: #fff;
}

.heading-2.collabh2 {
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 20px;
  color: #2b2c2e;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2.small {
  line-height: 23px;
  letter-spacing: -0.3px;
}

.paragraph-2.whoisjoe {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

.namebold {
  font-family: Montserrat, sans-serif;
  color: #db3340;
  font-weight: 300;
}

.div-block-6 {
  width: 68%;
  float: right;
}

.indianjoe {
  font-weight: 600;
}

.castrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  text-align: left;
}

.castname {
  font-family: Montserrat, sans-serif;
  color: #f15252;
  font-weight: 500;
  letter-spacing: 1px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.biodiv {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  cursor: pointer;
}

.biodiv:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.heading-4 {
  margin-bottom: 30px;
  font-weight: 400;
}

.creativesbio {
  margin-bottom: 20px;
}

.creatives {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}

.creatvetitle {
  margin-right: 2px;
  margin-left: 2px;
  font-family: Montserrat, sans-serif;
  color: #db3340;
  font-weight: 400;
  letter-spacing: 1px;
}

.biolinks {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.biolinks:hover {
  color: #db3340;
}

.tixh1 {
  font-family: Montserrat, sans-serif;
  color: #db3340;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .35);
}

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

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

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

.officehours {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.boxofficehours {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.telechargebutton {
  background-color: #f6f6f6;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .41);
  color: #4f5050;
}

.telechargebutton:hover {
  background-color: #fff;
}

.image-3 {
  max-width: 400px;
}

.row {
  display: none;
  margin-bottom: 30px;
}

.column-4 {
  display: block;
  -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;
}

.phonenumber {
  margin-top: 15%;
  text-align: center;
}

.telechargelink {
  opacity: 0.84;
}

.telechargelink:hover {
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

.paragraph-5 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.reviewname {
  font-family: 'Permanent Marker', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.chisholmdesigns {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.chisholmdesigns:hover {
  color: #f15252;
}

.socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #f15252;
}

.socialmedia.small {
  width: 60%;
}

.social-media {
  width: 100px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  background-image: url('../images/twitterred.png');
  background-position: 49% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  text-align: center;
}

.social-media:hover {
  opacity: 1;
}

.social-media.fbook {
  width: 100px;
  background-image: url('../images/fbookred.png');
}

.social-media.fbook.smallerdivs {
  width: 50px;
  background-image: url('../images/fbookred.png');
}

.social-media.smallerdiv {
  width: 50px;
  background-image: url('../images/twitterred.png');
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 0%;
  margin-left: 3%;
  -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;
  text-align: center;
}

.heading-5 {
  color: #fff;
  font-size: 49px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
}

.socialimage {
  width: 100px;
}

.socialimage:hover {
  opacity: 0;
}

.socialimage.smallerpics {
  width: 50px;
}

.joewrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
  opacity: 1;
}

.lizwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.mommawrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.band1wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.band2wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.band3wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.bandleaderwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.removebutton {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f15252;
  background-image: url('../images/58cc0257c6b1f6e10efa7cbc_cross-remove-sign.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.removebutton:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.biodivv {
  position: relative;
  overflow: scroll;
  width: 50%;
  height: 60%;
  padding: 6% 2% 2%;
  background-color: #eee;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
}

.biopic {
  display: block;
  width: 35%;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .31);
}

.bold-text-2 {
  color: #f15252;
  font-weight: 400;
}

.image-4 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.davenport {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.weekdaydiv {
  width: 14%;
  height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, .5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.weekdaydiv.invisible {
  opacity: 0;
}

.weeksched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dayh1 {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.showtime {
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.3px;
}

.showtime.dark {
  color: #db3340;
}

.italic-text {
  line-height: 23px;
}

.elizabeth {
  color: #db3340;
  font-weight: 500;
}

.joeimage {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.fundraiser {
  font-weight: 600;
}

.button-2 {
  background-color: #2b2c2e;
}

.button-2:hover {
  background-color: #db3340;
}

.collabs {
  width: 30%;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .22);
  opacity: 0.95;
}

.collabs:hover {
  opacity: 1;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.joshwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(79, 80, 80, .88);
}

.heading-6 {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.gallerydiv {
  width: 24%;
  margin: -1px 1px -2px -1px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallerydiv:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-9 {
  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-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;
}

.emailtext {
  color: #dfdfdf;
  font-size: 15px;
  text-align: center;
}

.emaillink {
  color: #eee;
  text-decoration: none;
}

.emaillink:hover {
  color: #db3340;
}

.icon {
  width: 35px;
  height: 35px;
}

.image-5 {
  width: 50px;
  height: 50px;
}

.div-block-10 {
  margin-top: 30%;
}

.menu {
  float: left;
}

.menu.w--open {
  position: relative;
  z-index: 50;
  background-color: transparent;
}

.link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.link.ticketlink {
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 1005;
  margin-top: 2%;
  text-align: center;
}

.ticektlinks {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99999;
  margin-top: 2%;
  margin-right: 2%;
  padding: 16px 22px;
  background-color: #db3340;
  color: #f8faff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.ticektlinks:hover {
  background-color: #ac2b35;
}

.div-block-11 {
  display: none;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-26px, 0px);
  -ms-transform: translate(-26px, 0px);
  transform: translate(-26px, 0px);
}

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

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

html.w-mod-js *[data-ix="initialjoe"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialliz"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialmomma"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialjosh"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialband1"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialband2"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialband3"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="initialbandleader"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

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

@media (max-width: 991px) {
  .button.bios {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section.main {
    background-position: 50% 100%;
  }
  .section.cta.third {
    background-position: 45% 50%;
  }
  .section.cta.fourth {
    background-position: 78% 50%;
  }
  .section.cta.fifth {
    height: 65vh;
  }
  .section.cta.sixth {
    height: 65vh;
    background-position: 100% 50%;
  }
  .section.cta.seventh {
    height: 65vh;
  }
  .section.cta.eighth {
    height: 65vh;
  }
  .section.about {
    padding-right: 3%;
    padding-left: 3%;
  }
  .section.tickets {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9))), url('../images/Indian-Joe-2018---Boots--Sneakers-Color-3-of-7bwsm.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/Indian-Joe-2018---Boots--Sneakers-Color-3-of-7bwsm.jpg');
    background-position: 0px 0px, 45% 50%;
  }
  .section.joediv {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9))), url('../images/Robert--Elizabeth---Streets-29-of-46.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url('../images/Robert--Elizabeth---Streets-29-of-46.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .section.action {
    padding-right: 3%;
    padding-left: 3%;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .plan-wrapper.joe {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.liz {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.luke {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.paul {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.ann {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.melody {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.donna {
    width: auto;
    min-height: 260px;
  }
  .plan-wrapper.josh {
    width: auto;
    min-height: 260px;
    background-size: cover;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .image-2 {
    max-width: 300px;
  }
  .heading.creditsh1 {
    width: 54%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .div-block {
    margin-bottom: 7%;
  }
  .leftnavigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .castrow {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .biodiv {
    width: 22%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .social-media {
    width: 100px;
  }
  .weekdaydiv {
    height: 130px;
  }
  .dayh1 {
    font-size: 11px;
    letter-spacing: -0.4px;
  }
  .showtime {
    font-size: 10px;
  }
  .joeimage {
    width: 40%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 0px;
  }
  .section.cta.fourth {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.cta.seventh {
    background-position: 57% 50%;
  }
  .section.cta.contacthero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section.choctaw {
    padding-right: 3%;
    padding-left: 3%;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .nav-menu.navv {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .plan-wrapper.joe {
    min-height: 200px;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.liz {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.luke {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.paul {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.ann {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.melody {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.donna {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .plan-wrapper.josh {
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    background-size: cover;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .heading.creditsh1 {
    width: 41%;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
  }
  .leftnavigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .social {
    width: 8%;
  }
  .div-block-5 {
    width: 35px;
    height: 35px;
  }
  .paragraph-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .biodiv {
    width: 26%;
  }
  .creativesbio {
    font-size: 15px;
    line-height: 20px;
  }
  .tixh1 {
    margin-bottom: 10px;
  }
  .row {
    display: block;
  }
  .phonenumber {
    margin-top: 3%;
  }
  .socialmedia {
    width: 35%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-7 {
    width: 100%;
    margin-top: 2%;
    margin-right: 3%;
  }
  .joewrapper {
    display: none;
  }
  .removebutton {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .biodivv {
    position: relative;
    width: 72%;
  }
  .weekdaydiv {
    height: 100px;
  }
  .dayh1 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.2px;
  }
  .showtime {
    line-height: 15px;
  }
  .collabs {
    width: 42%;
  }
  .paragraph-6 {
    font-size: 15px;
    line-height: 20px;
  }
  .container {
    padding-right: 2%;
    padding-left: 2%;
  }
  .heading-6 {
    font-size: 13px;
    line-height: 16px;
  }
  .image-5 {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 479px) {
  .button.bios {
    font-size: 10px;
    line-height: 16px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section.main {
    height: 90vh;
  }
  .section.cta.contacthero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu.navv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan-wrapper.joe {
    min-height: 150px;
  }
  .plan-wrapper.liz {
    min-height: 150px;
  }
  .plan-wrapper.luke {
    min-height: 150px;
  }
  .plan-wrapper.paul {
    min-height: 150px;
  }
  .plan-wrapper.ann {
    min-height: 150px;
  }
  .plan-wrapper.melody {
    min-height: 150px;
  }
  .plan-wrapper.donna {
    min-height: 150px;
  }
  .plan-wrapper.josh {
    min-height: 150px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .heading.creditsh1 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 12px;
  }
  .div-block {
    margin-bottom: 9%;
  }
  .leftnavigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph-2.whoisjoe {
    font-size: 14px;
    line-height: 18px;
  }
  .biodiv {
    width: 42%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .creativesbio {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.2px;
  }
  .image-3 {
    max-width: 90%;
  }
  .row {
    display: none;
  }
  .socialmedia {
    width: 42%;
  }
  .social-media {
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-media.fbook {
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-7 {
    width: 100%;
  }
  .socialimage {
    width: 80px;
  }
  .joewrapper {
    display: none;
  }
  .biodivv {
    padding-right: 3%;
    padding-left: 3%;
  }
  .italic-text {
    line-height: 19px;
  }
  .paragraph-6 {
    font-size: 14px;
    line-height: 18px;
  }
  .container {
    padding-right: 2%;
    padding-bottom: 0px;
  }
  .container-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .heading-6 {
    font-size: 10px;
    line-height: 14px;
  }
  .gallerydiv {
    width: 46%;
  }
  .ticektlinks {
    margin-top: 3%;
    padding: 9px 18px;
    font-size: 14px;
  }
}

