/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.church a,
.churches.list a {
  color: black;
  text-decoration: none;
}

.church a:not(.btn):after,
.churches.list a:not(.btn):after {
  content: '>';
  position: relative;
  top: 1px;
  margin-left: 5px;
  margin-right: 1rem;
  font-weight: bold;
  color: rgb(177, 144, 74);
}

.nav-link {
  color: rgb(177, 144, 74) !important;
}
.nav-link.active { color: black !important; }

.churches.grid .info {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

.churches.grid .info h3 a {
  color: black;
  text-decoration: none;
}

.churches.grid .info h3 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.churches.grid .link-block {
  background-color: rgba(177, 144, 74, 0.9);
  width: 50px;
  color: white;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}

.input-group.search-church .form-control {
  padding: 1rem;
}

.input-group.search-church .btn-main {
  padding: 1rem 2rem;
}

.map {
  /* 100% - header (64px erboven + 65px titel + 32px eronder) - terug-knop (24px + 1rem) - onder (64px) */
  min-height: calc(100vh - 64px - 65px - 32px - 24px - 1rem - 64px);
}

ul.archive-descriptions,
ul.archive-resources {
  padding: 0;
  list-style: none;
}

ul.archive-descriptions>li>a:not(.collapsed) .bi-chevron-right {
  display: none;
}

ul.archive-descriptions>li>a.collapsed .bi-chevron-down {
  display: none;
}

.archive-description {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

span.archive-resource, a.archive-resource {
  display: flex;
  flex-direction: row;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

a.archive-description,
span.archive-description {
  border-bottom: 1px solid #D0D0D0;
}

a.archive-description,
span.archive-description,
.archive-description-content > .archive-resources {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

a.archive-description .bi,
span.archive-description .bi {
  color: rgba(177, 144, 74, 0.9);
  margin-right: 1rem;
}

a.archive-description .component,
span.archive-description .component,
a.archive-resource .component,
span.archive-resource .component,
span.digital-object .component {
  color: black;
  font-weight: bold;
  margin-right: 0.5rem;
  white-space: nowrap;
}

a.archive-description .title,
span.archive-description .title,
a.archive-resource .title,
span.archive-resource .title,
span.digital-object .title {
  margin-right: 0.5rem;
}

a.archive-description .notes,
span.archive-description .notes,
a.archive-resource .notes,
span.archive-resource .notes,
span.digital-object .notes {
  display: inline-block;
}

a.archive-description .notes :last-child,
span.archive-description .notes :last-child,
a.archive-resource .notes :last-child,
span.archive-resource .notes :last-child,
span.digital-object .notes :last-child {
  margin-bottom: 0;
}

span.archive-resource .date-expression,
a.archive-resource .date-expression {
  color: rgba(0, 0, 0, 0.4);
}

ul.archive-descriptions>li>.archive-description-content,
.archive-descriptions ul>li>ul {
  padding-left: 4rem;
}

.map-church-building {
  display: flex;
  text-decoration: none;
  color: black;
}

.map-church-building-thumb {
  margin: auto;
  text-align: center;
}

.info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marker-cluster-small,
.marker-cluster-small div,
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-large,
.marker-cluster-large div,
.leaflet-oldie .marker-cluster-small,
.leaflet-oldie .marker-cluster-small div,
.leaflet-oldie .marker-cluster-medium,
.leaflet-oldie .marker-cluster-medium div,
.leaflet-oldie .marker-cluster-large,
.leaflet-oldie .marker-cluster-large div {
	background-color: rgba(177, 144, 74, 0.6);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
	line-height: 30px;
}
