* {
  box-sizing: border-box;
}
body {
  background: url(../../../assets/img/video.png) center top;
  background-size: cover;
  background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #000;
}
.more {
  padding: 20px;
  text-align: center;
  width: 250px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
}
.more:hover {
  background: #fff;
  color: #000;
}
#header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.desk-menu {
  font-size: 14px;
}
.desk-menu img, .shailan-dropdown-menu-widget {
  display: inline-block;
  vertical-align: middle;
}
.desk-menu img {
  margin-top: -2px;
  margin-right: 5px;
  width: 150px;
  height: auto;
}
.shailan-dropdown-menu {
  position: relative;
  top: 0px;
}
div.shailan-dropdown-menu ul {
  padding-top: 1px;
}
#header, .header_inner {
  justify-content: space-between;
  z-index: 999999999 !important;
}
#responsive-menu-pro-container {
  z-index: -1 !important;
}
.header_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  min-height: 45px;
  padding-left: 0%;
  padding-right: 0%;
}
.header_inner a {
  color: #fff;
  text-transform: uppercase;
}
.social {
  top: -5px;
  position: relative;
}
.social a {
  margin-right: 8px;
}
.page-content {
  background: url(../../../assets/img/video.png) center top;
  background-size: 100%;
  margin-top: -30px;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
  line-height: 1.6em;
}
.page-content a, .content a {
  color: #4d4d4d;
}
.page-content a:hover, .content a:hover {
  color: #000;
}
.page-content-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1280px) {
  .page-content-inner {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .page-content-inner {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
    display: block;
  }
}
/*--- DROPDOWN MENU ---*/
.dropdown-horizontal a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.dropdown-horizontal a:hover {
  color: #fff;
}
.dropdown-horizontal li.current-menu-item a {
  color: #fff !important;
}
ul.dropdown ul li, ul.dropdown-vertical {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.dropdown ul {
  padding-top: 10px !important;
  background: #000 !important;
}
ul.dropdown ul li a {
  color: #fff;
}
ul.dropdown ul li a:hover {
  color: #fff;
}
/*--- BANNER ---*/
.banner img {
  width: 100%;
  height: auto;
}
.banner-desk {
  display: block;
}
.banner-mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .banner-desk {
    display: none;
  }
  .banner-mob {
    display: block;
  }
}
/*--- HOME RELEASE ---*/
.release-section {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.release-section .release-grid {
  margin: 20px auto 0;
  max-width: 1200px;
  color: #fff;
  text-align: center;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 50% 50%;
  align-items: center;
  align-content: center;
}
.release-section .buy {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto 5px;
}
.release-section .buy i {
  margin-right: 5px;
}
.release-section .buy:hover {
  background: #fff;
  color: #000;
}
.release-section img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .release-section .release-grid {
    padding-left: 2%;
    padding-right: 2%;
    grid-template-columns: 100%;
  }
  .release-section .buy {
    width: 100%;
  }
}
/*--- MAILING LIST ---*/
.subscribe {
  background: url(../../../assets/img/mailing.png);
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  height: 172px;
  width: 100%;
  text-align: center;
  top: -20px;
  bottom: -20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  margin-bottom: -60px;
  font-size: 22px;
}
.subscribe .section-inner {
  display: block;
  margin: 0 auto;
}
.subscribe-form {
  display: inline-block;
  margin-left: 10px;
}
.subscribe-form input {
  border: 1px solid #000;
  color: #000;
  height: 50px;
  background: none;
  text-align: center;
  font-size: 22px;
  width: 250px;
}
.subscribe-form .submit {
  position: relative;
  top: 0px;
  height: 50px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: 150px;
}
@media screen and (max-width: 800px) {
  .subscribe {
    font-size: 20px;
  }
  .subscribe-form {
    display: block;
    margin: 10px auto 0;
    font-size: 18px;
    width: 100%px;
  }
  .subscribe-form input {
    display: inline-block;
    height: 35px;
    font-size: 18px;
    margin-bottom: 5px;
    width: 200px;
  }
  .subscribe-form .submit {
    width: 120px;
    height: 35px;
    font-size: 18px;
  }
}
.subscribe-footer {
  font-size: 22px;
  padding-top: 10px;
}
.subscribe-footer .subscribe-form input {
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  background: none;
  text-align: center;
  font-size: 22px;
  width: 250px;
}
.subscribe-footer .subscribe-form .submit {
  position: relative;
  top: 0px;
  height: 50px;
  color: #fff;
  background: #fff;
  border: 1px solid #fff;
  width: 150px;
  color: #000;
}
.subscribe-footer .subscribe-form .submit:hover {
  background: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
@media screen and (max-width: 800px) {
  .subscribe-footer {
    font-size: 20px;
  }
  .subscribe-footer .subscribe-form {
    display: block;
    margin: 10px auto 0;
    font-size: 18px;
    width: 100%px;
  }
  .subscribe-footer .subscribe-form input {
    display: inline-block;
    height: 35px;
    font-size: 18px;
    margin-bottom: 5px;
    width: 200px;
  }
  .subscribe-footer .subscribe-form .submit {
    width: 120px;
    height: 35px;
    font-size: 18px;
  }
}
/*--- HOME SOCIAL ---*/
.social-section {
  background: url(../../../assets/img/video.png) center top;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  width: 100%;
  text-align: center;
  top: -20px;
  bottom: -20px;
  align-items: center;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  margin-bottom: -60px;
}
.vid-ig {
  padding-top: 50px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  align-content: center;
  grid-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .vid-ig {
    grid-template-columns: 100%;
  }
}
/*--- HOME DATES ---*/
.shows-section {
  color: #fff;
  background: url(../../../assets/img/dates.png) center top;
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: cover;
  width: 100%;
  text-align: center;
  top: -20px;
  bottom: -20px;
  align-items: center;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  margin-bottom: -60px;
}
.shows-section .section-inner .more {
  display: block;
  margin: 30px auto;
  color: #fff;
}
.shows-section .section-inner .more:hover {
  color: #000;
}
/*--- GENERAL ---*/
.home-section:not(.subscribe) {
  min-height: 50vh;
  width: 100%;
}
.home-section:not(.home) {
  min-height: auto !important;
}
.section-inner {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (max-width: 1500px) {
  .section-inner {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 980px) {
  .section-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .section-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
a {
  text-decoration: none;
}
html, body, .site-wrapper {
  min-height: 100vh;
  font-family: 'Montserrat';
}
.page-content {
  padding-top: 60px;
}
.shows-section {
  min-height: 60vh !important;
}
/*--- FOOTER ---*/
#footer {
  text-transform: uppercase;
  background: url(../../../assets/img/footer.png) top center;
  padding-top: 50px;
  padding-bottom: 30px;
  background-size: cover;
  width: 100%;
  text-align: center;
  top: -20px;
  bottom: -20px;
  color: #fff;
  display: block;
  align-items: center;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  margin-bottom: -20px;
  line-height: 1.4em;
}
#footer a {
  color: #fff;
}
#footer i {
  font-size: 18px;
  margin-left: 3px;
  margin-right: 3px;
}
.footer-social {
  padding-bottom: 10px;
}
#footer hr {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (min-width: 1200.1px) {
  .resp-wrap {
    display: none !important;
  }
}
.resp-wrap button#responsive-menu-pro-button {
  position: relative !important;
  top: initial !important;
  left: initial !important;
}
@media (max-width: 1200px) {
  .responsive-menu-pro-label {
    font-weight: 400 !important;
  }
  button#responsive-menu-pro-button {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    padding-left: 5px !important;
    width: 105px !important;
    font-weight: 400 !important;
  }
  .desk-menu {
    display: none !important;
  }
  .resp-wrap {
    display: inline-flex;
    align-items: center;
  }
  .mob-m-logo {
    margin-right: 2vw;
  }
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
.form {
  width: 80%;
  display: block;
  margin: 20px auto;
  text-align: center;
  color: #000;
  padding-top: 20px;
}
.form label {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 400;
}
.field {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.form-field {
  margin-bottom: 30px;
  display: block;
}
.form input, .form select, .form textarea {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  border: 1px solid #000;
  font-family: 'Montserrat';
  background: none;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.form input, .form select {
  height: 40px;
}
.form input:focus, .form select:focus, .form textarea:focus {
  border: 1px solid #000;
}
.form textarea {
  height: 200px;
  font-family: 'Montserrat';
  background: none;
  font-weight: 400;
}
.form .wpcf7-submit {
  height: 50px;
  background: #000;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.form .wpcf7-submit:hover {
  color: #fff !important;
  background: #4d4d4d !important;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .form {
    width: 90%;
  }
}
.wpcf7 form .wpcf7-response-output, .wpcf7-response-output {
  text-align: center !important;
  font-weight: 400 !important;
  border: 0 !important;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #000;
  font-weight: 700;
  font-size: 0.8em;
}
.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge {
  display: none !important;
}
/*---SHOWS---*/
.bit-widget.bit-layout-desktop .bit-event {
  align-items: center;
  align-content: center;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #000 !important;
}
.bit-top-track-button {
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px !important;
}
.bit-top-track-button a {
  color: #000 !important;
}
.bit-nav-bar {
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 15px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #000 !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #4d4d4d !important;
}
.bit-venue, .bit-venue a {
  color: #000;
}
.bit-widget .bit-venue {
  color: #000;
}
.bit-widget .bit-venue, .bit-widget .bit-location {
  padding-top: 2px;
}
.bit-event {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left !important;
  font-size: 16px;
}
.bit-upcoming-events, .bit-past-events {
  font-family: 'Montserrat' !important;
  text-transform: uppercase;
}
.bit-upcoming-events a, .bit-past-events a {
  color: #000;
}
.bit-date {
  font-size: 16px;
  color: #000;
  display: block;
  margin-right: 18px;
}
.bit-date, .bit-button {
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.bit-button {
  background: none !important;
  font-weight: bold;
  color: #000 !important;
  border: 1px solid #000 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 5px;
}
.bit-button:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  background: #000 !important;
}
.bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button {
  font-size: 16px;
  color: #000;
  padding: 5px !important;
}
.bit-event:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: 'Montserrat';
  font-size: 16px;
}
@media screen and (max-width: 1125px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 18px !important;
  }
}
.bit-widget.bit-layout-desktop .bit-details {
  display: flex !important;
  align-items: center;
}
.bit-widget.bit-layout-desktop .bit-location {
  margin-left: auto !important;
  text-align: left !important;
  font-weight: bold;
}
.bit-past-events .bit-event .bit-date {
  width: 160px;
}
.bit-past-events-show-all-button {
  font-family: 'Montserrat';
  font-size: 18px;
  padding: 20px;
  max-width: 250px;
  margin: 30px auto !important;
  display: block !important;
  border: 1px solid #000;
  color: #000;
}
.bit-past-events .bit-event .bit-rsvp-container {
  padding-top: 10px !important;
}
@media screen and (min-width: 1300.1px) {
  .bit-button {
    margin-left: 2px !important;
    margin-right: 2px !important;
    width: 120px !important;
  }
}
@media screen and (max-width: 1300px) {
  .bit-widget.bit-layout-desktop .bit-details, .bit-widget.bit-layout-desktop .bit-details > div {
    display: block !important;
  }
}
@media screen and (max-width: 980px) {
  .bit-events, .bit-nav-bar, .bit-date, .bit-button, .bit-location, .bit-details, .bit-event-list-title, .bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button, .bit-widget .bit-no-dates-container .bit-no-dates-title {
    font-size: 15px !important;
  }
  .bit-top-track-button {
    font-size: 15px !important;
  }
  .bit-widget.bit-layout-ipad .bit-event .bit-button {
    width: 120px !important;
  }
  .bit-widget.bit-layout-ipad .bit-event {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.bit-widget.bit-layout-desktop .bit-date {
  width: 120px;
  min-width: 90px;
}
/*# sourceMappingURL=customstyles.css.map */