* {
}
body {
 
}
.wrapper {
  max-width: 1100px;
  margin: 0 auto; 
}
h1 {
  
}
.loadMore {
  text-align: center; font-family: 'proxima_nova_ltsemibold';
}
.loadMore__btn {
  display: inline-block;
  padding: 10px 30px;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #999;
  margin-top:50px; margin-bottom:50px; font-family: 'proxima_nova_ltsemibold';   -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
}
.loadMore__btn:hover{ color:#fff; background:#999; }

.post {
  float: left;
  width: 50%;
}
.post.full {
  width: 100%; margin-bottom:5px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
