/**
 * @file
 * Visual styles for Confea Theme's posts views.
 */
.view-posts .wrapper {
  height: 120px;
  margin-bottom: 30px;
  position: relative;
}

.view-posts .img {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.view-posts .img img {
  width: 220px;
  height: auto;
}

.view-posts h4 {
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
}
.view-posts h4 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.view-posts .body {
  height: 60px;
}
.view-posts .body.news {
  height: 53px;
}

.view-posts .created {
  font-size: 0.78rem;
  line-height: 10px;
}

@media (max-width: 767px) {
  .view-posts .wrapper {
    height: auto;
  }

  .view-posts .title {
    margin-top: 10px;
  }

  .view-posts .img {
    float: none;
    height: auto;
    width: 100%;
  }
  .view-posts .img img {
    width: 100%;
    height: auto;
  }

  .view-posts .body {
    height: auto;
  }

  .view-posts .created {
    position: initial;
    margin-top: 10px;
  }
}
