* {
  box-sizing: border-box;
}
/*
 This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
 *******************************************/
#header, #footer {
  z-index: 2;
  position: relative;
}
@media all and (max-width: 979px) {
  #header {
    position: fixed;
    width: 100%;
  }
}
@media all and (min-width: 980px) {
  .main_menu {
    position: relative;
    top: -4%;
  }
}
.main_menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.main_menu ul li a {
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
}
/******************************************/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
  margin-bottom: 0;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 20px;
}
hr {
  background: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-top: 30px;
  border-bottom: 2px solid #00445c;
  margin-bottom: 50px;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  font-family: 'Sanchez';
  margin: 0;
  background: url(../../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.subpage {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
.home-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header-inner {
  background: url(../../img/menu.png);
  background-position: bottom;
  height: 60px;
  z-index: 9999;
  color: #fdf5d6;
  padding-left: 1%;
  padding-right: 1%;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  justify-content: space-between;
}
.menu .links {
  align-items: center;
}
.menu .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .links ul li {
  display: inline-block;
  margin-right: 15px;
}
.social {
  position: relative;
  top: -2px;
}
.social i {
  margin-left: 10px !important;
}
.links a, .social, .social a, .main_menu ul li a {
  color: #fdf5d6;
}
.links a:hover, .social a:hover {
  color: #dcc329;
}
.footer-inner {
  background: url(../../img/footer.png);
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #fdf5d6;
  font-size: 15px;
  padding-left: 1%;
  padding-right: 1%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-inner a {
  color: #fdf5d6;
}
.footer a {
  color: #fdf5d6;
}
.footer-credits {
  text-align: right;
}
.footer-inner a:hover {
  color: #dcc329;
}
/*--- GENERAL CONTENT ---*/
.content {
  margin: 0 auto;
  color: #00445c;
  font-size: 18px;
  line-height: 1.8em;
}
.content img {
  width: 100%;
  height: auto;
}
.subpage {
  padding-bottom: 30px;
  padding-top: 40px;
}
.subpage a {
  color: #00445c;
  font-weight: bold;
}
.subpage a:hover {
  color: #dcc329;
}
/*--- HOMEPAGE ---*/
@media all and (min-width: 980px) {
  .homepage {
    display: flex;
    position: relative;
    height: 100%;
  }
  .homepage > div {
    width: 50%;
    height: 104%;
    top: -2%;
    position: relative;
  }
}
@media all and (max-width: 979px) {
  .homepage {
    display: flex;
    position: relative;
    flex-direction: column;
  }
}
.home-photo {
  background: url(../../img/home-photo.jpg) no-repeat;
  background-size: cover;
  background-position: top right;
}
.mob {
  display: none;
}
.home-content {
  text-align: center;
}
.home-content img {
  max-width: 80%;
  margin: 0 auto 30px;
  display: block;
}
.farm {
  border: 2px solid #00445c;
  color: #00445c;
  text-transform: uppercase;
  font-size: 26px;
  display: block;
  padding: 20px;
  max-width: 350px;
  margin: 40px auto;
}
.farm:hover {
  border: 2px solid #2c6a46;
  color: #2c6a46;
}
.cover {
  width: 500px;
  height: auto;
  max-width: 60% !important;
}
/*--- MEDIA QUERIES ---*/
@media screen and (min-width: 1920px) {
  .home-content img {
    max-width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .cover {
    max-width: 60% !important;
  }
}
@media screen and (max-width: 1280px) {
  .subpage {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .links {
    display: none;
  }
  .social {
    top: -5px;
    position: relative;
  }
  .social i {
    margin-left: 0;
    margin-right: 10px;
  }
  .homepage {
    display: grid;
    grid-template-columns: 1fr;
  }
  .social {
    padding-left: 1%;
  }
  .home-photo {
    background: none;
    background-size: cover;
    background-position: bottom center;
    max-width: 100%;
    margin-top: 50px;
  }
  .mob {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .home-content {
    padding: 2%;
  }
  .footer-inner {
    text-align: center;
    display: block;
    pading-left: 2%;
    padding-right: 2%;
  }
  .footer-credits {
    text-align: center;
  }
}
/*---SHOWS---*/
.bit-play-my-city-button {
  background: none !important;
  border: 2px solid #00445c !important;
  color: #00445c;
  font-family: 'Sanchez';
  width: 300px;
  margin: 0 auto !important;
  display: block !important;
}
.bit-play-my-city-button:hover {
  color: #00445c !important;
  border: 2px solid #00445c !important;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #00445c !important;
}
.bit-top-track-button {
  color: #00445c;
  text-transform: uppercase;
  font-family: 'Sanchez';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 16px;
}
.bit-top-track-button a {
  color: #00445c !important;
}
.bit-nav-bar {
  font-family: 'Sanchez';
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 16px;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #00445c !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #00445c !important;
}
.but-venue {
  padding-right: 30px;
}
.bit-venue, .bit-venue a, .bit-venue a:hover {
  color: #00445c;
}
.bit-widget .bit-venue {
  color: #00445c;
}
.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: 'Sanchez' !important;
  text-transform: uppercase;
}
.bit-upcoming-events a, .bit-past-events a, .bit-upcoming-events a:hover, .bit-past-events a:hover {
  color: #00445c;
}
.bit-date {
  font-size: 16px;
  display: block;
  width: 200px;
  font-weight: 400;
  margin-right: 20px;
}
.bit-date, .bit-button {
  font-family: 'Sanchez';
  text-transform: uppercase;
}
.bit-button {
  font-size: 22px;
  background: none !important;
  color: #00445c !important;
  border: 2px solid #00445c !important;
}
.bit-button:hover {
  color: #00445c !important;
  border: 2px solid #00445c !important;
}
.bit-rsvp:hover, .bit-button:hover, .bit-play-my-city-button:hover {
  border: 2px solid #dcc329 !important;
  color: #dcc329 !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;
}
.bit-event {
  font-size: 16px;
}
.bit-event:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: 'Sanchez';
  font-size: 20px;
}
.bit-widget .bit-event .bit-offers-text, .bit-widget.bit-layout-desktop .bit-event .bit-button {
  font-size: 16px !important;
}
@media screen and (max-width: 1125px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 16px !important;
  }
}
/*--- MUSIC ---*/
.ind-release {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 2px solid #00445c;
}
.ind-release:last-child {
  border-bottom: 0 !important;
}
.art-player {
  display: block;
  width: 100%;
  text-align: center;
}
.artwork {
  height: 350px;
  width: 350px;
  display: inline-block;
}
.artwork img {
  width: 100%;
  height: auto;
}
.player {
  display: inline-block;
  width: 600px;
}
.player iframe {
  width: 100%;
  height: 350px;
}
.music-links {
  text-align: center;
  padding-top: 10px;
}
.music-links a {
  padding: 10px;
  border: 2px solid #00445c;
  color: #00445c;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.music-links a:hover {
  color: #dcc329;
  border: 2px solid #dcc329;
}
@media screen and (max-width: 1200px) {
  .artwork {
    height: 300px;
    width: 300px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 600px;
  }
  .player iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .artwork {
    height: 250px;
    width: 250px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .artwork {
    height: 250px;
    width: 250px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
  .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 980px) {
  .artwork {
    height: 200px;
    width: 200px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 500px;
    max-width: 100%;
  }
  .player iframe {
    max-width: 100%;
    width: 500px;
    height: 200px;
  }
  .release-content iframe {
    height: 80px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 780px) {
  .artwork {
    height: 400px;
    width: 400px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: block;
    width: 400px;
    max-width: 100%;
  }
  .player iframe {
    max-width: 100%;
    width: 400px;
    height: 200px;
  }
  .release-content iframe {
    height: 80px;
    margin-bottom: 5px;
  }
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
input:focus, textarea:focus {
  border: 2px solid #dcc329 !important;
}
.captcha .wpcf7-form-control-wrap {
  display: block !important;
  width: 300px !important;
  margin: -10px auto 20px;
}
#contact-text, #contact-form {
  width: 100%;
  display: block;
  vertical-align: top;
}
.form {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #contact-text {
    padding-bottom: 25px;
  }
  #contact-text, #contact-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: block;
  }
}
.captcha .wpcf7-form-control-wrap {
  display: block !important;
  width: 300px !important;
  margin: -10px auto 20px;
}
.form {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 20px auto 0;
  height: auto;
  overflow-y: visible;
  padding-bottom: 20px;
}
.both {
  width: 100%;
  margin-top: 10px !important;
  padding-top: 10px;
  float: none;
  clear: both;
  display: block;
}
label, .both {
  font-family: 'Sanchez';
  text-align: center !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.both input {
  font-family: 'Sanchez';
  background: none;
  border: 2px solid #00445c;
  height: 35px;
  width: 100%;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
  color: #00445c;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
}
.both textarea {
  font-family: 'Sanchez';
  background: none;
  border: 2px solid #00445c;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #00445c;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: 0px;
  text-align: left;
  margin-top: 5px;
}
.wpcf7-submit {
  font-family: 'Sanchez';
  background: #00445c !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #fdf5d6 !important;
  letter-spacing: 2px;
  width: 120px !important;
  margin: 0 auto;
  height: 50px !important;
  line-height: 40px;
  display: block;
  font-size: 22px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 700 !important;
}
.wpcf7-submit:hover {
  background: #dcc329 !important;
  color: #00445c !important;
  cursor: pointer !important;
  border: 0 !important;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #00445c;
}
:-moz-placeholder {
  color: #00445c;
}
::-moz-placeholder {
  color: #00445c;
}
:-ms-input-placeholder {
  color: #00445c;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  font-family: 'Sanchez';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #00445c !important;
  text-align: center !important;
}
/*# sourceMappingURL=customstyles.css.map */