.post-item .post-item-inner {
  position: relative;
  min-height: 98px;
  padding-left: 95px;
}

.post-item .post-meta {
  width: 74px;
  position: absolute;
  left: 0px;
  top: 6px;
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6;
}

.post-item .post-meta .date {
  font-size: 12px;
  margin-bottom: 0px;
  position: relative;
  transition: all 0.2s linear 0s;
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6;
}

.post-item .post-meta .date .month {
  display: block;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0px;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 16px;
}

.post-item .post-meta .date .day {
  display: block;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0px 12px 0px 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
}

.post-item h2.post-title {
  font-family: Merriweather;
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 0;
  color: #444;
  letter-spacing: 0px;
}

.post-item .post-header {
  margin-bottom: 12px;
}

.post-item h2.post-title a {
  color: #82845c;
}

.post-item h2.post-title a:hover {
  color: #444;
}

.post-item .read-more {
  display: block;
  margin-top: 25px;
}

.post-item .read-more a {
  background-color: #333;
  transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  width: auto;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
}

.post-item .read-more a:hover {
  background-color: #82845c;
  color: #fff;
}

.post-item .post-content {
  border-bottom: 1px solid #DDD;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

.post-item .post-descriptions {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #676767;
}



@media (max-width: 690px) {
  .post-item .post-item-inner {
    padding-left: 0;
  }

  .post-item .post-meta {
    display: none;
  }

  .post-item h2.post-title {
    font-size: 18px;
  }
}

