@import url("https://fonts.googleapis.com/css?family=Lato");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

body {
  background: #ffffff;
  font-family: "adobe-caslon-pro", Times, serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 28px;
  height: 100%; }

.anchor {
  float: left;
  clear: both; }

#wrapper {
  overflow-x: hidden;
  width: 100%; }

b, strong {
  font-weight: 700; }

h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 44px 0; }

h3 {
  font-weight: bold; }

.buttonHolder {
  vertical-align: middle;
  text-align: center;
  display: table;
  width: 100%; }

.button {
  font-size: 9px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #eeeeee;
  padding: 20px 27px 18px 27px;
  font-weight: 700;
  margin: 50px 0 0 0;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease; }

.button:hover {
  background: #313131;
  color: #ffffff; }

.container {
  max-width: 1000px;
  width: 90%;
  padding: 0 5%;
  margin: auto; }
  .container .section {
    float: left;
    width: 100%;
    margin-bottom: 50px; }
  .container .sectionDivider {
    height: 70px;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin-bottom: 50px; }
    .container .sectionDivider .sectionLeft {
      float: left;
      width: 45%;
      height: 100%;
      background: url(../img/line.svg) center center no-repeat;
      background-size: contain; }
    .container .sectionDivider .sectionMiddle {
      background: url(../img/joquail-mono.svg) center center no-repeat;
      height: 70px;
      width: 70px;
      background-size: cover;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .container .sectionDivider .sectionRight {
      float: right;
      background: url(../img/line.svg) center center no-repeat;
      background-size: contain;
      height: 100%;
      width: 45%; }
  .container p {
    float: left;
    clear: both;
    width: 100%; }
  .container h2 {
    width: 100%;
    float: left;
    text-align: center; }

#wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative; }

a {
  color: #000000;
  display: block; }

footer {
  background: #313131;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  color: #ffffff;
  font-size: 12px;
  z-index: 50;
  position: relative; }

.copyright {
  margin-bottom: 25px; }

#credits {
  background: #000000;
  width: 100%;
  float: left;
  padding: 15px 0;
  color: #808080;
  font-size: 10px;
  line-height: 14px; }
  #credits a {
    display: inline-block;
    color: #808080;
    text-decoration: underline; }

#icons {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px; }
  #icons a {
    display: inline-block; }
  #icons img {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    max-width: 200px; }

#main {
  background: #ffffff;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50; }

#highlightImageGhost {
  width: 100%;
  height: 100%;
  float: left; }

#highlightImage {
  width: 100%;
  height: 100%;
  background: url("../img/joquail_hp_backup.jpg") #000000;
  min-height: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 20px solid #ffffff;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: fixed;
  /* 1. No object-fit support: */
  /* 2. If supporting object-fit, overriding (1): */ }
  #highlightImage #highlightTitle {
    position: relative;
    top: 50%;
    overflow: hidden;
    transform: translateY(-50%);
    bottom: 0;
    text-align: center;
    width: 80%;
    padding: 0 10%;
    color: #ffffff;
    display: block;
    overflow: hidden;
    font-weight: 700;
    z-index: 50; }
    #highlightImage #highlightTitle h1 {
      font-size: 66px;
      line-height: normal; }
  #highlightImage #video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  #highlightImage #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-aspect-ratio: 16/9) {
    #highlightImage #video-bg > video {
      height: 300%;
      top: -100%; } }
  @media (max-aspect-ratio: 16/9) {
    #highlightImage #video-bg > video {
      width: 300%;
      left: -100%; } }
  @supports (object-fit: cover) {
    #highlightImage #video-bg > video {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  #highlightImage #imgCredit {
    color: #7a7a7a;
    position: absolute;
    z-index: 50;
    bottom: 5px;
    right: 25px;
    font-size: 10px;
    text-align: right; }

#myHeader {
  width: 100%;
  position: absolute;
  z-index: 100; }

#logo {
  position: absolute;
  left: 100px;
  top: 100px; }
  #logo #headerImg {
    width: 150px;
    height: auto; }

/* =Menu
-------------------------------------------------------------- */
nav {
  /*color: #252525;
	float: right;
	margin-top: 60px;
	margin-right: 2%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;*/
  float: right;
  margin: 100px 100px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff; }
  nav .menu-header {
    float: right;
    display: block; }

nav a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 2px; }

nav a span:hover {
  border-bottom: 2px #ffffff solid; }

nav span {
  padding: 0 10px;
  padding-bottom: 5px; }

nav ul {
  float: left; }

nav li {
  float: left;
  list-style: none; }

nav ul li.current_page_item > a span,
nav ul li.current-menu-ancestor > a span,
nav ul li.current-menu-item > a span,
nav ul li.current-menu-parent > a span {
  border-bottom: 2px #ffffff solid;
  text-decoration: none; }

/* =Menu End
-------------------------------------------------------------- */
.menuFixed {
  position: fixed !important;
  background: #ffffff !important; }
  .menuFixed nav a {
    color: #000000 !important; }
  .menuFixed nav {
    margin: 25px 100px 25px 0 !important;
    color: #000000 !important; }
  .menuFixed span {
    border-color: #000000 !important; }
  .menuFixed #logo {
    top: 18px; }

#news a {
  text-decoration: none !important; }

#news .newsBox {
  width: 70%;
  padding: 0 15%;
  padding-bottom: 10px;
  margin-bottom: 25px;
  float: left;
  background: url(../img/line.svg) bottom center no-repeat;
  background-size: contain; }

#news .newsDate {
  text-transform: uppercase;
  font-size: 9px;
  line-height: normal;
  letter-spacing: 1px; }

#news .newsImg {
  margin-top: 10px; }
  #news .newsImg img {
    width: 100%;
    height: auto; }

#news .pagnation {
  width: 100%;
  float: left;
  text-align: center; }

#news .newsButtonRight, #news .newsButtonLeft {
  font-size: 9px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #eeeeee;
  padding: 20px 27px 18px 27px;
  font-weight: 700;
  margin: 25px 0 0 0;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

#news .newsButtonRight a, #news .newsButtonLeft a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

#news .newsButtonRight:hover, #news .newsButtonLeft:hover {
  background: #313131; }

#news .newsButtonRight:hover a, #news .newsButtonLeft:hover a {
  color: #ffffff; }

#concerts li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #eeeeee;
  text-align: center;
  min-height: 360px; }

#concerts li:nth-of-type(4n) {
  margin-right: 0; }

#concerts .date {
  padding: 20px;
  border-bottom: 1px solid #eeeeee; }

#concerts .numberTop {
  font-size: 72px;
  font-style: italic;
  line-height: 52px; }

#concerts .concertInfo {
  padding: 20px;
  font-size: 14px;
  line-height: normal;
  min-height: 90px; }

#concerts .button {
  margin: 0; }

.year {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */ }
  .year h3 {
    padding: 20px 20px 15px 20px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .year li, .year ul {
    width: 100%;
    clear: both;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .year li {
    padding: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee; }
  .year .date {
    float: left;
    margin-right: 20px;
    width: 20%;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px; }
  .year .title {
    float: left;
    width: 50%;
    font-size: 16px; }
  .year .concertsButton {
    background: #313131;
    font-size: 9px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    display: inline-block;
    float: right; }
  .year .accordion {
    background-color: #eeeeee;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s; }
  .year .active, .year .accordion:hover {
    background-color: #d9d9d9; }
  .year .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }
  .year .accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px; }
  .year .active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */ }

#newsletter {
  padding: 20px 30px;
  background: #f7f7f7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-bottom: 60px;
  font-size: 14px;
  float: left;
  width: 100%;
  /*#social{
        float: right;
        width:100%;
        
        div{
            float: left;
            margin-right: 0px;
            height: 45px;
            line-height: 45px;
        }
        
        iframe{

            width: 130px !important;
             margin-left: 10px;
            float: right;
            height: 40px;
            display: block;

        }
        
        a{

            margin-left: 5px;
            float: right;
            width: 38px;
            height: 38px;
            display: block;
            
            img{
                width: 100%;
                height: auto;
            }
        }
    }*/
  /*#mc_embed_signup{
        float: left;
        width:54%;
        display: block;
        height: 100%;
        height: 45px;
        line-height: 45px;
    }*/ }
  #newsletter #social {
    float: left;
    clear: both;
    padding-top: 20px;
    width: 100%;
    background: url(../img/line.svg) top center no-repeat;
    background-size: contain;
    text-align: center; }
    #newsletter #social a {
      width: 38px;
      height: 38px; }
      #newsletter #social a img {
        width: 100%;
        height: auto; }
    #newsletter #social #MusicPatron {
      width: 100px;
      position: relative;
      height: 38px; }
      #newsletter #social #MusicPatron img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        /* Ensure the image scales properly */
        max-height: 100%;
        /* Ensure the image scales properly */ }
    #newsletter #social iframe {
      width: 130px !important; }
  #newsletter #social a, #newsletter #social div, #newsletter #social iframe {
    float: none;
    display: inline-block;
    top: 0;
    margin-left: 0;
    margin: 0 5px;
    vertical-align: top; }
  #newsletter #mc_embed_signup {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    line-height: 45px; }
  #newsletter label {
    margin-right: 20px;
    float: left; }
  #newsletter .email {
    max-width: 200px;
    width: 100%; }
  #newsletter input {
    padding: 5px;
    margin-right: 20px;
    border: 0;
    height: 16px;
    line-height: 16px; }
  #newsletter input, #newsletter label {
    float: none;
    display: inline-block;
    top: 0;
    margin-left: 0;
    margin: 0 10px;
    vertical-align: top; }
  #newsletter input {
    margin-top: 5px; }
  #newsletter .subButton {
    background: #313131;
    font-size: 9px;
    height: 25px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    display: inline-block; }

#quote {
  font-size: 22px;
  line-height: normal;
  text-align: center;
  font-style: italic;
  width: 80%;
  padding: 0 10%; }
  #quote p {
    float: none; }
  #quote #quoteCredit {
    font-size: 16px;
    width: 50%;
    margin: 25px auto;
    padding-top: 25px;
    background: url(../img/line.svg) top center no-repeat; }

.wpcf7 p {
  text-align: center;
  margin-bottom: 5px; }

.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #eeeeee;
  padding: 5px;
  max-width: 300px;
  width: 100%; }

.wpcf7 .sendButton input {
  width: auto;
  font-size: 9px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #eeeeee;
  padding: 20px 27px 18px 27px;
  font-weight: 700;
  margin: 25px 0 0 0;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer; }

.wpcf7 .sendButton input:hover {
  background: #313131;
  color: #ffffff; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 0px solid #f7e700;
  text-align: center;
  font-size: 12px; }

div.wpcf7-mail-sent-ok .wpcf7-response-output .wpcf7-display-none wpcf7-mail-sent-ok {
  border: 0px solid #f7e700;
  text-align: center;
  font-size: 12px; }

@media only screen and (max-width: 980px) {
  #mobileNavBtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    top: 12px;
    background: url(../img/menu.svg) no-repeat center center; }
  #logo {
    position: inherit;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0 10px;
    background: #ffffff; }
  .menu-header {
    width: 100%;
    float: none; }
  nav a {
    padding-bottom: 20px; }
  nav, .menuFixed nav {
    width: 100%;
    margin: 0 !important;
    text-align: center;
    float: left;
    clear: both; }
  nav li, nav ul {
    width: 100%;
    clear: both;
    background: #ffffff; }
  #myHeader {
    padding-bottom: 20px; }
    #myHeader img {
      opacity: 0; }
  .menuFixed {
    background: none !important; }
  #navHolder {
    overflow: hidden; }
  #concerts li {
    width: 31%;
    margin-right: 2.33%; }
  #concerts li:nth-of-type(4n) {
    margin-right: 0;
    display: none; }
  #newsletter #mc_embed_signup {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center; }
  #newsletter .email {
    max-width: 130px; }
  #newsletter input, #newsletter label {
    float: none;
    display: inline-block;
    top: 0;
    margin-left: 0;
    margin: 0 10px;
    vertical-align: top; }
  #newsletter input {
    margin-top: 5px; }
  #newsletter #social {
    float: left;
    clear: both;
    padding-top: 20px;
    width: 100%;
    background: url(../img/line.svg) top center no-repeat;
    background-size: contain;
    text-align: center; }
  #newsletter #social a, #newsletter #social div, #newsletter #social iframe {
    float: none;
    display: inline-block;
    top: 0;
    margin-left: 0;
    margin: 0 5px;
    vertical-align: top; }
  #newsletter #MusicPatron a {
    width: 200px !important;
    background: red; } }

@media only screen and (max-width: 375px) {
  #video-bg {
    display: none; }
  #highlightImage #highlightTitle h1 {
    font-size: 50px; }
  #concerts li {
    width: 70%;
    margin: 0 15% 20px 15%;
    min-height: inherit; }
  #concerts .concertInfo {
    min-height: inherit; }
  #concerts li:nth-of-type(3n) {
    margin-bottom: 0; }
  #newsletter #social {
    margin-bottom: 20px; }
  .year .title, .year .date {
    line-height: 20px; }
  .year .title {
    width: 40%;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 15px; }
  .year .concertsButton {
    margin-bottom: 20px; }
  #newsletter #social a {
    width: 20px;
    height: 20px;
    margin-top: 10px; } }

.visibleClass {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  opacity: 1 !important;
  right: 0  !important; }

.preload * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important; }
