/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
 *	Fluid sized fonts
 *	Read more here:
 *	https://css-tricks.com/snippets/css/fluid-typography/
 */
/* 
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: #fcfc92;
  font-weight: 500;
  position: fixed;
  left: 0;
  bottom: 1.25rem;
  transform: translateX(-45px);
  transition: all 0.2s;
  z-index: 99999;
}

span.edit-link a {
  display: block;
  padding: 0.125rem 0.9375rem 0.125rem 0.75rem;
  text-decoration: none;
  font-size: 1.125rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

article.type-post > .entry-content .block-section:not(.uses-block-padding-custom) > .grid-container {
  max-width: 40.75rem;
}

@media screen and (min-width: 90em) {
  article.type-post > .entry-content .block-section:not(.uses-block-padding-custom) > .grid-container {
    max-width: 45vw;
  }
}
article.type-post .core-block h2, article.type-post .core-block h3, article.type-post .core-block h4,
article.type-post .text-box-with-background-inner h2,
article.type-post .text-box-with-background-inner h3,
article.type-post .text-box-with-background-inner h4,
article.type-post .toggle-content h2,
article.type-post .toggle-content h3,
article.type-post .toggle-content h4 {
  color: #091f2f;
}

article.type-post .core-block h2, article.type-post .core-block h3, article.type-post .core-block h4,
article.type-post .text-box-with-background-inner h2,
article.type-post .text-box-with-background-inner h3,
article.type-post .text-box-with-background-inner h4,
article.type-post .toggle-content h2,
article.type-post .toggle-content h3,
article.type-post .toggle-content h4 {
  font-size: 1.6875rem;
}

@media screen and (min-width: 100rem) {
  article.type-post .core-block h2, article.type-post .core-block h3, article.type-post .core-block h4,
  article.type-post .text-box-with-background-inner h2,
  article.type-post .text-box-with-background-inner h3,
  article.type-post .text-box-with-background-inner h4,
  article.type-post .toggle-content h2,
  article.type-post .toggle-content h3,
  article.type-post .toggle-content h4 {
    font-size: calc(1.6875rem + 0.9375 * (100vw - 100rem) / 50);
  }
}
@media screen and (min-width: 150rem) {
  article.type-post .core-block h2, article.type-post .core-block h3, article.type-post .core-block h4,
  article.type-post .text-box-with-background-inner h2,
  article.type-post .text-box-with-background-inner h3,
  article.type-post .text-box-with-background-inner h4,
  article.type-post .toggle-content h2,
  article.type-post .toggle-content h3,
  article.type-post .toggle-content h4 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 47.9375em) {
  article.type-post .core-block h2, article.type-post .core-block h3, article.type-post .core-block h4,
  article.type-post .text-box-with-background-inner h2,
  article.type-post .text-box-with-background-inner h3,
  article.type-post .text-box-with-background-inner h4,
  article.type-post .toggle-content h2,
  article.type-post .toggle-content h3,
  article.type-post .toggle-content h4 {
    font-size: 1.25rem;
  }
}
article.type-post .wp-block-image {
  margin: 3.125rem -6.25rem;
}

article.type-post .wp-block-image img {
  display: block;
  width: 100%;
}

article.type-post .wp-block-image figcaption {
  display: block;
  overflow: hidden;
  padding: 0.9375rem 1.4375rem;
  background-color: rgba(153, 156, 159, 0.1);
  font-size: 1.125rem;
}

article.type-post .bottom-meta {
  font-size: 1.6875rem;
  padding: 3.125rem 0 4.375rem;
}

article.type-post .bottom-meta time {
  display: inline-block;
  border-right: solid 0.0625rem #999C9F;
  padding: 0.625rem 1.25rem 0.625rem 0;
  margin-right: 1.25rem;
}
