/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* Patches for small fixes */

/* Hamburger Menu Desktop Version */

@media (min-width: 992px) {
  .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger {
    right: 40px!important;
    top: 45px!important;
  }
}

/* splash
---------------------------------------------------------------------------- */

#splash-html {
  font-size: 20px;
  font-style: normal;
  margin: 0 0 0 5px;
  line-height: 1;
  font-family: inherit;
  font-weight: 200;
}


/*---------------------------------------------------------------------------- */

/* Events and Blog section - Styling */

div#ghost-latest-posts, div#ghost-latest-events {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

div#ghost-latest-posts>div, div#ghost-latest-events>div {
  width: 33.33333%;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  overflow: hidden;
}

@media(max-width: 768px) {
  div#ghost-latest-posts>div, div#ghost-latest-events>div {
    width: 100%;
  }
}

div#ghost-latest-posts>div>div, div#ghost-latest-events>div>div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease;
}

div#ghost-latest-posts>div>div>a>div>h3, div#ghost-latest-events>div>div>a>div>h3 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  margin-bottom: 10px;
  color: black;
  font-size: 2rem;
  font-weight: 700;
}

div#ghost-latest-events>div>div>a>div>p, div#ghost-latest-posts>div>div>a>div>p {
  color: #15171a;
  font-family: Georgia, serif;
}

.ghostbg {
  background: #383838;
}

.ghostbg h4 {
  color: white;
}

.ghostbg a.btn {
  background-color: rgba(0, 0, 0, 0.7);
}

/* End of Events and Blog section - Styling */

/*---------------------------------------------------------------------------- */
