/*!
Theme Name: vaporwave
Theme URI: http://underscores.me/
Author: Jessica Porcaro
Author URI: http://underscores.me/
Description: Glitch Bar & Arcade
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vaporwave
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.

vaporwave 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
--------------------------------------------------------------*/

span.edit-link {
	display: none;
}

/* 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: 0rem;
}

/* 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;
}

/* 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
--------------------------------------------------------------*/

body.home .entry-header,
body.page-template-interior .entry-header {
	display: none;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, 'Titillium Web', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h4,
h5,
h6 {
	color: #fff;
	clear: both;
	font-family: 'Bebas Neue', sans-serif;
}

h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2.6rem;
	letter-spacing: .1rem;
}

p {
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	margin: 0rem 0rem 1.8rem 0;
	font-size: 1.6rem;
	letter-spacing: .16rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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%;
}

.main-navigation a {
	color: #fff;
	font-family: 'Press Start 2P', sans-serif;
}
h1.logo {
	font-size: 0rem;
}
h1.logo a {
	display: inline-block;
}
h1.logo img {
	width: 90%;
}
h2 {
    font-size: 9rem;
    font-weight: normal;
    line-height: 7.6rem;
    position: relative;
    padding-top: 0rem;
    letter-spacing: -.09rem;
    margin: 0rem;
}
.intro-row {
	padding: 2rem 0;
}
.games-row h4 {
    background-color: #fff;
    font-family: 'Press Start 2P', sans-serif;
    color: #040620;
    text-transform: uppercase;
    display: inline-block;
    padding: .8rem .9rem;
    margin: 0rem 0 0rem;
    box-shadow: 0px 0px 6px 0px #fff;
    font-size: 1.5rem;
    position: relative;
    width: 100%;
	text-align: center;
	letter-spacing: -0.08rem;
}
span.title {
	font-family: 'Titillium Web', sans-serif;
	color: #f34ac3;
	text-transform: uppercase;
	font-size: 1.8rem;
	margin-top: 2rem;
	display: inline-block;
	font-weight: bold;
	letter-spacing: .1rem;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
	line-height: 2.6rem;
}
h4.vc_tta-panel-title span.vc_tta-title-text {
	font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.6rem;
}
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #f34ac3 !important;
    background-color: rgba(243, 73, 195, .06);
    transition: 0.6s;
}
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
	color: #00ccff;
}	
.faqs.vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
	border-color: transparent !important;
}
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
	border-color: transparent;
	background-color: transparent;
}
.faqs.vc_tta.vc_general .vc_tta-panel-body {
	padding: 2rem 5rem 2rem 46px;
}
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f34ac3;
    background-color: transparent;
}
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body, 
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after, 
.faqs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
    border-color: #f34ac3;
    background: rgba(243, 73, 195, .06);
}
.faqs.vc_tta.vc_general .vc_tta-panel-title>a {
	padding-top: 22px;
	padding-bottom: 22px;
}
.vc_tta-panel-body p {
	font-size: 1.6rem;
    line-height: 2.8rem;
}
.intro h3 + p {
	padding-top: 3rem;
	line-height: 3rem;
	font-size: 1.8rem;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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%;
}
.divider {
    border: 1px #05f2f2 solid;
    background: #00ccff;
    box-shadow: 1px 1px 9px 0px #05f2f2;
    width: 8rem;
    display: block;
    height: .6vh;
    margin: 2rem 0;
}
body.page-template-home .mdp-glider {
	padding-top: 1rem;
}
.gallery-intro,
.heading.location {
	padding-top: 4rem;
	padding-left: 4rem;
}
.heading.location span.title {
	margin-top: 1rem;
}
.special-slider {
	margin-left: 4rem;
}
.games-intro {
	padding: 5rem 2rem 0 5rem;
}
.games-intro p {
	line-height: 2.6rem;
}
.games-row {
	padding: 2rem 0rem;
}
.content-row {
	padding: 2rem 0rem;
}
.games-row + .content-row {
	padding: 10rem 0rem 6rem;
}
.games-row .mdp-glider-content {
	background: rgba(243, 73, 195, .06);
	border: 3px #f34ac3 solid;
	border-radius: 0px;
	padding: 1rem;
	transition: 0.6s;
}
.games-row .mdp-glider-content:hover {
	background: transparent;
	border: 3px #00ccff solid;
	border-radius: 0px;
}
.games-row .mdp-glider-content p {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.menu-row {
	background-size: cover !important;
	padding-top: 6rem;
}
.food-row {
	padding: 4rem 6rem;
}
.specials-row {
	padding: 5rem 0rem 5rem 5rem;
}
.location-row {
	padding: 4rem !important;
}
.location-row .info .heading {
	padding-top: 9rem;
}
.specials-row .mdp-gliderslide h4 {
	font-size: 1.6rem;
	font-family: 'Press Start 2P';
	text-transform: uppercase;
	padding: 1rem 0 0;
	color: #f34ac3;
	transition: 0.6s;
	margin-bottom: 0rem;
}
.specials-row .mdp-gliderslide img {
	background: rgba(243, 73, 195, .06);
	border: 3px #05f2f2 solid;
	border-radius: 0px;
	transition: 0.6s;
}
.ut-menu.ut-menu-standard.menu-bg-color,
.section.item-bg-color,
.section-header-bg-color.section-title-color.section-heading.padding-left.padding-right,
.item-bg-color.menu-items-container.padding-left.padding-right,
.item-bg-color.menu-item.clearfix {
    background: transparent !important;
}
.ut-menu.ut-menu-standard.menu-bg-color {
    color: #fff !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem !important;
}
a.tab-anchor {
    cursor: pointer !important;
    transition: all 0.3s ease;
    outline: none;
}
.date-time {
    display: none !important;
}
.menu-list {
    background: #020316 !important;
    border: 1px rgba(209, 3, 233, .6) solid !important;
}
a.tab-anchor.active {
    border: 0px !important;
    color: #00ccff!important;
    text-shadow: 0px 0px 1px #05f2f2;
}
a.tab-anchor {
    border-bottom: 0px;
}
a.item-title-color.untappd-beer-url span {
	color: #f34ac3 !important;
	font-size: 1.1rem;
}
span.item-style.item-title-color span,
.item-meta.item-title-color span {
    font-size: 1.1rem;
    color: #fff;
}
.ut-menu-standard .menu-items-container .menu-item .item .item-details .item-meta span:before {
	color: #f34ac3 !important;
}
.menu-info.divider-color,
.ut-menu-standard .section .section-heading .section-name {
    display: none;
}
.menu-nav.ut-row.divider-color.flush-bottom {
    padding: 1rem 0 0;
}
.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a {
    color: #f34ac3 !important;
    text-decoration: none;
    font-size: 1.5rem;
    display: block;
    padding: 0 0 .4rem 0;
    font-weight: 600;
}
.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style, p.beer-name {
    padding-left: 0px;
    font-weight: 600 !important;
    font-style: normal !important;
    margin: 0;
    font-size: 1.3rem;
    color: #fff !important;
    padding-left: 0rem !important;
}
a.link-font-color.ut-more,
.brewery-location-hideable,
p.link-font-color.show-less.item-title-color,
.container-list.item-title-color {
    display: none !important;
}
a.item-title-color,
span.ibu,
span.abv  {
    color: #fff !important;
    font-weight: normal;
    font-size: 1.1rem;
}
.ut-menu .menu-nav div.menu-list div.menu-list-item a:hover {
    text-decoration: none !important;
    color: #f34ac3;
    text-shadow: 0px 0px 2px #f34ac3;
}
.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .item-meta div:before {
    color: #00ccff !important;
}
.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .item-meta div:first-child {
    padding-left: 0px !important;
}
.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .item-meta div {
    padding-left: 16px !important;
    margin-left: 0px !important;
}
.item-bg-color.menu-item.clearfix {
    border-bottom: 1px #00ccff solid;
    padding-bottom: 2rem;
}
.item-bg-color.menu-item.clearfix {
    border-bottom: 1px #00ccff solid;
    padding-bottom: 2rem;
}
.menu-row .container.drinks {
	margin: 0px auto;
	padding: 1rem 0;
}
.menu-row .container.drinks.btn .vc_col-sm-12 {
	text-align: center;
}
.ut-menu-standard .section .section-heading .section-description {
    border-bottom: 1px #00ccff solid !important;
    padding-bottom: 8px;
    margin-bottom: 12px;
    color: #fff !important;
}
.drinks p {
	padding-top: 3rem;
}
#menu-container {
	max-height: 98vh;
	overflow-x: hidden;
}
body.page-template-interior #menu-container {
	max-height: 100%;
}
.food-row .info p {
	padding-right: 5rem;
}
.pic img,
.image-holder img {
	border: 2px #00ccff solid;
	box-shadow: 0px 0px 8px -1px #05f2f2;
}
.intro-vid {
	padding-bottom: 3rem;
	margin-left: -0.9rem !important;
}
.intro-vid video {
    width: 100%;
}
.location-row .image-holder {
	margin-bottom: -0.3rem;
	padding-right: 3rem;
}
.info .add p, .info .hours p, .info .contact p {
	font-size: 1.4rem;
}
.info .add h3, .info .hours h3, .info .contact h3 {
	margin-bottom: 0rem;
    padding-bottom: 0px;
    color: #f34ac3;
    line-height: 2rem;
}
.info .add a {
	color: #fff;
	text-decoration: none;
}
.location-row .info .heading {
	padding-bottom: 0rem;
}
.footer-addy {
	margin-bottom: 0px !important;
	margin-top: 8rem;
	width: 100%;
}
.footer-addy h1 a {
	background: rgb(236,135,65);
	background: linear-gradient(280deg, rgba(236,135,65,1) 22%, rgba(209,3,232,1) 75%, rgba(209,3,232,1) 100%);
	font-size: 1.3rem;
	font-family: 'Press Start 2P', sans-serif;
	color: #fff;
	text-align:center;
	text-decoration:none;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	margin: 0rem;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	padding: .8rem 0;
	letter-spacing: .08rem;
}
.footer-addy h1 a:hover {
    color: #fff;
    background: rgb(243,74,195);
	background: linear-gradient(280deg, rgba(243,74,195,1) 22%, rgba(209,3,232,1) 75%, rgba(243,74,195,1) 100%);
}
.footer-addy h1 a:visited {
	color: #fff;
}
.site-info {
	display: block;
	padding: 1rem 1rem 3rem;
}
.site-info .col {
	float: left;
	width: 50%;
}
.site-info .col:last-child {
	text-align: right;
}
.site-info .col span {
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.09rem;
	text-transform: uppercase;
}
.site-info .col span a {
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	text-decoration: none;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-info .col span a:hover {
	color: #00ccff;
}
.contact-form {
	padding: 0rem;
	margin: 0rem;
}
.contact-form li {
	list-style: none;
	padding-bottom: 1rem;
}
.contact-form li {
	padding: 1rem 0rem;
}
.gallery-intro p {
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}
p.sm-icons {
	font-size: 5rem;
}
ul.sm-links {
	float: right;
	padding: 0px;
	margin: 0px;
}
.headernav ul.sm-links li {
	float: left;
	list-style: none;
	padding-left: 1rem;
}
ul.sm-links li a {
	color: rgba(225,225,225,.6);
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 1.6rem;
}
ul.sm-links li a:hover {
	color: #fff;
	text-shadow: 0px 0px 3px rgb(225 225 225);
}
.events-callout {
	color: #fff;
	background: rgb(236,135,65);
	background: linear-gradient(280deg, rgba(236,135,65,1) 22%, rgba(209,3,232,1) 75%, rgba(209,3,232,1) 100%);
	padding: 4rem 4rem 0rem 4rem;
	margin: 1rem 0rem 0;
	border: 1px rgba(225, 225, 225, .6) solid;
	text-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
	width: 100%;
}
.events-callout h2 {
	font-size: 6rem;
	line-height: 5rem;
}
.events-callout p {
	padding-right: 4rem;
}
.events-callout .btn2 {
	color: #fff;
	display: inline-block;
	padding-bottom: 2.4rem;
}
.entry-content .feature-img {
	padding: 29rem 0rem;
	background-position: bottom center !important;
}
.mdp-glider-content h4 + p {
    padding-right: 2rem;
    line-height: 2.3rem;
    padding-top: 1rem;
    font-size: 1.5rem;
}
.gallery-row .flexslider {
	background: transparent;
	border: 0px;
	border-radius: 0px;
	margin: 0rem;
}
.video-row.vc_row {
	margin-left: 0px !important;
	padding: 0px !important;
	margin-right: 0px !important;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.news-intro {
    margin-top: 6rem;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #f34ac3;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

.btn1 {
    display:inline-block;
    font-family: 'Press Start 2P', sans-serif;
    color: #fff;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    background-color:#d103e8;
    border:2px solid #f34ac3;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    border-radius:.25rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    margin: 2rem 0;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}
.btn1:hover {
    color: #fff;
    background-color: #00ccff;
    border-color: #05f2f2;
}
.btn1:visited {
	color: #fff;
}
.btn1 .fas,
.btn1 .fab {
	font-size: 1.8rem;
}
a.btn2 {
	font-family: 'Press Start 2P', sans-serif;
	color: #f34ac3;
	display: inline-block;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1rem 0;
	letter-spacing: 0.01rem;
	padding: 1rem 0rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn2 .fas,
.btn2 .fab {
	font-size: 1.7rem;
}
a.btn2:hover {
	color: #00ccff;
}
a.txt-link {
	color: #fff;
	text-decoration: none;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.txt-link:hover {
	color: #00ccff;
}

/* Forms
--------------------------------------------- */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#d103e8;
	border:2px solid #f34ac3;
	border-radius: 0px;
	color: #fff;
	line-height: 1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	padding: 1rem 2rem;
	font-size: 1.8rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
    background-color: #00ccff;
    border-color: #05f2f2;
}

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 {
	color: #fff;
    background-color: #00ccff;
    border-color: #05f2f2;
}

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: #fff;
	border: 1px solid #f34ac3;
	border-radius: 0px;
	background: rgba(225,225,225, 0.04);
	padding: 1rem;
	font-size: 1.6rem;
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	letter-spacing: 0.1rem;
}

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: #fff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.container,
.food-row .vc_col-sm-12 .vc_column-inner,
.cform .vc_col-sm-12 .vc_column-inner,
.site-info {
	position: relative;
	margin: 0px auto;
	max-width: 100%;
	width: 1920px;
}
.container.headernav {
	position: relative;
	margin: 0px auto;
	width: 1920px;
}
.container .row {
	width: 100%;
	display: inline-block;
}
.clearfix {
	overflow: auto;
  }
.clearfix::after {
	content: "";
	clear: both;
	display: table;
  }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

header#masthead .top-line {
	background: rgb(236,135,65);
	background: linear-gradient(280deg, rgba(236,135,65,1) 22%, rgba(209,3,232,1) 75%, rgba(209,3,232,1) 100%);
	width: 100%;
	height: .3rem;
}
.map-row .top-line {
	background: rgb(236,135,65);
	background: linear-gradient(280deg, rgba(236,135,65,1) 22%, rgba(209,3,232,1) 75%, rgba(209,3,232,1) 100%);
	width: 100%;
	height: .3rem;
}
.map-row {
	padding-top: 0rem;
}
.site-branding {
	width: 100%;
	position: relative;
	z-index: 9;
}
.site-branding .row {
	padding: 0.3rem 1rem 0 1rem;
}
.site-branding .row.nav {
	padding: 5rem 0 0 4.3rem;
}
.site-branding .col {
	display: inline-block;
	clear: both;
}
.site-branding .col:nth-child(2) {
	display: inline-block;
	float: right;
	padding: 4rem 0rem 0rem 0rem;
	/* margin-right: -12rem; */
}
.site-branding span,
ul.sm-links li {
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1rem;
	padding-left: .6rem;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
}
.site-branding span {
	display: inline-block;
	padding-top: .4rem;
}
ul.sm-links li:first-child {
    padding-top: .46rem;
    padding-right: .5rem;
}
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 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;
	text-transform: uppercase;
	padding: 0rem 6rem 0 0;
	font-size: 1.5rem;
}
.main-navigation li:last-child {
	padding-right: 0px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	transition: 0.6s;
}
.main-navigation a:hover {
	color: #00ccff;
}
.main-navigation a:active {
	color: #f34ac3;
	text-shadow: 0px 0px 3px #f34ac3;
}
body.page-id-458 li.menu-item-1298 a,
body.page-id-357 li.menu-item-1303 a,
body.page-id-950 li.menu-item-951 a,
body.page-id-493 li.menu-item-1299 a,
body.page-id-1008 li.menu-item-951 a {
	color: #f34ac3;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0em;
}

.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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;
}

/*--------------------------------------------------------------
# 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;
}
.sfm-navicon-button.sf_label_default {
	display: none;
}
#sfm-mob-navbar {
	background-color: #000009 !important;
	border-bottom: 2px #f34ac3 solid;
	padding-top: .3rem !important;
	padding-bottom: .2rem !important;
	height: 70px !important;
}
.sfm-full-single .sfm-nav {
	justify-content: normal !important;
}
.sfm-style-full #sfm-sidebar .sfm-nav {
	margin: 0px !important;
}
.sfm-style-full #sfm-sidebar .sfm-logo {
    padding: 3rem 3rem 2rem 3rem;
}

@media screen and (max-width: 3000px) and (min-width: 1920px) {
	.sfm-navicon-button.sf_label_default {
		display: none;
	}
	.intro-vid video {
		width: 95%;
		margin-left: 0rem;
	}
	.games-intro {
		padding-top: 0rem;
	}
	.games-row h4 {
		font-size: 1.4rem;
	}
	.menu-row {
		padding: 1rem 1rem 1rem 1rem !important;
	}
	.drinks p {
		padding-top: 0rem;
	}
	.mdp-glider-content h4 + p {
		padding-right: 3rem;
		line-height: 2.2rem;
		font-size: 1.4rem;
	}
	.location-row .info .heading {
		padding-top: 2.8rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 26rem 0rem;
		width: 100%;
		max-width: 100%;
	}
	.intro-row {
		padding: 1rem 0rem 0 2rem !important;
	}
	.specials-row,
	.specials-row.alt {
		padding: 3rem 1rem 3rem 2rem;
	}
	.games-intro {
		padding: 1rem 1rem 0 1rem;
	}
	.games-row {
		padding: 2rem 0rem 2rem 2rem;
	}
	.games-row h4 {
		font-size: 1.2rem;
	}
	.info.food {
		padding-left: 8rem;
	}
	.games-row + .content-row, .content-row {
		padding: 4rem 2rem !important;
	}
	.menu-row .container.drinks {
		padding: 1rem 2rem;
	}
	.location-row .image-holder {
		padding-right: 1rem;
		margin-left: 5rem;
	}
	body.page-id-357 .gallery-intro {
		padding-top: 3rem;
	}
}

@media screen and (max-width: 1799px) and (min-width: 1620px) {
	.sfm-navicon-button.sf_label_default {
		display: none;
	}
	h2 {
		font-size: 9rem;
		line-height: 7rem;
	}
	h3 {
		font-size: 1.6rem;
		line-height: 1.6rem;
		letter-spacing: .1rem;
		margin: 1rem 0;
	}
	.main-navigation li {
		padding: 0rem 4rem 0 0;
		font-size: 1.4rem;
	}
	.site-branding .row.nav {
		padding: 2rem 0 0 5.4em
	}
	.btn1 {
		margin: 1rem 0;
		padding: .6rem 3rem;
	}
	.intro-vid video {
		margin-left: 0rem;
		max-width: 100%;
	}
	.games-intro {
		padding: 0rem;
	}
	.games-intro h2 {
		font-size: 8rem;
    	line-height: 6.3rem;
	}
	.games-row h4 {
		font-size: 1rem;
		letter-spacing: -0.03rem;
		padding: .8rem .5rem;
	}
	.games-intro p {
		line-height: 2.2rem;
    	font-size: 1.4rem;
    	margin: 1.6rem 0rem 1rem;
	}
	.menu-row {
		padding: 1rem 1rem 1rem 1rem !important;
	}
	.drinks p, .gallery-intro p {
		padding-top: 2rem;
	}
	.mdp-glider-content h4 + p {
		padding-right: 3rem;
		line-height: 2.2rem;
		font-size: 1.4rem;
	}
	.location-row .info .heading {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 20rem 0rem;
		width: 100%;
		max-width: 100%;
	}
	.intro-row {
		padding: 2rem 4rem 0 4rem !important;
	}
	.specials-row {
		padding: 4rem !important;
	}
	.games-row {
		padding: 1rem 0rem 2rem 4rem !important;
	}
	.special-slider {
		margin-left: 0rem;
	}
	.content-row {
		padding: 4rem !important;
	}
	body.page-id-458 .content-row {
		padding: 0rem 4rem 2rem !important;
	}
	.menu-row .container.drinks {
		padding: 1rem 2rem;
	}
	.wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 450px;
	}
	.gallery-intro {
		margin-top: -18rem;
	}
	body.page-id-357 .gallery-intro, .heading.location {
		margin-top: 0rem;
	}
}

@media screen and (max-width: 1619px) and (min-width: 1201px) {
	.sfm-navicon-button.sf_label_default {
		display: none;
	}
	.main-navigation li {
		padding-right: 3.4rem;
    	font-size: 1.4rem;
	}
	h2 {
		font-size: 9rem;
		line-height: 7rem;
	}
	h3 {
		font-size: 2rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
		margin: 1rem 0;
	}
	.btn1 {
		margin: 1rem 0;
	}
	.intro-vid video {
		max-width: 100%;
		width: 100%;
		margin-left: 0rem;
	}
	.games-row .vc_col-sm-3, 
	.games-row .vc_col-sm-9 {
		width: 100%;
	}
	.games-intro {
		padding-top: 0rem;
	}
	.games-row h4 {
		font-size: 1rem;
		letter-spacing: -0.02rem;
	}
	.games-intro p {
		line-height: 2.6rem;
    	font-size: 1.8rem;
    	margin: 2rem 0rem;
	}
	.site-branding .row.nav {
		padding: 3rem .5rem 0 4.3rem;
	}
	.menu-row {
		padding: 1rem 1rem 1rem 1rem !important;
	}
	.drinks p {
		padding-top: 0rem;
	}
	.mdp-glider-content h4 + p {
		padding-right: 1rem;
    	line-height: 2rem;
    	font-size: 1.3rem;
	}
	.location-row .info .heading {
		padding-top: 2.4rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 26rem 0rem;
		width: 100%;
		max-width: 100%;
	}
	.intro-row {
		padding: 4rem 4rem 0 4rem !important;
	}
	.specials-row {
		padding: 4rem !important;
	}
	.specials-row .mdp-gliderslide h4 {
		font-size: 1.3rem;
		padding: 1rem 0 0 0;
	}
	.games-row {
		padding: 2rem 2rem 2rem 2rem !important;
	}
	.content-row {
		padding: 4rem !important;
	}
	.intro-row .vc_col-sm-6 {
		width: 100%;
	}
	.menu-row .container.drinks {
		padding: 1rem 2rem;
	}
	.location-row .info .heading {
		padding-bottom: 0rem;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
	.sfm-navicon-button.sf_label_default {
		display: none;
	}
	.main-navigation li {
		padding-right: 1.8rem;
		font-size: 1.2rem;
	}
	h2 {
		font-size: 9rem;
		line-height: 7rem;
	}
	h3 {
		font-size: 2rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
		margin: 1rem 0;
	}
	p {
		font-size: 1.4rem;
	}
	.btn1 {
		margin: 1rem 0;
	}
	.intro-vid video {
		max-width: 100%;
		width: 100%;
		margin-left: 0rem;
	}
	.games-row .vc_col-sm-3, 
	.games-row .vc_col-sm-9 {
		width: 100%;
	}
	.games-intro {
		padding-top: 0rem;
	}
	.games-row h4 {
		font-size: 1rem;
		letter-spacing: -0.02rem;
	}
	.games-intro p {
		line-height: 2.6rem;
    	font-size: 1.8rem;
    	margin: 2rem 0rem;
	}
	.site-branding .row.nav {
		padding: 3rem .5rem 0 4.3rem;
	}
	.menu-row {
		padding: 1rem 1rem 1rem 1rem !important;
	}
	.drinks p {
		padding-top: 0rem;
	}
	.mdp-glider-content h4 + p {
		padding-right: 1rem;
    	line-height: 2rem;
    	font-size: 1.3rem;
	}
	.location-row .info .heading {
		padding-top: 2.4rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 26rem 0rem;
		width: 100%;
		max-width: 100%;
	}
	.intro-row {
		padding: 4rem 4rem 0 4rem !important;
	}
	.specials-row {
		padding: 4rem !important;
	}
	.specials-row .mdp-gliderslide h4 {
		font-size: 1.3rem;
		padding: 1rem 0 0 0;
	}
	.games-row {
		padding: 2rem 2rem 2rem 2rem !important;
	}
	.content-row {
		padding: 4rem !important;
	}
	.intro-row .vc_col-sm-6 {
		width: 100%;
	}
	.menu-row .container.drinks {
		padding: 1rem 2rem;
	}
	.location-row .info .heading {
		padding-bottom: 0rem;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	body, html {
		overflow-x: hidden;
	}
	.site-branding {
		display: none;
	}
	.main-navigation li {
		padding-right: 1.8rem;
		font-size: 1.2rem;
	}
	h2 {
		font-size: 8rem;
		line-height: 7rem;
	}
	h3 {
		font-size: 2rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
		margin: 1rem 0;
	}
	.btn1 {
		margin: 1rem 0;
	}
	.divider {
		height: .7vh;
	}
	.intro-vid video {
		max-width: 100%;
		width: 100vw;
		margin-left: 0rem;
	}
	.games-intro {
		padding: 5rem 0rem 0 0rem;
	}
	.games-row .vc_col-sm-3, 
	.games-row .vc_col-sm-9 {
		width: 100%;
	}
	.games-intro {
		padding-top: 0rem;
	}
	.games-row h4 {
		font-size: .8rem;
    	letter-spacing: -0.02rem;
    	padding: .8rem .4rem;
	}
	.games-intro p {
		line-height: 2.6rem;
		font-size: 1.6rem;
		margin: 2rem 0rem;
	}
	.site-branding .row.nav {
		padding: 3rem .5rem 0 4.3rem;
	}
	.menu-row {
		padding: 1rem 1rem 1rem 1rem !important;
	}
	.drinks p {
		padding-top: 0rem;
	}
	.mdp-glider-content h4 + p {
		padding-right: 1rem;
		line-height: 2.1rem;
		font-size: 1.3rem;
	}
	.location-row .info .heading {
		padding-top: 4.4rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 18rem 0rem;
		width: 100%;
		max-width: 100%;
	}
	.games-row .mdp-glider-content {
		border-width: 2px;
		padding: .5rem;
	}
	.intro-row {
		padding: 1rem 2rem 0 2rem !important;
	}
	.games-row + .content-row > .vc_col-sm-6 {
		width: 100%;
	}
	.specials-row .mdp-gliderslide h4 {
		font-size: 1.3rem;
		padding: 1rem 0 0 0;
	}
	.specials-row {
		padding: 2rem 0rem 2rem 0rem;
	}
	.special-slider {
		margin-left: 2rem;
	}
	.games-row {
		padding: 2rem 2rem 2rem 2rem !important;
	}
	.content-row {
		padding: 2rem !important;
	}
	.intro-row .vc_col-sm-6 {
		width: 100%;
	}
	.menu-row .container.drinks {
		padding: 1rem 2rem;
	}
	.location-row .info .heading {
		padding-bottom: 0rem;
	}
	.entry-content {
		margin: 0rem;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item {
		width: 100%;
	}
	.menu-row .ut-menu .menu-nav div.menu-list div.menu-list-item a {
		font-size: 1rem;
	}
	.food-row .vc_col-sm-6,
	.location-row .vc_col-sm-6 {
		width: 100%;
	}
	.map-row {
		padding-top: 1rem;
	}
	.location-row .info.vc_col-sm-6 {
		padding-left: 2rem;
	}
	.food-row {
		padding: 2rem 4rem;
	}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.site-branding {
		display: none;
	}
	.main-navigation li {
		padding-right: 1.8rem;
		font-size: 1.2rem;
	}
	h2 {
		font-size: 6rem;
		line-height: 5rem;
	}
	h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
		letter-spacing: .1rem;
		margin: 1rem 0;
	}
	p {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	.btn1 {
		margin: 1rem 0;
	}
	.divider {
		height: .7vh;
	}
	.intro-vid video {
		max-width: 100%;
		width: 100vw;
		margin-left: 0rem;
	}
	.games-row .vc_col-sm-3, 
	.games-row .vc_col-sm-9 {
		width: 100%;
	}
	.games-intro {
		padding: 0rem;
	}
	.games-row h4 {
		font-size: 1rem;
		letter-spacing: -0.03rem;
		padding: .8rem .2rem;
	}
	.games-intro p {
		line-height: 2.6rem;
		font-size: 1.4rem;
		margin: 2rem 0rem;
	}
	.drinks p, .food-row .info p {
		font-size: 1.4rem;
		margin: 2rem 0;
		line-height: 2.6rem;
		padding-top: 0rem;
		padding-right: 0rem;
	}
	.site-branding .row.nav {
		padding: 3rem .5rem 0 4.3rem;
	}
	.menu-row {
		padding: 1rem 1rem 1rem 1rem !important;
	}
	.mdp-glider-content h4 + p {
		padding-right: 1rem;
    	line-height: 2rem;
    	font-size: 1.3rem;
	}
	.location-row .info .heading {
		padding-top: 5rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 10rem 0rem;
		width: 100%;
		max-width: 100%;
	}
	.games-row .mdp-glider-content {
		border-width: 2px;
		padding: .5rem;
	}
	.gallery-intro, .heading.location {
        padding: 1rem 0rem;
    }
	.intro-row {
		padding: 0rem 2rem 0 2rem !important;
	}
	body.page-id-357 .intro-row {
		padding: 2rem 1rem !important;
	}
	.specials-row {
		padding: 2rem 0rem 2rem 1rem !important;
	}
	.specials-row .mdp-gliderslide h4 {
		font-size: 1.2rem;
		padding: 1rem 0 0 0;
	}
	.special-slider {
        margin-left: 0rem;
    }
	.games-row {
		padding: 2rem 2rem 2rem 2rem !important;
	}
	.games-row + .content-row > .vc_col-sm-6 {
		width: 100%;
	}
	.content-row {
		padding: 0rem 2rem !important;
	}
	.intro-row .vc_col-sm-6 {
		width: 100%;
	}
	.menu-row .container.drinks {
		padding: 0rem;
	}
	.location-row .info.vc_col-sm-6 .heading {
		padding-bottom: 0rem;
		padding-top: 5rem;
		padding-left: 1rem;
	}
	.location-row .info.vc_col-sm-6 .info {
		padding-top: 0rem;
		padding-left: 1rem;
	}
	.entry-content {
		margin: 0rem;
	}
	.food-row {
		padding: 1rem 2rem;
	}
	.menu-row .ut-menu .menu-nav div.menu-list,
	.menu-list .ut-menu .menu-nav div.menu-list,
	body.page-template-interior .ut-menu .menu-nav div.menu-list {
		display: block;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item,
	body.page-template-interior .ut-menu-standard .menu-items-container .menu-item {
		width: 100%;
	}
	.menu-row .ut-menu .menu-nav div.menu-list div.menu-list-item a,
	.menu-list .ut-menu .menu-nav div.menu-list div.menu-list-item a,
	body.page-template-interior .ut-menu .menu-nav div.menu-list div.menu-list-item a {
		font-size: 1.2rem;
		padding: .6rem 0;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style,
	.menu-list .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style,
	body.page-template-interior .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style {
		font-size: 1.1rem;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a,
	.menu-list .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a,
	body.page-template-interior .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a {
		font-size: 1.2rem;
		padding: 0rem;
	}
	.vc_row.location-row {
		padding: 2rem 1rem 2rem 1rem !important;
	}
	.food-row .vc_col-sm-6,
	.location-row .vc_col-sm-6 {
		width: 100%;
	}
	.location-row .info.vc_col-sm-6 {
		padding-left: 0rem;
	}
	.footer-addy h1 a {
		font-size: 1rem;
		letter-spacing: 0.1rem;
		padding: .8rem;
	}
	.map-row {
		padding-top: 0rem;
	}
}

@media screen and (max-width: 480px) and (min-width: 320px) {
	.intro-gif {
		display: inline-block;
	}
	body, html {
		overflow-x: hidden;
	}
	.site-branding {
		display: none;
	}
	.main-navigation li {
		padding-right: 1.8rem;
		font-size: 1.2rem;
	}
	h2 {
		font-size: 4.3rem;
		line-height: 3.8rem;
	}
	h3 {
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin: 1rem 0;
		letter-spacing: .1rem;
	}
	p {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.btn1 {
		padding: 1rem;
		margin: 1rem 0;
		font-size: .9rem;
		width: 100%;
	}
	.btn1 .fas, .btn1 .fab {
		font-size: 1.3rem;
	}
	.divider {
		height: .7vh;
		margin: 1rem 0 2rem;
	}
	.intro-vid, .promo-vid {
		display: none;
	}
	.video-row > .vc_column_container>.vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.games-row .vc_col-sm-3, 
	.games-row .vc_col-sm-9 {
		width: 100%;
	}
	.games-intro {
		padding: 1rem 0rem 0rem 0rem;
	}
	.games-row h4 {
		font-size: 1.1rem;
		letter-spacing: -0.03rem;
		padding: .8rem .2rem;
	}
	.games-intro p {
		line-height: 2.1rem;
		font-size: 1.3rem;
		margin: 1rem 0rem;
	}
	p.sm-icons {
		font-size: 4rem;
	}
	.special-slider {
        margin-left: 0rem;
    }
	.drinks p, .food-row .info p {
		font-size: 1.3rem;
		margin: 2rem 0;
		line-height: 2.4rem;
		padding-top: 0rem;
		padding-right: 0px;
	}
	.site-branding .row.nav {
		padding: 3rem .5rem 0 4.3rem;
	}
	.food-row {
		padding: 0rem 2rem 1rem 2rem;
	}
	.menu-row {
		padding: 0rem !important;
	}
	.mdp-glider-content h4 + p {
		padding-right: 0rem;
		line-height: 2.2rem;
		font-size: 1.3rem;
		padding-top: .6rem;
	}
	.site-branding .col:nth-child(2) {
		padding-right: 1rem;
	}
	.entry-content .feature-img {
		padding: 8rem 0rem;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0rem;
	}
	.games-row .mdp-glider-content {
		border-width: 2px;
		padding: .5rem;
	}
	.intro-row {
		padding: 1rem 2rem 0rem 2rem !important;
	}
	.intro h3 + p {
        padding-top: 1rem;
        line-height: 2.6rem;
        font-size: 1.4rem;
	}
	body.page-id-357 .intro-row {
		padding: 1rem 1rem 0rem 1rem !important;
	}
	body.page-id-493 .intro-row {
		padding: 1rem 0rem 1rem 2rem !important;
	}
	.specials-row {
		padding: 0rem 0rem 0rem 1rem !important;
	}
	.specials-row.alt {
		padding: 1rem 0rem 0rem 1rem !important;
	}
	.specials-row .mdp-gliderslide h4 {
		font-size: 1.2rem;
		padding: 0rem 0 0 0;
	}
	.specials-row .mdp-gliderslide img {
		width: 96%;
	}
	.games-row {
		padding: 0rem 2rem 2rem 2rem !important;
	}
	body.home .games-row {
		padding: 0rem 1rem 1rem 1rem !important;
	}
	.content-row {
		padding: 1rem 2rem 1rem !important;
	}
	body.page-id-493 .content-row {
		padding: 1rem 0rem 1rem 2rem !important;
	}
	.content-row .vc_custom_1630294830421 {
		padding-right: 0rem !important;
	}
	.intro-row .vc_col-sm-6 {
		width: 100%;
	}
	.menu-row .container.drinks {
		padding: 0rem;
	}
	.location-row .info.vc_col-sm-6 .heading {
		padding-bottom: 0rem;
		padding-top: 3rem;
	}
	.entry-content {
		margin: 0rem;
	}
	.gallery-row ul.flex-direction-nav {
		display: none;
	}
	body.home #menu-container {
        display: none;
	}
	#menu-container {
        height: 197vh;
    }
	.menu-row .ut-menu .menu-nav div.menu-list,
	.menu-list .ut-menu .menu-nav div.menu-list,
	body.page-template-interior .ut-menu .menu-nav div.menu-list {
		display: block;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item,
	body.page-template-interior .ut-menu-standard .menu-items-container .menu-item {
		width: 100%;
	}
	.menu-row .ut-menu .menu-nav div.menu-list div.menu-list-item a,
	.menu-list .ut-menu .menu-nav div.menu-list div.menu-list-item a,
	body.page-template-interior .ut-menu .menu-nav div.menu-list div.menu-list-item a {
		font-size: 1.1rem;
		padding: .6rem 0;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style,
	.menu-list .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style,
	body.page-template-interior .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name span.beer-style {
		font-size: 1rem;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a,
	.menu-list .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a,
	body.page-template-interior .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name a {
		font-size: 1rem;
		line-height: 1.6rem;
		padding: 0rem;
	}
	.menu-row .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name,
	.menu-list .ut-menu-standard .menu-items-container .menu-item .beer .beer-details .beer-name {
		font-size: 1em;
		line-height: 1em;
		margin-bottom: 1px;
	}
	.ut-menu div, .ut-menu p, .ut-menu span {
		line-height: 1.8rem;
	}
	a.item-title-color, span.ibu, span.abv {
		font-size: 0.7rem;
	}
	.vc_row.location-row {
		padding: 0rem 0rem 0rem 1rem !important;
	}
	.food-row .vc_col-sm-6,
	.location-row .vc_col-sm-6 {
		width: 100%;
	}
	.location-row .info.vc_col-sm-6 {
		padding-left: 0rem;
	}
	body.home .footer-addy h1 a {
		display: none;
	}
	.footer-addy h1 a {
		font-size: 1rem;
		letter-spacing: 0rem;
		padding: .8rem 1rem;
	}
	.events-callout {
		border: 0px;
		padding: 2rem 1rem 0rem;
	}
	.events-callout h2 {
		font-size: 3.8rem;
    	line-height: 3.6rem;
	}
	.events-callout p {
		padding-right: 0rem;
	}
	.events-callout .btn2 {
		padding: 1rem 0rem;
		margin-top: 0rem;
	}
	.vc_tta.vc_tta-accordion {
		padding: 2rem 0rem;
	}
	.vc_tta-panel-body p {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}
	.site-info .col span {
		font-size: 0.9rem;
	}
	.map-row {
		padding-top: 1rem;
	}
	.wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 365px;
	}
	span.title {
		margin-top: 1rem;
	}
	h4.vc_tta-panel-title span.vc_tta-title-text {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
	.faqs.vc_tta.vc_general .vc_tta-panel-body {
		padding: 1rem;
	}
	.location-row .image-holder {
		padding-right: 1rem;
	}
	.location-row .info {
		padding-right: .5rem;
	}
	.sfm-style-full #sfm-sidebar .sfm-logo {
		padding: 2rem 3rem 2rem 3rem !important;
	}
}

/* mobile gif */
@media screen and (max-width: 60000px) and (min-width: 481px) {
	.intro-gif, .promo-gif {
		display: none;
	}
}	