/*
Theme Name: Aviate
Theme URI: https://jannick-reymann.de/
Author: Jannick Reymann
Author URI: https://jannick-reymann.de/
Description: Aviate is a basic theme that learns to fly with the Aviate Blocks Plugin
Version: 1.2
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

body {
  --blockquote-border-color: var(--wp--preset--color--accent);
  --header-background-color: var(--wp--custom--header-background-color);
  --header-link-color: var(--wp--custom--header-link-color);
  --header-text-color: var(--wp--custom--header-text-color);
  --header-border-color: var(--wp--custom--header-border-color);
  --header-shadow: var(--wp--custom--header-shadow);
  --header-height: var(--wp--custom--header-mobile-height);
  --header-menu-icon-color: var(--wp--custom--header-menu-icon-color);
  --header-menu-font-weight: var(--wp--custom--header-link-font-weight);
  --header-menu-text-transform: var(--wp--custom--header-menu-text-transform);
  --header-menu-font-size: var(--wp--custom--header-menu-font-size);
  --footer-background-color: var(--wp--custom--footer-background-color);
  --footer-link-color: var(--wp--custom--footer-link-color);
  --footer-text-color: var(--wp--custom--footer-text-color);
  --footer-border-color: var(--wp--custom--footer-border-color);
  --search-button-background-color: var(--wp--preset--color--accent);
  --search-button-text-color: var(--wp--preset--color--light);
  --menu-link-background-color: var(--wp--preset--color--accent);
  --menu-hover-border-color: var(--wp--preset--color--accent);
  --menu-submenu-background-color: var(--wp--preset--color--light);
  --shop-primary-button-background: var(--wp--preset--color--primary);
  --link-color: var(--wp--preset--color--primary);
  --comment-box-shadow: var(--wp--custom--shadow);
  --form-border-color: var(--wp--custom--form-border-color);
  --form-submit-button-background-color: var(
    --wp--custom--form-button-background-color
  );
  --form-submit-button-text-color: var(--wp--custom--form-button-text-color);
  --shadow: var(--wp--custom--shadow);
  --headline-font: var(--wp--custom--headline-font, "Roboto Slab", serif);
  --headline-font-alternative: var(
    --wp--custom--headline-font-alternative,
    "Roboto Slab",
    serif
  );
  --default-font: var(--wp--custom--default-font, "Arial", sans-serif);
  --default-font-weight: var(--wp--custom--default-font-weight, "400");
  --default-letter-spacing: var(--wp--custom--default-letter-spacing);
  --default-font-line-height: var(--wp--custom--default-font-line-height);
  --font-color: var(--wp--custom--font-color);
  --border-color: var(--wp--custom--border-color);
  --dark-background-color: var(--wp--custom--dark-background-color);
  --light-background-color: var(--wp--custom--light-background-color);
  --light-font-color: var(--wp--custom--light-font-color);
  --website-background-color: var(--wp--custom--website-background-color); }
  @media screen and (min-width: 768px) {
    body {
      --header-height: var(--wp--custom--header-desktop-height); } }

@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Roboto Slab";
  src: url("./fonts/RobotoSlab-VariableFont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.link-list {
  display: flex;
  flex-direction: column; }
  .link-list .wp-block-button {
    margin-right: 0; }
  .link-list .wp-block-button__link {
    width: 100%; }

@media screen and (min-width: null) {
  .hyphens {
    -ms-hyphens: auto;
        hyphens: auto; } }

.remove-margin-top {
  margin-top: -56px; }

.add-margin-top {
  margin-top: 56px; }

.h-align-items-stretch {
  align-items: stretch !important; }

.h-flex-basis-100 {
  flex-basis: 100%; }

.h-height-100 {
  height: 100%; }

.menu-open {
  overflow: hidden; }

html {
  scroll-behavior: smooth; }
  html *,
  html *::before,
  html *::after {
    box-sizing: border-box; }

html,
body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  display: flex;
  flex-direction: column;
  line-height: var(--default-font-line-height);
  background: var(--website-background-color);
  color: var(--font-color);
  font-family: var(--default-font);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--default-font-weight);
  letter-spacing: var(--default-letter-spacing); }
  body .l-header {
    flex-shrink: 0; }
  body main {
    flex-grow: 1; }
  body .l-footer {
    margin-top: auto;
    flex-shrink: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-font);
  font-weight: var(--wp--custom--headline-font-weight);
  margin-top: 0;
  letter-spacing: var(--wp--custom--headline-letter-spacing); }

h1 {
  font-family: var(--headline-font-alternative, var(--headline-font));
  font-size: var(--wp--custom--headline-h-1);
  line-height: 1.25; }

h2 {
  font-size: var(--wp--custom--headline-h-2);
  margin-bottom: 24px;
  margin-top: 56px; }

h3 {
  font-size: var(--wp--custom--headline-h-3);
  margin-bottom: 24px;
  margin-top: 40px; }

h4 {
  font-size: var(--wp--custom--headline-h-4);
  margin-bottom: 24px;
  margin-top: 32px; }

h5 {
  font-size: var(--wp--custom--headline-h-5); }

h6 {
  font-size: var(--wp--custom--headline-h-6); }

p {
  margin-top: 0;
  margin-bottom: 24px; }
  p:empty {
    display: none; }

a {
  text-decoration: none;
  color: var(--link-color); }

figure {
  margin: 0; }

img {
  height: auto;
  max-width: 100%; }

ul,
ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 32px; }
  ul li,
  ol li {
    margin-bottom: 12px; }
    ul li ul,
    ol li ul {
      margin-bottom: 12px; }

iframe {
  width: 100%; }

strong,
b,
dt,
th {
  font-weight: var(--wp--custom--bold-font-weight); }

input,
select,
textarea {
  padding: 8px 12px;
  border-radius: 0;
  border: 2px solid var(--form-border-color);
  width: 100%; }
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: none; }

input[type="submit"] {
  padding: 12px 16px;
  border-radius: 0;
  background-color: var(--form-submit-button-background-color);
  color: var(--form-submit-button-text-color);
  border: 2px solid var(--form-border-color);
  width: 100%;
  font-weight: 500;
  cursor: pointer; }

select {
  cursor: pointer; }

/* 
* 
*
* WordPress Core
* 
*
*/
.alignnone,
a img.alignnone,
.wp-caption.alignnone {
  margin: 8px 16px 16px 0; }
  @media screen and (min-width: 768px) {
    .alignnone,
    a img.alignnone,
    .wp-caption.alignnone {
      margin: 8px 32px 32px 0; } }

.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin: 0 auto 0 auto; }

.alignright,
a img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 16px 16px; }
  @media screen and (min-width: 768px) {
    .alignright,
    a img.alignright,
    .wp-caption.alignright {
      margin: 0 0 32px 32px; } }

.alignleft,
a img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 16px 16px 0; }
  @media screen and (min-width: 768px) {
    .alignleft,
    a img.alignleft,
    .wp-caption.alignleft {
      margin: 0 32px 32px 0; } }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.size-auto,
.size-full,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.sticky {
  position: sticky; }

.gallery-caption {
  display: inline-block; }

.bypostauthor {
  display: block; }

.wp-block-separator {
  max-width: 200px;
  border: 0;
  margin: 0 auto 32px auto;
  height: 3px;
  background-color: var(--dark-background-color); }
  .wp-block-separator.is-style-wide {
    border: 0;
    height: 3px;
    max-width: 100%; }
  .wp-block-separator.is-style-dots:before {
    font-size: 40px;
    font-weight: bold; }

.wp-block-image figcaption {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
  color: var(--font-color); }

.wp-block-quote {
  border-left: 8px solid var(--blockquote-border-color);
  position: relative;
  margin: 0 0 32px 0;
  padding: 16px; }
  @media screen and (min-width: 768px) {
    .wp-block-quote {
      padding: 32px; } }
  .wp-block-quote p {
    font-style: italic;
    color: var(--font-color);
    margin-bottom: 12px; }
  .wp-block-quote cite {
    color: var(--font-color); }
  .wp-block-quote.has-text-align-center {
    border-right: 8px solid var(--blockquote-border-color);
    margin-right: 0; }
  .wp-block-quote.has-text-align-right {
    border-left: 0;
    border-right: 8px solid var(--blockquote-border-color);
    margin-right: 0; }
  .wp-block-quote.is-style-large {
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 0;
    padding: 32px;
    line-height: 1.3; }

.wp-block-cover,
.wp-block-cover-image {
  width: auto; }

.wp-block-cover h1 {
  font-size: 100px;
  line-height: 0.9; }
  @media screen and (min-width: 768px) {
    .wp-block-cover h1 {
      font-size: 200px; } }

.has-drop-cap:not(:focus):first-letter {
  font-size: 4.8em; }

.wp-block-pullquote {
  border-top: 5px solid;
  border-bottom: 5px solid;
  margin: 32px 0; }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%; }
  .wp-block-pullquote p {
    margin-bottom: 12px; }

.wp-block-code,
.wp-block-verse,
.wp-block-preformatted {
  margin-top: 0;
  margin-bottom: 32px;
  overflow: auto; }

.wp-block-preformatted {
  white-space: pre-line; }

.wp-block-archives.wp-block-archives-dropdown {
  margin-bottom: 32px; }
  .wp-block-archives.wp-block-archives-dropdown select {
    padding: 8px;
    color: var(--font-color);
    border-color: var(--border-color); }

.wp-block-archives.wp-block-archives-list li {
  margin-bottom: 8px; }

.wp-block-calendar {
  margin-bottom: 32px; }
  .wp-block-calendar table caption {
    color: var(--font-color); }

.wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 32px; }
  .wp-block-categories.wp-block-categories-dropdown select {
    padding: 8px;
    color: var(--font-color);
    border-color: var(--border-color); }

.wp-block-latest-comments {
  padding-left: 0; }
  .wp-block-latest-comments__comment {
    font-size: inherit;
    margin-bottom: 12px; }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment article {
      flex-grow: 1; }
      .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment article footer {
        margin-left: 0; }
  .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment time {
    font-size: 16px;
    color: var(--font-color);
    margin-bottom: 8px; }
  .wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment-excerpt {
    margin-left: 0; }
    .wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment-excerpt p {
      font-size: 16px;
      margin: 0; }

.wp-block-latest-posts {
  padding-left: 0; }
  .wp-block-latest-posts a {
    line-height: 24px; }
  .wp-block-latest-posts time {
    font-size: 16px;
    color: var(--font-color);
    margin-bottom: 8px; }
  .wp-block-latest-posts__post-excerpt {
    margin-top: 0; }
  .wp-block-latest-posts__featured-image.alignleft {
    margin-bottom: 8px;
    margin-right: 12px; }

.wp-block-search {
  margin-bottom: 32px; }
  .wp-block-search__label {
    color: var(--font-color); }
  .wp-block-search__button {
    background: var(--search-button-background-color);
    color: var(--search-button-text-color);
    border: 0px;
    padding: 8px 16px;
    cursor: pointer; }

.wp-block-tag-cloud {
  margin-bottom: 32px; }

.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 16px; }

.wp-block-media-text .wp-block-media-text__content {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 16px; } }
  @media screen and (min-width: 768px) {
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 32px; } }

.wp-block-columns {
  margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .wp-block-columns {
      margin-bottom: 32px; } }
  .wp-block-columns .wp-block-column {
    margin-bottom: 0; }
    .wp-block-columns .wp-block-column h2:first-child,
    .wp-block-columns .wp-block-column h3:first-child,
    .wp-block-columns .wp-block-column h4:first-child,
    .wp-block-columns .wp-block-column h5:first-child,
    .wp-block-columns .wp-block-column h6:first-child {
      margin-top: 0; }
    .wp-block-columns .wp-block-column.is-vertically-aligned-center h2,
    .wp-block-columns .wp-block-column.is-vertically-aligned-center h3,
    .wp-block-columns .wp-block-column.is-vertically-aligned-center h4,
    .wp-block-columns .wp-block-column.is-vertically-aligned-center h5,
    .wp-block-columns .wp-block-column.is-vertically-aligned-center h6 {
      margin-top: 0; }
    .wp-block-columns .wp-block-column.is-vertically-aligned-center .wp-block-image {
      margin-bottom: 0; }
    .wp-block-columns .wp-block-column ul:last-child,
    .wp-block-columns .wp-block-column ol:last-child {
      margin-bottom: 0; }
      .wp-block-columns .wp-block-column ul:last-child li:last-child,
      .wp-block-columns .wp-block-column ol:last-child li:last-child {
        margin-bottom: 0; }
    .wp-block-columns .wp-block-column p:only-child {
      margin-bottom: 0; }

.wp-block-aviate-blocks-section .wp-block-columns:only-child {
  margin-bottom: 0; }

.wp-block-aviate-blocks-section .wp-block-image:only-child {
  margin-bottom: 0; }

.wp-block-table td {
  padding: 8px;
  font-size: 16px; }

.wp-block-table th {
  padding: 8px; }

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: inherit; }

.wp-element-button {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-duration: 0.2s;
  transition-property: all; }

.wp-block-button.is-style-outline {
  color: var(--wp--preset--color--primary);
  border-color: currentColor; }
  .wp-block-button.is-style-outline:hover {
    color: var(--wp--preset--color--dark-blue); }

.is-style-icon-button .wp-block-button__link {
  display: flex;
  flex-direction: row;
  word-break: normal; }
  .is-style-icon-button .wp-block-button__link svg {
    display: inline-block;
    height: calc(1em * 1.2);
    margin-right: 0.4em; }

.l-header {
  box-shadow: var(--header-shadow);
  background-color: var(--header-background-color);
  padding-left: 1.6rem; }
  .l-header__inner {
    display: flex;
    flex-direction: row;
    min-height: var(--header-height);
    align-items: center; }
    .l-header__inner__brand {
      flex-grow: 1; }
    @media screen and (max-width: 768px) {
      .l-header__inner__navigation {
        padding: 0 2.4rem 1.6rem 2.4rem;
        transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, padding 0.2s ease-in-out;
        transform: translateX(120%);
        padding: 0;
        height: 0;
        position: fixed;
        bottom: 0;
        top: 0;
        width: 100vw; }
        .l-header__inner__navigation.active {
          opacity: 1;
          right: 0;
          left: 0;
          background: white;
          opacity: 1;
          transform: translateX(0);
          padding: var(--header-height) 2.4rem 1.6rem 2.4rem;
          height: auto;
          z-index: 1000;
          overflow: hidden; } }

@media screen and (min-width: 768px) {
  .l-header__inner {
    flex-direction: row;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
    padding: 8px 0; }
    .l-header__inner__menu-trigger {
      display: none; }
    .l-header__inner__brand {
      flex-shrink: 0; }
    .l-header__inner__navigation {
      flex-grow: 1;
      -ms-grid-row-align: stretch;
          align-self: stretch; } }

@media screen and (max-width: 768px) {
  .l-header__inner__menu-trigger {
    display: inline-block;
    cursor: pointer;
    border: 0;
    background: transparent;
    flex-grow: 0;
    width: 4rem;
    padding: 0;
    outline: none;
    z-index: 1001; }
    .l-header__inner__menu-trigger div {
      width: 20px;
      height: 14px;
      position: relative; }
      .l-header__inner__menu-trigger div div {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: transform 0.5s ease; }
        .l-header__inner__menu-trigger div div span {
          display: block;
          position: absolute;
          left: 0;
          right: 0; }
          .l-header__inner__menu-trigger div div span:first-child {
            top: 0; }
            .l-header__inner__menu-trigger div div span:first-child:before, .l-header__inner__menu-trigger div div span:first-child:after {
              top: 0; }
          .l-header__inner__menu-trigger div div span:last-child {
            bottom: 0; }
            .l-header__inner__menu-trigger div div span:last-child:before, .l-header__inner__menu-trigger div div span:last-child:after {
              bottom: 0; }
          .l-header__inner__menu-trigger div div span:before, .l-header__inner__menu-trigger div div span:after {
            content: "";
            display: block;
            width: 47%;
            height: 2px;
            border-radius: 1px;
            background: var(--header-text-color);
            position: absolute;
            -webkit-backface-visibility: hidden;
            transition: transform 0.5s ease, border-radius 0.3s ease, background 0.4s ease; }
          .l-header__inner__menu-trigger div div span:before {
            left: 0;
            transform-origin: 0 50%;
            transform: translate(1px, 0) scaleX(1.1); }
          .l-header__inner__menu-trigger div div span:after {
            right: 0;
            transform-origin: 100% 50%;
            transform: translate(-1px, 0) scaleX(1.1); }
      .l-header__inner__menu-trigger div svg {
        display: block;
        fill: none;
        stroke: var(--header-text-color);
        stroke-width: 2px;
        width: 44px;
        height: 44px;
        stroke-linecap: round;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -22px 0 0 -22px;
        stroke-dasharray: 0 82.801 8 82.801;
        stroke-dashoffset: 82.801;
        transform-origin: 50% 50%;
        -webkit-backface-visibility: hidden;
        transform: scale(1);
        transition: stroke-dashoffset 0.5s ease, stroke-dasharray 0.6s ease, transform 0.5s ease, stroke 0.4s ease; }
        .l-header__inner__menu-trigger div svg:nth-child(3) {
          transform: rotate(180deg) scale(1); }
    .l-header__inner__menu-trigger.active div {
      transform: rotate(90deg); }
      .l-header__inner__menu-trigger.active div span:before, .l-header__inner__menu-trigger.active div span:after {
        background: var(--header-text-color); }
      .l-header__inner__menu-trigger.active div span:first-child:before {
        transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05); }
      .l-header__inner__menu-trigger.active div span:first-child:after {
        transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05); }
      .l-header__inner__menu-trigger.active div span:last-child:before {
        transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05); }
      .l-header__inner__menu-trigger.active div span:last-child:after {
        transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05); }
    .l-header__inner__menu-trigger.active svg {
      stroke-dashoffset: 62;
      stroke-dasharray: 0 82.801 62 82.801;
      transform: rotate(90deg);
      stroke: var(--header-text-color); }
      .l-header__inner__menu-trigger.active svg:nth-child(3) {
        transform: rotate(270deg); } }

.l-header.is-sticky {
  position: sticky;
  top: 0;
  z-index: 100; }

.l-page__content > *:not(.alignfull) {
  max-width: 960px;
  margin-right: 16px;
  margin-left: 16px; }
  @media screen and (min-width: 1024px) {
    .l-page__content > *:not(.alignfull) {
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1024px) {
    .l-page__content > *:not(.alignfull) .alignwide, .l-page__content > *:not(.alignfull).alignwide {
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 1280px; } }
  @media screen and (min-width: 768px) {
    .l-page__content > *:not(.alignfull) .alignfull, .l-page__content > *:not(.alignfull).alignfull {
      max-width: none; } }

.l-blog__preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 3px solid #dedede;
  padding: 5.6rem 1.6rem; }
  .l-blog__preview:last-child {
    border-bottom: 0; }
  .l-blog__preview .entry-header {
    flex-basis: 100%;
    margin-top: 0; }
    .l-blog__preview .entry-header .entry-title {
      margin-top: 0; }
      .l-blog__preview .entry-header .entry-title a {
        color: var(--font-color);
        text-decoration: none; }
  .l-blog__preview .post-thumbnail {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
    display: block; }
    @media screen and (min-width: 768px) {
      .l-blog__preview .post-thumbnail {
        flex-basis: calc(40% - 3.2rem);
        margin-right: 3.2rem;
        margin-bottom: 0; } }
    .l-blog__preview .post-thumbnail img {
      width: 100%;
      box-shadow: var(--shadow); }
  .l-blog__preview .simple-post {
    flex-basis: 100%; }
    @media screen and (min-width: 768px) {
      .l-blog__preview .simple-post {
        flex-basis: 60%;
        flex-grow: 1; } }

.l-blog__overview {
  max-width: 1024px;
  margin: 0 auto; }

.l-blog__detail .l-blog__content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.6rem; }
  @media screen and (min-width: 768px) {
    .l-blog__detail .l-blog__content {
      padding: 0; } }
  .l-blog__detail .l-blog__content .entry-header {
    margin-bottom: 5.6rem; }
    .l-blog__detail .l-blog__content .entry-header img {
      width: 100%;
      height: auto; }
  .l-blog__detail .l-blog__content .entry-title {
    text-align: center;
    margin-top: 5.6rem;
    margin-bottom: 3.2rem;
    font-size: 3.6rem; }
    @media screen and (min-width: 768px) {
      .l-blog__detail .l-blog__content .entry-title {
        font-size: 5.6rem; } }

.l-footer {
  background: var(--footer-background-color);
  box-shadow: inset 0px 7px 10px -8px black;
  padding: 8px; }
  .l-footer h3 {
    color: var(--footer-text-color); }
  .l-footer a,
  .l-footer .m-menu li a {
    color: var(--footer-link-color); }
  .l-footer__inner {
    display: flex;
    flex-direction: column; }
    .l-footer__inner__copy {
      flex-shrink: 0;
      line-height: 4rem; }
    .l-footer__inner__footernav .m-menu li {
      border-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      margin-left: 1.6rem;
      list-style-type: none; }
  .l-footer .widget-area {
    margin-bottom: 1.6rem; }
    .l-footer .widget-area:last-of-type {
      margin-bottom: 0; }
  .l-footer .textwidget {
    color: var(--footer-text-color); }
    .l-footer .textwidget p:only-of-type {
      text-align: left;
      margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .l-footer__inner {
    flex-direction: row;
    max-width: 1024px;
    margin: 0 auto; }
    .l-footer__inner__copy {
      flex-shrink: 0;
      margin-right: 1.6rem; }
      .l-footer__inner__copy a {
        display: flex;
        align-items: center;
        height: 100%; }
  .l-footer .widget-area {
    margin-right: 1.6rem;
    margin-bottom: 0; }
    .l-footer .widget-area.middle {
      display: flex;
      flex-grow: 1;
      align-items: center;
      justify-content: center; }
      .l-footer .widget-area.middle p {
        text-align: center; }
    .l-footer .widget-area:last-of-type {
      margin-right: 0;
      flex-shrink: 0; } }

.l-woocommerce {
  padding: 0 1.6rem;
  width: 100%;
  max-width: 1024px;
  margin: 5.6rem auto 0 auto; }
  .l-woocommerce .small-business-info {
    color: #8c8c8c;
    font-size: 1.4rem; }
  .l-woocommerce .products .small-business-info {
    color: #8c8c8c;
    font-size: 1.2rem; }
  .l-woocommerce .products.related {
    clear: both; }
  .l-woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 8px; }
  .l-woocommerce .quantity .qty {
    width: 7.2rem;
    height: 4.6rem;
    text-indent: 18px; }

.woocommerce button.button.alt,
.woocommerce a.button.alt {
  background-color: var(--color-shop-primary-button-background);
  min-height: 4.6rem; }
  .woocommerce button.button.alt:hover,
  .woocommerce a.button.alt:hover {
    background-color: var(--color-shop-primary-button-background); }

.woocommerce .summary select,
.woocommerce .summary textarea {
  font-weight: 300; }

.woocommerce .summary textarea {
  min-height: 9.6rem; }

.woocommerce .summary .wcpa_form_outer label {
  font-weight: 700; }

.woocommerce form .form-row label {
  font-weight: 700; }

.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
  font-weight: 300; }

.woocommerce #customer_details,
.woocommerce .woocommerce-checkout-payment {
  margin-bottom: 4rem; }

.woocommerce table.shop_table {
  margin-top: 4rem; }

.woocommerce .wc-gzd-checkbox-placeholder {
  clear: both; }

.woocommerce #order_review .legal {
  margin-bottom: 1.6rem; }
  .woocommerce #order_review .legal label {
    display: flex; }
    .woocommerce #order_review .legal label .input-checkbox {
      display: inline-block;
      margin: 4px 8px 0 0;
      width: 16px;
      height: 16px;
      flex-shrink: 0; }
    .woocommerce #order_review .legal label span {
      font-weight: 300;
      line-height: 1.15; }

.l-gallery__detail {
  margin-top: 0; }

.l-gallery__content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.6rem; }
  @media screen and (min-width: 1024px) {
    .l-gallery__content {
      padding: 0 0.8rem; } }

.galerie-template-default .l-header.is-sticky, .has-cover .l-header.is-sticky {
  position: relative;
  top: auto;
  background-color: transparent;
  margin-bottom: calc(var(--header-height) * -1);
  box-shadow: none; }
  @media screen and (min-width: 768px) {
    .galerie-template-default .l-header.is-sticky, .has-cover .l-header.is-sticky {
      margin-bottom: calc(var(--header-height) * -1); } }

.l-gallery__preview-wrapper {
  --columnCount: 2;
  --gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 16px;
  gap: 24px; }
  @media screen and (min-width: 768px) {
    .l-gallery__preview-wrapper {
      padding: 40px 0; } }

@media screen and (min-width: 768px) {
  .l-gallery__gallery-preview {
    width: calc( ((100% / var(--columnCount)) - var(--gap) / var(--columnCount))); } }

.l-gallery__gallery-preview__image {
  position: relative; }

@media screen and (min-width: 768px) {
  .l-gallery__gallery-previewt__image:after {
    content: " ";
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: #2e2e2d; } }

.l-gallery__gallery-preview__image figcaption {
  display: none; }

@media screen and (min-width: 768px) {
  .l-gallery__gallery-preview__image figcaption {
    display: block;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease-in-out; } }

.l-gallery__gallery-preview__image:hover:after {
  content: " ";
  opacity: 0.5;
  transition: all 0.3s ease-in-out; }

.l-gallery__gallery-preview__image:hover figcaption {
  opacity: 1;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s ease-in-out; }

.l-gallery__gallery-preview__image__text h3 {
  margin: 8px 0 0 0;
  font-size: 20px;
  line-height: 26px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .l-gallery__gallery-preview__image__text h3 {
    font-size: 26px;
    line-height: 32px; } }

.m-logo__text a {
  color: var(--header-link-color); }

.m-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%; }
  .m-menu ul {
    padding: 0;
    margin: 0; }
    .m-menu ul.sub-menu {
      z-index: 100; }

@media screen and (max-width: 768px) {
  .m-menu {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
    .m-menu li {
      margin-bottom: 0; }
      .m-menu li svg {
        width: 27px;
        height: 27px;
        fill: var(--link-color); }
      .m-menu li.menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        padding: 0.8rem;
        border-bottom: 1px solid var(--border-color);
        position: relative; }
      .m-menu li.menu-item-has-children .sub-menu {
        list-style-type: none;
        background: var(--menu-submenu-background-color); }
        .m-menu li.menu-item-has-children .sub-menu li {
          padding: 0.8rem 0.8rem 0.8rem 2rem;
          position: relative; }
      .m-menu li.menu-item:not(.menu-item-has-children) {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 0.8rem;
        border-bottom: 1px solid var(--border-color); } }

@media screen and (min-width: 768px) {
  .m-menu {
    flex-direction: row;
    justify-content: flex-end; }
    .m-menu li {
      padding: 0 1rem;
      border-bottom: 5px solid transparent;
      transition: all 0.2s ease-in-out;
      position: relative;
      margin-bottom: 0;
      overflow: hidden; }
      .m-menu li a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: var(--header-link-color);
        height: 100%;
        font-weight: var(--header-menu-font-weight);
        font-size: var(--header-menu-font-size);
        text-transform: var(--header-menu-text-transform); }
      .m-menu li:after {
        content: " ";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        height: 5px;
        background-color: var(--menu-link-background-color);
        transition: all 0.2s ease-in-out;
        border-radius: 5px;
        opacity: 0; }
      .m-menu li.current-menu-item:after, .m-menu li.current-page-ancestor:after, .m-menu li:hover:after {
        bottom: 0;
        opacity: 1; }
      .m-menu li:hover {
        overflow: visible; }
        .m-menu li:hover .sub-menu {
          opacity: 1; }
      .m-menu li .sub-menu {
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 51%;
        transform: translateX(-50%) translateY(100%);
        padding: 0;
        list-style-type: none;
        min-width: 200px;
        background: var(--header-background-color); }
        .m-menu li .sub-menu li {
          border-bottom: 0;
          border-left: 5px solid transparent;
          padding: 0 12px; }
          .m-menu li .sub-menu li.current-menu-item, .m-menu li .sub-menu li:hover {
            background: none;
            border-left: 5px solid var(--menu-hover-border-color); }
            .m-menu li .sub-menu li.current-menu-item:after, .m-menu li .sub-menu li:hover:after {
              display: none; }
          .m-menu li .sub-menu li a {
            padding: 8px 0;
            color: var(--header-link-color); }
        .m-menu li .sub-menu .sub-menu {
          transform: translateX(-151%);
          top: 0;
          bottom: auto; } }

.l-footer .m-menu li:after {
  display: none; }

.l-footer .m-menu li.current-menu-item, .l-footer .m-menu li:hover {
  background: transparent; }

.m-comments-wrapper {
  background: #efefef;
  padding: 3.2rem 0; }

.m-comments {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.6rem; }
  @media screen and (min-width: 768px) {
    .m-comments {
      padding: 0; } }
  .m-comments .comment-reply-title {
    margin-top: 0; }
  .m-comments .form-submit {
    margin-bottom: 0; }
  .m-comments .comment-form p:not(.comment-form-cookies-consent):not(.comment-notes) {
    display: flex;
    flex-direction: column; }
  .m-comments .comment-form p input,
  .m-comments .comment-form p textarea {
    border-radius: 3px;
    border: 1px solid var(--border-color);
    padding: 0.8rem 1.6rem;
    color: var(--font-color); }
  .m-comments .comment-form p input[type="submit"] {
    background: var(--wp--preset--color--primary);
    color: var(--light-font-color);
    border: 0;
    cursor: pointer;
    padding: 1.2rem 1.6rem; }
  .m-comments .post-comments {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 6.4rem; }
    .m-comments .post-comments .comment {
      margin-bottom: 2.4rem; }
      .m-comments .post-comments .comment .children {
        list-style-type: none;
        padding-left: 2.4rem; }
        .m-comments .post-comments .comment .children:last-of-type {
          margin-bottom: 0; }
    .m-comments .post-comments .comment-body {
      background: var(--color-white);
      box-shadow: var(--comment-box-shadow);
      border-radius: 0.3rem;
      margin-bottom: 3.2rem; }
      .m-comments .post-comments .comment-body .comment-meta {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #d1d1d1;
        padding: 1.6rem; }
        @media screen and (min-width: 768px) {
          .m-comments .post-comments .comment-body .comment-meta {
            flex-direction: row; } }
        .m-comments .post-comments .comment-body .comment-meta .comment-metadata {
          font-size: 1.6rem; }
          @media screen and (min-width: 768px) {
            .m-comments .post-comments .comment-body .comment-meta .comment-metadata {
              margin-left: auto; } }
          .m-comments .post-comments .comment-body .comment-meta .comment-metadata .edit-link {
            display: inline-block;
            border-left: 1px solid #d1d1d1;
            padding-left: 0.8rem;
            margin-left: 0.8rem; }
      .m-comments .post-comments .comment-body .comment-content {
        padding: 1.6rem; }
      .m-comments .post-comments .comment-body .reply {
        background: #f1f1f1;
        padding: 1.6rem; }
        .m-comments .post-comments .comment-body .reply .comment-reply-link {
          display: inline-block;
          border: 2px solid var(--wp--preset--color--primary);
          color: var(--wp--preset--color--primary);
          border-radius: 3px;
          padding: 0.4rem 0.8rem;
          font-size: 1.6rem; }

.m-page-navigation {
  max-width: 1024px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 16px auto;
  padding: 8px 0; }
  .m-page-navigation .wp-pagenavi {
    display: flex;
    flex-direction: row;
    column-gap: 4px; }
    .m-page-navigation .wp-pagenavi span,
    .m-page-navigation .wp-pagenavi a {
      padding: 4px 10px;
      border: 1px solid #efefef; }

.foogallery {
  display: flex;
  flex-wrap: wrap; }
  .foogallery .fg-item {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33.333%;
    padding: 8px;
    margin: 0; }

.m-event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  .m-event__date {
    border-bottom: 1px solid #efefef;
    padding: 8px 0; }
  .m-event__text {
    border-bottom: 1px solid #efefef;
    padding: 8px 0; }

.uc-embedding-container {
  position: initial !important; }

.wp-block-aviate-blocks-section {
  background-color: var(--backgroundColor, transparent); }
  .wp-block-aviate-blocks-section .wp-block-columns:last-child {
    margin-bottom: 0; }
