:root {
	--color-cream: rgba(244, 236, 221, 1);
	--color-biege: rgba(227, 209, 170, 1);
	--color-brown: rgba(107, 59, 29, 1);
	--color-light-blue: rgba(72, 148, 208, 1);
	--color-dark-blue: rgba(0, 87, 137, 1);
	--color-navy: rgba(4, 65, 106, 1);
	--color-light-yellow: rgba(255, 214, 120, 1);
	--color-yellow: rgba(247, 187, 58, 1);
	--radius1: 20px;
	--radius2: 12px;
	--font1: 'p22-underground';
	--font2: 'bungee';
	--font3: 'gooddog-new';
}


/* GENERIC */
html, body {
	background-color: var(--color-navy);
	font-family: var(--font1);
	-webkit-font-smoothing: antialiased;
}

body.no-scroll {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

body.no-scroll .content-outer {
	position: fixed;
	top: 0;
	z-index: 1;
}

body.no-scroll #masthead {
	display: none !important;
}

a {
	text-decoration: none;
	color: #000;	
}

a:focus {
	outline: none !important;
}

footer {
	display: none;
}

.color-cream {
	color: var(--color-cream);
}

.color-navy {
	color: var(--color-navy);
}

.color-light-blue {
	color: var(--color-light-blue);
}

.color-brown {
	color: var(--color-brown);
}

.color-biege {
	color: var(--color-biege);
}

.title-1 {
	font-family: var(--font2);
	font-weight: 400;
	font-size: 4rem;
	line-height: 4.05rem;
	margin-bottom: 0;
}

.thin-line-title {
	height: 50px;
	width: auto;
}

.shadow-title {
	height: 57px;
	width: auto;
}

.btn-1 img {
	height: 40px;
	width: auto;
}

.content-1 {
	font-size: 1rem;
	font-family: var(--font1);
	line-height: 1.3rem;
}

.content-1 p {
	margin-bottom: 0.6rem;
}


/* LOADING SCREEN */
#entry-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: var(--color-navy);
}

#entry-banner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: auto;
}


/* AGE POPUP */
#age-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	width: 610px;
	height: auto;
	background-color: var(--color-dark-blue);
	border: 3px solid var(--color-cream);
	border-radius: var(--radius1);
	padding: 6rem;
}

#age-popup h1 {
	color: var(--color-cream);
	font-family: var(--font2);
	font-weight: 400;
	font-size: 2.9rem;
	line-height: 2.8rem;
	margin-bottom: 2rem;
}

#age-popup .megaphone {
	position: absolute;
	top: 2rem;
	right: 5.5rem;
	height: 9.5rem;
}

#age-popup .yes-no-btns img {
	height: 2.33rem;
}

#age-popup span {
	color: var(--color-cream);
	font-size: 0.75rem;
	max-width: 330px;
	margin: auto;
	margin-top: 2rem;
}

#age-popup span.no-text {
	font-size: 0.9rem;
}

.age-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: var(--color-biege);
}


/* NAVIGATION */
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	z-index: 2;
	padding: 1rem 2rem;
}

#masthead .site-logo img {
	height: 54px;
	width: auto;
}

#masthead .menu-btn {
	height: 50px;
	width: auto;
}

#masthead .bot-btn img {
	height: 37px;
	width: auto;
	margin-right: 10px;
}


/* MENU BOX */
.menu-wrapper {
	cursor: pointer;
}

#menu-box {
	position: fixed;
	z-index: 4;
	top: 5rem;
	right: 2rem;
	background-color: transparent;
	width: 300px;
	border-radius: var(--radius1);
	max-height: 0;
	overflow: hidden;
	border: 0px solid transparent;
	transition: max-height 0.4s, 
				padding 0.3s ease 0.2s, 
				border 0.3s ease 0.2s, 
				background-color 0.3s ease 0.4s;
	padding: 0rem 2.5rem;
}

#menu-box.show-box {
	background-color: var(--color-dark-blue);
	border: 2px solid var(--color-cream);
	padding: 3rem 2.5rem;
	max-height: 1000px;
	height: auto;
	transition: max-height 0.3s,
				padding 0.3s ease 0s, 
				border 0.3s ease 0s, 
				background-color 0s ease 0s;
}

#menu-box .main-navigation ul {
	flex-direction: column;
}

#menu-box .main-navigation a {
	font-size: 1.2rem;
	color: var(--color-cream);
	margin-bottom: 0.8rem;
}

#menu-box .main-navigation li:last-child a {
	margin-bottom: 0rem;
}

.open-timings {
	font-family: var(--font3);
	font-size: 0.8rem;
	color: var(--color-light-blue);
	transform: rotate(-3deg);
}

.blue-border {
	background-image: url('https://biergarten.co.in/wp-content/uploads/2025/08/blue-border.svg');
	height: 6px;
	width: 100%;
	background-size: contain;
	background-repeat: repeat-x;
}


#menu-box h6 {
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--color-light-blue);
	text-transform: uppercase;
	margin-bottom: 0;
}


/* BEERS ON TAP */
#bot-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	background-color: var(--color-light-yellow);
	border-radius: var(--radius1);
	border: 2px solid var(--color-cream);
	padding: 2.5rem;
	height: 495px;
	overflow: hidden;
}

.bot-backdrop {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#bot-popup .nav-tabs {
	border-bottom: 0px;
}

#bot-popup .nav-tabs .nav-link {
	color: var(--color-biege);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	mix-blend-mode: multiply;
	border: none;
}

#bot-popup .nav-tabs .nav-link.active {
	color: var(--color-brown);
	background-color: transparent;
	border-color: transparent;
}

#bot-popup .tab-content {
	max-width: 150px;
	min-height: 330px;
	max-height: 330px;
	overflow: scroll;
	color: var(--color-brown);
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#bot-popup .tab-content::-webkit-scrollbar {
	display: none;
}

#bot-popup .beer-glass {
	position: absolute;
	right: -80px;
	height: 83%;
	top: 115px;
}


/* HOME PAGE */
.sticky-page {
	position: fixed;
	top: 0;
	z-index: 1;
}

.content-outer {
	overflow-x: auto;
	width: max-content;
}

.content-outer .page-section {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	height: 100vh;
	max-height: 100vh;
}

.content-container {
	height: 640px;
	max-height: 640px;
}


/* INTRO TEXT */
#intro-text {
	background-color: var(--color-cream);
	padding: 0 12rem;
	aspect-ratio: 5/3;
	text-align: center;
	justify-content: center;
}

.dancing-man {
	height: 490px;
	width: auto;
}


/* BANNER IMAGES */
.zooming-img {
	width: 100vw;
	max-width: 1180px;
	height: 100dvh;
	overflow: hidden;
}

.zooming-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zooming-img.zoom-2 {
	width: auto;
	max-width: unset;
	aspect-ratio: 4 / 5;
}


/* TIMELINE */
#timeline {
	background-color: var(--color-navy);
	padding-right: 12rem;
}

#timeline .title-1 {
	margin-top: -0.5rem;
}

#timeline .beer-1 {
	width: auto;
	border-radius: var(--radius1);
	overflow: hidden;
}

#timeline .bottom-content {
	height: 69%;
	width: auto;
}

#timeline .bottom-content .content-1 {
	max-width: 310px;
}

.zig-zag-border {
	left: 0;
	width: 100%;
	height: 14px;
	padding: 0;
}

.zig-zag-border.top {
	top: 0;
}

.zig-zag-border.bottom {
	bottom: 0;
}

.zig-zag-border .barfi-bg {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url('https://biergarten.co.in/wp-content/uploads/2025/05/barfi.svg');
	background-size: contain;
	background-repeat: repeat-x;
	background-position-x: -12px;
}

.cream-strip {
	background-color: var(--color-cream);
	height: 7px;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
}

.zig-zag-border.top .cream-strip {
	top: 0;
}

.zig-zag-border.bottom .cream-strip {
	bottom: 0;
	top: 7px;
}

.timeline-item {
	margin-right: 6rem;
}

.timeline-item.right-text {
	align-items: end;
}

.timeline-item.top-text,
.timeline-item.bottom-text {
	flex-direction: column;
}

.timeline-item.right-text .timeline-content {
	margin-left: 1.5rem;
}

.timeline-item.bottom-text .timeline-content {
	margin-top: 1.5rem;
}

.timeline-thumbnail {
	height: 50%;
	width: auto;
	aspect-ratio: 1/1;
	border-radius: var(--radius2);
	overflow: hidden;
}

.timeline-item.top-text .timeline-thumbnail {
	order: 2;
	margin-top: 1.5rem;
}

.timeline-content {
	max-width: 220px;
	color: var(--color-light-blue);
	font-weight: 400;
	line-height: 1.3rem;
}

.timeline-content .before-text,
.timeline-content .after-text {
	font-family: var(--font3);
	font-size: 0.95rem;
	line-height: 1.1rem;
	display: block;
	transform: rotate(-4deg);
	margin-top: 0.2rem;
}

.timeline-item.top-text .before-text {
	margin-bottom: 1.2rem;
}

.timeline-content .year {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0.4rem;
	display: block;
}


/* BEERS */
#beers {
	background-color: var(--color-yellow);
	padding-left: 10rem;
}

#beers .content-1 {
	max-width: 430px;
}

#beers .food-1 {
	margin-left: 80%;
	position: relative;
	z-index: 2;
}

.flip-card {
	aspect-ratio: 1/1;
	width: auto;
	height: 400px;
	perspective: 1000px; 
	cursor: pointer;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.flip-card-front img,
.flip-card-back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flip-card-back {
	transform: rotateY(180deg);
}

#coaster-item-61 .flip-card {
	margin-top: 2rem;
}

#coaster-item-67 .flip-card {
	margin-top: 9rem;
	margin-left: -3rem;
}

#coaster-item-125 .flip-card {
	margin-top: -8rem;
	margin-left: -4rem;
}

#coaster-item-64 .flip-card {
	margin-top: 8rem;
	margin-left: -3rem;
}

#coaster-item-128 .flip-card {
	margin-top: -10rem;
	margin-left: -1rem;
}

#coaster-item-63 .flip-card {
	margin-top: 11rem;
	margin-left: -5rem;
}

#coaster-item-65 .flip-card {
	margin-top: -5rem;
	margin-left: -4rem;
}

#coaster-item-67,
#coaster-item-128,
#coaster-item-65 {
	position: relative;
	z-index: 2;
}

.list-of-beers {
	margin-left: 8rem;
}


/* EVENTS */
#events {
	background-color: var(--color-yellow);
	padding-left: 10rem;
	padding-right: 4rem;
}

#events .megaphone {
	transform: scaleX(-1) rotate(7deg);
	height: 200px;
	width: auto;
	margin-top: auto;
	margin-bottom: 1.5rem;
}

.event-item {
	margin-right: 6rem;
}

.event-item:nth-child(even) {
	justify-content: end;
}

.event-thumbnail {
	height: 50%;
	width: auto;
	aspect-ratio: 1 / 1;
	border-radius: var(--radius2);
	overflow: hidden;
}

.event-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-content {
	max-width: 220px;
	color: var(--color-brown);
	font-weight: 400;
	line-height: 1.3rem;
}

.event-content h2 {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 0.4rem;
	display: block;
	text-transform: uppercase;
}


/* FOOD MENU */
#menu {
	padding-left: 15rem;
	padding-right: 15rem;
	background-color: var(--color-cream);
}

#menu .content-1 {
	max-width: 640px;
}

#menu .food-items {
	height: 165px;
	width: auto;
	margin: 1rem;
}


/* COMMUNITY */
#community {
	padding-left: 10rem;
	padding-right: 10rem;
}

#community .images-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 15px;
	max-width: 1200px;
	overflow: hidden;
	margin-left: 4rem;
}

#community .images-grid > div {
	border-radius: var(--radius2);
	overflow: hidden;
}

#community .images-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#community .images-grid .content-1 {
	font-size: 0.9rem;
	line-height: 1.2rem;
}
	
#community .img1 {
	grid-column: span 2 / span 2;
	grid-row: span 3 / span 3;
	grid-column-start: 2;
}

#community .img2 {
	grid-column: span 3 / span 3;
	grid-row: span 2 / span 2;
	grid-column-start: 1;
	grid-row-start: 4;
}

#community .img3 {
	grid-column: span 4 / span 4;
	grid-row: span 3 / span 3;
	grid-column-start: 2;
	grid-row-start: 6;
}

#community .img4 {
	grid-column: span 2 / span 2;
	grid-row: span 4 / span 4;
	grid-column-start: 4;
	grid-row-start: 2;
	margin-top: auto;
	color: #fff;
	border-radius: 0px !important;
}

#community .img5 {
	grid-column: span 3 / span 3;
	grid-row: span 4 / span 4;
	grid-column-start: 6;
	grid-row-start: 1;
}

#community .img6 {
	grid-column: span 3 / span 3;
	grid-row: span 4 / span 4;
	grid-column-start: 6;
	grid-row-start: 5;
}

#community .img7 {
	grid-column: span 4 / span 4;
	grid-row: span 3 / span 3;
	grid-column-start: 9;
	grid-row-start: 2;
}

#community .img8 {
	grid-column: span 2 / span 2;
	grid-row: span 4 / span 4;
	grid-column-start: 9;
	grid-row-start: 5;
}

#community .img9 {
	grid-column: span 2 / span 2;
	grid-row: span 4 / span 4;
	grid-column-start: 11;
	grid-row-start: 5;
	color: #fff;
	margin-top: auto;
	border-radius: 0px !important;
}


/* CONTACT */
#contact {
	font-size: 0.9rem;
	padding: 6.5rem;
	background-color: var(--color-cream);
}

#contact h6 {
	color: var(--color-light-blue);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 0.7rem;
	margin-bottom: 0.8rem;
}

#contact .border-list {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	background-image: url('https://biergarten.co.in/wp-content/uploads/2025/06/border.svg');
	height: 8px;
	width: 100%;
	min-width: 780px;
	background-size: contain;
	background-repeat: repeat-x;
}

#contact .social-btn {
	height: 24px;
	width: 24px;
}

#contact .copy-text {
	font-size: 0.7rem;
}

.location-name {
	font-weight: 500;
}

.location-list-item a {
	color: var(--color-dark-blue);
	display: inline-block;
	margin: 0 0.5rem;
}

.df-ui-nav .df-ui-btn:before {
	filter: none !important;
	font-size: 25px !important;
}

.envira-gallery-wrap {
	max-width: 1300px;
	margin-top: 70px !important;
	padding: 10px !important;
}

html:has(body.page-id-310), body.page-id-310,
html:has(body.page-id-284), body.page-id-284,
html:has(body.page-id-221), body.page-id-221,
html:has(body.page-id-190), body.page-id-190 {
	background-color: var(--color-biege);
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
	border-radius: var(--radius2);
	overflow: hidden;
}


@media screen and (max-height: 799px) {
	.content-container {
		max-height: 480px;
	}
	
	.content-container.bigger-content {
		max-height: 600px;
	}
	
	.dancing-man {
		height: 420px;
	}
	
	.flip-card {
		height: 350px;
	}
	
	#community .images-grid .content-1 {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
}

@media screen and (max-width: 767px) {
	#age-popup {
		width: 90%;
		padding: 2rem;
	}
	
	.yes-no-btns {
		flex-wrap: wrap;
	}
	
	#yes-btn, #no-btn {
		width: 100%;
		margin: 1rem 0 0;
	}
	
	#age-popup .yes-no-btns img {
		height: 2.53rem;
	}
	
	#age-popup h1 {
		font-size: 1.9rem;
		line-height: 1.8rem;
		margin-bottom: 1rem;
		text-align: center !important;
	}
	
	#age-popup .megaphone {
		position: unset;
		height: 5.5rem;
		margin-bottom: 1rem;
	}
	
	.sticky-page {
		position: unset;
	}
	
	.content-outer {
		overflow-x: hidden;
		width: auto;
	}
	
	.content-outer .page-section {
		display: block;
		height: auto;
		max-height: unset;
	}
	
	.content-container {
		height: auto;
		max-height: unset;
	}
	
	#intro-text {
		padding: 10rem 1.5rem;
		min-height: 100dvh;
		aspect-ratio: unset;
	}
	
	#intro-text .content-container {
		height: 100%;
	}
	
	.bot-btn {
		position: fixed;
		z-index: 5;
		bottom: 1rem;
		left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	
	#masthead {
		padding: 1rem 1rem;
		z-index: 50;
	}
	
	#masthead .bot-btn img {
		height: 40px;
		margin-right: 0;
	}
	
	#masthead .site-logo img {
		height: 48px;
	}
	
	#masthead .menu-btn {
		height: 48px;
	}
	
	#timeline {
		padding-right: 0;
	}
	
	.zig-zag-border {
		display: none;
	}
	
	#timeline .beer-1 {
		width: calc(100% - 3rem);
		margin: -7rem 1.5rem 3.5rem;
	}
	
	.timeline-intro {
		padding: 0 3rem;
	}
	
	.title-1 {
		font-size: 2.2rem;
		line-height: 2.25rem;
	}
	
	.zooming-img {
		height: auto;
		aspect-ratio: 3 / 4;
	}
	
	#timeline .title-1 {
		margin-top: 0;
		margin-bottom: 3.5rem;
	}
	
	#timeline .bottom-content {
		height: unset;
	}
	
	.shadow-title {
		height: 33px;
	}
	
	.beer-2.h-100 {
		height: auto !important;
	}
	
	.timeline-item {
		padding-left: 3rem;
		flex-direction: column;
		margin-bottom: 4rem;
	}
	
	.timeline-wrapper .slick-list {
		padding-right: 3rem;
	}
	
	.timeline-item.bottom-text .timeline-content {
		margin-top: 0;
	}
	
	.timeline-thumbnail {
		height: auto;
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.timeline-item.right-text .timeline-content {
		margin-left: 0;
	}
	
	.timeline-content {
		max-width: 100%;
	}
	
	.timeline-item.top-text .timeline-thumbnail {
		order: 1;
		margin-top: 0;
	}
	
	.timeline-item.top-text .timeline-content {
		order: 2;
	}
	
	.timeline-wrapper,
	.event-wrapper {
		margin-top: 2rem;
	}
	
	#beers {
		padding-top: 3.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.thin-line-title {
		height: 29px;
	}
	
	.coaster-wrapper {
		flex-direction: column;
		width: 100%;
	}
	
	.flip-card {
		height: 280px;	
	}
	
	#coaster-item-61 .flip-card {
		margin-top: 4rem;
		margin-left: -4rem;
	}
	
	#coaster-item-65 .flip-card,
	#coaster-item-125 .flip-card,
	#coaster-item-128 .flip-card {
		margin-top: -2rem;
		margin-left: -4rem;
		position: relative;
		z-index: 2;
	}
	
	#coaster-item-67 .flip-card,
	#coaster-item-64 .flip-card,
	#coaster-item-63 .flip-card {
		margin-top: -2rem;
		margin-left: 5rem;
		position: relative;
		z-index: 2;
	}
	
	.list-of-beers {
		margin-left: 0;
		margin-top: 4rem;
		height: auto !important;
	}
	
	.list-of-beers img {
		height: auto !important;
	}
	
	#beers .food-1 {
		margin-left: 0;
		top: 14rem;
		margin-top: -10rem;
	}
	
	.food-1-outer,
	.food-1-outer img.food-1 {
		height: auto !important;
	}
	
	#events, #menu {
		padding: 4rem 0rem 0rem;
	}
	
	#events .event-intro {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	#events .megaphone {
		height: 130px;
	}
	
	.timeline-item {
		margin-left: 1rem;
		padding-left: 2rem;
		flex-direction: column;
		margin-bottom: 4rem;
	}
	
	.event-item {
		padding-left: 2rem;
		flex-direction: column;
		margin-bottom: 4rem;
	}
	
	.event-wrapper .slick-list {
		padding-right: 3rem;
	}
	
	.thin-line-title.two-line {
		height: 73px;
	}
	
	#menu .content-1 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	.food-menu-btns {
		flex-direction: column;
		margin-bottom: 4rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.food-menu-btns a:first-child img {
		margin-bottom: 1.5rem;
	}
	
	.food-wrapper {
		width: 100%;
	}
	
	.food-wrapper .slick-slide > div {
		padding: 1rem;
	}
	
	#menu .food-items {
		height: auto;
	}
	
	#community {
		padding: 4rem 2rem;
	}
	
	#community .images-grid {
		display: flex;
		gap: 15px;
		max-width: unset;
		overflow: auto;
		margin-left: 0;
		margin-top: 4rem;
		flex-wrap: wrap;
	}
	
	#community .img2 {
		width: 100%;
		order: 1;
	}
	
	#community .img4 {
		order: 2;
		width: 100%;
	}
	
	#community .img1 {
		width: calc(50% - 7.5px);
		order: 3;
	}
	
	#community .img10 {
		width: calc(50% - 7.5px);
		order: 4;
	}
	
	#community .img3 {
		width: 100%;
		order: 5;
	}
	
	#community .img6 {
		width: calc(50% - 7.5px);
		order: 6;
	}
	
	#community .img8 {
		width: calc(50% - 7.5px);
		order: 7;
	}
	
	#community .img7 {
		width: 100%;
		order: 8;
	}
	
	#community .img9 {
		width: 100%;
		order: 9;
	}
	
	#community .img5 {
		width: 100%;
		order: 10;
	}
	
	#contact {
		padding: 4rem 2rem;
	}
	
	#contact .border-list {
		background-size: cover;
		min-width: unset;
	}
	
	#bot-popup {
		padding: 2.5rem 1rem;
		width: calc(100% - 3rem);
	}
	
	.location-list-item {
		flex-direction: column;
	}
	
	.location-list-item a {
		margin: 0;
		font-size: 0.8rem;
	}
	
	.location-list-item a:first-child {
		margin-left: 0;
	}
}