.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .posts .post {
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #95a5a6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .posts .post-style-1 {
    margin: 10px;
    overflow: hidden;
    width: 300px;
    height: 200px;
    position: relative; }
    .posts .post-style-1 .post-content {
      background: rgba(0, 0, 0, 0.439216);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px;
      color: white;
      height: 100px; }
      .posts .post-style-1 .post-content a.post-content-href {
        height: 40px;
        font-size: 18px;
        color: #74b9ff; }
      .posts .post-style-1 .post-content p.post-content-brief {
        margin: 0;
        line-height: 21px;
        overflow: hidden; }
  .posts .post-style-2 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden; }
    .posts .post-style-2 .post-image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 40%;
      max-height: 200px; }
      .posts .post-style-2 .post-image img {
        height: 100%; }
    .posts .post-style-2 .post-content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 55%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden; }
      .posts .post-style-2 .post-content .post-content-href {
        width: 50%; }
      .posts .post-style-2 .post-content .post-content-brief {
        overflow: hidden;
        margin: 0;
        width: 45%;
        overflow: hidden;
        position: relative;
        line-height: 20px;
        max-height: 200px;
        text-align: justify; }
  .posts .post-style-feature {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .posts .post-style-feature .post-image {
      width: 100%; }
      .posts .post-style-feature .post-image img {
        max-height: 300px; }
    .posts .post-style-feature .post-content-href {
      font-size: 25px; }
    .posts .post-style-feature .post-content-brief {
      display: none; }

.post:hover {
  opacity: 0.7; }

.post:last-child {
  border-bottom: none; }

#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 480px) {
  .posts .post-style-2 .post-content .post-content-href {
    font-size: 22px;
    width: 100%; }
  .posts .post-style-2 .post-content .post-content-brief {
    display: none; } }
