@charset "UTF-8";
/**
 * These styles should be loaded by the Block Editor only
 */
/**
 * Repsonsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: 40px;
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
  --responsive--alignright-margin-post: var(--global--spacing-horizontal);
  --responsive--alignleft-margin-post: var(--global--spacing-horizontal); }

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 1170px);
    --responsive--aligndefault-width-post: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 768px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignright-margin-post: calc(0.5 * (100vw - var(--responsive--aligndefault-width-post)));
    --responsive--alignleft-margin-post: calc(0.5 * (100vw - var(--responsive--aligndefault-width-post))); } }

@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: 1170px;
    --responsive--alignwide-width: 1370px;
    --responsive--aligndefault-width-post: 768px; } }

/**
 * Extends
 */
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 482px) {
    .post .default-max-width,
    .rockiste-narrow-page .default-max-width,
    .editor-styles-wrapper .default-max-width {
      max-width: var(--responsive--aligndefault-width-post); } }

.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto; }
  .post .wide-max-width,
  .editor-styles-wrapper .wide-max-width {
    max-width: var(--responsive--aligndefault-width); }

@media only screen and (min-width: 482px) {
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto; } }

blockquote {
  padding: 9px 28px;
  position: relative;
  margin: 0 0 var(--global--spacing-vertical-text) 0;
  border: none; }
  blockquote > * {
    margin-top: var(--global--spacing-unit);
    margin-bottom: var(--global--spacing-unit); }
    blockquote > *:first-child {
      margin-top: 0; }
    blockquote > *:last-child {
      margin-bottom: 0; }
  blockquote p {
    font-family: var(--quote--font-family);
    font-size: var(--quote--font-size);
    font-style: var(--quote--font-style);
    font-weight: var(--quote--font-weight);
    line-height: var(--quote--line-height);
    margin-bottom: 4px; }
  blockquote cite,
  blockquote footer {
    font-weight: normal;
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-xs);
    letter-spacing: var(--global--letter-spacing); }
    blockquote cite:before,
    blockquote footer:before {
      content: '— ';
      display: inline-block; }
  blockquote.alignleft, blockquote.alignright {
    padding-left: inherit; }
    blockquote.alignleft p, blockquote.alignright p {
      font-size: var(--heading--font-size-h5);
      max-width: inherit;
      width: inherit; }
    blockquote.alignleft cite,
    blockquote.alignleft footer, blockquote.alignright cite,
    blockquote.alignright footer {
      font-size: var(--global--font-size-xs);
      letter-spacing: var(--global--letter-spacing); }
  blockquote strong {
    font-weight: var(--quote--font-weight-strong); }
  blockquote .wp-block-quote__citation,
  blockquote cite,
  blockquote footer {
    font-weight: normal;
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-xs); }
  @media only screen and (max-width: 481px) {
    blockquote {
      padding-left: calc(0.5 * var(--global--spacing-horizontal)); }
      blockquote:before {
        left: 0; } }

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

/* Classic editor images */
.entry-content img {
  max-width: 100%; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center; }
  .alignleft figcaption,
  .alignright figcaption, .alignleft
  .wp-caption,
  .alignright
  .wp-caption, .alignleft
  .wp-caption-text,
  .alignright
  .wp-caption-text, .alignleft
  .wp-block-embed figcaption,
  .alignright
  .wp-block-embed figcaption {
    margin-bottom: 0; }

.wp-block-embed {
  margin-bottom: var(--global--spacing-vertical-text); }

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/*
Input

4 types of default buttons atoms

.has-black-color   - default button

Markup: ../../../../styleguide/templates/atoms/inputs/input.html

Style guide: Atoms.input

*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
  border-width: var(--form--border-width);
  border-style: solid;
  border-color: var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--global--color-text-lighten);
  line-height: var(--form--line-height);
  padding: var(--form--spacing-unit-vertical) var(--form--spacing-unit-horizontal);
  background-color: var(--form--field-background);
  font-size: var(--global--font-size-sm); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  .site textarea:focus {
    color: var(--global--color-text-lighten);
    outline-offset: 2px;
    border-color: var(--form--border-focus-color);
    outline: none; }
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="url"]:disabled,
  input[type="password"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="date"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="time"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="color"]:disabled,
  .site textarea:disabled {
    opacity: 0.7; }
  .is-dark-theme input[type="text"], .is-dark-theme
  input[type="email"], .is-dark-theme
  input[type="url"], .is-dark-theme
  input[type="password"], .is-dark-theme
  input[type="search"], .is-dark-theme
  input[type="number"], .is-dark-theme
  input[type="tel"], .is-dark-theme
  input[type="date"], .is-dark-theme
  input[type="month"], .is-dark-theme
  input[type="week"], .is-dark-theme
  input[type="time"], .is-dark-theme
  input[type="datetime"], .is-dark-theme
  input[type="datetime-local"], .is-dark-theme
  input[type="color"], .is-dark-theme
  .site textarea {
    background: var(--global--color-surface); }
  input[type="text"].-invert,
  input[type="email"].-invert,
  input[type="url"].-invert,
  input[type="password"].-invert,
  input[type="search"].-invert,
  input[type="number"].-invert,
  input[type="tel"].-invert,
  input[type="date"].-invert,
  input[type="month"].-invert,
  input[type="week"].-invert,
  input[type="time"].-invert,
  input[type="datetime"].-invert,
  input[type="datetime-local"].-invert,
  input[type="color"].-invert,
  .site textarea.-invert {
    border-color: var(--global--color-invert);
    color: var(--global--color-invert);
    background: var(--global--color-surface-invert); }
    input[type="text"].-invert::-webkit-input-placeholder,
    input[type="email"].-invert::-webkit-input-placeholder,
    input[type="url"].-invert::-webkit-input-placeholder,
    input[type="password"].-invert::-webkit-input-placeholder,
    input[type="search"].-invert::-webkit-input-placeholder,
    input[type="number"].-invert::-webkit-input-placeholder,
    input[type="tel"].-invert::-webkit-input-placeholder,
    input[type="date"].-invert::-webkit-input-placeholder,
    input[type="month"].-invert::-webkit-input-placeholder,
    input[type="week"].-invert::-webkit-input-placeholder,
    input[type="time"].-invert::-webkit-input-placeholder,
    input[type="datetime"].-invert::-webkit-input-placeholder,
    input[type="datetime-local"].-invert::-webkit-input-placeholder,
    input[type="color"].-invert::-webkit-input-placeholder,
    .site textarea.-invert::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: var(--global--color-invert); }
    input[type="text"].-invert::-moz-placeholder,
    input[type="email"].-invert::-moz-placeholder,
    input[type="url"].-invert::-moz-placeholder,
    input[type="password"].-invert::-moz-placeholder,
    input[type="search"].-invert::-moz-placeholder,
    input[type="number"].-invert::-moz-placeholder,
    input[type="tel"].-invert::-moz-placeholder,
    input[type="date"].-invert::-moz-placeholder,
    input[type="month"].-invert::-moz-placeholder,
    input[type="week"].-invert::-moz-placeholder,
    input[type="time"].-invert::-moz-placeholder,
    input[type="datetime"].-invert::-moz-placeholder,
    input[type="datetime-local"].-invert::-moz-placeholder,
    input[type="color"].-invert::-moz-placeholder,
    .site textarea.-invert::-moz-placeholder {
      /* Firefox 19+ */
      color: var(--global--color-invert); }
    input[type="text"].-invert:-ms-input-placeholder,
    input[type="email"].-invert:-ms-input-placeholder,
    input[type="url"].-invert:-ms-input-placeholder,
    input[type="password"].-invert:-ms-input-placeholder,
    input[type="search"].-invert:-ms-input-placeholder,
    input[type="number"].-invert:-ms-input-placeholder,
    input[type="tel"].-invert:-ms-input-placeholder,
    input[type="date"].-invert:-ms-input-placeholder,
    input[type="month"].-invert:-ms-input-placeholder,
    input[type="week"].-invert:-ms-input-placeholder,
    input[type="time"].-invert:-ms-input-placeholder,
    input[type="datetime"].-invert:-ms-input-placeholder,
    input[type="datetime-local"].-invert:-ms-input-placeholder,
    input[type="color"].-invert:-ms-input-placeholder,
    .site textarea.-invert:-ms-input-placeholder {
      /* IE 10+ */
      color: var(--global--color-invert); }
    input[type="text"].-invert:-moz-placeholder,
    input[type="email"].-invert:-moz-placeholder,
    input[type="url"].-invert:-moz-placeholder,
    input[type="password"].-invert:-moz-placeholder,
    input[type="search"].-invert:-moz-placeholder,
    input[type="number"].-invert:-moz-placeholder,
    input[type="tel"].-invert:-moz-placeholder,
    input[type="date"].-invert:-moz-placeholder,
    input[type="month"].-invert:-moz-placeholder,
    input[type="week"].-invert:-moz-placeholder,
    input[type="time"].-invert:-moz-placeholder,
    input[type="datetime"].-invert:-moz-placeholder,
    input[type="datetime-local"].-invert:-moz-placeholder,
    input[type="color"].-invert:-moz-placeholder,
    .site textarea.-invert:-moz-placeholder {
      /* Firefox 18- */
      color: var(--global--color-invert); }

input[type="search"]:focus {
  outline-offset: -7px; }
  .is-dark-theme input[type="search"]:focus {
    outline-color: var(--global--color-background); }

input[type="color"] {
  padding: calc(var(--form--spacing-unit) / 2);
  height: calc(4 * var(--form--spacing-unit)); }

input[type="email"],
input[type="url"] {
  /*rtl:ignore*/
  direction: ltr; }

select {
  border-width: var(--form--border-width);
  border-style: solid;
  border-color: var(--form--border-color);
  color: var(--global--color-text-lighten);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--form--border-radius);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit-vertical) var(--form--spacing-unit-horizontal);
  padding-right: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none' viewBox='0 0 18 10'%3E%3Cpath fill='%23161B3D' d='M1.637.738l-.899.899 7.813 7.812.449.43.45-.43 7.812-7.812-.899-.899L9 8.102 1.637.738z'/%3E%3C/svg%3E") 90% 50% no-repeat var(--form--field-background) !important; }
  select:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color); }
  .is-dark-theme select {
    background: var(--global--color-surface) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
    background-position: right var(--form--spacing-unit) top 60%; }

textarea {
  width: 100%; }

label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3); }

/*
Search

4 types of default buttons atoms

.has-black-color   - default button

Markup: ../../../../styleguide/templates/components/search.html

Style guide: Components.search

*/
/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
.rocksite-c-search-field {
  display: inline-block;
  position: relative;
  width: 100%; }
  .rocksite-c-search-field__input[type="text"], .rocksite-c-search-field__input[type="search"] {
    padding-right: 50px;
    width: 100%; }
  .rocksite-c-search-field__button {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8px 14px;
    width: 60px; }
    .rocksite-c-search-field__button:focus {
      outline: none;
      background: var(--button--color-background-focus); }
    .rocksite-c-search-field__button svg {
      fill: var(--global--color-text-base);
      min-width: 28px; }
    .rocksite-c-search-field__button:hover svg {
      fill: var(--global--color-secondary-base); }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid var(--form--border-color);
    background: var(--global--color-invert);
    border-radius: 3px; }
    input[type="checkbox"]:disabled,
    input[type="radio"]:disabled {
      opacity: 0.7; }
    .is-dark-theme input[type="checkbox"], .is-dark-theme
    input[type="radio"] {
      background: var(--global--color-surface); }
  input[type="checkbox"]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color); }
  input[type="checkbox"]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 4px;
    top: 1px;
    position: absolute;
    width: 6px;
    height: 10px;
    border: 2px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg); }
  input[type="checkbox"]:checked {
    color: var(--form--color-text);
    background: var(--global--color-primary-base);
    border-color: var(--global--color-primary-base); }
    input[type="checkbox"]:checked:after {
      opacity: 1;
      border-color: var(--global--color-invert); }
  input[type="radio"] {
    border-radius: 50%; }
    input[type="radio"]:focus {
      outline-offset: 2px;
      outline: 2px dotted var(--form--border-color); }
    input[type="radio"]:after {
      content: "";
      opacity: 0;
      display: block;
      left: 3px;
      top: 3px;
      position: absolute;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: var(--form--color-text); }
    input[type="radio"]:checked {
      border: 4px solid var(--form--border-color); }
      input[type="radio"]:checked:after {
        opacity: 1; }
      input[type="radio"]:checked:focus {
        outline-offset: 4px;
        outline: 2px dotted var(--form--border-color); } }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  padding-left: 10px;
  font-size: var(--global--font-size-xs);
  vertical-align: top; }

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="range"] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    height: 6px;
    background: var(--form--color-ranged);
    border-radius: 6px;
    outline-offset: 10px; }
    input[type="range"]:disabled {
      opacity: 0.7; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer; }
  input[type="range"]::-moz-range-thumb {
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
    box-sizing: border-box; } }

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border-width: 19px 0;
  border-color: var(--global--color-background);
  background: transparent;
  color: transparent;
  cursor: pointer; }

input[type="range"]::-ms-fill-upper {
  background: var(--form--color-ranged);
  border-radius: 6px; }

input[type="range"]::-ms-fill-lower {
  background: var(--form--color-ranged);
  border-radius: 6px; }

input[type="range"]::-ms-thumb {
  border: 3px solid var(--form--color-ranged);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: var(--global--color-background);
  cursor: pointer; }

fieldset {
  display: grid;
  border-color: var(--global--color-secondary);
  padding: var(--global--spacing-horizontal); }
  fieldset legend {
    font-size: var(--global--font-size-lg); }
  fieldset input[type="submit"] {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  fieldset input:not([type="submit"]) {
    margin-bottom: var(--global--spacing-unit); }
  fieldset input[type="radio"], fieldset input[type="checkbox"] {
    margin-bottom: 0; }
  fieldset input[type="radio"] + label,
  fieldset input[type="checkbox"] + label {
    font-size: var(--form--font-size);
    padding-left: 0;
    margin-bottom: var(--global--spacing-unit); }

::-moz-placeholder {
  opacity: 1; }

.post-password-message {
  font-size: var(--global--font-size-lg); }

.post-password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-password-form__label {
    width: 100%;
    margin-bottom: 0; }
  .post-password-form input[type="password"] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: calc(var(--global--spacing-vertical) / 3);
    margin-right: calc(0.66 * var(--global--spacing-horizontal)); }
  .post-password-form__submit {
    margin-top: calc(var(--global--spacing-vertical) / 3); }
    @media only screen and (min-width: 592px) {
      .post-password-form__submit {
        margin-left: calc(0.4 * var(--global--spacing-horizontal)); } }

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
  cursor: pointer;
  color: var(--wp--style--color--link, var(--global--color-primary-base));
  text-underline-offset: 3px;
  text-decoration-skip-ink: all; }

a:hover {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-decoration-skip-ink: none; }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted currentColor;
          text-decoration: underline 1px dotted currentColor;
  text-decoration-skip-ink: none;
  background: rgba(255, 255, 255, 0.9); }
  .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
  .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
    color: var(--wp--style--color--link, var(--global--color-background)); }
  .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: rgba(0, 0, 0, 0.9);
    color: var(--wp--style--color--link, var(--global--color-invert)); }
    .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
      color: var(--wp--style--color--link, var(--global--color-invert)); }
  .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
    /* Only visible in Windows High Contrast mode */
    outline: 2px solid transparent;
    outline-offset: -2px; }
    .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
      color: #21759b;
      background-color: #f1f1f1; }
  .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary-base)); }

.has-background .has-link-color a,
.has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary-base)); }

/**
 * Extends
 */
/*
Button Filled

4 types of default buttons atoms

.has-black-color   - default button
.has-text-base-color   - secondary button
.has-gray-base-color   - Success button
.has-gray-darken-color   - Warning button
.has-success-base-color   - Ghost version button
.has-black-background-color - next
.has-gray-base-background-color  - next
.has-primary-base-background-color  - next

Markup: ../../../../styleguide/templates/blocks/buttons-filled.html

Style guide: Blocks.buttons-filled

*/
/*
Button outlined

4 types of default buttons atoms

.-primary   - default button
.-secondary   - secondary button
.-success   - Success button
.-warning   - Warning button
.-ghost   - Ghost version button

Markup: ../../../../styleguide/templates/blocks/buttons-outlined.html

Style guide: Blocks.buttons-outlined

*/
.site .button,
.rocksite-a-button,
input[type="submit"],
input[type="reset"],
.wp-block-search__button,
.wp-block-button .wp-block-button__link {
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  line-height: var(--button--line-height);
  background-color: var(--button--color-background);
  border-radius: var(--button--border-radius);
  border: var(--button--border-width) solid var(--button--color-background);
  color: var(--button--color-text);
  text-decoration: none;
  display: inline-block;
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  padding-top: 8px;
  font-size: var(--button--font-size); }
  .site .button:focus,
  .rocksite-a-button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  .wp-block-search__button:focus,
  .wp-block-button .wp-block-button__link:focus {
    background: transparent;
    outline-offset: -6px;
    outline: var(--button--focus-outline); }
    .is-dark-theme .site .button:focus, .is-dark-theme
    .rocksite-a-button:focus, .is-dark-theme
    input[type="submit"]:focus, .is-dark-theme
    input[type="reset"]:focus, .is-dark-theme
    .wp-block-search__button:focus, .is-dark-theme
    .wp-block-button .wp-block-button__link:focus {
      color: var(--button--color-background); }
    .site .button:focus:not(.has-background),
    .rocksite-a-button:focus:not(.has-background),
    input[type="submit"]:focus:not(.has-background),
    input[type="reset"]:focus:not(.has-background),
    .wp-block-search__button:focus:not(.has-background),
    .wp-block-button .wp-block-button__link:focus:not(.has-background) {
      color: var(--button--color-text-hover); }
  .site .button:hover,
  .rocksite-a-button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  .wp-block-search__button:hover,
  .wp-block-button .wp-block-button__link:hover {
    color: var(--button--color-text-hover);
    background: transparent;
    border-color: var(--button--color-background); }
  .site .button:disabled,
  .rocksite-a-button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled,
  .wp-block-search__button:disabled,
  .wp-block-button .wp-block-button__link:disabled {
    background-color: var(--global--color-gray-lighten);
    border-color: var(--global--color-gray-lighten);
    color: var(--button--color-text-active); }
  .site .button.-outlined,
  .rocksite-a-button.-outlined,
  input[type="submit"].-outlined,
  input[type="reset"].-outlined,
  .wp-block-search__button.-outlined,
  .wp-block-button .wp-block-button__link.-outlined {
    background: none;
    border-color: var(--global--color-secondary);
    color: var(--global--color-secondary); }
    .site .button.-outlined:hover,
    .rocksite-a-button.-outlined:hover,
    input[type="submit"].-outlined:hover,
    input[type="reset"].-outlined:hover,
    .wp-block-search__button.-outlined:hover,
    .wp-block-button .wp-block-button__link.-outlined:hover {
      background-color: var(--button--color-background);
      color: var(--button--color-text); }

.site .button:active,
input[type="submit"]:active,
input[type="reset"]:active,
.wp-block-search .wp-block-search__button:active,
.wp-block-file .wp-block-file__button:active {
  color: var(--button--color-text-active);
  background-color: var(--button--color-background-active); }

.site .button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.wp-block-search .wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover {
  color: var(--button--color-text-hover);
  background: transparent; }

/*
Button Icon

4 types of default buttons atoms

.-large - larger version
.-outlined - Outlined button
.-rounded - ROunded button
.-outlined.-rounded - Outlined button and ROunded


Markup: ../../../../styleguide/templates/atoms/buttons-icon.html

Style guide: Atoms.buttons-icon
*/
.rocksite-a-button-icon {
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  line-height: var(--button--line-height);
  background-color: var(--button--color-background);
  border-radius: var(--button--border-radius);
  border: var(--button--border-width) solid var(--button--color-background);
  color: var(--button--color-text);
  text-decoration: none;
  display: inline-block;
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  padding-top: 8px;
  font-size: var(--button--font-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  padding: 4px;
  line-height: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rocksite-a-button-icon:focus {
    background: transparent;
    outline-offset: -6px;
    outline: var(--button--focus-outline); }
    .is-dark-theme .rocksite-a-button-icon:focus {
      color: var(--button--color-background); }
    .rocksite-a-button-icon:focus:not(.has-background) {
      color: var(--button--color-text-hover); }
  .rocksite-a-button-icon:hover {
    color: var(--button--color-text-hover);
    background: transparent;
    border-color: var(--button--color-background); }
  .rocksite-a-button-icon:disabled {
    background-color: var(--global--color-gray-lighten);
    border-color: var(--global--color-gray-lighten);
    color: var(--button--color-text-active); }
  .rocksite-a-button-icon.-rounded {
    border-radius: 100px;
    border: var(--button--border-width) solid var(--global--color-secondary); }
  .rocksite-a-button-icon.-large {
    width: 44px;
    height: 44px; }
  .rocksite-a-button-icon.-small {
    width: 28px;
    height: 28px; }
  .rocksite-a-button-icon.-facebook {
    background: var(--global--color-facebook);
    border-color: var(--global--color-facebook); }
    .rocksite-a-button-icon.-facebook:hover {
      background: var(--global--color-invert); }
      .rocksite-a-button-icon.-facebook:hover svg {
        fill: var(--global--color-facebook); }
  .rocksite-a-button-icon.-twitter {
    background: var(--global--color-twitter);
    border-color: var(--global--color-twitter); }
    .rocksite-a-button-icon.-twitter:hover {
      background: var(--global--color-invert); }
      .rocksite-a-button-icon.-twitter:hover svg {
        fill: var(--global--color-twitter); }
  .rocksite-a-button-icon.-linkedin {
    background: var(--global--color-linkedin);
    border-color: var(--global--color-linkedin); }
    .rocksite-a-button-icon.-linkedin:hover {
      background: var(--global--color-invert); }
      .rocksite-a-button-icon.-linkedin:hover svg {
        fill: var(--global--color-linkedin); }
  .rocksite-a-button-icon.-instagram {
    background: var(--global--color-instagram);
    border-color: var(--global--color-instagram); }
    .rocksite-a-button-icon.-instagram:hover {
      background: var(--global--color-invert); }
      .rocksite-a-button-icon.-instagram:hover svg {
        fill: var(--global--color-instagram); }
  .rocksite-a-button-icon.-pinterest {
    background: var(--global--color-pinterest);
    border-color: var(--global--color-pinterest); }
    .rocksite-a-button-icon.-pinterest:hover {
      background: var(--global--color-invert); }
      .rocksite-a-button-icon.-pinterest:hover svg {
        fill: var(--global--color-pinterest); }
  .rocksite-a-button-icon.-outlined {
    background: none;
    border-color: var(--global--color-secondary); }
    .rocksite-a-button-icon.-outlined svg {
      fill: var(--global--color-secondary); }
    .rocksite-a-button-icon.-outlined:hover {
      background-color: var(--global--color-secondary); }
      .rocksite-a-button-icon.-outlined:hover svg {
        fill: var(--global--color-invert); }
  .rocksite-a-button-icon svg {
    display: block;
    fill: var(--global--color-invert); }
  .rocksite-a-button-icon:hover svg {
    display: block;
    fill: var(--global--color-secondary); }

/**
 * Block Options
 */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: var(--button--color-text-active) !important;
  background: transparent !important;
  border-color: var(--button--color-background); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: var(--button--color-text-hover);
  background: transparent;
  border-color: var(--button--color-background); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
  outline: 1px dotted var(--button--color-background); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-base-background-color.has-background {
  border-color: var(--global--color-primary-base);
  background: var(--global--color-primary-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-base-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-primary-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-lighten-background-color.has-background {
  border-color: var(--global--color-primary-lighten);
  background: var(--global--color-primary-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-lighten-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-primary-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-base-background-color.has-background {
  border-color: var(--global--color-secondary-base);
  background: var(--global--color-secondary-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-base-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-secondary-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-lighten-background-color.has-background {
  border-color: var(--global--color-secondary-lighten);
  background: var(--global--color-secondary-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-lighten-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-secondary-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-base-background-color.has-background {
  border-color: var(--global--color-third-base);
  background: var(--global--color-third-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-base-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-third-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-lighten-background-color.has-background {
  border-color: var(--global--color-third-lighten);
  background: var(--global--color-third-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-lighten-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-third-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-surface-background-color.has-background {
  border-color: var(--global--color-surface);
  background: var(--global--color-surface); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-surface-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-surface); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-invert-background-color.has-background {
  border-color: var(--global--color-invert);
  background: var(--global--color-invert); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-invert-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-invert); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-warning-background-color.has-background {
  border-color: var(--global--color-warning);
  background: var(--global--color-warning); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-warning-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-warning); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-success-background-color.has-background {
  border-color: var(--global--color-success);
  background: var(--global--color-success); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-success-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-success); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-base-background-color.has-background {
  border-color: var(--global--color-gray-base);
  background: var(--global--color-gray-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-base-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-gray-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-lighten-background-color.has-background {
  border-color: var(--global--color-gray-lighten);
  background: var(--global--color-gray-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-lighten-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-gray-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-darken-background-color.has-background {
  border-color: var(--global--color-gray-darken);
  background: var(--global--color-gray-darken); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-darken-background-color.has-background:hover {
    background: transparent !important;
    color: var(--global--color-gray-darken); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-base-color.has-text-color {
  color: var(--global--color-primary-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-base-color.has-text-color:hover {
    color: var(--global--color-primary-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-lighten-color.has-text-color {
  color: var(--global--color-primary-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-lighten-color.has-text-color:hover {
    color: var(--global--color-primary-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-base-color.has-text-color {
  color: var(--global--color-secondary-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-base-color.has-text-color:hover {
    color: var(--global--color-secondary-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-lighten-color.has-text-color {
  color: var(--global--color-secondary-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-secondary-lighten-color.has-text-color:hover {
    color: var(--global--color-secondary-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-base-color.has-text-color {
  color: var(--global--color-third-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-base-color.has-text-color:hover {
    color: var(--global--color-third-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-lighten-color.has-text-color {
  color: var(--global--color-third-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-third-lighten-color.has-text-color:hover {
    color: var(--global--color-third-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-surface-color.has-text-color {
  color: var(--global--color-surface); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-surface-color.has-text-color:hover {
    color: var(--global--color-surface); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-invert-color.has-text-color {
  color: var(--global--color-invert); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-invert-color.has-text-color:hover {
    color: var(--global--color-invert); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-warning-color.has-text-color {
  color: var(--global--color-warning); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-warning-color.has-text-color:hover {
    color: var(--global--color-warning); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-success-color.has-text-color {
  color: var(--global--color-success); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-success-color.has-text-color:hover {
    color: var(--global--color-success); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-base-color.has-text-color {
  color: var(--global--color-gray-base); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-base-color.has-text-color:hover {
    color: var(--global--color-gray-base); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-lighten-color.has-text-color {
  color: var(--global--color-gray-lighten); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-lighten-color.has-text-color:hover {
    color: var(--global--color-gray-lighten); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-darken-color.has-text-color {
  color: var(--global--color-gray-darken); }
  .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-gray-darken-color.has-text-color:hover {
    color: var(--global--color-gray-darken); }

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-invert-color.has-text-color:hover {
  color: var(--global--color-text-base); }

.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal); }
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-background) {
    background: transparent; }
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color), .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-background):not(.has-text-color) {
    background: transparent;
    color: var(--button--color-background);
    border-color: var(--button--color-background); }
    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-background):not(.has-text-color):active, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
      color: var(--global--color-invert);
      background: var(--global--color-secondary);
      border-color: var(--global--color-secondary); }
    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus {
      color: var(--button--color-background);
      background: transparent; }
  .is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background, .is-dark-theme .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-text-color).has-background {
    color: var(--global--color-gray-darken); }
  .is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-gray-background-color, .is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-dark-gray-background-color, .is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-black-background-color, .is-dark-theme .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-text-color).has-background.has-gray-background-color, .is-dark-theme .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-text-color).has-background.has-dark-gray-background-color, .is-dark-theme .wp-block-button.is-style-canvi-large-outline .wp-block-button__link:not(.has-text-color).has-background.has-black-background-color {
    color: var(--global--color-invert); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-background:hover {
    background: transparent !important; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-text-color, .wp-block-button.is-style-outline .wp-block-button__link.has-background.has-text-color, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-text-color, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-background.has-text-color {
    border-color: currentColor; }
  .wp-block-button.is-style-outline .wp-block-button__link.has-primary-base-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-primary-base-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-primary-base); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-primary-lighten-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-primary-lighten-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-primary-lighten); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-base-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-secondary-base-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-secondary-base); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-lighten-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-secondary-lighten-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-secondary-lighten); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-third-base-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-third-base-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-third-base); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-third-lighten-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-third-lighten-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-third-lighten); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-surface-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-surface-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-surface); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-invert-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-invert-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-invert); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-warning-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-warning); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-success-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-success-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-success); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-gray-base-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-gray-base-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-gray-base); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-gray-lighten-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-gray-lighten-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-gray-lighten); }
  .wp-block-button.is-style-outline .wp-block-button__link.has-gray-darken-color.has-text-color:hover, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link.has-gray-darken-color.has-text-color:hover {
    color: var(--global--color-invert);
    background-color: var(--global--color-gray-darken); }

.wp-block-button.is-style-canvi-large-fill .wp-block-button__link, .wp-block-button.is-style-canvi-large-outline .wp-block-button__link {
  padding: 8px 44px;
  font-size: var(--button--font-size-large);
  line-height: var(--button--line-height); }

.wp-block-button .is-style-squared .wp-block-button__link {
  border-radius: 0; }

.is-style-outline .wp-block-button__link[style*="radius"]:focus,
.wp-block-button a.wp-block-button__link[style*="radius"]:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--button--color-background); }

.wp-block-button .wp-block-button {
  margin-bottom: var(--global--spacing-vertical-sm); }

@media only screen and (min-width: 482px) {
  .wp-block-button + .wp-block-button {
    margin-left: var(--global--spacing-vertical-small); } }

/**
 * Block Options
 */
[data-block].wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0; }
  [data-block].wp-block-buttons:first-child, [data-block].wp-block-buttons:last-child {
    margin-top: 0;
    margin-bottom: 0; }

.is-style-outline .wp-block-button__link[style*="radius"],
.wp-block-button__link[style*="radius"] {
  outline-offset: 2px; }

.wp-block-code {
  border-radius: 0;
  border: none;
  padding: var(--global--spacing-unit);
  background: var(--global--color-gray-base);
  margin-top: var(--global--spacing-vertical-text);
  margin-bottom: var(--global--spacing-vertical-text); }
  .wp-block-code code {
    font-size: var(--global--font-size-md);
    white-space: pre;
    overflow-x: auto;
    display: block; }

.wp-block-cover,
.wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit; }
  .wp-block-cover:not(.alignwide):not(.alignfull),
  .wp-block-cover-image:not(.alignwide):not(.alignfull) {
    clear: both; }
  [data-align="full"] .wp-block-cover, [data-align="full"]
  .wp-block-cover-image {
    margin-top: 0;
    margin-bottom: 0; }
  .wp-block-cover > .wp-block-cover__inner-container > *:first-child,
  .wp-block-cover-image > .wp-block-cover__inner-container > *:first-child {
    margin-top: 0; }
  .wp-block-cover > .wp-block-cover__inner-container > *:last-child:not(.block-list-appender),
  .wp-block-cover-image > .wp-block-cover__inner-container > *:last-child:not(.block-list-appender) {
    margin-bottom: 0; }
  .wp-block-cover.has-child-selected > .wp-block-cover__inner-container > *:nth-last-child(2),
  .wp-block-cover.is-selected > .wp-block-cover__inner-container > *:nth-last-child(2),
  .wp-block-cover-image.has-child-selected > .wp-block-cover__inner-container > *:nth-last-child(2),
  .wp-block-cover-image.is-selected > .wp-block-cover__inner-container > *:nth-last-child(2) {
    margin-bottom: 0; }
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover .block-editor-block-list__block,
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image .block-editor-block-list__block {
    color: currentColor; }
    .wp-block-cover .wp-block-cover__inner-container a,
    .wp-block-cover .wp-block-cover-image-text a,
    .wp-block-cover .wp-block-cover-text a,
    .wp-block-cover .block-editor-block-list__block a,
    .wp-block-cover-image .wp-block-cover__inner-container a,
    .wp-block-cover-image .wp-block-cover-image-text a,
    .wp-block-cover-image .wp-block-cover-text a,
    .wp-block-cover-image .block-editor-block-list__block a {
      color: currentColor; }
    .wp-block-cover .wp-block-cover__inner-container .has-link-color a,
    .wp-block-cover .wp-block-cover-image-text .has-link-color a,
    .wp-block-cover .wp-block-cover-text .has-link-color a,
    .wp-block-cover .block-editor-block-list__block .has-link-color a,
    .wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
    .wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
    .wp-block-cover-image .wp-block-cover-text .has-link-color a,
    .wp-block-cover-image .block-editor-block-list__block .has-link-color a {
      color: var(--wp--style--color--link, var(--global--color-primary-base)); }
  .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
  .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
  .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
  .wp-block-cover:not([class*="background-color"]) .block-editor-block-list__block,
  .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
  .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
  .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
  .wp-block-cover-image:not([class*="background-color"]) .block-editor-block-list__block {
    color: var(--cover--color-foreground); }
  .wp-block-cover h2,
  .wp-block-cover-image h2 {
    font-size: var(--heading--font-size-h2);
    letter-spacing: var(--heading--letter-spacing-h2);
    line-height: var(--heading--line-height-h2);
    padding: 0;
    max-width: inherit;
    text-align: inherit; }
    .wp-block-cover h2.has-text-align-left,
    .wp-block-cover-image h2.has-text-align-left {
      text-align: left; }
    .wp-block-cover h2.has-text-align-center,
    .wp-block-cover-image h2.has-text-align-center {
      text-align: center; }
    .wp-block-cover h2.has-text-align-right,
    .wp-block-cover-image h2.has-text-align-right {
      text-align: right; }
  .wp-block-cover.is-style-canvi-border,
  .wp-block-cover-image.is-style-canvi-border {
    border: 15px solid var(--global--color-border); }
  .wp-block-cover.is-style-canvi-half-background-top.has-background-dim, .wp-block-cover.is-style-canvi-half-background-bottom.has-background-dim,
  .wp-block-cover-image.is-style-canvi-half-background-top.has-background-dim,
  .wp-block-cover-image.is-style-canvi-half-background-bottom.has-background-dim {
    background: none !important; }
    .wp-block-cover.is-style-canvi-half-background-top.has-background-dim:before, .wp-block-cover.is-style-canvi-half-background-bottom.has-background-dim:before,
    .wp-block-cover-image.is-style-canvi-half-background-top.has-background-dim:before,
    .wp-block-cover-image.is-style-canvi-half-background-bottom.has-background-dim:before {
      bottom: 50%;
      opacity: 1;
      background-color: inherit; }
  .wp-block-cover.is-style-canvi-half-background-bottom.has-background-dim:before,
  .wp-block-cover-image.is-style-canvi-half-background-bottom.has-background-dim:before {
    top: 50%;
    bottom: 0; }

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both; }

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: var(--global--spacing-horizontal); } }

.wp-block-columns .wp-block,
.wp-block-columns .wp-block-column {
  max-width: inherit; }

.wp-block-columns .wp-block-column > * {
  margin-top: 0;
  margin-bottom: 0; }

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

.wp-block-columns > .wp-block-column > *:first-child {
  margin-top: 0; }

.wp-block-columns > .wp-block-column > *:last-child:not(.block-list-appender) {
  margin-bottom: 0; }

.wp-block-columns.has-child-selected > .wp-block-column > *:nth-last-child(2),
.wp-block-columns.is-selected > .wp-block-column > *:nth-last-child(2) {
  margin-bottom: 0; }

@media only screen and (min-width: 652px) {
  .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) {
    margin-left: -50px;
    margin-top: calc(2.5 * var(--global--spacing-horizontal));
    z-index: 2; }
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > p:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > h1:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > h2:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > h3:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > h4:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > h5:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > h6:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > ul:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > ol:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > pre:not(.has-background) {
      background-color: inherit;
      padding: var(--global--spacing-unit); }
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > ul:not(.has-background),
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n) > ol:not(.has-background) {
      padding-left: calc(2 * var(--global--spacing-horizontal)); }
    .wp-block-columns.is-style-canvi-columns-overlap > .wp-block-column:nth-child(2n).is-vertically-aligned-center {
      margin-top: 0; } }

.wp-block-columns.has-background {
  padding: var(--global--spacing-unit); }

.wp-block-file .wp-block-file__textlink {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px; }
  .wp-block-file .wp-block-file__textlink:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }

.wp-block-file .wp-block-file__button {
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  line-height: var(--button--line-height);
  background-color: var(--button--color-background);
  border-radius: var(--button--border-radius);
  border: var(--button--border-width) solid var(--button--color-background);
  color: var(--button--color-text);
  text-decoration: none;
  display: inline-block;
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  padding-top: 8px;
  font-size: var(--button--font-size);
  display: inline-block; }
  .wp-block-file .wp-block-file__button:focus {
    background: transparent;
    outline-offset: -6px;
    outline: var(--button--focus-outline); }
    .is-dark-theme .wp-block-file .wp-block-file__button:focus {
      color: var(--button--color-background); }
    .wp-block-file .wp-block-file__button:focus:not(.has-background) {
      color: var(--button--color-text-hover); }
  .wp-block-file .wp-block-file__button:hover {
    color: var(--button--color-text-hover);
    background: transparent;
    border-color: var(--button--color-background); }
  .wp-block-file .wp-block-file__button:disabled {
    background-color: var(--global--color-gray-lighten);
    border-color: var(--global--color-gray-lighten);
    color: var(--button--color-text-active); }
  .wp-block-file .wp-block-file__button:hover {
    color: var(--button--color-text-hover);
    background: transparent; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  font-size: var(--gallery--image-gap); }

.wp-block-gallery figcaption {
  margin: 0;
  color: var(--global--color-invert);
  font-size: var(--global--font-size-xs);
  padding: 30px 10px 10px 10px; }
  .wp-block-gallery figcaption a {
    color: var(--global--color-invert); }

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root; }
  .wp-block-group:before, .wp-block-group:after {
    content: "";
    display: block;
    clear: both; }
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical); }
    [data-align="full"] .wp-block-group.has-background {
      margin-top: 0;
      margin-bottom: 0; }
  .wp-block-group.is-style-canvi-border {
    border: var(--global--border-image-style);
    padding: var(--global--spacing-vertical); }
    .wp-block-group.is-style-canvi-border .wp-block-group__inner-container > [data-align="full"] {
      max-width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
      width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
      margin-left: calc(-1 * var(--global--spacing-vertical)); }
  .wp-block-group > .wp-block-group__inner-container > *:first-child {
    margin-top: 0; }
  .wp-block-group > .wp-block-group__inner-container > *:last-child:not(.block-list-appender) {
    margin-bottom: 0; }
  .wp-block-group.has-child-selected > .wp-block-group__inner-container > *:nth-last-child(2),
  .wp-block-group.is-selected > .wp-block-group__inner-container > *:nth-last-child(2) {
    margin-bottom: 0; }

.wp-block-group .wp-block-group.has-background > .block-editor-block-list__layout > [data-align="full"] {
  margin: 0;
  width: 100%; }

.wp-block-heading h1,
h1,
.h1,
.wp-block-heading h2,
h2,
.h2,
.wp-block-heading h3,
h3,
.h3,
.wp-block-heading h4,
h4,
.h4,
.wp-block-heading h5,
h5,
.h5,
.wp-block-heading h6,
h6,
.h6 {
  clear: both;
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight); }
  .wp-block-heading h1 strong,
  h1 strong,
  .h1 strong,
  .wp-block-heading h2 strong,
  h2 strong,
  .h2 strong,
  .wp-block-heading h3 strong,
  h3 strong,
  .h3 strong,
  .wp-block-heading h4 strong,
  h4 strong,
  .h4 strong,
  .wp-block-heading h5 strong,
  h5 strong,
  .h5 strong,
  .wp-block-heading h6 strong,
  h6 strong,
  .h6 strong {
    font-weight: var(--heading--font-weight-strong); }
  .wp-block-heading h1[style*="--wp--typography--line-height"],
  h1[style*="--wp--typography--line-height"],
  .h1[style*="--wp--typography--line-height"],
  .wp-block-heading h2[style*="--wp--typography--line-height"],
  h2[style*="--wp--typography--line-height"],
  .h2[style*="--wp--typography--line-height"],
  .wp-block-heading h3[style*="--wp--typography--line-height"],
  h3[style*="--wp--typography--line-height"],
  .h3[style*="--wp--typography--line-height"],
  .wp-block-heading h4[style*="--wp--typography--line-height"],
  h4[style*="--wp--typography--line-height"],
  .h4[style*="--wp--typography--line-height"],
  .wp-block-heading h5[style*="--wp--typography--line-height"],
  h5[style*="--wp--typography--line-height"],
  .h5[style*="--wp--typography--line-height"],
  .wp-block-heading h6[style*="--wp--typography--line-height"],
  h6[style*="--wp--typography--line-height"],
  .h6[style*="--wp--typography--line-height"] {
    line-height: var(--wp--typography--line-height, --global--line-height-body); }

.wp-block-heading h1,
h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1); }

.wp-block-heading h2,
h2,
.h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2); }

.wp-block-heading h3,
h3,
.h3 {
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3); }

.wp-block-heading h4,
h4,
.h4 {
  font-size: var(--heading--font-size-h4);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4); }

.wp-block-heading h5,
h5,
.h5 {
  font-size: var(--heading--font-size-h5);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5); }

.wp-block-heading h6,
h6,
.h6 {
  font-size: var(--heading--font-size-h6);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6); }

[data-type="core/html"] textarea {
  color: var(--global--color-gray-darken);
  border-radius: 0;
  padding: var(--global--spacing-unit); }

.wp-block-image {
  text-align: center;
  margin-bottom: var(--global--spacing-vertical-text);
  padding: 0;
  /**
  Utilities classes
   */ }
  .wp-block-image figcaption {
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-xs);
    line-height: var(--global--line-height-sm);
    margin-top: 15px;
    text-align: center; }
  .wp-block-image .alignright {
    margin: 0;
    margin-left: var(--global--spacing-horizontal); }
  .wp-block-image .alignleft {
    margin: 0;
    margin-right: var(--global--spacing-horizontal); }
  .wp-block-image.size-full img {
    width: 100%;
    height: auto; }
  .wp-block-image a:focus img {
    outline-offset: 2px; }
  .wp-block-image + .wp-block-image {
    margin-top: var(--global--spacing-horizontal); }
  .wp-block-image.is-style-canvi-image-decoration img {
    position: relative;
    z-index: 1; }
  .wp-block-image.is-style-canvi-image-decoration figcaption {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 1;
    background: var(--global--color-background-transparent);
    right: 0;
    margin: 0;
    padding: 5px 10px;
    color: var(--global--color-text-base); }
  .wp-block-image.is-style-canvi-image-decoration:not(.alignleft), .wp-block-image.is-style-canvi-image-decoration:not(.alignright) {
    position: relative;
    padding: 15px 0 0 15px; }
    .wp-block-image.is-style-canvi-image-decoration:not(.alignleft):before, .wp-block-image.is-style-canvi-image-decoration:not(.alignright):before {
      background: var(--global--color-secondary);
      content: '';
      display: block;
      right: 15px;
      bottom: 15px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  .wp-block-image.is-style-canvi-image-decoration .alignleft,
  .wp-block-image.is-style-canvi-image-decoration .alignright {
    position: relative;
    padding: 15px 0 0 15px; }
    .wp-block-image.is-style-canvi-image-decoration .alignleft:before,
    .wp-block-image.is-style-canvi-image-decoration .alignright:before {
      background: var(--global--color-secondary);
      content: '';
      display: block;
      right: 15px;
      bottom: 15px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  .wp-block-image.is-style-canvi-image-border img {
    border: var(--global--border-image-style); }

.entry-content > *[class="wp-block-image"],
.entry-content [class*="inner-container"] > *[class="wp-block-image"] {
  margin-top: 0;
  margin-bottom: 0; }
  .entry-content > *[class="wp-block-image"] + *,
  .entry-content [class*="inner-container"] > *[class="wp-block-image"] + * {
    margin-top: 0; }

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

@media only screen and (min-width: 482px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    max-width: 50%; } }

@media only screen and (max-width: 481px) {
  .entry-content > .wp-block-image > .alignleft,
  .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0; } }

[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
  margin: 0 auto; }

[data-type="core/image"].size-full img {
  width: 100%;
  height: auto; }

[data-type="core/image"].is-style-canvi-image-decoration:before {
  z-index: 0; }

.wp-block-latest-comments {
  padding-left: 0; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-body);
    /* Vertical margins logic */
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical); }
    .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
      margin-top: 0; }
    .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
      margin-bottom: 0; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-family: var(--heading--font-family);
    font-size: var(--global--font-size-md);
    line-height: var(--global--line-height-md); }
    .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
      color: var(--global--color-text-base); }
    .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
      text-decoration: underline;
      -webkit-text-decoration-color: var(--global--color-secondary-base);
              text-decoration-color: var(--global--color-secondary-base); }
  .wp-block-latest-comments .wp-block-latest-comments__comment-date {
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-sm);
    font-weight: normal;
    font-family: var(--global--font-secondary); }
  .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-body);
    margin: 10px 0 0 0; }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta {
    margin-left: 55px; }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
    margin-left: 55px; }

.wp-block-latest-posts {
  padding-left: 0; }
  .wp-block-latest-posts > li > a {
    display: inline-block;
    color: var(--global--color-text-base);
    font-family: var(--latest-posts--title-font-family);
    font-size: var(--heading--font-size-h5);
    font-weight: var(--heading--font-weight);
    line-height: var(--heading--line-height-h5);
    width: 100%; }
  .wp-block-latest-posts .wp-block-latest-posts__post-author {
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-sm);
    display: inline;
    padding-right: 10px;
    clear: both; }
  .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-sm);
    display: inline; }
    [class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date,
    .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
      color: currentColor; }
  .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
  .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
    font-family: var(--latest-posts--description-font-family);
    font-size: var(--latest-posts--description-font-size);
    line-height: var(--latest-posts--description-line-height);
    margin-top: var(--global--spacing-vertical-sm);
    margin-bottom: 0; }
  .wp-block-latest-posts > li {
    margin-bottom: var(--latest-posts--bottom-space);
    padding: 15px 0;
    overflow: hidden; }
    .wp-block-latest-posts > li:first-child {
      margin-top: 0; }
    .wp-block-latest-posts > li:last-child {
      margin-bottom: 0; }
    .wp-block-latest-posts > li .wp-block-latest-posts__featured-image {
      width: 100%;
      position: relative;
      margin-top: -15px;
      padding-top: 15px;
      padding-left: 15px;
      margin-bottom: var(--global--spacing-horizontal); }
      .wp-block-latest-posts > li .wp-block-latest-posts__featured-image:before {
        background: var(--global--color-secondary);
        content: '';
        display: block;
        bottom: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 15px;
        z-index: 0; }
      .wp-block-latest-posts > li .wp-block-latest-posts__featured-image img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1; }
      .wp-block-latest-posts > li .wp-block-latest-posts__featured-image a {
        width: 100%;
        display: block; }
      @media only screen and (min-width: 592px) {
        .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignleft, .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignright {
          width: 250px;
          float: left; } }
      .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignleft + a, .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignright + a {
        display: block; }
        .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignleft + a + div, .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignright + a + div {
          display: inline-block; }
          @media only screen and (min-width: 592px) {
            .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignleft + a + div + time + div, .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignright + a + div + time + div {
              float: left;
              width: calc(100% - 280px); } }
      .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignleft {
        margin-right: var(--global--spacing-horizontal); }
      .wp-block-latest-posts > li .wp-block-latest-posts__featured-image.alignright {
        float: right;
        margin-left: var(--global--spacing-horizontal); }
  .wp-block-latest-posts.is-grid {
    word-wrap: break-word;
    word-break: break-word; }
    .wp-block-latest-posts.is-grid > li {
      margin-bottom: var(--latest-posts--bottom-space-grid);
      position: relative;
      font-size: 24px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .wp-block-latest-posts.is-grid > li:last-child {
        margin-bottom: 0; }
    @media only screen and (min-width: 592px) {
      .wp-block-latest-posts.is-grid.columns-3 .wp-block-latest-posts__featured-image.alignleft, .wp-block-latest-posts.is-grid.columns-3 .wp-block-latest-posts__featured-image.alignright, .wp-block-latest-posts.is-grid.columns-4 .wp-block-latest-posts__featured-image.alignleft, .wp-block-latest-posts.is-grid.columns-4 .wp-block-latest-posts__featured-image.alignright, .wp-block-latest-posts.is-grid.columns-5 .wp-block-latest-posts__featured-image.alignleft, .wp-block-latest-posts.is-grid.columns-5 .wp-block-latest-posts__featured-image.alignright, .wp-block-latest-posts.is-grid.columns-6 .wp-block-latest-posts__featured-image.alignleft, .wp-block-latest-posts.is-grid.columns-6 .wp-block-latest-posts__featured-image.alignright {
        width: 150px;
        float: left; } }
    @media only screen and (min-width: 592px) {
      .wp-block-latest-posts.is-grid.columns-3 .wp-block-latest-posts__featured-image.alignleft + a + div + time + div, .wp-block-latest-posts.is-grid.columns-3 .wp-block-latest-posts__featured-image.alignright + a + div + time + div, .wp-block-latest-posts.is-grid.columns-4 .wp-block-latest-posts__featured-image.alignleft + a + div + time + div, .wp-block-latest-posts.is-grid.columns-4 .wp-block-latest-posts__featured-image.alignright + a + div + time + div, .wp-block-latest-posts.is-grid.columns-5 .wp-block-latest-posts__featured-image.alignleft + a + div + time + div, .wp-block-latest-posts.is-grid.columns-5 .wp-block-latest-posts__featured-image.alignright + a + div + time + div, .wp-block-latest-posts.is-grid.columns-6 .wp-block-latest-posts__featured-image.alignleft + a + div + time + div, .wp-block-latest-posts.is-grid.columns-6 .wp-block-latest-posts__featured-image.alignright + a + div + time + div {
        float: right;
        width: calc(100% - 180px); } }
    .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
    .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li,
    .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
    .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
    .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
    .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
    .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
    .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
    .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
    .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
      margin-bottom: 0; }
  .wp-block-latest-posts.alignfull {
    padding-left: var(--global--spacing-unit);
    padding-right: var(--global--spacing-unit); }
    .entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull,
    .entry-content .has-background .wp-block-latest-posts.alignfull {
      padding-left: 0;
      padding-right: 0; }
  .wp-block-latest-posts.is-style-canvi-latest-posts-dividers {
    border-top: var(--separator--height) solid var(--global--color-text-lighten);
    border-bottom: var(--separator--height) solid var(--global--color-text-lighten); }
    .wp-block-latest-posts.is-style-canvi-latest-posts-dividers:not(.is-grid) > li,
    .wp-block-latest-posts.is-style-canvi-latest-posts-dividers > li {
      padding-bottom: var(--global--spacing-vertical);
      border-bottom: var(--separator--height) solid var(--global--color-text-lighten);
      margin-top: var(--global--spacing-vertical-sm);
      margin-bottom: var(--global--spacing-vertical-sm); }
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers:not(.is-grid) > li:last-child,
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers > li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid li {
      margin: 0;
      padding-top: var(--global--spacing-vertical);
      padding-right: var(--global--spacing-horizontal); }
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid li:last-child {
        padding-bottom: var(--global--spacing-vertical); }
    @media screen and (min-width: 600px) {
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid.columns-2 li {
        width: calc((100% / 2)); }
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid.columns-3 li {
        width: calc((100% / 3)); }
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid.columns-4 li {
        width: calc((100% / 4)); }
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid.columns-5 li {
        width: calc((100% / 5)); }
      .wp-block-latest-posts.is-style-canvi-latest-posts-dividers.is-grid.columns-6 li {
        width: calc((100% / 6)); } }
  .wp-block-latest-posts.is-style-canvi-latest-posts-borders li {
    border: 1px solid var(--global--color-text-lighten);
    padding: var(--global--spacing-vertical) var(--global--spacing-horizontal); }
    .wp-block-latest-posts.is-style-canvi-latest-posts-borders li:last-child {
      padding-bottom: var(--global--spacing-vertical); }
  .wp-block-latest-posts.is-style-canvi-latest-posts-borders:not(.is-grid) li {
    margin-top: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-horizontal); }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

ul,
ol {
  font-family: var(--list--font-family);
  margin: 0;
  padding-left: 50px;
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-md); }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    padding-left: 30px; }
  ul.aligncenter,
  ol.aligncenter {
    list-style-position: inside;
    padding: 0; }
  ul.alignright,
  ol.alignright {
    list-style-position: inside;
    text-align: right;
    padding: 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold; }

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal)); }

.wp-block-media-text {
  grid-template-columns: 50% 50%;
  /**
   * Block Options
   */ }
  .wp-block-media-text.alignfull {
    margin-top: 0;
    margin-bottom: 0; }
  .wp-block-media-text a:focus img {
    outline-offset: -1px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-horizontal) calc(var(--responsive--spacing-horizontal) / 2); }
    @media only screen and (min-width: 592px) {
      .wp-block-media-text .wp-block-media-text__content {
        padding: 60px; } }
    .wp-block-media-text .wp-block-media-text__content > * {
      margin-top: calc(0.666 * var(--global--spacing-vertical));
      margin-bottom: calc(0.666 * var(--global--spacing-vertical)); }
      @media only screen and (min-width: 482px) {
        .wp-block-media-text .wp-block-media-text__content > * {
          margin-top: var(--global--spacing-vertical);
          margin-bottom: var(--global--spacing-vertical); } }
      .wp-block-media-text .wp-block-media-text__content > *:first-child {
        margin-top: 0; }
      .wp-block-media-text .wp-block-media-text__content > *:last-child {
        margin-bottom: 0; }
  @media only screen and (min-width: 482px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 50% 50%; }
    @media only screen and (min-width: 592px) {
      .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: var(--global--spacing-horizontal) var(--responsive--spacing-horizontal) calc(var(--responsive--spacing-horizontal) / 2) 0; } }
  .wp-block-media-text.is-style-canvi-decoration .wp-block-media-text__media {
    position: relative;
    padding: 15px 0 0 15px; }
    @media only screen and (min-width: 592px) {
      .wp-block-media-text.is-style-canvi-decoration .wp-block-media-text__media {
        padding: 43px 0 0 80px; } }
    .wp-block-media-text.is-style-canvi-decoration .wp-block-media-text__media:before {
      content: '';
      display: block;
      background: var(--global--color-secondary);
      position: absolute;
      top: 0;
      left: 0;
      right: 15px;
      bottom: 15px;
      z-index: 0; }
      @media only screen and (min-width: 592px) {
        .wp-block-media-text.is-style-canvi-decoration .wp-block-media-text__media:before {
          width: 80%;
          right: 90px;
          bottom: 70px; } }
    .wp-block-media-text.is-style-canvi-decoration .wp-block-media-text__media img {
      z-index: 1;
      position: relative; }
  @media only screen and (min-width: 592px) {
    .wp-block-media-text.is-style-canvi-decoration.has-media-on-the-right .wp-block-media-text__content {
      padding-right: 0; } }
  .wp-block-media-text.is-style-canvi-border .wp-block-media-text__media img {
    border: var(--global--border-image-style); }
  .wp-block-media-text + p {
    margin-top: var(--global--spacing-vertical-text); }

[data-align="full"] .wp-block-media-text {
  margin-top: 0;
  margin-bottom: 0; }

.wp-block-media-text > .wp-block-media-text__content > *:first-child {
  margin-top: 0; }

.wp-block-media-text > .wp-block-media-text__content > *:last-child:not(.block-list-appender) {
  margin-bottom: 0; }

.wp-block-media-text.has-child-selected > .wp-block-media-text__content > *:nth-last-child(2),
.wp-block-media-text.is-selected > .wp-block-media-text__content > *:nth-last-child(2) {
  margin-bottom: 0; }

.wp-block-navigation .wp-block-navigation__container {
  background: var(--global--color-background);
  padding: 0; }

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  padding: var(--primary-nav--padding); }

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight); }

.wp-block-navigation .has-child .wp-block-navigation__container {
  -webkit-box-shadow: var(--global--elevation);
          box-shadow: var(--global--elevation); }

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover); }

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor; }

p {
  line-height: var(--global--line-height-md);
  font-size: var(--global--font-size-md); }
  p.has-background {
    padding: var(--global--spacing-unit); }
  p.has-text-color a {
    color: var(--link--color-active); }

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre !important;
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-md); }

.wp-block-pullquote {
  padding: 30px 40px;
  text-align: left;
  border: none;
  background: var(--pullquote--color-background);
  position: relative;
  /**
  * Block Styles
  */
  /**
   * Block Options
   */ }
  .wp-block-pullquote blockquote {
    padding: 0;
    margin: 0; }
  .wp-block-pullquote p {
    color: var(--pullquote--color-content);
    font-family: var(--pullquote--font-family);
    font-size: var(--pullquote--font-size);
    font-style: var(--pullquote--font-style);
    font-weight: 700;
    letter-spacing: var(--pullquote--letter-spacing);
    line-height: var(--pullquote--line-height);
    margin: 0; }
  .wp-block-pullquote a {
    color: currentColor; }
  .wp-block-pullquote .wp-block-pullquote__citation,
  .wp-block-pullquote cite,
  .wp-block-pullquote footer {
    color: var(--pullquote--color-cite);
    display: block;
    font-size: var(--global--font-size-xs);
    font-style: var(--pullquote--font-style);
    text-transform: none;
    margin-top: 10px; }
  .wp-block-pullquote.is-style-default {
    padding: 30px 40px;
    background: var(--pullquote--color-background); }
    .wp-block-pullquote.is-style-default > blockquote {
      padding: 0;
      margin: 0; }
  .wp-block-pullquote.is-style-solid-color {
    border-top: 2px solid var(--global--color-primary-base); }
  .wp-block-pullquote.is-style-canvi-small-pullquote-solid p, .wp-block-pullquote.is-style-canvi-small-pullquote p {
    font-size: var(--heading--font-size-h6);
    line-height: var(--heading--line-height-h6); }
  .wp-block-pullquote.is-style-canvi-small-pullquote {
    background: var(--pullquote--color-background); }
  .wp-block-pullquote.is-style-canvi-small-pullquote-solid {
    border-top: 2px solid var(--global--color-primary-base);
    background: var(--pullquote--color-background); }
  .wp-block-pullquote:not(.is-style-default), .wp-block-pullquote:not(.is-style-solid-color), .wp-block-pullquote:not(.is-style-canvi-small-pullquote), .wp-block-pullquote:not(.is-style-canvi-small-pullquote-solid) {
    background: var(--pullquote--color-background); }
  .wp-block-pullquote.alignfull blockquote {
    padding: 0; }
  .wp-block-pullquote.alignwide > p,
  .wp-block-pullquote.alignwide blockquote {
    max-width: var(--responsive--alignwide-width); }
  .wp-block-pullquote.alignfull:not(.alignright) > p,
  .wp-block-pullquote.alignfull:not(.alignright) blockquote,
  .wp-block-pullquote.alignfull:not(.alignleft) > p,
  .wp-block-pullquote.alignfull:not(.alignleft) blockquote {
    max-width: 100%; }
  .wp-block-pullquote.alignright + .alignright {
    clear: both; }
  .wp-block-pullquote.alignleft + .alignleft {
    clear: both; }
  .wp-block-pullquote.is-style-solid-color {
    padding: 40px 60px; }

.wp-block[data-align="full"] .wp-block-pullquote:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit)); }

.wp-block[data-align="left"] .wp-block-pullquote.is-style-solid-color,
.wp-block[data-align="right"] .wp-block-pullquote.is-style-solid-color {
  padding: var(--global--spacing-unit); }

.wp-block-quote {
  padding: 9px 28px;
  position: relative;
  margin: 0 0 var(--global--spacing-vertical-text) 0;
  border: none;
  /**
   * Block Options
   */ }
  .wp-block-quote > * {
    margin-top: var(--global--spacing-unit);
    margin-bottom: var(--global--spacing-unit); }
    .wp-block-quote > *:first-child {
      margin-top: 0; }
    .wp-block-quote > *:last-child {
      margin-bottom: 0; }
  .wp-block-quote p {
    font-family: var(--quote--font-family);
    font-size: var(--quote--font-size);
    font-style: var(--quote--font-style);
    font-weight: var(--quote--font-weight);
    line-height: var(--quote--line-height);
    margin-bottom: 4px; }
  .wp-block-quote cite,
  .wp-block-quote footer {
    font-weight: normal;
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-xs);
    letter-spacing: var(--global--letter-spacing); }
    .wp-block-quote cite:before,
    .wp-block-quote footer:before {
      content: '— ';
      display: inline-block; }
  .wp-block-quote.alignleft, .wp-block-quote.alignright {
    padding-left: inherit; }
    .wp-block-quote.alignleft p, .wp-block-quote.alignright p {
      font-size: var(--heading--font-size-h5);
      max-width: inherit;
      width: inherit; }
    .wp-block-quote.alignleft cite,
    .wp-block-quote.alignleft footer, .wp-block-quote.alignright cite,
    .wp-block-quote.alignright footer {
      font-size: var(--global--font-size-xs);
      letter-spacing: var(--global--letter-spacing); }
  .wp-block-quote strong {
    font-weight: var(--quote--font-weight-strong); }
  .wp-block-quote .wp-block-quote__citation,
  .wp-block-quote cite,
  .wp-block-quote footer {
    font-weight: normal;
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-xs); }
  @media only screen and (max-width: 481px) {
    .wp-block-quote {
      padding-left: calc(0.5 * var(--global--spacing-horizontal)); }
      .wp-block-quote:before {
        left: 0; } }
  .wp-block-quote.has-text-align-right {
    margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
    padding-right: 0;
    border-right: none; }
  .wp-block-quote.has-text-align-center {
    margin: var(--global--spacing-vertical) auto; }
    .wp-block-quote.has-text-align-center:before {
      display: none; }
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 9px 28px;
    margin-bottom: var(--global--spacing-vertical-text); }
    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
      font-size: var(--quote--font-size-large);
      font-style: var(--quote--font-style-large);
      line-height: var(--quote--line-height-large); }
    .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
      font-size: var(--quote--font-size-large);
      line-height: var(--quote--line-height-large);
      left: calc(-1 * var(--global--spacing-horizontal)); }
    .wp-block-quote.is-large cite,
    .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
    .wp-block-quote.is-style-large footer {
      font-weight: normal;
      color: var(--global--color-text-lighten);
      font-size: var(--global--font-size-sm);
      letter-spacing: var(--global--letter-spacing); }
    @media only screen and (max-width: 481px) {
      .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        padding-left: var(--global--spacing-horizontal); }
        .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
          left: 0; }
        .wp-block-quote.is-large.has-text-align-right, .wp-block-quote.is-style-large.has-text-align-right {
          padding-left: 0;
          padding-right: var(--global--spacing-horizontal); }
          .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
            right: 0; }
        .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center {
          padding-left: 0;
          padding-right: 0; } }
  @media only screen and (max-width: 481px) {
    .wp-block-quote.has-text-align-right {
      padding-left: 0;
      padding-right: calc(0.5 * var(--global--spacing-horizontal)); }
      .wp-block-quote.has-text-align-right:before {
        right: 0; }
    .wp-block-quote.has-text-align-center {
      padding-left: 0;
      padding-right: 0; } }

.wp-block-rss {
  padding-left: 0; }
  .wp-block-rss > li {
    list-style: none; }
  .wp-block-rss:not(.is-grid) > li {
    margin-bottom: var(--global--spacing-vertical-large); }
    .wp-block-rss:not(.is-grid) > li:first-child {
      margin-top: 0; }
    .wp-block-rss:not(.is-grid) > li:last-child {
      margin-bottom: 0; }
  .wp-block-rss.is-grid > li {
    font-size: 30px;
    margin-bottom: var(--global--spacing-vertical); }
    .wp-block-rss.is-grid > li:last-child {
      margin-bottom: 0; }
  .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1),
  .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(2n + 1) ~ li,
  .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
  .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
  .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
  .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
  .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
  .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
  .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
  .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li {
    margin-bottom: 0; }
  .wp-block-rss > li > * {
    margin-bottom: var(--global--spacing-vertical-sm); }
    .wp-block-rss > li > *:first-child {
      margin-top: 0; }
    .wp-block-rss > li > *:last-child {
      margin-bottom: 0; }
  .wp-block-rss .wp-block-rss__item-title {
    margin-bottom: var(--global--spacing-vertical-sm); }
    .wp-block-rss .wp-block-rss__item-title > a {
      display: inline-block;
      color: var(--global--color-text-base);
      font-family: var(--latest-posts--title-font-family);
      font-size: var(--heading--font-size-h5);
      font-weight: var(--heading--font-weight);
      line-height: var(--heading--line-height-h5); }
  .wp-block-rss .wp-block-rss__item-author {
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-sm);
    margin-bottom: var(--global--spacing-vertical-sm);
    display: inline-block;
    padding-right: 10px; }
  .wp-block-rss .wp-block-rss__item-publish-date {
    color: var(--global--color-text-lighten);
    font-size: var(--global--font-size-sm);
    line-height: var(--global--line-height-sm);
    padding-right: 10px;
    margin-bottom: var(--global--spacing-vertical-sm);
    display: inline-block; }
    [class*="inner-container"] .wp-block-rss .wp-block-rss__item-publish-date,
    .has-background .wp-block-rss .wp-block-rss__item-publish-date {
      color: currentColor; }
  .wp-block-rss .wp-block-rss__item-excerpt,
  .wp-block-rss .wp-block-rss__item-full-content {
    font-family: var(--latest-posts--description-font-family);
    font-size: var(--latest-posts--description-font-size);
    line-height: var(--global--line-height-body); }
  .wp-block-rss.alignfull {
    padding-left: var(--global--spacing-unit);
    padding-right: var(--global--spacing-unit); }
    .entry-content [class*="inner-container"] .wp-block-rss.alignfull,
    .entry-content .has-background .wp-block-rss.alignfull {
      padding-left: 0;
      padding-right: 0; }

.wp-block-search {
  max-width: var(--responsive--aligndefault-width); }
  .wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__label, .wp-block-search.wp-block-search__button-outside .wp-block-search__label, .wp-block-search.wp-block-search__no-button .wp-block-search__label {
    font-size: var(--form--font-size);
    font-weight: var(--form--label-weight);
    margin-bottom: calc(var(--global--spacing-vertical) / 3); }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    position: relative;
    padding: 0; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
      border-width: var(--form--border-width);
      border-style: solid;
      border-color: var(--form--border-color);
      color: var(--global--color-text-lighten);
      line-height: var(--form--line-height);
      max-width: inherit;
      padding: var(--form--spacing-unit-vertical) var(--form--spacing-unit-horizontal); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input:focus, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input:focus {
        color: var(--form--color-text);
        border-color: var(--form--border-color);
        outline: none; }
      .has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
      [class*="background-color"] .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
      [style*="background-color"] .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
      .wp-block-cover[style*="background-image"] .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input, .has-background .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
      [class*="background-color"] .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
      [style*="background-color"] .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
      .wp-block-cover[style*="background-image"] .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input, .has-background .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input,
      [class*="background-color"] .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input,
      [style*="background-color"] .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input,
      .wp-block-cover[style*="background-image"] .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
        border-color: currentColor; }
      .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
      .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input, .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
      .has-background.has-black-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input, .has-background.has-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input,
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input,
      .has-background.has-black-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
        border-color: var(--global--color-invert); }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button {
      cursor: pointer;
      font-weight: var(--button--font-weight);
      font-family: var(--button--font-family);
      line-height: var(--button--line-height);
      background-color: var(--button--color-background);
      border-radius: var(--button--border-radius);
      border: var(--button--border-width) solid var(--button--color-background);
      color: var(--button--color-text);
      text-decoration: none;
      display: inline-block;
      padding: var(--button--padding-vertical) var(--button--padding-horizontal);
      padding-top: 8px;
      font-size: var(--button--font-size);
      border: none;
      overflow: hidden; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:focus, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:focus, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:focus {
        background: transparent;
        outline-offset: -6px;
        outline: var(--button--focus-outline); }
        .is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:focus, .is-dark-theme .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:focus, .is-dark-theme .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:focus {
          color: var(--button--color-background); }
        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:focus:not(.has-background), .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:focus:not(.has-background), .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:focus:not(.has-background) {
          color: var(--button--color-text-hover); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
        color: var(--button--color-text-hover);
        background: transparent;
        border-color: var(--button--color-background); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:disabled, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:disabled, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:disabled {
        background-color: var(--global--color-gray-lighten);
        border-color: var(--global--color-gray-lighten);
        color: var(--button--color-text-active); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:focus, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:focus, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:focus {
        outline: none;
        background: var(--button--color-background-focus); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
        color: var(--button--color-text-hover);
        background: transparent;
        border: 1px solid var(--button--color-background); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
        border: none;
        padding: 1px 10px;
        width: 60px;
        height: 44px;
        background: none; }
        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon svg, .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon svg, .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon svg {
          width: 40px;
          height: 40px;
          fill: var(--form--icon-color); }
      .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button, .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-black-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button, .has-background.has-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-black-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button {
        color: var(--global--color-invert);
        border-color: currentColor; }
        .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-black-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .has-background.has-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-black-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
          background-color: var(--button--color-background);
          border-color: var(--global--color-invert);
          color: var(--global--color-invert); }
          .is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-black-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-black-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
            color: var(--button--color-text); }
      .has-background.has-white-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-green-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-blue-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-purple-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-red-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-orange-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-yellow-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button, .has-background.has-white-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-green-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-blue-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-purple-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-red-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-orange-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-yellow-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button, .has-background.has-white-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-green-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-blue-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-purple-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-red-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-orange-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button,
      .has-background.has-yellow-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button {
        border-color: currentColor;
        color: currentColor; }
        .has-background.has-white-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-green-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-blue-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-purple-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-red-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-orange-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-yellow-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .has-background.has-white-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-green-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-blue-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-purple-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-red-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-orange-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-yellow-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .has-background.has-white-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-green-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-blue-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-purple-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-red-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-orange-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover,
        .has-background.has-yellow-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
          background-color: var(--form--border-color);
          border-color: var(--form--border-color);
          color: var(--global--color-invert); }
          .is-dark-theme .has-background.has-white-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-green-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-blue-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-purple-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-red-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-orange-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-yellow-background-color .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme .has-background.has-white-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-green-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-blue-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-purple-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-red-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-orange-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-yellow-background-color .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme .has-background.has-white-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-green-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-blue-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-purple-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-red-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-orange-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover, .is-dark-theme
          .has-background.has-yellow-background-color .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
            border-color: var(--button--color-text);
            background-color: var(--button--color-text);
            color: var(--button--color-background); }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    background-color: var(--global--color-invert);
    border: var(--form--border-width) solid var(--form--border-color);
    border-radius: var(--form--border-radius);
    position: relative; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
      margin-right: 0;
      padding-right: 60px; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
        outline: 2px dotted var(--form--border-color);
        outline-offset: -5px; }
        .is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
          outline-color: currentColor; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
      margin-left: 0; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
  .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button,
  .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button,
  .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
    border-color: var(--button--color-background);
    color: var(--button--color-background); }
    .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
    .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
    .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
      color: var(--global--color-invert); }
    .is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button, .is-dark-theme
    .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button, .is-dark-theme
    .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
      border-color: var(--button--color-text);
      color: var(--button--color-text); }
      .is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover, .is-dark-theme
      .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover, .is-dark-theme
      .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
        color: var(--global--color-invert); }
  .is-dark-theme .wp-block-search.wp-block-search__button-inside button.wp-block-search__button {
    border-color: var(--button--color-text);
    color: var(--button--color-text); }
    .is-dark-theme .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
      border-color: var(--button--color-text);
      background-color: var(--button--color-text);
      color: var(--button--color-background); }
  .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
    background-color: var(--button--color-background);
    color: var(--button--color-text); }
    .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon svg {
      fill: var(--button--color-text); }
    .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon:hover {
      color: var(--button--color-text-hover);
      background: transparent;
      border: 1px solid var(--button--color-background); }
      .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon:hover svg {
        fill: var(--button--color-text-hover); }

.wp-block-search__button {
  -webkit-box-shadow: none;
          box-shadow: none; }

.wp-block[data-align="center"] > * {
  text-align: center; }

.wp-block[data-align="center"] .wp-block-search__button-only .wp-block-search__inside-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wp-block-separator,
hr {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  opacity: 1; }
  .wp-block-separator[style*="text-align:right"], .wp-block-separator[style*="text-align: right"],
  hr[style*="text-align:right"],
  hr[style*="text-align: right"] {
    border-right-color: var(--separator--border-color); }
  .wp-block-separator:not(.is-style-dots),
  hr:not(.is-style-dots) {
    max-width: var(--responsive--aligndefault-width); }
  [data-align="full"] > .wp-block-separator,
  [data-align="wide"] > .wp-block-separator, [data-align="full"] >
  hr,
  [data-align="wide"] >
  hr {
    max-width: inherit; }
  .wp-block-separator.is-style-canvi-separator-thick,
  hr.is-style-canvi-separator-thick {
    border-bottom-width: calc(3 * var(--separator--height)); }
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    border-bottom: none; }
    .wp-block-separator.is-style-dots.has-background, .wp-block-separator.is-style-dots.has-text-color,
    hr.is-style-dots.has-background,
    hr.is-style-dots.has-text-color {
      background-color: transparent !important; }
      .wp-block-separator.is-style-dots.has-background:before, .wp-block-separator.is-style-dots.has-text-color:before,
      hr.is-style-dots.has-background:before,
      hr.is-style-dots.has-text-color:before {
        color: currentColor !important; }
    .wp-block-separator.is-style-dots:before,
    hr.is-style-dots:before {
      color: var(--separator--border-color); }
  .has-background .wp-block-separator,
  [class*="background-color"] .wp-block-separator,
  [style*="background-color"] .wp-block-separator,
  .wp-block-cover[style*="background-image"] .wp-block-separator, .has-background
  hr,
  [class*="background-color"]
  hr,
  [style*="background-color"]
  hr,
  .wp-block-cover[style*="background-image"]
  hr {
    border-color: currentColor; }

.wp-block-social-links [data-block] {
  margin-top: 0;
  margin-bottom: 0; }

.wp-block-social-links.is-style-canvi-social-icons-color button {
  color: var(--global--color-primary-base); }

.wp-block-social-links.is-style-canvi-social-icons-color .wp-social-link {
  background: none; }

table th,
.wp-block-table th {
  font-family: var(--heading--font-family); }

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit)); }

table.is-style-regular .has-background,
table.is-style-stripes .has-background thead tr,
table.is-style-stripes .has-background tfoot tr,
table.is-style-stripes .has-background tbody tr:nth-child(even),
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(even) {
  color: var(--table--has-background-text-color); }

table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color); }
  table.is-style-stripes th,
  table.is-style-stripes td,
  .wp-block-table.is-style-stripes th,
  .wp-block-table.is-style-stripes td {
    border-width: 0; }
  table.is-style-stripes tbody tr:nth-child(odd),
  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--table--stripes-background-color); }

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle; }

table.wp-calendar-table th {
  font-weight: bold; }

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid; }

table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor; }

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2); }
  .wp-calendar-nav svg {
    height: 1em;
    vertical-align: middle; }
    .wp-calendar-nav svg path {
      fill: currentColor; }
  .wp-calendar-nav .wp-calendar-nav-next a,
  .wp-calendar-nav .wp-calendar-nav-prev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid red; }
  .wp-calendar-nav .wp-calendar-nav-next {
    float: right; }

.wp-block-tag-cloud.aligncenter {
  text-align: center; }

pre.wp-block-verse {
  padding: 0;
  color: currentColor; }

:root .is-extra-small-text,
:root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs); }

:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm); }

:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
  font-size: var(--global--font-size-base); }

:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading); }

:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading); }

:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title); }

:root .is-gigantic-text,
:root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title); }

/**
* Editor Post Title
* - Needs a special styles
*/
.wp-block.editor-post-title__block {
  margin-bottom: 50px;
  max-width: var(--responsive--alignwide-width); }
  .wp-block.editor-post-title__block .editor-post-title__input {
    color: var(--global--color-text-base);
    font-family: var(--heading--font-family);
    font-size: var(--global--font-size-page-title);
    font-weight: var(--heading--font-weight-page-title);
    line-height: var(--heading--line-height-h1); }

.wp-block.block-editor-default-block-appender > textarea {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-md); }

.has-primary-color[class] {
  color: var(--global--color-primary-base); }

.has-secondary-color[class] {
  color: var(--global--color-secondary); }

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor; }

.has-primary-background-color[class] {
  background-color: var(--global--color-primary-base);
  color: var(--global--color-background); }

.has-secondary-background-color[class] {
  background-color: var(--global--color-secondary);
  color: var(--global--color-background); }

.has-white-background-color[class] {
  background-color: var(--global--color-invert);
  color: var(--global--color-secondary); }

.has-black-background-color[class] {
  background-color: var(--global--color-text-base);
  color: var(--global--color-primary-base); }

[data-block] {
  margin-top: var(--global--spacing-vertical-text);
  margin-bottom: var(--global--spacing-vertical-text); }

.wp-block {
  max-width: var(--responsive--aligndefault-width); }
  .wp-block[data-align="wide"], .wp-block.alignwide {
    max-width: var(--responsive--alignwide-width); }
  .wp-block[data-align="full"], .wp-block.alignfull {
    max-width: none; }

.alignleft {
  margin: 0;
  margin-right: var(--global--spacing-horizontal); }

.alignright {
  margin: 0;
  margin-left: var(--global--spacing-horizontal); }

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1)); }

@media only screen and (min-width: 482px) {
  .wp-block[data-align="left"] > * {
    max-width: calc(var(--responsive--aligndefault-width) * 0.5);
    margin-right: var(--global--spacing-horizontal); }
  .wp-block[data-align="right"] > * {
    max-width: calc(var(--responsive--aligndefault-width) * 0.5);
    margin-left: var(--global--spacing-horizontal); } }

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
  border: none; }

.wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
  left: 5px; }

.is-style-canvi-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.block-editor-block-list__block .components-select-control__input {
  height: 50px;
  background: none !important;
  padding: 10px 40px 10px 20px; }

html {
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body); }

body {
  --wp--typography--line-height: var(--global--line-height-body);
  color: var(-global--color-text-base);
  background-color: var(--global--color-background);
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-base);
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.wp-block a {
  color: var(--wp--style--color--link, var(--global--color-primary-base)); }
  .wp-block a:hover {
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }
  .wp-block a:focus {
    outline: 2px solid var(--wp--style--color--link, var(--global--color-primary-base));
    text-decoration: none; }

.has-background .has-link-color a,
.has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary-base)); }

button,
a {
  cursor: pointer; }

.has-black-color[class] {
  color: var(--global--color-black); }

.has-text-lighten-color[class] {
  color: var(--global--color-text-lighten); }

.has-primary-base-color[class] {
  color: var(--global--color-primary-base); }

.has-primary-lighten-color[class] {
  color: var(--global--color-primary-lighten); }

.has-secondary-base-color[class] {
  color: var(--global--color-secondary-base); }

.has-secondary-lighten-color[class] {
  color: var(--global--color-secondary-lighten); }

.has-third-base-color[class] {
  color: var(--global--color-third-base); }

.has-third-lighten-color[class] {
  color: var(--global--color-third-lighten); }

.has-surface-color[class] {
  color: var(--global--color-surface); }

.has-invert-color[class] {
  color: var(--global--color-invert); }

.has-warning-color[class] {
  color: var(--global--color-warning); }

.has-success-color[class] {
  color: var(--global--color-success); }

.has-gray-base-color[class] {
  color: var(--global--color-gray-base); }

.has-gray-lighten-color[class] {
  color: var(--global--color-gray-lighten); }

.has-gray-darken-color[class] {
  color: var(--global--color-gray-darken); }

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor; }

.has-black-background-color[class] {
  background-color: var(--global--color-black);
  border-color: currentColor; }
  .has-black-background-color[class].has-background-dim:before {
    background-color: var(--global--color-black); }

.has-text-lighten-background-color[class] {
  background-color: var(--global--color-text-lighten);
  border-color: currentColor; }
  .has-text-lighten-background-color[class].has-background-dim:before {
    background-color: var(--global--color-text-lighten); }

.has-primary-base-background-color[class] {
  background-color: var(--global--color-primary-base);
  border-color: currentColor; }
  .has-primary-base-background-color[class].has-background-dim:before {
    background-color: var(--global--color-primary-base); }

.has-primary-lighten-background-color[class] {
  background-color: var(--global--color-primary-lighten);
  border-color: currentColor; }
  .has-primary-lighten-background-color[class].has-background-dim:before {
    background-color: var(--global--color-primary-lighten); }

.has-secondary-base-background-color[class] {
  background-color: var(--global--color-secondary-base);
  border-color: currentColor; }
  .has-secondary-base-background-color[class].has-background-dim:before {
    background-color: var(--global--color-secondary-base); }

.has-secondary-lighten-background-color[class] {
  background-color: var(--global--color-secondary-lighten);
  border-color: currentColor; }
  .has-secondary-lighten-background-color[class].has-background-dim:before {
    background-color: var(--global--color-secondary-lighten); }

.has-third-base-background-color[class] {
  background-color: var(--global--color-third-base);
  border-color: currentColor; }
  .has-third-base-background-color[class].has-background-dim:before {
    background-color: var(--global--color-third-base); }

.has-third-lighten-background-color[class] {
  background-color: var(--global--color-third-lighten);
  border-color: currentColor; }
  .has-third-lighten-background-color[class].has-background-dim:before {
    background-color: var(--global--color-third-lighten); }

.has-surface-background-color[class] {
  background-color: var(--global--color-surface);
  border-color: currentColor; }
  .has-surface-background-color[class].has-background-dim:before {
    background-color: var(--global--color-surface); }

.has-invert-background-color[class] {
  background-color: var(--global--color-invert);
  border-color: currentColor; }
  .has-invert-background-color[class].has-background-dim:before {
    background-color: var(--global--color-invert); }

.has-warning-background-color[class] {
  background-color: var(--global--color-warning);
  border-color: currentColor; }
  .has-warning-background-color[class].has-background-dim:before {
    background-color: var(--global--color-warning); }

.has-success-background-color[class] {
  background-color: var(--global--color-success);
  border-color: currentColor; }
  .has-success-background-color[class].has-background-dim:before {
    background-color: var(--global--color-success); }

.has-gray-base-background-color[class] {
  background-color: var(--global--color-gray-base);
  border-color: currentColor; }
  .has-gray-base-background-color[class].has-background-dim:before {
    background-color: var(--global--color-gray-base); }

.has-gray-lighten-background-color[class] {
  background-color: var(--global--color-gray-lighten);
  border-color: currentColor; }
  .has-gray-lighten-background-color[class].has-background-dim:before {
    background-color: var(--global--color-gray-lighten); }

.has-gray-darken-background-color[class] {
  background-color: var(--global--color-gray-darken);
  border-color: currentColor; }
  .has-gray-darken-background-color[class].has-background-dim:before {
    background-color: var(--global--color-gray-darken); }

.has-purple-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-third-lighten), var(--global--color-secondary-lighten)); }

.has-yellow-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-secondary-lighten), var(--global--color-third-lighten)); }

.has-green-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-success-base), var(--global--color-secondary-lighten)); }

.has-yellow-to-green-gradient-background {
  background: linear-gradient(160deg, var(--global--color-secondary-lighten), var(--global--color-success-base)); }

.has-red-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-warning-base), var(--global--color-secondary-lighten)); }

.has-yellow-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-secondary-lighten), var(--global--color-warning-base)); }

.has-purple-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-third-lighten), var(--global--color-warning-base)); }

.has-red-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-warning-base), var(--global--color-third-lighten)); }
