/*

 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

*/ :root {
  --header-bg: #3b506f; /*changes the background color of the header*/
  --dark-bg: #495b6d; /*changes the background color of the sidebar menus and table headers*/
  --light-bg: #ffffff; /*changes the background color of the header*/
  --text-light: #f1f1f1; /* light text used over dark backgrounds */
  --text-dark: #0E0E0E; /* dark text used over light backgrounds */
  /* navbar color */
  --nav-bg: #3b506f;
  --nav-txt: #fff;
  /* homepage h1 color */
  --h1-home: #1ec677;
  /*list icons will default to the color you add below*/
  --list-icon-color: #3a71b9;
  --o-list-icon-bg-color: #3a71b9;
  --o-list-icon-txt-color: #fff;
  /* affiliate link bg */
  --aff-link: #3a71b9;
  /* review rating bg */
  --rating-bg: #c8cde1;
  /* review button colors */
  --rev-btn: #efd700;
  --rev-btn-hvr: #ddad00;
  --rev-btn-bdr: #ddad00;
  /* table link background colors */
  --tbl-lnk: linear-gradient(to bottom, #00e247, #00bf42);
  /* review rank separator colors */
  --sep-1: #ff7647;
  --sep-2-3-4-5: #ff7647;
  G462 /* colors */
  --color-blue: #013369;
  --color-green: #efd700;
  --color-red: #d50a0a;
}
body {
  background-color: #fff;
  font-size: 1.0625rem;
  color: var(--text-dark);
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  overflow: scroll; /* Show scrollbars */
}
/*start default font styles*/
h1 {
  font-size: 2.0em;
  font-weight: normal;
  color: #000;
  margin-top: 20px;
  font-family: oswald;
}
h2 {
  color: #000;
  font-size: 1.50em;
  font-weight: normal;
  font-family: oswald;
}
h3 {
  font-size: 1.25em;
  font-weight: normal;
  font-family: oswald;
}
h4 {
  font-size: 1.1em;
  font-weight: normal;
  font-family: oswald;
}
a {
  color: #006eff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.background-color-dark {
  background-color: var(--header-bg);
  color: var(--text-light);
}
.background-color-dark a {
  color: #b5c9ef;
}
.background-color-light {
  color: var(--aff-link);
}
.background-color-dark h2 {
  color: var(--text-light);
}
.background-color-light h2:before {
  color: var(--text-light) !important;
}
.site-footer .site-info {
  color: #fff;
  background-color: var(--header-bg) !important;
  border-top: 1px solid #fff;
}
.site-footer a {
  color: #fff;
}
/*end default font styles*/
/*start default button styles*/
a.btn {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: var(--text-dark);
  cursor: pointer;
  font-family: oswald;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 25px;
  text-align: center;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-decoration: none;
  display: inline-block;
  float: left;
  width: 180px;
}
.menu-global {
  right: 0;
  left: auto;
}
a.btn.btn-red {
  border: 1px solid #a40808;
  background-image: linear-gradient(to bottom, #a40808, #b40f0e, #c41514, #d41b1a, #e52020);
}
a.btn.btn-orange {
  border: 1px solid #c24811;
  background-image: linear-gradient(to bottom, #c55827, #c45422, #c4501d, #c34c17, #c24811);
}
a.btn.btn-green {
  border: 1px solid var(--color-green);
  background-color: var(--color-green);
}
a.btn.btn-rev {
  border: 1px solid var(--rev-btn-bdr);
  background-color: var(--rev-btn);
}
a.btn.btn-rev:hover {
  background-color: var(--rev-btn-hvr);
}
/*end default button styles*/
.site-header {
  /*change color of the blue default header at top of page*/
  background-color: var(--header-bg) !important;
  z-index: 30;
}
.home .site-header {
  /*change color of the blue default header at top of page*/
  /*background-color: var(--nav-bg);*/
  /*change color of the blue default header at top of page*/
  background-color: var(--header-bg) !important;
  z-index: 30;
}
.main-navigation {
  /*background-color: var(--nav-bg);*/
  background-color: var(--nav-bg) !important;
  width: 100%;
}
.home .main-navigation {
  /*change color of the blue default navigation at top of page*/
  background-color: var(--nav-bg) !important;
}
.main-navigation .main-nav {
  width: 100%;
}
.main-navigation .main-nav ul li a {
  color: var(--header-txt) !important;
  font-family: oswald;
  font-size: 100%;
  padding: 6px 13px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 20px;
}
.main-navigation .main-nav ul li a:hover {
  color: #ccc !important;
}
.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
  color: #fff !important;
}
.main-navigation .main-nav ul li a:hover, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
  color: var(--nav-txt);
}
.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 5px 5px;
  font-size: 16px;
}
.main-navigation .sub-menu {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: rgb(31 31 31 / 90%);
  border: 1px solid #ccc;
  color: #fff;
}
.main-navigation .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.main-navigation .sub-menu li:hover {
  background-color: var(--header-bg);
}
.main-navigation .sub-menu li a {
  color: #000 !important;
}
.main-navigation .sub-menu li a:hover {
  color: #000 !important;
}
.inside-header {
  padding: 8px 40px 8px 40px;
}
.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
  font-size: 200%;
}
.main-navigation .main-nav > ul {
  float: right;
}
#generate-slideout-menu .inside-navigation {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 50px;
}
#generate-slideout-menu .inside-navigation a {
  color: #fff !important;
}
#generate-slideout-menu .inside-navigation a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: #ccc;
}
#generate-slideout-menu .inside-navigation * {
  line-height: normal;
}
#generate-slideout-menu .slideout-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
/*start home boxes */
.top-boxes {
  background-color: var(--header-bg);
}
.fl-pricing-table .fa-check-circle:before, .fa-circle-check:before {
  content: "\f064" !important;
  color: #82d22c;
  font-size: 150%;
}
.fl-pricing-box {
  background-color: #444;
}
.fl-pricing-box li:nth-child(odd) {
  background: rgb(14 14 14 / 58%);
}
.fl-pricing-box li:nth-child(even) {
  background: rgb(222 92 19 / 50%);
}
.fl-pricing-table-price {
  color: #fff !important;
}
.fl-pricing-table-title {
  text-shadow: 2px 2px #000;
}
/*end home boxes */
/* home boxes */
.home-boxes {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
.home-boxes-row {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding-bottom: 10px;
}
.home-boxes-cell {
  flex: 1 0 100%;
  border: 2px solid #E0E0E0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  margin: 5px;
  padding: 0px;
}
.box-cell {
  flex: 1 0 100%;
  margin: 10px auto;
  max-width: 100%;
  text-align: center;
}
.centered {
  margin: 0px auto;
}
.box-header {
  background-color: #E0E0E0;
  margin-top: 0px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 5px 0px;
}
.box-txt {
  font-size: 120%;
  font-family: oswald;
  background-color: #698fe142;
  padding: 5px 0px;
}
.box-txt strong {
  font-weight: normal !important;
  color: #C30000;
}
.box-txt-sm {
  font-size: 90%;
  line-height: 9px;
  color: #3f3f3f;
  font-family: oswald;
}
.home-boxes-cell .pmt-wrap {
  max-width: 200px;
  margin: 0px auto;
}
.box-tsxt-sm:before {
  content: "use code:BVD1000";
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #f00;
  color: #fff;
  font-size: 90%;
  position: relative;
  top: 0px;
  left: 0px;
}
.bonus-code {
  background-color: #F00;
  color: #fff;
}
.bttn a {
  display: inline-block;
  background: var(--aff-link);
  padding: 7px 20px 9px 20px;
  font-family: oswald;
  font-size: 140%;
  margin-top: 7px;
  border-radius: 5px;
  color: #fff;
}
.bttn a:hover {
  opacity: .5;
}
@media only screen and (min-width: 960px) {
  .home-boxes-cell {
    flex: 1 0 19%;
  }
  .box-cell {
    flex: 1 0 19%;
  }
}
/* end home boxes */
/*start review boxes */
.review-box .fl-callta-wrap {}
.review-box h3.fl-callta-title {
  margin: -29px 0px 18px 0px;
  padding: 9px 0 16px 0;
  background-color: rgb(0 0 0 / 35%);
  font-family: oswald;
  font-size: 130%;
  font-weight: normal;
  padding-top: 11px;
  color: #fff;
}
.bg1, .bg2, .bg3, .bg4, .bg5 {
  width: 300px !important;
}
.review-box .bg1 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg1.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg2 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg2.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg3 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg3.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg4 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg4.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box .bg5 {
  background-color: #ccc;
  background-image: url(../../../images/backgrounds/bg5.jpg);
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
.review-box ul {}
.review-box li {
  list-style: none;
  color: #fff;
  background-color: #ccc;
  padding: 0px 11px;
  margin-bottom: 3px;
  margin-left: -40px;
  margin-right: 6px;
  font-size: 80%;
}
.review-box li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: #18CF1C;
}
.review-box li:nth-child(odd) {
  background: rgb(204 204 204 / 40%);
}
.review-box li:nth-child(even) {
  background: rgb(0 0 0 / 30%);
}
.review-box img {
  background-color: #fff;
  border-radius: 25px;
  border: 4px solid #aeaeae;
  padding: 0px 7px;
  max-width: 200px;
}
.review-box .fl-cta-stacked .fl-cta-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.review-box .fl-module-content {
  margin: 5px;
}
.sm-rev-box {
  background-color: #effcff;
  padding-top: 25px;
  margin-bottom: 15px;
  border: 3px solid var(--aff-link);
  border-radius: 5px;
}
.sm-rev-box h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 110%;
}
.sm-rev-box h3 {
  text-align: center;
  margin-bottom: 3px;
  font-size: 90%;
}
.sm-rev-box h4 {
  text-align: center;
  margin: 0px 10px 0px 10px;
  padding: 3px 0px;
  font-size: 130%;
  background-color: #a3c7fd36;
  border-radius: 3px;
  border: 2px dotted #c2c2c2;
  color: #000000;
}
.sm-rev-box .pmt-wrap {
  max-width: 200px;
  margin: 0px auto;
}
.sm-rev-box h4 strong {
  font-weight: normal !important;
  color: #f00;
}
.sm-rev-box .review1 h2 {
  border-bottom: 8px solid;
  border-color: var(--sep-2-3-4-5);
  margin-bottom: -22px;
}
.sm-rev-box .review1 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "1";
  margin-right: 10px;
  padding: 8px 20px;
  font-size: 90%;
  font-weight: 900 !important;
  color: #000;
  background-color: var(--nav-bg);
  border: 3px solid var(--sep-2-3-4-5);
  border-radius: 10%;
  position: relative;
  top: -1px;
}
.sm-rev-box .review2 h2 {
  border-bottom: 8px solid;
  border-color: var(--sep-2-3-4-5);
  margin-bottom: -22px;
}
.sm-rev-box .review2 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "2";
  margin-right: 10px;
  padding: 8px 17px;
  font-size: 90%;
  font-weight: 900 !important;
  color: #000;
  background-color: var(--nav-bg);
  border: 3px solid var(--sep-2-3-4-5);
  border-radius: 10%;
  position: relative;
  top: -1px;
}
.sm-rev-box .review3 h2 {
  border-bottom: 8px solid;
  border-color: var(--sep-2-3-4-5);
  margin-bottom: -22px;
}
.sm-rev-box .review3 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "3";
  margin-right: 10px;
  padding: 8px 17px;
  font-size: 90%;
  font-weight: 900 !important;
  color: #000;
  background-color: var(--nav-bg);
  border: 3px solid var(--sep-2-3-4-5);
  border-radius: 10%;
  position: relative;
  top: -1px;
}
.sm-rev-box .review4 h2 {
  border-bottom: 8px solid;
  border-color: var(--sep-2-3-4-5);
  margin-bottom: -22px;
  line-height: 40px;
}
.sm-rev-box .review4 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "4";
  margin-right: 10px;
  padding: 8px 17px;
  font-size: 90%;
  font-weight: 900 !important;
  color: #000;
  background-color: var(--nav-bg);
  border: 3px solid var(--sep-2-3-4-5);
  border-radius: 10%;
  position: relative;
  top: -1px;
}
.sm-rev-box .review5 h2 {
  border-bottom: 8px solid;
  border-color: var(--sep-2-3-4-5);
  margin-bottom: -22px;
}
.sm-rev-box .review5 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "5";
  margin-right: 10px;
  padding: 8px 17px;
  font-size: 90%;
  font-weight: 900 !important;
  color: #000;
  background-color: var(--nav-bg);
  border: 3px solid var(--sep-2-3-4-5);
  border-radius: 10%;
  position: relative;
  top: -1px;
}
.sm-rev-box ul {
  margin-top: -20px;
  margin-bottom: 15px;
}
.sm-rev-box li {
  list-style: none;
  color: #000;
  padding: 0px 15px;
  /* margin-bottom: 0px; */
  margin-left: -50px;
  margin-right: 6px;
  font-size: 90%;
  line-height: 23px;
}
.sm-rev-box li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: 120%;
  font-weight: 900 !important;
  color: var(--aff-link);
}
.sm-rev-box .bv-bonus:before {
  font-family: oswald;
  content: "enter code:BVD1000";
  margin-right: 10px;
  font-size: 120%;
  font-weight: 900 !important;
  color: #000;
  background-color: #f00;
  widows: 100px;
  height: 20px;
  position: relative;
  top: 0px;
  right: 0px;
}
/*.sm-rev-box li:nth-child(odd) {
  background: #030000;
}
.sm-rev-box li:nth-child(even) {
  background: #5e5e5e;
}*/
.sm-rev-box .rev-logo img, .cta-box .rev-logo img {
  background-color: #000;
  border-radius: 4px;
  border: 4px solid #fff;
  padding: 20px 0px;
  max-width: 200px;
}
.sm-rev-box .payments {
  text-align: center;
}
.sm-rev-box .rating {
  font-size: 140%;
  font-family: oswald;
  background-color: var(--aff-link);
  max-width: 40px;
  color: #fff;
  padding-top: 10px;
}
.sm-rev-box .rev-txt-bg {
  border-top: 1px solid #ccc;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sm-rev-box .review1 h2, .sm-rev-box .review2 h2, .sm-rev-box .review3 h2, .sm-rev-box .review4 h2, .sm-rev-box .review5 h2 {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .sm-rev-box .review1 h2:before, .sm-rev-box .review2 h2:before, .sm-rev-box .review3 h2:before, .sm-rev-box .review4 h2:before, .sm-rev-box .review5 h2:before {
    display: none;
  }
  .sm-rev-box h2 {
    margin-bottom: 10px;
  }
  .sm-rev-box {
    margin-left: 10px;
  }
  .sm-rev-box .rating {
    max-width: 100%;
    margin-top: -25px;
    margin-bottom: -2px;
    padding-top: 35px;
    font-size: 200%;
    line-height: 18px;
  }
}
/*end review boxes */
/*start Call To Action styles*/
.cta-box {
  background-color: var(--header-bg);
}
.cta-box .pmt-wrap {
  text-align: center;
}
.cta-box li {
  list-style: none;
  font-size: 95%;
  line-height: 22px;
}
.cta-box li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054 ";
  margin-right: 10px;
  font-size: 120%;
  font-weight: 900 !important;
  color: #11b314;
}
.callta-wrapper {
  width: 100%;
  background-cowlor: #000;
  border: 2px solid #000;
  background-image: url("../../../images/backgrounds/cta-bg.jpg");
  background-size: cover;
}
.callta-wrapper img {
  padding: 10px 0px;
}
.callta-wrapper .logo {}
.callta-wrapper a.visit-link {
  display: block;
  background: var(--tbl-lnk);
  text-decoration: none;
  color: #000 !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
}
.callta-wrapper .callta-lft {
  float: left;
  width: 25%;
  background-color: #fff;
  border-bottom-right-radius: 3% 50%;
  border-top-right-radius: 3% 50%;
}
.callta-wrapper .callta-txt {
  color: #fff;
  float: left;
  font-family: oswald;
  text-align: center;
  font-size: 120%;
  line-height: 60px;
  width: 48%;
}
.callta-wrapper .callta-rt {
  float: left;
  width: 25%;
  background-color: #fff;
  border-bottom-left-radius: 3% 50%;
  border-top-left-radius: 3% 50%;
  line-height: 29px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .callta-wrapper .callta-txt, .callta-wrapper .callta-lft, .callta-wrapper .callta-rt {
    width: 100%;
    border-bottom-right-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
  }
  .callta-wrapper .callta-txt {
    width: 100%;
    border-bottom-right-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
    line-height: 30px;
  }
  .rev-lnk p {
    font-size: 16px;
  }
}
/*end Call To Action styles*/
/*start Video styles*/
.vid-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  border-bottom: 1px solid #000;
}
.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.page-hero {
  position: relative;
  height: 375px;
  overflow: hidden;
}
.background-video-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  padding: 120px 40px 20px 40px;
  margin: auto;
}
.background-video-content .split {
  width: 50%;
  float: left;
  padding-top: 50px;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-video-content h1 {
  color: var(--h1-home);
  text-shadow: 1px 1px #000;
  font-family: oswald;
  width: 400px;
  text-align: center;
  font-size: 2.4em;
  margin-top: 0px;
}
.background-video-content h1 span {
  color: #fff;
  -webkit-text-stroke: 0px white;
}
.background-video-content a.btn-lg {
  width: 375px;
  text-decoration: none;
  font-size: 1.15em;
  color: #fff !important;
  display: block;
  float: left;
  margin: auto;
  margin-top: 30px;
  background-color: rgb(0 0 0 / 54%);
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  z-index: 15;
  border: 1px solid #fff;
}
@media (max-width: 890px) {
  .page-hero {
    height: 375px;
  }
  .background-video-content {
    padding: 70px 10px 10px 10px;
  }
  .background-video-content .split {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 0px;
  }
  .background-video-content h1 {
    float: none;
    margin: auto;
    margin-top: 60px;
    width: 300px;
    font-size: 1.75em;
  }
  .background-video-content a.btn-lg {
    width: 300px;
    float: none;
    margin: auto;
    margin-top: 30px;
  }
  .site-logo {}
  .site-logo.mobile-header-logo a img {
    height: 70px;
  }
  h1, h2, h3 {
    text-align: center;
  }
}
/*end Video 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);*/
}
.sportsbook-bonus span {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
.sportsbook-bonus span.tbl-bonus-1 {
  font-family: 'Teko', sans-serif;
  /*font-size: 168%;*/
  font-size: 20px;
  color: #2f5d6b;
  padding-right: 5px;
}
.sportsbook-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 {
  border: 3px dashed #3b506f38 !important;
  padding: 0px 0px !important;
  max-width: 124px;
  margin: 0px auto;
  border-radius: 3px;
}
.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 .sportsbook-logo {
  min-width: 150px;
  backgroundx-color: #000;
}
.divtablewrapper .sportsbook-logo img, .divtablewrapper .sportsbook-rating img {
  margin-top: 7px;
}
.divtablewrapper .visit a {
  background: var(--aff-link);
  border-radius: 2px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  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;
  }
}
/*end table styles*/
.table-wrapper {
  background-color: var(--header-bg);
  margin-bottom: 20px;
}
.table-wrapper p {
  color: #fff;
}
.table-wrapper h2 {
  color: #fff;
}
.table-wrapper .faq h2 {
  color: #fff;
  font-family: oswald;
  font-size: 250%;
  text-align: center;
}
table {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
table td {
  text-align: center;
}
table tr th {
  background-color: var(--nav-bg);
  color: #fff;
}
table.table-center {
  text-align: center;
}
table.table-highlight tr td:first-of-type {
  width: 240px;
  text-align: center;
}
.responsive-table {
  overflow-x: auto;
}
.responsive-table td {
  font-family: oswald;
  font-size: 110%;
}
.responsive-table img {
  background-color: #000;
  margin: auto;
  border-radius: 3px;
  border: 0px solid #aeaeae;
  padding: 5px 10px 4px 10px !important;
  max-width: 200px;
}
table.table-highlight a.visit-link {
  display: block;
  background: var(--tbl-lnk);
  text-decoration: none;
  color: #000 !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .responsive-table td {
    font-size: 90%;
    line-height: 15px;
  }
  .responsive-table img {
    padding: 2px 10px 2px 10px !important;
    max-width: 140px;
  }
  .cya {
    display: none !important;
  }
}
h2.question:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: var(--list-icon-color);
}
h2.arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: var(--list-icon-color);
}
h2.award:before {
  font-family: "Font Awesome 5 Free";
  content: "\f559 ";
  margin-right: 10px;
  font-size: inherit;
  font-weight: 900 !important;
  color: var(--list-icon-color);
}
/*end list-icons styles*/
ul.fancy {
  list-style: none;
  margin-left: 0px;
  padding: 20px;
  border-radius: 10px;
}
.fancy li {
  list-style: none;
  list-style-position: outside;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 3px 9px;
  line-height: 20px;
}
.fancy li::before {
  font-family: FontAwesome;
  content: "\f138 ";
  padding-right: 9px;
  position: relative;
  top: 1px;
  color: var(--o-list-icon-bg-color);
}
.fancy li:nth-child(odd) {
  background: #effcff;
}
.fancy li:nth-child(even) {
  background: #f9f9f9;
}
ul.drop {
  list-style: none;
  margin-left: 0px;
  padding: 20px;
  border-radius: 10px;
}
.drop li {
  list-style: none;
  list-style-position: outside;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
  line-height: 20px;
}
.drop li::before {
  font-family: FontAwesome;
  content: "\f138 ";
  padding-right: 9px;
  position: relative;
  top: 1px;
  color: #ffa554;
}
/*end list-icons styles*/
/*start numbered list styles*/
ol.fancy {
  counter-reset: counter;
  list-style: none;
  margin-left: 0px;
  padding: 20px;
  border-radius: 10px;
}
ol.fancy li {
  margin: 0;
  counter-increment: counter;
  position: relative;
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
}
ol.fancy li:not(:last-of-type) {
  border-bottom: 0px dashed #ccc;
}
ol.fancy li::before {
  content: counter(counter);
  color: var(--o-list-icon-txt-color);
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 7px;
  width: 26px;
  height: 26px;
  top: 4px;
  background: var(--o-list-icon-bg-color);
  border-radius: 20%;
  text-align: center;
  text-indent: 7px;
  padding-top: 3px;
}
ol.fancy li:nth-child(odd) {
  background: #effcff;
}
ol.fancy li:nth-child(even) {
  background: #f9f9f9;
}
/*end numbered list styles*/
.highlight-property {
  margin: 20px auto 40px auto;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 3px;
  width: 96%;
  max-width: 1340px;
}
.highlight-property * {
  margin: none;
  padding: none;
}
.highlight-property .highlight-rating {
  background-image: var(--rev-no);
  text-align: center;
  height: 100%;
}
.highlight-property .highlight-rating p {
  color: #fff;
  font-size: 24px;
  padding-top: 45px;
}
.highlight-property .highlight-logo {
  text-align: center;
  border-right: 1px solid #f1f1f1;
  border-bottom: 0px solid #046792;
  padding-top: 30px;
  background-color: #fff;
}
.highlight-property .highlight-logo img.stars {
  width: 100px;
}
.highlight-property .highlight-promo {
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #f1f1f1;
}
.highlight-property .highlight-promo p {
  margin-top: 40px;
}
.highlight-property .highlight-action {
  background-color: #fff;
}
.highlight-property .highlight-action a.btn {
  width: 90%;
  margin-top: 15px;
  margin-left: 5%;
}
.highlight-property .highlight-promo span {
  font-weight: bold;
  font-size: larger;
}
.highlight-property h3 {
  font-size: 1.15em;
  margin-top: 10px;
}
.highlight-property .highlight-banking {
  background-color: #fff;
}
.highlight-property .highlight-banking img {
  width: 32px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .highlight-property .highlight-rating p {
    color: #fff;
    padding-top: 25px;
  }
  .highlight-property .highlight-logo {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
  }
  .highlight-property .highlight-promo p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    border-bottom: 1px solid #f1f1f1;
  }
  .highlight-property .highlight-action a.btn {
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: 15px;
  }
  .fl-col-content {
    margin-left: 10px !important;
    margin-right: 7px !important;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
}
/*start list-grid styles*/
ul.list-grid {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  list-style: none;
  width: 100%;
  float: left;
}
ul.list-grid li {
  width: 100%;
  min-width: 180px;
  float: left;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 1px;
  border-radius: 10px;
  font-size: 90%;
  background-color: #fafafa;
}
ul.list-grid li:hover {
  background-color: #E9E1E1;
}
ul.list-grid:not(.links) li {
  padding: 0px 10px;
}
ul.list-grid li a {
  display: block;
  text-decoration: none;
}
ul.list-grid.links li {
  line-height: 36px;
}
ul.list-grid.links li img {
  width: 24px;
  float: left;
  margin-left: 6px;
  margin-right: 10px;
  margin-top: 6px;
  max-height: 24px;
}
ul.list-grid li a:hover {
  background-color: #E9E1E1;
}
ul.list-grid.two-cols li {
  width: calc(50% - 2px);
}
ul.list-grid.three-cols li {
  width: calc(33.3% - 2px);
}
ul.list-grid.four-cols li {
  width: calc(25% - 2px);
}
ul.list-grid.odds-btn li {
  position: relative;
  /*	line-height: 36px;*/
}
ul.list-grid.odds-btn li a {
  display: block;
  width: 85px;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 36px;
  padding-right: 10px;
  padding-top: 7px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to bottom, #0084b0, #1383b3, #2181b5, #2d7fb7, #397db9);
}
ul.list-grid.odds-btn li a:hover > li {
  background-color: #ccc;
}
ul.cols-icons li i {
  margin-right: 10px;
  color: var(--list-icon-color);
}
ul.add-checks li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138 ";
  margin-right: 10px;
  font-size: 150%;
  font-weight: 900 !important;
  color: var(--o-list-icon-bg-color);
  position: relative;
  top: 3px;
}
@media (max-width: 992px) {
  ul.list-grid.three-cols li, ul.list-grid.four-cols li {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  ul.list-grid li {
    width: 100% !important;
  }
}
/*start list-grid styles*/
/*  Star ratings */
.stars-rating {
  color: #009711;
  width: 173px;
  margin: 0px auto;
  display: block;
}
.stars-rating span {
  padding: 0.1rem;
  font-size: 160%;
}
.fa, .fas, .user {
  font-weight: 900;
}
.fa, .far, .fas, .user {
  font-family: Font Awesome\ 5 Free;
}
.fa, .fab, .far, .fas, .twitter, .user {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}
.fa, .fab, .far, .fas, .twitter, .user {
  text-rendering: auto;
}
/*  end Star ratings */