/*
Theme Name: VetaHumanz
Theme URI: https://vet.purdue.edu/vetahumanz
Author: Vet Web Team
Author URI: https://vet.purdue.edu/vetahumanz
Description: A custom theme for the VetaHumanz project.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vetahumanz
*/


/* Custom Search and Filter Styles */
@media (min-width: 576px) {
    .search-filter-results .et_builder_outer_content{
        display: flex;
        flex-wrap: wrap;
    }
}


.sf-card {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ececec !important;
  padding: 0 !important;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2) !important;
}

.sf-card__image {
  background-position: center top !important;
  background-size: cover !important;
  height: 325px !important;
  width: 100% !important;
}

.sf-card__title-container {
  padding: 25px !important;
  background-color: black !important;
  color: white !important;
  height: 115px !important;
  text-align: center !important;
}

.sf-card__nickname {
  font-size: 2.3em !important;
  font-family: 'United Sans Condensed', Impact, 'Arial Black', sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  color: white !important;
}

.sf-card__name {
  padding-top: 0 !important;
}

h1 {
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
}

/* Carry-over CSS for Bootstrap 3 'pull-left' and 'pull-right' */
.pull-left {
  float: left !important;
  margin-right: 1em !important;
}

.pull-right {
  float: right !important;
  margin-left: 1em !important;
}
