@font-face {
  font-family: 'Corporative Sans';
  src: url('../../fonts/corporativesans-book-webfont.woff2') format('woff2'), url('../../fonts/corporativesans-book-webfont.woff') format('woff'), url('../../fonts/corporativesans-book-webfont.ttf') format('ttf'), url('../../fonts/corporativesans-book-webfont.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'evogria';
  src: url('../../fonts/evogria-webfont.woff2') format('woff2'), url('../../fonts/evogria-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.more {
  color: #c7ae6c;
  padding: 10px;
  border: 2px solid #c7ae6c;
  font-family: 'Evogria';
}
.more:hover {
  color: #fff;
  border: 2px solid #fff;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
body {
  color: #c7ae6c;
  line-height: 1.6em;
  font-family: 'Corporative Sans';
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'evogria';
  text-align: center;
}
#header, #footer {
  text-transform: uppercase;
  background-color: #000;
  COLOR: #c7ae6c;
}
#footer a, #header a {
  color: #c7ae6c;
}
#footer a:hover, #header a:hover {
  color: #fff;
}
#header i, #footer i {
  margin-left: 5px;
  margin-right: 5px;
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background: #0b0a12;
}
#footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #0b0a12;
}
button#responsive-menu-pro-button {
  position: relative !important;
  top: initial !important;
  left: initial !important;
}
.responsive-menu-pro-button-text, .responsive-menu-pro-button-text-open {
  position: relative !important;
  top: 2px !important;
}
#responsive-menu-pro-wrapper {
  padding-top: 50px !important;
}
.header-inner {
  display: flex;
  align-items: center;
  padding-left: 0.5%;
  padding-right: 0.5%;
  justify-content: space-between;
}
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main_menu ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.main_menu {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.main_menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
/******************************************/
.site-wrapper {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
.home-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 980px) {
  .banner-mob {
    display: none !important;
  }
}
@media (max-width: 979px) {
  .banner-desk {
    display: none !important;
  }
}
.banner img {
  width: 100%;
  height: auto;
}
.home-sections-bgs, .videos, .music, .shows, .contact {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.videos {
  background-image: url(../../img/videos.jpg);
  min-height: 90vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.videos .section-inner {
  width: 80%;
}
.music {
  background-image: url(../../img/music.jpg);
  min-height: 90vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.shows {
  background-image: url(../../img/shows.jpg);
  min-height: 90vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.shows .section-inner {
  width: 80%;
}
.contact {
  background-image: url(../../img/contact.jpg);
  min-height: 90vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.contact .section-inner {
  width: 100%;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
}
.contact .section-inner .c-content div[role="form"] {
  display: inline-block;
}
@media (min-width: 980px) {
  .contact .section-inner {
    grid-template-columns: 1fr 1fr;
  }
  .contact .section-inner .c-content {
    grid-row: 1;
  }
}
@media (max-width: 979px) {
  .contact .section-inner {
    grid-template-columns: 1fr;
  }
}
.music-links {
  padding-top: 30px;
  text-align: center;
}
.music-links .more {
  text-align: center;
}
.music-links div {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
/*--- BIO ---*/
.bio .bio-text {
  background: #0b0a12;
}
.bio .section-inner {
  width: 100%;
  position: relative;
  display: grid;
}
@media (min-width: 980px) {
  .bio .section-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 979px) {
  .bio .section-inner {
    grid-template-columns: 1fr;
  }
}
.bio .section-inner .bio-img {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/bio.jpg);
}
.bio .section-inner .bio-text {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 980px) {
  .bio-img, .bio-text {
    min-height: 90vh;
  }
  .bio-text {
    padding: 5%;
  }
}
@media (max-width: 979.9px) {
  .bio-img {
    width: 100%;
    height: 60vh;
  }
  .bio-text {
    width: 100%;
    padding: 5%;
  }
  .contact {
    background-image: url(../../img/contact-mob.jpg);
    min-height: 90vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
.form {
  width: 100%;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.form label {
  font-family: 'Corporative Sans';
  text-transform: uppercase;
  font-weight: 700;
}
.field {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.form input, .form select, .form textarea {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  border: 2px solid #c7ae6c;
  font-family: 'Corporative Sans';
  background: none;
  font-weight: 300;
  color: #c7ae6c;
  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: 2px solid #fff;
}
.form textarea {
  height: 200px;
  font-family: 'Corporative Sans';
  background: none;
  font-weight: 300;
}
.form .wpcf7-submit {
  height: 50px;
  background: #c7ae6c;
  color: #000;
  width: 60%;
  margin: 0 auto;
  border: 0;
  display: block;
  font-family: 'Corporative Sans';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.form .wpcf7-submit:hover {
  color: #000;
  background: #fff;
  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: 700 !important;
  border: 0 !important;
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #efe9c7;
  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;
}
/*--- VIDEOS ---*/
.video {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.video .arve-wrapper {
  margin-top: 10px;
  margin-bottom: -10px;
}
@media screen and (max-width: 980px) {
  .video {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 40px;
  }
}
/*---SHOWS---*/
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #c7ae6c !important;
}
.bit-top-track-button {
  color: #c7ae6c;
  text-transform: uppercase;
  font-family: 'Corporative Sans';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 18px;
}
.bit-top-track-button a {
  color: #c7ae6c !important;
}
.bit-nav-bar {
  font-family: 'Corporative Sans';
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 18px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #c7ae6c !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #c7ae6c !important;
}
.bit-venue, .bit-venue a {
  color: #c7ae6c;
}
.bit-widget .bit-venue {
  color: #c7ae6c;
}
.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: 18px;
}
.bit-upcoming-events, .bit-past-events {
  font-family: 'Corporative Sans' !important;
  text-transform: uppercase;
}
.bit-upcoming-events a, .bit-past-events a {
  color: #c7ae6c;
}
.bit-date {
  font-size: 18px;
  color: #c7ae6c;
  display: block;
  width: 150px;
  margin-right: 18px;
}
.bit-date, .bit-button {
  font-family: 'evogria';
  text-transform: uppercase;
}
.bit-button {
  font-size: 18px;
  background: none !important;
  font-weight: bold;
  color: #c7ae6c !important;
  border: 2px solid #c7ae6c !important;
}
.bit-button:hover {
  color: #fff !important;
  border: 2px solid #fff !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: 18px;
}
.bit-event:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: 'Corporative Sans';
  font-size: 18px;
}
@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: 0 !important;
  text-align: left !important;
  font-weight: bold;
}
.bit-past-events .bit-event .bit-date {
  width: 200px;
}
.bit-past-events-show-all-button {
  font-family: 'Corporative Sans';
  font-size: 18px;
  max-width: 300px;
  margin: 10px auto !important;
  display: block !important;
  border: 2px solid #c7ae6c;
  color: #c7ae6c;
}
p:empty:before {
  display: none !important;
}
/*# sourceMappingURL=customstyles.css.map */