/*!
Theme Name: Salvage_Station
Theme URI: http://underscores.me/
Author: Locke Crawford
Author URI: http://Locke@LokkDesign.com
Description: Custom Theme for Salvage Station
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: salvage_station
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Salvage_Station is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.grecaptcha-badge {
  display: none !important;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h2 {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #ffff00;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-transform: uppercase;
  line-height: 25px;
}
@media screen and (min-width: 701px) {
  h2 {
    font-family: "Ultra", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
  }
}
.hours-content h2 {
  margin: 0px 0px 0px 0px;
}
h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.hours-content h3 {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-transform: uppercase;
  line-height: 22px;
}
@media screen and (min-width: 701px) {
  h3 {
    font-family: "Ultra", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
  }
}
h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffff00;
  margin: 0px 0px 10px 0px;
}
h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #00ccff;
  margin: 0px 0px 10px 0px;
}
.hours-content h6 {
  margin: 0px 0px 20px 0px;
  color: #fff;
}
.subpage-wrapper h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin: 0px 0px 10px 0px;
  color: #ffff00;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) and (max-width: 1039px) {
  .subpage-wrapper h1 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1300px) {
  .subpage-wrapper h1 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
  }
}
.subpage-wrapper h2 {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffff00;
  text-transform: uppercase;
}
h1.subpage-entry-title {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  text-shadow: 2px 2px 4px #000000;
  margin: -120px 5px 0 20px;
  position: relative;
  z-index: 3;
  padding: 0px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  h1.subpage-entry-title {
    margin: -75px 0 0 8%;
  }
}
.single-event-header-wrapper h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) and (max-width: 1039px) {
  .single-event-header-wrapper h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .single-event-header-wrapper h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  background-color: #1a313f;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 2em;
  text-align: center;
  color: #0cf;
  border-left: 0px solid #0cf;
  margin: 1em auto !important;
  padding: 1em 1em !important;
  max-width: 90%;
}
blockquote:before {
  font-family: "Ultra", serif;
  color: #0cf;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
blockquote:after {
  font-family: "Ultra", serif;
  color: #0cf;
  content: close-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
blockquote p {
  display: inline;
}
cite {
  margin: 0 0 0 10px;
  font-size: 14px !important;
}
cite:before {
  content: "- ";
}
pre {
  background-color: #1a313f;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1.6em;
  text-align: center;
  color: #ff0;
  border-left: 0px solid #ff0;
  margin: 1em auto !important;
  padding: 1em 1em !important;
  max-width: 90%;
}
pre:before {
  font-family: "Ultra", serif;
  color: #ff0;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
pre:after {
  font-family: "Ultra", serif;
  color: #ff0;
  content: close-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
pre p {
  display: inline;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0px;
  padding: 0 0 0 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #ffff00;
  text-decoration: none;
}
a:visited {
  color: #ffff00;
}
a:hover, a:focus, a:active {
  color: #00ccff;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #00ccff;
  color: #1a313f;
  padding: 0px 20px 5px 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  height: 38px;
  line-height: 35px;
  border: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #ffff00;
  cursor: pointer;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 10px;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.soliloquy-container {
  margin: 0px !important;
  position: relative;
  z-index: 0;
}
.soliloquy-container .soliloquy-pager {
  text-align: left !important;
  bottom: 30px !important;
  left: 50px !important;
}
.soliloquy-container .soliloquy-image {
  width: 100%;
}
.soliloquy-container .soliloquy-pager {
  width: auto !important;
}
.home-page-wrapper {
  display: flex;
  margin: 0 auto;
  flex-flow: column;
}
.home-page-block {
  width: 100%;
}
.home-page-block.block-B {
  padding: 20px;
}
.home-page-block.block-D {
  margin: 20px 0px;
}
.home-page-block.block-A {
  order: 2;
  text-align: center;
}
.home-page-block.block-B {
  order: 3;
}
.home-page-block.block-C {
  order: 1;
}
@media screen and (min-width: 650px) {
  .home-page-block.block-C {
    margin-top: -85px;
  }
}
.home-page-block.block-D {
  order: 4;
  padding: 0px 20px;
}
@media screen and (min-width: 515px) and (max-width: 800px) {
  .home-page-block.block-A {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-page-block.block-A .daily-specials {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 899px) {
  .home-page-block.block-A {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
  }
  .home-page-block.block-A .daily-specials, .home-page-block.block-A .hours-content {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .home-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    flex-flow: column wrap;
    height: 1280px;
  }
  .home-page-block {
    width: 50%;
  }
  .home-page-block.block-A {
    order: 1;
    text-align: inherit;
  }
  .home-page-block.block-B {
    order: 2;
    min-height: 713px;
  }
  .home-page-block.block-C {
    order: 3;
    margin-top: -135px;
  }
  .home-page-block.block-D {
    order: 4;
    padding: 0px;
  }
}
.soliloquy-container {
  margin: 0px !important;
  position: relative;
  z-index: 0;
}
.soliloquy-container .soliloquy-pager {
  text-align: left !important;
  bottom: 30px !important;
  left: 50px !important;
}
.soliloquy-container .soliloquy-image {
  width: 100%;
}
.soliloquy-container .soliloquy-pager {
  width: auto !important;
}
.home-page-wrapper {
  display: flex;
  margin: 0 auto;
  flex-flow: column;
}
.home-page-block {
  width: 100%;
}
.home-page-block.block-B {
  padding: 20px;
}
.home-page-block.block-D {
  margin: 20px 0px;
}
.home-page-block.block-A {
  order: 2;
  text-align: center;
}
.home-page-block.block-B {
  order: 3;
}
.home-page-block.block-C {
  order: 1;
}
@media screen and (min-width: 650px) {
  .home-page-block.block-C {
    margin-top: -85px;
  }
}
.home-page-block.block-D {
  order: 4;
  padding: 0px 20px;
}
@media screen and (min-width: 515px) and (max-width: 800px) {
  .home-page-block.block-A {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-page-block.block-A .daily-specials {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 899px) {
  .home-page-block.block-A {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
  }
  .home-page-block.block-A .daily-specials, .home-page-block.block-A .hours-content {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .home-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    flex-flow: column wrap;
    height: 1280px;
  }
  .home-page-block {
    width: 50%;
  }
  .home-page-block.block-A {
    order: 1;
    text-align: inherit;
  }
  .home-page-block.block-B {
    order: 2;
    min-height: 713px;
  }
  .home-page-block.block-C {
    order: 3;
    margin-top: -135px;
  }
  .home-page-block.block-D {
    order: 4;
    padding: 0px;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-branding {
  background: url("images/logo-back.png") no-repeat;
  padding: 5px 15px;
  width: 175px;
  position: absolute;
  z-index: 3;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .site-branding {
    width: 280px;
  }
}
.site-branding img {
  width: 250px;
  height: auto;
}
.main-navigation {
  display: block;
  width: 100%;
  background: #001929;
  position: relative;
  height: 50px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.main-navigation a:hover {
  color: #ffff00;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  color: #00ccff;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.menu-toggle {
  position: absolute;
  right: 20px;
  top: 5px;
  background: none;
  border: none;
  font-size: 30px;
  color: #fff;
  padding: 0px;
  z-index: 101;
}
.main-navigation.toggled ul {
  width: 100%;
  background: #001929;
  padding: 50px 30px;
  height: 100vh;
  position: relative;
  z-index: 100;
}
.main-navigation.toggled ul li {
  width: 75%;
}
@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .main-navigation ul a {
    font-family: "Ultra", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul a {
    font-family: "Ultra", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
body {
  background: url("images/bg_body_blue_2000x.jpg") repeat;
}
.main-area {
  position: relative;
}
@media screen and (max-width: 649px) {
  .intro-wrapper {
    background: url("images/bg_woodplanks_dark_600x.jpg") repeat;
  }
}
.intro-wrapper h1 {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  text-shadow: 2px 2px 4px #000000;
  padding: 20px 0px 0px 0px;
  margin: 0px 40px;
  color: #fff;
}
@media screen and (min-width: 650px) {
  .intro-wrapper h1 {
    padding: 0px;
  }
}
@media screen and (min-width: 701px) {
  .intro-wrapper h1 {
    margin: 0px 20px;
  }
}
.intro-wrapper .entry-content {
  padding: 0px 40px 20px 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fffadd;
  margin: 0px;
}
@media screen and (min-width: 650px) {
  .intro-wrapper .entry-content {
    background: url("images/bg_woodplanks_dark_600x.jpg") repeat;
    padding: 20px 40px;
  }
}
.intro-wrapper .entry-content a {
  color: #fffadd;
  text-decoration: underline;
}
.intro-wrapper .entry-content a:hover {
  text-decoration: none;
}
.hours-content {
  padding: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #cccccc;
}
.hours-content strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.hours-content a, .hours-content a:visited {
  color: #fff;
  text-decoration: underline;
}
.hours-content a:hover {
  color: #ffff00;
  text-decoration: none;
}
.hours-content p {
  margin: 0px 0px 20px 0px;
}
.hours-content a.directions-button, .hours-content a:visited.directions-button {
  display: flex;
  justify-content: space-between;
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1a313f;
  border: 4px solid #00ccff;
  background-image: url("images/map.png");
  background-size: cover;
  text-transform: uppercase;
  line-height: 30px;
  padding: 5px 10px;
  text-decoration: none;
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 500px) {
  .hours-content a.directions-button, .hours-content a:visited.directions-button {
    width: 410px;
    font-family: "Ultra", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
  }
}
.hours-content a:hover.directions-button {
  color: #001929;
}
.subpage-hero {
  width: 100%;
  height: 500px;
  display: block;
  background-position: center center;
  background-size: cover;
}
.subpage-hero-events {
  background: url("images/HERO-PIC.png") no-repeat;
  height: 130px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .subpage-hero-events {
    height: 235px;
  }
}
@media screen and (min-width: 1000px) {
  .subpage-hero {
    width: 100%;
    height: 350px;
    background-size: cover;
  }
}
.subpage-header-wapper {
  display: flex;
  flex-direction: column;
  padding: 0px;
  max-width: 1700px;
  margin: 0 auto 50px auto;
  justify-content: center;
  align-items: center;
}
.subpage-header-wapper .subpage-header-left {
  width: 100%;
  margin-top: -90px;
}
.subpage-header-wapper .subpage-header-right {
  padding: 20px 30px;
}
.subpage-header-wapper .subpage-header-right .hours-content {
  padding: 0px;
}
@media screen and (min-width: 1000px) {
  .subpage-header-wapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .subpage-header-wapper .subpage-header-left {
    min-width: 50%;
  }
}
.event-header-button-wrapper {
  margin: 0 0 20px 0;
}
a.event-header-buttons, a:visited.event-header-buttons {
  background: #00ccff;
  color: #001929;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 500px) {
  a.event-header-buttons, a:visited.event-header-buttons {
    width: 430px;
  }
}
a:hover.event-header-buttons {
  color: #ffff00;
}
.subpage-wrapper {
  max-width: 1350px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1040px) {
  .subpage-wrapper {
    flex-direction: row;
  }
}
.subpage-wrapper .site-main {
  background: #1a313f;
  padding: 0px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .subpage-wrapper .site-main {
    padding: 20px;
  }
}
@media screen and (min-width: 1040px) {
  .subpage-wrapper .site-main {
    padding: 20px 20px 0px 20px;
    margin-bottom: -150px;
  }
}
.subpage-wrapper .entry-content {
  margin: 0px;
  background: #162833;
  padding: 20px 20px 20px 20px;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 1040px) {
  .subpage-wrapper .entry-content {
    padding: 20px 20px 300px 20px;
  }
}
.hero-video-wrapper {
  position: relative;
  height: 60vh;
  margin: 0 auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .hero-video-wrapper {
    height: 60vh;
  }
}
@media only screen and (min-width: 860px) {
  .hero-video-wrapper {
    height: 80vh;
    top: 0px;
  }
}
video#hero-video {
  position: absolute;
  min-width: 100%;
  width: 200%;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  z-index: -100;
}
@media only screen and (min-width: 860px) {
  video#hero-video {
    width: 132%;
  }
}
@media only screen and (min-width: 1000px) {
  video#hero-video {
    width: 132%;
  }
}
@media only screen and (min-width: 1300px) {
  video#hero-video {
    width: 100%;
  }
}
@media only screen and (min-width: 1465px) {
  video#hero-video {
    width: 100%;
  }
}
button#muteSwitch {
  position: absolute;
  display: block;
  cursor: pointer;
  border: none;
  padding: 0px 20px 0px 20px;
  font-size: 10px;
  bottom: 70px;
  right: 20px;
  height: 20px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 1px;
}
button#fullscreenBtn {
  position: absolute;
  display: block;
  cursor: pointer;
  border: none;
  padding: 0px 20px 0px 20px;
  font-size: 10px;
  bottom: 15px;
  right: 20px;
  height: 20px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 1px;
}
button:hover#muteSwitch, button:hover#fullscreenBtn {
  color: #ffff00;
}
#volumeSlider {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 100px;
}
@media only screen and (min-width: 650px) and (max-width: 899px) {
  button#muteSwitch {
    bottom: 100px;
    right: 20px;
    left: auto;
  }
  button#fullscreenBtn {
    bottom: 50px;
    right: 20px;
    left: auto;
  }
  #volumeSlider {
    bottom: 63px;
    right: 20px;
    left: auto;
  }
}
@media only screen and (min-width: 900px) {
  button#muteSwitch {
    bottom: 80px;
    left: 20px;
    right: auto;
  }
  button#fullscreenBtn {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
  #volumeSlider {
    bottom: 38px;
    left: 20px;
    right: auto;
  }
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.lightbox-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
}
#closeLightbox {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
#fullscreenVideo {
  width: 100%;
}
#mc_embed_signup {
  background: none !important;
}
#popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 660px;
}
#popup-container h2, #popup-container a, #popup-container a:visited {
  color: #001929 !important;
}
#popup-container #mc_embed_signup form {
  margin: 0px;
}
#popup-container #mc_embed_shell {
  padding: 10px 20px;
  background: #fff;
}
#mc_embed_shell {
  padding: 10px 20px;
}
#mc_embed_signup {
  width: 100% !important;
}
#popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#mc_embed_signup input[type=checkbox] {
  width: 15px !important;
}
.footer-junk {
  background: url("images/footer-background.png") repeat-x;
  width: 100%;
  height: 100px;
  margin-top: 50px;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.site-footer {
  width: 100%;
  background: url("images/bg_footer_woodV_356x.jpg") repeat;
  margin: 0px;
}
.footer-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}
ul#footer-menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px 50px;
  text-align: center;
}
ul#footer-menu li {
  background-image: url("images/star.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 1px;
  padding: 0px 0px 0px 25px;
  margin: 5px 0px;
  display: inline-block;
}
ul#footer-menu li a, ul#footer-menu li a:visited {
  text-decoration: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  text-transform: uppercase;
}
ul#footer-menu li a:hover {
  color: #b10716;
}
.footer-left {
  order: 2;
  margin: 20px 0px;
}
.footer-center {
  order: 1;
  text-align: center;
  margin-top: -75px;
  position: relative;
  z-index: 3;
}
.footer-center a, .footer-center a:visited {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 18px;
}
.footer-right {
  order: 3;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  margin-bottom: 30px;
}
.footer-social ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer-social ul li {
  display: inline-block;
  margin: 0px 8px;
}
.footer-social img {
  width: 30px;
  height: 30px;
}
.st0 {
  fill: #FFFFFF;
}
#Layer_1:hover .st0 {
  fill: #ffff00;
  enable-background: new;
}
.footer-contact {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 30px 0px;
}
.footer-contact a, .footer-contact a:visited {
  color: #333333;
  text-decoration: none;
}
.footer-contact a:hover {
  color: #b10716;
}
.footer-contact strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.newsletter-signup {
  margin: 20px 0px 20px 0px;
  width: 300px;
}
.newsletter-signup p {
  margin: 8px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.newsletter-signup span.emailAddress {
  flex-grow: 1;
}
.newsletter-signup input[type="email"] {
  margin: 0px;
  font-size: 15px;
  padding: 4px;
  height: 31px;
  -webkit-border-radius: 3px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 3px !important;
  -moz-border-radius-topright: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  border-radius: 3px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.newsletter-signup input[type="submit"] {
  width: 30%;
  background: #333333;
  height: 31px;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
  padding: 0px 10px;
}
.newsletter-signup div.wpcf7 .ajax-loader {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer-social {
    text-align: right;
  }
  .newsletter-signup {
    float: right;
  }
  .footer-content-wrapper {
    flex-direction: row;
  }
  .footer-left {
    padding: 20px 0px 0px 0px;
    width: 34%;
    order: 1;
    margin: 0px;
  }
  .footer-center {
    order: 2;
    max-width: 350px;
    text-align: center;
    margin-top: -75px;
    width: 32%;
    align-items: flex-start;
  }
  .footer-center img {
    margin-bottom: -15px;
  }
  .footer-center a:hover {
    color: #b10716;
  }
  .footer-right {
    order: 3;
    padding: 20px 20px 0px 20px;
    width: 34%;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-contact {
    text-align: right;
  }
  ul#footer-menu {
    padding: 0px;
    text-align: left;
  }
  ul#footer-menu li {
    display: block;
  }
}
.sponsor-bar-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0px 20px;
}
.sponsor-bar-wrapper h2 {
  text-align: center;
}
.entry-content .sponsor-bar-wrapper {
  padding: 0px;
  max-width: 958px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget-wrapper {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #00ccff;
}
@media screen and (min-width: 1040px) {
  .widget-wrapper {
    margin: 20px;
    width: 345px;
  }
}
@media screen and (min-width: 1366px) {
  .widget-wrapper {
    margin: 20px 0 0 20px;
  }
}
.widget-area .hours-content a.directions-button, .widget-area .hours-content a:visited.directions-button {
  width: 250px;
  margin: 0 auto;
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.widget-area .hours-content p {
  text-align: center;
}
.widget-area .daily-specials {
  margin: 20px 0px;
  flex-direction: column;
  padding: 20px;
}
.widget-area .daily-specials-header-white-text {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.widget-area .daily-specials-header-yellow-text {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 49px;
  color: #ffff00;
  text-transform: uppercase;
}
.widget-area .daily-specials-header-white-text-small {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}
.widget-area .special-price .special-price-money-sign {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}
.widget-area .special-price .special-price-amount {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
}
.widget-area .event-list-date .event-list-location, .widget-area .event-list-image, .widget-area .event-list-button-wrapper {
  display: none;
}
.widget-area .event-list-wrapper {
  margin: 10px 10px;
  min-height: auto;
}
.widget-area a.see-all-shows {
  margin: 0px;
  text-align: center;
}
.widget-area h2 {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.widget-area .daily-specials.closed-banner a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
}
.home-page-block.block-A.widget-area .daily-specials {
  margin: 0px;
}
.home-page-block.block-A.visit-us {
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .home-page-block.block-A.visit-us {
    display: flex;
  }
}
.home-page-block.block-A.visit-us .daily-specials, .home-page-block.block-A.visit-us .hours-content {
  flex-grow: 1;
}
.home-page-block.block-A.visit-us .daily-specials {
  border-top: #fff solid 2px;
}
.home-page-block.block-A.visit-us .hours-content {
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .home-page-block.block-A.visit-us .hours-content {
    margin: 0px 0px 20px 0px;
  }
}
.daily-specials.closed-banner {
  text-align: center;
}
.widget-area .daily-specials.closed-banner {
  text-align: center;
}
.widget-area .daily-specials-header-yellow-text {
  font-size: 32px;
  line-height: 38px;
}
.widget-area .hours-content {
  text-align: center;
}
.widget-area .hours-content h3 {
  font-size: 20px;
}
.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.nav-links .nav-previous, .nav-links .nav-next {
  flex-grow: 1;
}
.nav-links a, .nav-links a:visited {
  background: #1a313f;
  color: #00ccff;
  text-decoration: none;
  display: block;
  line-height: 45px;
  height: 45px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
.nav-links a:hover {
  color: #ffff00;
}
.daily-specials {
  background: url("images/bg_drinkSpecials_woodV_800x.jpg") repeat;
  border-bottom: #fff solid 2px;
  border-top: #fff solid 2px;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
}
.daily-specials-header-white-text {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
}
.daily-specials-header-yellow-text {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 49px;
  color: #ffff00;
  text-transform: uppercase;
}
.daily-specials-header-white-text-small {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
}
.daily-specials-content {
  display: flex;
}
.special-price {
  padding: 0px 20px;
  color: #ffff00;
  line-height: 1;
  display: flex;
}
.special-price .special-price-money-sign {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  align-self: flex-start;
  margin-top: 5px;
}
.special-price .special-price-amount {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
}
.special-name {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  align-self: center;
}
.daily-specials.closed-banner {
  padding: 20px;
}
@media screen and (min-width: 965px) {
  .daily-specials.closed-banner {
    margin-right: 20px;
  }
}
.daily-specials.closed-banner a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #ffff00;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
.daily-specials.closed-banner a:hover {
  color: #00ccff;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/* Events
--------------------------------------------- */
.event-list-wrapper {
  border: 1px solid #00ccff;
  display: flex;
  flex-direction: row;
  min-height: 120px;
  margin-bottom: 30px;
  background: url("images/bg_showcard_rust_1000x.jpg") repeat;
  background-position: center center;
  background-size: cover;
}
.event-list-image {
  background-position: center center;
  width: 120px;
  background-size: cover;
}
.event-list-date {
  display: flex;
  flex-direction: column;
  background: #00ccff;
  padding: 10px 5px;
  text-transform: uppercase;
  justify-content: space-between;
}
.event-list-date .event-list-date-top {
  align-self: center;
  text-align: center;
}
.event-list-date .event-list-date-top .event-list-day {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #001929;
  line-height: 12px;
}
.event-list-date .event-list-date-top .event-list-month {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: 17px;
}
.event-list-date .event-list-date-top .event-list-number {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 25px;
}
.event-list-date .event-list-date-top .event-list-year {
  display: none;
}
.event-list-date .event-list-location {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #001929;
  align-self: center;
}
.event-list-details-wrapper {
  display: flex;
  text-transform: uppercase;
  flex-grow: 2;
  flex-direction: column;
  justify-content: space-between;
}
.event-list-details-wrapper .event-list-titles {
  padding: 5px 10px 5px 10px;
}
.event-list-details-wrapper .event-list-titles a {
  text-decoration: none;
}
.event-list-details-wrapper .event-list-titles a:hover {
  text-decoration: none;
}
.event-list-details-wrapper .event-list-titles a:hover .event-list-title {
  color: #fff !important;
}
.event-list-details-wrapper .event-list-titles .event-list-title {
  color: #ffff00;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.event-list-details-wrapper .event-list-titles .event-list-supporting {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.event-list-details-wrapper .event-list-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.event-list-details-wrapper .event-list-details .event-list-meta {
  padding: 0px 10px 10px 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  flex-grow: 2;
}
.event-list-details-wrapper .event-list-details .event-list-meta .event-list-meta-bold {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
a.event-list-button {
  background: #00ccff;
  color: #001929;
  text-decoration: none;
  display: block;
  width: 125px;
  line-height: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  a.event-list-button {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
  }
}
a:hover.event-list-button {
  color: #ffff00;
}
a.event-list-button.buy {
  margin-top: 0px;
}
a.see-all-shows {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: right;
  color: #00ccff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-top: -25px;
}
a:hover.see-all-shows {
  color: #ffff00;
}
.single-event-header-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .single-event-header-wrapper {
    flex-direction: row;
  }
}
.single-event-header-wrapper strong {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.single-event-image {
  margin: 0 0px 30px 0;
}
@media screen and (min-width: 800px) {
  .single-event-image {
    width: 25%;
    min-width: 240px;
    align-self: flex-start;
    max-height: 400px;
    border: 1px solid #00ccff;
    margin: 0 15px 0 0;
  }
}
.single-event-content {
  background: #162833;
  padding: 20px 0px 0px 0px;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 1040px) {
  .single-event-content {
    padding: 20px 20px 0px 20px;
  }
}
.single-event-content iframe {
  width: 100%;
  height: auto;
  display: block;
}
.single-event-details-wrapper {
  flex-basis: auto;
}
.inner-single-event-detail-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.inner-single-event-detail-wrapper-right, .inner-single-event-detail-wrapper-left {
  flex-grow: 1;
}
.inner-single-event-detail-wrapper-right h5, .inner-single-event-detail-wrapper-left h5 {
  margin: 0px;
}
.inner-single-event-detail-wrapper-left {
  margin: 0 30px 0 0;
}
.single-event-blue-bar {
  background: #00ccff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 15px 0px 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-event-blue-bar .single-event-date {
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 45px;
}
@media screen and (min-width: 500px) {
  .single-event-blue-bar .single-event-date {
    font-family: "Ultra", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
  }
}
.single-event-blue-bar .single-event-date .single-event-day {
  color: #001929;
}
.single-event-blue-bar .single-event-date .single-event-date {
  color: #fff;
}
.single-event-blue-bar .single-event-location {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 45px;
  color: #001929;
}
@media screen and (min-width: 500px) {
  .single-event-blue-bar .single-event-location {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
  }
}
.single-event-price {
  margin: 10px 0px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.single-event-button-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 400px) {
  .single-event-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
a.single-event-button {
  background: #00ccff;
  color: #1a313f;
  padding: 0px 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  height: 35px;
  line-height: 32px;
  display: inline-block;
}
a:hover.single-event-button {
  color: #ffff00;
}
.single-event-content .wp-block-embed-spotify iframe {
  max-height: 500px !important;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 50% !important;
}
.event-blocks h2 {
  text-align: center;
}
.event-blocks .em-events-list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto;
}
.event-blocks .event-list-wrapper {
  margin: 20px 10px 20px 10px;
  width: 300px;
  min-height: 250px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .event-blocks .event-list-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 800px) and (max-width: 899px) {
  .event-blocks .event-list-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 900px) {
  .event-blocks .event-list-wrapper {
    width: 300px;
  }
}
.event-blocks .event-list-wrapper .event-list-date {
  flex-direction: row;
}
.event-blocks .event-list-wrapper a.event-list-image {
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.event-blocks .event-list-wrapper .event-list-date {
  padding: 3px 5px 5px 5px;
}
.event-blocks .event-list-wrapper .event-list-date .event-list-location {
  font-size: 20px;
  line-height: 25px;
}
@media screen and (min-width: 600px) {
  .event-blocks .event-list-wrapper .event-list-date .event-list-location {
    font-size: 20px;
  }
}
.event-blocks .event-list-wrapper .event-list-date-top {
  display: flex;
  flex-direction: row;
  padding: 0px 10px;
}
.event-blocks .event-list-wrapper .event-list-date-top .event-list-day, .event-blocks .event-list-wrapper .event-list-date-top .event-list-month, .event-blocks .event-list-wrapper .event-list-date-top .event-list-number {
  font-size: 20px;
  line-height: 25px;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .event-blocks .event-list-wrapper .event-list-date-top .event-list-day, .event-blocks .event-list-wrapper .event-list-date-top .event-list-month, .event-blocks .event-list-wrapper .event-list-date-top .event-list-number {
    font-size: 20px;
  }
}
.event-blocks .event-list-wrapper .event-list-date-top .event-list-year {
  line-height: 12px;
  margin: 10px 5px 0px 0px;
  font-family: "Ultra", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: block;
}
@media screen and (min-width: 600px) {
  .event-blocks .event-list-wrapper .event-list-date-top .event-list-year {
    line-height: 15px;
    margin: 0px 5px 3px 0px;
    font-size: 14px;
    align-self: flex-end;
  }
}
.event-blocks .event-list-details-wrapper .event-list-titles .event-list-title {
  font-size: 24px;
  line-height: 23px;
  margin: 5px 0px;
  text-align: center;
}
.event-blocks .event-list-details-wrapper .event-list-titles .event-list-supporting {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
}
.event-blocks .event-list-button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.event-blocks .event-list-button-wrapper .event-list-button {
  margin: 0px;
  width: 40%;
}
.event-blocks .event-list-details-wrapper .event-list-details .event-list-meta {
  display: none;
}
.event-blocks a.see-all-shows {
  margin: 0px;
  text-align: center;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
