/**** news ****/
.posts .container,.news .container {
  width: 940px;
  margin: 30px auto;
}
.main {
  float: left;
  width: 620px;
}
#sidebar {
  float: right;
  width: 280px;
  border: 2px dashed #ddd;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
#sidebar h3 {
  background-color: #87cefa;
  color: #fff;
  border-radius: 5px;
  padding: .5em .8em;
}
#sidebar .widget {
  margin-bottom: 30px;
}
#sidebar .widget li {
  line-height: 1.8;
}
.news .navigation-single {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 15px;
}
.navigation-single .prev {
  float: left;
  width: 50%;
}
.navigation-single .next {
  float: right;
  width: 50%;
  text-align: right;
}
.post {
  margin-bottom: 40px;
  width: 620px;
/*  padding-left: 24px;*/
}
.post h3 {
  margin-bottom: 0;
  border: none;
}
.post-image {
  margin-bottom: .5em;
}
.post-image img {
  max-width: 620px;
}
.post-image-thum {
  float: left;
  margin: 0 1em 1em 0; 
}
@media (max-width: 767px) {
  .post,.posts .container,.news .container {
    width:100%;
    margin: 1em 0 2em;
  }
  .main {
    float: none;
    width: 100%;
  }
  #sidebar {
    float: none;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  #sidebar .widget {
    margin-bottom: 1em;
  }
  .posts .navigation {
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 1em;
  }
  .post-image img {
    width: 100%;
  }
  .post-image-thum {
    float: none;
    margin-right: 0;
  }
  

}