/* -------------------- */
/* ## Publications Icons
/* -------------------- */

.pane-bean-featured-publications-menu-block a {
  display: flex !important;
}

.pane-bean-featured-publications-menu-block a:before {
  content: '\f02d';
  font-family: FontAwesome;
  display: block;
  margin-right: 0.5em;
  color: #676767;
}

/* -------------------- */
/* ## CROPS PANEL GRID
/* -------------------- */
.crops-people .view-content {
    display: flex;
    flex-flow: wrap;
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: 1rem;
}

.crops-item {
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    padding: 1rem;
    margin: 0 0.7% 0 0.7%;
    outline: 1px solid #dddddd;
    flex: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
}

.crops-item img {
    float: left;
    padding-right: 0.75rem;
}

.crops-item .views-field.views-field-field-people-image {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .crops-item{ flex-basis: 48.6%; }
}

@media only screen and (min-width: 1024px) {
    .crops-item{ flex-basis: 23.6%; }
}
