/*
Theme Name: mosaic-child
Theme URI:
Description:
Author:
Author URI:
Template: mosaic
Version: 0.1
*/

#latest-fixtures {
  background: #FFF;
  border-radius: 4px;
  padding: 20px;
  color: #282828;
  display: flex;
}

#latest-fixtures .fixture-item:not(:last-of-type) {
  border-right: 1px solid #DDD;
}

.flex-one {
  flex: 1;
}

.mb-10 {
  margin-bottom: 10px!important;
}

.fixture-item h4, .fixture-item h5, .fixture-item h3 {
  color: #282828;
}

#latest-fixtures .fixture-item .fixture-date {
  font-weight: 100;
  font-size: 16px;
}

#latest-fixtures .fixture-item .fixture-time {
  line-height: 20px;
}

#latest-fixtures .fixture-item h5 {
  font-weight: 100;
  font-size: 13px;
}

#latest-fixtures .fixture-item .fixture-league {
  font-size: 16px;
  color: #D1272B;
  line-height: 19px;
}

#latest-fixtures .fixture-item .fixture-location {
  font-size: 16px;
  line-height: 19px;
}

.fixture-item img {
  height: 50px!important;
}
