/*
Theme Name: Urban Mo's 2020
Theme URI: https://urbanmos.com/
Description: This is a custom theme created for UrbanMos.com on the Genesis Framework.
Author: Moxie Design Studios
Author URI: https://www.moxiedesignstudios.com/

Version: 3.2.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: urbanmos2020
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */


html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #eb1c2d;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #ed1b2e;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Zilla Slab", sans-serif !important;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}


h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 10px;
	width: 100%;
	border-radius: 3px;
}

input:focus,
textarea:focus {
	border: 1px solid #eb1c2d;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

#tribe-bar-form .tribe-bar-submit input[type=submit],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #111;
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
.tribe-events-adv-list-widget .type-tribe_events a.button.event-display,
.tribe-events-adv-list-widget .tribe-event-featured a.button.event-display {
	background: #FDD700;
	color: #111 !important;
	width: 100%;
	margin-top: 10px;	
	border-radius: 2px;
	text-align: left;
	padding: 0px 5px;
	margin-top: 10px;	
	font-size: 14px;
	display: none;
}
.tribe-events-adv-list-widget .type-tribe_events a.button.event-display:focus,
.tribe-events-adv-list-widget .type-tribe_events a.button.event-display:hover,
.tribe-events-adv-list-widget .tribe-event-featured a.button.event-display:focus,
.tribe-events-adv-list-widget .tribe-event-featured a.button.event-display:hover {
	background: #ed1b2e;
	color: #fff !important;
	border-radius: 2px;
	text-align: left;
	padding: 0px 5px;
	display: none;
	font-size: 14px;
}



#mc_embed_signup .button {
	background-color: #111 !important;
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif !important;
	border: 0 !important;
	border-radius: 3px !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 18px !important;
	font-weight: 600 !important;
	padding: 10px 24px !important;
	text-align: center;
	text-decoration: none;
	white-space: normal !important;
	height: auto !important;
	width: auto;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #fdd700;
	border-width: 0;
	color: #111;
}

#mc_embed_signup .button:hover {
	background-color: #fdd700 !important;
	border-width: 0 !important;
	color: #111 !important;
}


.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.home .site-inner {
	padding-top: 0px;
}

.show-widgets .widget {
	margin-bottom: 0;
}

.show-widgets .tribe-events-widget-link {
	display: none;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #eb1c2d;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.featured-event-image,
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #eb1c2d;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	/*background-color: #ed257a;*/
	background: #eb1c2e url(images/urbanmos_bg_snake_red.png) repeat;
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #000 !important;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}


.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	font-size: 24px;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #111 !important;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	margin-top: 20px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background: #111 url(images/urbanmos_bg_snake_gray.png) repeat;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}



.footer-widgets .footer-widget-area:first-child .widget:first-child li {
	display: inline-block;
}

.footer-widgets .footer-widget-area:first-child .widget:first-child li a {
	padding: 10px;
	margin: 0px 5px;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widget-area:first-child .widget:first-child {
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fdd700;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #fdd700;
}

.footer-widgets .widget ul#menu-secondary-menu li {
	margin-left: 10px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #111;
	font-size: 13px;
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	line-height: 1.5;
	padding: 30px;
	color: #fff;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer li {
	display: inline-block;
}

.site-footer h3 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
}

.site-footer ul.family {
	text-align: center;
	max-width: 1140px;
	margin: 0px auto 20px auto;
}

.site-footer ul.family li {
	width: 15%;
	margin: 1% 0%;
	height: auto;
	text-align: center;
}

.site-footer ul.family li a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100px;
	text-indent: -9999px;
}

.site-footer a.gossip {
	background: url(images/mosuniverse_logo_gossipgrill.png) no-repeat top center;
	background-size: contain;
}

.site-footer a.bettys {
	background: url(images/mosuniverse_logo_bajabettys.png) no-repeat top center;
	background-size: contain;
}

.site-footer a.hbc {
	background: url(images/mosuniverse_logo_hbc.png) no-repeat top center;
	background-size: contain;
}

.site-footer a.barrel {
	background: url(images/mosuniverse_logo_bb.png) no-repeat top center;
	background-size: contain;
}

.site-footer a.io {
	background: url(images/mosuniverse_logo_insideout.png) no-repeat top center;
	background-size: contain;
}

.site-footer a.saladtogogo {
	background: url(images/mosuniverse_logo_s2gg.png) no-repeat top center; 
	background-size: contain;
}

.site-footer a {
	color: #ed257a;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fdd700;
}

/* Additions
---------------------------------------------------------------------------- */
.page-id-69592 .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav,
.page-id-69592 .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium,
.product_meta,
.minimum-price,
.postid-64480 .woocommerce-Price-amount,
.suggested-text {
	display: none;
}

.page-id-69592 .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	min-height: 300px;
}

.page-id-69592 .site-inner,
.page-id-69565 .site-inner,
.page-id-66691 .site-inner {
	padding-top: 0;
}

.page-id-69592 .entry-header,
.page-id-69565 .entry-header,
.page-id-66691 .entry-header{
	display: none;
}

.page-id-69592 .entry,
.page-id-69565 .entry,
.page-id-66691 .entry {
	margin-bottom: 0;
}

.offline a{
	pointer-events: none;
    cursor: default;
	opacity: .5;
}

button.event-display {
	display: none;
}


.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat a:hover,
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat a:focus {
	color: #fdd700 !important;
}

.vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	color: #000 !important;
}
/* Hide these things */

.post-edit-link, .vc_inline-link,
.tribe-events-ical.tribe-events-button,
.page-id-3869 .entry-header,
/*.page-id-46850 .entry-header,*/
.page-id-53910 .entry-header,
.page-id-53860 .entry-header,
.page-id-53863 .entry-header,
.home .entry-header {
	display: none !important;
}
.page-id-53860 .site-inner,
.page-id-53863 .site-inner,
/*.page-id-46850 .site-inner,*/
.page-id-53910 .site-inner,
.page-id-3869 .site-inner{
	padding-top: 0;
}

.page-id-53860 .entry,
.page-id-53863  .entry,
.page-id-46850 .entry,
.parent-pageid-53870 .entry,
.home .entry-content,
.home .entry{
	margin-bottom: 0;
}

.page-id-53874.parent-pageid-53870 .entry {
	margin-bottom: 60px;
}




.bubbles-video .wpb_content_element {
	margin-bottom: 0 !important;
}

.post-type-archive-tribe_archive .site-inner {
	margin-bottom: 100px;
}

.bio.vc_column_container {
	padding: 60px;
}

.bio h2 {
	font-size: 48px;
}

.bio p {
	font-size: 24px;
}

.bubbles-tagline p {
	font-size: 24px;
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 600;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
	margin-top: 3px !important;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background: #111 !important;
	color: #fff !important;
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	font-weight: 600;
}
.vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
background: #fdd700 !important;
color: #111 !important;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
	font-size: 14px !important;
}

label.wc-pao-addon-name {
    margin-bottom: 2px;
    font-weight: bold !important;
	border-bottom: 1px solid #000 !important;
}



.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	display: none !important;
}
.home .woocommerce-tabs,
.wc-tabs {
	display: none !important;
}
.related {
	display: block;
	clear: both;
}

.postid-64318 .woocommerce-tabs {
	display: none;
}

.wc-pao-addon-description {
	font-style: italic;
	font-size: 16px;
}
.wc-pao-addon-64318-drag-queen-hostess-3-1,
.woocommerce form .form-row input.input-text {
	margin: 0px 0px 30px 0px !important;
}

.ginput_container.ginput_container_consent {
	display: inline-block !important;
	width: auto !important;
	margin-left: 10px !important;
}

#food-menu-grid h3 {
	background: #111;
	color: #fff;
	width: auto;
	padding: 5px;
	font-size: 14px;
}

#feature .widget,
#feature .wpb_content_element,
#calendar .vc_btn3-container,
#tagIG .vc_btn3-container,
#insta .wpb_content_element {
	margin-bottom: 0;
}


#calendar .vc_btn3.vc_btn3-color-grey, #calendar .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background-color: #ed257a !important;
	color: #fff !important;
}

#tagIG .vc_btn3.vc_btn3-color-grey, #tagIG .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background-color: #512f7a !important;
	color: #fff !important;
}

#private-party .vc_btn3.vc_btn3-color-grey, #tagIG .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	background-color: #ed1b2e !important;
	color: #fff !important;
}


#calendar .vc_btn3.vc_btn3-color-grey:hover, #calendar .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
#calendar .vc_btn3.vc_btn3-color-grey:focus, #calendar .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
#tagIG .vc_btn3.vc_btn3-color-grey:hover, #tagIG .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
#tagIG .vc_btn3.vc_btn3-color-grey:focus, #tagIG .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus {
	background: #111 !important;
	color: #fdd700 !important;
}

#private-party .vc_btn3.vc_btn3-color-grey:focus,#private-party .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,
#private-party .vc_btn3.vc_btn3-color-grey:hover,#private-party .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
	background: #fdd700 !important;
	color: #111 !important;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: #ED1B2E !important;
}


.vc_separator h4 {
	font-size: 24px !important;
}

.parent-pageid-66691 .vc_separator h4 {	
	font-size: 30px !important;
	color: #666;
	font-weight: 700;
	font-family: 'Montserrat','Zilla Slab', serif !important;
	text-transform: uppercase;
} 

.parent-pageid-66691 .excerpt {
	display: none;
}

#seasonal .specials-box {
	border: 3px solid #000;
	padding: 30px;
}

.entry-content ul.display-posts-listing > li:last-of-type {
	margin-bottom: 0 !important;
}



.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 3px !important;
}

.vc_separator h4 {
	font-size: 20px !important;
}

.parent-pageid-53870 .vc_separator h4 {
	font-size: 30px !important;
	color: #666;
	font-weight: 700;
	font-family: 'Montserrat','Zilla Slab', serif !important;
	text-transform: uppercase;
	}

#calendar .vc_btn3.vc_btn3-size-lg,
#tagIG .vc_btn3.vc_btn3-size-lg  {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Zilla Slab', 'Fira Sans',sans-serif;
}

/*Food Menu Stuff
 * -------------------*/
span.title {
	font-weight: 900;
	font-family: 'Montserrat','Zilla Slab', 'Fira Sans', sans-serif;
	font-size: 26px;
}
.entry-content ul.display-posts-listing {
	padding-left: 0;
}
.entry-content ul.display-posts-listing > li {
	margin-bottom: 30px !important;
	list-style-type: none;
	text-align: center;
}

.display-posts-listing .title {
		display: inline-block;
}

.price {
	font-weight: 600;
	display: inline-block;
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	font-size: 24px;	
}

div.price:before {
	content: '';
	padding-left: 60px;
	border-bottom: 3px dotted #000;
	display: inline-block;	
	margin-left: 5px;
	margin-right: 5px;
}

.excerpt-dash {
	display: none;
}


span.excerpt {
	clear: both;
	display: block;
	font-weight: 400;
}

.grid-2 .listing-item span.image {
	float: none;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 4px;
	display: block;
}

.full-width-content .grid-2 .listing-item span.content {
	clear: none;
	float: none;
	margin: 0;
	width: auto;
}

ul.inline-listing li {
	display: inline-block;
}

.menu-grid .listing-item .content p {
	font-size: 15px;
}


.page-id-53954 .price::before {
	display: none;
}


/*AYCE Brunch Menu Display */
#brunch-blocks,
#brunch-cols{
	display: flex;
}

.brunch-col,
.brunch-block {
	flex: 2;
}

.brunch-col {
	text-align: center;
	font-size: 20px;
		line-height: 120%;
}


#brunch-board {
	color: #eee;
	font-family: 'Gochi Hand', 'Open Sans', sans-serif;
}

#brunch-board .wpb_content_element,
#brunch-board .widget {
	margin-bottom: 0;
}

.widget_brunch_widget p,
.widget_brunch_widget .brunch-date {
	text-align: center;
}

.widget_brunch_widget p {
	font-size: 20px;
}

.widget_brunch_widget p.callout {
	margin-top: 30px;
	font-size: 20px;
	color: #fdd700;
	font-weight: 600;
}

.widget_brunch_widget h4 {
	font-size: 26px;
	font-family: 'Gochi Hand', 'Open Sans', sans-serif;
}

.widget_brunch_widget h2 {
	font-family: 'Gochi Hand', sans-serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: #fdd700;
}
.widget_brunch_widget h3 {
text-transform: uppercase;
	font-family: 'Gochi Hand', 'Zilla Slab', sans-serif;
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #ed257a;
}

.entry-content .widget_brunch_widget ul > li {
	list-style-type: none;
}


.widget.widget_brunch_widget ul > li {
	margin-bottom: 0;
}

.entry-content .widget_brunch_widget ul {
	text-align: center;
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.widget_brunch_widget li {
	font-family: 'Gochi Hand', sans-serif;
	list-style-type: none;
	font-weight: 400;
	margin: 0;
	padding: 5px 0px 10px 0px;
	line-height: 120%;
	text-align: center;
	font-size: 20px;
}

.widget_brunch_widget .brunch-col strong {
	font-weight: 400;
	display: block;
	color: #00B4B9;
}


/* Calendar Stuff */







.single-tribe_events .tribe-events-schedule .recurringinfo,
.tribe-events-single ul.tribe-related-events .recurringinfo,
.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-meta .recurringinfo {
	display: none !important;
}
.tribe-events-list #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title {
	font-size: 19px !important;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	background: #ED1B2E;
	color: #fff;
}
.recurringinfo,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap a {
	color: #fff;
}

.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap {
	background: #ed257a;
}

.black .event-is-recurring {
	color: #fff;
}

.tribe-events-single ul.tribe-related-events li:last-of-type {
	margin-right: 0;
}



.single-tribe_events #tribe-events-content .tribe-events-event-meta dd,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	display: inline-block !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	margin-right: 5px;
}

.single-tribe_events .tribe-events-schedule {
	margin-top: .5em;
}

.single-tribe_events .tribe-events-cal-links {
	display: none !important;
}
.single-tribe_events .tribe-events-schedule .recurringinfo {
	font-size: 1em !important;
}

.single-tribe_events .tribe-events-event-meta {
	font-size: 14.5px;
	clear:both !important;
	margin-top: 20px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt:last-of-type {
	margin-right: 8px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin-right: 20px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:last-of-type {
	margin-right: 0;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	width: 100% !important;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover,
.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
	background: #111;
	box-shadow: none;
}
.tribe-events-before-html li {
	display: inline-block;
	width: 32%;
}

.tribe-events-before-html li a {
	width: 100%;
}
.tribe-events-before-html a.button:focus,
.tribe-events-before-html a.button:hover {
	background-color: #fdd700;
	color: #111;
}
.tribe-bar-views-inner,
#tribe-bar-form {
	background-color: transparent !important;
}


.home .type-tribe_events {
	/*width: 16.3%;*/
	width: 23.3%;
	display: inline-block;
}
.page-id-53860 .tribe-events-adv-list-widget,
.home .tribe-events-adv-list-widget {
	text-align: center;
}


.page-id-53860 .tribe-events-adv-list-widget .type-tribe_events,
.page-id-53860 .tribe-mini-calendar-list-wrapper .type-tribe_events {
    margin: 0 0 .25rem;
    padding: 0;
	width: 23.3% !important;
	display: inline-block !important;
}

.page-id-53860 .upcoming .tribe-events-adv-list-widget .type-tribe_events,
.page-id-53860 .upcoming .tribe-mini-calendar-list-wrapper .type-tribe_events{
	width: 100% !important;
}


.page-id-53860 .upcoming .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration {
	color: #fff !important;
}

/*.home .tribe-events-adv-list-widget .tribe-event-featured .list-info {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}*/

.vc_separator.for-tickets h4 {
	font-size: 20px !important;
}

.tribe-mini-calendar-event .list-info h2 {
	margin-bottom: 3px !important;
	font-size: 16px !important;
}
.page-id-46850 .tribe-events-adv-list-widget .type-tribe_events,
.page-id-46850 .tribe-mini-calendar-list-wrapper .type-tribe_events,
.page-id-53860 .tribe-events-adv-list-widget .type-tribe_events,
.page-id-53860 .tribe-mini-calendar-list-wrapper .type-tribe_events,
.home .tribe-events-adv-list-widget .type-tribe_events,
.home .tribe-mini-calendar-list-wrapper .type-tribe_events {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	vertical-align: top;
	color: #333;
}

.tribe-mini-calendar-event {
	margin-bottom: 15px !important;
}

.home .tribe-mini-calendar-event {
	margin-bottom: 0 !important;
}

.page-id-46850 .tribe-mini-calendar-event {
	margin-bottom: 0 !important;
}

.page-id-46850 .tribe-events-adv-list-widget .tribe-event-featured {
	padding-bottom: 0 !Important;
}

.tribe-events-adv-list-widget .tribe-event-featured {
	color: #666 !important;
}

.tribe-mini-calendar-event .tribe-events-divider {
	display: none !important;
}

.tribe-mini-calendar-event,
.tribe-events-adv-list-widget .type-tribe_events {
	border-bottom: 0 !important;
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
	background-color: transparent !important;
	background: transparent;
	border-bottom: 0 !important;
}

.tribe-mini-calendar-event .list-date {
	background-color: #111 !important;
}

.tribe-event-featured .tribe-mini-calendar-event .list-date .list-dayname {
	background: #FDD700 !important;
	color: #111 !important;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a {
	color: #ed257a !important;
	opacity: 1;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a:hover, .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a:hover {
	color: #111 !important;
}

.tribe-mini-calendar-event .list-date {
	margin-right: 2% !important;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration {
	font-weight: 300 !important;
}

.tribe-mini-calendar-event .list-info {
	padding-right: 5px !important;
	text-align: left;
}

.tribe-events-adv-list-widget .tribe-event-featured .list-info {
	padding: 0px 5px 0px 0px !important;
	width: 80% !important;
	text-align: left;
}

.tribe-events-adv-list-widget .tribe-event-featured .list-date,
.tribe-mini-calendar-list-wrapper .tribe-event-featured .list-date {
	display: inline-block !important;
}
.tribe-events-adv-list-widget .tribe-event-featured .list-info {
    display: inline !important;
    float: left !important;
    margin: 10px 0 !important;
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration {
	color: #222;
}

.tribe-mini-calendar-event.first {
	margin-top: 0;
}
.tribe-event-image,
#tribe-events-photo-events .tribe-events-event-image,
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-event-image {
	border: 1px solid #eee !important;
}

.tribe-events-widget-link {
	display: none !important;
}
.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title::after {
	content: '\f005';
	font-family: 'Font Awesome 5 Free';
	color: #fdd700;
	display: inline-block;
	margin-left: 0px;
	font-size: 14px;
}


/* Mailing List Form */
.footer-widgets .mc4wp-form .name input {
	float: left;
	width: 48%;
}

.footer-widgets .mc4wp-form input[type="text"],
.footer-widgets .mc4wp-form input[type="email"]{
	background: #fefefe;
	color: #333;
	border: #eee;
	margin: 1%;	
	float: left;
}

.footer-widgets .mc4wp-alert.mc4wp-success {
	color: #fdd700;
}

.footer-widgets .mc4wp-form input[type="email"] {
	width: 98%;
}

.footer-widgets .mc4wp-form input[type="checkbox"] {
	background: #444;
	border: 1px solid #333;
}

.footer-widgets .mc4wp-form .terms {
	vertical-align: middle;
}

.footer-widgets .mc4wp-form .check {
	float: left;
	width: 58%;
	margin: 1%;
	color: #ccc;
	font-size: 14px;
}

.footer-widgets .mc4wp-form input[type="submit"] {
	background: #ed257a;
	font-family: 'Zilla Slab','Fira Sans', sans-serif;
	color: #fff;
	border: 0;
	margin: 1%;	
	width: 38%;
	float: right;
	font-weight: 400;
	font-size: 20px;
}

.footer-widgets .mc4wp-form input[type="submit"]:focus,
.footer-widgets .mc4wp-form input[type="submit"]:hover {
	background: #fdd700;
	color: #111;
}

/* Rows */
.red {
	background: #ed1b2e url(images/urbanmos_bg_gg_red.jpg) top left no-repeat;
	background-size: cover;
}

.red.no-graphic {
	color: #fff;
}

.pads {
	padding: 60px 60px 20px 60px;
}
#private-details .pads,
#private-party .pads {
	padding: 60px 60px 20px 60px;
}

.pads.small {
	padding: 30px 0px;
}

.box {
	padding: 60px 60px 40px 60px;
}

ul.rules {
	list-style-type: 0;
	margin-left: 0;
	padding-left: 0;
}

.entry-content ul.rules > li {
	list-style-type: none;
}

.rules li {
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.rules li:last-of-type {
	border-bottom: 0px;
}

.rules li strong {
	background: #fdd700;
	color: #111;
	padding: 3px 6px;
}

.black {
	background: #171717 url(images/urbanmos_bg_snake_gray.png) top left repeat;
	color: #fff;
}

#welcome .black {
	font-weight: 400;
	color: #fefefe;
}

.light {
	color: #fff;
}

.black h2 {
	color: #fdd700;
}

.black a:focus,
.black a:hover{
	color: #00b4b9;
}

.pink {
	background: #ed257a url(images/urbanmos_bg_gg_pink.jpg) top right no-repeat;
	background-size: cover;	
	color: #fff;	
}

.no-graphic {
	background-image: none;
}

.purple {
	background-color: #512f7a;
	color: #fff;	
}

.purple a {
	color: #fdd700;
}

.purple a:focus,
.purple a:hover {
	text-decoration: underline;
}

.yellow {
	background-color: #fdd700;
}
/* Utility Bar
--------------------------------------------- */
.utility-bar {
 background-color: #111111;
 border-bottom: 1px solid #000;
 color: #fff;
 font-size: 14px;
 padding: 10px 0;
 padding: 1rem;
}

.utility-bar .widget {
	margin-bottom: 0;
}

.utility-bar .widget ul > li {
	margin: 0px 5px;
}

.utility-bar-right .widget ul > li a {
	padding-left: 10px;
	padding-right: 10px;
}

.utility-bar a {
	color:#fdd700;
}
.utility-bar a:hover,
.utility-bar a:focus {
	color: #ed257a;
}
.utility-bar-left,
.utility-bar-right {
 width: 50%;
}
.utility-bar-left p,
.utility-bar-right p {
 margin-bottom: 0;
}
.utility-bar-left {
 float: left;
}

.utility-bar-right li,
.utility-bar-left li {
	display: inline-block;
}


.utility-bar-right {
 float: right;
 text-align: right;
}

.utility-bar-right ul {
	text-align: right;
}



.utility-bar input[type="search"] {
 background: inherit;
 padding: 10px 0 0;
 padding: 1.0rem 0 0;
}

/* contact form */

.gform_wrapper label.gfield_label {
	font-family: 'Zilla Slab', 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 40px !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	background: #ed257a;
	color: #fff;
	padding: 30px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html a {
	color: #fdd700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html a:focus,
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html a:hover {
	text-decoration: underline;
}

/* WOO COMMERCE STUFF */
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	text-align: center;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.tc_seating_map {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	width: 75%;
	margin: auto;
}

.tc_seating_map_button {
	margin-bottom: 30px;
	margin-top: 24px;
}

#tribe-events-pg-template .tribe-events-content h2, .tribe-events-after-html h2, .tribe-events-before-html h2 {
	font-size: 28px !important;
	line-height: 1.2 !important;
	margin-top: 0;
}

.single-tribe_events .tribe-events-content p {
	font-size: 16px;
}

.single-product .entry-meta {
display: none;
}
/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
	
	.tribe-events-before-html li {
	display: inline-block;
	width: 100%;
}
	
	.tc_seating_map {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	width: 98%;
	margin: auto;
}

	.menu-item .fa {
		display: none;
	}
	
	.page-id-53860 .type-tribe_events,
	.home .type-tribe_events {
	width: 100%;
	display: block;
	}
	
	.box {
		padding: 40px 30px 20px 30px;
	}
	
	.utility-bar-left,
	.utility-bar-right {
		width: 100%;
		float: none;
		display: block;
}
	.utility-bar-right ul,
	.utility-bar-left ul {
		text-align: center;
	}
	.utility-bar-left li:first-of-type {
		display: block;
		}
	.utility-bar-right li,
	.utility-bar-left li {
		padding: 5px 0px;
	}

}


@media only screen and (max-width: 600px) {
	#brunch-blocks,
	#brunch-cols{
    display: block;
  }
	
div.price:before {
		display: none;
	}
	
	.price {
		display: block;
		margin-bottom: 20px;
	}

	span.title,
	.price {
		line-height: 100%;
	}
}

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}
	

}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
	.home .type-tribe_events {
	width: 48%;
	display: inline-block;
	}
	
	.utility-bar-left,
	.utility-bar-right {
		width: 40%;
}
	.utility-bar-right li,
	.utility-bar-left li {
		padding: 5px 0px;
	}

	.menu-item .fa {
		display: none;
	}
}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: relative;
		top: 0;
		z-index: 9999;
	}


	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: transparent;
		color: #111;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #fff;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #fff;
	    background-color: #000;	
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item a {
			background-color: #ed257a;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.woocommerce-page .full-width-content .content {
	width: 65%;
}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 2);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* trivia page calendar layout */
.page-id-67117 .entry-content,
.page-id-66969 .entry-content {
	display: flex;
	flex-flow: row wrap;
}

.page-id-67117 .type-tribe_events,
.page-id-66969 .type-tribe_events {
	margin: 1%;	
	flex: 1 1 30%;
}



#menu-social-menu-1 .menu-item-71264,
#menu-social-menu-1 .menu-item-71265{
	display: none;
	
}