/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/2025/11/oswald-v57-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/uploads/2025/11/oswald-v57-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/2025/11/oswald-v57-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 18px;
}
.entry-header {
  display: none;
}
.site-header {
  border-bottom: 4px solid #6284d1;
}
.main-navigation a {
  font-size: 20px;
}
.gp-icon {
  font-size: 100%;
}
.mobile-menu-control-wrapper {
  margin-right: auto;
}
h1, h2, h3, h4, h5 {
  font-family: oswald;
}
h2 {
  border-bottom: 2px solid #cfcfcf;
  padding-left: 0px;
  line-height: 40px;
  padding-bottom: 5px;
}
h5 {
  line-height: 47px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 3px dashed #6284d1;
  border-radius: 5px;
  font-size: 130%;
}
.resp h5 a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 728px) {
  h1 {
    text-align: center !important;
  }
}
@media (max-width: 1025px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
}
.clear {
  float: none;
}
/* feature row */
.feat-row {
  background-color: #14408f;
  padding-top: 24px;
  padding-bottom: 6px;
  color: #fff;
}
.feat-row h2 {
  border-bottom: 0px;
}
.feat-row a {
  color: #22f5ff;
}
/* end feaature row */
/* payment Array */
.paymt-row {
  background-color: #000000;
}
.paymt-row h2 {
  color: #fff;
}
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.payment-icons div {
  text-align: center;
  font-family: oswald;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 162px;
  padding: 3px 5px;
  font-size: 80%;
  color: #fff;
  border: 2px solid #5b5b5b;
  border-radius: 5px;
}
.payment-icons img {
  margin-bottom: 3px;
  margin-top: 3px;
}
/* end payment Array */
/* Pro Tip Styles */
.pro-tip {
  border: 3px dashed #6284d17d !important;
  padding-left: 70px;
}
.pro-tip:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f05a";
  font-size: 220%;
  position: relative;
  left: -49px;
  top: 23px;
  color: #6284d1;
}
.pro-tip p {
  margin-top: -30px;
}
@media (max-width: 728px) {
  .payment-icons div {
    font-size: 90%;
  }
}
/* end Pro Tip Styles */
/* list Styles */
ul.chev {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
  text-align: left;
}
ul.chev li {
  position: relative;
  padding-left: 1.6em;
}
ul.chev li:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f0a9";
  position: absolute;
  left: 0;
  top: 0;
  color: #6284d1;
}
ul.arrow {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
}
ul.arrow li {
  position: relative;
  padding-left: 1.6em;
}
ul.arrow li:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  left: 0;
  top: 0;
  color: #00916E;
}
ul.pro {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
}
ul.pro li {
  position: relative;
  padding-left: 1.6em;
}
ul.pro li:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  color: #00C32E;
}
ul.con {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
}
ul.con li {
  position: relative;
  padding-left: 1.6em;
}
ul.con li:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f056";
  position: absolute;
  left: 0;
  top: 0;
  color: #E00202;
}
/* end list Styles */
/* start numbered list styles*/
ol.numbered {
  counter-reset: counter;
  list-style: none;
  margin-left: 0px;
  padding: 20px;
  border-radius: 10px;
}
ol.numbered li {
  margin: 0;
  counter-increment: counter;
  position: relative;
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-indent: 0px;
}
ol.numbered li::before {
  content: counter(counter);
  color: #fff;
  font-size: 18px;
  font-family: oswald;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  background-color: #6284d1;
  top: 4px;
  border-radius: 50%;
  text-align: center;
  text-indent: 0px;
  padding-top: 1px;
  text-shadow: 1px 1px #000;
}
@media (max-width: 728px) {
  rev-box ol.numbered {
    margin-left: -40px;
  }
}
/*end numbered list styles*/
/* casino table Styles */
.cas-tbl .responsive-table {
  overflow-x: inherit;
}
.cas-tbl .table-wrapper {
  background-color: var(--o-list-icon-color);
  padding: 15px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.cas-tbl .table-wrapper p {
  color: #fff;
}
.cas-tbl .table-wrapper h2 {
  color: #fff;
}
.cas-tbl .table-wrapper a {
  color: #08b938;
}
.cas-tbl table {
  background-color: #fff;
  border: none;
  border-radius: 8px;
}
.cas-tbl table tr th {
  background-color: #14408f;
  color: #fff;
}
.cas-tbl table.table-center {
  text-align: center;
}
.cas-tbl table.table-highlight img {
  width: 140px;
  height: 42px;
  margin: auto;
  padding-top: 5px;
}
.cas-tbl table.table-highlight tr td:first-of-type {
  width: 150px;
  text-align: center;
}
.cas-tbl table.table-highlight a.visit-link {
  background: #2ba3c7;
  text-decoration: none;
  color: #f7f4f4 !important;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px;
  border: 3px solid #31caf7;
  display: inline-block;
}
.cas-tbl table.table-highlight a.visit-link:hover {
  opacity: .5;
}
.rev-bg1 {
  border-top: 1px solid #14408f;
  border-bottom: 1px solid #14408f;
  background-color: #e5eaf9;
}
/*responsive*/
@media (max-width: 900px) {
  .cya {
    display: none;
  }
}
.cas-tbl .fa {
  color: #ffa500;
  font-size: 120%;
}
.bdr-btm {
  border-bottom: 1px solid #14408f;
}
/* end casino table Styles */
/* table Styles */
.responsive-table {
  overflow-x: auto;
}
table.resp {
  width: 100%;
  border-collapse: collapse;
}
table.resp td, table.resp th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}
table.resp th {
  background-color: #6284d1;
  color: #ffffff;
}
.resp .visit a {
  background: #ffd437;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 14px;
  text-decoration: none;
  width: 170px;
  margin-top: 1px;
}
table.resp tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
table.resp tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.resp th.text-left, table.resp td.text-left {
  text-align: left;
}
table.resp.text-left td, table.resp.text-left th {
  text-align: left;
}
table.resp th.text-center, table.resp td.text-center {
  text-align: center;
}
/*responsive*/
@media (max-width: 500px) {
  table.resp thead {
    display: none;
  }
  table.resp, table.resp tbody, table.resp tr, table.resp td {
    display: block;
    width: 100%;
    font-size: 20px;
  }
  table.resp tr {
    margin-bottom: 15px;
  }
  table.resp td {
    text-align: center;
    position: relative;
  }
  table.resp td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}
/* end table Styles */
/*start table styles*/
.divtablewrapper {
  margin: 0px;
  margin-bottom: 20px;
}
.divtable {
  margin: 0px;
  width: 100%;
  display: table;
  text-align: center;
  /*-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);*/
}
.casino-bonus span {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
.casino-bonus span.tbl-bonus-1 {
  font-family: 'Teko', sans-serif;
  /*font-size: 168%;*/
  font-size: 20px;
  color: #2f5d6b;
  padding-right: 5px;
}
.casino-bonus span.tbl-bonus-3 {
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  color: #c10000;
  padding-left: 5px;
}
@media screen and (max-width: 580px) {
  .divtable {
    display: block;
  }
  .table {
    font-size: 80%;
  }
}
.row {
  display: table-row;
}
.row:nth-of-type(odd) {
  /*background: #f1f1f1;*/
}
.row.header {
  background-color: #fff;
  color: #fff !important;
}
.row.header .cell {
  padding: 15px 10px 10px;
  color: #000;
  border-top: none;
  font-size: 119%;
  text-transform: uppercase;
  font-family: oswald;
}
.row.header .cell p {
  padding: 0px 0px !important;
  max-width: 124px;
  margin: 0px auto;
  border-radius: 3px;
  background-color: var(--nav-txt);
  color: #fff;
}
.divtablewrapper .rank {
  text-align: center;
  width: 75px;
  font-family: 'Anton', sans-serif;
  color: #c10000;
  line-height: 25px;
  /*font-size: 151%;*/
  font-size: 24px;
  font-weight: normal;
}
.divtablewrapper .rank:before {
  content: '#';
  position: relative;
  top: -2px;
  left: 2px;
  font-size: 100%;
  padding-right: 5px;
  color: #8a8a8a;
  font-family: arial;
  font-weight: normal;
}
.divtablewrapper .casino-logo {
  min-width: 150px;
  backgroundx-color: #000;
}
.divtablewrapper .casino-logo img, .divtablewrapper .casino-rating img {
  margin-top: 7px;
}
.divtablewrapper .visit a {
  background: #ffd437;
  border-radius: 2px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 14px;
  text-decoration: none;
  width: 170px;
  margin-top: 1px;
}
.divtablewrapper .visit a:hover {
  opacity: .7;
}
@media screen and (max-width: 992px) {
  .hide-med {
    display: none !important;
  }
}
@media screen and (max-width: 580px) {
  .row:not(.header) {
    padding: 14px 0 7px;
    display: block;
    -moz-box-shadow: 0 0 2px 2px #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px#f1f1f1;
    box-shadow: 0 0 2px 2px #f1f1f1;
    margin-bottom: 20px;
  }
  .cell.text-center {
    text-align: center;
  }
  .row.header {
    padding: 0;
    height: 10px;
  }
  .hide-med {
    display: block !important;
  }
  .row.header .cell {
    display: none !important;
  }
  .row .cell {
    margin-bottom: 10px;
    text-align: center;
    border-top: none;
  }
  .row .cell:last-of-type {
    /*border-bottom: 1px solid;*/
    padding-bottom: 20px;
  }
  /*.row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }*/
  .divtablewrapper .rank {
    width: 100%;
  }
}
.cell {
  padding: 8px 8px;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}
.table .row:not(:first-of-type):hover {
  background-color: #f1f1f1 !important;
}
.table-grey-background .row:not(:first-of-type):hover {
  background-color: #fff !important;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .cell {
    font-size: 40%;
  }
}
/*end table styles*/