.games-pages {
  background-color: #e52a52;
  color: #fff;
}

.games-pages .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.games-pages .items div {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.games-pages .items div * {
  position: relative;
  z-index: 1;
}

.games-pages .items div h2 {
  margin-top: 16px;
}

.games-pages .items div a {
  margin-top: 16px;
  text-transform: uppercase;
}

.games-pages .items div.one-half {
  float: none;
  margin: 0;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .games-pages .items div.one-half {
    width: 100%;
  }
}

.games-pages .items div:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.56);
}

.games-pages h1,
.games-pages p,
.games-pages h2,
.games-pages a,
.games-pages span {
  color: #fff;
}

.games-home .wrap {
  margin-top: -50px;
}

.picker-home .items div {
  height: calc(100vh - 132px);
}

.picker-home .items div img {
  width: 337px;
  max-width: 50%;
}

.games-pages.picker-fixtures .items div {
  height: calc(100vh - 132px);
}

.games-pages.picker-fixtures .items div img {
  width: 337px;
  max-width: 50%;
}

.games-pages.picker-fixtures h1,
.games-pages.picker-fixtures p,
.games-pages.picker-fixtures h2,
.games-pages.picker-fixtures a,
.games-pages.picker-fixtures span {
  color: #212020;
}

.games-pages.picker-fixtures h3 {
  color: #e52a52;
}

.games-pages.picker-fixtures > .wrap {
  padding-bottom: 87px;
  margin-bottom: 153px;
  position: relative;
}

.games-pages.picker-fixtures > .wrap:after {
  background-image: url("/wp-content/themes/refiine/images/picks-icon.svg");
  content: "";
  height: 259px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  left: 0;
  right: 0;
  bottom: -153px;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span {
  width: 30%;
  text-align: center;
  height: 225px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span .logo {
  max-width: 96px;
  max-height: 96px;
  display: block;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span .versus {
  font-weight: bold;
  font-size: 28px;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span .rpg-date {
  top: 30px;
  position: absolute;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span .draw {
  position: absolute;
  bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  color: rgba(22, 22, 22, 0.4);
  padding: 2px 16px;
  border: 1px solid #212020;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span.selected,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span:hover,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span:focus {
  border-top: solid 20px #e52a52;
  border-bottom: solid 20px #e52a52;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span.selected .rpg-date,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span:hover .rpg-date,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span:focus .rpg-date {
  top: 10px;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span.selected .draw,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span:hover .draw,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture > span:focus .draw {
  bottom: 20px;
  border-color: #e52a52;
  color: #fff;
  background-color: #e52a52;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture .home {
  order: 1;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture .away {
  order: 3;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture .middle {
  order: 2;
}

.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture.locked > span:hover,
.games-pages.picker-fixtures .fixtures-content-fixtures .rpg-fixture.locked > span:focus {
  border-top: none;
  border-bottom: none;
}

.page-template-games .content,
.page-template-picks-home .content{
	padding-bottom: 0 !important;
}

.page-template-games .footer-widgets,
.page-template-picks-home .footer-widgets{
	padding-top:0;
}

.page-template-games .footer-widgets .footer-top:first-of-type,
.page-template-picks-home .footer-top:first-of-type{
	background-color: #212020;
}


/*# sourceMappingURL=app.css.map*/