.cal_wrapper {
  max-width: 800px;
  min-width: 300px;
  margin: 2.0833% auto;
}
.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 600px) {
  .googlecal {
    padding-bottom: 75%;
  }
}
.activity_linkItem {
  border: 1px solid #ccc;
}

.activity_linkItem .__title {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 1.8rem;
}

.activity_linkItem time {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  color: #b2b2b2;
}

.activity_content {
  color: #2F393E;
  padding: 0 1rem 3rem;
  position: relative;
  width: 60%;
}

.activity_link {
  display: flex;
  padding: 1rem;
}

.activity_thumbnail {
  width: 40%;
  padding: 0 1rem;
}

.activity_thumbnail img {
  width: 100%;
}

.schedule_post__utility {
  display: flex;
  background: #feb431;
}

.schedule_post__utility form input[type="submit"] {
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  padding: 1rem;
  background: #F7991D;
  border-right: 1px solid #fff;
}

.schedule_post__buttons {
  display: flex;
}

.paginate_link {
  display: flex;
  justify-content: flex-end;
}

.paginate_link a, .paginate_link span {
  padding: .5rem;
}

@media screen and (min-width: 768px) {
  .activity_content {
    width: 80%;
  }
  .activity_thumbnail {
    width: 20%;
  }
}
/*# sourceMappingURL=schedule.css.map */