/******************************************************************
Theme Name: Bluesfest Touring 2020
Author: Made in the Pile
Author URI: https://madeinthepile.com/
Version: 4.86
******************************************************************/
@font-face {
    font-family: "LHFGloria";
    src: url("assets/fonts/LHFGloria.eot");
    /* IE9 Compat Modes */
    src: url("assets/fonts/LHFGloria.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/LHFGloria.woff") format("woff"),
        url("assets/fonts/LHFGloria.ttf") format("truetype"),
        url("assets/fonts/LHFGloria.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

/*********************
GENERAL STYLES
*********************/
body {
    color: #000;
    background-color: #000;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
    font-size: 18px;
}

body.home {
    background: #fff;
}

.border {
    border: 1px solid #f7f7f7;
}

.transition {
    transition: background 0.2s ease, padding 0.8s linear;
}

body,
html {
    height: 100%;
}

.off-canvas-wrapper-inner {
    background: #fff;
}

table {
    margin-top: 20px;
}

table td {
    vertical-align: top;
}

table th {
    text-align: left;
}

hr {
    margin: 2rem 0;
}

/*********************
LINK STYLES
*********************/
a {
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    color: #000;
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "LHFGloria", sans-serif;
    letter-spacing: 0.05rem;
    color: #fff;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    line-height: 0.75em;
    font-weight: normal;
    letter-spacing: 0.125rem;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 3.1rem;
    margin-top: 0;
}

@media (min-width: 64em) {
    h1 {
        font-size: 4rem;
    }
}

h2 {
    font-size: 2.8rem;
}

@media (min-width: 64em) {
    h2 {
        font-size: 4rem;
    }
}

h2 strong {
    color: #fff;
}

h3 {
    font-size: 3rem;
    color: #fff;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
    padding: 50px 0;
    margin: 0;
}

@media (min-width: 64em) {
    #main {
        padding: 80px 0;
    }
}

body.home #main {
    padding: 0;
}

#main p {
    line-height: 1.8;
}

#main li,
#main p {
    font-size: 1.3rem;
}

#content {
    padding: 0;
}

#content p {
    line-height: 1.8;
}

#content td,
#content li,
#content p {
    font-size: 1rem;
    color: #fff;
}

#content .entry-content {
    padding-bottom: 50px;
}

#content .entry-content h2:first-child,
#content .entry-content h3:first-child,
#content .entry-content h4:first-child,
#content .entry-content h5:first-child,
#content .entry-content h6:first-child {
    margin-top: 0;
}

.byline {
    color: #999;
}

/* entry content */
pre,
blockquote {
    border-left: 1px solid #816e2c;
}

pre p,
blockquote p {
    color: #000;
}

.entry-content {
    padding-top: 0;
    overflow: hidden;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.entry-content object,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #f7f7f7;
    border: 1px solid #cecece;
    padding: 10px;
}

/* end .entry-content */
.wp-caption {
    max-width: 100%;
    background: #f7f7f7;
    padding: 5px;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.button,
a.button {
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    font-size: 1.1rem;
    position: relative;
    font-weight: bold;
    border: 0;
}

.button:after,
a.button:after {
    display: inline-block;
    position: absolute;
    right: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button:hover:after,
a.button:hover:after {
    background-color: #816e2c;
}

.button:before,
a.button:before {
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.button:hover:before,
a.button:hover:before {
    background-color: #816e2c;
}

.button:focus,
.button:hover,
a.button:focus,
a.button:hover {
    background-color: #816e2c;
    color: #fff;
    outline: none;
}

.button:focus:after,
.button:focus:before,
.button:hover:after,
.button:hover:before,
a.button:focus:after,
a.button:focus:before,
a.button:hover:after,
a.button:hover:before {
    background-color: #816e2c;
}

.button.jumbo,
a.button.jumbo {
    font-size: 1.2rem;
    padding: 15px 30px;
}

a.button-alt {
    background-color: #816e2c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 !important;
}

a.button-alt:after,
a.button-alt:before {
    background-color: #816e2c;
}

a.button-alt:hover {
    background-color: #816e2c;
    color: #fff;
}

a.button-alt:hover:after,
a.button-alt:hover:before {
    background-color: #816e2c;
}

#breadcrumbs,
#crumbs {
    margin: 0 0 30px;
    font-size: 0.85rem;
}

#breadcrumbs a,
#crumbs a {
    color: #000;
}

#breadcrumbs a:hover,
#crumbs a:hover {
    color: #816e2c;
}

#breadcrumbs span.separator,
#crumbs span.separator {
    font-weight: 700;
    color: #999;
    margin: 0 5px;
    display: inline-block;
}

#content .post-container {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

#main .gfield_checkbox li input {
    margin: 5px 0 0;
    padding: 0;
}

#main .gfield_checkbox li label {
    font-size: 0.85rem;
}

#content .pagination {
    text-align: center;
}

#content .pagination a {
    display: inline-block;
    float: none;
}

#content .pagination li a {
    color: #816e2c;
    line-height: inherit;
    border: 1px solid #ccc;
}

#content .pagination li {
    display: inline-block;
    float: none;
}

.pagination span {
    display: inline-block;
    float: none;
    margin: 0 10px;
}

.pagination span.current {
    background-color: #816e2c;
    margin: 0;
}

.pagination a:hover {
    color: black;
}

.button-group li:first-child {
    margin-right: 10px;
}

.inline-list {
    margin: 1rem 0 1.0625rem;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.inline-list > li {
    list-style: none;
    float: none;
    margin-left: 10px;
    display: inline-block;
}

.inline-list > li:first-child {
    margin-left: 0 !important;
}

.inline-list > li > * {
    display: inline-block;
}

#main ul.arrow-list {
    list-style: none;
}

#content ul.large-list {
    list-style: none;
    position: relative;
    margin: 0;
    font-family: "LHFGloria", sans-serif;
    letter-spacing: 0.05rem;
}

#content ul.large-list li {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1.5;
}

#content ul.large-list li a {
    border-bottom: 2px solid #816e2c;
}

@media (min-width: 40em) {
    img.alignright {
        float: right;
        margin: 0 0 30px 30px;
    }
    img.alignleft {
        float: left;
        margin: 0 30px 30px 0;
    }
    img.aligncenter {
        margin: 0 auto 20px;
        display: block;
    }
}

@media (min-width: 64em) {
    ul.split-list {
        margin: 0;
        padding: 0;
    }
    ul.split-list li {
        list-style: none;
    }
    ul.split-list .sub-list {
        float: left;
        width: 30%;
    }
}

#main ol {
    list-style: number;
}

#main ol li {
    margin-left: 20px;
    margin-bottom: 0.5rem;
}

.gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.gallery.gallery-columns-3 .gallery-item {
    flex: 0 1 32%;
}

.gallery .gallery-item {
    flex: 0 1 30%;
    margin-bottom: 20px;
}

.gallery .gallery-item img {
    width: 102%;
}

.gallery br {
    display: none;
}

.row-expanded.collapse > .column,
.row-expanded.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.primary {
    color: #816e2c;
}

.secondary {
    color: #000;
}

.tertiary {
    color: #816e2c;
}

#main table tbody,
#main table tfoot,
#main table thead {
    border: 0;
    background: transparent;
}

.fadein {
    opacity: 0;
}

.loaded .fadein {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="password"],
input[type="text"] {
    box-sizing: border-box !important;
}

.accordion-panel .accordion-title {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
    padding-right: 30px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px !important;
    border: 1px solid #ccc;
}

.accordion-panel .accordion-title:before {
    color: #816e2c;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    font-size: 2rem;
}

.accordion-panel .accordion-title:focus,
.accordion-panel .accordion-title:hover,
.accordion-panel .is-acive .accordion-title {
    color: #fff;
    background: #816e2c;
}

.accordion-panel .accordion-title:focus:before,
.accordion-panel .accordion-title:hover:before,
.accordion-panel .is-acive .accordion-title:before {
    color: #fff;
}

.accordion-panel .accordion-content {
    color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px !important;
    margin-bottom: 10px;
    border: 0;
}

.layout-panel {
    padding: 40px 0 40px;
    margin: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 64em) {
    .layout-panel {
        padding: 100px 0;
    }
}

@media (min-width: 64em) {
    .layout-panel.half-bg-grey {
        background: #ffffff;
        background: -moz-linear-gradient(
            left,
            #ffffff 0%,
            #ffffff 30%,
            #f4f4f4 30%,
            #f4f4f4 100%
        );
        background: -webkit-linear-gradient(
            left,
            #ffffff 0%,
            #ffffff 30%,
            #f4f4f4 30%,
            #f4f4f4 100%
        );
        background: linear-gradient(
            to right,
            #ffffff 0%,
            #ffffff 30%,
            #f4f4f4 30%,
            #f4f4f4 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
    }
}

@media (min-width: 64em) {
    .layout-panel .inner {
        padding-bottom: 30px;
    }
}

.layout-panel.sub-product {
    padding-top: 0;
}

.layout-panel .cell {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.layout-panel .cell > h1,
.layout-panel .cell > h2,
.layout-panel .cell > h3,
.layout-panel .cell > h4,
.layout-panel .cell > h5,
.layout-panel .cell > h6 {
    margin-top: 0;
}

.layout-panel .cell > h2:after {
    content: "";
    width: 80px;
    height: 2px;
    margin: 0;
    background: #816e2c;
    display: block;
    position: relative;
    margin: 15px 0;
}

.layout-panel .cell.extrapad .inner {
    padding: 30px 0;
}

.layout-panel .cell.img .inner {
    min-height: 400px;
}

.layout-panel .section-head h2 {
    text-align: center;
    text-transform: uppercase;
    color: #816e2c;
    margin: 0;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
}

.layout-panel .section-head h2:after {
    content: "";
    width: 80px;
    height: 2px;
    margin: 0;
    background: #816e2c;
    display: block;
    position: relative;
    margin: 15px auto;
}

.layout-panel .section-head h3 {
    letter-spacing: 0.1rem;
    text-align: center;
}

@media (min-width: 64em) {
    .layout-panel .section-head h3 {
        font-size: 3rem;
        font-weight: normal;
        margin: 10px auto 50px;
        max-width: 930px;
    }
}

.layout-panel .section-head h4 {
    color: #777;
    text-align: center;
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.layout-panel .fluid {
    max-width: 120rem;
}

.layout-panel.alt-bg {
    background-color: #816e2c;
}

.layout-panel.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.layout-panel.no-top {
    margin-top: 0;
    padding-top: 0;
}

.layout-panel.no-pad {
    padding: 0;
}

.layout-panel.no-margin {
    margin: 0;
}

.layout-panel.primarybg {
    background-color: #816e2c;
    color: #fff;
}

.layout-panel.primarybg a.button,
.layout-panel.primarybg p,
.layout-panel.primarybg a,
.layout-panel.primarybg h2,
.layout-panel.primarybg h3,
.layout-panel.primarybg h4,
.layout-panel.primarybg h5 {
    color: #fff;
}

.layout-panel.lightbg {
    background-color: #fff;
}

.layout-panel.greybg {
    background-color: #f7f7f7;
}

.layout-panel.extrapad .cell {
    padding: 30px;
}

.layout-panel .cell > h2:first-child {
    margin-top: 0;
}

.layout-panel .cell.extrapad {
    padding: 50px 50px;
}

.layout-panel.shortrow {
    max-width: 50rem;
    margin-bottom: 30px;
}

.layout-panel.shortrow h2 {
    margin-top: 10px;
}

.layout-panel.shortrow img {
    max-height: 250px;
}

.layout-panel.grid-panel a {
    display: block;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 280px;
    padding-top: 235px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}

.layout-panel.grid-panel a:hover {
    opacity: 0.8;
}

.layout-panel.grid-panel p {
    color: #fff;
}

.layout-panel.grid-panel h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    display: block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 3px solid #816e2c;
}

.post h3 {
    margin: 0 0 30px;
    font-size: 1.8rem;
}

#archive-wrapper .post {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.post .post-image {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.post .post-image img {
    width: 100%;
}

.post .post-title {
    margin-bottom: 30px;
}

.post .post-title h2 {
    margin: 0;
}

.room-wrapper .post .post-title h2 {
    margin-bottom: 10px;
}

.post .post-details {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: -50px auto;
    position: relative;
    padding: 30px;
    text-align: center;
}

#single-post {
    margin-bottom: 50px;
}

#single-post h3 {
    color: #816e2c;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#single-post #gallery {
    margin-bottom: 50px;
}

#single-post .post-desc {
    margin: 30px 0;
}

#single-post .post-image {
    margin-bottom: 50px;
    text-align: left;
}

/*********************
SIDEBARS & ASIDES
*********************/
#wrapper .sidebar .widget {
    margin-bottom: 10px;
}

#wrapper .sidebar .widget h4,
#wrapper .sidebar .widget h4.widgettitle {
    color: #816e2c;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    margin-top: 0;
}

#wrapper .sidebar .widget .button {
    margin-bottom: 0;
}

#wrapper .sidebar .gform_widget {
    padding: 0;
}

#wrapper .sidebar .gform_widget .enquiry-form .button {
    background: #000;
}

#wrapper .sidebar .gform_widget .enquiry-form .button:hover {
    background: #816e2c;
}

#wrapper .sidebar ul.menu {
    margin: 0;
    padding: 0;
}

#wrapper .sidebar ul.menu li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 5px;
    margin-bottom: 5px;
}

#wrapper .sidebar ul.menu li a {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    color: #816e2c;
}

#wrapper .sidebar ul.menu li a:hover {
    color: #000;
}

#wrapper .sidebar li,
#wrapper .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wrapper .sidebar li a {
    color: #333;
}

#wrapper .sidebar li a:hover {
    color: #816e2c;
}

#wrapper .sidebar .widget_recent_entries li {
    font-size: 0.9rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
}

#wrapper .sidebar .widget_search {
    padding: 20px 0;
}

#wrapper .sidebar .widget_search .screen-reader-text {
    display: none;
}

#wrapper .sidebar .widget_search input,
#wrapper .sidebar .widget_search label {
    display: inline-block;
}

#wrapper .sidebar .widget_search label {
    width: 60%;
}

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
    background: #fff;
}

/*********************
Gravity STYLES
*********************/
.subscribe-form label {
    font-family: "LHFGloria", sans-serif !important;
    color: white !important;
    font-size: 24px !important;
    display: block !important;
    height: 25px !important;
    width: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.ginput_container_checkbox {
    padding-left: 15px;
    padding-right: 15px;
}

.subscribe-form ul {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.subscribe-form ul li {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.subscribe-form ul li label {
    padding-left: 15px !important;
}

.gform_wrapper {
    margin: 0;
    width: 100% !important;
}

.gform_wrapper .gform_body {
    width: 100%;
}

.gform_wrapper ul.gform_fields {
    list-style: none outside none;
    margin: 0;
    padding: 15px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gform_wrapper li.gfield {
    margin: 0 0 5px;
    background-image: none;
    padding: 0;
    flex: 0 0 100%;
}

.gform_wrapper li.gfield.gf_left_half,
.gform_wrapper li.gfield.gf_right_half {
    flex: 0 0 49%;
}

.gform_wrapper li.gfield.gform_validation_container {
    display: none;
}

.gform_wrapper li:before {
    content: none !important;
}

.gform_wrapper div.validation_error {
    color: red !important;
    font-size: 0.75em !important;
    font-weight: normal !important;
    line-height: 1 !important;
    margin: 0 0 5px 0 !important;
    border-color: red !important;
    padding: 15px;
    text-align: center;
}

.gform_wrapper li.gfield_error {
    padding: 0 !important;
    max-width: 100% !important;
}

.gform_wrapper li.gfield_error input.medium {
    border: 1px solid red !important;
}

.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    div.ginput_container,
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    label.gfield_label {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.gform_wrapper .gfield_description {
    padding: 0 !important;
    margin: -15px 0 15px 0 !important;
    color: #777;
}

.gform_wrapper .validation_message {
    display: none;
}

.gform_wrapper .gform_confirmation_wrapper {
    background: #fff;
    padding: 20px;
    min-height: 340px;
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.gform_wrapper .large,
.gform_wrapper .medium,
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea {
    font-size: 1rem;
    color: #000;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    box-shadow: none;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    height: auto;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 !important;
}

.gform_wrapper .gform_heading {
    font-size: 1rem;
}

.gform_wrapper .textarea {
    height: 220px !important;
    padding: 10px !important;
}

.gform_wrapper .gform_page_footer {
    border: 0 !important;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
    text-align: left;
    padding: 5px 15px 20px;
    width: 100%;
    text-align: center;
}

.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_page_footer .button {
    margin: 0;
    position: relative;
    font-size: 1rem;
    line-height: 1;
    border: 0;
    padding: 15px 35px;
    margin: 0;
    width: 100%;
    background: #000;
    color: #fff;
}

@media (min-width: 64em) {
    .gform_wrapper .gform_footer .button,
    .gform_wrapper .gform_page_footer .button {
        font-size: 1.5rem;
    }
}

.gform_wrapper .gform_footer .button:hover,
.gform_wrapper .gform_page_footer .button:hover {
    background: #816e2c;
    color: #fff;
}

.gform_wrapper label {
    font-size: 1rem;
    color: #000;
    font-weight: normal;
}

.gform_wrapper li.hidden_label label {
    display: none;
}

.gform_wrapper span.gfield_required {
    display: none;
}

.gform_wrapper h3.gform_title {
    color: #816e2c;
    text-transform: none;
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    margin: 0 0 30px;
}

.gform_wrapper .gform_button {
    text-align: center;
    padding: 15px 30px;
}

.gform_wrapper img.gform_ajax_spinner {
    display: none !important;
}

.gform_wrapper body ul li.field_description_below div.ginput_container_radio,
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 5px;
    margin-bottom: 0;
}

.gform_wrapper
    body
    ul
    li.field_description_below
    div.ginput_container_radio
    input,
.gform_wrapper
    ul
    li.field_description_below
    div.ginput_container_checkbox
    input {
    margin: 0;
}

.gform_wrapper ::-webkit-input-placeholder {
    color: #000;
}

.gform_wrapper ::-moz-placeholder {
    color: #000;
}

.gform_wrapper ::-ms-input-placeholder {
    color: #000;
}

.gform_wrapper ::placeholder {
    color: #000;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
    /* number of comments span */
}

#respond ul {
    margin-left: 0;
}

.commentlist {
    /* general comment classes */
    /* vcard */
    /* end .commentlist .vcard */
    /* comment meta */
    /* comment content */
    /* end .commentlist .comment_content */
    /* comment reply link */
    /* end .commentlist .comment-reply-link */
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}

.commentlist li[class*="depth-"] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7;
}

.commentlist li.depth-3 {
    background: #dadada;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    transition: background-color 400ms ease-out;
    float: right;
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    background-color: #007095;
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    color: #fff;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
}

.respond-form form input[type="text"]:focus,
.respond-form form input[type="email"]:focus,
.respond-form form input[type="url"]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type="text"]:invalid,
.respond-form form input[type="email"]:invalid,
.respond-form form input[type="url"]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
    margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
    margin: 0 20px 1.1em;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #816e2c;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

/*********************
HEADER STYLES
*********************/
#header {
    background-color: #fff;
}

@media (min-width: 64em) {
    body.home #header {
        height: 266px;
    }
}

.is-stuck #header-social {
    display: none;
}

#header-social {
    text-align: center;
    pointer-events: all;
}

#header-social ul {
    margin: 0 0 0 -100px;
}

.social-widget {
    text-align: center;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

body.single-artist .social-widget {
    text-align: left;
}

.social-widget ul li a {
    color: #fff;
}

.social-widget ul li a span {
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
}

.social-widget ul li a .facebook {
    background-image: url(assets/images/facebook-icon.svg);
}

#footer-lower .social-widget ul li a .facebook {
    background-image: url(assets/images/facebook-icon-black.svg);
}

.social-widget ul li a .twitter {
    background-image: url(assets/images/twitter-icon.svg);
}

#footer-lower .social-widget ul li a .twitter {
    background-image: url(assets/images/twitter-icon-black.svg);
}

.social-widget ul li a .instagram {
    background-image: url(assets/images/instagram-icon.svg);
}

#footer-lower .social-widget ul li a .instagram {
    background-image: url(assets/images/instagram-icon-black.svg);
}

.social-widget ul li a .youtube {
    background-image: url(assets/images/youtube-icon.svg);
}

#footer-lower .social-widget ul li a .youtube {
    background-image: url(assets/images/youtube-icon-black.svg);
}

.social-widget ul li a .spotify {
    background-image: url(assets/images/spotify-icon.svg);
}

#footer-lower .social-widget ul li a .spotify {
    background-image: url(assets/images/spotify-icon-black.svg);
}

.social-widget ul li a .fab {
    color: #000;
}

.social-widget ul li a:hover {
    color: #816e2c;
}

.social-widget ul li a:hover .fab {
    color: #fff;
}

#mobile-header {
    position: relative;
    z-index: 9;
}

#mobile-nav {
    height: 66px;
    background: #fff;
}

#mobile-nav .logo {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-left: 15px;
}

#mobile-nav .logo img {
    width: 160px;
    margin-bottom: -80px;
    position: relative;
    z-index: 9;
}

.is-stuck #mobile-nav .logo img,
body.show-menu #mobile-nav .logo img {
    width: 110px;
    margin-bottom: 0;
}

#mobile-nav .mobile-actions {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.menu-toggle {
    height: 2.2rem;
    width: 1.8rem;
    color: #000;
    display: inline-block;
    position: relative;
    line-height: 1;
}

a.menu-toggle span {
    background-color: #000;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
    width: 100%;
}

.show-menu a.menu-toggle span {
    width: 0;
}

a.menu-toggle:after,
a.menu-toggle:before {
    top: 0.55rem;
    background-color: #000;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
}

a.menu-toggle:after {
    top: auto;
    bottom: 0.5rem;
}

.show-menu a.menu-toggle:before {
    top: 50% !important;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.show-menu a.menu-toggle:after {
    bottom: 50% !important;
    -webkit-transform: rotate(-45deg) translateY(50%);
    -o-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
}

#mobile-menu1 {
    display: none;
    z-index: 1;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
    background: #000;
}

#mobile-menu1 ul.menu {
    margin: 0;
    padding: 60px 30px 0;
    background: #000;
}

#mobile-menu1 ul.menu li a {
    font-size: 2.5rem;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    background: transparent;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-transform: none;
    position: relative;
    display: block;
    font-family: "LHFGloria", sans-serif;
    letter-spacing: 0.125rem;
}

#mobile-menu1 ul.menu li a:hover {
    color: #fff;
}

#mobile-menu1 ul.menu li.current-menu-item a {
    color: #fff;
}

#mobile-menu1 ul.menu .is-accordion-submenu-parent > a:after {
    border-color: #fff transparent transparent;
}

#mobile-menu1 ul.submenu {
    padding: 0;
    display: none;
}

#mobile-menu1 ul.submenu li {
    display: block !important;
    text-align: left;
}

#mobile-menu1 ul.submenu li a {
    font-size: 1rem;
    padding: 0 0 20px;
    color: #816e2c;
}

#mobile-menu1 .social-widget ul {
    padding: 0 30px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mobile-menu1 .social-widget ul li a span {
    width: 28px;
    height: 28px;
    background-size: cover;
}

/*********************
NAVIGATION STYLES
*********************/
#nav-wrapper {
    z-index: 9;
    padding: 20px 0 20px;
    pointer-events: none;
}

body.home #nav-wrapper {
    padding: 50px 0 20px;
}

#nav-wrapper.is-stuck {
    background: #fff;
    padding: 20px 0 20px;
}

body.home #nav-wrapper.is-stuck {
    padding: 20px 0 20px;
}

#primary-nav {
    position: relative;
    z-index: 9;
    max-width: 80rem;
    margin: 0 auto;
    background: transparent;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

body.home .is-stuck #primary-nav #menu-main-menu {
    align-items: center;
}

body.home .is-stuck #primary-nav #menu-main-menu > li.menu-item-home a {
    width: 220px;
    height: 85px;
}

#primary-nav #menu-main-menu {
    justify-content: center;
    align-items: center;
}

body.home #primary-nav #menu-main-menu {
    align-items: flex-start;
}

@media (min-width: 64em) {
    #primary-nav #menu-main-menu #menu-main-menu {
        justify-content: center;
        align-items: center;
    }
}

#primary-nav #menu-main-menu > li {
    flex: 1 1 auto;
    float: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    pointer-events: all;
}

#primary-nav #menu-main-menu > li:nth-child(2),
#primary-nav #menu-main-menu > li:first-child {
    flex: 1 1 11%;
}

#primary-nav #menu-main-menu > li a {
    color: #000;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    font-family: "LHFGloria", sans-serif;
    letter-spacing: 0.05rem;
    line-height: 0.7;
    text-align: center;
}

#primary-nav #menu-main-menu > li a:hover {
    color: #999;
}

#primary-nav #menu-main-menu > li.menu-item-home a {
    width: 220px;
    height: 85px;
    background: url(assets/images/bluesfest-touring-logo.svg) no-repeat center 0;
    max-width: none;
    font-size: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

body.home #primary-nav #menu-main-menu > li.menu-item-home a {
    width: 300px;
    height: 140px;
}

#primary-nav #menu-main-menu > li:last-child a {
    background: #816e2c;
    position: relative;
    color: #fff;
    font-weight: normal;
    padding: 8px 10px;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation: pulse 5s infinite ease-in-out;
}

#primary-nav #menu-main-menu > li:last-child a:after {
    display: inline-block;
    position: absolute;
    right: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#primary-nav #menu-main-menu > li:last-child a:hover:after {
    background-color: #816e2c;
}

#primary-nav #menu-main-menu > li:last-child a:before {
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#primary-nav #menu-main-menu > li:last-child a:hover:before {
    background-color: #816e2c;
}

#primary-nav #menu-main-menu > li:last-child a:before,
#primary-nav #menu-main-menu > li:last-child a:after {
    background: #816e2c;
}

#primary-nav #menu-main-menu > li:last-child a:hover {
    background: #999;
}

#primary-nav #menu-main-menu > li:last-child a:hover:before,
#primary-nav #menu-main-menu > li:last-child a:hover:after {
    background: #999;
}

#primary-nav #menu-main-menu > li ul {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    background: #816e2c;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    min-width: 250px;
    padding: 10px 0;
}

#primary-nav #menu-main-menu > li ul li {
    padding: 0;
    justify-content: center;
}

#primary-nav #menu-main-menu > li ul li a {
    color: #000;
    line-height: 1;
    text-align: center;
    padding: 8px;
    border-bottom: 0;
    font-size: 1.5rem;
    flex: 1;
}

#primary-nav #menu-main-menu > li ul li a:hover {
    color: #fff;
    background: #816e2c;
}

#primary-nav #menu-main-menu li.is-dropdown-submenu-parent a:after {
    border: 0 !important;
}

#primary-nav
    #menu-main-menu
    .dropdown.menu.medium-horizontal
    > li.is-dropdown-submenu-parent
    > a::after {
    border-color: #007d9e transparent transparent;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    right: 15px;
}

.menu .active > a {
    background-color: transparent;
}

/*********************
HOME
*********************/
#home-slideshow {
    max-width: 120rem;
    margin: 0 auto;
    position: relative;
}

#home-slideshow .rev_slider_wrapper {
    position: relative;
    z-index: 1;
}

#home-slideshow #slider1 {
    position: relative;
    z-index: 1;
}

#home-slideshow #slider1 .tparrows {
    display: none;
    opacity: 0.5;
}

@media (min-width: 64em) {
    #home-slideshow #slider1 .tparrows {
        display: block;
    }
}

#home-slideshow .tp-caption {
    cursor: pointer;
}

@media (min-width: 64em) {
    #home-slideshow {
        margin-top: -160px;
    }
}

#home-slideshow .heading {
    color: #000;
    font-size: 2rem;
    letter-spacing: 0.125rem;
    font-family: "LHFGloria", sans-serif;
    line-height: 1;
    pointer-events: none;
    font-size: 5rem;
}

#home-slideshow .heading.style-light,
#home-slideshow .heading.style-light a {
    color: #fff;
}

#home-slideshow .heading a {
    color: #000;
}

@media (min-width: 64em) {
    #home-slideshow .heading {
        font-size: 8rem;
    }
}

#home-slideshow .subheading {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem !important;
    position: relative;
    padding: 15px 15px;
    margin-left: 15px;
    line-height: 1;
    font-size: 5rem;
}

@media (min-width: 64em) {
    #home-slideshow .subheading {
        font-size: 1.4rem !important;
        padding: 15px 25px;
    }
}

#home-slideshow .subheading a {
    color: #000;
}

#home-slideshow .subheading:after {
    display: inline-block;
    position: absolute;
    right: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#home-slideshow .subheading:hover:after {
    background-color: #816e2c;
}

#home-slideshow .subheading:before {
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#home-slideshow .subheading:hover:before {
    background-color: #816e2c;
}

#home-slideshow .subheading:before {
    background-color: #fff;
}

#home-slideshow .subheading:after {
    background-color: #fff;
}

#home-slideshow .subheading:hover:before,
#home-slideshow .subheading:hover:after {
    background-color: #fff;
}

#home-slideshow .arrow-down {
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 22px;
    z-index: 2;
    display: block;
    text-align: center;
}

#home-slideshow .arrow-down:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    content: "\e824";
    transform: rotate(-90deg);
    font-family: revicons;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#year-filter,
#artist-filter {
    background: #000;
    text-align: center;
    padding: 10px;
}

body.home #year-filter,
body.home #artist-filter {
    margin-bottom: 50px;
}

@media (min-width: 64em) {
    #year-filter,
    #artist-filter {
        text-align: center;
        padding: 0;
    }
}

#year-filter a,
#artist-filter a {
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
    color: #ccc;
    font-weight: bold;
    font-size: 0.8rem;
    border-bottom: 4px solid transparent;
}

@media (min-width: 64em) {
    #year-filter a,
    #artist-filter a {
        margin: 20px 30px;
    }
}

@media (min-width: 64em) {
    #year-filter a,
    #artist-filter a {
        font-size: 1.3rem;
    }
}

#year-filter a.active,
#artist-filter a.active {
    color: #fff;
    border-bottom: 2px solid #ccc;
}

#year-filter a:hover,
#artist-filter a:hover {
    color: #fff;
}

#content #artist-list {
    margin: 50px 0;
}

body.home #content #artist-list {
    margin-top: 0;
}

#content #artist-list .artist-wrapper {
    position: relative;
    min-height: 380px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

#content #artist-list .artist-wrapper.noimg {
    align-items: center;
    min-height: 80px;
}

@media (min-width: 40em) {
    #content #artist-list .artist-wrapper {
        min-height: 380px;
    }
}

@media (min-width: 64em) {
    #content #artist-list .artist-wrapper {
        min-height: 380px;
    }
}

#content #artist-list .artist-wrapper .title {
    padding: 20px;
}

#content #artist-list .artist-wrapper:hover {
    filter: grayscale(100%);
}

#content #artist-list .artist-wrapper:hover .title {
    display: none;
}

.past-tours #content #artist-list .artist-wrapper:hover .title {
    display: block;
}

#content #artist-list .artist-wrapper:hover .mask {
    opacity: 1;
}

#content #artist-list .artist-wrapper h2 {
    text-align: left;
    color: #fff;
    font-size: 2rem;
    margin: 0 0 10px;
    line-height: 0.75em;
}

@media (min-width: 64em) {
    #content #artist-list .artist-wrapper h2 {
        font-size: 3rem;
    }
}

#content #artist-list .artist-wrapper h2 a {
    color: #fff;
}

#content #artist-list .artist-wrapper .subheading {
    font-weight: bold;
}

@media (max-width: 64em) {
    #content #artist-list .artist-wrapper .subheading {
        font-size: 0.85rem;
        margin-bottom: 5px;
    }
}

#content #artist-list .artist-wrapper .short-desc {
    font-size: 0.95rem;
}

@media (max-width: 64em) {
    #content #artist-list .artist-wrapper .short-desc {
        font-size: 0.85rem;
    }
}

#content #artist-list .artist-wrapper .mask {
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    align-items: center;
    justify-content: center;
}

#content #artist-list .artist-wrapper .mask h2 {
    text-align: center;
}

@media (min-width: 64em) {
    #content #artist-list .artist-wrapper .mask {
        padding: 30px;
    }
}

#content #artist-list .artist-wrapper .actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#content #artist-list .artist-wrapper .actions .button {
    flex: 0 1 auto;
    margin: 10px 20px;
}

#content #artist-list .artist-wrapper .button {
    padding: 8px 5px;
    background-color: #fff;
    color: #000;
    margin: 10px;
}

@media (max-width: 64em) {
    #content #artist-list .artist-wrapper .button {
        font-size: 0.85rem;
    }
}

#content #artist-list .artist-wrapper .button:before,
#content #artist-list .artist-wrapper .button:after {
    background: #fff;
}

#content #artist-list .artist-wrapper .button:hover {
    background: #816e2c;
    color: #fff;
}

#content #artist-list .artist-wrapper .button:hover:before,
#content #artist-list .artist-wrapper .button:hover:after {
    background: #816e2c;
}

.tour-dates {
    background: white;
    padding: 30px;
}

@media (max-width: 64em) {
    .tour-dates {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 64em) {
    .tour-dates {
        padding: 60px;
    }
}

.tour-dates .title h2 {
    color: #000;
}

.tour-dates .tour-outer-wrapper {
    width: 100%;
}

.tour-dates .tour-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.tour-dates .tour-wrapper > div {
    flex: 1 1 auto;
}

.tour-dates .tour-wrapper .info {
    margin-right: 12px;
}

.tour-dates .tour-wrapper .tour-date {
    font-size: 1.3rem;
    display: block;
    font-family: "LHFGloria", sans-serif;
    letter-spacing: 0.05rem;
    line-height: 0.75em;
}

@media (min-width: 64em) {
    .tour-dates .tour-wrapper .tour-date {
        font-size: 2rem;
    }
}

.tour-dates .tour-wrapper .tour-loc {
    display: block;
    font-weight: bold;
    font-size: 0.7rem;
}

@media (min-width: 64em) {
    .tour-dates .tour-wrapper .tour-loc {
        font-size: 0.9rem;
    }
}

.tour-dates .tour-wrapper .tickets {
    margin-left: auto;
    flex: 0 1 auto;
    text-align: right;
}

.tour-dates .tour-wrapper .tickets span.sold-out {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    font-size: 0.95rem;
    position: relative;
    font-weight: bold;
    border: 0;
    margin: 0 15px;
    text-transform: uppercase;
}

.tour-dates .tour-wrapper .tickets span.sold-out:after {
    display: inline-block;
    position: absolute;
    right: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tour-dates .tour-wrapper .tickets span.sold-out:hover:after {
    background-color: #816e2c;
}

.tour-dates .tour-wrapper .tickets span.sold-out:before {
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tour-dates .tour-wrapper .tickets span.sold-out:hover:before {
    background-color: #816e2c;
}

@media (max-width: 64em) {
    .tour-dates .tour-wrapper .tickets span.sold-out {
        padding: 10px;
        font-size: 0.7rem;
    }
}

.tour-dates .tour-wrapper .tickets span.sold-out:focus,
.tour-dates .tour-wrapper .tickets span.sold-out:hover {
    background-color: #000;
    color: #fff;
    outline: none;
}

.tour-dates .tour-wrapper .tickets span.sold-out:focus:after,
.tour-dates .tour-wrapper .tickets span.sold-out:focus:before,
.tour-dates .tour-wrapper .tickets span.sold-out:hover:after,
.tour-dates .tour-wrapper .tickets span.sold-out:hover:before {
    background-color: #000;
}

.tour-dates .tour-wrapper .tickets a.button {
    margin: 0 15px;
    color: #fff !important;
}

@media (max-width: 64em) {
    .tour-dates .tour-wrapper .tickets a.button {
        padding: 10px;
        font-size: 0.7rem;
    }
}

.tour-dates .close-button {
    font-size: 4rem;
    color: #000;
    top: 0;
    right: 10px;
}

/******************************************************************
Site Specific
******************************************************************/
#contact-page-form {
    color: white;
}

#contact-page-form .medium {
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    font-family: "Lato", sans-serif;
    width: 100%;
}

#contact-page-form .gform_wrapper select {
    background: #999;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

#contact-page-form .ginput_container_select {
    position: relative;
}

#contact-page-form .ginput_container_select .medium {
    padding: 12px 10px;
}

#contact-page-form .ginput_container_select:after {
    content: "";
    width: 34px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 18px;
    background: url(assets/images/arrow.svg);
    background-size: cover;
    pointer-events: none;
}

#contact-page-form .gform_wrapper .gform_footer {
    text-align: left;
    padding: 0;
}

#contact-page-form .gform_wrapper .gform_footer .button {
    font-size: 2rem;
    display: inline-block;
    width: auto;
    background: #816e2c;
    line-height: 1;
    font-family: "LHFGloria", sans-serif;
    font-weight: normal;
    letter-spacing: 0.125rem;
}

#contact-page-form .gform_wrapper .gform_footer .button:hover {
    background: #816e2c;
}

#contact-page-form ::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
}

#contact-page-form ::-moz-placeholder {
    color: #999;
    text-transform: uppercase;
}

#contact-page-form ::-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
}

#contact-page-form ::placeholder {
    color: #999;
    text-transform: uppercase;
}

hr {
    border-color: #fff;
}

#content #single-artist .featimg {
    margin-bottom: 30px;
}

#content #single-artist .artist-img {
    width: 100%;
}

#content #single-artist h1 {
    margin-bottom: 30px;
}

@media (min-width: 64em) {
    #content #single-artist h1 {
        font-size: 6rem;
    }
}

#content #single-artist h3.subheading {
    margin: -20px 0 30px;
    font-size: 1.8rem;
}

#content #single-artist a {
    color: #fff;
}

#content #single-artist a:hover {
    color: #816e2c;
}

#content #single-artist a.read-more-content:after {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-left: 5px;
    font-size: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    content: "\e824";
    transform: rotate(-90deg);
    font-family: revicons;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#content #single-artist a.read-more-content em {
    font-style: normal;
}

#content #single-artist a.read-more-content span {
    display: none;
}

#content #single-artist a.read-more-content.active:after {
    transform: rotate(90deg);
}

#content #single-artist a.read-more-content.active em {
    display: none;
}

#content #single-artist a.read-more-content.active span {
    display: inline;
}

@media (min-width: 64em) {
    #content #single-artist p.back-link {
        float: right;
    }
}

#content #single-artist p.back-link a {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 3px solid #ccc;
    color: #fff;
}

#content #single-artist p.back-link a:hover {
    color: #816e2c;
}

#content #single-artist .artist-video {
    margin-top: 50px;
}

#content #single-artist .tour-dates {
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
}

@media (min-width: 64em) {
    #content #single-artist .tour-dates {
        margin-bottom: 30px;
    }
}

#content #single-artist .tour-dates .tour-wrapper {
    background-color: #fff;
    padding: 15px 25px 15px 10px;
    margin-bottom: 6px;
    color: #000;
}

@media (min-width: 64em) {
    #content #single-artist .tour-dates .tour-wrapper {
        padding: 25px;
    }
}

#content #single-artist .tour-dates .tour-wrapper .tour-loc {
    font-weight: bold;
}

#content #single-artist .tour-dates .sold-out,
#content #single-artist .tour-dates .button {
    margin: 0;
}

#title-container {
    position: relative;
    z-index: 1;
    margin: 0 0 2rem;
}

#title-container span.author {
    display: block;
}

#title-container h1,
#title-container h2 {
    color: #fff;
}

.page-id-226 #title-container h1,
.page-id-224 #title-container h1,
.page-id-13 #title-container h1,
.page-id-226 #title-container h2,
.page-id-224 #title-container h2,
.page-id-13 #title-container h2 {
    text-align: center;
}

@media (min-width: 64em) {
    #title-container h1,
    #title-container h2 {
        font-size: 7rem;
        margin: 0;
        text-transform: uppercase;
    }
}

/* Posts */
#content .post-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#content .post-container .fa {
    color: #816e2c;
}

#content .post-container h2 {
    text-transform: none;
    margin-top: 0;
}

#content .post-container .meta {
    color: #999;
    font-style: italic;
    margin: 20px 0;
}

#content .post-container .meta a {
    color: #999;
}

#content .post-container .meta span {
    display: inline-block;
}

#content .post-container .meta .author {
    margin-right: 20px;
}

#content .post-container .featimg img {
    width: 100%;
    height: auto;
}

#content .post-container .post-thumb {
    position: relative;
    margin-bottom: 20px;
}

#content .post-container .date {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
    background: #816e2c;
    padding: 15px 20px;
    text-align: center;
}

#content .post-container .date .date-inner {
    position: relative;
    z-index: 9;
}

#content .post-container .date span {
    display: block;
    line-height: 1;
    color: #fff;
}

#content .post-container .button {
    margin-top: 20px;
}

/*********************
FOOTER STYLES
*********************/
#footer-subscribe {
    background: #000;
    text-align: center;
    padding-bottom: 20px;
    border-top: 5px solid #fff;
}

#footer-subscribe h5 {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 0;
}

#footer-subscribe h6 {
    color: #fff;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media (max-width: 64em) {
    #footer-subscribe h6 {
        height: 60px;
    }
}

@media (min-width: 64em) {
    #footer-subscribe h6 {
        height: auto;
    }
}

#footer-subscribe h6.cycle {
    display: none;
}

#footer-subscribe h6.cycle:before {
    content: "";
    width: 18px;
    height: 18px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

#footer-subscribe h6.cycle:after {
    content: "";
    width: 18px;
    height: 18px;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#footer-subscribe #cycle-1:before,
#footer-subscribe #cycle-1:after {
    background-image: url(assets/images/announcement-icon.svg);
}

#footer-subscribe #cycle-2:before,
#footer-subscribe #cycle-2:after {
    background-image: url(assets/images/ticket-icon.svg);
}

#footer-subscribe #cycle-3:before,
#footer-subscribe #cycle-3:after {
    background-image: url(assets/images/gift-icon.svg);
}

#footer-subscribe #cycle-4:before,
#footer-subscribe #cycle-4:after {
    background-image: url(assets/images/no-junk-icon.svg);
}

#footer-subscribe p {
    color: #ccc;
    max-width: 960px;
    margin: 20px auto 0;
    font-size: 0.8rem;
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 64em) {
    #footer-subscribe .gform_wrapper .gf_simple_horizontal {
        flex-wrap: nowrap;
    }
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_body {
    flex: 1 1 100%;
}

@media (min-width: 64em) {
    #footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_body {
        flex: 1 1 80%;
    }
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_footer {
    flex: 1 1 100%;
}

@media (min-width: 64em) {
    #footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_footer {
        flex: 0 1 auto;
    }
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

@media (min-width: 64em) {
    #footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_fields {
        flex-wrap: nowrap;
    }
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_fields li {
    flex: 1 1 100%;
    margin: 0 0 10px 0;
}

@media (min-width: 64em) {
    #footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_fields li {
        flex: 1 1 auto;
        margin: 0 10px 0 0;
    }
}

#footer-subscribe
    .gform_wrapper
    .gf_simple_horizontal
    .gform_fields
    li
    .medium {
    font-size: 1rem;
    font-weight: bold;
    padding: 8px;
    color: #999;
    margin: 0;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

@media (min-width: 64em) {
    #footer-subscribe
        .gform_wrapper
        .gf_simple_horizontal
        .gform_fields
        li
        .medium {
        padding: 10px;
        font-size: 1.3rem;
    }
}

#footer-subscribe
    .gform_wrapper
    .gf_simple_horizontal
    .gform_fields
    li
    select.medium {
    padding: 10px;
}

#footer-subscribe
    .gform_wrapper
    .gf_simple_horizontal
    .gform_fields
    #field_1_3 {
    min-width: 200px;
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_footer {
    padding: 0;
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal .gform_footer .button {
    font-size: 3rem;
    font-family: "LHFGloria", sans-serif;
    font-weight: normal;
    background: #816e2c;
    padding: 3px 15px;
    min-height: 0;
    line-height: 45px;
}

#footer-subscribe
    .gform_wrapper
    .gf_simple_horizontal
    ::-webkit-input-placeholder {
    color: #999;
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal ::-moz-placeholder {
    color: #999;
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal ::-ms-input-placeholder {
    color: #999;
}

#footer-subscribe .gform_wrapper .gf_simple_horizontal ::placeholder {
    color: #999;
}

#footer {
    background: #fff;
    padding: 15px 0;
}

@media (min-width: 64em) {
    #footer {
        padding: 50px 0;
    }
}

#footer-top ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer-top ul li a {
    color: #000;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px;
}

@media (min-width: 64em) {
    #footer-top ul li a {
        font-size: 1rem;
        padding: 20px;
    }
}

#footer-top ul li a:hover {
    color: #816e2c;
}

#footer-top ul li:last-child a,
#footer-top ul li:nth-last-child(2) a {
    color: #999;
}

#footer-lower {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    color: #000;
    font-weight: normal;
}

@media (min-width: 90em) {
    #footer-lower {
        max-width: 69rem;
        margin: 20px auto;
    }
}

#footer-lower a {
    color: #000;
    padding: 0;
    margin: 0;
}

@media (min-width: 40em) {
    #footer-lower a {
        margin: 0 10px 0 0;
    }
}

#footer-lower a:hover {
    color: #816e2c;
}

#footer-lower ul,
#footer-lower p {
    margin: 0;
    text-align: center;
}

#footer-lower .copyright {
    font-size: 0.95rem;
}

@media (max-width: 64em) {
    #footer-lower .copyright {
        margin: 20px 0;
        font-size: 0.65rem;
        flex: 0 0 100%;
    }
}

#footer-lower .copyright span {
    margin-left: 10px;
}

@media (min-width: 64em) {
    #footer-lower .copyright span {
        display: inline-block;
        margin-left: 20px;
    }
}

@media (min-width: 64em) {
    #footer-lower {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
    }
}

#footer-lower ul.menu li:first-child a {
    background: #816e2c;
    position: relative;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 2rem;
    font-family: "LHFGloria", sans-serif;
}

@media (min-width: 40em) {
    #footer-lower ul.menu li:first-child a {
        margin-right: 15px;
    }
}

#footer-lower ul.menu li:first-child a:after {
    display: inline-block;
    position: absolute;
    right: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer-lower ul.menu li:first-child a:hover:after {
    background-color: #816e2c;
}

#footer-lower ul.menu li:first-child a:before {
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer-lower ul.menu li:first-child a:hover:before {
    background-color: #816e2c;
}

#footer-lower ul.menu li:first-child a:before {
    background: #816e2c;
}

#footer-lower ul.menu li:first-child a:after {
    background: #816e2c;
}

#footer-lower ul.menu li:first-child a:hover {
    background: #000;
}

#footer-lower ul.menu li:first-child a:hover:after,
#footer-lower ul.menu li:first-child a:hover:before {
    background: #000;
}

.ginput_recaptcha {
    margin-top: 0 !important;
}

.ginput_recaptcha > div {
    height: 50px !important;
}

.ginput_recaptcha iframe {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#content #pricing .title {
    text-align: center;
}

#content #pricing .title h1 {
    font-size: 3rem;
}

#content #pricing .title h2 {
    font-size: 2.8rem;
}

#content #pricing .title p {
    text-align: center;
}

#content .pricing-mod-container .pricing-mod {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 10px;
}

#content .pricing-mod-container .pricing-mod h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    text-transform: none;
}

#content .pricing-mod-container .pricing-mod h3 small {
    color: #000;
}

#content .pricing-mod-container .pricing-mod p.price {
    font-size: 1.5em;
    color: #816e2c;
    font-weight: bold;
}

#content .pricing-mod-container .pricing-mod p {
    font-size: 1rem;
}

.reveal-overlay {
    background-color: rgba(10, 10, 10, 0.15);
}

@media (max-width: 64em) {
    .reveal-overlay {
        background: transparent;
    }
}

#lightbox {
    padding-top: 50px;
    background: transparent;
    border: 0;
    text-align: center;
}

#lightbox .close-button {
    font-size: 3em;
    line-height: 1;
    color: #fff;
}

#lightbox #lightbox-content {
    text-align: center;
    display: inline-block;
    position: relative;
}

#lightbox #lightbox-content img {
    border: 10px solid #fff;
}

#presale-form {
    flex: 1 1 100%;
}

@media (min-width: 64em) {
    #presale-form {
        margin-bottom: 50px;
    }
}

#presale-form h3 {
    text-align: center;
    margin-top: 0;
}

#presale-form .presale-text {
    background: #816e2c;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 1rem;
    width: 95%;
    margin: 0 auto;
}

#presale-form .presale-text:after {
    display: inline-block;
    position: absolute;
    right: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, -25px 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#presale-form .presale-text:hover:after {
    background-color: #816e2c;
}

#presale-form .presale-text:before {
    display: inline-block;
    position: absolute;
    left: -13px;
    bottom: 0;
    content: "";
    width: 13px;
    height: 100%;
    background-color: #000;
    -webkit-clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    clip-path: polygon(200% -25px, 100% 100%, 0 100%, 100% 50%, 0 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#presale-form .presale-text:hover:before {
    background-color: #816e2c;
}

#presale-form .presale-text:before {
    background: #816e2c;
}

#presale-form .presale-text:after {
    background: #816e2c;
}

#presale-form .gform_wrapper .gform_fields {
    margin: 0;
    padding: 0;
}

#presale-form .gform_wrapper .gform_fields li {
    margin: 0 0 10px 0;
    padding: 0;
}

#presale-form .gform_wrapper .gform_fields li .large {
    font-size: 1rem;
    font-weight: bold;
    padding: 8px;
    color: #999;
    margin: 0;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

@media (min-width: 64em) {
    #presale-form .gform_wrapper .gform_fields li .large {
        padding: 10px;
        font-size: 1.3rem;
    }
}

#presale-form .gform_wrapper .gform_fields li select.large {
    padding: 10px;
}

#presale-form .gform_wrapper .gform_footer {
    padding: 0;
}

#presale-form .gform_wrapper .gform_footer .button {
    font-size: 3rem;
    font-family: "LHFGloria", sans-serif;
    font-weight: normal;
    background: #816e2c;
    padding: 3px 15px;
    min-height: 0;
    line-height: 45px;
    min-width: 180px;
}

#presale-form .gform_wrapper ::-webkit-input-placeholder {
    color: #999;
}

#presale-form .gform_wrapper ::-moz-placeholder {
    color: #999;
}

#presale-form .gform_wrapper ::-ms-input-placeholder {
    color: #999;
}

#presale-form .gform_wrapper ::placeholder {
    color: #999;
}

/*# sourceMappingURL=style.css.map */
