/*
Theme Name: Thinkery
Theme URI: https://demo.studiopress.com/
Description: This is a child theme based on the Genesis Sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.1.1

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: genesis-sample
*/


/* 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
- 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
- Plugins
	- Modern Tribe Events Calendar
	- Modern Tribe Events Calendar Add-On: The Events Calendar Category Colors
- 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,
.pagination::before,
.site-container::before,
.site-inner::before,
.widget::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.pagination::after,
.site-container::after,
.site-inner::after,
.widget::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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

body {
	background-color: #fff;
	color: #1b2432;
	font-family: museo-sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

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: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	font-weight: 700;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #1b2432;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1, .is-style-h1 {
	font-size: 48px;
}

h2,.is-style-h2 {
	font-size: 30px;
}

h3, .is-style-h3 {
	font-size: 22.5px;
}

h4, .is-style-h4 {
	font-size: 20px;
}

h5, .is-style-h5 {
	font-size: 18px;
}

h6, .is-style-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: #1b2432;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #c6101c;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 233px;
}

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,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.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;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

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

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

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 700;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* 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: #1b2432;
	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 5% 0;
}

.content-sidebar-wrap {
	max-width: 1170px;
	margin: 0 auto;
}


/* Blog & Archive
--------------------------------------------- */

.archive-hero {
	width: 83%;
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 5% 0;
}
.archive-hero .search-results {
	font-style: italic;
	display: block;
}

.blog-toolbar-container {
	padding: 4px 5%;
	background-color: #ffffff;
}
.blog-toolbar-container-inside {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}
.blog-toolbar-container-inside i {
	color: #c6101c;
	cursor: pointer;
}

.blog-toolbar-container-inside .search-text {
	font-weight: 700;
}

.blog-toolbar-container-inside .category-selector {
	position: relative;
}

.blog-toolbar-container-inside .category-selector i {
	position: absolute;
	top: 7px;
	right: 0px;
	pointer-events: none;
}

.blog-toolbar-container-inside .category-selector:hover i,
.blog-toolbar-container-inside .category-selector:focus i {
	color: #1b2432;
}

.blog-toolbar-container-inside .category-selector select {
	border: none;
	padding: 0;
	background: none;
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	width: 165px;
	cursor: pointer;
	padding: 6px 20px 6px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	 appearance: none;
}

.blog-toolbar-container-inside .search-form {
	margin-left: 5px;
}

.blog .site-inner,
.archive .site-inner,
.search .site-inner {
	background: #e7ecf3;
	padding-bottom: 40px;
}


/* 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 {
	width: 40px;
	height: 40px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.search-form.active {
	width: 220px;
}
.search-form.active:before {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #c6101c;
	transition: all 0.5s ease;
}

.search-form-input,
.search-form-submit {
	display: inline-block;
	width: auto;
}
.search-form-input[type="search"] {
	background: transparent;
	border: none;
	border-bottom: 2px solid #c6101c;
	padding: 5px 0px;
	text-transform: lowercase;
	float: right;

	width: 100%;
	height: 100%;
	box-shadow: none;
	border-bottom: 2px solid #ffffff;
	background: transparent;
	color: #1B2431;
	padding: 20px 20px 20px 20px;
	outline: none;


}
.search-form-input[type="search"]::placeholder {
	color: #1b2432;
}
.search-form-input[type="search"]::-webkit-input-placeholder { /* Edge */
	color: #1b2432;
}
.search-form-input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #1b2432;
}
.search-form-submit {
	color: #c6101c;
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px;
	cursor: pointer;
}
.search-form-submit:hover,
.search-form-submit:focus {
	box-shadow: none;
	outline: transparent;
	color: #1b2432;
	background: transparent;
}

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

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

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

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

.entry-title {
	font-size: 64px;
	margin-bottom: 20px;
}

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

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

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

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

.archive .content,
.blog .content,
.search .content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.archive article,
.blog article,
.search article {
	background-color: #ffffff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 32px;
}

.archive article:hover,
.archive article:focus,
.blog article:hover,
.blog article:focus,
.search article:hover,
.search article:focus {
	transform: translate3d(0, -3px, 0);
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

.archive article .entry-header,
.blog article .entry-header,
.search article .entry-header {
	margin: 16px;
}

.archive article .entry-meta,
.blog article .entry-meta,
.search article .entry-meta {
	margin-bottom: 10px;
}

.archive article .entry-title,
.blog article .entry-title,
.search article .entry-title {

	font-size: 24px;
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	padding-bottom: 70px;
}

.single article .entry-title {
	font-size: 44px;
}


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

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

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

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

img.centered,
.aligncenter {
	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;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	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;
}

/* 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: #1b2432;
	outline: #ccc solid 1px;
}


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

.admin-bar .site-header,
.admin-bar .side-menu {
	top: 32px;
}
.header-info-bar {
	background-color: #970c15;
	padding: 13px 5%;
}
.header-info-bar * {
	color: #ffffff;
	text-decoration: none;
}
.header-info-bar .wrap {
	max-width: 1170px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
}

.header-info-bar .right {
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
}
.header-info-bar .open-hours {
	padding-bottom: 5px;
	display: flex;
	align-items: baseline;
}
.header-info-bar .open-hours .widget {
	margin-bottom: 0;
	display: flex;
}
.header-info-bar .open-hours .widget::before {
	display: none;
}
.header-info-bar .open-hours span.op-closed,
.header-info-bar .open-hours span.op-open {
	color: #ffffff;
}

.header-info-bar .open-hours span.op-open,
.header-info-bar i {
	padding-right: 5px;
}

.site-header {
	background-color: #c6101c;
	padding: 15px 5%;
}
.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
}

.site-header .search-form {
	display: none;
}
.site-header .search-form.active:before {
	background-color: #ffffff;
}
.site-header .search-form-input[type="search"] {
	color: #ffffff;
}
.site-header .search-form-input[type="search"]::placeholder {
	color: #ffffff;
}
.site-header .search-form-input[type="search"]::-webkit-input-placeholder { /* Edge */
	color: #ffffff;
}
.site-header .search-form-input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}
.site-header .search-form-submit {
	color: #ffffff;
}
.site-header .search-form-submit:hover,
.site-header .search-form-submit:focus {
	color: #1b2432;
}

/* Google Translate
--------------------------------------------- */
#google_translate_element {
	display: flex;
	justify-items: flex-start;
	align-items: center;
}

#google_translate_element .goog-te-gadget {
	color: transparent;
	height: 22px;
}

#google_translate_element .goog-te-gadget>span {
	visibility: hidden;
}

#google_translate_element .goog-te-gadget>div {
	position: relative;
}
#google_translate_element .goog-te-gadget>div select.goog-te-combo {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: transparent;
	padding: 0;
	margin: 0;
	height: 22px;
	border: none;
	box-shadow: none;
	font-family: museo-sans, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-indent: 5px;
}
/* #google_translate_element .goog-te-gadget>div:before {
	content: '';
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	position: absolute;
	pointer-events: none;
	display: block;
} */
#google_translate_element .goog-te-gadget>div:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 0.9375rem;
	color: #ffffff;
	right: 15px;
	top: 0;
	position: absolute;
	pointer-events: none;
}
#google_translate_element .goog-te-gadget>div select.goog-te-combo:hover,
#google_translate_element .goog-te-gadget>div select.goog-te-combo:focus {
	color: #1b2432;
}

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

.title-area {
	padding: 0;
	max-width: 350px;
	width: 100%;
}
.title-area,
.header-widget-area {
	width: 100%;
}
.header-widget-area .menu-toggle {
	font-size: 20px;
	text-align: right;
	margin: 0;
	width: auto;
	float: right;
}
.menu-toggle i {
	padding-left: 5px;
}
.wp-custom-logo .title-area img {
	width: auto;
}

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

.site-title a {
	color: #ffffff;
	text-decoration: none;
}

.site-title a:focus,
.site-title a:hover {
	color: #1b2432;
}

.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 {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	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,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1b2432;
	text-decoration: none;
}

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

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #1b2432;
}

.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .current-menu-ancestor .sub-menu .current-menu-item > a {
	color: #1b2432;
}

.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 {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.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;
	border-top: none;
	padding-top: 25px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu li:first-child {
	border-top: 5px solid #970c15;
}

/* 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: #ffffff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #1b2432;
	box-shadow: none;
}

.menu-toggle {
	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 {
	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);
}

/* Mobile slide out menu
--------------------------------------------- */
.slideout-open,
.slideout-open body,
.slideout-open .side-menu {
	overflow: scroll;
}
.slideout-open .side-menu {
	display: block;
}
.site-container {
	min-height: 100%;
	min-width: 100%;
	background-color: #fff;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
}
.side-menu {
	display: none;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #c6101c;
}
.side-menu .wrap {
	padding: 15px 30px;
}
.side-menu-header {
	display: flex;
	justify-content: space-between;
}
.side-menu .logo img {
	width: 46px;
}
.side-menu .logo a {
	display: block;
	width: 100%;
}
.side-menu .close-icon {
	color: #ffffff;
	font-size: 20px;
	text-align: right;
	padding: 0;
	width: auto;
}
.side-menu .close-icon i {
	padding-right: 5px;
	font-size: 20px;
}
.side-menu .close-icon:hover,
.side-menu .close-icon:focus {
	color: #1b2432;
	box-shadow: none;
}
.side-menu .menu-header-menu-container {
	padding: 20px;
}
.side-menu ul.menu li {
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	margin-bottom: 0;
	text-align: center;
}
.side-menu ul.menu li:last-child {
	border: none;
}
.side-menu ul.menu li a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	padding: 20px;
	display: block;
}
.side-menu ul.menu li a:hover,
.side-menu ul.menu li a:focus {
	color: #1b2432;
}
.side-menu .search-form {
	margin: 20px auto;
	text-align: center;
}

.side-menu .search-form.active:before {
	background-color: #ffffff;
}
.side-menu .search-form-input[type="search"] {
	color: #ffffff;
}
.side-menu .search-form-input[type="search"]::placeholder {
	color: #ffffff;
}
.side-menu .search-form-input[type="search"]::-webkit-input-placeholder { /* Edge */
	color: #ffffff;
}
.side-menu .search-form-input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}
.side-menu .search-form-submit {
	color: #ffffff;
}

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

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

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

.page-template-blocks .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 20px;
	list-style: none;
}

.entry-content ol {
	counter-reset: counter;
}
.entry-content ol li {
	counter-increment: counter;
}
.entry-content ol li::before {
	content: counter(counter) ". ";
	color: #c6101c;
	font-weight: bold;
	margin-left: -20px;
	padding-right: 2px;
}
.entry-content ol ol {
	padding-left: 34px;
}
.entry-content ol ol li::before {
	content: counters(counter, ".") " ";
	margin-left: -34px;
}
.entry-content ol ol ol {
	padding-left: 54px;
}
.entry-content ol ol ol li::before {
	margin-left: -54px;
}

.entry-content ul li:before {
	color: #c6101c;
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	margin-left: -20px;
	padding-right: 12px;
}
.entry-content ul ul > li:before {
	content: "\26AC";
	font-size: 11px;
	position: absolute;
	top: 7px;
	left: 5px;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: none;
	position: relative;
}

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

.entry-content ol.is-style-none,
.entry-content ul.is-style-none {
	padding-left: 20px !important; /* important overrides co-blocks important... */
}
.entry-content ol.is-style-none li:before,
.entry-content ul.is-style-none li:before {
	display: none;
}

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

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

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	color: #c6101c;
}

.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;
	flex: 0 0 100%;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #ffffff;
	color: #1b2432;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	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: #c6101c;
	color: #ffffff;
}

/* 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-color: #c6101c;
	padding: 60px 5%;
	clear: both;
	color: #ffffff;
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.footer-widget-area {
	margin-bottom: 40px;
	text-align: center;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

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

.footer-widgets img {
	max-width: 153px;
}
.footer-widgets .social-icons {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	max-width: 300px;
	margin: 0 auto;
}

.footer-widgets ul.menu:first-of-type > li:first-of-type > a {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.footer-widgets ul.sub-menu li {
	margin-left: 0;
	margin-bottom: 10px;
}

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

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

.site-footer {
	background-color: #c6101c;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-family: museo-sans, sans-serif;
}

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

.site-footer div p a {
	color: #fff;
	text-decoration: none;
}

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


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

/* Modern Tribe Events Calendar */

#tribe-events.tribe-events-shortcode.view-day .tribe-events-ical.tribe-events-button {
	display: none;
}

.entry-content .tribe-events-sub-nav li::before {
	display: none;
}
.tribe-events-page-title {
	font-size: 40px;
	font-weight: 700;
	text-align: left;
}
.tribe-events-day .tribe-events-event-meta {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.tribe-events-day .tribe-events-event-meta .time-details {
    padding: 0;
}

.tribe-events-page-title span.date {
	font-size: 16px;
	color: #c6101c;
	display: block;
	margin: 8px 0 4px;
	text-transform: uppercase;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
	margin-left: 15%;
}
.tribe-events-list.tribe-events-day .type-tribe_events {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 16px;
}
.tribe-events-day h3.tribe-events-list-event-title.summary {
	border: none;
}

.tribe-events-list.tribe-events-day a.url {
	display: block;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading:after {
	content: "";
	border-bottom: 1px solid #e7ecf3;
	width: 88%;
	float: right;
	padding-top: 7px;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
	background: none;
	padding: 0;
}

.tribe-events-list.tribe-events-day .type-tribe_events {
	border-bottom: none;
	border-radius: 0px;
}


#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
	overflow: visible;
}

.tribe-events-list .type-tribe_events {
	padding: 2.25em;
}

/* Recurring Event Info */

span.tribe-events-divider {
	display: none;
}
#tribe-events-content .event-is-recurring,
#tribe-events-content .event-is-recurring:hover {
	color: #ffffff;
	font-weight: 700;
	display: flex;
	margin-top: 5px;
	align-items: center;
}
.tribe-events-list.tribe-events-day a.url,
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
	display: block;
}

.tribe-events-list .time-details {
	margin: 5px 0 8px;
}

#tribe-events-content a.url:hover,
#tribe-events-content .event-is-recurring a:not(.url):hover,
#tribe-events-content a.url:hover h3.tribe-events-list-event-title,
a.tribe-event-url:hover {
	text-decoration: underline;
}
.recurring-info-tooltip.tribe-events-tooltip {
	width: 270px;
	border: 2px solid white;
	color: #1b2432;
	background-color: #ffffff;
}
.tribe-events-tooltip .tribe-events-event-body {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 10px 0px;
}
.recurring-info-tooltip p:last-child {
	margin-bottom: 0;
}
.tribe-events-tooltip .tribe-events-arrow {
	background-image: none;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 22px;
	margin: 0 auto;
}
.tribe-events-tooltip .tribe-event-link p {
	margin-bottom: 0;
}
.tribe-events-tooltip .tribe-event-link a {
	padding: 8px 16px;
	border-radius: 99em;
}
span.tribe-events-arrow::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 0;
	border-top: solid 10px #ffffff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.single-tribe_events .tribe-events-single-event-recurrence-description>a {
	background-color: #c6101c;
	color: #ffffff;
	padding: 1px 10px;
	margin: 0 5px;
	border-radius: 50px;
	cursor: pointer;
}
.single-tribe_events .tribe-events-single-event-recurrence-description>a:hover {
	color: #ffffff;
}

/* Related Events */

.full-width-related-events {
	background: #e7ecf3;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-top: 5%;
}
.post .tribe-events-single ul.tribe-related-events,
.tribe-events-single ul.tribe-related-events {
	display: flex;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 768px) {

	.tribe-events-shortcode .tribe-events-day .tribe-events-event-meta {
		background: transparent;
		border: none;
	}

	.post .tribe-events-single ul.tribe-related-events,
	.tribe-events-single ul.tribe-related-events {
		flex-flow: column;
	}
	.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail,
	.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
		float: none;
		width: 100%;
	}
	.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
		padding: 16px 16px 70px 16px;
	}
}

.full-width-related-events .inner {
	max-width: 1170px;
	margin: 0 auto;
	padding-top: calc(60px - 5%);
	padding-bottom: calc(60px - 5%);
}
.post .tribe-events-single ul.tribe-related-events::before,
.post .tribe-events-single ul.tribe-related-events::after,
.tribe-events-single ul.tribe-related-events::before,
.tribe-events-single ul.tribe-related-events::after {
	display: none;
}
.tribe-events-single ul.tribe-related-events li {
	float: none;
	background: #ffffff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
	border: none;
	margin-bottom: 32px;
	padding: 0;
	font-weight: 700;
}
.tribe-events-single ul.tribe-related-events li:first-child {
	margin-left: 0;
}

.tribe-events-single ul.tribe-related-events li:hover,
.tribe-events-single ul.tribe-related-events li:focus {
	transform: translate3d(0, -3px, 0);
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail img {
	height: 185px;
	object-fit: cover;
}

.tribe-events-single .tribe-block__events-link {
	margin-bottom: 50px;
}
#tribe-events-content.tribe-events-single {
	margin-bottom: 0;
	overflow: visible;
}

.tribe-events-single ul.tribe-related-events .recurringinfo {
	display: none;
}
.tribe-events-single ul.tribe-related-events .tribe-related-events-title {
	line-height: 1.5;
	margin: 0 0 10px;
	font-size: 24px;
	font-family: museo-sans, sans-serif;
	font-weight: 700;
}
.tribe-related-event-info {
	padding: 0 10px 70px 0;
}

/* Next / Previous  Links */

#legend_box {
	clear: both;
}
#tribe-events-header {
	margin-bottom: 0;
}
#tribe-events-footer {
	display: none;
}
ul.tribe-events-sub-nav {
	position: absolute;
	right: 0;
	top: 0;
}
ul.tribe-events-sub-nav li {
	position: absolute;
}
ul.tribe-events-sub-nav li.tribe-events-nav-next {
	right: 0;
}
ul.tribe-events-sub-nav li.tribe-events-nav-previous {
	right: 22px;
}
.tribe-events-nav-previous a,
.tribe-events-nav-next a {
	color: transparent;
}
.tribe-events-nav-previous a::before,
.tribe-events-nav-next a::before {
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	position: absolute;
	padding: 6px 8px;
	top: 0;
}

.tribe-events-nav-previous a::before {
	content: "\f053";
	background-color: #c4c5d4;
	left: 0;
}
.tribe-events-nav-next a::before {
	content: "\f054";
	background-color:  #1b2432;
	right: 0;
}
.tribe-events-nav-previous a:hover::before,
.tribe-events-nav-next a:hover::before {
	background-color: #c6101c;
}

.tribe-events-week-grid .tribe-events-nav-pagination {
	height: 50px;
}

/* Modern Tribe Events Calendar Add-On: The Events Calendar Category Colors */
.teccc-legend ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
#legend_box.teccc-legend ul li {
	text-align: center;
	font-size: 12px;
	line-height: 1.33;
	margin: 0 8px 8px 0;
	border-radius: 16px;
	padding: 0;
}
.teccc-legend li a {
	padding: 8px 16px;
	display: block;
}
.teccc-legend ul li::before {
	display: none;
}
/* Hide categories in legend only
 * (TECC hide feature hides everywhere, need to retain chosen color as background)
 */
.teccc-legend li.tribe-events-category-open-to-public, /* Closed to public */
.teccc-legend li.tribe-events-category-closed-to-public { /* Open to public */
	display: none;
}

/* Big Calendar */
#tribe-bar-form,
#tribe-bar-form .tribe-bar-filters-inner {
	background:  #ffffff;
	color: #1b2432;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #c6101c;
	font-size: 16px;
}
.tribe-bar-views-inner,
#tribe-bar-views-toggle {
	background:  #ffffff;
	color: #1b2432;
}

.tribe-events-calendar {
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
	border: 1px solid #e7ecf3;
	background-color: #ffffff;
}
.tribe-events-calendar th {
	background-color: #ffffff;
}
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color: #ffffff;
}
#tribe-bar-views .tribe-bar-views-list {
	background-color: #ffffff;
}
#tribe-bar-collapse-toggle {
	background-color: #ffffff;
	box-shadow: none;
	color: #1b2432;
}
#tribe-bar-collapse-toggle:hover,
#tribe-bar-collapse-toggle:focus {
	background-color: #ffffff;
	box-shadow: none;
	color: #c6101c;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div {
	margin: 0 auto;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
	background-color: #e7ecf3;
}
#tribe-bar-views-toggle:focus, #tribe-bar-views-toggle:hover {
	background-color: #ffffff;
	color: #c6101c;
	box-shadow: none;
}

#tribe-bar-form input[type=text]:focus {
	outline: 1px dashed #e7ecf3;
	padding: 7px;
}

#tribe-bar-views .tribe-bar-views-option:hover  {
	background-color: #e7ecf3;
}


.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
	font-weight: normal;
	color: #1b2432;
}

.tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-] a {
	color: #c6101c;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color:#c6101c;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	border-bottom: none;
	width: 100%;
	margin: 0 0 1px;
}
.tribe-events-viewmore {
	padding: 5px 0 0;
	margin: 0 5%;
	display: inline-block;
	border: none;
}

.tribe-events-calendar .tribe-events-tooltip {
	background-color: #ffffff;
	border: none;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
	bottom: 0;
}
.tribe-events-tooltip h3.entry-title.summary {
	font-size: 24px;
	padding: 8px 14px;
}
.tribe-events-tooltip .tribe-events-event-body {
	font-size: 14px;
	padding: 10px 16px 20px;
}

.tribe-events-tooltip .tribe-event-duration {
	padding-bottom: 10px;
}
.tribe-events-tooltip .tribe-event-description p {
	margin-bottom: 0;
}
.tribe-events-tooltip .tribe-event-link {
	padding-top: 30px;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	background-color: #c6101c;
	border-radius: 0;
	font-family: museo-sans, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
	transform: translate3d(0, 0, 0);
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
	background-color: #c6101c;
	color: #ffffff;
	transform: translate3d(0, -3px, 0);
}

@media (max-width: 768px) {
	#tribe-events-content .tribe-events-calendar td,
	#tribe-events-content table.tribe-events-calendar {
		border: none;
		background-color: #ffffff;
	}
	.tribe-events-calendar thead tr th {
		padding: 8px;
	}

	.tribe-events-calendar thead tr {
		border-top: 1px solid #e7ecf3;
		border-bottom: 1px solid #e7ecf3;
	}
	.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
	.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,
	.tribe-events-calendar td div[id*=tribe-events-daynum-],
	.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
		font-size: 14px;
		padding: 15px 0 15px;
		overflow: hidden;
		margin: 0;
	}
	#tribe-events-content .tribe-events-calendar td.tribe-events-present,
	.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
	.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
	.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
	.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
	.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after {
		background-color: #c6101c;
		color: #ffffff;
		height: 100%;
	}


	#tribe-events-content .tribe-events-calendar td:hover {
		background: #e7ecf3;
		opacity: 1;
	}

	.tribe-events-calendar .mobile-active.tribe-events-has-events::after,
	.tribe-events-calendar .tribe-events-present.tribe-events-has-events::after {
		background: #fff;
	}
	.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
			display: none;
	}

	/* Mobile list */
	#tribe-mobile-container {
		display: block;
		margin: 40px auto;
	}
	#tribe-mobile-container .type-tribe_events,
	#tribe-mobile-container .type-tribe_events~.type-tribe_events {
		padding: 16px;
		margin-bottom: 5px;
	}
	#tribe-mobile-container .tribe-events-viewmore {
		border: none;
	}

	#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
		font-weight: 700;
	}

}

/* Mini Calendar */
.tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
	background-color: #ffffff;
	border: 1px solid #e7ecf3;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar td, .tribe-mini-calendar th {
	font-size: 14px;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav-link  {
	color: #c4c5d4;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
	color: #c6101c;
	font-family: museo-sans, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	padding: 16px 0;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-dayofweek {
	background-color: #ffffff;
	padding: 8px;
}

.tribe-mini-calendar-wrapper a.tribe-mini-calendar-nav-link span {
	height: 1px;
	color: transparent;
}
a.tribe-mini-calendar-nav-link span::before {
	color: grey;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	height: 12px;
	width: 8px;
	position: absolute;
	padding: 10px 24px;
	top: 0;
}

a.tribe-mini-calendar-nav-link  {
	position: absolute;
	top: 0;
	width: 40px;
	margin: 0;
}
a.tribe-mini-calendar-nav-link.next-month {
	right: 0;
}

a.tribe-mini-calendar-nav-link.prev-month {
	left: 0;
}


a.tribe-mini-calendar-nav-link span::before {
	top: 8px;
}

a.tribe-mini-calendar-nav-link.prev-month span::before {
	content: "\f053";
	left: 0;
}
a.tribe-mini-calendar-nav-link.next-month span::before {
	content: "\f054";
	right: 0;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-today {
	background-color: #c6101c;
}
.tribe-mini-calendar-wrapper .tribe-events-present .tribe-mini-calendar-no-event,
.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event {
	color: #ffffff;
	font-weight: 700;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a:before {
	display: none;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-no-event {
	padding: 15px 0 15px;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-no-event {
	font-weight: normal;
	color: #1b2432;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #ececee;
}

.tribe-mini-calendar-nav tr:nth-child(2) {
	border-top: 1px solid #e7ecf3;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar td,
.tribe-mini-calendar-wrapper .tribe-mini-calendar th {
	border: none;
}

.tribe-mini-calendar td.tribe-events-has-events:hover,
.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present:hover,
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today:hover {
	background: #e7ecf3;
	opacity: 1;
}

/* Mini Calendar Event List*/
.tribe-mini-calendar-wrapper .tribe-mini-calendar-event {
	border: none;
	margin-top: 10px;
}

.tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-date {
	background: transparent;
	padding: 0;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
	border: 1px solid white;
}
.tribe-mini-calendar-wrapper .tribe-events-adv-list-widget .type-tribe_events,
.tribe-mini-calendar-wrapper .tribe-mini-calendar-list-wrapper .type-tribe_events {
	border: none;
	padding-left: 12px;
}
.tribe-mini-calendar-wrapper .tribe-mini-calendar-event {
	margin-top: 10px;
}
.tribe-mini-calendar-wrapper .tribe-events-title a {
	border: none;
}


/* Error Messaging */
.tribe-events-notices {
	background: none;
	border: none;
	color: #1b2432;
	margin: 10px 0 20px;
	padding: 0;
	text-shadow: none;
	font-weight: normal;
}

.tribe-events-notices ul li:before {
	display: none;
}


/* Single Events */

.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
	color: #c6101c;
	font-weight: 700;
}

.tribe-block__events-link .tribe-block__btn--link a {
	background: #c6101c;
	border: none;
	color: #ffffff;
	transform: translate3d(0, 0, 0);
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}
.tribe-block__events-link .tribe-block__btn--link a:hover {
	transform: translate3d(0, -3px, 0);
}

.tribe-block__events-link .tribe-block__btn--link img {
	display: none;
}

@media (max-width: 768px) {
	.single-tribe_events .tribe-events-schedule {
		background: none;
		border: none;
		margin: 0 0 20px;
		padding: 0px;
	}
}



/* Media Queries
---------------------------------------------------------------------------- */

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

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

	.header-info-bar .wrap {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		flex-shrink: 0;
	}
	.header-info-bar .open-hours {
		padding-bottom: 0;
	}
	.header-info-bar .translate {
		padding-left: 30px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .side-menu {
		top: 46px;
	}
}

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

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

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

	h1, .is-style-h1 {
		font-size: 64px;
	}

	h2,.is-style-h2 {
		font-size: 40px;
	}

	h3, .is-style-h3 {
		font-size: 30px;
	}

	h4, .is-style-h4 {
		font-size: 20px;
	}

	h5, .is-style-h5 {
		font-size: 18px;
	}

	h6, .is-style-h6 {
		font-size: 16px;
	}

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

	.nav-primary {
		display: inline-block;
	}

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

	.header-widget-area {
		display: none;
	}

	.site-header .search-form {
		display: block;
	}

	/* 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: #1b2432;
		border-radius: 3px;
		color: #fff;
		font-weight: 700;
		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: #0073e5;
	}

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

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

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

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


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

	.content {
		float: left;
		width: 83%;
	}
	.blog .content,
	.archive .content,
	.search .content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */
	.single-post .content {
		float: left;
		width: 65%;
		margin-right: 5%;
	}

	.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;
		margin-top: 60px;
	}

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

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

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

	.footer-widgets .wrap {
		display: flex;
		justify-content: space-between;
	}
	.footer-widget-area {
		text-align: left;
	}
}


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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #1b2432 !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;
	}

}
