.head-content {
  display: table-cell;
  vertical-align: top;
}

.head-content h2 {
  font-style: normal;
  font-size: 1.9em;
  padding: 0 0 3px;
  margin-bottom: 1.2em;
}

.head-content {
  font-size: 14px;
  line-height: 23px;
}


.head-content .post {
  margin: 0 10px 2.2em 0;
}

.head-content .post h2, .post ul, .post ol {
  margin: 7px 0 7px 35px;
}

.overlay-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  display: block;
}

.head-content .short-post {
  display: inline-block;
  vertical-align: top;
  width: 66%;
}

.short-post .post-title {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 10px 10px 0;
}

.head-content .short-post h2 a {
  color: black;
  line-height: 30px;
  font-size: 26px;
  text-decoration: none;
  letter-spacing: -0.4pt;
}

.head-content .short-post h2 a:hover {
  color: #3580d4;
}

.entry, .post-title {
  background: #f2f2f2;
}

.short-post .post-start {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.short-post .post-start {
  height: 260px;
  background-position: center center;
}

.entry {
  padding: 10px 30px;
  /*text-align: justify;*/
}


@media (max-width: 940px) {

  body {
    padding: 0;
  }

  .head-content, .short-post .post-start {
    max-width: none;
  }

  .entry {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-content, #sidebars {
    float: none;
    display: block;
  }


  .head-content .short-post {
    width: 100%;
    margin-right: 0;
  }
}
