/*!
Astroride Editor Styles

TO DO:
- Cover
*/
body, p, .editor-default-block-appender .editor-default-block-appender__content {
  font-size: 20px;
}

/** === Editor Frame === */
body .wp-block[data-align="full"] {
  width: 100%;
}

@media (min-width: 30em) {
  body .wp-block[data-align="full"] {
    width: calc( 100% + 90px);
    max-width: calc( 100% + 90px);
  }
}

@media (min-width: 48em) {
  body .editor-writing-flow {
    max-width: 80%;
    margin: 0 10%;
  }
  body .editor-post-title__block,
  body .editor-default-block-appender,
  body .editor-block-list__block {
    margin-left: auto;
    margin-right: auto;
  }
  body .wp-block[data-align="wide"] {
    width: 100%;
  }
  body .wp-block[data-align="full"] {
    position: relative;
    left: calc( -12.5% - 14px);
    width: calc( 125% + 116px);
    max-width: calc( 125% + 115px);
  }
  body .wp-block[data-align="right"] {
    max-width: 125%;
  }
}

/** === Content Width === */
.wp-block {
  width: calc(100vw - (2 * 1em));
  max-width: 100%;
}

@media (min-width: 48em) {
  .wp-block {
    width: calc(8 * (100vw / 12));
  }
}

@media (min-width: 80em) {
  .wp-block {
    width: calc(7 * (100vw / 12));
  }
}

.wp-block .wp-block {
  width: 100%;
}

/** === Base Typography === */
body {
  color: #35383a;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.65;
}

/* Headings, Lists & Links */
h1 {
  font-size: 2.488em;
}

h2 {
  font-size: 33px;
}

@media (min-width: 1280px) {
  h2 {
    font-size: calc(33px + 7 * (100vw - 1280px) / 640);
  }
}

@media (min-width: 1920px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 27px;
}

@media (min-width: 1280px) {
  h3 {
    font-size: calc(27px + 6 * (100vw - 1280px) / 640);
  }
}

@media (min-width: 1920px) {
  h3 {
    font-size: 33px;
  }
}

h4 {
  font-size: 23px;
}

@media (min-width: 1280px) {
  h4 {
    font-size: calc(23px + 4 * (100vw - 1280px) / 640);
  }
}

@media (min-width: 1920px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 19px;
}

@media (min-width: 1280px) {
  h5 {
    font-size: calc(19px + 4 * (100vw - 1280px) / 640);
  }
}

@media (min-width: 1920px) {
  h5 {
    font-size: 23px;
  }
}

small,
.text-small {
  font-size: 0.833em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #0f0f0f;
  margin-bottom: .5em;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: #188fd9;
}

h1 {
  margin-top: 0;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

a {
  color: #32a0e5;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #188fd9;
}

a:focus {
  outline: thin dotted;
}

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

.has-accent-background-color,
.has-primary-background-color,
.has-secondary-background-color,
.has-light-gray-background-color {
  color: #fff;
}

.has-accent-background-color p,
.has-accent-background-color h1,
.has-accent-background-color h2,
.has-accent-background-color h3,
.has-accent-background-color h4,
.has-accent-background-color h5,
.has-accent-background-color h6,
.has-accent-background-color a,
.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a {
  color: #fff;
}

.has-white-background-color {
  color: #35383a;
}

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

/** === Post Title === */
.editor-post-title__block .editor-post-title__input {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

/** === Default Appender === */
.editor-default-block-appender .editor-default-block-appender__content {
  font-family: "Lora", serif;
}

/** === Heading === */
.wp-block-heading strong {
  font-weight: bolder;
}

/** === Paragraph === */
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
  font-size: 90px;
  font-weight: 800;
  margin: .17em .1em 0 0;
}

.wp-block-paragraph.has-drop-cap:not(:focus)::after {
  padding-top: 0;
  display: inline;
}

/** === Gallery === */
.wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
}

/** === Image === */
@media (min-width: 48em) {
  .wp-block-image[data-align="wide"] {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    max-width: 100vw;
  }
}

@media (min-width: 120em) {
  .wp-block-image[data-align="wide"] {
    margin-left: calc(20% - 20vw);
    margin-right: calc(20% - 20vw);
  }
}

/*# sourceMappingURL=style-editor.css.map */