/* Filters */
#filters {
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#filters li {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
}
#filters li.active {font-weight: bold;}
#filters li.active:hover {color:#444; cursor: default;}
#filters li:hover {color: #808080;}
#mixer .mix{display: none;}

/* Grid View */
.filterable-archive [class*="column"] + [class*="column"]:last-child {float: none;}
.filterable-archive .archive-grid a .thumbnail {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.filterable-archive .archive-grid a .thumbnail:before {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    content: "+";
    display: block;
    font-size: 2.6rem;
    opacity: 0;
    padding: 30% 44%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.filterable-archive .archive-grid a:hover .thumbnail:before, .filterable-archive .archive-grid a:hover .post_title:after {
  opacity: 1;
}
.filterable-archive .archive-grid a .post_title {
  color: #000;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.filterable-archive .archive-grid a .post_title:after {
  background: #444;
  content: "";
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

/* List View */
.filterable-archive .archive-list {
  display: block;
  margin-bottom: 1.2rem;
  width: 100%;
}
.filterable-archive .archive-list .large-4 {
  padding-left: 0;
}
.filterable-archive .archive-list .large-4 .thumbnail {
  width: 100%;
  height: 195px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 0.3rem;
}
.filterable-archive .archive-list .large-4 .website {
  display: block;
}
.filterable-archive .archive-list .large-4 .phone {
  margin-bottom: 0.3rem;
}
.filterable-archive .archive-list .large-8 h4 {
  margin: 0;
  line-height: 1.6rem;
  vertical-align: text-top;
  margin-bottom: 1rem;
}
.filterable-archive .archive-list .large-8 p {
  margin-bottom: 0.5rem;
}

/* Pager */
.pager-list {
    margin: 1em auto;
    text-align: center;
}
.pager-list .pager {
    border-radius: 3px;
    cursor: pointer;
    color: #444;
    font-weight: bold;
    padding: 0.25rem 0.75rem;
}
.pager-list .pager:hover {
    background: #fff;
}
.pager-list .pager.active {
    background: #008cba;
    color: #fff;
    cursor: default;
}
.pager-list .pager.active:hover {
    background: #008cba;
}