/*
 * The Events Calendar list view image sizing.
 *
 * Keep all event images in the same width column, but let each image keep its
 * natural aspect ratio so portrait and landscape posters are not forced square.
 */
:root {
	--lms-event-image-max-width: 420px;
}

body.lms-events-dark {
	--theme-color-bg_color: #02040b;
	--theme-color-bd_color: #424348;
	--theme-color-text: #d4d4d6;
	--theme-color-text_dark: #ffffff;
	--theme-color-text_light: #9d9ea1;
	--theme-color-text_link: #d4af37;
	--theme-color-text_hover: #ffd700;
	--theme-color-alter_bg_color: #11131a;
	--theme-color-alter_bd_color: #424348;
	--theme-color-alter_text: #d4d4d6;
	--theme-color-alter_dark: #ffffff;
	--theme-color-alter_light: #9d9ea1;
	--theme-color-alter_link: #d4af37;
	--theme-color-alter_hover: #ffd700;
	--tec-color-background: #02040b;
	--tec-color-background-events: #02040b;
	--tec-color-background-secondary: #11131a;
	--tec-color-border-default: #424348;
	--tec-color-border-secondary: #424348;
	--tec-color-text-primary: #ffffff;
	--tec-color-text-secondary: #d4d4d6;
	--tec-color-text-disabled: #9d9ea1;
	--tec-color-link-accent: #d4af37;
	--tec-color-accent-primary: #d4af37;
	--tec-color-accent-primary-hover: #ffd700;
	--tec-color-button-primary: #d4af37;
	--tec-color-button-primary-hover: #ffd700;
	--tec-color-button-primary-active: #ffd700;
	--tec-color-icon-active: #d4af37;
	--tec-color-icon-hover: #ffd700;
	background: #02040b;
	color: #d4d4d6;
}

body.lms-events-dark .page_wrap,
body.lms-events-dark .page_content_wrap,
body.lms-events-dark .content_wrap,
body.lms-events-dark .content,
body.lms-events-dark .footer_wrap,
body.lms-events-dark footer,
body.lms-events-dark .tribe-events-view,
body.lms-events-dark .tribe-events .tribe-events-l-container,
body.lms-events-dark .tribe-events-calendar-list,
body.lms-events-dark .top_panel,
body.lms-events-dark .top_panel_navi,
body.lms-events-dark .top_panel_title {
	background-color: #02040b;
	color: #d4d4d6;
}

body.lms-events-dark .page_wrap > .top_panel_default,
body.lms-events-dark .page_wrap > .top_panel:not(.lms-events-matched-header) {
	display: none !important;
}

body.lms-events-lite-page .footer_wrap:not(.lms-events-theme-footer),
body.lms-events-lite-page footer:not(.lms-events-theme-footer) {
	display: none !important;
}

body.lms-events-dark .lms-events-matched-header {
	background-color: transparent;
	color: #d4d4d6;
	display: block;
	position: relative;
	z-index: 1000;
}

body.lms-events-dark .lms-events-matched-header .logo_image {
	width: 266px;
	max-width: min(266px, 42vw);
	height: auto;
}

body.lms-events-dark .lms-events-matched-header .sc_layouts_menu_nav > li.current-menu-item > a,
body.lms-events-dark .lms-events-matched-header .sc_layouts_menu_nav > li.current-menu-item > a span,
body.lms-events-dark .lms-events-matched-header .sc_layouts_menu_nav > li.current-menu-parent > a,
body.lms-events-dark .lms-events-matched-header .sc_layouts_menu_nav > li.current-menu-parent > a span,
body.lms-events-dark .lms-events-matched-header .sc_layouts_menu_nav > li.current-menu-ancestor > a,
body.lms-events-dark .lms-events-matched-header .sc_layouts_menu_nav > li.current-menu-ancestor > a span,
body.lms-events-dark .lms-events-matched-header .menu_main_nav > li.current-menu-item > a,
body.lms-events-dark .lms-events-matched-header .menu_main_nav > li.current-menu-item > a span {
	color: #d4af37 !important;
}

body.lms-events-dark .top_panel_title,
body.lms-events-dark .top_panel_title .content_wrap {
	border-color: #424348;
}

body.lms-events-dark .top_panel_title .sc_layouts_title_caption,
body.lms-events-dark .tribe-events .tribe-events-header__title-text,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-title-link,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
	color: #ffffff;
}

body.lms-events-dark .page_content_wrap a,
body.lms-events-dark .content_wrap a,
body.lms-events-dark .tribe-events a,
body.lms-events-dark .breadcrumbs a {
	color: #d4af37 !important;
}

body.lms-events-dark .page_content_wrap a:hover,
body.lms-events-dark .content_wrap a:hover,
body.lms-events-dark .tribe-events a:hover,
body.lms-events-dark .breadcrumbs a:hover {
	color: #ffd700 !important;
}

body.lms-events-dark .page_content_wrap .lms-events-tabs a,
body.lms-events-dark .content_wrap .lms-events-tabs a {
	color: #ffffff !important;
	font-family: "Kumbh Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

body.lms-events-dark .page_content_wrap .lms-events-tabs a:hover,
body.lms-events-dark .page_content_wrap .lms-events-tabs a:focus,
body.lms-events-dark .page_content_wrap .lms-events-tabs a.is-active,
body.lms-events-dark .content_wrap .lms-events-tabs a:hover,
body.lms-events-dark .content_wrap .lms-events-tabs a:focus,
body.lms-events-dark .content_wrap .lms-events-tabs a.is-active {
	color: #d4af37 !important;
}

body.lms-events-dark .page_content_wrap a.lms-events-button,
body.lms-events-dark .content_wrap a.lms-events-button,
body.lms-events-dark .page_content_wrap a.lms-events-button span,
body.lms-events-dark .content_wrap a.lms-events-button span {
	background-color: #d4af37 !important;
	border-color: #d4af37 !important;
	color: #02040b !important;
	opacity: 1 !important;
	text-indent: 0 !important;
	visibility: visible !important;
}

body.lms-events-dark .page_content_wrap a.lms-events-button:hover,
body.lms-events-dark .content_wrap a.lms-events-button:hover,
body.lms-events-dark .page_content_wrap a.lms-events-button:hover span,
body.lms-events-dark .content_wrap a.lms-events-button:hover span {
	background-color: #ffd700 !important;
	border-color: #ffd700 !important;
	color: #02040b !important;
}

body.lms-events-dark .page_content_wrap .lms-single-event__nav a,
body.lms-events-dark .content_wrap .lms-single-event__nav a {
	background: transparent !important;
	border: 0 !important;
	color: #d4af37 !important;
	min-height: auto !important;
	min-width: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

body.lms-events-dark .page_content_wrap .lms-single-event__nav a:hover,
body.lms-events-dark .content_wrap .lms-single-event__nav a:hover {
	background: transparent !important;
	color: #a98418 !important;
}

body.lms-events-dark .footer_wrap,
body.lms-events-dark .footer_wrap .sc_layouts_row,
body.lms-events-dark footer,
body.lms-events-dark footer .sc_layouts_row {
	background-color: #02040b !important;
	color: #d4d4d6 !important;
}

body.lms-events-dark .footer_wrap a,
body.lms-events-dark footer a {
	color: #d4af37 !important;
}

body.lms-events-dark .footer_wrap a:hover,
body.lms-events-dark footer a:hover {
	color: #ffd700 !important;
}

body.lms-events-dark .lms-events-theme-footer {
	display: block !important;
	position: relative;
	z-index: 1;
}

body.lms-events-dark .top_panel_navi .sc_layouts_menu_nav > li > a,
body.lms-events-dark .top_panel_navi .sc_layouts_menu_nav > li > a span,
body.lms-events-dark .top_panel_navi .menu_main_nav > li > a,
body.lms-events-dark .top_panel_navi .menu_main_nav > li > a span {
	color: #ffffff !important;
}

body.lms-events-dark .top_panel_navi .sc_layouts_menu_nav > li > a:hover,
body.lms-events-dark .top_panel_navi .sc_layouts_menu_nav > li > a:hover span,
body.lms-events-dark .top_panel_navi .menu_main_nav > li > a:hover,
body.lms-events-dark .top_panel_navi .menu_main_nav > li > a:hover span,
body.lms-events-dark .top_panel_navi .sc_layouts_menu_nav > li.current-menu-item > a,
body.lms-events-dark .top_panel_navi .sc_layouts_menu_nav > li.current-menu-item > a span,
body.lms-events-dark .top_panel_navi .menu_main_nav > li.current-menu-item > a,
body.lms-events-dark .top_panel_navi .menu_main_nav > li.current-menu-item > a span {
	color: #ffd700 !important;
}

body.lms-events-dark .top_panel_navi .sc_layouts_logo:not(.sc_layouts_logo_default) {
	display: inline-block;
	width: min(266px, 42vw);
	height: 120px;
	background-image: url("LMS-LogoTransparent.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	vertical-align: middle;
}

body.lms-events-dark .top_panel_navi .sc_layouts_logo:not(.sc_layouts_logo_default) .logo_text,
body.lms-events-dark .top_panel_navi .sc_layouts_logo:not(.sc_layouts_logo_default) .logo_slogan {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

body.lms-events-dark .top_panel_navi .sc_layouts_row_fixed_on {
	background-color: #02040b;
}

body.lms-events-dark .tribe-common,
body.lms-events-dark .tribe-events {
	color: #d4d4d6;
}

body.lms-events-dark .tribe-events .tribe-events-c-events-bar,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__content,
body.lms-events-dark .tribe-events .tribe-events-c-search__input-control,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button,
body.lms-events-dark .tribe-common-c-btn-border {
	background-color: #11131a;
	border-color: #424348;
	color: #ffffff;
}

body.lms-events-dark button,
body.lms-events-dark input[type="button"],
body.lms-events-dark input[type="reset"],
body.lms-events-dark input[type="submit"],
body.lms-events-dark .theme_button,
body.lms-events-dark .sc_button,
body.lms-events-dark .wp-block-button__link,
body.lms-events-dark .tribe-common .tribe-common-c-btn,
body.lms-events-dark .tribe-common a.tribe-common-c-btn,
body.lms-events-dark .tribe-events .tribe-events-c-search__button,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button button {
	background-color: #d4af37 !important;
	border-color: #d4af37 !important;
	color: #02040b !important;
}

body.lms-events-dark button:hover,
body.lms-events-dark input[type="button"]:hover,
body.lms-events-dark input[type="reset"]:hover,
body.lms-events-dark input[type="submit"]:hover,
body.lms-events-dark .theme_button:hover,
body.lms-events-dark .sc_button:hover,
body.lms-events-dark .wp-block-button__link:hover,
body.lms-events-dark .tribe-common .tribe-common-c-btn:hover,
body.lms-events-dark .tribe-common a.tribe-common-c-btn:hover,
body.lms-events-dark .tribe-events .tribe-events-c-search__button:hover,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:hover,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button button:hover {
	background-color: #ffd700 !important;
	border-color: #ffd700 !important;
	color: #02040b !important;
}

body.lms-events-dark .tribe-common .tribe-common-c-btn-border,
body.lms-events-dark .tribe-common a.tribe-common-c-btn-border,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__button,
body.lms-events-dark .tribe-events .tribe-events-c-nav__next,
body.lms-events-dark .tribe-events .tribe-events-c-nav__prev {
	background-color: transparent !important;
	border-color: #d4af37 !important;
	color: #d4af37 !important;
}

body.lms-events-dark .tribe-common .tribe-common-c-btn-border:hover,
body.lms-events-dark .tribe-common a.tribe-common-c-btn-border:hover,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button:hover,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__button:hover,
body.lms-events-dark .tribe-events .tribe-events-c-nav__next:hover,
body.lms-events-dark .tribe-events .tribe-events-c-nav__prev:hover {
	background-color: #11131a !important;
	border-color: #ffd700 !important;
	color: #ffd700 !important;
}

body.lms-events-dark .tribe-common .tribe-common-c-svgicon,
body.lms-events-dark .tribe-common .tribe-common-c-svgicon path,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__button-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-nav__next-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-nav__prev-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-datetime-featured-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-datetime-recurring-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-datetime-wrapper svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-date-tag svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-day__event-datetime-wrapper svg path,
body.lms-events-dark .tribe-events svg.tribe-events-calendar-list__event-datetime-featured-icon-svg path {
	color: currentColor !important;
	fill: currentColor !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:focus,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:hover,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item-link:hover,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button:hover,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button:focus,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button:active {
	color: #d4af37 !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__button:hover .tribe-events-c-view-selector__button-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-top-bar__datepicker-button:hover .tribe-events-c-top-bar__datepicker-button-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-datetime-featured-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-calendar-day__event-datetime-featured-icon-svg path,
body.lms-events-dark .tribe-events .tribe-events-c-small-cta__link-icon-svg path {
	fill: #d4af37 !important;
	stroke: #d4af37 !important;
}

body.lms-events-dark .tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime::after,
body.lms-events-dark .tribe-events .tribe-events-calendar-day__event--featured::after,
body.lms-events-dark .tribe-events .tribe-events-calendar-month__calendar-event--featured::before {
	background-color: #d4af37 !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::before,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item-link::before,
body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item-link::after {
	background-color: #d4af37 !important;
	border-color: #d4af37 !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
	border-color: #d4af37 !important;
	box-shadow: inset 0 -2px 0 #d4af37 !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: flex;
	justify-content: center;
}

body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button {
	align-items: center !important;
	background: #d4af37 !important;
	border: 2px solid #d4af37 !important;
	color: #02040b !important;
	display: inline-flex !important;
	gap: 8px;
	justify-content: center;
	line-height: 1.2 !important;
	padding: 13px 18px !important;
	width: auto !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button-text,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button-icon,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button svg {
	background: transparent !important;
	color: #02040b !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:hover,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:focus,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:active {
	background: #ffd700 !important;
	border-color: #ffd700 !important;
	color: #02040b !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-text,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-icon,
body.lms-events-dark .tribe-events .tribe-events-c-subscribe-dropdown__button:hover svg {
	color: #02040b !important;
}

body.lms-events-dark .tribe-events .tribe-events-c-search__input,
body.lms-events-dark .tribe-events .tribe-events-c-search__input::placeholder {
	color: #d4d4d6;
}

body.lms-events-dark .tribe-events .tribe-events-calendar-list__event-row,
body.lms-events-dark .tribe-events .tribe-events-calendar-list-nav {
	border-color: #424348;
}

.tribe-events .tribe-events-calendar-list__event {
	align-items: flex-start;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	flex: 0 0 min(100%, var(--lms-event-image-max-width));
	width: min(100%, var(--lms-event-image-max-width));
	max-width: var(--lms-event-image-max-width);
}

.tribe-events .tribe-events-calendar-list__event-details {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
	display: block;
	width: 100%;
}

.tribe-events a.tribe-events-calendar-list__event-featured-image-link {
	cursor: pointer;
}

.tribe-events .tribe-events-calendar-list__event-featured-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	aspect-ratio: auto !important;
	object-fit: contain;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary {
	display: grid;
	grid-template-columns: minmax(240px, 30%) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
	margin: 0 0 34px;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-image {
	margin: 0;
	width: 100%;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.tribe-events-event-meta,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.primary,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-meta-group,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-meta-group-details,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-meta-group-venue {
	box-sizing: border-box;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.tribe-events-event-meta,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-meta {
	margin: 0;
	width: 100%;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-meta.primary,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-meta.secondary,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.primary,
body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	width: 100%;
}

body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-meta-group {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

body.lms-events-dark.single-tribe_events .tribe-events-venue-map,
body.lms-events-dark.single-tribe_events .tribe-events-gmap,
body.lms-events-dark.single-tribe_events .tribe-events-gmap iframe {
	display: none !important;
}

body.lms-events-dark.single-tribe_events .tribe-events-meta-group-details a.lms-get-tickets-button {
	align-items: center;
	background-color: #d4af37 !important;
	border: 2px solid #d4af37 !important;
	color: #02040b !important;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin-top: 6px;
	padding: 12px 18px;
	text-decoration: none !important;
	width: auto;
}

body.lms-events-dark.single-tribe_events .tribe-events-meta-group-details a.lms-get-tickets-button:hover,
body.lms-events-dark.single-tribe_events .tribe-events-meta-group-details a.lms-get-tickets-button:focus {
	background-color: #ffd700 !important;
	border-color: #ffd700 !important;
	color: #02040b !important;
}

@media (max-width: 767px) {
	body.lms-events-dark .top_panel_navi .sc_layouts_logo:not(.sc_layouts_logo_default) {
		width: min(210px, 56vw);
		height: 94px;
	}

	.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
		max-width: 100%;
		width: 100%;
	}

	body.lms-events-dark.single-tribe_events .lms-single-event-summary,
	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-meta.primary,
	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-meta.secondary,
	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.primary,
	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-single-section.secondary {
		display: block;
	}

	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-image,
	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-event-meta,
	body.lms-events-dark.single-tribe_events .lms-single-event-summary .tribe-events-meta-group {
		margin-bottom: 24px;
		width: 100%;
	}
}
