.tribe-events {
  /* --elcg-red: #e2231a; */
  --elcg-red: var(--e-global-color-primary);
  --tec-color-accent-primary-hover: var(--e-global-color-primary);
  --tec-color-link-accent: var(--e-global-color-primary);
}

body .elementor-widget-wrap.col-1 {
	padding-right: 100px;
}

.tribe-common .external-list {
    list-style: disc;
    padding-left: 1.5rem;
}

body .tribe-common .tribe-common-c-btn::before {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
}

body .tribe-common .tribe-common-c-btn, body .tribe-common .tribe-common-c-btn:active, body .tribe-common .tribe-common-c-btn:focus {
	border-radius: 200px;
	background-color: var(--elcg-red);
	border: 1px solid var(--elcg-red);
	outline: none;
}

body .tribe-common .tribe-common-c-btn:hover, body .tribe-common .tribe-common-c-btn:active, body .tribe-common .tribe-common-c-btn:focus, 
body .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover, body .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:active, body .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:focus {
	border-radius: 200px;
	background-color: #fff;
	color: var(--elcg-red);
	border: 1px solid var(--elcg-red);
	outline: none;
}

body .tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
    border: 1px solid var(--elcg-red);
}

/* Kategorivisning */
body .tribe-events-pro-map__event-cards-wrapper .tec-events-calendar-map__event-categories .tec-events-calendar-map__category {
	margin: 0 0 10px 0;
	font-size: var(--tec-font-size-2);
	padding: 0;
}

body .tribe-events-calendar-list .tec-events-calendar-list__event-categories .tec-events-calendar-list__category {
	margin: 10px 0;
	font-size: var(--tec-font-size-2);
	padding: 0;
	border: none;
}

/* Fjern kategorivælger */
.tribe-events.tribe-common--breakpoint-medium .tec-events-category-color-filter, body .tec-events-category-color-filter {
	display: none;
}



/* List view mobil serier */

body .tribe-events-pro-summary .tribe-common-g-row--gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body .tribe-events-pro-summary__event-wrapper > li,
body .tribe-events-pro-summary__event-wrapper article {
    width: 100% !important;
    max-width: 100% !important;
}



@media (max-width: 991px) {
body .tribe-events-pro .tribe-events-pro-summary__event-cost:last-child {
	margin: 0;
	display: block;
}
}


body main#content.tribe_event_series.type-tribe_event_series.status-publish.hentry {
    padding: 0;
}

/* fjerner kategori dot
body .tribe-events-pro-map__event-cards-wrapper .tec-events-calendar-map__event-categories .tec-events-calendar-map__category .tec-events-calendar-map__category-icon  {
	display: none;
}
*/

body a.tribe-events-pro-map__event-tooltip-title-link.tribe-common-anchor-thin:focus {
	outline: none;
}

body span.tribe-events-c-nav__next-label, span.tribe-events-c-nav__prev-label {
	font-size: 14px;
}

/* Cards */
body .tribe-events-pro .tribe-events-pro-map__event-title {
	color:  var(--elcg-red);
}

body .tribe-events-pro .tribe-events-pro-map__event-card {
	background: #fff;
}

/* Befor kategori
.tec-events-calendar-map__category.tribe_events_cat-vaccinebus::before {
	content: "Å";
}
*/

body .tribe-events-pro .tribe-events-pro-map__event-details .tribe-events-pro-map__event-title {
	text-wrap-mode: wrap;
}

body .tribe-events-pro .tribe-events-pro-map__event-card-wrapper--has-thumbnail .tribe-events-pro-map__event-details,
body .tribe-events-pro .tribe-events-pro-map__event-card-wrapper--has-thumbnail .tribe-events-pro-map__event-details-spacer {
	width: 100%;
}

body .tribe-events-pro .tribe-events-pro-map__event-card-wrapper--has-thumbnail .tribe-events-pro-map__event-featured-image-wrapper {
	display: none;
}

body .sikkerrejse-tribe-event-meta__additional-info {
	background: #f9e7e7;
	padding: 6px 10px;
	line-height: 1.4;
	margin-top: 10px;
}

body .sikkerrejse-tribe-event-meta__vaccination-types {
	color: var(--elcg-red);
	font-weight: 600;
	margin-top: 8px;
}

body .sikkerrejse-tribe-event-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	align-items: center;
	margin-top: 16px;
}

body .sikkerrejse-tribe-event-actions .tribe-small-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-width: 0;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid var(--elcg-red);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.2s ease;
}

body .sikkerrejse-tribe-event-actions .btn-primary.tribe-small-btn {
	background: var(--elcg-red);
	color: #fff;
}

body .sikkerrejse-tribe-event-actions .btn-secondary.tribe-small-btn {
	background: #fff;
	color: var(--elcg-red);
}

body .sikkerrejse-tribe-event-actions .tribe-small-btn:hover,
body .sikkerrejse-tribe-event-actions .tribe-small-btn:focus {
	background: #fff;
	color: var(--elcg-red);
	text-decoration: none;
}

body .sikkerrejse-tribe-event-actions .btn-secondary.tribe-small-btn:hover,
body .sikkerrejse-tribe-event-actions .btn-secondary.tribe-small-btn:focus {
	background: var(--elcg-red);
	color: #fff;
}

body .tribe-events-pro .tribe-events-pro-map__event-actions--spacer {
	display: none;
}

body .tribe-events-pro .tribe-events-pro-map__event-actions--linked,
body .tribe-events-pro .tribe-events-pro-map__event-card-spacer {
	display: none !important;
}

body .tribe-events-pro .tribe-events-pro-map__event-wrapper-spacer,
body .tribe-events-pro .tribe-events-pro-map__event-details-spacer {
	width: 100%;
}

body .tribe-events-pro .tribe-events-pro-map__event-card-button,
body .tribe-events-pro .tribe-events-pro-map__event-card,
body .tribe-events-pro .tribe-events-pro-map__event-card-wrapper,
body .tribe-events-pro .tribe-events-pro-map__event-card-spacer {
	height: auto;
}

body .tribe-events-pro .tribe-events-pro-map__event-details {
	display: flex;
	flex-direction: column;
}

body .tribe-events-pro .tribe-events-pro-map__event-details > * {
	order: initial !important;
}

body .tribe-events-pro .tribe-events-pro-map__event {
	align-items: flex-start;
}

body .tribe-events-pro .tribe-events-pro-map__event-title {
	margin: 8px 0 0;
}

body .tribe-events-pro .tec-events-calendar-map__event-categories .tec-events-calendar-map__category {
	margin: 8px 0 0;
}

body .tribe-events-pro .tribe-events-pro-map__event-venue {
	margin-top: 8px;
	line-height: 1.35;
}

body .tribe-events-pro .sikkerrejse-tribe-event-actions--map-card {
	margin-top: 14px;
	padding-top: 2px;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip {
	width: 240px;
	max-width: 240px;
	padding: 18px 18px 16px;
}

body .tribe-events-pro .gm-style .gm-style-iw-c {
	padding: 18px 18px 0 !important;
}

body .tribe-events-pro .gm-style .gm-style-iw-c > button {
	right: 4px !important;
	top: 4px !important;
}

body .tribe-events-pro .gm-style .gm-style-iw-d {
	max-width: 240px !important;
	overflow: hidden !important;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-datetime-wrapper,
body .tribe-events-pro .tribe-events-pro-map__event-tooltip-title,
body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue {
	line-height: 1.2;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-title {
	margin: 6px 0 8px;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue {
	margin-top: 6px;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue-title,
body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue-address {
	display: block;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue-address {
	margin-top: 0;
	padding: 0 !important;
	line-height: 1.15;
}

body .tribe-events-pro .tribe-events-pro-map__event-venue-title,
body .tribe-events-calendar-list__event-venue-title {
	display: inline;
}

body .tribe-events-pro .tribe-events-pro-map__event-venue-title::after,
body .tribe-events-calendar-list__event-venue-title::after {
	content: ", ";
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation {
	margin-top: 18px;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-slider-container,
body .tribe-events-pro .tribe-events-pro-map__event-tooltip-slider-wrapper {
	width: 100%;
}

body .tribe-events-pro .tribe-events-pro-map__event-tooltip-slide {
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
	overflow: hidden;
}

body .tribe-events-calendar-list__event.sikkerrejse-tribe-list-event {
	padding-bottom: 24px;
}

body .tribe-events-calendar-list__event.sikkerrejse-tribe-list-event .tribe-events-calendar-list__event-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body .sikkerrejse-tribe-list-event__description {
	margin-top: 12px;
	line-height: 1.5;
}

body .sikkerrejse-tribe-event-actions--list {
	margin-top: 18px;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-summary-event {
	padding-bottom: 24px;
	flex-direction: column;
	margin-bottom: 0;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-summary-event__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	width: 100%;
}

body .tribe-events-pro-summary .tribe-events-pro-summary__event-title {
	margin: 0;
	width: 100%;
}

body .tribe-events-pro-summary .tribe-events-pro-summary__event-datetime-wrapper {
	width: 100%;
	line-height: 1.4;
	margin: 0;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-summary-event__category {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-summary-event__category-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--tec-color-category-primary, transparent);
	flex: none;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-summary-event__venue {
	font-style: normal;
	line-height: 1.45;
	width: 100%;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-event-actions--summary {
	margin-top: 18px;
	width: 100%;
}

body .tribe-events-pro-summary .sikkerrejse-tribe-event-meta__vaccination-types {
	color: var(--elcg-red);
	font-weight: 600;
}

body .tribe-events-pro-summary .tribe-events-pro-summary__event-row {
	align-items: flex-start;
}

body .tribe-events-pro-summary .tribe-events-pro-summary__event-details {
	width: 100%;
}

body .tribe-events-pro-summary .tribe-events-pro-summary__event-header > * {
	flex: 0 0 auto;
	max-width: 100%;
}

@media (min-width: 768px) {
	body .tribe-events-pro .tribe-events-pro-summary__event.sikkerrejse-tribe-summary-event {
		flex-direction: column;
		justify-content: flex-start;
	}

	body .tribe-events-pro .sikkerrejse-tribe-summary-event .tribe-events-pro-summary__event-header {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	body .tribe-events-pro .sikkerrejse-tribe-summary-event .tribe-events-pro-summary__event-datetime-wrapper,
	body .tribe-events-pro .sikkerrejse-tribe-summary-event .tribe-events-pro-summary__event-title,
	body .tribe-events-pro .sikkerrejse-tribe-summary-event .sikkerrejse-tribe-summary-event__category,
	body .tribe-events-pro .sikkerrejse-tribe-summary-event .sikkerrejse-tribe-summary-event__venue,
	body .tribe-events-pro .sikkerrejse-tribe-summary-event .sikkerrejse-tribe-event-meta__additional-info,
	body .tribe-events-pro .sikkerrejse-tribe-summary-event .sikkerrejse-tribe-event-meta__vaccination-types,
	body .tribe-events-pro .sikkerrejse-tribe-summary-event .sikkerrejse-tribe-event-actions--summary {
		display: block;
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	body .sikkerrejse-tribe-event-actions {
		flex-wrap: nowrap;
		gap: 8px;
	}

	body .sikkerrejse-tribe-event-actions .tribe-small-btn {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}

	body .tribe-events-pro .sikkerrejse-tribe-event-actions--tooltip-box {
		display: none;
	}

	body .tribe-events-pro .tribe-events-pro-map__event-tooltip {
		width: 190px;
		max-width: 190px;
		padding: 12px 12px 10px;
	}

	body .tribe-events-pro .gm-style .gm-style-iw-c {
		max-width: 190px !important;
		padding: 12px 12px 0 !important;
	}

	body .tribe-events-pro .gm-style .gm-style-iw-d {
		max-width: 190px !important;
	}

	body .tribe-events-pro .gm-style .gm-style-iw-c > button {
		right: 2px !important;
		top: 2px !important;
		transform: scale(0.9);
		transform-origin: top right;
	}

	body .tribe-events-pro .tribe-events-pro-map__event-tooltip-title {
		margin: 4px 0 6px;
	}

	body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue,
	body .tribe-events-pro .tribe-events-pro-map__event-tooltip-venue-address,
	body .tribe-events-pro .tribe-events-pro-map__event-tooltip-datetime-wrapper {
		line-height: 1.1;
	}

	body .tribe-events-pro .sikkerrejse-tribe-event-actions--tooltip-box {
		display: none;
	}
}


body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container  {
	padding-top: 50px;
}

body .tribe-events .tribe-events-l-container {
	padding-top: 0;
}

body .tribe-events-header__title {
	display: none;
}

body p.tribe-events-back-series {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Fjerner outline om serie-ikonet */
body .tribe-common a:focus {
    outline: none;
}

body .tribe-events .tribe-events-series-archive__icon {
    stroke: #000;
}

body .tribe-events-before-html {
	margin-bottom: 40px;
}

@media (max-width: 783px) {

body .tribe-events-before-html {
	margin-top: 20px;
}

body .hide-mobile {
	display: none;
}
body .elementor-widget-wrap.col-1 {
	padding-right: unset;
}

}

