/*==============================
History & Heritage, .page-id-45
==============================*/
main { 
  height: 92vh;
  /* border: 1px solid orange; */
}


/*-------------------------------
Grid of results
-------------------------------*/
.wp-block-latest-posts__list {
	margin-bottom: 100px;
}	
body.page-id-45 ul.wp-block-latest-posts__list li {
  max-width: 33%;
}  

.page-id-45 .wp-block-latest-posts__featured-image {
  position: relative;
  top: 0.33rem;
}  

.page-id-45 .wp-block-latest-posts__featured-image a {
  height: 3rem;
  width: 100%;
  position: relative;
}

.page-id-45 .wp-block-latest-posts__featured-image img {
  object-fit: contain;
  width: 100%;
}    

.page-id-45 .wp-block-latest-posts__post-title {
  display: block;
  margin-top: 0;
  padding-top: 0.3rem;
  line-height: 3.5rem;
  border: var(--thin-border);
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
}


/*-------------------------------
Filter checkboxes at bottom
-------------------------------*/
div.history-filter {
  border: var(--thin-border);
	position: fixed;
	bottom: 20rem;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: var(--clr-dark-blue);
	z-index: 5;
}

@media screen and (orientation:landscape) { 
	div.history-filter {
		bottom: 0px;
		z-index: 10;
	}
}

form#history-filter { 
  margin: 0.5rem 0;
}

.history-filter ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 1.2rem;
}

.history-filter li {
  display: block;
  margin: .5rem 3ch;
}

