/*
 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

yelow: #fcb144

*/

body {
  overflow: scroll; /* Show scrollbars */
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #06510b;
}

.img-border {
	border: 1px solid #000;
	padding: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.site-header {
 background-color:#fff;
 box-shadow: rgba(255, 255, 255, 0.1) 0px 10px 10px -10px;
 border-bottom: 2px solid #fcb144;
}

.main-navigation {
	background-color: none;
}

.main-navigation a {
	font-size: 15px;
	color: #333;
}

.main-navigation ul.sub-menu a {
		color: #000 !important;
    }

.main-navigation ul.sub-menu a:hover {
		color: #aa0523 !important;
    }

.dark-container {
	color: #fff;
	background-color: rgba(0,0,0,0.85);
}

.grey-container {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.full-container .fl-module{
	padding-left: 25px;
	padding-right: 25px;
}

.hp-container {
	
}

.hp-section {
	position:relative;
	color: #fff;
	background-image: url('/wp-content/uploads/2025/06/players-greyscale.png');
	background-repeat: no-repeat;
	background-position: bottom  right 0px;
}

.hp-section p{
	width: 60%;
}

.hp-section p:last-of-type{
	padding-bottom: 30px;
}

.hp-section h1{
	color: #fcb144;
}


.dark-container .fl-module, .grey-container .fl-module, .grey-container .fl-node-content{
	margin-left: 20px;
	margin-right: 20px;
}

.sportsbook-shadow-row {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 15px -20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.sportsbook-shadow-row-logo img{
	width: 200px;
}

.sportsbook-shadow-row .btn {
	min-width: 190px;
}

.btn{
	display: inline-block;
	  border: 0;
	  border-radius: 4px;
	  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
	  box-sizing: border-box;
	  color: #fff;
	  cursor: pointer;
	  font-family: Montserrat,sans-serif;
	  font-size: .9em;
	  padding: 8px 10px;
	  text-align: center;
	  user-select: none;
	  -webkit-user-select: none;
	  touch-action: manipulation;
	  text-decoration: none;
	  font-weight: bold;
}

.sportsbook-shadow-row .btn::after {
  content: "\f35a"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.0rem;
  float: right;
}

.sportsbook-shadow-row h4 {
  font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

a.btn-blue {
  background-image: linear-gradient(to bottom, #ff0000, #ee0304, #dd0606, #cc0809, #bb0a0a);
}

a.btn.btn-review {
	background-image: linear-gradient(to bottom, #fcb144, #eea237, #e19429, #d3861b, #c67808);
	color: #000;
}

.btn.btn-left {
	float: left;
}
.btn.btn-right {
	float: right;
}

.responsive-table {
	overflow-x:auto;
}

table.text-tbl {
	background-color: #fff;
}

table.text-tbl thead {
	background-image: linear-gradient(to bottom, #ff0000, #ee0304, #dd0606, #cc0809, #bb0a0a);
	color: #fff;
}


table.sportsbook-dsp {
	border-collapse: collapse;
	background-color: #fff;
}


table.first-col-heading tr td:nth-of-type(1){
	font-weight: bold;
}

table.text-center th, table.text-center td, td.text-center {
  text-align: center;
}

table td.align-left,
table th.align-left {
  text-align: left;
}

table.sportsbook-dsp thead {
	background-image: linear-gradient(to bottom, #0f6c14, #0c6411, #0a5c0e, #07540c, #054c09);
	color: #fff;
}

table.sportsbook-dsp .tbl-property {
	padding: 0px;
}

table.sportsbook-dsp .tbl-property img{
	margin-top: 7px;
}

table.sportsbook-dsp .tbl-bonus {
}

table.sportsbook-dsp .tbl-visit {
	min-width: 150px;
}

p.icon-importante {
	font-weight: bold;
	margin-bottom: 5px;
}

.icon-importante::before {
  content: "\f35a"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.0rem;
	margin-right: 15px;
	color: #fcb144;
}

/*start list grid styles*/
ul.list-grid {
  padding-left: 0em;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
  list-style: none !important;
  width: 100%;
  float: left;
  position: relative;
  z-index: 333;
}

.list-grid li {
  width: 100%;
  min-width: 180px;
  float: left;
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 4px 10px;
  margin-left: -1px;
  margin-top: -1px;
}

.list-grid.grid-fifths li {
  width: 20%;
}

.grid-logos li {
  text-align: center;
}

.grid-logos li img{
  margin-top: 5px;
}

ul.text-def li{
	margin-bottom: 10px;
}
ul.text-def li strong{
	display: inline-block;
}


@media (max-width: 1250px) {
  .hp-section p{
		width: 100%;
	}
	
	.hp-section {
		background-image: none;
	}

}

@media (max-width: 1050px) {
  .list-grid.grid-fifths li {
	  width: 33%;
	}
}

@media (max-width: 760px) {
  .list-grid.grid-fifths li {
	  width: 50%;
	}
}
/* sidebar styles */
.inside-right-sidebar h2 {
    background-image: linear-gradient(to bottom, #ff0000, #ee0304, #dd0606, #cc0809, #bb0a0a);
    color: #fff;
	text-align: center;
    font-weight: bold;
    padding: 5px 0px 8px 0px;
}
/* end sidebar styles */