.sdg-calendar .button-wrapper {
  margin: 15px 0;
  text-align: center;
}
.sdg-calendar .calendar-items.row {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  width: 100%;
}
.sdg-calendar .calendar-items.row li {
  background: white;
  flex: 1 0 100%;
  padding: 10px;
  margin: 0 0 15px 0;
  border-radius: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1000px) {
  .sdg-calendar .calendar-items.row li {
    flex: 1 0 30%;
    margin: 0 15px 15px 0;
  }
}
.sdg-calendar .agenda-date {
  display: grid;
  grid-template-columns: 40% 1fr;
  height: 65px;
}
.sdg-calendar .agenda-date span {
  color: #898989;
}
.sdg-calendar .agenda-date .day {
  grid-column: 1;
  grid-row: 1 / 3;
  font-size: 4rem;
  line-height: 4rem;
  text-align: right;
  padding-right: 10px;
}
.sdg-calendar .agenda-date .day-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1rem;
  padding-top: .6em;
}
.sdg-calendar .agenda-date .month-year {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1rem;
}
.sdg-calendar .calendar-item .inside-article {
  background: #F3F3F3;
  padding: 1em;
  border-radius: 1em;
  position: relative;
  margin: 1em 0 0 0;
  display: flex;
  flex-flow: column nowrap;
}
.sdg-calendar .calendar-item h2 {
  font-size: 1.1rem;
  font-weight: bold;
}
.sdg-calendar .calendar-item a {
  color: #333;
  text-decoration: none;
}
.sdg-calendar .calendar-item .post-image {
  display: none;
  float: right;
  width: 200px;
  height: auto;
  margin: -1.2em 0 0 1.2em;
}
.sdg-calendar .calendar-item .post-image img {
  max-width: 100%;
  height: auto;
}

.sdg-calendar .inside-article p{
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
}

.sdg-calendar .calendar-item .entry-summary {
  margin-top: .3em;
}
.sdg-calendar .calendar-item .entry-summary p {
  color: #333;
  line-height: 150%;
}
.sdg-calendar .calendar-item:first-of-type .inside-article {
  background: #E8B068;
}
.sdg-calendar .calendar-item:first-of-type .inside-article a, .sdg-calendar .calendar-item:first-of-type .inside-article h2 {
  color: white;
}
.sdg-calendar .calendar-item:first-of-type .inside-article .entry-summary p, .sdg-calendar .calendar-item:first-of-type .inside-article .post-source {
  color: white;
}

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