.pgs-card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    background: white;
}
.pgs-thumbnail {
    max-width: 150px;
    margin-right: 10px;
}
.pgs-post-data{
  width: -webkit-calc( 100% - 160px);
  width: calc( 100% - 160px);
}
@media screen and (max-width: 767px){
  .pgs-thumbnail {
      max-width: 100px;
      margin-right: 10px;
  }
  .pgs-post-data{
    width: -webkit-calc( 100% - 110px);
    width: calc( 100% - 110px);
  }
}
.pgs-post-data a{
  text-decoration: none !important;
}
.pgs-post-date {
    display: block;
    font-size: 12px;
    color: gray;
    text-decoration: none;
}
.wp-post-image {
    display: block;
}
.pgs-post-title {
    display: block;
    font-size: 15px;
    line-height: 1.5rem;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px){
  .pgs-post-title {
    font-size: 12px;
    line-height: 1.2em;
  }
}
.pgs-post-time {
    display: block;
    font-size: 12px;
    color: gray;
    text-decoration: none;
}
@media screen and (max-width: 767px){
  .pgs-post-time {
      font-size: 10px;
  }
}
.pgs-post-price {
    display: block;
    font-size: 12px;
    color: gray;
    text-decoration: none;
}
@media screen and (max-width: 767px){
  .pgs-post-price {
    font-size: 10px;
  }
}
.pgs-post-excerpt{
  display: block;
  font-size: 12px;
  color: gray;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  .pgs-post-excerpt{
    font-size: 10px;
  }
}
.pgs-post-data a{
  text-decoration: none;
}
.pgs-post-reservebtn {
    position: absolute;
    bottom: 6px;
    right: 8px;
    border: 1px solid;
    padding: 2px 10px;
    font-size: 10px;
}
@media screen and (max-width: 767px){
  .pgs-post-reservebtn {
    display: none;
  }
}
