/*
Theme Name: Christian Brothers University
Author: Research & Design
Author URI: https://rd.education/
Description: Custom theme designed for Christian Brothers University (CBU). Designed and developed by Research & Design.
Tags: university, accessible, WCAG 2.1 (AA), higher education
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/

.index-news-events .image-container, .featured-news .image-container {
  aspect-ratio: 3/2;
}

.index-news-events .image-container img {
  height: -webkit-fill-available !important;
}
.image-container img {
object-fit: cover;    
width: auto;    
min-height: 100%;    
height: 140px;	    
object-position: center;
}
.news-list-item__image {
background-color: none;
}

.news__list .news-list-item__image img {
object-fit: cover;    
width: auto;    
min-height: 100%;    
height: 140px;	    
object-position: center;
}

.tribe-events-c-search__input-control--location{
  display: none;
}