/*collections overview*/
.russell-collections-block .col-auto {
  padding-right: 0;
  padding-left: 0;
}
.russell-collections-block h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #000;
}
.russell-collections .view-content {
  display:flex;
  flex-wrap;
}
.russell-collections .view-content .collection {
  width: 33%;
  padding-right: 15px;
  margin-bottom: 20px;
}
.russell-collections .view-content .views-field-title {
  margin-top: 6px;
  font-size: 0.85em;
}
.russell-collections .view-content .views-field-title h2 {
  font-family: 'Merriweather', serif;
  text-transform: none;
  font-size: 1.3em;
  color: #5c5c5c;
}
/*gil search*/
.gil-search {
  padding: 2em 0;
}
.gil-search input[type=submit] {
  background: #BA0D2F;
    border: none;
    color: #fff;
    padding: 0.8em 2em;
    font-size: 0.8em;
    font-weight: 300;
    height: 40px;
}
.gil-search input[type=submit]:hover, .gil-search input[type=submit]:focus {
  cursor: pointer;
  background-color:#974343;
  text-decoration: none;
  color:#fff;
}
.gil-search select {
  margin-right: 5px;
}
.gil-search input {
  background: #F3F3F3;
  height: 40px;
  box-shadow: none;
  color: #000;
  border: none;
  margin: 5px;
  padding: 4px;
}
/*special formats*/
.special-formats {
  padding: 2em 0;
}
.special-formats h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #000;
}

.special-formats .view-content {
  display:flex;
  flex-wrap:wrap;
}
.special-formats .view-content .views-row {
  width: 50%;
  text-align: center;
}
@media (max-width: 570px) {
  .special-formats .view-content .views-row {
    width: 100%;
    text-align: center;
  }
  .russell-collections .view-content .views-field-title h2 {
    font-size: 1em;
  }
}
/*collection feed*/
.collection-feed .views-row {
  width: 100%;
  padding: 1.15em 0;
  border-bottom: 1px solid #E6E4E1;
}
.collection-feed .views-field-field-database-record-link {
  font-family: 'Merriweather', serif;
  font-size: 1.45em;
}
.collection-feed .views-field-field-database-record-link a {
  color:#000;
  font-weight: 300;
}
.collection-feed .pagination {
  margin: 2.5em 0;
}
.collection-feed .captcha-admin-links {
  display:none;
}
.collection-feed .views-exposed-form .js-form-item {
  padding-right: 15px;
}
.collection-feed .form-text {
  margin-top: 0;
}
.collection-feed .form-actions .btn-primary {
  padding: 9px 25px 7px;
    font-weight: 300;
    font-size: 0.9em;
    border-radius: 5px;
}

  .collection-feed .views-field-field-database-record-link a {
    font-size: 0.85em;
  }
@media (max-width: 768px) {
  .russell-collections .view-content .collection {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .russell-collections .view-content .collection {
    width: 100%;
  }
}
