/**
 * @file
 * Override default styling for Open Berkeley Portfolio.
 */

.openberkeley-portfolio-isotope-element h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.333rem;
  line-height: 1.5;
}

.openberkeley-portfolio-isotope-element {
  font-size: 0.933rem;
  line-height: 1.5;
  min-height: 280px;
}

.openberkeley-portfolio-isotope-element h2,
.openberkeley-portfolio-isotope-element .content {
  margin-top: 0;
}

/**
 * Filter buttons.
 */

.openberkeley-portfolio-isotope-filter .button {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button:hover,
.openberkeley-portfolio-isotope-filter .button:focus {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button:active,
.openberkeley-portfolio-isotope-filter .button.selected {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button.selected:active,
.openberkeley-portfolio-isotope-filter .button.selected:focus {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button.selected {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button:active {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button {
  /* If needed */
}

.openberkeley-portfolio-isotope-filter .button:first-child { /* If needed */ }
.openberkeley-portfolio-isotope-filter .button:last-child { /* If needed */ }

