/* ======================================================================== */
/* 01. Reset */
/* ======================================================================== */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset gutenberg classes */
.wp-block-template-part.has-background {
  padding: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-site-blocks > * + *,
.wp-block-group > * + *,
.wp-block-template-part > * + * {
  margin-top: 0 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-block-end: 0;
  margin-block-start: 0;
}

/* ======================================================================== */
/* 02. Theme Root */
/* ======================================================================== */
:root {
  --clay--content--size: "1170px";
  --clay--wide--size: "90%";
}

/* ======================================================================== */
/* 03. Global */
/* ======================================================================== */
html {
  font-size: var(--paragraph-max-font-size);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -webkit-text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: none;
  font-kerning: none;
}

body {
  width: 100%;
  word-wrap: break-word;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  cursor: inherit;
}

a {
  text-decoration: none;
  transition: ease 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--wp--preset--color--gray);
}

iframe {
  border: none;
  width: 100%;
}

img, iframe {
  max-width: 100%;
}

img {
  height: auto;
}

ul, ol {
  list-style-position: outside;
  list-style-type: square;
  margin: 0;
  padding: 0 0 0 1rem;
}

/* ======================================================================== */
/* 04. Typography */
/* ======================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--roboto);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .has-heading-1-font-size {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}

code,
kbd,
tt,
var,
samp {
  font-family: Inconsolata, monospace;
}

pre {
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 2em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: rgba(136, 136, 136, 0.1);
}

code,
kbd {
  background-color: rgba(136, 136, 136, 0.1);
  padding: 0.125em 0.25em;
}

/* ======================================================================== */
/* 05. Custom Gutenberg wrapper */
/* ======================================================================== */
.wp-block-columns.alignfull {
  max-width: 90vw !important;
}
@media screen and (max-width: 1220px) {
  .wp-block-columns.alignfull {
    max-width: 100vw !important;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wp-block-columns.alignwide {
  max-width: 1170px !important;
}
@media screen and (max-width: 1220px) {
  .wp-block-columns.alignwide {
    max-width: 1048px !important;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ======================================================================== */
/* 06. Form */
/* ======================================================================== */
form p + p {
  margin-top: 1rem;
}
form label {
  font-size: var(--wp--preset--font-size--text-smallest);
  font-weight: bold;
}
form label .required {
  color: red;
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=search],
form textarea {
  width: 100%;
  padding: 18px 24px;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--navigation);
  border: 1px solid rgba(153, 153, 153, 0.2) !important;
}
form input[type=text]:focus, form input[type=text]:active,
form input[type=email]:focus,
form input[type=email]:active,
form input[type=url]:focus,
form input[type=url]:active,
form input[type=search]:focus,
form input[type=search]:active,
form textarea:focus,
form textarea:active {
  outline: none;
}

.comment-form p label {
  font-size: var(--wp--preset--font-size--text-smallest);
  font-weight: bold;
}
.comment-form .form-submit {
  margin-top: 42px;
}

@media screen and (max-width: 578px) {
  .wp-block-search label {
    text-align: center;
    display: block;
  }
}
.wp-block-search input[type=search] {
  padding: 18px 24px !important;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}
@media screen and (max-width: 578px) {
  .wp-block-search input[type=search] {
    border-radius: 33px;
  }
}
.wp-block-search__button {
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
  min-width: 140px;
  background-color: var(--wp--preset--color--black) !important;
  color: var(--wp--preset--color--white) !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 578px) {
  .wp-block-search__button {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border-radius: 33px;
    display: block;
    margin-left: 0 !important;
    margin-top: 12px !important;
  }
}
.wp-block-search__button:hover, .wp-block-search__button:focus {
  text-decoration: none;
}
@media screen and (max-width: 578px) {
  .wp-block-search__inside-wrapper {
    flex-flow: column nowrap;
  }
}

/* ======================================================================== */
/* 07. Gutenberg overwrite block */
/* ======================================================================== */
/* Block - quote */
.wp-block-quote {
  border-left: 4px solid var(--wp--preset--color--black);
}
@media screen and (max-width: 1024px) {
  .wp-block-quote {
    padding-left: 24px;
  }
}

/* Block - Excerpt */
.wp-block-post-excerpt__more-link {
  display: inline-block;
  text-decoration: underline;
  text-align: center;
  min-width: 160px;
}
.wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-link:focus {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

/* Block - button */
.wp-block-button__link {
  display: inline-block;
  text-decoration: underline;
  background: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--white);
  border-radius: 33px;
  padding: 19px 32px;
  font-size: var(--wp--preset--font-size--text-smallest);
  font-weight: bold;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  text-decoration: none;
}

/* Block - loop */
.wp-block-query-pagination.site-main__loop-pagination {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.wp-block-query-pagination.site-main__loop-pagination .wp-block-query-pagination-next, .wp-block-query-pagination.site-main__loop-pagination .wp-block-query-pagination-previous {
  display: inline-block;
  text-decoration: underline;
}
.wp-block-query-pagination.site-main__loop-pagination .wp-block-query-pagination-next:hover, .wp-block-query-pagination.site-main__loop-pagination .wp-block-query-pagination-next:focus, .wp-block-query-pagination.site-main__loop-pagination .wp-block-query-pagination-previous:hover, .wp-block-query-pagination.site-main__loop-pagination .wp-block-query-pagination-previous:focus {
  text-decoration: none;
}

/* ======================================================================== */
/* 08. Spacing */
/* ======================================================================== */
.has-space-top-smaller {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .has-space-top-smaller {
    padding-top: 24px;
  }
}
.has-space-top-small {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .has-space-top-small {
    padding-top: 75px;
  }
}
.has-space-top-medium {
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .has-space-top-medium {
    padding-top: 90px;
  }
}
.has-space-bottom-smaller {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .has-space-bottom-smaller {
    padding-bottom: 24px;
  }
}
.has-space-bottom-small {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .has-space-bottom-small {
    padding-bottom: 75px;
  }
}
.has-space-bottom-medium {
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .has-space-bottom-medium {
    padding-bottom: 90px;
  }
}
/* ======================================================================== */
/* 09. Site header */
/* ======================================================================== */
.site-header .wp-block-navigation-item__content {
  font-weight: bold;
}
.site-header .wp-block-navigation-item__content:hover, .site-header .wp-block-navigation-item__content:focus {
  opacity: 0.65;
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation__responsive-container {
    align-items: flex-start;
    bottom: 0;
    display: none;
    justify-content: flex-start;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.site-header .wp-block-navigation__responsive-container.is-menu-open {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 24px;
  z-index: 100000;
}
@media screen and (max-width: 1024px) {
  .site-header .wp-block-navigation__responsive-container-open {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .site-header .wp-block-column:first-child {
    flex-basis: 80% !important;
  }
}
@media screen and (max-width: 599px) {
  .site-header .wp-block-column:last-child {
    flex-basis: 20% !important;
  }
}
.site-header__has-line {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

/* ======================================================================== */
/* 10. Site footer */
/* ======================================================================== */
.site-footer ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.site-footer a {
  text-decoration: underline;
}
.site-footer a:hover, .site-footer a:focus {
  color: var(--wp--preset--color--black) !important;
  text-decoration: none;
}
@media screen and (max-width: 782.99px) {
  .site-footer .wp-block-group > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
    margin-bottom: 2em;
    text-align: center;
  }
}
@media screen and (max-width: 782.99px) {
  .site-footer .wp-block-group > .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.site-footer__has-line {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}

/* ======================================================================== */
/* 11. Site main */
/* ======================================================================== */
@media screen and (max-width: 782.99px) {
  .site-main__has-sidebar.wp-block-group > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 782.99px) {
  .site-main__has-sidebar.wp-block-group > .wp-block-columns > .wp-block-column:last-child {
    margin-top: 75px;
  }
}

/* ======================================================================== */
/* 12. Site article */
/* ======================================================================== */
.site-article__featured-image.alignfull {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.site-article__featured-image.alignfull img {
  max-height: 780px;
  object-fit: cover;
}
.site-article__title {
  margin-bottom: 24px;
}
.site-article__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.site-article__meta > div {
  margin-left: 6px;
  padding-left: 6px;
  margin-right: 6px;
  padding-right: 6px;
  position: relative;
}
.site-article__meta > div:after {
  content: "/";
  position: absolute;
  right: -8px;
  color: var(--wp--preset--color--gray-second) !important;
}
.site-article__meta > div.site-article__meta-date {
  padding-left: 0;
  margin-left: 0;
}
.site-article__meta > div.site-article__meta-author:after {
  display: none;
}
.site-article__meta > div a {
  text-decoration: underline;
}
.site-article__meta > div a:hover, .site-article__meta > div a:focus {
  text-decoration: none;
}
.site-article__meta .wp-block-post-author__name {
  font-size: var(--wp--preset--font-size--text-smallest) !important;
  font-weight: normal;
  color: var(--wp--preset--color--gray-dark) !important;
}
.site-article__post {
  letter-spacing: 0;
}
.site-article__post a {
  font-weight: bold;
  text-decoration: underline;
}
.site-article__post a:hover, .site-article__post a:focus {
  text-decoration: none;
}
.site-article__has-sidebar .site-article__featured-image .alignleft,
.site-article__has-sidebar .site-article__featured-image .alignright {
  margin-left: 0;
  margin-right: 0;
}
.site-article__has-sidebar .site-article__meta {
  justify-content: flex-start;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.site-article__has-sidebar .site-article__meta > div.site-article__meta-categories:after {
  display: none;
}

/* ======================================================================== */
/* 13. Site comment */
/* ======================================================================== */
.site-comment .wp-block-post-comments h3 {
  font-size: var(--wp--preset--font-size--text-small);
}
.site-comment .wp-block-post-comments .comment-meta {
  margin-left: 0;
}
.site-comment .wp-block-post-comments .comment-author a {
  color: var(--wp--preset--color--white);
  text-decoration: underline;
}
.site-comment .wp-block-post-comments .comment-author a:hover, .site-comment .wp-block-post-comments .comment-author a:focus {
  text-decoration: underline;
}
.site-comment .wp-block-post-comments .comment-metadata {
  font-size: var(--wp--preset--font-size--text-smallest);
}
.site-comment .wp-block-post-comments .comment-metadata a {
  color: var(--wp--preset--color-white);
}
.site-comment .wp-block-post-comments .comment-content a {
  color: var(--wp--preset--color-white);
  text-decoration: underline;
}
.site-comment .wp-block-post-comments .comment-content a:hover, .site-comment .wp-block-post-comments .comment-content a:focus {
  text-decoration: none;
}
.site-comment .wp-block-post-comments .comment-reply-link {
  display: inline-block;
  font-size: var(--wp--preset--font-size--text-smallest);
  font-weight: bold;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--gray);
  padding: 8px 32px;
  min-width: 120px;
  border-radius: 33px;
  text-align: center;
  text-decoration: underline;
}
.site-comment .wp-block-post-comments .comment-reply-link:hover, .site-comment .wp-block-post-comments .comment-reply-link:focus {
  text-decoration: none;
}
.site-comment .wp-block-post-comments .comment-reply-title {
  font-size: var(--wp--preset--font-size--navigation);
}
.site-comment .wp-block-post-comments .comment-reply-title a {
  color: var(--wp--preset--color--white);
  text-decoration: underline;
}
.site-comment .wp-block-post-comments .comment-reply-title a:hover, .site-comment .wp-block-post-comments .comment-reply-title a:focus {
  text-decoration: none;
}
.site-comment .wp-block-post-comments .comment-reply-title small {
  margin-left: 0.5rem;
  position: relative;
  font-size: 100%;
}
.site-comment .wp-block-post-comments .comment-reply-title small:before {
  content: "-";
  left: 0;
  margin-right: 0.5rem;
}
.site-comment .wp-block-post-comments .comment-form .logged-in-as a {
  font-size: var(--wp--preset--font-size--navigation);
  color: var(--wp--preset--color--white);
  text-decoration: underline;
}
.site-comment .wp-block-post-comments .comment-form .logged-in-as a:hover, .site-comment .wp-block-post-comments .comment-form .logged-in-as a:focus {
  text-decoration: none;
}
.site-comment .wp-block-post-comments .comment-form .comment-notes {
  font-size: var(--wp--preset--font-size--navigation);
  color: var(--wp--preset--color--white);
}
.site-comment .wp-block-post-comments .comment-form .comment-notes .required {
  color: red;
}
.site-comment .wp-block-post-comments .commentlist .comment p {
  font-size: var(--wp--preset--font-size--navigation);
}
.site-comment .commentlist {
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.site-main__has-sidebar .site-comment .wp-block-post-comments .comment-form .comment-notes {
  color: var(--wp--preset--color--gray-dark);
}

/* ======================================================================== */
/* 14. Site sidebar */
/* ======================================================================== */
.site-sidebar a {
  color: var(--wp--preset--color--gray-dark);
  text-decoration: underline;
}
.site-sidebar a:hover, .site-sidebar a:focus {
  text-decoration: none;
  opacity: 1;
}
.site-sidebar .wp-block-latest-comments {
  padding-left: 0;
}
.site-sidebar .wp-block-latest-comments__meta {
  font-size: var(--wp--preset--font-size--text-default);
}
.site-sidebar .wp-block-latest-comments__comment-date {
  margin-top: 8px;
  margin-bottom: 16px;
}

/* ======================================================================== */
/* 15. Site archive */
/* ======================================================================== */
.site-main__archive-title ~ .site-main__loop,
.site-main__archive-description ~ .site-main__loop {
  padding-top: 75px;
}
@media screen and (max-width: 1024px) {
  .site-main__archive-title ~ .site-main__loop,
.site-main__archive-description ~ .site-main__loop {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=/main.css.map */