/* stylelint-disable */
@media (min-width: 992px) {
  .single .site-content {
    width: 100%;
  }
}
.single .site-content__block {
  background-color: #fff;
  display: inline-block;
  width: 100%;
}
.single .site-content__header {
  width: 100%;
}
.single .site-content__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  max-width: 90%;
  width: 100%;
  margin: 70px auto 100px;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1366px) {
  .single .site-content__wrapper {
    padding: 40px 70px 100px;
    margin-top: 100px;
  }
}
.single .site-content__grid {
  width: 100%;
}
.single .site-content__grid .article-author {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.667;
  color: #000;
  margin-bottom: 1.25rem;
}
.single .site-content__grid .article-img {
  height: 200px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .single .site-content__grid .article-img {
    height: auto;
    float: left;
    margin-right: 42px;
  }
}
.single .site-content__grid .article-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 992px) {
  .single .site-content__grid .article-img img {
    max-width: 500px;
    height: auto;
  }
}
.single .site-content__grid .article-body a {
  color: #c59454;
}
.single .site-content__grid .article-body h2 {
  color: #000;
}
.single .site-content__grid .article-body h3 {
  font-weight: 400;
}
