@import url(https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

button {
  outline: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

q {
  display: inline;
  font-style: italic; }

q:before {
  content: '"';
  font-style: normal; }

q:after {
  content: '"';
  font-style: normal; }

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 2px; }

big {
  font-size: 120%; }

small, sup, sub {
  font-size: 80%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

dd {
  margin-left: 20px; }

kbd, tt {
  font-family: courier;
  font-size: 12px; }

ins {
  text-decoration: underline; }

del, strike, s {
  text-decoration: line-through; }

dt {
  font-weight: bold; }

address, cite, var {
  font-style: italic; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.editor-block-list__insertion-point {
  z-index: -1; }

svg {
  height: 100%;
  width: 100%; }

*, li, p, h1, h2, h3 {
  font-family: 'Lexend Deca', sans-serif; }

body {
  font-size: 10px; }
  @media screen and (min-width: 1200px) and (min-device-width: 1200px) {
    body {
      font-size: 16px; } }

p {
  line-height: 1.4; }

ul {
  list-style: disc; }

.o-button {
  cursor: pointer; }

.c-add-form {
  position: fixed;
  top: 1em;
  left: 100%;
  background: #FFF;
  padding: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  -webkit-box-shadow: 0px 0px 5px 1px #000;
          box-shadow: 0px 0px 5px 1px #000;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .c-add-form.slide-in {
    left: 1em; }

.c-add-form__input {
  margin: 1em;
  display: block; }

.c-add-form__submit {
  background: #000;
  color: #FFF;
  display: inline-block;
  border-radius: 2em;
  padding: 1em; }

.c-add-form__close {
  position: absolute;
  top: 1em;
  right: 1em;
  background: #000;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  padding: .5em; }

.c-calendar__wrapper {
  width: 100%;
  height: auto; }

.c-calendar__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-calendar__day {
  background: #CCC;
  height: 12em;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFF; }
  .c-calendar__day > div {
    width: auto;
    height: auto;
    padding: .5em; }
  @media screen and (min-width: 700px) and (min-device-width: 700px) {
    .c-calendar__day {
      height: 12vw;
      -ms-flex-preferred-size: 13%;
          flex-basis: 13%; } }

.c-calendar__day--add {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  padding: 1em;
  background: #000;
  color: #FFF;
  top: .5em;
  right: .5em; }

.c-calendar__day--overview {
  color: #FFF;
  padding: .5em;
  cursor: pointer; }

.c-show-trans {
  position: fixed;
  top: 1em;
  left: 100%;
  background: #FFF;
  padding: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  -webkit-box-shadow: 0px 0px 5px 1px #000;
          box-shadow: 0px 0px 5px 1px #000;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .c-show-trans.slide-in {
    left: 1em; }

