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

@font-face {
  font-family: 'GT America Bold';
  src: url('fonts/GT-America-Expanded-Bold-Trial.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Bold Italic';
  src: url('fonts/GT-America-Expanded-Bold-Italic-Trial.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Fugaz One';
  src: url('fonts/FugazOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Racing Sans One';
  src: url('fonts/RacingSansOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Shrikhand';
  src: url('fonts/Shrikhand-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	background: #fff;
}


.site-header {
 background-image: linear-gradient(to right top, #051937, #082245, #0a2c55, #0c3664, #0c4074);
	box-shadow: rgba(255, 255, 255, 0.1) 0px 10px 10px -10px;
	color: #fff;
}

.white-container {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.green-container {
    border: 5px solid #a9d1aa;
    border-radius: 3px;
    margin-bottom: 20px;
}

.blue-container {
    border: 5px solid #c7d9eb;
    border-radius: 3px;
    margin-bottom: 20px;
}
.full-container .fl-module{
	padding-left: 25px;
	padding-right: 25px;
}


h1 {
	font-family: 'Fugaz One', sans-serif;
	color: #3070ad;
}

h2 {
	font-family: 'Fugaz One', sans-serif;
	font-size: 28px;
}
.green-container h2 {
    color: #fff;
    text-shadow: 0px 2px #000;
    border-radius: 2px;
    background-color: #649e43;
    margin: -14px -15px 11px -14px;
    padding-left: 14px;
    line-height: 1.6em;
}
.blue-container h2 {
    color: #fff;
    text-shadow: 0px 2px #000;
    border-radius: 2px;
    background-color: #3271ae;
    margin: -14px -15px 11px -14px;
    padding-left: 14px;
    line-height: 1.6em;
}
h3 {
	font-family: 'Fugaz One', sans-serif;
	font-size: 20px;
}

h4 {
    font-size: 26px;
    background-color: #2f71ae;
    color: #fff;
    padding: 0px 15px 3px 15px;
    border-radius: 2px;
    text-shadow: 0px 2px #000;
}

@media (max-width: 768px) {
	h1, h2, h3, h4, h5 {
		text-align: center;
	}
}

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

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

ul.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;
	background-color: #f1f1f1;
}

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

ul.list-grid.grid-thirds li {
  width: 33%;
}

ul.list-grid li a {
  display: block;
	text-decoration: none;
}
ul.list-grid li a::after {
  content: "\f35a"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 1.0rem;
  float: right;
}

@media screen and (max-width: 981px) {
  ul.list-grid.grid-thirds li {
	  width: 50%;
	}
}

@media screen and (max-width: 600px) {
  ul.list-grid.grid-thirds li {
	  width: 100%;
	}
}

.sportsbook-callout {
	padding: 20px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.sportsbook-callout h2 {
	font-size: 1.5em;
	color: red;
}

.sportsbook-callout a {
	display: block;
	max-width: 275px;
	background-image: linear-gradient(to right top, #ff4742, #ff3c36, #ff2f28, #ff1e18, #ff0000);
  border: 1px solid #ff4742;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.57059;
  min-width: 30px;
  overflow: visible;
  padding: 6px 15px 6px 6px;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
    margin: 0px auto;
}

.sportsbook-callout a img{
	background-color: #fff;
	vertical-align: middle;
	border-radius: 4px;
	margin-right: 20px;
}
/*   HTML table styles */
.table-wrapper {
  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;
}
.responsive-table .rank {
  color: #fff;
  background-color: #333;
  border-bottom: 1px solid #929292;
}
.responsive-table .rank a {
  color: #fff;
  text-decoration: none;
}
table th {
  background-color: #3170ae;
  color: #fff;
  line-height: 20px
}
table.table-center {
  text-align: center;
}
table.table-highlight tr td:first-of-type {
  width: 240px;
  text-align: center;
}
.responsive-table {
  overflow-x: auto;
}
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;
  }
}
/*  end HTML table styles */
/* list-icons styles*/
ul.fancy {
  list-style: none;
  margin-left: 10px;
  padding: 20px;
  border-radius: 10px;
}
ul.fancy li {
  list-style: none;
  list-style-position: outside;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 5px 9px;
  line-height: 20px;
  text-indent: -26px;
}
.fancy li::before {
    font-family: FontAwesome;
    content: "\f138 ";
    padding-right: 0px;
    position: relative;
    top: 3px;
    font-size: 130%;
    left: -7px;
    color: #71b649;
}
.fancy li:nth-child(odd) {
  background: #f3f3f3;
}
.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;
  text-indent: 0px;
}
ol.fancy li:not(:last-of-type) {
  border-bottom: 0px dashed #ccc;
}
ol.fancy li::before {
  content: counter(counter);
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 6px;
  width: 30px;
  height: 30px;
  top: 4px;
  background: #f32222;
  border-radius: 20%;
  text-align: center;
  text-indent: 2px;
  padding-top: 2px;
}
ol.fancy li:nth-child(odd) {
  background: #effcff;
}
ol.fancy li:nth-child(even) {
  background: #f9f9f9;
}
/*end numbered list styles*/
/*start responsive table*/
.limiter {
  width: 100%;
  margin: 0 auto;
}
.container-table100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px;
  box-sizing: border-box;
}
.wrap-table100 {
  width: 100%;
  margin-bottom: 20px;
}
.limiter table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.limiter table * {
  position: relative;
}
.limiter table td, .limiter table th {
  padding-left: 8px;
}
.limiter table thead tr {
  height: 50px;
  background-color: #3271ae;
  color: #fff !important;
}
.limiter table tbody tr {
  height: 40px;
}
.limiter table tbody tr:last-child {
  /*border: 0;*/
}
.limiter table td, .limiter table th {
  text-align: left;
}
.limiter table td.l, .limiter table th.l {
  text-align: right;
}
.limiter table td.c, .limiter table th.c {
  text-align: center;
}
.limiter table td.r, .limiter table th.r {
  text-align: center;
}
.table100-head th {
  font-size: 15px;
  color: #fff !important;
  line-height: 1.2;
}
.limiter tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}
.limiter tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.1;
  font-weight: unset;
  border-bottom: 1px solid #ccc;
}
.limiter tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}
.limiter .column1 {
  width: 80px !important;
  text-align: center;
  padding: 0px;
}
.limiter tbody tr td.column1 {
    font-size: 1.3em;
    text-align: center !important;
    border-right: none !important;
    text-shadow: 1px 2px 0px rgb(0 0 0);
    font-family: arial;
    color: #fff;
    background-color: #71b649;
    height: 63px;
    padding: 0px 10px;
}
.limiter .column2 {
  width: 185px;
  text-align: center;
}
.limiter .column2 img {
  margin: 0px !important;
  width: 105px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.limiter .column3 {
  width: 350px;
  text-align: center;
}
.limiter .column3 a {
  display: block;
  font-size: 15px !important;
  text-decoration: none;
  font-weight: bold;
}
.limiter .column4 {
  width: 150px;
  text-align: center;
}
.limiter .column5 {
  text-align: center;
  width: 190px;
}
.limiter tbody tr td .column5 {
  border-right: 1px solid #ccc;
}
.limiter .column5 a {
    display: inline-block;
    /* box-shadow: 0px 5px 7px -3px #2c539e; */
    background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); */
    /* background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); */
    background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%);
    background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%);
    /* background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB0202', endColorstr='#7D0101', GradientType=0);
    background-color: #354197 !important;
    color: #fff !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2c539e;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 180px;
    max-width: 180px;
    width: 70%;
}
@media screen and (max-width: 992px) {
  .limiter table {
    display: block;
  }
  .limiter table > *, .limiter table tr, .limiter table td, .limiter table th {
    display: block;
  }
  .limiter table thead {
    display: none;
  }
  .limiter table tbody tr {
    height: auto;
    padding-bottom: 15px;
  }
  .limiter table tbody tr td {
    text-align: center !important;
    margin-bottom: 24px;
  }
  .limiter table tbody tr td:last-child {
    margin-bottom: 0;
  }
  .limiter table tbody tr td:before {
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 30%;
    left: 30px;
    top: 0;
  }
  .limiter table tbody tr td:nth-child(1):before {
    content: "";
  }
  .limiter table tbody tr td:nth-child(2):before {
    content: "";
  }
  .limiter table tbody tr td:nth-child(3):before {
    content: "";
  }
  .limiter table tbody tr td:nth-child(4):before {
    content: "";
  }
  .limiter table tbody tr td:nth-child(5):before {
    content: "";
  }
  .limiter table.poker-table tbody tr td:nth-child(2):before {
    content: "";
  }
  .limiter table.sportsbook-table tbody tr td:nth-child(2):before {
    content: "";
  }
  .limiter .column4, .limiter .column5, .limiter .column6, .limiter .column1, .limiter .column2, .limiter .column3 {
    width: 100%;
    text-align: left;
  }
  .limiter tbody tr td.column1 {
    background-image: url("../../uploads/2019/07/table_ranking_horizontal_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    text-align: center;
    padding: 10px;
  }
  .limiter tbody tr td.column5 a {
    text-align: center;
  }
  .limiter tbody tr {
    font-size: 15px;
  }
  .hide-on-medium {
    display: none;
  }
}
@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fl-page-header-container {
    background-image: none !important;
  }
}
/*end responsive table*/
/* sub-menu styles */
ul.sub-menu {
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 10px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  padding-left: 10px !important;
}
ul.sub-menu li a {
  padding: 10px 10px !important;
  color: #fff !important;
}
ul.sub-menu li a::before {
    font-family: FontAwesome;
    content: "\f283";
    padding-right: 10px;
    vertical-align: middle;
    color: #71b649;
    font-size: 18px;
}
ul.sub-menu li a:hover {
  border-radius: 5px;
}
.st-nav-drop ul {
    width: 820px !important;
    left: -600px !important;
}
.st-nav-drop li {
    width: 160px !important;
    float: left;
}
/* sub-menu styles */