/*
Theme Name: Fallstober Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.13.1789676882
Updated: 2026-09-17 20:28:02

*/


/* ==========================================================================
   Fallstober Fest — schedule
   Paste into your child theme's style.css.
   Palette is lifted from the event signage; adjust in one place below.
   ========================================================================== */

.fb-schedule {
	--fb-orange: #e8542a;   /* the banner vermilion */
	--fb-teal: #1c4e66;     /* the deep field blue */
	--fb-rust: #9c4526;     /* the logo plaque */
	--fb-cream: #f1f2f0;    /* the sign white */
	--fb-slate: #7fa8be;    /* the "schedule & map" blue */

	--fb-face: 'Barlow Semi Condensed', 'Barlow', sans-serif;
	--fb-fade: 0.5;         /* how far finished sets drop back */

	display: flex;
	flex-direction: column;
	max-width: 46rem;
}

/* --------------------------------------------------------------------------
   One set
   -------------------------------------------------------------------------- */

.fb-slot {
	display: grid;
	grid-template-columns: 5.5rem 1fr;
	column-gap: 1.35rem;
	padding: 1.05rem 1rem;
	border-bottom: 2px solid rgba(28, 78, 102, 0.14);
	scroll-margin-top: 5.5rem;
	transition: opacity 0.3s ease;
}

.fb-slot:first-child {
	border-top: 2px solid rgba(28, 78, 102, 0.14);
}

/* --------------------------------------------------------------------------
   Time
   -------------------------------------------------------------------------- */

.fb-slot__when {
	font-family: var(--fb-face);
	font-variant-numeric: tabular-nums;
	color: var(--fb-teal);
	padding-top: 0.15rem;
}

.fb-slot__start {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.05;
}

.fb-slot__end,
.fb-slot__tba {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0.65;
}

.fb-slot__tba {
	font-style: italic;
}

.fb-slot__ampm {
	margin-left: 0.12em;
	font-size: 0.66em;
	font-weight: 600;
	text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Artist — the loudest thing in the row
   -------------------------------------------------------------------------- */

.fb-slot__name {
	margin: 0 0 0.5rem;
	font-family: var(--fb-face);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.005em;
	color: var(--fb-teal);
}

.fb-slot__name a {
	color: inherit;
	text-decoration: none;
	box-shadow: inset 0 -0.08em 0 rgba(232, 84, 42, 0.35);
}

.fb-slot__name a:hover,
.fb-slot__name a:focus-visible {
	color: var(--fb-orange);
	box-shadow: inset 0 -0.08em 0 var(--fb-orange);
}

/* --------------------------------------------------------------------------
   Genre + venue chips
   Borrowed from the signage: rounded plaque, contrasting keyline.
   -------------------------------------------------------------------------- */

.fb-slot__tags {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.fb-tag {
	display: inline-block;
	padding: 0.22em 0.62em 0.26em;
	border-radius: 0.4rem;
	font-family: var(--fb-face);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Venue: the filled logo plaque. Stage, restaurant, wherever they're playing.
   Links down to the map. */
.fb-tag--place {
	background: var(--fb-rust);
	color: var(--fb-cream);
	text-decoration: none;
	box-shadow: 0 0 0 2px var(--fb-orange);
	margin-right: 0.15rem;
}

.fb-tag--place:hover,
.fb-tag--place:focus-visible {
	background: var(--fb-orange);
	color: var(--fb-cream);
	box-shadow: 0 0 0 2px var(--fb-rust);
}

/* Genre: outlined, because it's a link through to the archive. */
.fb-tag--genre {
	background: transparent;
	color: var(--fb-teal);
	text-decoration: none;
	box-shadow: inset 0 0 0 2px rgba(28, 78, 102, 0.3);
}

.fb-tag--genre:hover,
.fb-tag--genre:focus-visible {
	background: var(--fb-teal);
	color: var(--fb-cream);
	box-shadow: inset 0 0 0 2px var(--fb-teal);
}

/* --------------------------------------------------------------------------
   Playing now / already finished
   -------------------------------------------------------------------------- */

.fb-slot__live {
	display: none;
	margin: 0.55rem 0 0;
	grid-column: 2;
	justify-self: start;
	padding: 0.2em 0.7em 0.24em;
	border-radius: 0.4rem;
	background: var(--fb-orange);
	color: var(--fb-cream);
	box-shadow: 0 0 0 2px var(--fb-cream), 0 0 0 4px var(--fb-orange);
	font-family: var(--fb-face);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fb-slot--now {
	background: rgba(232, 84, 42, 0.07);
	box-shadow: inset 4px 0 0 var(--fb-orange);
}

.fb-slot--now .fb-slot__live {
	display: block;
}

.fb-slot--now .fb-slot__when {
	color: var(--fb-orange);
}

.fb-slot--done {
	opacity: var(--fb-fade);
}

/* --------------------------------------------------------------------------
   Jump button
   Divi button above the schedule: URL #fb-now, CSS class fb-jump.
   The script hides it whenever nothing is playing.
   -------------------------------------------------------------------------- */

.fb-jump[hidden] {
	display: none !important;
}

/* --------------------------------------------------------------------------
   Empty state
   -------------------------------------------------------------------------- */

.fb-schedule__empty {
	font-family: var(--fb-face);
	color: var(--fb-slate);
}

/* --------------------------------------------------------------------------
   Phones
   -------------------------------------------------------------------------- */

@media (max-width: 540px) {
	.fb-slot {
		grid-template-columns: 4.35rem 1fr;
		column-gap: 0.95rem;
		padding: 0.95rem 0.5rem;
	}

	.fb-slot__start {
		font-size: 1.1rem;
	}

	.fb-slot__end {
		font-size: 0.8rem;
	}

	.fb-slot__name {
		font-size: 1.3rem;
	}

	.fb-tag {
		font-size: 0.76rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fb-slot {
		transition: none;
	}
}