/* site-specific styles */
/* Location/room styles */
.loc__room--open {
	display: block;
	padding: 0 .25rem;
	color: #fff;
	font-weight: bold;
	background: #098826;
}
.loc__room--detail {
    display: inline-block;
}
/* Updated iframe figure styles */
.figure--youtube iframe, .figure--video iframe, .figure--map iframe, .figure--tall iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.figure--tall {
  height: 0;
  position: relative;
  padding-bottom: 133%;
}

/* Booking form styles */
.contacts,
.bookings,
.booking {
	margin-bottom: 1.5rem;
}

/* detail section styles */
.sect-details dl {
    display: flex;
    flex-wrap: wrap;
}
 .sect-details dt {
     flex: 0 0 25%;
}
 .sect-details dd {
     flex: 0 0 75%;
}
.sect-hours dl {
    display: flex;
    flex-wrap: wrap;
}
.sect-hours dt {
    flex:45%;
}
.sect-hours dd {
    flex:55%;
}
ul.run-in-list {
  list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */  
}
.run-in-list li {
    display:inline;
}

.leaflet-popup-content {
    margin-bottom: 1em;
}
ul.undecorated {
    list-style: none;
    padding-left: 0;
}