/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.uthill_events {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  overflow: hidden;
  justify-content: space-around;
  padding-top: 1rem;
}
.hillevent {
  width: 40%;
  border: none;
  border-radius: 0;
  display: flex;
  margin-bottom: 2rem;
}
.uthill_events .card {
  flex: 1 1 auto;
}
.uthill_events  .hillevent_date {
  margin-right: 3%;  
  padding: 1rem;
}
.uthill_events header .meta {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.hillevent_title {
  font-size: 1.25rem;
  margin-top: 0;
  line-height: 1.1;
}
.uthill_events a.card-link {
  text-decoration: none;
  color: #6D7074;
  float: left;
  padding: 0.5rem;
}
.uthill_events a.card-link:hover {
  background: #eee;
}
.hillevent_month {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  color: #6D7074;
}
.hillevent_day {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #6D7074;
}
.hillevent_timeicon {
  width: 0.7rem;
  height: 0.7rem;
  fill: #ff8200;
}
.uthill_events_card .img-event {
display: block;
float: left;
overflow: hidden;
max-width: 4rem;
max-height: 4rem;
position: relative;
margin-right: 1rem;
}
.uthill_events_card li {
  clear: both;
  margin-bottom: 3rem;
}

.uthill_events_card .img-event img {
top: 50%;
left: 50%;
position: relative;
transform: translate(-50%, 0%);
}



