@font-face {
    font-family: georgia;
    src: url(fonts/georgia.eot);
    src: url(fonts/georgia.eot?#iefix) format("embedded-opentype"), 
	url(fonts/georgia.woff2) format("woff2"), 
	url(fonts/georgia.woff) format("woff"), 
	url(fonts/georgia.ttf) format("truetype")
}

.clear {
clear:both;
}

img,
img a {
border:none;
max-width:100%;
height:auto;
display:block;
}

* {
margin:0;
padding:0;
}

strong {
font-weight:700;
}


.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul {
list-style:none;
margin:0;padding:0;
}

a, a:hover {
-webkit-transition: color 0.2s linear;
   -moz-transition: color 0.2s linear;
		transition: color 0.2s linear;
	 -o-transition: color 0.2s linear;
text-decoration:none;
}

body {
margin:0;
padding:0;
background: url("images/bg.jpg?v=1.03") no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased !important;
font-family:'georgia', Arial;
color:#FFF;
overflow-x:hidden;
animation: fadein 1s;
-webkit-animation: fadein 1s; /* Safari and Chrome */
   -moz-animation: fadein 1s; /* Firefox */
	 -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
}


#container {
width:80%;
margin:0 10%;
}


#feature-img {
height:100vh;
width:100vw;
overflow:hidden;
background:url("images/feature-img.jpg") top center no-repeat;
background-size:cover;
}


header {
position:fixed;
z-index:999;
width: 100%;
top: 0;
left:0;
right:0;
transition: 0.3s;
		 animation: fadein .3s;
	-moz-animation: fadein .3s; /* Firefox */
 -webkit-animation: fadein .3s; /* Safari and Chrome */
	  -o-animation: fadein .3s; /* Opera */
height:50px;
padding:10px 0;
line-height:50px;
}

header #logo {
position:absolute;
left:20px;
z-index:999;
}

header #logo img {
height:50px;
-webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
	 -o-transition: all .3s ease;
		transition: all .3s ease;
}

header #socials {
position:absolute;
right:20px;
margin:0;
padding:0;
line-height:50px;
}

header #socials li {
margin:0 5px;
}

#socials li {
display:inline-block;
margin:0 6px;
font-size:18px;
line-height:100%;
}

header #socials li svg {
fill:#FFF;
height:18px;
width:auto;
vertical-align:text-bottom;
margin-bottom:2px;
}

header #socials li svg:hover {
fill:#d4976b;
}

header #socials li a {
color:#FFF;
}

header #socials li a:hover {
color:#d4976b;
}

nav#main {
position:absolute;
left: 50%;
transform: translate(-50%, 0);
	width:100%;
	text-align:center;
}

nav#main li {
display:inline-block;
text-transform:uppercase;
font-size:20px;
margin:0 10px;
}

nav#main a {
color:#FFF;
}

nav#main a:hover {
color:#a34149;
}

header.small {
background-color:#d4976b;
height:35px;
line-height:35px;
}

header.small #logo img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
height:35px;
}

header.small nav#main a {
color:#FFF;
font-weight:700;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

header.small nav#main a:hover {
opacity:0.8;
}

header.small #socials {
line-height:30px;
}

header.small #socials li svg {
fill:#FFF;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

header.small #socials li svg:hover {
opacity:0.8;
}

header.small #socials li a {
color:#FFF; 
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

header.small #socials li a:hover {
opacity:0.8;
}


#nav-trigger {
top:0px;
right:20px;
font-size:20px;
font-weight:600;
position: absolute;
z-index:99999;
cursor: pointer;
}


/** Mobile Nav **/
nav#nav-mobile {
position:relative;
display:none;
top:-10px;left:0;right:0;bottom:0;
height:100vh;
background-color: rgba(212,151,107,.95);
}
nav#nav-mobile ul#mobile-nav {
display:inherit;
list-style-type:none;
z-index:888;
width:100%;
margin:0;
text-align:center;
padding:0;
position:absolute;
top: 50%;
-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav#nav-mobile a {
font-size:26px;
font-weight:600;
text-transform:uppercase;
line-height:100%;
padding:20px 0;
margin:0;
display:block;
width:100%;
color:#FFF;
text-align:center;
text-transform:uppercase;
}

nav#nav-mobile a:hover {
color:#FFF;
}

nav#nav-mobile #socials {
position:relative;
right:0;
}

nav#nav-mobile ul > ul#socials {
list-style:none;
text-align:center;
margin:0 auto;
float:none;
}

nav#nav-mobile ul > ul#socials li {
float:none;
display:inline-block;
margin:0 8px;
line-height:100%;
}

nav#nav-mobile ul > ul#socials a {
border-bottom:0;
font-size:24px;
color:#FFF;
}

.nav-icon3 {
float:left;
width: 40px;
height: 30px;
position: relative;
margin:16px 0 0px 20px;
z-index:99999;
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
	 -o-transform: rotate(0deg);
		transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
	 -o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
cursor: pointer;
vertical-align:middle !important;
}

.nav-icon3 span {
vertical-align:middle;
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #d4976b;
border-radius: 0px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
	 -o-transform: rotate(0deg);
		transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
	 -o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}

header.small .nav-icon3 span {
background: #FFF;
}

.nav-icon3 span:nth-child(1) {
top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
top: 8px;
}

.nav-icon3 span:nth-child(4) {
top: 16px;
}


 


#section-head {
font-size:30px;
font-weight:700;
margin:0 0 30px 0;
color:#FFF;
text-transform:uppercase;
text-align:center;
}

#shows,
#music,
#videos,
#about {
padding:80px 0 0px 0;
}

#music ul {
display:grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap:50px;
}

#music .cover {
margin:0 0 10px 0;
text-align:center;
border:2px dashed #6c0d11;
padding:6px;
}

#music .cover img {
display:block;
}

#music .title {
color:#a7928a;
text-transform:uppercase;
font-size:18px;
line-height:150%;
text-align:center;
margin:0 0 4px 0;
}

#music .title a,
#music .title a:hover {
color:#a7928a;
}

#music-btn {
text-align:center;
font-size:16px;
}

#music-btn a {
color:#FFF;
}

#music-btn a:hover {
color:#FFF;
text-decoration:underline;
}



#container.page {
line-height:130%;
padding:80px 0;
margin:0 7%;
width:86%;
}

#container.page h3 {
font-size:30px;
margin:0 0 30px 0;
color:#FFF;
text-transform:uppercase;
text-align:center;
}

#container.page a {
color:#FFF;
text-decoration:underline;
}

#container.page a:hover {
color:#FFF;
text-decoration:none;
}

#container.page p {
margin:0 0 20px 0;
}

#container.page ul {
list-style:disc;
padding-left:30px;
margin:0 0 20px 0;
}



/** Seated **/
.seated-events-table {
color:#a34134;
text-align:left;
font-size:16px !important;
border-top:0 !important;
}

.seated-events-table .seated-event-row {
border-color:rgba(163,65,52,.5) !important;
}

.seated-event-link1,
.seated-event-link2,
.seated-event-link1:visited,
.seated-event-link2:visited {
border:0 !important;
color:#FFF !important;
font-family:'georgia', Arial;
padding:8px 30px !important;
border-radius:0 !important;
font-size:18px !important;
background-color:#a34134 !important;
}

.seated-event-link1:hover,
.seated-event-link2:hover {
opacity:0.9 !important;
}

.seated-event-row:hover {
background-color:transparent !important;
}

.seated-event-date-cell {
color:#a34134;
font-family:'georgia', Arial;
}

.seated-event-venue-name {
font-family:'georgia', Arial;
}

.seated-event-venue-location {
font-family:'georgia', Arial;
}

.seated-event-row {
pointer-events:none;
}

.seated-event-row a {
pointer-events:auto;
}

.seated-events-table>div:last-child {
display:none;
}

.seated-follow-box{
display:none;
}



.bit-follow-section-wrapper,
.bit-social-wrapper,
.bit-top-track-button,
.bit-logo,
.bit-nav-bar-container,
.bit-rsvp-container {
display:none !important;
}

.bit-event {
font-size:17px;
font-family:'georgia', Arial;
color:#FFF !important;
}

.bit-event:first-child {
border-top:0 none !important;
}

.bit-widget.bit-layout-desktop .bit-event:hover {
background:none !important;
}

.bit-widget .bit-upcoming-events, bit-past-events {
border-bottom:0 none !important;
}

.bit-widget .bit-upcoming-events-show-all-button {
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

.bit-widget .bit-upcoming-events-show-all-button:hover {
background-color:#d4976b;
color:#FFF;
}

.bit-offers-container.bit-single-cta a {
margin-top:-7px !important;
}

.bit-button {
border-radius:0px !important;
}

.bit-upcoming-events-show-all-button {
font-family:'georgia', Arial;
}

.bit-widget .bit-offers {
background-color:#620a09 !important;
color:#FFF !important;
border:0 none !important;
padding:10px 20px !important;
font-weight:700 !important;
opacity:0.9 !important;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

.bit-widget .bit-offers:hover {
opacity:0.7 !important;

}






.epyt-video-wrapper {
-webkit-box-shadow: 0px 0px 0px 10px rgba(95,70,55,0.7); 
box-shadow: 0px 0px 0px 10px rgba(95,70,55,0.7);
}

.epyt-video-wrapper iframe,
.epyt-gallery-img {
box-shadow:0 !important;
}

.epyt-gallery-img-box {
-webkit-box-shadow: 0px 6px 9px 1px rgba(10,7,6,0.3); 
		box-shadow: 0px 6px 9px 1px rgba(10,7,6,0.3);
}

.epyt-gallery-title {
font-size:16px !important;
text-align:center !important;
padding:0 !important;
color:#FFF !important;
margin:10px 0 0 0 !important;
font-weight:700;
}

.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
padding-bottom:20px;
}


/** About **/
#about p {
color:#FFF;
font-size:17px;
line-height:200%;
margin:0 0 20px 0;
}

#about p:last-child {
margin:0;
}

#signup {
background:url("images/bg-signup.jpg?v=1.01") top center no-repeat;
background-size:cover;
padding:100px 0;
margin:80px 0 0 0;
}

#signup #section-head { 
color:#000;
}

#signup-form {
margin:40px 0 0 0;
}

#field {
float:left;
margin:0 2% 10px 2%;
width:46%;
}

#field.full {
float:none;
clear:both !important;
margin:0 2% 10px 2%;
width:96%;
}

.mc-field-group {
margin:0 0 20px 0;
}

.mc-field-group label {
color:#000;
font-weight:700;
}

.mc-field-group .small-meta {
color:#000;
}

.mc-field-group .small-meta a {
color:#000;
text-decoration:underline;
}

.mc-field-group .small-meta a:hover {
text-decoration:none;
}

#mc_embed_signup input {
width:100%;
display:block;
background-color:transparent;
font-family:'georgia', Arial;
color:#000;
text-align:center;
font-size:18px;
padding:8px 0;
outline:0 none;
border:1px solid #000;
}

#mc_embed_signup input[type=checkbox] {
display:inline;
width:auto;
margin:20px 0 0 0;
}

#field input::placeholder {
color:#3d3d3d;
}

#field input:focus {
border-top:0;
border-left:0;
border-right:0;
border-bottom:3px solid #a34134;
outline:0 none;
}

#signup-copy {
max-width:70%;
line-height:150%;
margin:30px auto 0 auto;
text-align:center;
color:#000;
}

#signup-copy p a {
text-decoration:underline;
color:#000;
}

#signup-copy p a:hover {
text-decoration:none;
color:#000;
}

#submit-btn {
width:30%;
margin:50px auto 0 auto;
}

@media all and (max-width:900px) {
#submit-btn {
width:100%;
}
}

#submit-btn input {
background-color: rgb(108,13,17,1);
width:100%;
display:block;
text-align:center;
outline:0;
color:#FFF;
font-size:18px;
padding:10px 0;
border:0 none;
font-family:'georgia', Arial;
text-transform:uppercase;
-webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
	 -o-transition:all .3s ease;
		transition:all .3s ease;
}

#submit-btn input:hover {
cursor:pointer;
background-color: rgb(108,13,17,.8);
color:#FFF;
}

.mc4wp-response {
text-align:center !important;
margin:30px auto 0 auto !important;
}

.mc4wp-alert.mc4wp-error {
color:#6c0d11 !important;
}

.mc4wp-alert.mc4wp-success {
color:#000 !important;
}

#signup-privacy {
text-align:center;
margin:80px 0 0 0;
font-size:14px;
}

#signup-privacy a {
color:#000;
text-decoration:underline;
}

#signup-privacy a:hover {
color:#000;
text-decoration:none;
}


#contacts {
margin-top:100px;
padding:40px 0;
background-color: rgb(200,152,112,.5);
}

#contacts ul {
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr;
grid-gap:40px;
}

#contacts li {
text-align:center;
font-size:18px;
}

#contacts li a,
#contacts li a:hover {
color:#FFF;
text-decoration:none;
}

footer {
padding:15px 20px;
font-size:12px;
background-color:#d4976b;
}

footer #left {
float:left;
}

footer #right {
float:right;
}

footer a {
color:#FFF;
text-decoration:underline;
}

footer a:hover {
color:#000;
text-decoration:underline;
}


#foot-socials li {
display:inline-block;
margin:0 0 0 7px;
font-size:14px;
line-height:100%;
}

#foot-socials li svg {
fill:#FFF;
height:14px;
width:auto;
vertical-align:text-bottom;
margin-bottom:2px;
}

#foot-socials li svg:hover {
fill:#FFF;
}

#foot-socials li a {
color:#FFF;
}

#foot-socials li a:hover {
color:#FFF;
}
















@media all and (min-width:1200px) {
#nav-trigger,
nav#nav-mobile {
display:none;
}
}

@media all and (max-width:1200px) {
#nav-trigger,
nav#nfav-mobile {
display:inherit;
}

nav#main {
display:none;
}

header > #socials {
display:none;
}
}


@media all and (max-width:1100px) {
#feature-img {
height:100vh;
width:100vw;
overflow:hidden;
background:url("images/feature-img.jpg") top center no-repeat;
background-size:cover;
}

#container {
width:86%
margin:0 7%;
}

#music ul {
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:30px;
padding:0;
}

#signup {
padding:60px 0;
}

footer {
padding:20px 0;
text-align:center;
}

footer #left {
float:none;
margin:0;
}

footer #right {
float:none;
margin:0 auto 20px auto;
}
}

@media all and (max-width:900px) {
nav#nav-mobile ul > ul#socials li {
margin:0 6px;
}

nav#nav-mobile ul > ul#socials a {
font-size:20px;
}

nav#nav-mobile ul > ul#socials li svg {
height:20x;
}

#music ul {
grid-template-columns: 1fr;
}

.epyt-gallery-title {
font-size:14px !important;
}



