/*!
Theme Name: Rebel Girls
Theme URI: http://explore.rebelgirls.me/
Author: Jeremy Scott
Author URI: https://vuurr.com
Description: A WordPress theme for Explore Rebel Girls, based on Underscores.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rebelgirls-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rebelgirls is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'Woolwich';
  src: url(../otf/woolwichrebelgirls-regular.otf);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Woolwich;
  font-weight: 400;
  font-style: italic;
  src: url(../otf/woolwichrebelgirls-italic.otf);
}

@font-face {
  font-family: "Hey August";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../otf/heyaugust.otf);
}

@font-face {
  font-family: GoodUnicorn;
  font-weight: 400;
  src: url(../goodunicornregular.html);
}

@font-face {
  font-family: "Always In My Heart";
  font-weight: 400;
  src: url(../alwaysinmyheart.html);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0F29D6;
  font-family: altivo, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1,
h2,
.post-type-more h3,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  font-family: altivo, Woolwich, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  clear: both;
  line-height: 1.25;
}

h1,
.h1 {
  font-family: 'altivo', sans-serif;
  font-weight: 800;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-lg);
  color: #1B1B4A;
  text-wrap: balance;
}

@media all and (min-width: 24rem) {
  h1,
  .h1 {
    font-size: var(--font-size-1xl);
    line-height: var(--line-height-1xl);
  }
}

@media all and (min-width: 35rem) {
  h1,
  .h1 {
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-2xl);
  }
}

@media all and (min-width: 65rem) {
  h1,
  .h1 {
    font-size: var(--font-size-3xl);
    line-height: var(--line-height-3xl);
  }
}

@media all and (min-width: 125rem) {
  h1,
  .h1 {
    font-size: var(--font-size-4xl);
    line-height: var(--line-height-4xl);
  }
}

h2,
.post-type-more h3,
.h2 {
  font-family: 'altivo', sans-serif;
  font-weight: 800;
  font-size: var(--font-size-ml);
  line-height: var(--line-height-ml);
  color: #1B1B4A;
  text-wrap: balance;
}

@media all and (min-width: 35rem) {
  h2,
  .h2 {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
}

@media all and (min-width: 65rem) {
  h2,
  .h2 {
    font-size: var(--font-size-1xl);
    line-height: var(--line-height-1xl);
  }
}

@media all and (min-width: 125rem) {
  h2,
  .h2 {
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-2xl);
  }
}

h3,
.h3 {
  font-family: 'altivo', sans-serif;
  font-weight: 800;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
  color: #1B1B4A;
  text-wrap: balance;
}

@media all and (min-width: 35rem) {
  h3,
  .h3 {
    font-size: var(--font-size-ml);
    line-height: var(--line-height-ml);
  }
}

@media all and (min-width: 125rem) {
  h3,
  .h3 {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
}

h4,
.h4 {
  font-family: 'altivo', sans-serif;
  font-weight: 800;
  font-size: var(--font-size-1xs);
  line-height: var(--line-height-1xs);
  color: #1B1B4A;
  text-wrap: balance;
}

@media all and (min-width: 24rem) {
  h4,
  .h4 {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}

@media all and (min-width: 35rem) {
  h4,
  .h4 {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-medium);
  }
}

@media all and (min-width: 125rem) {
  h4,
  .h4 {
    font-size: var(--font-size-ml);
    line-height: var(--line-height-ml);
  }
}

h5,
.h5 {
  font-family: 'altivo', sans-serif;
  font-weight: 800;
  font-size: var(--font-size-1xs);
  line-height: var(--line-height-1xs);
  color: #1B1B4A;
  text-wrap: balance;
}

@media all and (min-width: 35rem) {
  h5,
  .h5 {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}

@media all and (min-width: 125rem) {
  h5,
  .h5 {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-medium);
  }
}

h6,
.h6 {
  font-family: 'altivo', sans-serif;
  font-weight: 800;
  font-size: var(--font-size-2xs);
  line-height: var(--line-height-2xs);
  color: #1B1B4A;
  text-wrap: balance;
}

@media all and (min-width: 24rem) {
  h6,
  .h6 {
    font-size: var(--font-size-1xs);
    line-height: var(--line-height-1xs);
  }
}

@media all and (min-width: 125rem) {
  h6,
  .h6 {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: 'altivo', sans-serif;
  color: #1B1B4A;
  font-weight: 400;
  font-size: var(--font-size-1xs);
  line-height: var(--line-height-1xs);
}

@media all and (min-width: 24rem) {
  p {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
}

@media all and (min-width: 35rem) {
  p {
    font-size: var(--font-size-medium);
    line-height: var(--line-height-medium);
  }
}

@media all and (min-width: 125rem) {
  p {
    font-size: var(--font-size-ml);
    line-height: var(--line-height-ml);
  }
}

p:last-of-type {
  margin-bottom: 0;
}

dfn,
cite,
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.is-style-alt-font {
  font-family: "Always In My Heart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  text-transform: none;
}

.is-style-unicorn-font {
  font-family: GoodUnicorn, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  text-transform: none;
  font-weight: normal !important;
}

.has-smallest-font-size {
  font-size: 0.75rem;
}

.is-style-alt-font.has-smallest-font-size,
.has-smaller-font-size {
  font-size: 1rem;
}

.is-style-alt-font.has-smaller-font-size {
  font-size: 1.25rem;
}

p.is-style-alt-font,
.has-larger-font-size {
  font-size: 1.5rem;
}

big,
.is-style-alt-font.has-larger-font-size,
.has-largest-font-size {
  font-size: 1.75rem;
}

.is-style-alt-font.has-largest-font-size {
  font-size: 2rem;
}

.has-midnight-blue-color {
  color: #1B1B4A;
}

.has-ballpoint-blue-color {
  color: #215CFF;
}

.has-rebel-blue-color {
  color: #0F29D6;
}

.has-sky-blue-color {
  color: #61BAFF;
}

.has-blue-tint-color {
  color: #D2F1FF;
}

.has-paperwhite-color {
  color: #FCF7F3;
}

.has-orange-pop-color {
  color: #FF5100;
}

.has-cherry-red-color {
  color: #FF2F56;
}

.has-purple-color {
  color: #7E52D8;
}

.has-tween-green-color {
  color: #00D374;
}

.has-highlighter-yellow-color {
  color: #D9FD12;
}

.has-moss-green-color {
  color: #7B8D46;
}

.has-tictac-orange-color {
  color: #FF9B39;
}

.has-mint-color {
  color: #57E4AA;
}

.has-lavender-color {
  color: #B6ABF5;
}

.has-peach-color {
  color: #FFE4DB;
}

.has-orange-tint-color {
  color: #FFE2C7;
}

.has-pink-tint-color {
  color: #FFE3EE;
}

.has-purple-tint-color {
  color: #E2E1FF;
}

.has-green-tint-color {
  color: #C5F9DE;
}

.has-highlighter-tint-color {
  color: #F8FFC7;
}

.has-yellow-tint-color {
  color: #FFF2B0;
}

.has-orange-deep-color {
  color: #D1180F;
}

.has-cherry-deep-color {
  color: #C60C3D;
}

.has-purple-deep-color {
  color: #5926AA;
}

.has-green-deep-color {
  color: #008E4A;
}

.has-moss-deep-color {
  color: #4F5903;
}

.has-true-yellow-color {
  color: #FFE81A;
}

.has-skintone-1-color {
  color: #C68C65;
}

.has-skintone-2-color {
  color: #E3D09A;
}

.has-skintone-3-color {
  color: #673E21;
}

.has-skintone-4-color {
  color: #FCF1E1;
}

.has-skintone-5-color {
  color: #543E36;
}

.has-skintone-6-color {
  color: #6A330D;
}

.has-rebel-black-color {
  color: #000000;
}

.has-warm-neutral-deep-color {
  color: #534741;
}

.has-warm-neutral-medium-color {
  color: #998A7E;
}

.has-warm-neutral-light-color {
  color: #D6C6B4;
}

.has-warm-neutral-tint-color {
  color: #F4ECE6;
}

.has-rebel-white-color {
  color: #FFFFFF;
}

.has-bubblegum-pink-color {
  color: #FF96BE;
}

.has-pale-highlighter-yellow-color {
  color: #EDFF99;
}

.has-cherry-red-color {
  color: #FF4A5C;
}


/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-group {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1024px - 2rem);
}

.wp-block-group.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wp-block-group.has-background {
  padding: 2rem;
}

h1.has-background,
h2.has-background,
.post-type-more h3.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
p.has-background {
  padding: 1rem;
}

.has-style-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #0F29D6;
  box-shadow: 10px 10px 0 0 #0F29D6;
}

.wp-block-group.is-style-fullWidth {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.wp-block-group.is-style-wideWidth {
  max-width: calc(1200px - 2rem);
}

.wp-block-group.is-style-narrowWidth {
  max-width: calc(800px - 2rem);
}

.is-style-no-gutters .wp-block-columns {
  margin-bottom: 0;
}

.is-style-no-gutters .wp-block-column {
  margin: 0 !important;
}

.is-style-no-gutters .wp-block-column .wp-block-cover {
  padding: 2rem;
}

.wp-block-column .wp-block-cover {
  min-height: 100%;
}

.has-midnight-blue-background-color {
  background-color: #1B1B4A;
}

.has-style-midnight-blue-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #1B1B4A;
  box-shadow: 10px 10px 0 0 #1B1B4A;
}

.has-rebel-blue-background-color {
  background-color: #0F29D6;
}

.has-style-rebel-blue-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #0F29D6;
  box-shadow: 10px 10px 0 0 #0F29D6;
}

.has-ballpoint-blue-background-color {
  background-color: #215CFF;
}

.has-style-ballpoint-blue-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #215CFF;
  box-shadow: 10px 10px 0 0 #215CFF;
}

.has-sky-blue-background-color {
  background-color: #61BAFF;
}

.has-style-sky-blue-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #61BAFF;
  box-shadow: 10px 10px 0 0 #61BAFF;
}

.has-blue-tint-background-color {
  background-color: #D2F1FF;
}

.has-blue-tint-blue-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #D2F1FF;
  box-shadow: 10px 10px 0 0 #D2F1FF;
}

.has-paperwhite-background-color {
  background-color: #FCF7F3;
}

.has-style-paperwhite-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FCF7F3;
  box-shadow: 10px 10px 0 0 #FCF7F3;
}

.has-orange-pop-background-color {
  background-color: #FF5100;
}

.has-style-orange-pop-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FF5100;
  box-shadow: 10px 10px 0 0 #FF5100;
}

.has-cherry-red-background-color {
  background-color: #FF2F56;
}

.has-style-cherry-red-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FF2F56;
  box-shadow: 10px 10px 0 0 #FF2F56;
}

.has-purple-background-color {
  background-color: #7E52D8;
}

.has-style-purple-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #7E52D8;
  box-shadow: 10px 10px 0 0 #7E52D8;
}

.has-tween-green-background-color {
  background-color: #00D374;
}

.has-style-tween-green-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #00D374;
  box-shadow: 10px 10px 0 0 #00D374;
}

.has-highlighter-yellow-background-color {
  background-color: #D9FD12;
}

.has-style-highlighter-yellow-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #D9FD12;
  box-shadow: 10px 10px 0 0 #D9FD12;
}

.has-moss-green-background-color {
  background-color: #7B8D46;
}

.has-style-moss-green-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #7B8D46;
  box-shadow: 10px 10px 0 0 #7B8D46;
}

.has-tictac-orange-background-color {
  background-color: #FF9B39;
}

.has-style-tictac-orange-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FF9B39;
  box-shadow: 10px 10px 0 0 #FF9B39;
}

.has-mint-background-color {
  background-color: #57E4AA;
}

.has-style-mint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #57E4AA;
  box-shadow: 10px 10px 0 0 #57E4AA;
}

.has-lavender-background-color {
  background-color: #B6ABF5;
}

.has-style-lavender-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #B6ABF5;
  box-shadow: 10px 10px 0 0 #B6ABF5;
}

.has-peach-background-color {
  background-color: #FFE4DB;
}

.has-style-peach-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FFE4DB;
  box-shadow: 10px 10px 0 0 #FFE4DB;
}

.has-orange-tint-background-color {
  background-color: #FFE4DB;
}

.has-style-orange-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FFE4DB;
  box-shadow: 10px 10px 0 0 #FFE4DB;
}

.has-pink-tint-background-color {
  background-color: #FFE3EE;
}

.has-style-pink-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FFE3EE;
  box-shadow: 10px 10px 0 0 #FFE3EE;
}

.has-purple-tint-background-color {
  background-color: #E2E1FF;
}

.has-style-purple-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #E2E1FF;
  box-shadow: 10px 10px 0 0 #E2E1FF;
}

.has-green-tint-background-color {
  background-color: #C5F9DE;
}

.has-style-green-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #C5F9DE;
  box-shadow: 10px 10px 0 0 #C5F9DE;
}

.has-highlighter-tint-background-color {
  background-color: #F8FFC7;
}

.has-style-highlighter-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #F8FFC7;
  box-shadow: 10px 10px 0 0 #F8FFC7;
}

.has-yellow-tint-background-color {
  background-color: #FFF2B0;
}

.has-style-yellow-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FFF2B0;
  box-shadow: 10px 10px 0 0 #FFF2B0;
}

.has-orange-deep-background-color {
  background-color: #D1180F;
}

.has-style-orange-deep-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #D1180F;
  box-shadow: 10px 10px 0 0 #D1180F;
}

.has-cherry-deep-background-color {
  background-color: #C60C3D;
}

.has-style-cherry-deep-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #C60C3D;
  box-shadow: 10px 10px 0 0 #C60C3D;
}

.has-purple-deep-background-color {
  background-color: #5926AA;
}

.has-style-purple-deep-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #5926AA;
  box-shadow: 10px 10px 0 0 #5926AA;
}

.has-green-deep-background-color {
  background-color: #008E4A;
}

.has-style-green-deep-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #008E4A;
  box-shadow: 10px 10px 0 0 #008E4A;
}

.has-moss-deep-background-color {
  background-color: #4F5903;
}

.has-style-moss-deep-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #4F5903;
  box-shadow: 10px 10px 0 0 #4F5903;
}

.has-true-yellow-background-color {
  background-color: #FFE81A;
}

.has-style-true-yellow-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FFE81A;
  box-shadow: 10px 10px 0 0 #FFE81A;
}

.has-skintone-1-background-color {
  background-color: #C68C65;
}

.has-style-skintone-1-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #C68C65;
  box-shadow: 10px 10px 0 0 #C68C65;
}

.has-skintone-2-background-color {
  background-color: #E3D09A;
}

.has-style-skintone-2-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #E3D09A;
  box-shadow: 10px 10px 0 0 #E3D09A;
}

.has-skintone-3-background-color {
  background-color: #673E21;
}

.has-style-skintone-3-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #673E21;
  box-shadow: 10px 10px 0 0 #673E21;
}

.has-skintone-4-background-color {
  background-color: #FCF1E1;
}

.has-style-skintone-4-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FCF1E1;
  box-shadow: 10px 10px 0 0 #FCF1E1;
}

.has-skintone-5-background-color {
  background-color: #543E36;
}

.has-style-skintone-5-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #543E36;
  box-shadow: 10px 10px 0 0 #543E36;
}

.has-skintone-6-background-color {
  background-color: #6A330D;
}

.has-style-skintone-6-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #6A330D;
  box-shadow: 10px 10px 0 0 #6A330D;
}

.has-rebel-black-background-color {
  background-color: #000000;
}

.has-style-rebel-black-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #000000;
  box-shadow: 10px 10px 0 0 #000000;
}


.has-warm-neutral-deep-background-color {
  background-color: #534741;
}

.has-style-warm-neutral-deep-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #534741;
  box-shadow: 10px 10px 0 0 #534741;
}

.has-warm-neutral-medium-background-color {
  background-color: #998A7E;
}

.has-style-warm-neutral-medium-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #998A7E;
  box-shadow: 10px 10px 0 0 #998A7E;
}

.has-warm-neutral-light-background-color {
  background-color: #D6C6B4;
}

.has-style-warm-neutral-light-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #D6C6B4;
  box-shadow: 10px 10px 0 0 #D6C6B4;
}

.has-warm-neutral-tint-background-color {
  background-color: #F4ECE6;
}

.has-style-warm-neutral-tint-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #F4ECE6;
  box-shadow: 10px 10px 0 0 #F4ECE6;
}

.has-rebel-white-background-color {
  background-color: #FFFFFF;
}

.has-style-rebel-white-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FFFFFF;
  box-shadow: 10px 10px 0 0 #FFFFFF;
}

.has-bubblegum-pink-background-color {
  background-color: #FF96BE;
}

.has-style-bubblegum-pink-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FF96BE;
  box-shadow: 10px 10px 0 0 #FF96BE;
}

.has-pale-highlighter-yellow-background-color {
  background-color: #EDFF99;
}

.has-style-pale-highlighter-yellow-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #EDFF99;
  box-shadow: 10px 10px 0 0 #EDFF99;
}

.has-cherry-red-background-color {
  background-color: #FF4A5C;
}

.has-style-cherry-red-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #FF4A5C;
  box-shadow: 10px 10px 0 0 #FF4A5C;
}

/* Links
--------------------------------------------- */
a {
  color: #215CFF;
  text-decoration: underline;
  font-weight: 500;
}

a:hover,
a:focus,
a:active {
  opacity: 0.9;
}

a:focus {
  outline: #5926AA;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
.posts-navigation a,
.post-navigation a,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  font-family: altivo, Woolwich, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-size: 24px;
  border: 0;
  border-radius: 32px;
  background: #215CFF;
  color: #fff;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  letter-spacing: 1.5px;
  display: inline-block;
}

.button:hover,
.posts-navigation a:hover,
.post-navigation a:hover,
.button:active,
.posts-navigation a:active,
.post-navigation a:active,
.button:focus,
.posts-navigation a:focus,
.post-navigation a:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:active,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  opacity: 0.9;
}

.button-secondary,
.posts-navigation a,
.post-navigation a {
  background-color: #FFE4DB;
  color: #0F29D6;
}

.button-tertiary {
  background-color: #5926AA;
}

.wp-block-button.is-style-full {
  flex: 0 1 100% !important;
}

.wp-block-button.is-style-full .wp-block-button__link {
  display: block;
}

.wp-block-button__link.has-midnight-blue-background-color {
  background-color: #1B1B4A;
}

.wp-block-button__link.has-midnight-background-color:hover {
  background-color: rgba(27, 27, 74, 0.9);
}

.wp-block-button__link.has-midnight-blue-color {
  color: #1B1B4A;
}

.wp-block-button__link.has-rebel-blue-background-color {
  background-color: #0F29D6;
}

.wp-block-button__link.has-rebel-blue-background-color:hover {
  background-color: rgba(15, 41, 214, 0.9);
}

.wp-block-button__link.has-rebel-blue-color {
  color: #0F29D6;
}

.wp-block-button__link.has-ballpoint-blue-background-color {
  background-color: #215CFF;
}

.wp-block-button__link.has-ballpoint-blue-background-color:hover {
  background-color: rgba(33, 92, 255, 0.9);
}

.wp-block-button__link.has-ballpoint-blue-color {
  color: #215CFF;
}

.wp-block-button__link.has-sky-blue-background-color {
  background-color: #61BAFF;
}

.wp-block-button__link.has-sky-blue-background-color:hover {
  background-color: rgba(119, 184, 250, 0.9);
}

.wp-block-button__link.has-sky-blue-color {
  color: #61BAFF;
}

.wp-block-button__link.has-blue-tint-background-color {
  background-color: #D2F1FF;
}

.wp-block-button__link.has-blue-tint-background-color:hover {
  background-color: rgba(210, 241, 255, 0.9);
}

.wp-block-button__link.has-blue-tint-color {
  color: #D2F1FF;
}

.wp-block-button__link.has-paperwhite-background-color {
  background-color: #FCF7F3;
}

.wp-block-button__link.has-paperwhite-background-color:hover {
  background-color: rgba(252, 247, 243, 0.9);
}

.wp-block-button__link.has-paperwhite-color {
  color: #FCF7F3;
}

.wp-block-button__link.has-orange-pop-background-color {
  background-color: #FF5100;
}

.wp-block-button__link.has-orange-pop-background-color:hover {
  background-color: rgba(255, 81, 0, 0.9);
}

.wp-block-button__link.has-orange-pop-color {
  color: #FF5100;
}

.wp-block-button__link.has-cherry-red-background-color {
  background-color: #FF2F56;
}

.wp-block-button__link.has-cherry-red-background-color:hover {
  background-color: rgba(255, 47, 86, 0.9);
}

.wp-block-button__link.has-cherry-red-color {
  color: #FF2F56;
}

.wp-block-button__link.has-purple-background-color {
  background-color: #7E52D8;
}

.wp-block-button__link.has-purple-background-color:hover {
  background-color: rgba(126, 82, 216, 0.9);
}

.wp-block-button__link.has-purple-color {
  color: #7E52D8;
}

.wp-block-button__link.has-tween-green-background-color {
  background-color: #00D374;
}

.wp-block-button__link.has-tween-green-background-color:hover {
  background-color: rgba(0, 211, 116, 0.9);
}

.wp-block-button__link.has-tween-green-color {
  color: #00D374;
}

.wp-block-button__link.has-highlighter-yellow-background-color {
  background-color: #D9FD12;
}

.wp-block-button__link.has-highlighter-yellow-background-color:hover {
  background-color: rgba(217, 253, 18, 0.9);
}

.wp-block-button__link.has-highlighter-yellow-color {
  color: #D9FD12;
}

.wp-block-button__link.has-moss-green-background-color {
  background-color: #7B8D46;
}

.wp-block-button__link.has-moss-green-background-color:hover {
  background-color: rgba(123, 141, 70, 0.9);
}

.wp-block-button__link.has-moss-green-color {
  color: #7B8D46;
}

.wp-block-button__link.has-tictac-orange-background-color {
  background-color: #FF9B39;
}

.wp-block-button__link.has-tictac-orange-background-color:hover {
  background-color: rgba(255, 155, 57, 0.9);
}

.wp-block-button__link.has-tictac-orange-color {
  color: #FF9B39;
}

.wp-block-button__link.has-mint-background-color {
  background-color: #57E4AA;
}

.wp-block-button__link.has-mint-background-color:hover {
  background-color: rgba(87, 228, 170, 0.9);
}

.wp-block-button__link.has-mint-color {
  color: #57E4AA;
}

.wp-block-button__link.has-lavender-background-color {
  background-color: #B6ABF5;
}

.wp-block-button__link.has-lavender-background-color:hover {
  background-color: rgba(182, 171, 245, 0.9);
}

.wp-block-button__link.has-lavender-color {
  color: #B6ABF5;
}

.wp-block-button__link.has-peach-background-color {
  background-color: #FFE4DB;
}

.wp-block-button__link.has-peach-background-color:hover {
  background-color: rgba(255, 228, 219, 0.9);
}

.wp-block-button__link.has-peach-color {
  color: #FFE4DB;
}

.wp-block-button__link.has-orange-tint-background-color {
  background-color: #FFE2C7;
}

.wp-block-button__link.has-orange-tint-background-color:hover {
  background-color: rgba(255, 226, 199, 0.9);
}

.wp-block-button__link.has-orange-tint-color {
  color: #FFE2C7;
}

.wp-block-button__link.has-pink-tint-background-color {
  background-color: #FFE3EE;
}

.wp-block-button__link.has-pink-tint-background-color:hover {
  background-color: rgba(255, 227, 238, 0.9);
}

.wp-block-button__link.has-pink-tint-color {
  color: #FFE3EE;
}

.wp-block-button__link.has-purple-tint-background-color {
  background-color: #E2E1FF;
}

.wp-block-button__link.has-purple-tint-background-color:hover {
  background-color: rgba(226, 225, 255, 0.9);
}

.wp-block-button__link.has-purple-tint-color {
  color: #E2E1FF;
}

.wp-block-button__link.has-green-tint-background-color {
  background-color: #C5F9DE;
}

.wp-block-button__link.has-green-tint-background-color:hover {
  background-color: rgba(197, 249, 222, 0.9);
}

.wp-block-button__link.has-green-tint-color {
  color: #C5F9DE;
}

.wp-block-button__link.has-highlighter-tint-background-color {
  background-color: #F8FFC7;
}

.wp-block-button__link.has-highlighter-tint-background-color:hover {
  background-color: rgba(248, 255, 199, 0.9);
}

.wp-block-button__link.has-highlighter-tint-color {
  color: #F8FFC7;
}

.wp-block-button__link.has-yellow-tint-background-color {
  background-color: #FFF2B0;
}

.wp-block-button__link.has-yellow-tint-background-color:hover {
  background-color: rgba(255, 242, 176, 0.9);
}

.wp-block-button__link.has-yellow-tint-color {
  color: #FFF2B0;
}

.wp-block-button__link.has-orange-deep-background-color {
  background-color: #D1180F;
}

.wp-block-button__link.has-orange-deep-background-color:hover {
  background-color: rgba(209, 24, 15, 0.9);
}

.wp-block-button__link.has-orange-deep-color {
  color: #D1180F;
}

.wp-block-button__link.has-cherry-deep-background-color {
  background-color: #C60C3D;
}

.wp-block-button__link.has-cherry-deep-background-color:hover {
  background-color: rgba(198, 12, 61, 0.9);
}

.wp-block-button__link.has-cherry-deep-color {
  color: #C60C3D;
}

.wp-block-button__link.has-purple-deep-background-color {
  background-color: #5926AA;
}

.wp-block-button__link.has-purple-deep-background-color:hover {
  background-color: rgba(89, 38, 170, 0.9);
}

.wp-block-button__link.has-purple-deep-color {
  color: #5926AA;
}

.wp-block-button__link.has-green-deep-background-color {
  background-color: #008E4A;
}

.wp-block-button__link.has-green-deep-background-color:hover {
  background-color: rgba(0, 142, 74, 0.9);
}

.wp-block-button__link.has-green-deep-color {
  color: #008E4A;
}

.wp-block-button__link.has-moss-deep-background-color {
  background-color: #4F5903;
}

.wp-block-button__link.has-moss-deep-background-color:hover {
  background-color: rgba(79, 89, 3, 0.9);
}

.wp-block-button__link.has-moss-deep-color {
  color: #4F5903;
}

.wp-block-button__link.has-true-yellow-background-color {
  background-color: #FFE81A;
}

.wp-block-button__link.has-true-yellow-background-color:hover {
  background-color: rgba(255, 232, 26, 0.9);
}

.wp-block-button__link.has-true-yellow-color {
  color: #FFE81A;
}

.wp-block-button__link.has-skintone-1-background-color {
  background-color: #C68C65;
}

.wp-block-button__link.has-skintone-1-background-color:hover {
  background-color: rgba(198, 140, 101, 0.9);
}

.wp-block-button__link.has-skintone-1-color {
  color: #C68C65;
}

.wp-block-button__link.has-skintone-2-background-color {
  background-color: #E3D09A;
}

.wp-block-button__link.has-skintone-2-background-color:hover {
  background-color: rgba(227, 208, 154, 0.9);
}

.wp-block-button__link.has-skintone-2-color {
  color: #E3D09A;
}

.wp-block-button__link.has-skintone-3-background-color {
  background-color: #673E21;
}

.wp-block-button__link.has-skintone-3-background-color:hover {
  background-color: rgba(103, 62, 33, 0.9)
  ;
}

.wp-block-button__link.has-skintone-3-color {
  color: #673E21;
}

.wp-block-button__link.has-skintone-4-background-color {
  background-color: #FCF1E1;
}

.wp-block-button__link.has-skintone-4-background-color:hover {
  background-color: rgba(252, 241, 225, 0.9);
}

.wp-block-button__link.has-skintone-4-color {
  color: #FCF1E1;
}

.wp-block-button__link.has-skintone-5-background-color {
  background-color: #543E36;
}

.wp-block-button__link.has-skintone-5-background-color:hover {
  background-color: rgba(84, 62, 54, 0.9);
}

.wp-block-button__link.has-skintone-5-color {
  color: #543E36;
}

.wp-block-button__link.has-skintone-6-background-color {
  background-color: #6A330D;
}

.wp-block-button__link.has-skintone-6-background-color:hover {
  background-color: rgba(106, 51, 13, 0.9);
}

.wp-block-button__link.has-skintone-6-color {
  color: #6A330D;
}

.wp-block-button__link.has-rebel-black-background-color {
  background-color: #000000;
}

.wp-block-button__link.has-rebel-black-background-color:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.wp-block-button__link.has-rebel-black-color {
  color: #000000;
}

.wp-block-button__link.has-warm-neutral-deep-background-color {
  background-color: #534741;
}

.wp-block-button__link.has-warm-neutral-deep-background-color:hover {
  background-color: rgba(83, 71, 65, 0.9);
}

.wp-block-button__link.has-warm-neutral-deep-color {
  color: #534741;
}

.wp-block-button__link.has-warm-neutral-medium-background-color {
  background-color: #998A7E;
}

.wp-block-button__link.has-warm-neutral-medium-background-color:hover {
  background-color: rgba(153, 138, 126, 0.9);
}

.wp-block-button__link.has-warm-neutral-medium-color {
  color: #998A7E;
}

.wp-block-button__link.has-warm-neutral-light-background-color {
  background-color: #D6C6B4;
}

.wp-block-button__link.has-warm-neutral-light-background-color:hover {
  background-color: rgba(214, 198, 180, 0.9);
}

.wp-block-button__link.has-warm-neutral-light-color {
  color: #D6C6B4;
}

.wp-block-button__link.has-warm-neutral-tint-background-color {
  background-color: #F4ECE6;
}

.wp-block-button__link.has-warm-neutral-tint-background-color:hover {
  background-color: rgba(244, 236, 230, 0.9);
}

.wp-block-button__link.has-warm-neutral-tint-color {
  color: #F4ECE6;
}

.wp-block-button__link.has-rebel-white-background-color {
  background-color: #FFFFFF;
}

.wp-block-button__link.has-rebel-white-background-color:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.wp-block-button__link.has-rebel-white-color {
  color: #FFFFFF;
}

.wp-block-button__link.has-bubblegum-pink-background-color {
  background-color: #FF96BE;
}

.wp-block-button__link.has-bubblegum-pink-background-color:hover {
  background-color: rgba(255, 150, 190, 0.9);
}

.wp-block-button__link.has-bubblegum-pink-color {
  color: #FF96BE;
}

.wp-block-button__link.has-pale-highlighter-yellow-background-color {
  background-color: #EDFF99;
}

.wp-block-button__link.has-pale-highlighter-yellow-background-color:hover {
  background-color: rgba(237, 255, 153, 0.9);
}

.wp-block-button__link.has-pale-highlighter-yellow-color {
  color: #EDFF99;
}

.wp-block-button__link.has-cherry-red-background-color {
  background-color: #FF4A5C;
}

.wp-block-button__link.has-cherry-red-background-color:hover {
  background-color: rgba(255, 74, 92, 0.9);
}

.wp-block-button__link.has-cherry-red-color {
  color: #FF4A5C;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #0F29D6;
  border: 0;
  padding: 0.5rem;
}

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="range"]: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,
textarea:focus {
  color: #0F29D6;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

::placeholder {
  color: rgba(22, 50, 148, 0.75);
}

form ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer" "colophon";
}

.site-header {
  grid-area: header;
  height: 75px;
}

.site-main {
  grid-area: main;
  margin-top: 75px;
}

.site-main > section,
.site-main > div {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.site-main > section:first-child,
.site-main > div:first-child {
  margin-top: 0;
}

.site-main > section:last-child,
.site-main > div:last-child {
  margin-bottom: 0;
}

.site-footer {
  grid-area: footer;
}

.colophon {
  grid-area: colophon;
}

.wrap {
  padding: 0 1rem;
  max-width: calc(1024px - 2rem);
  margin: 0 auto;
}

.wrap.wide {
  max-width: calc(1200px - 2rem);
}

@media all and (min-width: 1200px) {

  .wrap {
    max-width: calc(1200px - 2rem);
  }

  .wrap.wide {
    max-width: calc(1500px - 2rem);
  }
}

.wrap.skinny {
  max-width: calc(768px - 2rem);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-navigation .menu-toggle {
  position: relative;
  top: -18px;
  font-size: 0;
  line-height: 0;
}

.main-navigation .menu-toggle,
.main-navigation .menu-toggle::before,
.main-navigation .menu-toggle::after {
  display: block;
  height: 4px;
  width: 28px;
  background: #0F29D6;
  padding: 0;
  margin: 10px 0 -4px;
  border: 0;
  border-radius: 3px;
  transition: all 0.2s linear;
}

.main-navigation .menu-toggle::before,
.main-navigation .menu-toggle::after {
  content: "";
}

.main-navigation .menu-toggle:active,
.main-navigation .menu-toggle:focus {
  outline: none;
}

@media all and (min-width: 768px) {

  .main-navigation .menu-toggle {
    display: none;
  }
}

.main-navigation .menu {
  display: none;
  flex-flow: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media all and (min-width: 768px) {

  .main-navigation .menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}

.main-navigation .menu li:hover > ul,
.main-navigation .menu li.focus > ul {
  left: auto;
}

.main-navigation li {
  list-style-type: none;
  position: relative;
  margin: 0 0.75rem;
  font-weight: 700;
  text-align: center;
}

.main-navigation a {
  color: #0F29D6;
  font-size: 0.9rem;
  display: block;
  text-decoration: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #FFE4DB;
}

.main-navigation.toggled .menu-toggle {
  background-color: transparent;
}

.main-navigation.toggled .menu-toggle::before {
  transform: rotate(45deg);
  width: 40px;
  margin-left: -4px;
}

.main-navigation.toggled .menu-toggle::after {
  transform: rotate(-45deg);
  width: 40px;
  margin: 1px 0 0 -4px;
}

@media all and (max-width: 767px) {

  .main-navigation.toggled .menu {
    display: flex;
    flex-flow: column;
    position: absolute;
    height: calc(100vh - 75px);
    top: 100%;
    left: 0;
    background-color: #0F29D6;
    padding: 1rem;
  }

  .main-navigation.toggled .menu li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #61BAFF;
  }

  .main-navigation.toggled .menu li:last-child {
    border-bottom: 0;
  }

  .main-navigation.toggled .menu ul {
    display: none;
  }

  .main-navigation.toggled .menu a {
    color: #FFE4DB;
    font-weight: 700;
    font-size: 1.4rem;
  }

  .main-navigation.toggled .menu a:focus {
    color: #FFE4DB;
  }
}

.shop-navigation .basket,
.shop-navigation .account {
  font-size: 0;
}

.shop-navigation .basket::before,
.shop-navigation .account::before {
  display: inline-block;
  height: 28px;
  width: 28px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1rem 0 1rem 0.75rem;
}

.shop-navigation .basket::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1348 -69)' stroke='rgba(22, 50, 148, 0.99)'%3E%3Cg transform='translate(1025 61)'%3E%3Cg transform='translate(280 9)'%3E%3Cg transform='translate(44)'%3E%3Cg stroke-width='2'%3E%3Cpath d='m19.457 5.1005h-19.232v12.373c0 1.6921 1.3469 3.0641 3.0094 3.0641h13.213c1.6619 0 3.0094-1.372 3.0094-3.0641v-12.373z'/%3E%3Cpath d='m0.22462 15.732h19.232'/%3E%3Cpath d='m5.7831 8.2109v-5.5453c0-1.2275 0.97625-2.2222 2.1812-2.2222h3.7519c1.205 0 2.1819 0.99464 2.1819 2.2222v5.5453'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.shop-navigation .account::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1348 -69)' stroke='rgba(22, 50, 148, 0.99)'%3E%3Cg transform='translate(1025 61)'%3E%3Cg transform='translate(280 9)'%3E%3Cg transform='translate(44)'%3E%3Cg stroke-width='2'%3E%3Cpath d='m19.457 5.1005h-19.232v12.373c0 1.6921 1.3469 3.0641 3.0094 3.0641h13.213c1.6619 0 3.0094-1.372 3.0094-3.0641v-12.373z'/%3E%3Cpath d='m0.22462 15.732h19.232'/%3E%3Cpath d='m5.7831 8.2109v-5.5453c0-1.2275 0.97625-2.2222 2.1812-2.2222h3.7519c1.205 0 2.1819 0.99464 2.1819 2.2222v5.5453'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.posts-navigation,
.post-navigation {
  flex: 0 1 100%;
}

.site-main .posts-navigation,
.site-main
.post-navigation {
  padding: 4rem 0;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.posts-navigation .nav-next,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
  align-self: flex-start;
  text-align: start;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  order: 2;
  align-self: flex-end;
  text-align: end;
}

/* Footer Menus */
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu li {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 500;
}

.footer-menu a {
  color: #215CFF;
}

/* Social Menu */
.social-links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
}

@media only screen and (min-width: 768px) {

  .social-links {
    align-items: center;
    justify-content: center;
  }
}

.social-links .social-link {
  display: block;
  font-size: 0;
}

.social-links .social-link a {
  display: block;
  color: #0F29D6;
  margin: 0 7px;
}

.social-links .social-link a:hover {
  color: #215CFF;
}

.social-links .social-link a::before {
  display: block;
  content: "";
  background-size: contain;
  height: 30px;
  width: 30px;
  position: relative;
}

.social-links .social-link-pinterest a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='icon'%3E%3Cpath fill='rgba(22, 50, 148, 0.99)' d='M9.958.811q1.903 0 3.635.744t2.988 2 2 2.988.744 3.635q0 2.537-1.256 4.696t-3.415 3.415-4.696 1.256q-1.39 0-2.659-.366.707-1.147.951-2.025l.659-2.561q.244.463.903.817t1.39.354q1.464 0 2.622-.842t1.793-2.305.634-3.293q0-2.171-1.671-3.769t-4.257-1.598q-1.586 0-2.903.537T5.298 5.897 4.066 7.775t-.427 2.037q0 1.268.476 2.22t1.427 1.342q.171.073.293.012t.171-.232q.171-.61.195-.756.098-.268-.122-.512-.634-.707-.634-1.83 0-1.854 1.281-3.183t3.354-1.329q1.83 0 2.854 1t1.025 2.61q0 1.342-.366 2.476t-1.049 1.817-1.561.683q-.732 0-1.195-.537t-.293-1.269q.098-.342.256-.878t.268-.915.207-.817.098-.732q0-.61-.317-1t-.927-.39q-.756 0-1.269.695t-.512 1.744q0 .39.061.756t.134.537l.073.171q-1 4.342-1.22 5.098-.195.927-.146 2.171-2.513-1.122-4.062-3.44T.59 10.177q0-3.879 2.744-6.623T9.957.81z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links .social-link-pinterest a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='icon'%3E%3Cpath fill='rgba(0, 88, 216, 0.99)' d='M9.958.811q1.903 0 3.635.744t2.988 2 2 2.988.744 3.635q0 2.537-1.256 4.696t-3.415 3.415-4.696 1.256q-1.39 0-2.659-.366.707-1.147.951-2.025l.659-2.561q.244.463.903.817t1.39.354q1.464 0 2.622-.842t1.793-2.305.634-3.293q0-2.171-1.671-3.769t-4.257-1.598q-1.586 0-2.903.537T5.298 5.897 4.066 7.775t-.427 2.037q0 1.268.476 2.22t1.427 1.342q.171.073.293.012t.171-.232q.171-.61.195-.756.098-.268-.122-.512-.634-.707-.634-1.83 0-1.854 1.281-3.183t3.354-1.329q1.83 0 2.854 1t1.025 2.61q0 1.342-.366 2.476t-1.049 1.817-1.561.683q-.732 0-1.195-.537t-.293-1.269q.098-.342.256-.878t.268-.915.207-.817.098-.732q0-.61-.317-1t-.927-.39q-.756 0-1.269.695t-.512 1.744q0 .39.061.756t.134.537l.073.171q-1 4.342-1.22 5.098-.195.927-.146 2.171-2.513-1.122-4.062-3.44T.59 10.177q0-3.879 2.744-6.623T9.957.81z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links .social-link-youtube a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='rgba(22, 50, 148, 0.99)' d='M17.7 5.3c-.2-.7-.7-1.2-1.4-1.4-2.1-.2-4.2-.4-6.3-.3-2.1 0-4.2.1-6.3.3-.6.2-1.2.8-1.4 1.4C2.1 6.9 2 8.4 2 10s.1 3.1.3 4.7c.2.7.7 1.2 1.4 1.4 2.1.2 4.2.4 6.3.3 2.1 0 4.2-.1 6.3-.3.7-.2 1.2-.7 1.4-1.4.2-1.5.3-3.1.3-4.7s-.1-3.1-.3-4.7zM8 13V7l5.2 3L8 13z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-links .social-link-youtube a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='rgba(0, 88, 216, 0.99)' d='M17.7 5.3c-.2-.7-.7-1.2-1.4-1.4-2.1-.2-4.2-.4-6.3-.3-2.1 0-4.2.1-6.3.3-.6.2-1.2.8-1.4 1.4C2.1 6.9 2 8.4 2 10s.1 3.1.3 4.7c.2.7.7 1.2 1.4 1.4 2.1.2 4.2.4 6.3.3 2.1 0 4.2-.1 6.3-.3.7-.2 1.2-.7 1.4-1.4.2-1.5.3-3.1.3-4.7s-.1-3.1-.3-4.7zM8 13V7l5.2 3L8 13z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-links .social-link-instagram a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='rgba(22, 50, 148, 0.99)' d='M12.7 10c0-1.5-1.2-2.7-2.7-2.7S7.3 8.5 7.3 10s1.2 2.7 2.7 2.7c1.5 0 2.7-1.2 2.7-2.7zm1.4 0c0 2.3-1.8 4.1-4.1 4.1S5.9 12.3 5.9 10 7.7 5.9 10 5.9s4.1 1.8 4.1 4.1zm1.1-4.3c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .5 1 1zM10 3.4c-1.2 0-3.7-.1-4.7.3-.7.3-1.3.9-1.5 1.6-.4 1-.3 3.5-.3 4.7s-.1 3.7.3 4.7c.2.7.8 1.3 1.5 1.5 1 .4 3.6.3 4.7.3s3.7.1 4.7-.3c.7-.3 1.2-.8 1.5-1.5.4-1.1.3-3.6.3-4.7s.1-3.7-.3-4.7c-.2-.7-.8-1.3-1.5-1.5-1-.5-3.5-.4-4.7-.4zm8 6.6v3.3c0 1.2-.4 2.4-1.3 3.4-.9.9-2.1 1.3-3.4 1.3H6.7c-1.2 0-2.4-.4-3.4-1.3-.8-.9-1.3-2.1-1.3-3.4V10 6.7c0-1.3.5-2.5 1.3-3.4C4.3 2.5 5.5 2 6.7 2h6.6c1.2 0 2.4.4 3.4 1.3.8.9 1.3 2.1 1.3 3.4V10z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-links .social-link-instagram a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='0' fill='none' width='20' height='20'/%3E%3Cg%3E%3Cpath fill='rgba(0, 88, 216, 0.99)' d='M12.7 10c0-1.5-1.2-2.7-2.7-2.7S7.3 8.5 7.3 10s1.2 2.7 2.7 2.7c1.5 0 2.7-1.2 2.7-2.7zm1.4 0c0 2.3-1.8 4.1-4.1 4.1S5.9 12.3 5.9 10 7.7 5.9 10 5.9s4.1 1.8 4.1 4.1zm1.1-4.3c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .5 1 1zM10 3.4c-1.2 0-3.7-.1-4.7.3-.7.3-1.3.9-1.5 1.6-.4 1-.3 3.5-.3 4.7s-.1 3.7.3 4.7c.2.7.8 1.3 1.5 1.5 1 .4 3.6.3 4.7.3s3.7.1 4.7-.3c.7-.3 1.2-.8 1.5-1.5.4-1.1.3-3.6.3-4.7s.1-3.7-.3-4.7c-.2-.7-.8-1.3-1.5-1.5-1-.5-3.5-.4-4.7-.4zm8 6.6v3.3c0 1.2-.4 2.4-1.3 3.4-.9.9-2.1 1.3-3.4 1.3H6.7c-1.2 0-2.4-.4-3.4-1.3-.8-.9-1.3-2.1-1.3-3.4V10 6.7c0-1.3.5-2.5 1.3-3.4C4.3 2.5 5.5 2 6.7 2h6.6c1.2 0 2.4.4 3.4 1.3.8.9 1.3 2.1 1.3 3.4V10z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-links .social-link-twitter a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='icon'%3E%3Cpath fill='rgba(22, 50, 148, 0.99)' d='M19.551 4.208q-.815 1.202-1.956 2.038 0 .082.02.255t.02.255q0 1.589-.469 3.179t-1.426 3.036-2.272 2.567-3.158 1.793-3.963.672q-3.301 0-6.031-1.773.571.041.937.041 2.751 0 4.911-1.671-1.284-.02-2.292-.784T2.456 11.85q.346.082.754.082.55 0 1.039-.163-1.365-.285-2.262-1.365T1.09 7.918v-.041q.774.408 1.773.448-.795-.53-1.263-1.396t-.469-1.864q0-1.019.509-1.997 1.487 1.854 3.596 2.924T9.81 7.184q-.143-.509-.143-.897 0-1.63 1.161-2.781t2.832-1.151q.815 0 1.569.326t1.284.917q1.345-.265 2.506-.958-.428 1.386-1.732 2.18 1.243-.163 2.262-.611z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links .social-link-twitter a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='icon'%3E%3Cpath fill='rgba(0, 88, 216, 0.99)' d='M19.551 4.208q-.815 1.202-1.956 2.038 0 .082.02.255t.02.255q0 1.589-.469 3.179t-1.426 3.036-2.272 2.567-3.158 1.793-3.963.672q-3.301 0-6.031-1.773.571.041.937.041 2.751 0 4.911-1.671-1.284-.02-2.292-.784T2.456 11.85q.346.082.754.082.55 0 1.039-.163-1.365-.285-2.262-1.365T1.09 7.918v-.041q.774.408 1.773.448-.795-.53-1.263-1.396t-.469-1.864q0-1.019.509-1.997 1.487 1.854 3.596 2.924T9.81 7.184q-.143-.509-.143-.897 0-1.63 1.161-2.781t2.832-1.151q.815 0 1.569.326t1.284.917q1.345-.265 2.506-.958-.428 1.386-1.732 2.18 1.243-.163 2.262-.611z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links .social-link-facebook a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='icon'%3E%3Cpath fill='rgba(22, 50, 148, 0.99)' d='M18.05.811q.439 0 .744.305t.305.744v16.637q0 .439-.305.744t-.744.305h-4.732v-7.221h2.415l.342-2.854h-2.757v-1.83q0-.659.293-1t1.073-.342h1.488V3.762q-.976-.098-2.171-.098-1.634 0-2.635.964t-1 2.72V9.47H7.951v2.854h2.415v7.221H1.413q-.439 0-.744-.305t-.305-.744V1.859q0-.439.305-.744T1.413.81H18.05z'%3E%3C/path%3E%3C/svg%3E");
}

.social-links .social-link-facebook a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' class='icon'%3E%3Cpath fill='rgba(0, 88, 216, 0.99)' d='M18.05.811q.439 0 .744.305t.305.744v16.637q0 .439-.305.744t-.744.305h-4.732v-7.221h2.415l.342-2.854h-2.757v-1.83q0-.659.293-1t1.073-.342h1.488V3.762q-.976-.098-2.171-.098-1.634 0-2.635.964t-1 2.72V9.47H7.951v2.854h2.415v7.221H1.413q-.439 0-.744-.305t-.305-.744V1.859q0-.439.305-.744T1.413.81H18.05z'%3E%3C/path%3E%3C/svg%3E");
}

/* Sections
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.site-header .site-branding img {
  margin-bottom: 0;
  max-height: 75px;
}

@media all and (min-width: 601px) {

  .logged-in .site-header {
    top: 46px;
  }
}

@media all and (min-width: 783px) {

  .logged-in .site-header {
    top: 32px;
  }
}

.site-header .wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 4px;
  height: 100%;
}

@media all and (min-width: 1200px) {

  .site-header .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-header .site-branding {
  flex: 0 0 180px;
  order: 2;
}

@media all and (min-width: 768px) {

  .site-header .site-branding {
    flex: 0 0 150px;
  }
}

@media all and (min-width: 1200px) {

  .site-header .site-branding {
    flex: 0 0 200px;
  }
}

.site-header .main-navigation {
  flex: 0 0 30px;
  order: 1;
}

@media all and (min-width: 768px) {

  .site-header .main-navigation {
    flex: 1 1 calc((100% - 150px) - 30px);
    order: 2;
  }
}

@media all and (min-width: 1200px) {

  .site-header .main-navigation {
    flex: 1 1 calc((100% - 200px) - 30px);
  }
}

.site-header .shop-navigation {
  flex: 0 0 30px;
  order: 2;
}

.site-footer {
  background: #61BAFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}

.site-footer .wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 1rem;
}

@media all and (min-width: 1024px) {

  .site-footer .wrap {
    padding-top: 30px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.site-footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.site-footer a {
  color: #0F29D6;
}

.site-footer .footer-card {
  text-align: center;
  width: 210px;
}

@media all and (min-width: 1024px) {

  .site-footer .footer-card {
    flex: 1 0 210px;
    margin-right: 60px;
  }
}

.site-footer .footer-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  row-gap: 0.5rem;
  margin-top: 2rem;
}

@media all and (min-width: 1024px) {

  .site-footer .footer-navigation {
    flex: 0 1 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
  }
}

.site-footer .footer-menu {
  margin: 0 0 30px;
}

@media all and (min-width: 1024px) {

  .site-footer .footer-menu {
    margin: 0 0.5rem 2rem;
  }
}

.colophon .wrap {
  height: 30px;
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.colophon .wrap > * {
  flex: 0 1 100%;
  text-align: center;
}

@media only screen and (min-width: 1024px) {

  .colophon .wrap > * {
    flex: 0 1 33%;
    margin-bottom: 0;
  }
}

.colophon .wrap > .site-info {
  font-weight: bold;
  font-size: 15px;
}

@media only screen and (min-width: 1024px) {

  .colophon .wrap > .site-info {
    text-align: left;
  }
}

.colophon .wrap > .social-links {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {

  .colophon .wrap > .social-links {
    padding: 0;
  }
}

.colophon .wrap > .colophon-right {
  display: none;
}

@media only screen and (min-width: 1024px) {

  .colophon .wrap > .colophon-right {
    text-align: right;
    display: flex;
  }
}

.subscribe-cta {
  background-color: #00CF7D;
  color: #fff;
  padding: 32px 0;
}

.subscribe-cta.subscribe-cta-rebelgirls-episodes {
  background-color: #7854D2;
}

.subscribe-cta.subscribe-cta-rebelgirls-events {
  background-color: #61BAFF;
}

.subscribe-cta.subscribe-cta-rebelgirls-activitys {
  background-color: #FFE4DB;
}

.subscribe-cta h4 {
  margin-bottom: 0;
}

.subscribe-cta .wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 1024px) {

  .subscribe-cta .wrap {
    flex-flow: row nowrap;
  }
}

.subscribe-cta .wrap > * {
  text-align: center;
  flex: 0 1 100%;
}

@media all and (min-width: 1024px) {

  .subscribe-cta .wrap > * {
    flex: 0 0 auto;
  }
}

@media all and (max-width: 1023px) {

  .subscribe-cta .wrap > *:first-child {
    margin-bottom: 1rem;
  }
}

@media all and (min-width: 1024px) {

  .subscribe-cta .wrap > *:first-child {
    padding-right: 1rem;
  }
}

.subscribe-cta .gform_wrapper form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.subscribe-cta .gform_wrapper form .gform_body {
  flex: 1 1 auto;
  padding-right: 1%;
}

.subscribe-cta .gform_wrapper form .gform_footer {
  flex: 0 0 auto;
  padding-left: 1%;
}

.post-type-more {
  background-color: #00CF7D;
  color: #fff;
  padding: 32px 0;
  margin-top: 2rem;
  position: relative;
}

.post-type-more .wrap {
  text-align: center;
}

@media all and (max-width: 1024px) {

  .post-type-more h3 {
    display: inline-block;
    padding: 1rem calc(30px + 1rem) 1rem;
    position: relative;
  }

  .post-type-more h3::before,
  .post-type-more h3::after {
    content: "";
    display: block;
    height: 50px;
    width: 30px;
    position: absolute;
    top: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .post-type-more h3::before {
    left: 0;
    margin-right: 1rem;
    background-position: right center;
    background-image: url("../squiggle-left.html");
  }

  .post-type-more h3::after {
    right: 0;
    margin-left: 1rem;
    background-position: left center;
    background-image: url("../squiggle-right.html");
  }
}

.post-type-more ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  text-align: left;
}

@media all and (min-width: 400px) {

  .post-type-more ul {
    flex-flow: row wrap;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media all and (min-width: 1024px) {

  .post-type-more ul {
    flex-flow: row nowrap;
    max-width: 100%;
    position: relative;
  }

  .post-type-more ul::before,
  .post-type-more ul::after {
    content: "";
    display: block;
    height: 125px;
    width: 75px;
    position: absolute;
    top: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .post-type-more ul::before {
    left: -75px;
    margin-right: 2rem;
    background-position: right center;
    background-image: url("../squiggle-left.html");
  }

  .post-type-more ul::after {
    right: -75px;
    margin-left: 2rem;
    background-position: left center;
    background-image: url("../squiggle-right.html");
  }
}

.post-type-more ul li {
  text-align: center;
  flex: 0 1 100%;
}

@media all and (min-width: 400px) {

  .post-type-more ul li {
    flex: 0 1 50%;
    padding: 1.5rem 1.5rem;
  }
}

@media all and (min-width: 1024px) {

  .post-type-more ul li {
    flex: 0 1 25%;
    padding: 1.5rem;
  }
}

.post-type-more .entry-title {
  text-align: left;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.post-type-more h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.post-type-more a {
  color: #fff;
}

.post-type-more:last-child {
  margin-bottom: 2rem;
}

.post-type-more.post-type-more-rebelgirls-episodes {
  background-color: #7854D2;
}

.post-type-more.post-type-more-rebelgirls-activitys {
  background-color: #FFE4DB;
}

.post-type-more.post-type-more-rebelgirls-activitys h3,
.post-type-more.post-type-more-rebelgirls-activitys a {
  color: #0F29D6;
}

/* Content
--------------------------------------------- */
.entry-header {
  margin: 2rem 0;
}

.entry-title,
.entry-subtitle,
.single-rebelgirls-episodes .entry-narrator {
  text-align: center;
}


.entry-subtitle,
.single-rebelgirls-episodes .entry-narrator {
  font-family: "Always In My Heart", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  text-transform: none;
  display: block;
}

.post-thumbnail {
  margin: 2rem 0;
}

.post-thumbnail img {
  width: 100%;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .site-main > .wrap,
.archive .site-main > .wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.blog .archive-header,
.blog .posts-navigation,
.archive .archive-header,
.archive .posts-navigation {
  flex: 0 1 100%;
}

.blog .archive-header,
.archive .archive-header {
  padding: 0 0 4rem;
  text-align: center;
}

.blog .page-title,
.archive .page-title {
  display: inline-block;
  padding: 1rem 6.5rem 1rem;
  position: relative;
}

@media all and (max-width: 767px) {

  .blog .page-title,
  .archive .page-title {
    font-size: 2rem;
  }
}

.blog .page-title::before,
.blog .page-title::after,
.archive .page-title::before,
.archive .page-title::after {
  content: "";
  display: inline-block;
  height: 72px;
  width: 72px;
  position: absolute;
  top: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog .page-title::before,
.archive .page-title::before {
  left: 0;
  margin-right: 2rem;
  background-position: right center;
  background-image: url("../ornaments-laptop.html");
}

.blog .page-title::after,
.archive .page-title::after {
  right: 0;
  margin-left: 2rem;
  background-position: left center;
  background-image: url("../ornaments-pencil.html");
}

.blog.post-type-archive-rebelgirls-activitys .page-title::before,
.archive.post-type-archive-rebelgirls-activitys .page-title::before {
  background-image: url("../ornaments-paintbrush.html");
}

.blog.post-type-archive-rebelgirls-activitys .page-title::after,
.archive.post-type-archive-rebelgirls-activitys .page-title::after {
  background-image: url("../ornaments-checklist.html");
}

.blog.post-type-archive-rebelgirls-episodes .page-title::before,
.archive.post-type-archive-rebelgirls-episodes .page-title::before {
  background-image: url("../ornaments-headphones.html");
}

.blog.post-type-archive-rebelgirls-episodes .page-title::after,
.archive.post-type-archive-rebelgirls-episodes .page-title::after {
  background-image: url("../ornaments-microphone.html");
}

.blog.post-type-archive-rebelgirls-events .page-title::before,
.archive.post-type-archive-rebelgirls-events .page-title::before {
  background-image: url("../ornaments-guitar.html");
}

.blog.post-type-archive-rebelgirls-events .page-title::after,
.archive.post-type-archive-rebelgirls-events .page-title::after {
  background-image: url("../ornaments-megaphone.html");
}

.blog .archive-description,
.archive .archive-description {
  max-width: 600px;
  margin: 0 auto;
}

.blog article,
.archive article {
  flex: 0 1 100%;
  margin-bottom: 4.25rem;
  display: flex;
  flex-flow: column;
}

@media all and (max-width: 767px) {

  .blog article,
  .archive article {
    padding-left: 33.3333%;
    position: relative;
  }
}

@media all and (min-width: 768px) {

  .blog article,
  .archive article {
    flex: 0 1 calc((100% - 6vw) / 3);
    margin-right: 3vw;
  }

  .blog article:nth-of-type(3n),
  .archive article:nth-of-type(3n) {
    margin-right: 0;
  }
}

.blog .post-thumbnail,
.archive .post-thumbnail {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

@media all and (max-width: 767px) {

  .blog .post-thumbnail,
  .archive .post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 30%;
    margin-top: 0;
  }
}

.blog img,
.archive img {
  margin-bottom: 1rem;
}

@media all and (max-width: 767px) {

  .blog img,
  .archive img {
    max-height: 140px;
  }
}

.blog .entry-header,
.archive .entry-header {
  margin: 0;
}

.blog .entry-title,
.blog .entry-subtitle,
.blog .single-rebelgirls-episodes .entry-narrator,
.single-rebelgirls-episodes .blog .entry-narrator,
.archive .entry-title,
.archive .entry-subtitle,
.archive .single-rebelgirls-episodes .entry-narrator,
.single-rebelgirls-episodes .archive .entry-narrator {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
  text-transform: none;
}

@media all and (max-width: 767px) {

  .blog .entry-title,
  .blog .entry-subtitle,
  .blog .single-rebelgirls-episodes .entry-narrator,
  .single-rebelgirls-episodes .blog .entry-narrator,
  .archive .entry-title,
  .archive .entry-subtitle,
  .archive .single-rebelgirls-episodes .entry-narrator,
  .single-rebelgirls-episodes .archive .entry-narrator {
    font-size: 1rem;
  }
}


.blog .entry-subtitle,
.blog .single-rebelgirls-episodes .entry-narrator,
.single-rebelgirls-episodes .blog .entry-narrator,
.archive .entry-subtitle,
.archive .single-rebelgirls-episodes .entry-narrator,
.single-rebelgirls-episodes .archive .entry-narrator {
  display: inline;
}

.blog .entry-title a,
.archive .entry-title a {
  color: #0F29D6;
}

.blog .entry-content,
.archive .entry-content {
  margin: 0 0 1rem;
  max-height: 10rem;
  overflow: hidden;
}

@media all and (max-width: 767px) {

  .blog .entry-content,
  .blog .entry-footer,
  .archive .entry-content,
  .archive .entry-footer {
    font-size: 0.75rem;
  }
}

.blog .entry-footer,
.archive .entry-footer {
  font-weight: 600;
  margin-top: auto;
}

.has-burst .post-thumbnail::before {
  content: " ";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -16px;
  top: -16px;
  height: 50px;
  width: 50px;
}

@media all and (min-width: 768px) {

  .has-burst .post-thumbnail::before {
    right: -16px;
    top: -16px;
    height: 80px;
    width: 80px;
  }
}

.has-burst-new .post-thumbnail::before {
  background-image: url("../burst-new.html");
}

.has-burst-free .post-thumbnail::before {
  background-image: url("../burst-free.html");
}

.has-burst-coming-soon .post-thumbnail::before {
  background-image: url("../burst-coming-soon.html");
}

.has-burst-coming-spring .post-thumbnail::before {
  background-image: url("../burst-coming-spring.html");
}

.has-burst-coming-summer .post-thumbnail::before {
  background-image: url("../burst-coming-summer.html");
}

.has-burst-coming-winter .post-thumbnail::before {
  background-image: url("../burst-coming-winter.html");
}

.has-burst-coming-fall .post-thumbnail::before {
  background-image: url("../burst-coming-fall.html");
}

.has-burst-latest-event .post-thumbnail::before {
  background-image: url("../burst-latest-event.html");
}

.single-rebelgirls-episodes .entry-narrator {
  margin-top: -1rem;
}

.transcript {
  margin: 4rem 0;
}

.transcript .transcript-wrapper {
  margin: 1rem 0;
  height: auto;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.transcript .transcript-wrapper.expanded {
  max-height: 10000px;
  overflow: auto;
}

.transcript .transcript-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, white 0%, transparent 100%);
}

.transcript .transcript-wrapper.expanded::before {
  display: none;
}

.transcript .transcript-expand {
  text-align: center;
}

.transcript .transcript-wrapper.expanded + .transcript-expand {
  display: none;
}

.listen-on {
  margin: 4rem 0;
  max-width: 100vw;
  background-color: #FFE4DB;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}

.listen-on .wrap {
  padding: 1.3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

.listen-on h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0;
}

@media all and (min-width: 400px) {

  .listen-on h3 {
    font-size: 2rem;
  }
}

.listen-on ul {
  list-style-type: none;
  padding: 0;
  margin: 0 1rem;
  display: flex;
  flex-flow: column;
  position: relative;
}

@media all and (min-width: 400px) {

  .listen-on ul {
    margin: 0 2rem;
    padding: 0 76px 0 0;
  }

  .listen-on ul::before,
  .listen-on ul::after {
    display: none;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .listen-on ul::after {
    display: block;
    right: 0;
    height: 100px;
    width: 60px;
    top: 50%;
    margin-top: -50px;
    margin-left: 1rem;
    background-position: left center;
    background-image: url("../bolts-small-right.html");
  }
}

@media all and (min-width: 768px) {

  .listen-on ul {
    padding: 0 46px;
    flex-flow: row nowrap;
  }

  .listen-on ul::before,
  .listen-on ul::after {
    height: 50px;
    width: 30px;
    top: 0;
    margin-top: 0;
  }

  .listen-on ul::before {
    display: block;
    left: 0;
    margin-right: 1rem;
    background-position: right center;
    background-image: url("../bolts-small-left.html");
  }
}

.listen-on li:first-child {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media all and (min-width: 768px) {

  .listen-on li:first-child {
    margin-bottom: 0;
  }
}

.listen-on li .button,
.listen-on li .posts-navigation a,
.posts-navigation .listen-on li a,
.listen-on li .post-navigation a,
.post-navigation .listen-on li a {
  padding-left: 56px;
  position: relative;
}

.listen-on li .button::before,
.listen-on li .posts-navigation a::before,
.posts-navigation .listen-on li a::before,
.listen-on li .post-navigation a::before,
.post-navigation .listen-on li a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 50px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.listen-on .listen-on-apple .button::before,
.listen-on .listen-on-apple .posts-navigation a::before,
.posts-navigation .listen-on .listen-on-apple a::before,
.listen-on .listen-on-apple .post-navigation a::before,
.post-navigation .listen-on .listen-on-apple a::before {
  background-image: url("../podcast_playnow_apple.html");
}

.listen-on .listen-on-spotify .button::before,
.listen-on .listen-on-spotify .posts-navigation a::before,
.posts-navigation .listen-on .listen-on-spotify a::before,
.listen-on .listen-on-spotify .post-navigation a::before,
.post-navigation .listen-on .listen-on-spotify a::before {
  background-image: url("../podcast_playnow_spotify.html");
}

.podcast-subscribe .wrap {
  padding-top: 1rem;
  position: relative;
}

@media all and (max-width: 400px) {

  .podcast-subscribe .wrap {
    padding-bottom: 100vw;
  }
}

@media all and (max-width: 767px) {

  .podcast-subscribe .wrap {
    padding-bottom: 400px;
    max-width: 400px;
  }
}

@media all and (min-width: 768px) {

  .podcast-subscribe .wrap {
    padding-left: calc((100% - 3rem) / 2 + 1rem);
    padding-bottom: 1rem;
  }
}

@media all and (min-width: 1024px) {

  .podcast-subscribe .wrap {
    padding-left: calc((1024px - 3rem) / 2 + 1rem);
  }
}

.podcast-subscribe .wrap::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url("../podcast_subscribe_phone.html");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: calc(100% - 2rem);
  height: 100vw;
  max-height: 400px;
  bottom: 0;
}

@media all and (min-width: 768px) {

  .podcast-subscribe .wrap::after {
    height: auto;
    top: 0;
    left: 1rem;
    width: calc((100% - 3rem) / 2);
  }
}

@media all and (min-width: 1024px) {

  .podcast-subscribe .wrap::after {
    width: calc((1024px - 3rem) / 2);
  }
}

.podcast-subscribe p {
  margin-bottom: 1rem;
}

.podcast-subscribe .channels {
  margin: 0;
  padding: 0;
  max-width: 332px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
}

.podcast-subscribe .channel {
  flex: 0 0 75px;
  height: 75px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.podcast-subscribe .channel a {
  display: block;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.podcast-subscribe .channel-apple a {
  background-image: url("../podcast_subscribe_apple.html");
}

.podcast-subscribe .channel-spotify a {
  background-image: url("../podcast_subscribe_spotify.html");
}

.podcast-subscribe .channel-iheartradio a {
  background-image: url("../podcast_subscribe_iheartradio.html");
}

.podcast-subscribe .channel-google a {
  background-image: url("../podcast_subscribe_google.html");
}

.podcast-subscribe .channel-overcast a {
  background-image: url("../podcast_subscribe_overcast.html");
}

.podcast-subscribe .channel-stitcher a {
  background-image: url("../podcast_subscribe_stitcher.html");
}

.podcast-subscribe .channel-pandora a {
  background-image: url("../podcast_subscribe_pandora.html");
}

.podcast-subscribe .channel-tunein a {
  background-image: url("../podcast_subscribe_tunein.html");
}

.single-rebelgirls-activitys .entry-meta {
  font-weight: 600;
}

.activity-restricted .entry-content {
  position: relative;
}

.activity-restricted .entry-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, white 0%, transparent 100%);
}

.activity-restricted .entry-footer {
  margin-top: 2rem;
}

.activity-restricted .access-form {
  margin-top: 1rem;
}

.activity-restricted .gform_wrapper form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.activity-restricted .gform_wrapper form .gform_body {
  flex: 1 1 auto;
  padding-right: 1%;
}

.activity-restricted .gform_wrapper form .gform_footer {
  flex: 0 0 auto;
  padding-left: 1%;
}

.error404 .site-main .wrap {
  min-height: 30vw;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 80vw;
  align-items: flex-start;
  justify-content: center;
  background: transparent url("../page_error_404.html") left bottom no-repeat;
  background-size: 38%;
  padding-left: 33%;
  text-align: left;
}

@media all and (max-width: 1140px) {

  .error404 .site-main .wrap {
    background-position: left bottom;
  }
}

@media all and (max-width: 992px) {

  .error404 .site-main .wrap {
    max-width: 370px;
    width: 90vw;
    padding: 0 0 20rem;
    background-position: center bottom;
    background-size: 100%;
  }
}

.error404 .site-main .wrap h1 {
  font-size: 3rem;
}

@media all and (min-width: 768px) {

  .error404 .site-main .wrap h1 {
    font-size: 4rem;
  }
}

.error404 .site-main .wrap .wp-block-buttons {
  margin-top: 2rem;
}

/* Media
--------------------------------------------- */

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
  line-height: 0;
}

.wp-block-image figure figcaption,
.post-thumbnail .post-thumbnail-caption {
  color: #0F29D6;
  font-weight: 600;
  font-size: 1rem;
  text-align: right;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text,
.hidden_label .gfield_label,
.site-header .custom-logo-link + .site-title,
.site-header .custom-logo-link ~ .site-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.hidden_label .gfield_label:focus,
.site-header .custom-logo-link + .site-title:focus,
.site-header .custom-logo-link ~ .site-description:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #00CF7D;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* WP Block Editor
--------------------------------------------- */
