/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
Design: Gabriel Walther Media & Design
*/

:root {
	--shce-color-primary: #0069FF;
	--shce-color-primary-hover: #0058D6;
	--shce-color-secondary: #26CFED;
	--shce-color-secondary-hover: #12BBD9;
	
	--shce-color-text: #112432;
	--shce-color-bluegray-1: #3C4858;
	--shce-color-bluegray-2: #717C89;
	--shce-color-bluegray-3: #A6B0BA;
	--shce-color-bluegray-4: #DBE4EA;
	--shce-color-bluegray-5: #E5ECF0;
	--shce-color-bluegray-6: #EFF4F6;
	--shce-color-bluegray-7: #F5F8FA;
	--shce-color-bluegray-8: #FAFBFD;
	--shce-color-midnight: #051346;
	--shce-color-accent: #FFCB47;
	--shce-color-warning: #EE2B45;


	--shce-padding-v-standard: 75px;
	--shce-padding-h-standard: 80px;
	--shce-padding-h-small: clamp(20px, 13.333px + 1.667vw, 40px);
	--shce-padding-h-top: clamp(16px, -56px + 9.375vw, 40px);

	--shce-font-family-primary: "Hanken Grotesk", sans-serif;
	--shce-font-family-mono: "IBM Plex Mono", sans-serif;
	--shce-content-width: 100vw;

	--shce-diagonal-corner: 1rem;

	--shce-filterbar-font-size: 0.75rem;

	/* overwrite TEC variables */

	--tec-font-family-sans-serif: var(--shce-font-family-primary);

	--tec-font-size-1: 0.75rem;
	--tec-line-height-0: 1;

	--tec-border-radius-default: 0px !important;

	--tec-color-accent-primary: var(--shce-color-primary);
	--tec-color-accent-primary-hover: var(--shce-color-primary-hover);
	--tec-color-accent-primary-active: var(--shce-color-primary-hover);

	--tec-color-text-events-bar-submit-button: #ffffff;
	--tec-color-text-events-bar-submit-button-active: #ffffff;
	--tec-color-text-events-bar-submit-button-hover: #ffffff;
	--tec-color-background-events-bar-submit-button: var(--shce-color-primary);
	--tec-color-background-events-bar-submit-button-hover: var(--shce-color-primary-hover);
	--tec-color-background-events-bar-submit-button-active: var(--shce-color-primary-hover);


}

@media only screen and (min-width: 1401px) {
	:root {
		--shce-content-width: 1400px;
	}
}

@media only screen and (max-width: 1024px) {
	:root {
		--shce-padding-v-standard: 50px;
		--shce-padding-h-standard: 40px
	}
}

@media only screen and (max-width: 767px) {
	:root {
		--shce-padding-v-standard: 40px;
		--shce-padding-h-standard: 20px
	}
}


html,
body {
	font-size: clamp(16px, 14.667px + 0.333vw, 20px)
}


body,
button,
div,
input,
select,
textarea {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: normal;
	font-kerning: normal;
}

input[type=checkbox] {
	margin-right: 0.25em;
}

label:has(input[type="checkbox"]) input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 0.25em !important
}

address {
	font-style: normal;
}

.elementor-button,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common button.tribe-common-c-btn,
.tribe-button,
.tribe-button.tribe-button-secondary {
	--shce-diagonal-corner: 0.5rem;
	border-radius: 0;
	border: 0;
	padding: 0.4rem 1rem;
	clip-path: polygon(var(--shce-diagonal-corner) 0, 100% 0, 100% calc(100% - var(--shce-diagonal-corner)), calc(100% - var(--shce-diagonal-corner)) 100%, 0 100%, 0 var(--shce-diagonal-corner));
	transition: all 0.3s ease-in-out;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.elementor-button:hover,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common button.tribe-common-c-btn:hover,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common button.tribe-common-c-btn:focus {
	--shce-diagonal-corner: 0.75rem;
	padding: 0.4rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.elementor-button .elementor-align-icon-right {
	margin-left: 0.5em;
}

:focus {
	outline: none !important;
}

.shce_external-link-icon {
	margin-left: 0.5em;
	width: 0.75em;
	height: 0.75em;
	color: inherit;
}



p+h3 {
	margin-top: 2.5rem !important;
}

.e-con-inner .elementor-widget-heading:first-child h2 {
	margin-top: -0.2em;
}

.shce_headline_trimmed h1,
.shce_headline_trimmed h2,
.shce_headline_trimmed h3 {
	margin: -0.2em 0 -0.2em 0 !important;
}


/* GLOBAL ELEMENTS */

div[data-elementor-type="wp-page"] {
	min-height: calc(100vh - 760px);
}

.shce_container_padding-top-0>.e-con-inner {
	padding-top: 0;
}

.shce_container_padding-top-small>.e-con-inner {
	padding-top: 60px;
}

@media only screen and (max-width: 767px) {
	.shce_container_padding-top-small>.e-con-inner {
		padding-top: 40px;
	}
}

/* .shce_container_padding-top-small.shce_header-border {
	border-top: 1px solid var(--shce-color-bluegray-4)
} */

p a {
	font-weight: 600;
}

[data-elementor-type="wp-page"] p a:hover,
.shce_text-page_content p a:hover {
	color: var(--shce-color-primary-0);
	text-underline-offset: 0.14em;
	text-decoration: underline;
	text-decoration-thickness: 0.06em;
}

p:not(:last-child),
ul:not(:last-child) {
	margin-bottom: 0.75em;
}

p:last-child {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 600 !important;
}

.shce_button_outline .elementor-button {
	box-sizing: border-box;
	padding-top: calc(0.4rem - 2px);
	padding-bottom: calc(0.4rem - 2px);
}


.elementor-form .elementor-field-type-submit {
	margin-top: 1rem
}

.elementor-form .elementor-message,
.elementor-form .elementor-message.elementor-message-success {
	color: #ffffff;
	margin-top: 1rem !important;
	font-weight: 300 !important;
	line-height: 1.5em !important;
}

.elementor-form .elementor-message-success::before {
	display: none !important;
	content: "" !important;
}

.shce_blurred-box {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	-o-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
}



.shce_hero .e-con-inner {
	display: flex;
	flex-flow: row nowrap !important;
	justify-content: center !important;
	gap: 40px clamp(40px, -66.667px + 10.417vw, 100px);
	padding-top: var(--shce-padding-h-top);
	padding-bottom: 40px;
}

.shce_hero_text-wrapper {
	flex: 0 1 auto !important;
}

.shce_hero_text-wrapper h1 {
	margin-bottom: 0.65em;
}

.shce_hero_image {
	flex: 0 0 clamp(240px, 60px + 23.438vw, 300px) !important;
	aspect-ratio: 1 / 1;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.shce_hero .e-con-inner {
		flex-wrap: wrap !important;
	}

	.shce_hero_image {
		max-width: 50vw !important
	}
}

@media only screen and (max-width: 499px) {
	.shce_hero .e-con-inner {
		row-gap: 30px
	}

	.shce_hero_image {
		max-width: 40vw !important;
	}
}

.shce_components_dot-grid {
	background-image: radial-gradient(circle at 50% 50%, var(--shce-color-bluegray-4) 1px, transparent 1px);
	background-size: 20px 20px;
}

.shce_component_read-more {
	margin-top: auto;
}

.shce_component_read-more p {
	font-family: var(--shce-font-family-mono);
	font-size: 0.75rem;
	line-height: 1em;
	color: var(--shce-color-text);
	letter-spacing: 0.05em;
	transition: all 0.3s ease-in-out;
}

:hover .shce_component_read-more p {
	letter-spacing: 0.1em;
}

:hover .shce_component_read-more p {
	color: #ffffff
}

.elementor-mark-required label::after {
	font-family: var(--shce-font-family-primary);
	font-size: inherit !important;
	line-height: 1.5em !important;
	font-weight: 300 !important;
	color: var(--shce-color-primary) !important
}

.elementor-mark-required label::after {
	padding-left: 0 !important;
}

table tbody tr:hover > td, 
table tbody tr:hover > th {
    background: none
}

/* GLOBAL ELEMENTS end */


/* COOKIE BANNER */

@media (min-width: 577px) {
	.cky-box-bottom-right {
		bottom: 20px !important;
		right: 20px !important;
	}
}

.cky-title {
	margin-bottom: 0.5em;
}

.cky-title,
.cky-notice-des,
.cky-notice-btn-wrapper {
	padding: 0 !important
}

.cky-btn {
	font-size: 0.75rem !important;
	font-family: var(--shce-font-family-primary) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.025em !important;
	padding: 0.35em 0.6em 0.35em 0.6em !important;
	margin: 1rem 0 0 0 !important;
	line-height: 1em !important;
	border-width: 2px !important;
	border-style: solid !important;
}

.cky-consent-bar {
	padding: 20px !important
}

@media only screen and (max-width: 576px) {
	.cky-consent-bar {
		border-radius: 0 !important
	}
}

.cky-notice-des p {
	line-height: 1.4em
}

.cky-consent-bar .cky-banner-btn-close {
	right: 15px !important;
	top: 15px !important;
}

.cky-consent-bar .cky-banner-btn-close:hover {
	background: none !important;
	border: none !important
}

.cky-consent-bar .cky-banner-btn-close img {
	width: 12px !important;
	height: 12px !important
}

.cky-notice-btn-wrapper {
	flex-flow: row nowrap !important;
	gap: 15px;
	margin-top: 0 !important
}

/* Cookie Banner --- end */


/* HEADER */

/* STICKY HEADER START */

header .sticky-header.e-con.elementor-element {
	--header-height: 136px;
	--shrink-header-to: 0.75;
	--transition-timing: 0.75s ease-in-out;
	background-color: rgba(219, 228, 234, 0.5);
	--min-height: var(--header-height);
	--transition: background-color var(--transition-timing),
		backdrop-filter var(--transition-timing),
		box-shadow var(--transition-timing),
		min-height var(--transition-timing);
	-webkit-backdrop-filter: blur(32px) !important;
	-o-backdrop-filter: blur(32px);
	-moz-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
}

@media only screen and (max-width: 767px) {

	header .sticky-header,
	header .sticky-header.e-con.elementor-element {
		--header-height: 80px;
	}
}

header .sticky-header.e-con.elementor-element.elementor-sticky--effects {
	background-color: rgba(219, 228, 234, 0.4);
	--min-height: calc(var(--header-height) * var(--shrink-header-to));
	z-index: 11000;
}

header .sticky-header .logo img {
	transition: transform var(--transition-timing);
	transform-origin: center left;
}

header .sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.75);
}

/* STICKY HEADER END */

.elementor-menu-toggle {
	padding: 0 !important
}

/* MOBILE NAV Style */

:is(html, body):has(.elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"]) {
	overflow: hidden !important;
}

header .elementor-menu-toggle {
	background: none !important;
	padding: 0;
	border-radius: 0;
}

/* header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	top: 45px !important;
	height: 100vh;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--shce-color-primary) !important;
	z-index: 10001 !important;
}

header .elementor-nav-menu--dropdown.elementor-nav-menu__container ul {
	flex: 0 0 100%;
	margin: 0px !important;
	padding: 40px 0;
	height: 100%;
	overflow: hidden !important
}

header .elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a {
	padding: 20px 20px !important;
}

header .elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a:hover {
	background: none !important
} */

/* MOBILE NAV end */

/* HEADER end */

/* FOOTER */

.shce_newsletter-form {
	width: 100%;
}

.shce_newsletter-form .elementor-widget-form {
	height: auto !important;
	min-height: 68px;
}

.shce_newsletter-form form .elementor-form-fields-wrapper.elementor-labels- {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 1rem 1rem;
	align-items: stretch;
	padding: 0;
	margin: 0 !important;
}

.shce_newsletter-form form .elementor-form-fields-wrapper .elementor-field-group {
	padding: 0 !important;
	margin: 0 !important;
}

.shce_newsletter-form form .elementor-field-type-text input:focus {
	box-shadow: none;
}

.shce_newsletter-form form .elementor-field-type-email,
.shce_newsletter-form form .elementor-field-type-submit {
	width: unset;
	margin: 0 !important;
	align-items: stretch;
}

@media only screen and (max-width: 999px) {

	.shce_newsletter-form form .elementor-field-type-text input,
	.shce_newsletter-form form .elementor-field-type-email input {
		text-align: center;
	}
}

@media only screen and (min-width: 1000px) {
	.shce_newsletter-form form .elementor-form-fields-wrapper.elementor-labels- {
		grid-template-columns: repeat(3, 1fr) auto;
	}
}

.shce_newsletter-form form .elementor-field-type-submit .elementor-form-spinner {
	display: none !important;
}

.shce_footer_nav-column {
	flex-basis: 0;
	width: auto !important
}

.shce_footer_legal-nav ul li:first-child a {
	padding-left: 0 !important
}

.shce_footer_copyright p {
	margin-bottom: 0
}

.shce_footer_social-links {
	margin-top: auto;
	padding-bottom: 0.15rem
}

footer .elementor-social-icon {
	background: none !important
}


/* FOOTER end */

/* HOME */

.shce_home_hero .e-con-inner {
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid var(--shce-color-bluegray-4);
	background-color: var(--shce-color-bluegray-4);
}

.shce_grid-item-square {
	aspect-ratio: 1 / 1;
	height: auto;
}

.shce_grid-item-square h2 span {
	font-weight: 300;
	display: block;
}

/* HOME end */




/* ABOUT */

.shce_about_partners_item {
	border: 1px solid var(--shce-color-bluegray-4);
	display: flex;
	flex-flow: row wrap;
	gap: 2rem 4rem;
	background-color: #ffffff;
}

.shce_about_partners_item_logo {
	flex: 0 1 200px;
	width: 200px;
	max-width: 40vw;
}

.shce_about_partners_item_text {
	flex: 1 0 300px;
}

.shce_about_partners_item_text h4 {
	color: var(--shce-color-bluegray-1);
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}

.shce_about_partners2 .shce_about_partners_item {
	border: 1px solid var(--shce-color-bluegray-4);
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between !important;
	gap: 2rem;
}

.shce_about_partners2 .shce_about_partners_item_logo {
	flex: 0 1 auto;
	width: 200px;
	max-width: 40vw;
}

.shce_about_partners2 .shce_about_partners_item_text {
	flex: 0 1 auto;
}

.shce_about_partners2 .shce_about_partners_item_text h4 {
	color: var(--shce-color-bluegray-1);
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}



/* ABOUT end */




/* TEXT PAGES & BLOG ARTICLE */

.shce_text-page_wrapper {
	min-height: calc(100vh - 367px);
}

.shce_text-page_wrapper .e-con-inner {
	padding-top: var(--shce-padding-h-top);
}

.shce_text-page_wrapper h1 {
	margin-bottom: 0.65em !important
}

.shce_text-page_content h2.wp-block-heading:not(:first-child) {
	margin-top: 1.25em;
}

.shce_text-page_content h2 {
	margin-bottom: 0.75em !important;
}

.shce_text-page_content h3 {
	margin: 2.75rem 0 0.75rem 0;
}

.shce_text-page_content h2+h3 {
	margin-top: -0.25rem;
}

.shce_text-page_content h4 {
	margin: 2.25rem 0 0.75rem 0;
}

.shce_text-page_content p,
.shce_text-page_content ul {
	overflow-wrap: break-word;
}

.shce_text-page_content p a:hover {
	color: var(--shce-color-primary)
}

/* TEXT PAGES end */

/* CALENDAR */

/* --- TEC variables */


.tribe-common.tribe-events-view--shortcode,
.tribe-common.tribe-events-widget {
	--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%;
	--grid-gutter: var(--tec-grid-gutter);
	--grid-gutter-negative: var(--tec-grid-gutter-negative);
	--grid-gutter-half: var(--tec-grid-gutter-half);
	--grid-gutter-half-negative: var(--tec-grid-gutter-half-negative);
	--grid-gutter-small: var(--tec-grid-gutter-small);
	--grid-gutter-small-negative: var(--tec-grid-gutter-small-negative);
	--grid-gutter-small-half: var(--tec-grid-gutter-small-half);
	--grid-gutter-small-half-negative: var(--tec-grid-gutter-small-half-negative);
	--grid-gutter-page: var(--tec-grid-gutter-page);
	--grid-gutter-page-small: var(--tec-grid-gutter-page-small);
	--grid-width-default: var(--tec-grid-width-default);
	--grid-width-min: var(--tec-grid-width-min);
	--grid-width: var(--tec-grid-width);
	--grid-width-1-of-2: var(--tec-grid-width-1-of-2);
	--grid-width-1-of-3: var(--tec-grid-width-1-of-3);
	--grid-width-1-of-4: var(--tec-grid-width-1-of-4);
	--grid-width-1-of-5: var(--tec-grid-width-1-of-5);
	--grid-width-1-of-7: var(--tec-grid-width-1-of-7);
	--grid-width-1-of-8: var(--tec-grid-width-1-of-8);
	--grid-width-1-of-9: var(--tec-grid-width-1-of-9);
	--tec-spacer-0: 4px;
	--tec-spacer-1: 0.4rem;
	--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;
	--spacer-0: var(--tec-spacer-0);
	--spacer-1: var(--tec-spacer-1);
	--spacer-2: var(--tec-spacer-2);
	--spacer-3: var(--tec-spacer-3);
	--spacer-4: var(--tec-spacer-4);
	--spacer-5: var(--tec-spacer-5);
	--spacer-6: var(--tec-spacer-6);
	--spacer-7: var(--tec-spacer-7);
	--spacer-8: var(--tec-spacer-8);
	--spacer-9: var(--tec-spacer-9);
	--spacer-10: var(--tec-spacer-10);
	--spacer-11: var(--tec-spacer-11);
	--spacer-12: var(--tec-spacer-12);
	--spacer-13: var(--tec-spacer-13);
	--spacer-14: var(--tec-spacer-14);
	--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;
	--z-index-spinner-container: var(--tec-z-index-spinner-container);
	--z-index-views-selector: var(--tec-z-index-views-selector);
	--z-index-dropdown: var(--tec-z-index-dropdown);
	--z-index-events-bar-button: var(--tec-z-index-events-bar-button);
	--z-index-search: var(--tec-z-index-search);
	--z-index-filters: var(--tec-z-index-filters);
	--z-index-scroller: var(--tec-z-index-scroller);
	--z-index-week-event-hover: var(--tec-z-index-week-event-hover);
	--z-index-map-event-hover: var(--tec-z-index-map-event-hover);
	--z-index-map-event-hover-actions: var(--tec-z-index-map-event-hover-actions);
	--z-index-multiday-event: var(--tec-z-index-multiday-event);
	--z-index-multiday-event-bar: var(--tec-z-index-multiday-event-bar);


	--tec-color-text-primary: var(--shce-color-text);
	--tec-color-text-primary-light: rgba(20, 24, 39, 0.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);
	/* specifically for the single event */
	--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-background: rgba(51, 74, 255, 0.07);
	--tec-color-accent-secondary: #141827;
	--tec-color-accent-secondary-hover: rgba(20, 24, 39, 0.8);
	--tec-color-accent-secondary-active: rgba(20, 24, 39, 0.9);
	--tec-color-accent-secondary-background: rgba(20, 24, 39, 0.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, 0.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: transparent;
	--tec-color-background-transparent: rgba(255, 255, 255, 0.6);
	--tec-color-background-secondary: #f7f6f6;
	--tec-color-background-messages: rgba(20, 24, 39, 0.07);
	--tec-color-background-secondary-hover: #f0eeee;
	--tec-color-background-error: rgba(218, 57, 77, 0.08);
	--tec-color-box-shadow: rgba(0, 0, 0, 0.14);
	--tec-color-box-shadow-secondary: rgba(0, 0, 0, 0.1);
	--tec-color-scroll-track: rgba(0, 0, 0, 0.25);
	--tec-color-scroll-bar: rgba(0, 0, 0, 0.5);
	--tec-color-background-primary-multiday: rgba(51, 74, 255, 0.24);
	--tec-color-background-primary-multiday-hover: rgba(51, 74, 255, 0.34);
	--tec-color-background-secondary-multiday: rgba(20, 24, 39, 0.24);
	--tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, 0.34);
	--tec-color-accent-primary-week-event: rgba(51, 74, 255, 0.1);
	--tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, 0.2);
	--tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, 0.04);
	--tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, 0.14);
	--tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
	--tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
	--color-text-primary: var(--tec-color-text-primary);
	--color-text-primary-light: var(--tec-color-text-primary-light);
	--color-text-secondary: var(--tec-color-text-secondary);
	--color-text-disabled: var(--tec-color-text-disabled);
	--color-icon-primary: var(--tec-color-icon-primary);
	--color-icon-primary-alt: var(--tec-color-icon-primary);
	--color-icon-secondary: var(--tec-color-icon-secondary);
	--color-icon-active: var(--tec-color-icon-active);
	--color-icon-disabled: var(--tec-color-icon-disabled);
	--color-icon-focus: var(--tec-color-icon-focus);
	--color-icon-error: var(--tec-color-icon-error);
	--color-accent-primary: var(--tec-color-accent-primary);
	--color-accent-primary-hover: var(--tec-color-accent-primary-hover);
	--color-accent-primary-active: var(--tec-color-accent-primary-active);
	--color-accent-primary-background: var(--tec-color-accent-primary-background);
	--color-accent-primary-multiday: var(--tec-color-accent-primary-multiday);
	--color-accent-primary-multiday-hover: var(--tec-color-accent-primary-multiday-hover);
	--color-accent-primary-week-event: var(--tec-color-accent-primary-week-event);
	--color-accent-primary-week-event-hover: var(--tec-color-accent-primary-week-event-hover);
	--color-accent-primary-week-event-featured: var(--tec-color-accent-primary-week-event-featured);
	--color-accent-primary-week-event-featured-hover: var(--tec-color-accent-primary-week-event-featured-hover);
	--color-accent-secondary: var(--tec-color-accent-secondary);
	--color-accent-secondary-hover: var(--tec-color-accent-secondary-hover);
	--color-accent-secondary-active: var(--tec-color-accent-secondary-active);
	--color-accent-secondary-background: var(--tec-color-accent-secondary-background);
	--color-border-default: var(--tec-color-border-default);
	--color-border-secondary: var(--tec-color-border-secondary);
	--color-border-tertiary: var(--tec-color-border-tertiary);
	--color-border-hover: var(--tec-color-border-hover);
	--color-border-active: var(--tec-color-border-active);
	--color-background: var(--tec-color-background);
	--color-background-transparent: var(--tec-color-background-transparent);
	--color-background-secondary: var(--tec-color-background-secondary);
	--color-background-messages: var(--tec-color-background-messages);
	--color-background-secondary-hover: var(--tec-color-background-secondary-hover);
	--color-background-error: var(--tec-color-icon-error);
	--color-box-shadow: var(--tec-color-box-shadow);
	--color-box-shadow-secondary: var(--tec-color-box-shadow-secondary);
	--color-scroll-track: var(--tec-color-scroll-track);
	--color-scroll-bar: var(--tec-color-scroll-bar);

	--tec-border-width-week-event: 2px;
	--border-radius-default: var(--tec-border-radius-default);
	--border-width-week-event: var(--tec-border-width-week-event);
	--tec-box-shadow-default: 0 2px 5px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-tooltip: 0 2px 12px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-card: 0 1px 6px 2px var(--tec-color-box-shadow);
	--tec-box-shadow-multiday: 16px 6px 6px -2px var(--tec-color-box-shadow-secondary);
	--box-shadow-default: var(--tec-box-shadow-default);
	--box-shadow-tooltip: var(--tec-box-shadow-tooltip);
	--box-shadow-card: var(--tec-box-shadow-card);
	--box-shadow-multiday: var(--tec-box-shadow-multiday);
	--tec-form-color-background: var(--tec-color-background);
	--tec-form-color-border-default: var(--tec-color-text-primary);
	--tec-form-color-border-active: var(--tec-color-accent-secondary);
	--tec-form-color-border-secondary: var(--tec-color-border-tertiary);
	--tec-form-color-accent-primary: var(--tec-color-accent-primary);
	--tec-form-box-shadow-default: var(--tec-box-shadow-default);
	--form-color-background: var(--tec-form-color-background);
	--form-color-border-default: var(--tec-form-color-border-default);
	--form-color-border-active: var(--tec-form-color-border-active);
	--form-color-border-secondary: var(--tec-form-color-border-secondary);
	--form-color-accent-primary: var(--tec-form-color-accent-primary);
	--form-box-shadow-default: var(--tec-form-box-shadow-default);
	--tec-opacity-background: 0.07;
	--tec-opacity-select-highlighted: 0.3;
	--tec-opacity-icon-hover: 0.8;
	--tec-opacity-icon-active: 0.9;
	--tec-opacity-default: 1;
	--opacity-background: var(--tec-opacity-background);
	--opacity-select-highlighted: var(--tec-opacity-select-highlighted);
	--opacity-icon-hover: var(--tec-opacity-icon-hover);
	--opacity-icon-active: var(--tec-opacity-icon-active);
	--opacity-default: var(--tec-opacity-default);

	--tec-font-weight-regular: 400;
	--tec-font-weight-bold: 600;


	--font-family-sans-serif: var(--tec-font-family-sans-serif);
	--font-family-base: var(--tec-font-family-sans-serif);
	--font-weight-regular: var(--tec-font-weight-regular);
	--font-weight-bold: var(--tec-font-weight-bold);



	/* TEC - specific */
	--tec-color-text-events-title-day: var(--tec-color-text-events-title);
	--tec-color-text-events-title-latest-past: var(--tec-color-text-events-title);
	--tec-color-text-event-title-list: var(--tec-color-text-events-title);
	--tec-color-text-events-title-month-multiday: var(--tec-color-text-events-title);
	--tec-color-text-events-title-widget-list: var(--tec-color-text-events-title);
	--tec-color-text-event-date-secondary: var(--tec-color-text-primary);
	--tec-color-text-event-date-secondary-month: var(--tec-color-text-event-date-secondary);
	--tec-color-text-event-date-secondary-month-mobile: var(--tec-color-text-event-date-secondary-month);
	--tec-color-text-day-of-week-month: var(--tec-color-text-secondary);
	--tec-color-day-marker-month: var(--tec-color-text-primary);
	--tec-color-day-marker-month-hover: var(--tec-color-text-primary-hover);
	--tec-color-day-marker-month-active: var(--tec-color-text-primary-active);
	--tec-color-day-marker-current-month: var(--tec-color-day-marker-month);
	--tec-color-day-marker-current-month-hover: var(--tec-color-day-marker-month-hover);
	--tec-color-day-marker-current-month-active: var(--tec-color-day-marker-month-active);
	--tec-color-day-marker-past-month: var(--tec-color-text-primary);
	--tec-color-day-marker-past-month-hover: var(--tec-color-day-marker-past-month);
	--tec-color-day-marker-past-month-active: var(--tec-color-day-marker-past-month);
	--tec-color-text-day-of-week-week: var(--tec-color-text-secondary);
	--tec-border-radius-month-multiday: 0.5rem;
	--tec-color-border-secondary-month-grid: var(--tec-color-border-secondary);
	--tec-color-border-active-month-grid-hover: var(--tec-color-border-active);
	--tec-color-background-month-grid: transparent;
	--tec-color-background-tooltip: var(--tec-color-background);
	--tec-color-text-events-bar-input: var(--tec-color-text-primary);
	--tec-color-text-events-bar-input-placeholder: var(--tec-color-text-secondary);
	--tec-opacity-events-bar-input-placeholder: var(--tec-opacity-default);
	--tec-color-border-events-bar: var(--tec-color-border-secondary);
	--tec-color-background-events-bar: var(--tec-color-background);
	--tec-color-background-view-selector: var(--tec-color-background-events-bar);
	--tec-color-background-view-selector-tabs: var(--tec-color-background-view-selector);
	--tec-color-background-view-selector-list-item-hover: var(--tec-color-background-secondary);
	--tec-color-text-view-selector-list-item: var(--tec-color-text-primary);
	--tec-color-text-view-selector-list-item-hover: var(--tec-color-accent-secondary-hover);
	--tec-color-background-search-container: var(--tec-color-background-events-bar);

	--tec-color-icon-events-bar: var(--tec-color-icon-primary);
	--tec-color-icon-events-bar-active: var(--tec-color-icon-active);
	--tec-color-icon-events-bar-hover: var(--tec-color-icon-hover);

	/* ECP - specific */
	--tec-color-recurring-icon-month: var(--tec-color-text-primary);
	--tec-color-recurring-icon-month-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-month-multiday: var(--tec-color-text-primary);
	--tec-color-recurring-icon-month-multiday-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-list: var(--tec-color-text-primary);
	--tec-color-recurring-icon-list-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-day: var(--tec-color-text-primary);
	--tec-color-recurring-icon-day-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week-multiday: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week-multiday-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-photo: var(--tec-color-text-primary);
	--tec-color-recurring-icon-photo-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-map: var(--tec-color-text-primary);
	--tec-color-recurring-icon-map-hover: var(--tec-color-text-primary);
}


/* --- TEC variables end --- */

.shce_events-view_main {
	font-family: var(--shce-font-family-primary);
	display: flex;
	flex-flow: row wrap;
}

.shce_events-view_main .shce_events-view_header {
	flex: 0 0 100%;
}

.shce_events-view_main .shce_events-view_header .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
	border: none;
	gap: 0 2rem;
}

.shce_events-view_main .shce_events-view_header .tribe-events-c-top-bar.tribe-events-header__top-bar {
	margin-bottom: 2rem;
	display: none;
}

/* search bar */

.shce_events-view_header #tribe-events-search-container form {
	gap: 0 0.5rem;
}

.shce_events-view_header #tribe-events-search-container input.tribe-events-c-search__input {
	margin: 0;
	padding: calc(0.4rem - 1px) 2.7rem calc(0.4rem - 1px) 0.7rem;
	border: 1px solid var(--shce-color-primary);
}

.shce_events-view_header #tribe-events-search-container .tribe-common-c-svgicon.tribe-common-c-svgicon--search.tribe-events-c-search__input-control-icon-svg {
	right: 0.75rem;
	left: auto;
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-container button {
	margin: 0;
	padding: 0;
	min-width: 5.5rem;
	align-self: stretch;
}

tribe-filter-bar-c-pill__pill>*,
span.tribe-filter-bar-c-pill__pill-label,
.tribe-filter-bar-c-filter__toggle-wrapper,
h3.tribe-filter-bar-c-filter__toggle-heading,
button.tribe-filter-bar-c-filter__toggle,
.tribe-filter-bar-c-filter__toggle-text,
.tribe-filter-bar-c-filter__toggle-text span.tribe-filter-bar-c-filter__toggle-label {
	font-size: 0.75rem;
	line-height: 1;
}


.shce_events-view_main.tribe-filter-bar-c-filter--pill,
.shce_events-view_main .tribe-filter-bar-c-pill__pill {
	opacity: 0.7;
}

.shce_events-view_main .tribe-common-form-control-text {
	margin: 0 !important
}

.shce_events-view_main .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
	right: 1rem;
	left: auto;
}


/* filter bar adjustments */


.tribe-common--breakpoint-medium .tribe-filter-bar--vertical.tribe-filter-bar .tribe-filter-bar-c-clear-button {
	font-size: var(--shce-filterbar-font-size);
	line-height: 1;
}

.tribe-filter-bar .tribe-filter-bar-c-clear-button:focus .tribe-filter-bar-c-clear-button__reset-icon path,
.tribe-filter-bar .tribe-filter-bar-c-clear-button:hover .tribe-filter-bar-c-clear-button__reset-icon path {
	stroke: var(--shce-color-primary)
}

.tribe-filter-bar .tribe-filter-bar-c-clear-button:focus {
	outline: none;
}

.tribe-filter-bar .tribe-filter-bar-c-clear-button__reset-icon path {
	stroke: var(--shce-color-text)
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
	background-color: var(--tec-color-accent-secondary);
	border: none;
	border-radius: 14px;
	color: var(--tec-color-background);
	display: inline-block;
	margin-bottom: var(--tec-spacer-1);
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection:hover {
	background-color: var(--shce-color-bluegray-4);
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-container--open .select2-selection {
	border-radius: 0;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__rendered {
	align-items: center;
	color: var(--shce-color-text);
	display: flex;
	flex-wrap: nowrap;
	font-size: var(--shce-filterbar-font-size);
	font-weight: 400;
	line-height: 1;
	padding: 5px 11px 7px 12px
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-search__field {
	background: svg-inline(search) var(--tec-color-background) 12px center /14px no-repeat;
	border: 1px solid var(--shce-color-bluegray-2);
	border-radius: 0;
	color: var(--shce-color-bluegray-2);
	font-size: var(--shce-filterbar-font-size) !important;
	font-weight: 400;
	line-height: 1.2
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-search__field::placeholder {
	color: var(--tec-color-text-secondary)
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__clear {
	color: var(--tec-color-background);
	font-size: 1rem;
	font-weight: 600
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__clear:hover {
	opacity: var(--tec-opacity-icon-hover)
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__choice__text {
	color: var(--tec-color-background);
	white-space: normal
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__arrow {
	display: none !important;
	visibility: hidden
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
	color: var(--shce-color-bluegray-2);
	font-size: var(--shce-filterbar-font-size);
	font-weight: 400;
	line-height: 1.2
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option:focus {
	outline: none
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option--highlighted {
	background-color: initial;
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-dropdown {
	background-color: initial
}

.fusion-body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
	height: auto
}

.fusion-body .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__rendered {
	font-size: var(--shce-filterbar-font-size);
	line-height: 1;
	padding: 5px 11px 7px 12px
}

.tribe-filter-bar .tribe-filter-bar-c-filter {
	border-top: 1px solid var(--tec-color-border-secondary)
}

.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle,
.tribe-filter-bar button.tribe-filter-bar-c-filter__toggle {
	background-image: none;
	border: none;
	color: var(--shce-color-bluegray-2);
	font-weight: 600;
	outline: none;
}

.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:hover,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:hover,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle:hover,
.tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus,
.tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus {
	outline: none;
}

.tribe-filter-bar .tribe-filter-bar-c-filter__toggle-minus-icon path,
.tribe-filter-bar .tribe-filter-bar-c-filter__toggle-plus-icon path {
	stroke: var(--tec-color-icon-primary)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill button.tribe-filter-bar-c-filter__toggle {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-icon-disabled);
	border-radius: 0;
	font-size: var(--shce-filterbar-font-size);
	font-weight: 600;
	line-height: 1.2;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle:focus,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle:hover,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill button.tribe-filter-bar-c-filter__toggle:hover {
	background-color: var(--tec-color-background-secondary);
	border-color: var(--tec-color-icon-primary)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle:active,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill button.tribe-filter-bar-c-filter__toggle:active {
	background-color: var(--tec-color-background);
	border-color: var(--tec-color-border-tertiary)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections button.tribe-filter-bar-c-filter__toggle {
	background-color: var(--tec-color-background-secondary);
	border: 1px solid var(--tec-color-icon-primary);
	font-weight: 400;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__toggle {
	padding: 0.35rem 1.5rem 0.35rem 0.5rem
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle:focus,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle:hover,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections button.tribe-filter-bar-c-filter__toggle:focus,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections button.tribe-filter-bar-c-filter__toggle:hover {
	background-color: var(--tec-color-background-secondary-hover)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections .tribe-filter-bar-c-filter__toggle:active,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--has-selections button.tribe-filter-bar-c-filter__toggle:active {
	background-color: var(--tec-color-background);
	border-color: var(--tec-color-border-tertiary)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__remove-button:focus path,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__remove-button:hover path {
	opacity: var(--tec-opacity-icon-hover)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__remove-button-icon path {
	stroke: var(--tec-color-icon-active)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
	border: 1px solid var(--tec-color-border-secondary);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-tooltip)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close:focus .tribe-filter-bar-c-filter__filters-close-icon path,
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close:hover .tribe-filter-bar-c-filter__filters-close-icon path {
	stroke: var(--tec-color-icon-active)
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close-icon path {
	stroke: var(--tec-color-icon-primary)
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-search__field {
	background: svg-inline(search) var(--tec-color-background) 12px center /14px no-repeat;
	border: 1px solid var(--tec-color-border-default);
	border-radius: 0;
	color: var(--shce-color-bluegray-2);
	font-size: var(--shce-filterbar-font-size);
	font-weight: 600;
	line-height: 1.2
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-search__field::placeholder {
	color: var(--tec-color-text-secondary)
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-selection__choice {
	background-color: var(--tec-color-accent-secondary);
	border: 1px solid var(--tec-color-accent-secondary);
	border-radius: 0;
	color: var(--tec-color-background);
	font-size: var(--shce-filterbar-font-size);
	font-weight: 600;
	line-height: 1;
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-selection__choice:hover {
	background-color: var(--tec-color-accent-secondary-hover)
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-selection__choice__remove {
	color: var(--tec-color-background);
	font-size: var(--shce-filterbar-font-size);
	font-weight: 600
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-selection__choice__remove:hover {
	color: var(--tec-color-background);
	opacity: var(--tec-opacity-icon-hover)
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-results__option {
	color: var(--shce-color-bluegray-2);
	font-size: var(--shce-filterbar-font-size);
	line-height: 1.2;
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-results__option:focus {
	outline: none
}

.tribe-filter-bar .tribe-filter-bar-c-multiselect .select2-results__option--highlighted {
	background-color: initial;
	opacity: var(--tec-opacity-select-highlighted);
}

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-icon-disabled);
	border-radius: 0;
	padding: 0.35rem 0.5rem;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
	background-color: var(--tec-color-background);
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus,
.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background-color: var(--tec-color-background-secondary);
	border-color: var(--shce-color-bluegray-2);
	outline: none
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:active {
	background-color: var(--tec-color-background);
	border-color: var(--tec-color-border-tertiary)
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
	background-color: var(--tec-color-background-secondary);
	border: 1px solid var(--tec-color-icon-primary);
	border-radius: 0;
	font-weight: 600;
	padding-right: 1.5rem;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus,
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background-color: var(--tec-color-background-secondary-hover);
	outline: none
}

.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections.tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:active {
	background-color: var(--tec-color-background);
	border-color: var(--tec-color-border-tertiary)
}

.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button:focus path,
.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button:hover path {
	opacity: var(--tec-opacity-icon-hover)
}

.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button:focus {
	outline: none
}

.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button-icon path {
	stroke: var(--tec-color-icon-active)
}

.fusion-body .tribe-filter-bar .tribe-filter-bar-c-pill .tribe-filter-bar-c-pill__pill {
	font-size: var(--shce-filterbar-font-size);
	line-height: 1;
}

.fusion-body .tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
	font-weight: 600;
}

.tribe-filter-bar .tribe-filter-bar-c-range__label {
	color: var(--shce-color-bluegray-2);
	color: var(--tec-color-text-secondary);
	font-size: var(--shce-filterbar-font-size);
	font-weight: 600;
	line-height: 1.2
}

.tribe-filter-bar .tribe-filter-bar-c-range__slider {
	background: var(--shce-color-bluegray-2);
	border-radius: 2px;
	height: 4px;
	margin: var(--tec-spacer-1) 10px
}

.tribe-filter-bar .tribe-filter-bar-c-range__slider .ui-slider-range {
	background: var(--tec-color-accent-secondary)
}

.tribe-filter-bar .tribe-filter-bar-c-range__slider .ui-slider-handle {
	background-color: var(--tec-form-color-background);
	background: var(--tec-form-color-background);
	border: 1px solid var(--tec-form-color-border-secondary);
	border-radius: 50%;
	box-shadow: var(--tec-form-box-shadow-default);
	height: 20px;
	margin: 0 0 0 -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px
}

.tribe-filter-bar .tribe-filter-bar-c-range__slider .ui-slider-handle.ui-state-active {
	background-color: var(--tec-color-background-secondary)
}

.tribe-filter-bar .tribe-filter-bar-c-range__slider .ui-slider-handle:after,
.tribe-filter-bar .tribe-filter-bar-c-range__slider .ui-slider-handle:before {
	content: none
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-container {
	border-right: none
}

.tribe-events .tribe-events-c-events-bar__filter-button:focus,
.tribe-events .tribe-events-c-events-bar__filter-button:hover {
	opacity: var(--tec-opacity-icon-hover)
}

.tribe-events .tribe-events-c-events-bar__filter-button:focus {
	outline: none
}

.tribe-events .tribe-events-c-events-bar__filter-button:active {
	opacity: var(--tec-opacity-icon-active)
}

.tribe-events .tribe-events-c-events-bar__filter-button:before {
	background-color: var(--tec-color-icon-events-bar-hover);
	content: "";
	display: none;
	height: 2px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(var(--tec-spacer-0));
	width: calc(100% - var(--tec-spacer-0) * 2)
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-c-events-bar__filter-button:before {
	transform: none;
	width: calc(100% - var(--tec-spacer-1) * 2)
}

.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button:before {
	content: none
}

.tribe-events .tribe-events-c-events-bar__filter-button--active:before {
	display: block
}

.tribe-events .tribe-events-c-events-bar__filter-button-icon path {
	fill: var(--tec-color-icon-events-bar-active)
}

.tribe-events .tribe-events-c-events-bar__filter-button-text {
	text-transform: capitalize
}

.tribe-filter-bar .tribe-filter-bar__filters {
	border-bottom: none;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters {
	border-bottom: none
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav:after,
.tribe-filter-bar .tribe-filter-bar__filters-slider-nav:before {
	height: 100%;
	position: absolute;
	top: 0;
	width: 60px
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav--overflow-start:before {
	background: linear-gradient(-90deg, rgba(var(--tec-color-background), 0) 15%, var(--tec-color-background) 70%);
	content: "";
	left: -1px
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav--overflow-end:after {
	background: linear-gradient(90deg, rgba(var(--tec-color-background), 0) 15%, var(--tec-color-background) 70%);
	content: "";
	right: 0
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button:focus .tribe-filter-bar__filters-slider-nav-button-icon path,
.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button:hover .tribe-filter-bar__filters-slider-nav-button-icon path {
	fill: var(--tec-color-accent-secondary-hover)
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button:focus {
	outline: none
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button:active .tribe-filter-bar__filters-slider-nav-button-icon path {
	fill: var(--tec-color-accent-secondary-active)
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav-button-icon path {
	fill: var(--tec-color-border-tertiary)
}

.tribe-common--breakpoint-medium .tribe-filter-bar.tribe-filter-bar--vertical .tribe-filter-bar__selected-filters {
	border-top: 1px solid var(--tec-color-border-secondary)
}






/* filter bar adjustments --- end */


.shce_events-view_main .shce_events-view_main_inner-wrapper {
	flex: 1 0 300px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-template-rows: auto;
	grid-auto-flow: row;
	width: 100%;
	gap: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	border-right: 1px solid var(--shce-color-bluegray-4);
	border-bottom: 1px solid var(--shce-color-bluegray-4);
}

.shce_events-view_item {
	box-sizing: content-box !important;
	background-color: white;
	border: 1px solid var(--shce-color-bluegray-4) !important;
	margin: 0 -1px -1px 0 !important;
	aspect-ratio: 1 / 1;
	height: auto;
	overflow: visible;
}

.shce_events-view_item_featured {
	background-color: var(--shce-color-bluegray-7);
	background: radial-gradient(91.53% 91.53% at 4.72% 4.31%, rgba(192, 240, 251, 0.4) 0%, rgba(192, 240, 251, 0.1) 100%);
	background: radial-gradient(91.53% 91.53% at 4.72% 4.31%, rgba(219, 228, 234, 0.5) 0%, rgba(219, 228, 234, 0.1) 100%);
}

.shce_events-view_item_featured:hover {
	background: radial-gradient(91.53% 91.53% at 4.72% 4.31%, rgba(192, 240, 251, 0.5) 0%, rgba(192, 240, 251, 0.2) 100%);
}

.shce_events-view_item:hover {
	border: 1px solid var(--shce-color-primary) !important;
	/* background: radial-gradient(91.53% 91.53% at 4.72% 4.31%, rgba(192,240,251,0.5) 0%,rgba(192,240,251,0.2) 100%); */
	background-color: var(--shce-color-bluegray-7);
	z-index: 5;
}

.shce_events-view_item_inner-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.shce_events-view_item_article.tribe_events.type-tribe_events {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 5fr auto auto 3fr;
	justify-items: start;
	gap: 0.3rem 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
}

.shce_events-view_item .shce_events-view_item_header {
	margin-top: -0.3rem !important;
	grid-column: 1 / -1;
	grid-row: 1;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	gap: 0.25rem 1rem;
}

.shce_events-view_item_datetime,
.shce_events-view_item_venue {
	font-size: 0.9rem;
	line-height: 1.3em;
	min-height: 1.3em;
	color: var(--shce-color-bluegray-2);
	opacity: 1;
	transition: 0.2s ease;
	flex: 0 0 auto;
}

.shce_events-view_item_venue {
	font-style: normal;
	text-align: right;
}

h3.shce_events-view_item_title {
	flex: 0 0 100%;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.15em !important;
	margin-top: 1.25rem;
}

h3.shce_events-view_item_title a {
	color: var(--shce-color-bluegray-1) !important;
}

h3.shce_events-view_item_title a:hover {
	color: var(--shce-color-primary) !important;
	text-decoration: underline;
	text-underline-offset: 0.1em;
	text-decoration-thickness: 0.1em;
}

.shce_events-view_item_categories,
.shce_events-view_item_tags {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	gap: 0.3rem;
	overflow: hidden;
	mask-image: linear-gradient(to right, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 95%);
  	mask-size: 100% 100%;
  	mask-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 95%);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	opacity: 1;
	transition: 0.2s ease;
}

.shce_events-view_item_categories {
	grid-column: 1 / -1;
	grid-row: 2;
}

.shce_events-view_item_tags {
	grid-column: 1 / -1;
	grid-row: 3;
	justify-self: flex-end;
}

span.shce_events-view_item_categories_single,
span.shce_events-view_item_tags_single {
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--shce-color-bluegray-2);
	border: 1px solid var(--shce-color-bluegray-2);
	border-radius: 0;
	padding: 0.15em 0.4em;
	display: inline-block;
	white-space: nowrap;
}

span.shce_events-view_item_categories_single {
	color: var(--shce-color-primary);
	border-color: var(--shce-color-primary);
}

.shce_events-view_item_article.tribe_events.type-tribe_events .tribe-events-calendar-list__event-cost {
	grid-column: 1 / 2;
	grid-row: 4;
	justify-self: start;
	align-self: end;
	margin-top: 0;
}

.shce_events-view_item .tribe-events-c-small-cta__price svg {
	width: 0.9rem;
	height: auto;
	transform: translateY(0.1em);
	margin-right: 0.35em;
}

.shce_events-view_item .shce_organizer_logo {
	grid-column: 2 / 3;
	grid-row: 4;
	justify-self: end;
	align-self: end;
	margin-bottom: 0;
	line-height: 1px;
}

.shce_events-view_item .shce_organizer_logo img {
	max-height: 70px;
	width: 100%;
	transition: all 0.3s ease;
}

.shce_events-view_item:not(:hover) .shce_organizer_logo img {
	filter: grayscale(100%) opacity(0.3);
}

/* --- CALENDAR FILTERS --- */

.tribe-events-calendar-list-nav.tribe-events-c-nav {
	flex: 0 0 100%;
	border-top: none;
}

.tribe-events-c-nav__list-item button.tribe-common-b2 span,
.tribe-events-c-nav__next-label {
	font-size: 1rem;
	text-transform: none !important;
}


/* CALENDAR end */

/* EVENT DETAIL PAGE */

#tribe-events-pg-template {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.shce_single-event,
.shce_single-event_meta-top,
.shce_single-event_date-time-location {
	font-family: var(--shce-font-family-primary);
	color: var(--shce-color-bluegray-2);
}

.shce_single-event_sponsored-badge .elementor-shortcode {
	line-height: 1;
}

.shce_single-event_sponsored-badge span,
.shce_single-event_categories-top p span {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
}

.shce_single-event_sponsored-badge span {
	border: 1px solid var(--shce-color-secondary);
	background-color: var(--shce-color-secondary);
	color: white;
	padding: 0.3em 0.7em 0.25em 0.7em;
	--shce-diagonal-corner: 0.5rem;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--shce-diagonal-corner)), calc(100% - var(--shce-diagonal-corner)) 100%, 0 100%);
}

.shce_single-event_categories-top p span {
	border: 1px solid var(--shce-color-bluegray-2);
	padding: 0.3em 0.5em 0.25em 0.5em;
	color: var(--shce-color-bluegray-2);
}

.shce_single-event_categories-top p span:not(:last-of-type) {
	margin-right: 0.5rem;
}

.shce_single-event_sponsored-badge:has(.partner-event-label_blank) {
	display: none;
}

.shce_single-event_title h1 {
	transform: translateX(-0.05em);
}

.shce_single-event_date-time-location .tec-events-elementor-event-widget__datetime-wrapper {
	margin: 0;
}

.shce_single-event_date-time-location .tec-events-elementor-event-widget__datetime span,
.shce_single-event_date-time-location .elementor-heading-title {
	font-size: 1.25rem;
	line-height: 1.2;
	color: var(--shce-color-bluegray-2);
}

.shce_single-event_header-image {
	clip-path: polygon(var(--shce-diagonal-corner) 0, 100% 0, 100% calc(100% - var(--shce-diagonal-corner)), calc(100% - var(--shce-diagonal-corner)) 100%, 0 100%, 0 var(--shce-diagonal-corner));
	overflow: hidden;
}

.shce_single-event_header-image img {
	aspect-ratio: 3 / 1 !important;
	object-fit: cover;
	object-position: center;
}

.shce_single-event_info-box {
	background-color: var(--shce-color-bluegray-4);
	background-color: #F2F5F7;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--shce-diagonal-corner)), calc(100% - var(--shce-diagonal-corner)) 100%, 0 100%);
}

.shce_single-event_info-box a {
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 0;
	text-decoration-skip-ink: all;
	transition: all 0.2s ease;
}

.shce_single-event_info-box a:hover {
	text-underline-offset: 0.15em;
	text-decoration-thickness: 0.05em;
	text-decoration-skip-ink: all;
}

.shce_single-event_info-box .shce_single-event_language-headline h2,
.shce_single-event_info-box .shce_single-event_tickets-headline h2,
.shce_single-event_info-box h2.tec-events-elementor-event-widget__organizer-header,
.shce_single-event_info-box h2.tec-events-elementor-event-widget__venue-header {
	font-size: 0.85rem;
	line-height: 1;
	margin: 0 0 0.5rem 0 !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--shce-color-bluegray-2);
}

.shce_single-event_info-box .tec-events-elementor-event-widget__organizer,
.shce_single-event_info-box .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-name,
.shce_single-event_info-box .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-details,
.shce_single-event_info-box .tec-events-elementor-event-widget__organizer .tec-events-elementor-event-widget__organizer-website-wrapper {
	padding: 0;
	margin: 0;
}

.shce_single-event_language:has(.shce_single-event_language_blank) {
	display: none;
}

.shce_single-event_language_info,
.shce_single-event_info-box .tec-events-elementor-event-widget__cost,
.shce_single-event_info-box .tec-events-elementor-event-widget__organizer-name .shce_single-event_info-box .tec-events-elementor-event-widget__venue-address-address {
	color: var(--shce-color-text);
	line-height: 1.5;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue {
	flex-direction: column;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue h2.tec-events-elementor-event-widget__venue-header {
	width: 100%;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container {
	max-width: 100% !important;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container .tec-events-elementor-event-widget__venue-details,
.shce_single-event_venue .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-address {
	padding: 0;
	margin: 0;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details h3 {
	margin: 0 !important;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-map {
	display: flex;
	justify-content: center;
}

.shce_single-event_venue .tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-map iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
	border: none;
}

.shce_single-event_add-to-calendar .elementor-widget-tec_events_elementor_widget_event_export .tec-events-elementor-event-widget__export,
.tec-events-elementor-event-widget__export-dropdown,
.shce_single-event_add-to-calendar button {
	margin-bottom: 0 !important
}

.shce_single-event_topic-sponsors_wrapper p {
	margin-bottom: 0;
}


/* EVENT DETAIL PAGE end */


/* SUBMIT EVENT FEATURES */

.tribe-theme-hello-elementor #content {
	margin: 0 auto;
	max-width: calc(1400px + var(--shce-padding-h-standard) * 2);
	padding: var(--shce-padding-v-standard) var(--shce-padding-h-standard);
	/* border: 2px dotted red; */
}

.tribe-theme-hello-elementor #content .page-header {
	margin-bottom: var(--shce-padding-v-standard);
}

.tribe-theme-hello-elementor #content .entry-title {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.tribe-community-events {
	border: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	background: none;
	font-size: 1rem;
	color: var(--shce-color-text)
}

.tribe-community-events * {
    box-sizing: border-box;
    font-size: 1rem;
}

.tribe-community-events table,
.tribe-community-events tbody,
.tribe-community-events td,
.tribe-community-events th,
.tribe-community-events tr {
    border: none;
    font-size: 1rem;
}

.tribe-community-events input,
.tribe-community-events select {
    line-height: 1.5;
    margin: 0;
    padding: 0.3rem 0.5rem;
}

.tribe-community-events select {
    min-width: 200px
}

.tribe-community-events input[type=color],
.tribe-community-events input[type=date],
.tribe-community-events input[type=datetime-local],
.tribe-community-events input[type=datetime],
.tribe-community-events input[type=email],
.tribe-community-events input[type=month],
.tribe-community-events input[type=number],
.tribe-community-events input[type=password],
.tribe-community-events input[type=search],
.tribe-community-events input[type=tel],
.tribe-community-events input[type=text],
.tribe-community-events input[type=time],
.tribe-community-events input[type=url],
.tribe-community-events input[type=week],
.tribe-community-events textarea {
	background-color: none;
    border: 1px solid var(--shce-color-bluegray-4);
    /* box-shadow: inset 0 1px 2px var(--tec-color-box-shadow); */
	box-shadow: none;
    color: var(--shce-color-text);
	padding: 0.3rem 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

@media (max-width: 782px) {

    .tribe-community-events input[type=color],
    .tribe-community-events input[type=date],
    .tribe-community-events input[type=datetime-local],
    .tribe-community-events input[type=datetime],
    .tribe-community-events input[type=email],
    .tribe-community-events input[type=month],
    .tribe-community-events input[type=number],
    .tribe-community-events input[type=password],
    .tribe-community-events input[type=search],
    .tribe-community-events input[type=tel],
    .tribe-community-events input[type=text],
    .tribe-community-events input[type=time],
    .tribe-community-events input[type=url],
    .tribe-