/*
Styles for the block editor and front end
*/
/* Import Atomic Blocks Sass Variables (inc/sass/variables.scss) */
/* These variables are used througout style.scss. */
/* Body font styles */
/* Title font styles */
/* Color variables */
/* Responsive media query mixins */
/* Styles for small text with uppercase font style. Used on dates and post meta */
.alignfull,
.alignwide {
  margin-bottom: 2em;
  width: 100%;
}
@media (max-width: 600px) {
  .alignfull.wp-block-gallery,
  .alignwide.wp-block-gallery {
    margin-left: -8px;
    margin-right: -8px;
    width: inherit;
  }
}
.alignfull img,
.alignwide img {
  width: 100%;
  display: block;
}

p + .alignfull,
p + .alignwide {
  margin-top: 2em;
}

.alignwide {
  max-width: none;
}
@media (min-width: 1000px) {
  .alignwide {
    width: 75vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.edit-post-visual-editor .alignwide {
  margin-bottom: 0;
  width: 58vw;
}
@media only screen and (max-width: 1300px) {
  .edit-post-visual-editor .alignwide {
    width: 100%;
  }
}
.alignwide.wp-block-gallery {
  width: 91vw;
}

.alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
.edit-post-visual-editor .alignfull {
  margin-bottom: 0;
  width: 100%;
}

.wp-block-columns {
  justify-content: space-between;
}

.wp-block-column {
  width: 48%;
  flex: 0 1 auto;
}

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