picture img {
	display: block;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 5px 12px 0 #00000077;
}

button.ical {
	border: none;
	background: transparent;
	cursor: pointer;
	vertical-align: bottom;
}

.zoom-menu {
	display: inline;
	vertical-align: middle;
}

.annotation {
	font-size: 0.9rem;
	display: block;
	text-align: center;
	margin-top: 0.5rem;
}

.ticket-cta {
	display: unset;
	color: red;
	border: none;
}

.model-placeholder {
	display: block;
	width: 358px;
	height: 358px;
}

.next-event {
	display: flex;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: unset;
	background-size: cover;
	flex-direction: column;
	padding: 3rem 0 0;
}

.model-feature picture img {
	border-radius: 300px;
	border: 20px solid white;
	width: 80%;
	height: auto;
	background: #333;
	max-width: 320px;
}

@media (min-width: 510px) {
	.model-feature {
		margin: 4rem 0 0;
	}

	.model-feature img {
		width: 440px;
	}
}

.model-feature {
	flex-direction: column;
	display: flex;
	justify-content: flex-end;
	margin: 2rem 0 0;
}

.model-feature a {
	margin: 0.5rem;
	display: block;
}

.sketch img {
	height: 32rem;
}

.sketch {
	width: 60%;
	text-align: center;
	display: none;
}

@media (min-width: 900px) {
	.sketch {
		display: block;
	}
}

.event-description {
	text-align: center;
	color: #ffffff;
	font-weight: 100;
	font-size: 36px;
	width: 100%;
}

@media (min-width: 900px) {
	.event-description {
		font-size: 42px;
	}
}

.event-cta {
	width: 100%;
	background-color: #00000033;
	max-width: 1024px;
	margin: 1rem auto;
	color: #ffffff;
	font-weight: 100;
	font-size: 24px;
	display: block;
	padding: 1px;
}

a.ical-cta svg {
	height: 32px;
	width: auto;
	color: white;
}

.event-pricing {
	margin: 10px;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.summary-price-row {
	background: #00000044;
	padding: 15px;
	text-align: center;
	display: block;
	width: 92%;
}

.summary-price-row s {
	color: black;
}

.event-description em,
.event-description i {
	font-style: normal;
}

.event-description i {
	display: none;
}

.inline {
	display: block;
	white-space: nowrap;
}

@media (min-width: 600px) {
	.event-pricing {
		flex-direction: row;
	}

	.event-description i {
		display: inline;
	}

	.inline {
		display: inline-block;
	}
}

a.event-ticket {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 900;
	color: #ffffff;
	min-width: 247px;
	text-align: center;
	display: block;
	padding: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
	a.event-ticket {
		padding: 0;
	}
}

.open-call {
	display: block;
	padding: 1rem 0 0;
}

.open-call a {
	text-align: center;
	font-size: 0.9rem;
	color: #9e9e9e;
	font-weight: 500;
	display: block;
}

.gmap a {
	display: block;
	width: 100%;
	/* text-align: left; */
	font-size: 1rem;
	color: red;
	/* margin-top: 10px; */
	font-weight: 400;
}

.gmap img {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: black;
	box-sizing: border-box;
	border: 16px solid white;
	box-shadow: 0 20px 10px #00000044;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.poses tr td {
	border: 1px solid black;
	border-width: 1px 0;
	padding: 4px;
	margin: 0;
}

.poses {
	border-collapse: collapse;
	margin: 0 0 1rem;
}

.time-table td+td {
	text-align: right;
}

.time-table tr td {
	border-bottom: 1px solid #ddd;
	padding: 0.31rem 0;
}

.time-table {
	border-spacing: 0;
}

.venue-group {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 0 auto;
	flex-direction: column;
	width: 100%;
	justify-content: center;






	@media (min-width: 440px) {
		flex-direction: row;
	}
}

.venue-card {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	flex: 1;
	background: white;
	padding: 1rem;
	border-radius: 5px;
	border: 1px solid #00000040;
	text-decoration: none;

	@media (min-width: 440px) {
		min-width: 12rem;
	}

	@media (min-width: 780px) {
		min-width: 8rem;
		max-width: 10rem;
	}

	@media (min-width: 1000px) {
		min-width: 10rem;
		max-width: 12rem;
	}
}

.venue-name {
	font-size: 1.5rem;
	font-weight: 700;
}

.venue-desc {
	flex-direction: column;
	height: 100%;
	align-content: flex-end;
	font-size: 0.8rem;
}

.venue-links {
	display: flex;
	color: red;
	gap: 1rem;
	margin: 1rem 0 0;
}

.venues {
	display: block;
}

.venues h3,
.venues h4 {
	text-align: left;
}

.venues-day {
	text-align: left;
	display: flex;
	flex-direction: column;
	width: 100%;
	/* max-width: 45rem; */
	gap: 2rem;
	flex-wrap: nowrap;
	border-top: 1px solid #cdcdcd;
	margin-bottom: 30px;





	@media (min-width: 620px) {
		flex-direction: row;
	}
}

.venues-day p,
.venues-day h2,
.venues-day h3,
.venues-day h4 {
	margin: 0;
	padding: 0;
}

.venues-day h3 {
	text-transform: capitalize;
	font-size: 2rem;
	font-weight: 300;
	color: #5f5f5f;
}

.venues-day h4 {
	margin: 0.75rem 0 0 0;
	border-top: 1px solid #c8c8c8;
	width: 100%;
	padding-top: .5rem;
	font-weight: 400;
}

.venues-day h4:first-child {
	border: none;
}

.venue-right {
	flex: auto;
	width: 100%;
}

.venue-left {
	flex: 0;
	min-width: 33%;
	margin: 1rem 0 0 0;
}

.where-disclaimer {
	background: #e8e8e8;
	padding: 1rem;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	margin: 20px auto 0;
}
