/*#ccba71;*/
.box1 {
  height: 80px;
}
.entry-header-inner .entry-title {
  display: none;
}
.entry-content .post {
  display: block;
  position: relative;
}
.entry-content .post:first-child {
  margin-top: 2rem;
}
.entry-content .clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.entry-content .col0,
.entry-content .col1 {
  position: relative;
  z-index: 2;
}
.entry-content .col0 {
  float: left;
  width: calc(100% - 160px);
}
.entry-content .col1 {
  width: 150px;
  height: 150px;
  border: 1px solid #847770;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.post-date {
  color: #a42035;
  font-weight: 500;
}
.entry-title {
  margin-top: auto;
  line-height: normal;
}
.readmore {
  margin-left: 10px;
  margin-top: auto;
  display: inline;
}
.page-numbers.prev,
.page-numbers.next {
  display: none;
}
#btnBackNews {
  color: #a42035;
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
  margin-top: 5px;
  padding-left: 20px;
}
#btnBackNews:before {
  content: "";
  left: 5px;
  top: 4px;
  width: 0px;
  height: 0px;
  position: absolute;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #a42035 transparent transparent;
}
#post-detail h3 {
  color: #a42035;
  text-align: center;
  margin-top: 3rem;
}
#post-detail li {
  position: relative;
  padding-left: 20px;
  margin-left: auto;
  list-style: none;
}
#post-detail li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #847770;
  left: 0;
  top: 8px;
}
#post-detail .bgGrey h3 {
  margin-top: auto;
  text-align: left;
}
#featuredImg {
  text-align: center;
}
#featuredImg img {
  display: inline-block;
}
@media (max-width: 1035px) {
  #post-detail .post-inner {
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
}
@media (max-width: 660px) {
  main header .box1 {
    height: 20px;
    padding: 0;
  }
  #post-detail .box1 {
    display: none;
  }
}
@media (max-width: 420px) {
  .entry-content .col0,
  .entry-content .col1 {
    float: none;
    width: auto;
  }
  .entry-content .col1 {
    margin-bottom: 2rem;
  }
}
