@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
}

.page-header {
  padding: 30px 15px;
}
.page-header .header-logo {
  max-width: 125px;
}
@media (min-width: 992px) {
  .page-header .header-logo {
    max-width: 200px;
  }
}
.page-header h1 {
  font-weight: bold;
  color: #e63462;
  text-transform: uppercase;
  line-height: 0.9;
  margin-top: 50px;
}
.page-header h1 span {
  color: #0057FF;
}
.page-header h1 span.date {
  font-weight: normal;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-header h1 {
    margin-top: 0;
  }
}

.promotions-intro {
  margin: 50px 0;
  background: #E6346230;
  border-top: solid 1px #E63462;
  padding-bottom: 30px;
}
.promotions-intro p {
/*   color: #b01758; */
	color: #e63462;
	font-weight: 500;
	text-transform: uppercase;
}
.promotions-intro p.blue {
  color: #3ab5f1;
}
.promotions-intro .intro-header {
  position: relative;
  transform: translateY(-50%);
  padding: 15px 40px;
  background: white;
  border-radius: 40px;
  border: solid 2px #E63462;
}
.promotions-intro .intro-header h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #e63462;
  letter-spacing: 0.03em;
}

.uk-offers {
  background-image: url("../images/wings-right-cut.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  background-size: 50%;
}
.uk-offers .offers-header {
  background: #E6346230;
  padding: 25px 0;
}
.uk-offers .offers-header h2 {
  color: #E63462;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.uk-offers .offers-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-evenly;
  border: solid 2px #E6346230;
  padding: 30px 0;
  margin-bottom: 50px;
  background: white;
}
.uk-offers .offer-items {
  margin: 25px 0;
  width: 90%;
  -webkit-box-shadow: 10px 10px 28px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 28px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 28px -24px rgba(0, 0, 0, 0.75);
}
.uk-offers .offer-items .date {
  color: #E63462;
  background: #E6346230;
  border: solid 0px #E6346230;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
	font-weight: 500;
}
.uk-offers .offer-items .date span {
  font-weight: bold;
}
.uk-offers .offer-items .offer {
  background: #0057FF30;
  padding: 30px 15px;
  font-size: 0.9rem;
  border: solid 0px #43b6e500;
}
.uk-offers .offer-items .offer p {
  color: #b41663;
  font-weight: 500;
	text-transform: uppercase;
}
.uk-offers .offer-items.expired {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .uk-offers .offer-items {
    max-width: 23%;
    margin: 10px;
  }
}
.uk-offers .conversions-header {
  background: #e63462;
}
.uk-offers .conversions-header h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
}
.uk-offers .conversions-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: solid 2px #e63462;
  justify-content: space-evenly;
  padding: 30px 0;
  background: white;
  margin-bottom: 50px;
}
.uk-offers .conversions-wrapper .conversions-item {
  width: 45%;
  margin: 15px 5px;
}

.uk-offers .conversions-wrapper .conversions-item .dates {
  background: #e63462;
  color: #fff;
  font-weight: 500;
  padding: 8px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	text-transform: uppercase;
}
.uk-offers .conversions-wrapper .conversions-item .conversions {
  background: #e6346230;
  padding: 15px;
  color: #ac155a;
  font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 500;
}

@media (min-width: 768px) {
  .uk-offers .conversions-wrapper .conversions-item .conversions {
    padding: 25px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .uk-offers .conversions-wrapper .conversions-item {
    margin: 15px;
  }
}
.uk-offers .enhanced-header {
  background: #FE5F55;
}
.uk-offers .enhanced-header h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
}
.uk-offers .enhanced-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: solid 2px #FE5F55;
  justify-content: space-evenly;
  padding: 30px 0;
  background: white;
}
.uk-offers .enhanced-wrapper .enhanced-item {
  width: 45%;
  margin: 15px 5px;
}
.uk-offers .enhanced-wrapper .enhanced-item .dates {
  background: #FE5F55;
  color: #fff;
  font-weight: 500;
  padding: 8px 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	text-transform: uppercase;
}
.uk-offers .enhanced-wrapper .enhanced-item .enhanced {
  background: #FE5F5530;
  padding: 15px;
  color: #ac155a;
  font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 500;
}
@media (min-width: 768px) {
  .uk-offers .enhanced-wrapper .enhanced-item .enhanced {
    padding: 25px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .uk-offers .enhanced-wrapper .enhanced-item {
    margin: 15px;
  }
}

.games-header h2 {
	text-transform: uppercase;
  	margin-bottom: 0;
  	padding: 15px 0;
  	font-weight: bold;
  	color: #17346A;
}

#games-intro {
  background: #0057FF30;
  border-top: solid 1px #0057FF;
  padding-bottom: 30px;
}
#games-intro .games-header {
  position: relative;
  transform: translateY(-50%);
  padding: 15px 40px;
  background: white;
  border-radius: 40px;
  border: solid 2px #0057FF;
}

#games-intro p {
  color: #17346A;
  font-weight: 500;
  text-transform: uppercase;
}
#games-intro p.blue {
  color: #3ab5f1;
}

#games-tables {
  background-image: url("../images/wings-left-cut.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  background-size: 50%;
  margin: 50px 0 0;
}
#games-tables .games-table-header {
  background: #0057FF;
  padding: 10px;
}
#games-tables .games-table-header h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
	font-weight: bold;
}
#games-tables .table-wrapper {
  padding: 15px 0;
  border: solid 2px #0057FF;
  margin-bottom: 50px;
  background: white;
}
#games-tables .table-wrapper .table-responsive thead {
  color: #0057FF;
	font-weight: bold;
}
#games-tables .table-wrapper .table-responsive thead tr {
  border-bottom: hidden;
}
#games-tables .table-wrapper .table-responsive thead tr th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.35rem;
  padding: 0.4rem 1rem;
}
#games-tables .table-wrapper .table-responsive tbody tr td {
  color: #0057FF;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.4rem 1rem;
}
#games-tables tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: none;
    border-width: 0
}

footer {
  background-color: #ebebeb;
  background-image: url("../images/wings-left-cut.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 10%;
  border-top: solid 2px #cccccc;
  color: #969696;
  padding: 100px 0;
}
footer p.footer-sub {
  font-weight: bold;
  font-size: 0.8rem;
}

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


/* Post Thumbnail Grid */

.gridcontainer h2 a{color: #333; font-size: 13px;}
.gridcontainer .griditemleft{float: left; width: 150px; margin: 0 30px 20px 0;}
.gridcontainer .griditemright{float: left; width: 150px;}
.gridcontainer .postimage{margin: 0 0 5px 0;}
.gridcontainer .postimage-title {text-align: center;}

.expiredConversion{
  opacity: 0.5 !important;
}

.expiredEnhanced{
  opacity: 0.5 !important;
}

.noTransform {
    font-size: 0.8em !important;
	font-weight: 300 !important;
	text-transform: none !important;
}


