.overview_items {
  min-height: 60vh;
}
@media screen and (max-width: 1180px) {
  .overview_items {
    min-height: 60vh;
  }
}
@media screen and (max-width: 800px) {
  .overview_items {
    min-height: 0;
  }
}
@media screen and (max-width: 800px) {
  .overview_items .item:nth-last-of-type(2n) {
    margin-bottom: 0;
  }
}

#filter_blog {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #filter_blog {
    margin-bottom: 10px;
  }
}
#filter_blog li {
  width: 20%;
  float: left;
  margin-right: 1%;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  #filter_blog li {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  #filter_blog li {
    width: 100%;
    margin-right: 0;
  }
}
#filter_blog li button {
  float: left;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 42%;
}
@media screen and (max-width: 1180px) {
  #filter_blog li button {
    left: 52%;
  }
}
@media screen and (max-width: 800px) {
  #filter_blog li button {
    position: static;
    float: right;
  }
}
#filter_blog li.sort_by {
  float: right;
  margin-right: 0;
}

.load_more_wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  clear: left;
  position: relative;
  text-align: center;
}
.load_more_wrapper .load_more_button {
  color: #3591cf;
  border: 1px solid #3591cf;
  display: inline-block;
  width: auto;
  padding: 12px 24px;
  font-size: 0.9rem;
  background: #FFF;
  position: relative;
  opacity: 1;
  visibility: visible;
  float: none;
  margin-top: 30px;
  transition: background 400ms ease 0ms, color 400ms ease 0ms, opacity 400ms ease 0ms, visibility 0ms ease 0ms;
}
.load_more_wrapper .load_more_button.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease 0ms, visibility 0ms ease 400ms;
}
.load_more_wrapper .load_more_button:hover {
  background: #3591cf;
  color: #FFF;
}

/*# sourceMappingURL=blog_overview.css.map */