.read-more-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.read-more-wrapper p {
  margin-top: 0;
}

.read-more-wrapper.active {
  overflow: auto;
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.btn-red {
  padding: 10px 20px;
  transition: background 0.4s ease-in-out;
  cursor: pointer;
  margin: 0;
}
.btn-red:after {
  transition: background 0.4s ease-in-out;
}

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