/* =============================================================================
   RESETS & DEFAULTS
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, section, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
label { cursor: pointer; }
body { line-height: 1; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #dadada; margin: 1em 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; border-spacing: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after, .clear { clear: both; }
.clearfix { *zoom: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
html, body, button, input, select, textarea, th, td { -webkit-font-smoothing: antialiased; }


/* =============================================================================
   LINKS
   ========================================================================== */

a {
    background-color: transparent;
    text-decoration: none;
    color: #a3d39c;
}
a:hover, a:active, a:focus { color: #b7e7b0; }
a:active, a:hover { outline: 0; }

/* =============================================================================
   TRANSITIONS
   ========================================================================== */

a, a img, button, input, textarea, .faq dt {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

/* =============================================================================
   TYPOGRAPHY
   ========================================================================== */

html, body, button, input, select, textarea, th, td, .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 Georgia, serif;
	color: #111;
}

p, h2, h3, h4, h5, h6 {
    margin: 0 0 30px 0;
    line-height: 1.3;
}

h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    margin: 0 0 50px 0;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position:relative;
    width: 100%;
}
section h1:after {
    background: #111;
    content:'';
    position:absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 80px;
    height: 1px;
}
section#intro h1 {
    font: normal 36px Georgia, serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: normal;
}
.page-template-template-faqs section#intro h1 { margin-bottom: 20px; }
section#bands h1 {
    background: rgba(52,35,74,0.8);
    color: #fff;
    padding: 25px;
    margin: 0;
}
#consultants h1, #reviews h1 {
    color: #fff;
    margin-bottom: 70px;
}
section#consultants h1:after, #reviews h1:after { background: #fff; }
#consultants h2 {
    font-size: 24px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
#consultants h3 {
    font-size: 18px;
    font-style: italic;
}
section#band-intro h1 { font-size: 40px; }
section#band-intro h1:after { display: none; }

h2 {
    font-size: 18px;
    font-weight: normal;
}
#song-list li h2 {
    background: #34234a;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    margin: 0 0 50px 0;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    padding: 20px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}

h5 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

h6 {
    font-size: 11px;
    font-weight: normal;
}

b, strong { font-weight: 700; }
abbr[title] { border-bottom: 1px dotted; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   LISTS & BLOCKQUOTES
   ========================================================================== */

ul, ul ul, ol, ol ol, ul ol, ol ul {
    margin: 20px 20px 20px 20px;
    padding: 0 0 0 20px;
}
ul li, ol li { margin: 0 0 10px 0; }

dl { margin: 1em 0; }
dd { margin: 0 0 0 40px; }

blockquote { margin: 1em 40px; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* =============================================================================
   BASE
   ========================================================================== */

body, html, #page-background, #overlay-1, #overlay-2 {
    width: 100%;
    height: 100%;
}

body, #site-overlay { background: #111; }

#site-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
}

#page-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    background-repeat: repeat;
    position: fixed;
    z-index: 1;
    opacity: 0.3;
}
#overlay-1 {
    background: url(../img/pattern.png);
    display: block;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
#overlay-2 {
    background: url(../img/gradient.png);
    display: block;
    background-position: left bottom;
    background-repeat: repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.mobile-show { display: none !important; }
.mobile-hide { display: inherit !important; }

/* =============================================================================
   HEADER
   ========================================================================== */

header#main {
    position: relative;
    z-index: 99;
}

#logo {
    position: absolute;
    top: 30px;
    left: 50px;
}
#logo img {
    height: 60px;
    width: 60px;
}
#logo a:hover img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

ul#primary-nav {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
}
ul#primary-nav, ul#primary-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#primary-nav li { display: inline; }
#primary-nav a {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    margin-left: -4px;
    padding: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    opacity: 0.9;
    position: relative;
}
#primary-nav a:before {
    background-color: rgba(255,255,255,0.3);
    content: "";
    position: absolute;
    width: 50%;
    margin: 0 auto;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#primary-nav a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#primary-nav a:hover { opacity: 1.0; }


/* =============================================================================
   PAGE
   ========================================================================== */

section#intro, section#band-intro {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 130px 20px 50px 20px;
    max-width: 680px;
    text-align: center;
    position: relative;
    z-index: 91;
}
.page-template-template-faqs section#intro { padding: 130px 20px 100px 20px; }
section#intro h1:after, section#bands h1:after { display: none; }
section#intro p { margin: 0; }

#page-container {
    max-width: 1280px;
    margin: 0 auto;
}

section {
    padding: 85px 40px 65px 40px;
    position: relative;
    z-index: 92;
    line-height: 1.5;
}
.section-copy {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}

section#bands { padding: 0; }
.band-boxes-row {
    display: flex;
    overflow: hidden;
}
.band {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 320px;
    padding: 1px;
    flex: 1;
    vertical-align: bottom;
    color: #fff;
}
.band-name {
    background: rgba(0,0,0,0.7);
    margin: 1;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.band-name, .band-bottom .button a, .band-bottom .set-time {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
}
.band-name a { color: #ededed; }
.band-name a:hover { color: #fff; }
.band-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.band-info {
    display: table;
    width: 100%;
}
.band-bottom .button, .band-bottom .set-time {
    display: table-cell;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
}
.band-bottom .button { margin: 0; padding: 0; }
.band-bottom .button a {
    background: rgba(52,35,74,0.8);
    font-style: normal;
    border-radius: 0;
    width: 99%;
    padding: 0;
}
.band-bottom .button a:hover { background: rgba(85,60,120,0.9); }
.band-bottom .button a, .set-time { font-size: 14px; }
.set-time span {
    background: rgba(0,0,0,0.7);
    display: block;
    padding: 10px;
}
.band-bottom .button a, .set-time span {
    padding: 15px;
    margin: 1px 1px 1px 0;
    line-height: 1;
}

section#welcome { }
section#reserve { }

#consultants { color: #cabeda; }

#consultants-content {
    display: table;
    width: 100%;
}
.consultants-col {
    display: table-cell;
    width: 25%;
    padding: 0 20px;
    vertical-align: top;
}
.consultant-pic { text-align: center; }
.consultant-pic img {
    border-radius: 50%;
    margin-bottom: 40px;
}
.consultant-bio { }

section#song-list { background: #fff; }
.songs {
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}
.songs td {
    padding: 15px 20px;
    width: 50%;
}
.songs thead td {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
}
.songs tr:nth-child(odd) { background: #f3f3f3; }
.songs tr:nth-child(even) { background: #fff; }
.song { text-align: right; }
.artist { text-align: left; }

section#reviews { background: #34234a; }
.review {
    text-align: center;
    color: #e7dff1;
}
.review-contents {
    max-width: 80%;
    margin: 0 auto;
}
.review-title {
    font-size: 30px;
    font-style: italic;
    font-family: Georgia, serif;
    color: #fff;
}
.review-quote { font-size: 18px; }
.review-title, .review-quote, .review-source { margin-bottom: 30px; }
.review-name, .review-source {
    font-family: 'Dosis', sans-serif;
}
.review-name {
    font-size: 18px;
    margin-bottom: 5px;
}
.review-source {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =============================================================================
    FAQS
    ========================================================================== */

.faqs-container { margin: 0 0 100px 0; }

.faqs-container h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    margin: 0 0 50px 0;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position:relative;
    width: 100%;
}

.faq {
    border-bottom: 1px solid #ededed;
    margin: 0;
}
.faq dt, .faq dd {
    text-align: left;
    display: block;
    position: relative;
}
.faq dt:before, .faq dt.expanded:before {
    font-family: Font Awesome\ 5 Free; /* FontAwesome */
    color: #a3d39c;
    font-size: 20px;
    position: absolute;
    top: 26px;
    right: 0;
    font-style: normal;
}
.faq dt:before { content: "\f078"; font-weight: 900; } /* f078 */
.faq dt.expanded:before { content: "\f077"; font-weight: 900; }

.faq dt {
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 30px 50px;
    font-size: 16px;
    color: #8bbc84;
    font-style: italic;
    /*
    color: #ab936a;
    font-size: 22px;
    */
}
.faq dt:hover { opacity: 0.8; }
.faq .expanded { }
.faq dd {
    margin: 0 0 10px 0;
    padding: 0 40px 20px 20px;
    font-size: 14px;
}
.faq dd p { margin: 0 0 20px 0; }


/* =============================================================================
   FOOTER
   ========================================================================== */

footer {
    background: #d0d0d0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    position: relative;
    z-index: 93;
}
footer p { line-height: 1.4; }
footer a img {
    -webkit-filter: brightness(101%);
    filter: brightness(101%);
}
footer a:hover img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
footer a { color: #111; }
footer a:hover { color: #333; }
#copyright { padding: 55px 55px 25px 55px; }


/* =============================================================================
   BUTTONS
   ========================================================================== */

.button, button, .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    margin-bottom: 40px;
    line-height: 1;
}
#consultants .button { margin-bottom: 10px; }
.button a i { margin-left: 5px; }
.button a, button, .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit]  {
    background: #111;
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    padding: 15px 40px;
    border: none;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    outline: none;
    text-transform: lowercase;
}
.button a:hover, button:hover, .field-wrap button:hover, .field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover { background: #333; }
#consultants .button a, #band-intro button {
    background: #eaeaea;
    color: #34234a;
}
#consultants .button a:hover, #band-intro button:hover {
    background: #fff;
    color: #462f63;
}
.click-more { margin-top: 20px; }

/* =============================================================================
   IMAGES
   ========================================================================== */

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photo-left {
	margin: 0 20px 20px 0;
	float: left;
}
.photo-right {
	margin: 0 0 20px 20px;
	float: right;
}
.photo-center {
	margin: 0 0 20px 0;
	text-align: center;
}
.photo-left img, .photo-right img, .photo-center img {
	background: #fff;
	border: 1px solid #dadada;
	padding: 6px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =============================================================================
   FORMS
   ========================================================================== */

.nf-form-cont { margin-bottom: 60px; }
.nf-form-title { display: none; }
.nf-form-fields-required { display: none; }
.nf-form-cont input, .nf-form-cont textarea {
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 2px;
    padding: 12px;
}
.nf-field-label label, .nf-error-msg, .ninja-forms-req-symbol {
    font-family: 'Dosis', sans-serif !important;
    font-weight: 500 !important;
    font-weight: 500 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    font-size: 15px;
}
.nf-error-msg, .ninja-forms-req-symbol { }
.nf-error .ninja-forms-field { border: 1px dashed #bd4700 !important; }
.nf-response-msg {
    background: rgba(255,255,255,0.3);
    padding: 50px;
    border-radius: 8px;
}

button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    resize: vertical;
    overflow: auto;
}
optgroup { font-weight: bold; }
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/* =============================================================================
   MOBILE-RESPONSIVE
   ========================================================================== */

@media (min-width: 0px) and (max-width: 1024px) {

    .mobile-show { display: inherit !important; }
    .mobile-hide { display: none !important; }

    #header-container {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        height: 80px;
        width: 100%;
    }
    header#mobile { }
    .overlay {
        background-color: #111;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        overflow: hidden;
        line-height: 1;
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s, visibility 0s 1s,
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        display: table;
    }
    .overlay.opened {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s, visibility 0s 1s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    #overlay-logo {
        position: fixed;
        z-index: 101;
        top: 40px;
        left: 50%;
        width: 100%;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    #overlay-logo img {
        width: 60px;
        height: 60px;
    }

    .overlay-content {
        position: relative;
        /*top: 100px;*/
        display: table-cell;
            width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        list-style: none;
    }

    .closebtn, .openbtn {
        position: fixed;
        cursor: pointer;
        z-index: 89;
    }
    .overlay.opened .closebtn, .openbtn {
        top: 22px;
        left: 22px;
    }
    .closebtn {
        top: 42px;
        left: 42px;
    }
    .openbtn img, .overlay.opened .closebtn img  {
        height: 34px;
        width: 34px;
    }
    .closebtn img {
        height: 0;
        width: 0;
    }

    .hide { display: none; }

    ul#mobile-nav, ul#mobile-nav li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #mobile-nav a {
        font-family: 'Dosis', sans-serif;
        font-size: 24px;
        letter-spacing: 5px;
        margin-left: -4px;
        padding: 30px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        opacity: 0.8;
        position: relative;
    }
    #mobile-nav a:hover { opacity: 1.0; }

    section p, .faq dt { line-height: 1.7; font-size: 18px; }

    .band-boxes-row, #consultants-content, .consultants-col {
        display: block;
        width: 100%;
    }
    .consultants-col {
        margin-bottom: 140px;
    }
    #consultants .button {
        margin-bottom: 25px;
    }

    .band { min-height: 480px; }

    section#intro, section#band-intro { margin-top: 10px; }
    section { padding: 60px 20px; }

    .consultants-col {
        padding: 0;
        text-align: center;
    }
    .consultant-pic {
        max-width: 80%;
        margin: 40px auto 0 auto;
    }

    /*.songs { width: 100%; }*/
    .songs td { font-size: 14px; }

    .bx-wrapper .bx-prev { left: -20px !important; }
    .bx-wrapper .bx-next { right: -5px !important; }
    .bx-wrapper .bx-controls-direction a { font-size: 40px !important; }

    footer { position: relative; }
    #top {
        width: 100%;
        position: absolute;
        text-align: center;
        top: -40px;
    }
    #top img {
        width: 78px;
        height: 78px;
    }
    #copyright { padding: 80px 55px 25px 55px;}

}
@media (min-width: 0px) and (max-width: 768px) {


}
@media (min-width: 0px) and (max-width: 480px) {


}


/* ==========================================================================
   PRINT STYLES
   ========================================================================== */

@media print {
    *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
    pre,blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }

}