/*
 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
*/

body {
	background-color: #fff;
}

.site-header {
  border-bottom: 1px solid #333;
}


h2 {
	font-size: 1.50rem;
	text-shadow: 1px 1px 0px #666;
	font-weight: bold;
}

h2.question::before, h1.question::before {
  content: "\f059";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.7rem;
  color: #EE3536;                 /* Your preferred color */
  margin-right: 15px;                /* No extra spacing needed */
}

h1.question::before {
  font-size: 2.2rem;                /* No extra spacing needed */
}

h2.question::before {
	text-shadow: none;
}

h3 {
	font-size: 1.30rem;
	font-weight: bold;
	color: #253341;
}

h3::before {
  content: "\f35a";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.3rem;
  color: #253341;                 /* Your preferred color */
  margin-right: 15px;                /* No extra spacing needed */
}

p span.pro-tip {
  font-weight: bold;
	border-bottom: 2px solid #fdbc00; 
	font-size: 1.2em;
	margin-right:10px;
}

p span.pro-tip::before {
  content: "\f0eb";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.2rem;
  color:#fdbc00;                 /* Your preferred color */
  margin-right: 5px;                /* No extra spacing needed */
}

.greench {
	color: green;
}

.redx {
	color: red;
}

table.valign-top td{
	vertical-align: top;
}

ul.icons-poker {
 list-style-type: none;
 margin-left: 50px;
}

ul.icons-poker li::before {
  content: "\f219";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.0rem;
  color:#db1920;                 /* Your preferred color */
  margin:0 5px 0 -25px;               /* No extra spacing needed */
}

.page-section-grey h2.question::before {
  color:#000;          
}

.page-section-grey {
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
}

.page-section-grey h2{
	color: #EE3536;
}

.page-section-grey .fl-module, .page-section-white .fl-module{
	padding-left: 25px;
	padding-right: 25px;
}

.page-section-white {
	background-color: #fff;
	border-top: 1px solid #ddd;
}

.page-section-black {
	background-color: #000;
}

.page-section-black h1{
	color: #f1f1f1;
}
.page-section-black p{
	color: #fff;
}


.bubble-review {
	box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
	padding: 0px;
	margin: 5px 15px;
}

.bubble-review *{
	padding: 0px;
	margin: 0px;
	position: relative;
}

.bubble-review .review-heading{
	background-color: #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
}
.bubble-review .review-heading img.review-logo{
	padding: 15px 20px;
}

.bubble-review .review-heading img.review-ribbon{
	position: absolute;
	top: -10px;
	left: -20px;
	width: 60px;
	rotate: -30deg;
}

.bubble-review .review-details{
	padding: 10px;
	background-color: #fff;
}

.bubble-review .review-details ul {
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin-bottom: 10px;
}

.bubble-review .review-details ul li{
	width: 33%;
	float: left;
	text-align: center;
	font-size: 20px;
	color:#EE3536;
	font-weight: bold;
	margin-bottom: 20px;
}

.bubble-review .review-details ul li span{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.bubble-review .review-details ul li:first-of-type{
	width: 100%;
}


.bubble-review .review-details ul li a, .divtablewrapper .visit a {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 16px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	transform: scale(0.95);
}

.bubble-review .review-details ul li a:hover{
  transform: scale(1.0);
  transition: all 0.3s ease-in-out;
}

.bubble-review .review-details ul li a .icon, .divtablewrapper .visit a .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}


.bubble-review .review-details ul li a:hover .icon {
  transform: translate(4px);
}

.bubble-review .review-details ul li a:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.bubble-review .review-details ul li a::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.bubble-review .review-checks {
	background-color: #fff;
}

.bubble-review .review-checks ul {
	list-style-type: none;
	overflow: hidden;
	margin-left: 30px;
	padding-bottom: 20px;
}

.bubble-review .review-checks ul li::before {
  content: "\f14a";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.2rem;
  color: #17aa17;                 /* Your preferred color */
  margin-right: 15px;                /* No extra spacing needed */
}

.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: #EE3536;
  color: #ffffff;
}

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%;
  }
  table.resp tr {
    margin-bottom: 15px;
  }
  table.resp td {
    padding-left: 50%;
    text-align: left;
    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;
  }
	
}


/*start divtable styles*/
h3.tblheading {
  color: var(--color-red);
  padding-bottom: 10px;
  border-bottom: 2px solid #767676;
  margin-bottom: 20px;
}

h3.tblheading::before {
  font-family: FontAwesome;
  content: "\f005 ";
  padding-right: 9px;
  position: relative;
  top: 2px;
  font-size: 1.25em;
}

.table-grey-background {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.divtablewrapper {
  margin: 0px;
}

.divtable {
  margin: 0px;
  width: 100%;
  display: table;
  text-align: center;
}

.sportsbook-bonus span{
  transform: rotate(-4deg);
  vertical-align: middle;
  display: inline-block;
	font-weight: bold;
}

.sportsbook-bonus span.tbl-bonus-1{
  font-family: 'Teko', sans-serif;
  /*font-size: 168%;*/
  color: #2f5d6b;
  padding-right: 5px;
}

.sportsbook-bonus span.tbl-bonus-3 {
  font-family: 'Teko', sans-serif;
  color: #c10000;
  padding-left: 5px;
}

@media screen and (max-width: 690px) {
  .table-grey-background {
		background-color: #fff;
		border: none;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	h3.tblheading {
	  text-align: center;
	}

}

@media screen and (max-width: 580px) {
  .divtable {
    display: block;
  }

}

@media screen and (max-width: 768px) {
  img.intext-responsive-img {
	max-width: 100%;
	}
}

.row {
    display: table-row;
}
.row:nth-of-type(even) {
    background-color: #fff;
}

.row.header .cell{
  	padding: 15px 10px 5px;
	color: #666;
	border-top: none;
	font-weight: bold;
	text-transform: uppercase;
}

.divtablewrapper .rank{
	text-align: center;
	width: 75px;
	font-family: 'Anton', sans-serif;
  color: var(--text-dark);
  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: var(--text-dark);
  font-family: arial;
  font-weight: normal;
}


.divtablewrapper .sportsbook-logo{
	min-width: 150px;
	width: 150px;
	text-align: center;
}
.divtablewrapper .sportsbook-logo img, .divtablewrapper .sportsbook-rating img{
	margin-top: 7px;
}
.divtablewrapper .sportsbook-rating img{
	margin-left: 2px;
	margin-right: 2px;
}

.divtablewrapper .bonus-blurb{
	margin-left: 2px;
	margin-right: 2px;
	text-align: left;
}


.divtablewrapper .row:nth-child(even) {
            background-color: #f1f1f1;
        }


/*hides anything with a class name of hide-med*/
/*we unhide it again at a width of 580*/
@media screen and (max-width: 1100px) {
  .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;
	}
	
	.cell .text-left  {
		text-align: left;
	}

  .hide-med, .hide-small {
		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;
  }
	.divtablewrapper .rank{
		width: 100%;
	}
	
	.divtablewrapper .sportsbook-logo{
		min-width: 100%;
	}

}

.cell {
  padding: 2px;
  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*/

/*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: 36px;*/
  border: 1px solid #ccc;
  margin: 1px;
  font-size: 90%;
  background-color: #fafafa;
}

ul.list-grid.color-blue li {
  background-color: #36424f;
}

ul.list-grid.color-blue li a{
  color: #fff;
}

ul.list-grid li:hover {
  background-color:#E9E1E1;
}

ul.list-grid:not(.links) li{
  padding: 7px 10px;
}

ul.list-grid.icons li{
  padding: 3px 10px;
}

ul.list-grid li a{
  	display: block;
	text-decoration: none;	
}

ul.list-grid.links li, ul.list-grid.icons li {
  line-height: 36px;
}

ul.list-grid.links li img, ul.list-grid.icons 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.color-blue li a:hover {
  color:#333;
}

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 strong{
  display: block;
  width: 85px;
  text-align: right;
  position: absolute;
  right: 1px;
  top: 1px;
  height: 35px;
  padding-right: 10px;
  padding-top: 7px;
  border-radius: 1px;
  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);
}
/*start list-grid styles*/


@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
		background-color: #f1f1f1;
		border: 1px solid #ccc;
		border-radius: 4px;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
		color: #000;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
		width: calc(20% - 1px);
		margin-left:1px;
		margin-top:1px;
		background-color: #666;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }
	
	nav .main-nav .mega-menu > ul > li > a{
		color: #000 !important;
	}
	nav .main-nav .mega-menu > ul > li > a:hover {
		color: red !important;
	}

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

/*start numbered list styles*/
ol.fancy {
  counter-reset: counter;
  list-style: none;
  margin-left: 0px;
}
ol.fancy li {
  margin: 0 0 0.5rem 0;
  counter-increment: counter;
  position: relative;
  padding-left: 45px;
  padding-top: 3px;
  padding-bottom: 3px;
}
ol.fancy li::before {
  content: counter(counter);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 7px;
  width: 29px;
  height: 29px;
  top: 5px;
  background-color: rgb(0 107 179);
  border-radius: 50%;
  text-align: center;
	padding-top: 1px;
}
ol.fancy li:nth-child(odd) {
  background: #f1f1f1;
}
ol.fancy li:nth-child(even) {
    background: #f4f5f5;
}


.poker-room-review-features {
	border-left: 1px solid #333;
	padding-left: 25px;
}

.poker-room-review-features p{
	font-weight: bold;
}

.poker-room-review .poker-room-review-features ul{
	list-style-type: none;
	color: #fff;
}

.poker-room-review .poker-room-review-features ul {
 list-style-type: none;
 margin-left: 25px;
 margin-top: 0px;
}

.poker-room-review .poker-room-review-features ul li{
 	margin-bottom: 5px;
}

.poker-room-review .poker-room-review-features ul li::before {
  content: "\f058";           
  font-family: "Font Awesome 5 Free";
  font-weight: 900;             
  display: inline-block;
  font-size: 1.0rem;
  color:#70ac30;             
  margin:0 15px 0 -25px;        
}

.poker-room-review .review-bonus{
	background-color:rgba(238,53,54,0.81);
	padding: 0px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

.poker-room-review .review-bonus p{
	margin: 0px;
	padding: 0px;
}

.poker-room-review .review-bonus p.review-bonus-logo{
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}

.poker-room-review .review-bonus p.review-bonus-logo img{
	width: 65px;
}

.poker-room-review .review-bonus p.review-bonus-offer{
	float: left;
	margin: 10px 10px 0px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 18px;
	width: calc(100% - 92px);
	color: #000;
	border-bottom: 1px dashed #000;
}

.poker-room-review .review-bonus p.review-bonus-offer-amount {
	float: left;
	margin: 5px 10px 0px;
	font-weight: bold;
	font-size: 18px;
	width: calc(100% - 92px);
	text-shadow: 1px 1px 0px #666;
}


@media screen and (max-width: 980px) {
  .hide-small {
		display: none !important;
	}
	
	.poker-room-review-features {
		border-left: none;
		margin-top: 25px;
	}
}