  .calendar {
    color: #fff;
    margin: 10px auto;
    background: #070707;
    padding: 60px 40px 80px 40px;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(2, 2, 2, 0.2);
    position: relative;
  }

  .calendar__title {
    text-align: center;
  }

  .calendar--day-view {
    position: absolute;
    border-radius: 3px;
    top: -2.5%;
    left: -2.5%;
    width: 100%;
    /* height: 100%; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 12px 5px rgba(2, 2, 2, 0.16);
    z-index: 2;
    overflow: hidden;
    transform: scale(0.9) translate(30px, 30px);
    opacity: 0;
    visibility: hidden;
    /*   border-radius: 5px; */
    display: none;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .day-view-content {
    color: #222;
    width: 100%;
    padding-top: 55px;
  }

  .day-highlight,
  .day-add-event {
    padding: 8px 10px;
    margin: 12px 15px;
    border-radius: 4px;
    background: #e7e8e8;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    font-family: "Avenir", sans-serif;
  }

  .row-calendar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .row-calendar .qtr {
    width: 40%;
  }

  .row-calendar .half {
    width: 100%;
  }

  @media (min-width: 800px) {
    .row-calendar {
      flex-wrap: nowrap;
    }

    .row-calendar .half {
      width: 35%;
    }

    .row-calendar .qtr {
      width: 25%;
    }
  }

  .day-add-event {
    background: #0d0d0e;
    color: #fff;
    padding: 16px;
    display: none;
    transform: translateY(-15px);
    opacity: 0;
  }

  .day-add-event[data-active="true"] {
    display: block;
    animation: popIn 250ms 1 forwards;
  }

  .add-event-label {
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Avenir', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }

  .add-event-edit {
    display: block;
    margin: 4px 0;
    max-width: 70%;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
  }

  .add-event-edit--long {
    max-width: 90%;
  }

  input.add-event-edit {
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    outline: none;
    font: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
  }

  .add-event-edit--error,
  input.add-event-edit--error {
    border-color: #ff5151;
    animation: shake 300ms 1 forwards;
  }

  @keyframes shake {

    20%,
    60% {
      transform: translateX(4px);
    }

    40%,
    80% {
      transform: translateX(-4px);
    }
  }

  input.add-event-edit::-webkit-input-placeholder {
    color: #fff;
  }

  input.add-event-edit:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }

  input.add-event-edit::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }

  input.add-event-edit:-ms-input-placeholder {
    color: #fff;
  }

  .event-btn {
    padding: 3px 8px;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 65px;
    margin: 5px 0;
    text-align: center;
  }

  .event-btn--save {
    border-color: #fff;
    background: #74c500;
    color: #fff;
    border-color: transparent;
  }

  .event-btn--save:hover {
    box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.2);
  }

  .event-btn--cancel {
    background: #ff5151;
    color: #fff;
    border-color: transparent;
  }

  .event-btn--cancel:hover {
    box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.2);
  }

  /* .add-event-btn:hover, .add.event-btn:focus{
    background: #00258e;
    box-shadow: 0px -1px 2px rgba(3,2,2,0.2);
  } */
  .day-highlight .day-events-link {
    border-bottom: 2px solid #222;
    padding: 0;
    cursor: pointer;
  }

  #add-event {
    color: #04b6e2;
    border-color: #04b6e2;
  }

  .day-view-exit {
    position: absolute;
    top: 24px;
    line-height: 1em;
    left: 22px;
    font-size: 22px;
    color: #252525;
    font-family: 'Avenir', sans-serif;
    font-weight: 800;
    cursor: pointer;
    opacity: 0;
    animation: popIn 200ms 1 forwards;
    text-transform: uppercase;
  }

  .day-view-date {
    position: absolute;
    top: 19px;
    right: 22px;
    text-align: right;
    font-size: 22px;
    font-family: 'Avenir', sans-serif;
    font-weight: 800;
    color: #393939;
    border-bottom: 2px solid #222;
    cursor: pointer;
  }

  .day-inspiration-quote {
    position: absolute;
    /*   top: 90px; */
    margin-top: -40px;
    left: 10%;
    width: 80%;
    height: calc(100% - 110px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #ddd;
    line-height: 1.1em;
    font-family: 'Avenir', sans-serif;
    z-index: -1;
  }

  .day-event-list-ul {
    list-style: none;
    margin: auto;
    width: 95%;
    padding: 0;
    max-height: 300px;
    overflow: auto;
  }

  .day-event-list-ul li {
    padding: 10px;
    margin: 10px 0;
    /*   background: #04b6e2; */
    /*   box-shadow: 0px 1px 1px  rgba(2,2,2,0.5); */
    position: relative;
  }

  .event-dates small {
    font-size: 0.65em;
    color: #444;
  }

  .event-dates {
    font-weight: 800;
    font-family: 'Avenir', sans-serif;
    color: #04b6e2;
    font-size: 18px;
    text-transform: lowercase;
    /*   position: relative; */
  }

  .event-delete {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #f25656;
    cursor: pointer;
  }

  .event-name {
    font-size: 19px;
    font-family: 'Avenir', sans-serif;
    color: #222;
    padding: 10px;
    background: #f7f7f7;
    margin: 2px 0;
    display: block;
    text-transform: initial;
  }

  .calendar--day-view-active {
    animation: popIn 200ms 1 forwards;
    visibility: visible;
    display: flex;
    transition: visibility 0ms;

  }

  .calendar--view {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
  }

  .cview__month {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Avenir', sans-serif;
    padding-bottom: 20px;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-around;
  }

  .cview__month-last,
  .cview__month-next,
  .cview__month-current {
    width: 33.33333%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #FFF;
  }

  .cview__month-last:hover,
  .cview__month-next:hover {
    color: #fff;
  }

  .cview__month-current {
    font-size: 22px;
    cursor: default;
    animation: popIn 200ms 1 forwards;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
  }

  .cview__month-reset {
    animation: none;
  }

  .cview__month-activate {
    animation: popIn 100ms 1 forwards;
  }

  .cview--spacer,
  .cview__header,
  .cview--date {
    width: 14.28571428571429%;
    max-width: 14.28571428571429%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: clip;
    font-size: 14px;
    font-weight: 900;
  }

  .cview--date {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
  }

  .has-events::after {
    border-radius: 100%;
    animation: popIn 200ms 1 forwards;
    background: rgba(255, 255, 255, 0.95);
    transform: scale(0);
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 12px;

  }

  .cview--date:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }

  .cview--date.today::before {
    animation: popIn 200ms 1 forwards;
    background: #57b440;
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    top: 33px;
    left: 23px;
  }

  .cview--date.today-error::before {
    animation: popIn 200ms 1 forwards;
    background: #da3114;
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    top: 33px;
    left: 23px;
  }

  @keyframes popIn {

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .cview--date::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transform: scale(0.8);
    z-index: 0;
  }

  .footer-calendar {
    width: 100%;
    bottom: 50px;
    left: 0;
    position: absolute;
    font-size: 14px;
    text-align: center;
  }

  .footer__link {
    cursor: pointer;
    padding: 2px 5px;
    border-bottom: 1px solid #fff;
  }