/*==============================
Discover Culpeper, .page-id-43
==============================*/

main { 
  height: 92vh;
  /* border: 1px solid orange; */
}
/*-------------------------------
Left column menu stack
-------------------------------*/

.page-id-43 ul.menu-stack {
  margin-left: 0;
}

.page-id-43 .menu-stack li.post {
  /* Box for each item found !! */
  height: auto;
  padding: 0.75rem;
  border: var(--thin-border);
  background-image: var(--grad-teal);
  margin-bottom: 2.0rem;
}

.page-id-43 li.post .wp-block-columns {
  height: 100%;
  margin: 0;
}

.page-id-43 li.post .wp-block-column:first-child {
  flex-basis: 39% !important;
}
.page-id-43 li.post .wp-block-column:last-child {
  flex-basis: 60% !important;
}

.wp-block-post-featured-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
	height: 100%;
	width: 100%;
}

.wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-id-43 .menu-stack .post h2 {
  margin-top: 0;
  margin-bottom: 0;
}  
.page-id-43 .menu-stack h2 a {
  text-decoration: none;
}  

.page-id-45 .wp-block-post-excerpt {
  margin-right: 10ch;
}

.page-id-43 .wp-block-post-date {
  display: none;
}


/*-------------------------------
Right column search and filter
-------------------------------*/
.search-discover {
  box-sizing: border-box;
  width: 100%;
  padding: 1em 1em;
  border: var(--thin-border);
}
.search-discover {
  display: none;
}

div.discover-categories {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  border: var(--thin-border);
}
.discover-categories h2 {
  margin: 0;
  padding: 0;
}
.discover-categories li { 
  display: block;
  text-transform: capitalize;
}
.discover-categories button.medium-button {
  margin-top: 0.5rem;
}
