.single main {
  min-height: 500px;
}

.single main h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.single main .date {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.single main .text-box {
  margin-bottom: 30px;
}

.single main .text-box p {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.single main .img-box {
  overflow: hidden;
  margin-bottom: 30px;
}

.single main .img-box .img-crop-box {
  position: relative;
  overflow: hidden;
  float: left;
  width: 300px;
  height: 225px;
  margin: 10px;
}

.single main .img-box .img-crop-box img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 225px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single main .img-box .img-crop-box .img-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.8em;
}

.single main .file-box a {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  background-color: #008639;
  color: #fff;
}

.single main .file-box a:hover {
  background-color: #30AF67;
}
/*# sourceMappingURL=single.css.map */