
:root {
	--tec-grid-gutter: 48px;
	--tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
	--tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
	--tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
	--tec-grid-gutter-small: 42px;
	--tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
	--tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
	--tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
	--tec-grid-gutter-page: 42px;
	--tec-grid-gutter-page-small: 19.5px;
	--tec-grid-width-default: 1176px;
	--tec-grid-width-min: 320px;
	--tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
	--tec-grid-width-1-of-2: 50%;
	--tec-grid-width-1-of-3: 33.333%;
	--tec-grid-width-1-of-4: 25%;
	--tec-grid-width-1-of-5: 20%;
	--tec-grid-width-1-of-7: 14.285%;
	--tec-grid-width-1-of-8: 12.5%;
	--tec-grid-width-1-of-9: 11.111%;
	--tec-spacer-0: 4px;
	--tec-spacer-1: 8px;
	--tec-spacer-2: 12px;
	--tec-spacer-3: 16px;
	--tec-spacer-4: 20px;
	--tec-spacer-5: 24px;
	--tec-spacer-6: 28px;
	--tec-spacer-7: 32px;
	--tec-spacer-8: 40px;
	--tec-spacer-9: 48px;
	--tec-spacer-10: 56px;
	--tec-spacer-11: 64px;
	--tec-spacer-12: 80px;
	--tec-spacer-13: 96px;
	--tec-spacer-14: 160px;
	--tec-z-index-spinner-container: 100;
	--tec-z-index-views-selector: 30;
	--tec-z-index-dropdown: 30;
	--tec-z-index-events-bar-button: 20;
	--tec-z-index-search: 10;
	--tec-z-index-filters: 9;
	--tec-z-index-scroller: 7;
	--tec-z-index-week-event-hover: 5;
	--tec-z-index-map-event-hover: 5;
	--tec-z-index-map-event-hover-actions: 6;
	--tec-z-index-multiday-event: 5;
	--tec-z-index-multiday-event-bar: 2;
	--tec-color-text-primary: #141827;
	--tec-color-text-primary-light: rgba(20, 24, 39, .62);
	--tec-color-text-secondary: #5d5d5d;
	--tec-color-text-disabled: #d5d5d5;
	--tec-color-text-events-title: var(--tec-color-text-primary);
	--tec-color-text-event-title: var(--tec-color-text-events-title);
	--tec-color-text-event-date: var(--tec-color-text-primary);
	--tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
	--tec-color-icon-primary: #5d5d5d;
	--tec-color-icon-primary-alt: #757575;
	--tec-color-icon-secondary: #bababa;
	--tec-color-icon-active: #141827;
	--tec-color-icon-disabled: #d5d5d5;
	--tec-color-icon-focus: #334aff;
	--tec-color-icon-error: #da394d;
	--tec-color-event-icon: #141827;
	--tec-color-event-icon-hover: #334aff;
	--tec-color-accent-primary: #334aff;
	--tec-color-accent-primary-hover: rgba(51, 74, 255, .8);
	--tec-color-accent-primary-active: rgba(51, 74, 255, .9);
	--tec-color-accent-primary-background: rgba(51, 74, 255, .07);
	--tec-color-accent-secondary: #141827;
	--tec-color-accent-secondary-hover: rgba(20, 24, 39, .8);
	--tec-color-accent-secondary-active: rgba(20, 24, 39, .9);
	--tec-color-accent-secondary-background: rgba(20, 24, 39, .07);
	--tec-color-button-primary: var(--tec-color-accent-primary);
	--tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
	--tec-color-button-primary-active: var(--tec-color-accent-primary-active);
	--tec-color-button-primary-background: var(--tec-color-accent-primary-background);
	--tec-color-button-secondary: var(--tec-color-accent-secondary);
	--tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
	--tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
	--tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
	--tec-color-link-primary: var(--tec-color-text-primary);
	--tec-color-link-accent: var(--tec-color-accent-primary);
	--tec-color-link-accent-hover: rgba(51, 74, 255, .8);
	--tec-color-border-default: #d5d5d5;
	--tec-color-border-secondary: #e4e4e4;
	--tec-color-border-tertiary: #7d7d7d;
	--tec-color-border-hover: #5d5d5d;
	--tec-color-border-active: #141827;
	--tec-color-background: #fff;
	--tec-color-background-events: rgba(0, 0, 0, 0);
	--tec-color-background-transparent: rgba(255, 255, 255, .6);
	--tec-color-background-secondary: #f7f6f6;
	--tec-color-background-messages: rgba(20, 24, 39, .07);
	--tec-color-background-secondary-hover: #f0eeee;
	--tec-color-background-error: rgba(218, 57, 77, .08);
	--tec-color-background-primary-multiday: rgba(51, 74, 255, .24);
	--tec-color-background-primary-multiday-hover: rgba(51, 74, 255, .34);
	--tec-color-background-secondary-multiday: rgba(20, 24, 39, .24);
	--tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, .34);
	--tec-color-accent-primary-week-event: rgba(51, 74, 255, .1);
	--tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, .2);
	--tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, .04);
	--tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, .14);
	--tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
	--tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
}

.tribe-common {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

.tribe-common * {
	box-sizing: border-box;
}

.tribe-common article, .tribe-common aside, .tribe-common details, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common header, .tribe-common main, .tribe-common menu, .tribe-common nav, .tribe-common section, .tribe-common summary {
	display: block;
}

.tribe-common svg:not(:root) {
	overflow: hidden;
}

.tribe-common audio, .tribe-common canvas, .tribe-common progress, .tribe-common video {
	display: inline-block;
}

.tribe-common audio:not([controls]) {
	display: none;
	height: 0;
}

.tribe-common progress {
	vertical-align: initial;
}

.tribe-common [hidden], .tribe-common template {
	display: none;
}

.tribe-common pre {
	overflow: auto;
}

.tribe-common sub, .tribe-common sup {
	position: relative;
	vertical-align: initial;
}

.tribe-common sup {
	top: -.5em;
}

.tribe-common sub {
	bottom: -.25em;
}

.tribe-common button, .tribe-common input, .tribe-common select, .tribe-common textarea {
	box-sizing: border-box;
	margin: 0;
}

.tribe-common input[type=number]::-webkit-inner-spin-button, .tribe-common input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

.tribe-common legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

.tribe-common textarea {
	overflow: auto;
	resize: none;
}

.tribe-common button, .tribe-common input[type=button], .tribe-common input[type=reset], .tribe-common input[type=submit] {
	cursor: pointer;
	overflow: visible;
}

.tribe-common button[disabled], .tribe-common input[disabled] {
	cursor: default;
}

.tribe-common button::-moz-focus-inner, .tribe-common input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video {
	border: 0;
	margin: 0;
	padding: 0;
}

.tribe-common ol, .tribe-common ul {
	list-style: none;
}

.tribe-common img {
	border-style: none;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

.tribe-common embed, .tribe-common iframe, .tribe-common video {
	max-height: 100%;
	max-width: 100%;
}

.tribe-theme-avada input[type=text] {
	margin: 0;
}

.tribe-theme-divi .entry-content .tribe-common table, .tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common table {
	border: 0;
	margin: 0;
}

.tribe-theme-divi .entry-content .tribe-common td, .tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common td {
	border: 0;
}

.tribe-theme-divi #content-area .tribe-common td, .tribe-theme-divi #content-area .tribe-common th, .tribe-theme-divi #content-area .tribe-common tr, .tribe-theme-divi #left-area .tribe-common ul {
	padding: 0;
}

#top .main_color .tribe-common button[disabled], #top.tribe-theme-enfold .tribe-common button[disabled] {
	cursor: default;
}

#top .main_color .tribe-common form, #top .main_color .tribe-common input, #top.tribe-theme-enfold .tribe-common form, #top.tribe-theme-enfold .tribe-common input {
	margin: 0;
}

.entry-content-wrapper .tribe-common li {
	margin: 0;
	padding: 0;
}

.entry-content .tribe-common ol, .entry-content .tribe-common ul, .tribe-theme-genesis .tribe-common ol, .tribe-theme-genesis .tribe-common ul {
	margin: 0;
	padding: 0;
}

.tribe-theme-twentynineteen .tribe-common svg {
	fill: none;
}

.tribe-theme-twentyseventeen .tribe-common div.tribe-dialog {
	z-index: 5 !important;
}

.tribe-common .tribe-common-form-control-checkbox, .tribe-common .tribe-common-form-control-radio {
	align-items: flex-start;
	display: flex;
}

.tribe-common .tribe-common-form-control-checkbox__label, .tribe-common .tribe-common-form-control-radio__label {
	cursor: pointer;
	margin-left: 15px;
}

.tribe-common .tribe-common-form-control-checkbox__input, .tribe-common .tribe-common-form-control-radio__input {
	cursor: pointer;
	flex: none;
	margin: 1px 0 0;
}

#top .main_color .tribe-common .tribe-common-form-control-checkbox__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__input {
	margin: 1px 0 0;
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input {
	top: 0;
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-checkbox__input:checked:after {
	border: none;
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-radio__input:checked:after {
	background-color: initial;
}

.tribe-common .tribe-common-form-control-checkbox-radio-group>* {
	margin-bottom: 15px;
}

.tribe-common .tribe-common-form-control-checkbox-radio-group>:last-child {
	margin-bottom: 0;
}

.tribe-common .tribe-common-form-control-slider__input {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 120px;
}

.tribe-common .tribe-common-form-control-slider__label {
	cursor: pointer;
	display: inline-block;
	margin-left: 11px;
	vertical-align: middle;
}

.tribe-common .tribe-common-form-control-slider--vertical .tribe-common-form-control-slider__label {
	display: block;
	margin: 0 0 6px;
}

.tribe-common .tribe-common-form-control-text__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-common .tribe-common-form-control-text__input {
	height: auto;
	padding: var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8);
}

#top .main_color .tribe-common .tribe-common-form-control-text__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input {
	padding: var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;
	width: 100%;
}

#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input, #top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input {
	padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8);
}

.tribe-common .tribe-common-form-control-toggle__input, .tribe-common .tribe-common-form-control-toggle__label {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.tribe-common .tribe-common-form-control-toggle__label {
	margin-left: 11px;
}

.tribe-common .tribe-common-form-control-toggle--vertical .tribe-common-form-control-toggle__label {
	display: block;
	margin: 0 0 6px;
}

#top .main_color .tribe-common .tribe-common-form-control-toggle__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__input {
	display: inline-block;
	margin: 5px 0;
}

.tribe-common .tribe-common-g-col {
	min-width: 0;
	width: 100%;
}

.tribe-common .tribe-common-g-row {
	display: flex;
	flex-wrap: wrap;
}

.tribe-common .tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-small-half-negative);
	margin-right: var(--tec-grid-gutter-small-half-negative);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-half-negative);
	margin-right: var(--tec-grid-gutter-half-negative);
}

.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-small-half);
	padding-right: var(--tec-grid-gutter-small-half);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-theme-twentynineteen .tribe-common .entry.tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-small-half-negative);
	margin-right: var(--tec-grid-gutter-small-half-negative);
	padding: 0;
}

.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .entry.tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-half-negative);
	margin-right: var(--tec-grid-gutter-half-negative);
}

.tribe-theme-twentynineteen .tribe-common .tribe-common-g-row--gutters>.entry.tribe-common-g-col {
	margin: 0;
	padding-left: var(--tec-grid-gutter-small-half);
	padding-right: var(--tec-grid-gutter-small-half);
}

.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .tribe-common-g-row--gutters>.entry.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-common a {
	cursor: pointer;
}

.tribe-theme-divi #left-area .tribe-common ul, .tribe-theme-divi .entry-content .tribe-common ul, body.et-pb-preview.tribe-theme-divi #main-content .container .tribe-common ul {
	list-style-type: none;
	padding: 0;
}

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

.tribe-common button {
	padding: 0;
}

.tribe-common .tribe-common-l-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--tec-grid-width);
	padding-left: var(--tec-grid-gutter-page-small);
	padding-right: var(--tec-grid-gutter-page-small);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-left: var(--tec-grid-gutter-page);
	padding-right: var(--tec-grid-gutter-page);
}

.single-tribe_events .tribe-common-a11y-hidden, .tec-events-admin-settings .tribe-common-a11y-hidden, .tec-settings-form .tribe-common-a11y-hidden, .tribe-common .tribe-common-a11y-hidden {
	display: none !important;
	visibility: hidden;
}

.single-tribe_events .tribe-common-a11y-visual-hide, .tec-events-admin-settings .tribe-common-a11y-visual-hide, .tec-settings-form .tribe-common-a11y-visual-hide, .tribe-common .tribe-common-a11y-visual-hide {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.single-tribe_events .tribe-common-a11y-visual-show, .tec-events-admin-settings .tribe-common-a11y-visual-show, .tec-settings-form .tribe-common-a11y-visual-show, .tribe-common .tribe-common-a11y-visual-show {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.single-tribe_events .tec-visually-hidden-md, .tec-events-admin-settings .tec-visually-hidden-md, .tec-settings-form .tec-visually-hidden-md, .tribe-common .tec-visually-hidden-md {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (min-width:768px) {
	.single-tribe_events .tec-visually-hidden-md, .tec-events-admin-settings .tec-visually-hidden-md, .tec-settings-form .tec-visually-hidden-md, .tribe-common .tec-visually-hidden-md {
		clip: auto;
		height: auto;
		margin: 0;
		position: static;
		width: auto;
	}
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	padding: 11px 20px;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
	width: auto;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	padding: 14px 20px;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
	padding: 6px 15px;
	width: auto;
}

.tribe-common .tribe-common-c-btn-icon:before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
	width: 11px;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	padding: 11px 20px;
	width: 100%;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:focus {
	outline: auto;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
	width: auto;
}

.tribe-common .tribe-common-c-image {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.tribe-common .tribe-common-c-image--bg {
	position: relative;
}

.tribe-common .tribe-common-c-image__bg {
	background: 50% no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.tribe-common .tribe-common-c-loader {
	display: flex;
	padding-top: calc(var(--tec-spacer-11) * 3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-loader {
	padding-top: calc(var(--tec-spacer-13) * 3);
}

.tribe-common .tribe-common-c-loader__dot {
	width: 15px;
}

.tribe-common .tribe-common-c-loader__dot:not(:first-of-type) {
	margin-left: 8px;
}

.tribe-common .tribe-common-c-loader__dot circle {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--featured {
	width: 8px;
}

.tribe-common .tribe-common-c-svgicon--recurring {
	width: 12px;
}

.tribe-common .tribe-common-c-svgicon--search {
	width: 16px;
}

.tribe-common .tribe-common-c-svgicon--location {
	width: 10px;
}

.tribe-common .tribe-common-c-svgicon--day, .tribe-common .tribe-common-c-svgicon--map, .tribe-common .tribe-common-c-svgicon--month, .tribe-common .tribe-common-c-svgicon--photo, .tribe-common .tribe-common-c-svgicon--week {
	height: 100%;
	width: 100%;
}

.tribe-common .tribe-common-c-svgicon--close path, .tribe-common .tribe-common-c-svgicon--close-alt path {
	stroke: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--hybrid circle, .tribe-common .tribe-common-c-svgicon--mail, .tribe-common .tribe-common-c-svgicon--map-pin, .tribe-common .tribe-common-c-svgicon--messages-not-found g, .tribe-common .tribe-common-c-svgicon--no-map, .tribe-common .tribe-common-c-svgicon--phone, .tribe-common .tribe-common-c-svgicon--virtual g, .tribe-common .tribe-common-c-svgicon--website {
	fill: none;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found {
	width: 22px;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found path {
	stroke: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--error {
	width: 18px;
}

.tribe-common .tribe-common-c-svgicon--error g, .tribe-common .tribe-common-c-svgicon--reset path {
	fill: none;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-svgicon__svg-stroke {
	stroke: currentcolor;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	
	75% {
		transform: rotate(2deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.tribe-events-view {
	position: relative;
	width: 100%;
}

.tribe-events .tribe-events-l-container {
	min-height: 600px;
	padding-bottom: var(--tec-spacer-12);
	padding-top: var(--tec-spacer-11);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	min-height: 700px;
	padding-bottom: var(--tec-spacer-14);
	padding-top: var(--tec-spacer-13);
}

.tribe-events .tribe-events-c-breadcrumbs {
	margin-bottom: var(--tec-spacer-5);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs {
	margin-bottom: var(--tec-spacer-7);
}

.tribe-events .tribe-events-c-breadcrumbs+.tribe-events-header__content-title {
	margin-top: 0;
}

.tribe-events .tribe-events-c-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item {
	align-items: center;
	display: inline-flex;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item a.tribe-events-c-breadcrumbs__list-item-link {
	bottom: -1px;
	position: relative;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item:last-child .tribe-events-c-breadcrumbs__list-item-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg {
	display: inline-block;
	height: 8px;
	margin: 0 var(--tec-spacer-0);
	width: 8px;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg path {
	fill: currentcolor;
}

.tribe-events .tribe-events-header__content-title {
	margin-bottom: var(--tec-spacer-5);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__content-title {
	margin-bottom: var(--tec-spacer-7);
}

.tribe-events .datepicker {
	margin-top: var(--tec-spacer-1);
	padding: 0 var(--tec-spacer-3) var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .datepicker {
	margin-top: var(--tec-spacer-3);
}

.tribe-events .datepicker table {
	border-collapse: collapse;
	table-layout: fixed;
}

.tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .next, .tribe-events .datepicker .prev {
	padding: var(--tec-spacer-4) 0;
	vertical-align: middle;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg {
	height: 15px;
	margin-right: auto;
	width: 9px;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path {
	fill: currentcolor;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg {
	margin-left: auto;
	margin-right: 0;
}

.tribe-events .datepicker .datepicker-months td, .tribe-events .datepicker .datepicker-months th, .tribe-events .datepicker .datepicker-years td, .tribe-events .datepicker .datepicker-years th {
	padding: 0;
}

.tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev, .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-events .datepicker .datepicker-years .next, .tribe-events .datepicker .datepicker-years .prev {
	padding: var(--tec-spacer-4) 0 var(--tec-spacer-1);
}

.tribe-events .datepicker .dow {
	padding: 0;
	width: var(--tec-grid-width-1-of-7);
}

.tribe-events .datepicker .day {
	padding: 11px 0;
	width: 48px;
}

.tribe-events .datepicker .month, .tribe-events .datepicker .year {
	height: auto;
	margin: 0;
	padding: 15px 0;
	width: 25%;
}

.admin-bar .tribe-events .datepicker {
	margin-top: var(--tec-spacer-1);
}

.admin-bar .tribe-events.tribe-common--breakpoint-medium .datepicker {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-switch, .tribe-theme-divi #content-area .tribe-events .datepicker .next, .tribe-theme-divi #content-area .tribe-events .datepicker .prev {
	padding: var(--tec-spacer-4) 0;
}

.tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-months .next, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-months .prev, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-years .next, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-years .prev {
	padding: var(--tec-spacer-4) 0 var(--tec-spacer-1);
}

.tribe-theme-divi #content-area .tribe-events .datepicker .dow {
	padding: 0;
}

.tribe-theme-divi #content-area .tribe-events .datepicker .day {
	padding: 11px 0;
}

.tribe-theme-enfold .tribe-events .datepicker {
	min-width: 0;
	padding: 0 var(--tec-spacer-3) var(--tec-spacer-3);
}

.tribe-theme-enfold .tribe-events .datepicker .datepicker-switch {
	cursor: pointer !important;
}

.tribe-theme-avada .tribe-events .datepicker {
	padding: 0 var(--tec-spacer-3) var(--tec-spacer-3);
}

.tribe-theme-avada .tribe-events .datepicker .datepicker-months td {
	padding: 0;
}

.tribe-events .tribe-events-c-day-marker {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-c-day-marker__date {
	flex: none;
}

.tribe-events .tribe-events-c-events-bar {
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar {
	flex-direction: row;
}

.tribe-events .tribe-events-c-events-bar__views {
	display: flex;
	flex: none;
	justify-content: center;
}

.tribe-events .tribe-events-c-events-bar__search-container {
	display: none;
	left: 0;
	padding: var(--tec-spacer-1) var(--tec-grid-gutter-small-half) var(--tec-spacer-2);
	position: absolute;
	right: 0;
	top: calc(100% - var(--tec-spacer-1));
	z-index: var(--tec-z-index-dropdown);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
	align-items: center;
	display: flex;
	flex: auto;
	padding: 0;
	position: static;
	z-index: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search {
	display: flex;
	flex: auto;
}

.tribe-events .tribe-events-c-events-bar__search-form {
	width: 100%;
}

.tribe-events .tribe-events-c-events-bar__search-button {
	display: inline-block;
	margin-right: var(--tec-spacer-1);
	padding: var(--tec-spacer-0);
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-button {
	display: none !important;
	visibility: hidden;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg {
	width: 21px;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
	fill: currentcolor;
}

.tribe-events .tribe-events-header__title {
	width: 100%;
}

.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h2.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h3.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h4.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h5.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h6.tribe-events-header__title-text {
	font-size: var(--tec-font-size-7);
	line-height: var(--tec-line-height-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h2.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h3.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h4.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h5.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h6.tribe-events-header__title-text {
	font-size: var(--tec-font-size-10);
	line-height: var(--tec-line-height-0);
	margin-bottom: var(--tec-spacer-3);
}

.single-tribe_events .tribe-events-c-ical, .tribe-events .tribe-events-c-ical {
	margin-top: var(--tec-spacer-4);
	text-align: right;
}

.single-tribe_events .tribe-events-c-ical__link, .tribe-events .tribe-events-c-ical__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding: var(--tec-spacer-2);
	width: 100%;
}

.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-ical__link, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
	width: auto;
}

.single-tribe_events .tribe-events-c-ical__link-icon-svg, .tribe-events .tribe-events-c-ical__link-icon-svg {
	display: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
	font-size: var(--tec-font-size-2);
	margin: var(--tec-spacer-7) 0;
}

.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
	float: right;
	margin-left: auto;
}

.tribe-events--filter-bar-vertical.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events--filter-bar-vertical.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
	width: auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	position: relative;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	display: inline-block;
	height: 6px;
	margin-left: var(--tec-spacer-1);
	vertical-align: middle;
	width: 10px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
	height: 16px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
	display: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content.tribe-events-c-subscribe-dropdown__content--show, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content.tribe-events-c-subscribe-dropdown__content--show {
	display: block;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon--rotate, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon--rotate {
	transform: rotate(180deg);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
	list-style: none;
	padding: var(--tec-spacer-1);
	transform: translateY(var(--tec-spacer-1));
	width: auto;
	z-index: var(--tec-z-index-dropdown);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
	border-radius: var(--tec-border-radius-default);
	padding: var(--tec-spacer-0);
	text-align: left;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
	display: inline-block;
	padding: 0 var(--tec-spacer-3);
	width: 100%;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active+.tribe-events-c-subscribe-dropdown__content, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active+.tribe-events-c-subscribe-dropdown__content {
	display: block;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active .tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(180deg);
}

.tec-is-android .tribe-events-view--shortcode .tribe-events-c-subscribe-dropdown__list-item--gcal, .tec-is-android .tribe-events-view--shortcode .tribe-events-c-subscribe-dropdown__list-item--ical, .tec-is-android.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__list-item--gcal, .tec-is-android.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__list-item--ical {
	display: none;
}

.tribe-events .tribe-events-view-loader {
	align-items: flex-start;
	background-color: var(--tec-color-background-transparent);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: var(--tec-z-index-spinner-container);
}

.tribe-events .tribe-events-c-messages {
	display: flex;
	flex-direction: column;
}

.tribe-events .tribe-events-c-messages__message {
	align-items: center;
	display: flex;
	padding: var(--tec-spacer-2);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
	justify-content: center;
	padding: var(--tec-spacer-3);
}

.tribe-events .tribe-events-c-nav {
	padding-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav {
	padding-top: var(--tec-spacer-6);
}

.tribe-events .tribe-events-c-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.tribe-events .tribe-events-c-nav__list-item {
	display: flex;
	width: 33.33%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
	width: 50%;
}

.tribe-events .tribe-events-c-nav__list-item--prev {
	justify-content: flex-start;
}

.tribe-events .tribe-events-c-nav__list-item--next {
	justify-content: flex-end;
}

.tribe-events .tribe-events-c-nav__list-item--today {
	justify-content: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item--today {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-label-plural, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-label-plural {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
	align-items: center;
	display: flex;
	flex: none;
	flex-wrap: wrap;
	justify-content: center;
}

.tribe-events .tribe-events-c-nav__next-icon-svg, .tribe-events .tribe-events-c-nav__prev-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-promo {
	margin-top: var(--tec-spacer-4);
}

.tribe-events .tribe-events-c-read-more {
	margin-top: var(--tec-spacer-2);
}

.tribe-events .tribe-events-c-small-cta>* {
	margin-left: var(--tec-spacer-1);
}

.tribe-events .tribe-events-c-small-cta>:first-child {
	margin-left: 0;
}

.tribe-events .tribe-events-c-small-cta__link {
	cursor: pointer;
}

.tribe-events .tribe-events-c-small-cta__stock {
	margin-left: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
	align-items: center;
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
	align-items: center;
	display: flex;
	flex: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
	flex: auto;
	margin: var(--tec-spacer-2) 0;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
	margin: calc(var(--tec-spacer-2) * -1) 0;
}

.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	margin-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	flex: none;
	margin-top: 0;
}

#top .main_color .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input, #top.tribe-theme-enfold .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input, .tribe-theme-avada .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input {
	margin: calc(var(--tec-spacer-2) * -1) 0;
}

.tooltipster-base.tribe-events-tooltip-theme {
	height: auto !important;
	max-width: 254px;
	padding: var(--tec-spacer-5);
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
	margin: 0;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
	padding: 0;
	word-break: break-word;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-arrow {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	display: block !important;
	flex: none;
	visibility: visible;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
	display: flex;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
	flex: none;
	padding-right: 15px;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-c-top-bar__nav-link {
	display: block;
	line-height: 0;
}

.tribe-events .tribe-events-c-top-bar__nav-link-icon-svg {
	height: 19px;
	width: 11px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
	display: block !important;
	flex: none;
	margin-right: 15px;
	visibility: visible;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
	flex: auto;
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
	margin: 0;
	padding: 0;
}

.tribe-events .tribe-events-c-top-bar__datepicker-separator {
	white-space: pre;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
	display: block !important;
	visibility: visible;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
	align-items: center;
	display: flex;
	flex: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container {
	bottom: 0;
	left: 0;
	max-width: calc(100% + 29px);
	position: absolute;
	width: 363px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
	min-width: 100%;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container {
	max-width: none;
	min-width: min-content;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
	max-width: 100%;
}

.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
	max-width: calc(100% + 66px);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
	max-width: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__actions {
	display: block !important;
	flex: none;
	margin-left: auto;
	visibility: visible;
}

#top .main_color .tribe-events .tribe-events-c-top-bar__datepicker-input, #top.tribe-theme-enfold .tribe-events .tribe-events-c-top-bar__datepicker-input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.entry-content-wrapper .tribe-events .tribe-events-c-top-bar__nav-list-item {
	padding-right: 15px;
}

.tribe-theme-avada .tribe-events .tribe-events-c-top-bar__datepicker-input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events .tribe-events-c-view-selector {
	position: relative;
	width: 29px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
	width: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
	height: 100%;
	padding: var(--tec-spacer-4) var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
	clip: auto;
	flex: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
	left: 0;
	padding: var(--tec-spacer-1);
	right: auto;
	transform: translateY(var(--tec-spacer-1));
	width: auto;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item--active {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
	padding: var(--tec-spacer-0) var(--tec-spacer-7) var(--tec-spacer-0) var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-icon, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
	display: block;
	height: 100%;
	padding: 0 var(--tec-spacer-2);
	position: static;
	transform: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
	display: flex;
	height: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
	padding: 0 var(--tec-spacer-2);
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active {
	display: block;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
	height: 100%;
	padding: var(--tec-spacer-4) 0;
	position: relative;
}

.tribe-events .tribe-events-c-view-selector__button {
	align-items: center;
	display: flex;
	padding: var(--tec-spacer-0);
	position: relative;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button {
	padding: var(--tec-spacer-1);
}

.tribe-events .tribe-events-c-view-selector__button-icon {
	display: block;
	height: 21px;
	width: 21px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button-icon {
	height: 23px;
	width: 23px;
}

.tribe-events .tribe-events-c-view-selector__button-icon-caret-svg {
	display: none;
}

.tribe-events .tribe-events-c-view-selector__content {
	display: none;
	padding: var(--tec-spacer-2) calc(var(--tec-spacer-2) / 2);
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(var(--tec-spacer-3));
	z-index: var(--tec-z-index-dropdown);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__content {
	transform: translateY(var(--tec-spacer-2));
}

.tribe-events .tribe-events-c-view-selector__list-item-link {
	align-items: center;
	display: flex;
	padding: var(--tec-spacer-1) var(--tec-spacer-5) var(--tec-spacer-1) var(--tec-spacer-2);
}

.tribe-events .tribe-events-c-view-selector__list-item-icon {
	flex: none;
	height: 18px;
	margin-right: 12px;
	width: 18px;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
	flex: auto;
}

.tribe-events .tec-events-c-view-box-border {
	margin-bottom: var(--tec-spacer-5);
	padding: var(--tec-spacer-5);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tec-events-c-view-box-border {
	margin-bottom: var(--tec-spacer-7);
	padding: var(--tec-spacer-5);
}

.tribe-events .tribe-events-header {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 calc(var(--tec-grid-gutter-page-small) * -1);
	padding: 0 var(--tec-grid-gutter-page-small) var(--tec-spacer-3);
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
	margin: 0;
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
	background-color: initial;
	flex-direction: row;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
	margin-left: 0;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	width: 100%;
}

.tribe-events .tribe-events-header__messages {
	margin-bottom: var(--tec-spacer-3);
	width: 100%;
}

.tribe-events .tribe-events-header__messages.tribe-events-header__messages--mobile {
	margin-top: 10px;
}

.tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages {
	margin-bottom: var(--tec-spacer-7);
	order: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages.tribe-events-header__messages--mobile {
	display: none;
}

.tribe-events .tribe-events-header__events-bar {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
	margin-bottom: var(--tec-spacer-7);
	margin-left: var(--tec-spacer-3);
}

.tribe-events .tribe-events-header__top-bar {
	flex: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
	margin-bottom: var(--tec-spacer-7);
}

.tribe-events .tribe-events-calendar-list__event-row {
	flex-wrap: nowrap;
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
	margin: var(--tec-spacer-9) var(--tec-grid-gutter-half-negative) var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events .tribe-events-calendar-list__event-row:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
	margin-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
	margin-top: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
	flex: none;
	position: relative;
	width: 54px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
	min-width: 90px;
	width: var(--tec-grid-width-1-of-9);
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: var(--tec-spacer-0);
	text-align: center;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events .tribe-events-calendar-list__event-wrapper {
	flex: 1;
	width: calc(var(--tec-grid-width-1-of-4) * 3 + var(--tec-grid-gutter-small-half));
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-wrapper {
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
}

.tribe-events .tribe-events-calendar-list__event {
	flex-direction: column;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events .tribe-events-calendar-list__event-featured-image, .tribe-events .tribe-events-calendar-list__event-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-list__event-details {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-events .tribe-events-calendar-list__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events .tribe-events-calendar-list__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper:last-child, .tribe-events .tribe-events-calendar-list__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-list__event-title-link:active, .tribe-events .tribe-events-calendar-list__event-title-link:focus, .tribe-events .tribe-events-calendar-list__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-list__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events .tribe-events-calendar-list__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
	display: block !important;
	margin-top: var(--tec-spacer-3);
	visibility: visible;
}

.tribe-events .tribe-events-calendar-list__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-list__month-separator {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
	flex: none;
}

.tribe-events .tribe-events-calendar-list-nav {
	padding-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
	padding-top: var(--tec-spacer-7);
}

.tribe-events .tribe-events-calendar-month {
	margin-bottom: var(--tec-spacer-1);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
	border-top: 1px solid var(--tec-color-border-secondary-month-grid);
}

.tribe-events .tribe-events-calendar-month__week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
	border-left: 1px solid var(--tec-color-border-secondary-month-grid);
}

.tribe-events .tribe-events-calendar-month__calendar-event {
	margin: var(--tec-spacer-1) 0;
	padding: 0 var(--tec-spacer-3);
	position: relative;
}

.tribe-events .tribe-events-calendar-month__calendar-event:first-child {
	margin-top: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event:last-child {
	margin-bottom: 0;
	padding-bottom: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__multiday-event-wrapper+.tribe-events-calendar-month__calendar-event {
	margin-top: 0;
}

.tribe-events .tribe-events-calendar-month__multiday-event-wrapper+.tribe-events-calendar-month__calendar-event--featured {
	margin-top: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-featured-icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image, .tribe-events .tribe-events-calendar-month__calendar-event-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-2);
	width: 206px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-featured-icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title {
	margin: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-twentynineteen .entry .tribe-events .tribe-events-calendar-month__calendar-event, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-month__calendar-event {
	margin: var(--tec-spacer-1) 0;
	padding: 0 var(--tec-spacer-3);
	position: relative;
}

.tribe-theme-twentynineteen .entry .tribe-events .tribe-events-calendar-month__calendar-event:first-child, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-month__calendar-event:first-child {
	margin-top: 0;
}

.tribe-theme-twentynineteen .entry .tribe-events .tribe-events-calendar-month__calendar-event:last-child, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-month__calendar-event:last-child {
	margin-bottom: 0;
	padding-bottom: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__header tr {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	justify-items: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header tr {
	justify-items: start;
}

.tribe-events .tribe-events-calendar-month__header-row {
	display: flex;
}

.tribe-events .tribe-events-calendar-month__header-column {
	padding-bottom: var(--tec-spacer-3);
	width: var(--tec-grid-width-1-of-7);
}

.tribe-events .tribe-events-calendar-month__header-column-title {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-mobile {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
	display: block !important;
	visibility: visible;
}

.tribe-events .tribe-events-calendar-month__day {
	aspect-ratio: 1/1;
	height: auto;
	min-height: 36px;
	min-width: var(--tec-grid-width-1-of-7);
	overflow: hidden;
	padding-top: var(--tec-grid-width-1-of-7);
	position: relative;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
	aspect-ratio: auto;
	border-color: var(--tec-color-border-secondary-month-grid);
	border-style: solid;
	border-width: 0 1px 1px 0;
	min-height: 168px;
	overflow: visible;
	padding-top: 0;
}

.tribe-events .tribe-events-calendar-month__day-cell {
	height: 100%;
	width: 100%;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	text-align: center;
	top: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
	display: flex !important;
	flex-direction: column;
	visibility: visible;
}

.tribe-events .tribe-events-calendar-month__day-date {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
	flex: none;
	padding: var(--tec-spacer-1) var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__events {
	flex: auto;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: currentcolor;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
	line-height: 0;
	width: 8px;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path {
	fill: currentcolor;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month-mobile-events {
	display: none !important;
	visibility: hidden;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-day {
	display: none;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show {
	display: block;
}

.tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
	padding-top: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
	padding: var(--tec-spacer-2) 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event--featured {
	padding-bottom: var(--tec-spacer-4);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-2);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
	margin-right: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title {
	margin: 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-cost {
	margin-top: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month-mobile-events__more-events {
	padding: var(--tec-spacer-0) 0 var(--tec-spacer-4) 0;
}

.tribe-events .tribe-events-calendar-month__more-events {
	display: flex;
	flex: none;
	margin: 0 var(--tec-spacer-3);
	padding: var(--tec-spacer-1) 0 var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__more-events-link {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
	height: 19px;
	margin-bottom: var(--tec-spacer-0);
	position: relative;
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-2 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(200% + 1px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-3 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(300% + 2px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-4 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(400% + 3px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-5 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(500% + 4px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-6 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(600% + 5px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-7 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(700% + 6px);
}

.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: var(--tec-z-index-multiday-event);
}

.tribe-events .tribe-events-calendar-month__multiday-event-hidden-title {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

.tribe-events .tribe-events-calendar-month__multiday-event-hidden-link {
	display: block;
	height: 100%;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
	background-color: var(--tec-color-background);
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: var(--tec-z-index-multiday-event-bar);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	padding: 1px var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-featured-icon {
	flex: none;
	line-height: 0;
	margin-right: 5px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	flex: none;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.tribe-events .tribe-events-calendar-month-nav {
	padding-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month-nav {
	display: none !important;
	visibility: hidden;
}

.tribe-events .tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
	padding-left: 54px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-8);
	margin-top: var(--tec-spacer-9);
	padding-left: 0;
}

.tribe-events .tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
	content: "";
	min-width: 90px;
	width: var(--tec-grid-width-1-of-9);
}

.tribe-events .tribe-events-calendar-day__time-separator+.tribe-events-calendar-day__event, .tribe-events .tribe-events-calendar-day__type-separator+.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__time-separator+.tribe-events-calendar-day__event, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__type-separator+.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-day__event-content {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
	display: flex;
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-left: var(--tec-grid-gutter-half-negative);
	margin-right: var(--tec-grid-gutter-half-negative);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content>* {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper {
	flex: none;
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
	display: block;
}

.tribe-events .tribe-events-calendar-day__event-details {
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-details {
	flex: none;
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-events .tribe-events-calendar-day__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-day__event-datetime-wrapper, .tribe-events .tribe-events-calendar-day__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title {
	margin: 0 0 var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-day__event-datetime-wrapper:last-child, .tribe-events .tribe-events-calendar-day__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-day__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events .tribe-events-calendar-day__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-venue {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-description {
	display: block !important;
	margin-top: var(--tec-spacer-3);
	visibility: visible;
}

.tribe-events .tribe-events-calendar-day__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-twentynineteen .tribe-events .entry.tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
	padding-left: 54px;
}

.tribe-theme-twentynineteen .tribe-events .entry.tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .entry.tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-8);
	margin-top: var(--tec-spacer-9);
	padding-left: 0;
}

.tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .entry.tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-day__time-separator+.entry.tribe-events-calendar-day__event, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-day__type-separator+.entry.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-4);
}

.tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day__time-separator+.entry.tribe-events-calendar-day__event, .tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day__type-separator+.entry.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-day-nav {
	padding-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day-nav {
	padding-top: var(--tec-spacer-7);
}

.tribe-events .tribe-events-calendar-day__time-separator {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-calendar-day__time-separator-text {
	flex: none;
}

.tribe-events .tribe-events-calendar-day__type-separator {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-calendar-day__type-separator-text {
	flex: none;
}

.tribe-events .tribe-events-calendar-latest-past__event-row {
	flex-wrap: nowrap;
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
	margin: var(--tec-spacer-9) var(--tec-grid-gutter-half-negative) var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag {
	flex: none;
	position: relative;
	width: 54px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-date-tag {
	min-width: 90px;
	width: var(--tec-grid-width-1-of-9);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-month {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
	flex: 1;
	width: calc(var(--tec-grid-width-1-of-4) * 3 + var(--tec-grid-gutter-small-half));
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
}

.tribe-events .tribe-events-calendar-latest-past__event {
	flex-direction: column;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper {
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image, .tribe-events .tribe-events-calendar-latest-past__event-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-latest-past__event-details {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details {
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-events .tribe-events-calendar-latest-past__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper, .tribe-events .tribe-events-calendar-latest-past__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-title {
	margin: 0 0 var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper:last-child, .tribe-events .tribe-events-calendar-latest-past__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events .tribe-events-calendar-latest-past__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-venue {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-description {
	display: block !important;
	margin-top: var(--tec-spacer-3);
	visibility: visible;
}

.tribe-events .tribe-events-calendar-latest-past__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-events-single .tribe-events-status-single__header--alert-icon {
	align-items: center;
	display: inline-flex;
}

.tribe-events-single .tribe-events-status-single {
	display: inline-flex;
	margin-bottom: var(--tec-spacer-4);
	padding: var(--tec-spacer-2) var(--tec-spacer-4);
}

.tribe-events-single .tribe-events-status-single__description {
	padding-left: var(--tec-spacer-5);
}
