/*
Theme Name: Tipman New Theme
Theme URI: tipmantips.com
Author: Tipman
Author URI: tipmantips.com
Description: Wordpress Theme
Version: 1.1
*/


body {
	
	font-family: 'Poppins', sans-serif;
	font-size: .95rem;
}

p, li {
	
	line-height: 1.9;
}

h3 {
	
	font-size: 1.5rem;
	line-height: 1.3;
}

.preloader {
	
	position: fixed;
	min-height:100%;
	min-width:100%;
	background:#f4f4f4;
	overflow: hidden;
}

.error-border {
	
	border:1px solid red!important;
}

.logo-area .icon img {
	
	height:24px;
}

.logo-area-left {
	
	display: none!important;
}

.nav-area {
	
	display: none!important;
}

.logo {
	
	width:300px;
}

.no-info {
	
	font-size: 1.2rem!important;
	text-align: left!important;
	margin: 1rem 0!important;
}

.btn-primary {
	
	background: #8cd451;
	padding: 1.2rem 2.5rem;
	border: none;
	font-weight: 500;
	border-radius: 30px;
	color:#000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:focus {
	
	background: #6fbc2b!important;
	color: #000!important;
	box-shadow: none!important;
	border:none!important
}

.form-switch {
	
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
	
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
	
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
	
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
	
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { 
	
	transform: translate3d(16px, 2px, 0);
 }
 
.form-switch input { 
	
	display: none;
 }
 
.form-switch input:checked + i { 
	
	background-color: #4BD763;
}

.form-switch input:checked + i::before { 
	
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
 }
 
.form-switch input:checked + i::after { 
	
	transform: translate3d(22px, 2px, 0);
}

.form-switch span {
	position: relative;
	font-size: .8rem;
	top: -2px;
}

.hamburger {
	
	cursor: pointer;
}

.modal {
	
	top:48px;
}

.section-title {
	
	font-weight: 800;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom:4rem;
}

.faq-section {
	
	padding:3rem 0;
}

.content-section-2 {
	
	padding:4.5rem 0 0;
	background: #f4f4f4;
	border-top:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
}

.content-section-1 {
	
	padding:4.5rem 0 0;
	background: #f4f4f4;
	border-top:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
}

.content-section-1 img {
	
	width: 362px;
	display: block;
	margin: auto;
}

.content-section-2 img {
		
	display: block;
	margin:auto;
	margin-top:-30px;
}

.content-section .section-title {
	
	margin-bottom:2rem;
	text-align: left;
}

.content-section .btn {
	
	margin:1rem 0 3rem;
}

.menu-main-menu-container {
	
	width:100%;
}

.menu-main-menu-container .navbar-nav li a {
	
	color:#212529;
	text-decoration: none;
	font-weight: 500;
}

.navbar {
	
	padding-bottom:1.4rem;
}

.img-thumbnail {
	
	border-color: #dee2e6;
}

.aside-nav {
	
	display: inline-block;
	position: fixed;
	background: #fff;
	z-index: 999999;
	min-height: 100%;
	padding: 30px;
	border-right: 1px solid #dee2e6;
	left:0;
	display: none;
}

.woocommerce-MyAccount-navigation ul {
	
	padding-left:0;
	list-style-type: none;
	border-bottom:1px solid #ccc;
	border-radius: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
	
	text-decoration: none;
	display: block;
	border:1px solid #ccc;
	border-bottom:0;
	padding: 10px 15px;
	color:#000;
}

.woocommerce-MyAccount-navigation ul li:first-of-type a {
	
	border-radius: 5px 5px 0 0;
}

.woocommerce-MyAccount-navigation ul li:last-of-type a {
	
	border-radius: 0 0 5px 5px;
}

.woocommerce .button {
	
	padding: 1.2rem 2.5rem!important;
	border: none!important;
	background: #8cd451!important;
	font-weight: 500!important;
	border-radius: 30px!important;
	color: #000!important;
}

.woocommerce-info {
	
	border-top-color: #8cd652;
}

.woocommerce-info::before {
	
  color: #8cd451;
}

.woocommerce-account .woocommerce h2 {
	
	display: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	
	background: #f4f4f4;
	max-width: 700px;
	margin: auto;
	border: 1px solid #dee2e6;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	
	max-width: 100%;
	border: 1px solid #ccc !important;
	height: 44px;
	padding: 15px;
	margin-top: 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	
	padding: 1.2rem 2.5rem;
	border: none;
	background: #8cd451;
	font-weight: 500;
	border-radius: 30px;
	color: #000;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	
	margin-top:12px;
}

.aside-nav ul li a {
	
	color:#000;
	text-decoration: none;
	display: block;
	padding: 4px 0;
}

.aside-nav .fa {
	
	border-radius: 50%;
	border: 1px solid #747474;
	width: 22px;
	height: 22px;
	line-height: 19px;
	text-align: center;
	font-size: 0.85rem;
	color: #747474;
	cursor: pointer;
	position: absolute;
	top:10px;
	right:10px;
}

.home .site-header {
	
	border-bottom:none;
}

.site-header {
	
	background:#f4f4f4;
	border-bottom:1px solid #dee2e6;
}

.accordion-flush .accordion-item:last-child {
	
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion .accordion-button {
	
	font-weight: 700;
	padding: 1.5rem 0rem;
	font-size: 1.15rem;
}

.accordion .accordion-button:after {
	
	background-image: url('img/plus-symbol-button.svg')!important;
	background-position:0 2px;
	background-size: 1rem;	
}

.accordion-body {
	
  padding: 1rem 0rem;
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
	
  border:none;
  outline: 0;
  box-shadow:none!important;
  background:none!important;
  color:#000!important;
}

.accordion-body {
	
	border-top:1px solid rgba(0,0,0,.125);
}

.saved-filter-btns {
	
	float:right;
}

.saved-filter .saved-filter-btns .fa {
	
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	border-radius: 3px;
	font-size: 0.85rem;
}

.saved-filter {
	
	margin: 12px 0;
}

.winning-bet-slips {
	
	padding:3rem 0 2.2rem;
}

.banner-section {
	
	padding:8px 0 0;
	background: #f4f4f4;
	border-bottom: 1px solid #dee2e6;
}

.banner-section h1 {
	
	margin-bottom:0;
	margin-top:0rem;
	text-align: center;
}

.banner-section small {
	
	font-size: 1em;
	display: block;
	margin: 1rem 0;
	font-weight: 600;
	text-align: center;
}

.banner-section .banner-link {
	
	color:#000;
}

.banner-section p {
	
	font-size: 1.2rem;
	margin-bottom:1.6rem;
	text-align: center;
}

.banner-section .btn {
	
	margin: auto;
	display: block;
	width: 210px;
}

.featured-winning-bet-slips-tile {
	
	margin-bottom: 30px;
}

.featured-winning-bet-slips-tile .featured-slips-tile-top img {
	
	border-radius: 10px 10px 0 0;
}

.featured-winning-bet-slips-tile .featured-slips-tile-bottom img {
	
	border-radius: 0 0 10px 10px;
}

.staking-plan-section {
	
	padding:3rem 0;
}

.staking-plan-section ul, .staking-plan-section ol {
	
	padding-left:15px;
}

.advanced-filters-form p {
	
	margin: 25px 0 10px;
	font-weight: 700;
}

.advanced-filters-form .btn {
	
	padding: 0.9rem 1rem;
	font-size: .8rem;
	width: 49%;
	margin: 15px 0;
	display: inline-block;
}

.staking-plan-section .img-tile {
	
	margin-bottom:15px;
}

.feedback-section {
	
	padding:3rem 0;
}

.feedback-section .tile {
	
	border: 1px solid #dee2e6;
	border-radius: 10px;
	position: relative;
	background: #f4f4f4;
	text-align: center;
	padding:50px 30px 20px;
	margin:15px 0;
}

.feedback-section .section-title {
	
	margin-bottom:1rem;
}

.feedback-section .tile .tile-img {
	
	border: 1px solid #dee2e6;
	background: #f4f4f4;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -75px;	
}

.feedback-section .tile h2 {
	
	font-weight: 800;
}

.feedback-section .tile .blockquote {
	
	font-size: 1rem;
}

.feedback-section .tile .tile-quote {
	
	width:60px;
	margin:15px 0;
}


.how-it-works-section .steps-tiles {
	
	padding-top:3rem;
	position: relative;
	z-index:999;
}

.how-it-works-section {
	
	padding:3rem 0 0;
	position: relative;
}

.how-it-works-section .tile-circle {
	
	border: 1px solid #dee2e6;
	background: #f4f4f4;
	border-radius:50%;
	height: 150px;
	width:150px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-75px;
	padding:34px;
}

.how-it-works-section .tile {
	
	background:#f4f4f4;
	border:1px solid #dee2e6;
	text-align: center;
	position: relative;
	border-radius:10px;
	padding-bottom:40px;
	margin-bottom:7rem;
}

.how-it-works-section .row .col-lg-4:last-of-type .tile {
	
	margin-bottom:0;
}

.how-it-works-section .tile h3 {
	
	font-size: 1.7rem;
	font-weight: 800;
	padding: 100px 25px 20px;
}

.how-it-works-section .tile p {
	
	padding: 0 25px 20px;
}

.how-it-works-section .btn {
	
	width:186px;
}

.stars {
	margin-bottom:20px;
	
} 

.fa-star {
	
	font-size: 1.8rem;
}

.fa-star.checked {
	
	color:#8cd451;
}

.sub-title {
	
	font-size: 1.2rem;
	text-align: center;
	display: block;
	max-width:900px;
	margin:0 auto 3rem;
}

.bookies-section {
	
	padding: 3rem 0;
}

.table-stacked {
	
	margin-top:40px;
}

#custom-handle {
	
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
	outline:none!important;
	color:#000!important;
	background:#f6f6f6!important;
	border: 1px solid #c5c5c5;
	margin-left: -1.5em;
}

.ui-slider-range-min {
	
	background:#8cd652;
}

.ui-widget.ui-widget-content {
	
	width: 90%;
	margin: auto;
}
  
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	
	color:#000!important;
	outline: none!important;
	border: 1px solid #c5c5c5;
	background:#f6f6f6!important;
}

.bookies-section .section-title {
	
	margin-bottom: 1rem;
}

.bookies-section h3 {
	
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height:1.5;
}

.bookies-section .btn {
	
	width:210px;
	margin:auto;
}

.bookies-section hr {
	
	background-color: rgba(0,0,0,.125);
	opacity: 1;
	margin-top:1.7rem;
	margin-bottom:1.7rem;
}

.bookies-section img {
	
	border-radius: 10px;
}

.bookies-section .bookmaker-terms p {
	
	margin:0 0 1rem;
}

.bookies-section .bookmaker-offer h3 {
	
	margin:20px 0;
	text-align: center;
}

.bookies-section .bookmaker-conditions {
	
	font-size: .75rem;
	margin: 1.7rem 0 0;
	text-align: center;
}

.football-stats {
	
	padding:3rem 0;
}

.football-stats .section-title {
	
	margin-bottom:1rem;
}

.football-stats .sub-title {
	
	margin-bottom:2.5rem;
}

.football-stats-clubs .bg-poor, .football-stats-clubs .bg-average, .football-stats-clubs .bg-good, .football-stats-clubs .bg-excellent {
	
	width:42px!important;
}

.football-stats-clubs .the-club .box {
	
	padding: 30px 20px 25px;
	margin: 0 0 40px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dee2e6;
}

.football-stats .the-club .club-details h5 {
	
	font-size: .95rem;
	margin-top: 12px;
}

.football-stats-clubs .the-club .goals-section .table {
	
	margin-top: 2rem;
}

.football-stats-clubs .the-club .goals-section .club-logo {
	
	width:50px;
	margin-bottom:15px;
}

.football-stats-clubs .the-club .goals-section .fa {
	
	font-size: 5rem;
	opacity: 0.2;
}

.football-stats-clubs .the-club .goals-section p {
	
	font-size: 0.85rem;
}

.football-stats-clubs .the-club .goals-section .fa.green {
	
	color: green;
}

.football-stats-clubs .the-club .goals-section .fa.red {
	
	color: red;
}

.football-stats-clubs .the-club .goals-section h5 {
	
	line-height:1.3;
	font-weight: 600;
}

.football-stats-clubs .the-club .goals-section small {
	
	font-size: 0.9rem;
}

.football-stats-clubs .the-club .goals-section h6 {
	
	margin-bottom:0;
}

.football-stats-clubs .the-club .goals-section .box {
	
	margin:0;
}


.football-stats .stats-date-section .stats-days .stat-day a {
	
	display: block;
	font-weight:400;
	color:#000;
	text-decoration: none;
	padding: 18px 8px;
	font-size: .85rem;
}

.football-stats .stats-date-section .stats-days .stat-day a.active {
	
	background: #c9c9c9;
	color:#000;
}

.football-stats .stats-date-section .stats-days .stat-day:first-of-type a {
	
	border-right:none;
}

.football-stats .league-title {
	
	display:inline-block;
}

.football-stats .main-flag {
	
	margin-right:5px;
	width:30px;
	position: relative;
	top:-2px;
}

.search-form {
	
	width:100%;
	margin: 0;
	position:relative;
}

.search-form div:after {
	
	content:"\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 1rem;
	position: absolute;
	right:0;
	top:0;
	height: 44px;
	width: 44px;
	text-align: center;
	line-height: 44px;
	color:#747474;
}

.search-form input {
	
	width: 100%;
	border: 1px solid #ccc;
	border-top:none;
	height: 44px;
	padding:15px;
	outline:none;
	color:#747474;
	font-weight:300;
	opacity:1;
	border-radius: 0 !important;
}

.search-form input::-webkit-input-placeholder { /* Edge */
  color:#747474;
  font-weight:300;
  opacity:1;
}

.search-form input:-ms-input-placeholder { /* Internet Explorer */
  color:#747474;
  font-weight:300;
  opacity:1;
}

.search-form input::placeholder {
  color:#747474;
  font-weight:300;
  opacity:1;
}

.football-stats .todays-matches-section h4 {
	
	font-size: 1rem;
	margin: 40px 0 15px;
}

.football-stats .todays-matches-section h4 a {
	
	color: #000;
	text-decoration: none;
}

.football-stats .todays-matches-section aside .list-group-flush {
	
	margin-top:40px;
}

.football-stats .todays-matches-section aside .list-group-flush li {
	
	padding: .2rem 1rem;
	font-size: .85rem;
	border:0;
}

.football-stats .todays-matches-section aside .list-group-flush li a {
	
	color:#212529;
	text-decoration: none;
}

.football-stats .todays-matches-section aside .list-group-flush li a .fa {
	
	color: #239954;
	font-size: 1rem;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.football-stats .filter-dropdown-box {
	
	border:1px solid #ccc;
	border-top:none;
	height:44px;
}

.football-stats .filter-dropdown-box-results a {
	
	color:#000;
	text-decoration: none;
}

.football-stats .filter-dropdown-box-results p a {

	color: #0d6efd;	
}

.football-stats .filter-scroll-buttons {
	
	position:sticky;
	bottom:0;
	background:#fff;
	z-index:999;
	margin-top:15px;
	padding: 10px 10px 0;
	text-align: center;
}

.football-stats .filter-name {
	
	max-width:100%;
	width:100%;
	border:1px solid #ccc;
	margin-top:15px;
	font-size: 0.85rem;
	padding:5px 15px;
	display: block;
	box-shadow: none;
	outline: none;
}

.football-stats .filter-dropdown-box-container .filter-dropdown-box-results .filter-dropdown-box-results-top {
	
	padding: 0 15px;
}

.football-stats .filter-dropdown-box-container {
	
	position: relative;
}

.football-stats .pre-filter-dropdown-box .filter-dropdown-box-results {
	
	padding:15px!important;
}

.football-stats .filter-dropdown-box-container .filter-dropdown-box-results {
	
	padding:15px 0 0;
	border:1px solid #ccc;
	border-top:0;
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 100%;
	display: none;
	max-height: 380px;
	overflow: auto;
}

.football-stats .filter-dropdown-box-container .filter-dropdown-box-results .slider {
	
	padding:0 15px;
}

.football-stats .filter-dropdown-box-container .filter-dropdown-box-results ul {
	
	margin-bottom:0;
}

.football-stats .filter-dropdown-box-container .filter-dropdown-box-results ul li {
	
	font-weight: 300;
}

.football-stats .filter-dropdown-box-container .filter-dropdown-box-results .fa-times {
	
	border-radius: 50%;
	border: 1px solid #747474;
	width: 22px;
	height: 22px;
	line-height: 19px;
	text-align: center;
	font-size: 0.85rem;
	color: #747474;
	position: relative;
	top: -1.5px;
	float: right;
	cursor: pointer;
}

.football-stats .filter-dropdown-box h6 {
	
	font-size: .95rem;
	color: #747474;
	font-weight: 300;
	line-height: 44px;
	padding: 0 15px;
}

.football-stats .stats-date-section .filter-dropdown-box {
	
	border-top: 1px solid #ccc;
}

.football-stats .filter-dropdown-box h6 .fa {
	
	float:right;
	line-height: 41px;
}

.football-stats table {
	
	border-radius: 5px;
}

.football-stats td {
	
	padding: .5rem .2rem;
	font-size: 0.65em;
	vertical-align: middle;
}

.football-stats th {
	
	font-weight: 600;
	font-size: 0.65em;
	border-color:#dee2e6;
}

.football-stats .todays-matches-table tbody tr {
	
	cursor: pointer;
}

.football-stats .todays-matches-section .todays-matches-table .team-name a {

	color: #1F4F94;
	text-decoration: none;
}

.football-stats .todays-matches-section .todays-matches-table .fa {
	
	color: #1F4F94;
}
.football-stats .todays-matches-section .todays-matches-table .team-name a:hover {
	
	text-decoration: underline;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(1) {
	
	width:8%;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(2) {
	
	text-align:right;
	width:20%;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(3) {
	
	text-align:center;
	width:8%;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(4) {
	
	text-align:center;
	width:8%;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(5) {
	
	text-align:center;
	width:8%;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(6) {
	
	width:20%;
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(7) {
	
	width:16%;
	text-align: center
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(8) {
	
	width:6%;
	text-align: center
}

.football-stats .todays-matches-section .todays-matches-table thead tr th:nth-of-type(9) {
	
	width:6%;
	text-align: center
}

.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(2) {
	
	text-align:right;
}

.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(3) {
	
	text-align:center;
}

.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(4) {
	
	text-align:center;
}

.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(5) {
	
	text-align:center;
}

.progress {
	
	font-size: .65rem;
}

.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(7) {
	
	text-align:center;
}
.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(8) {
	
	text-align:center;
}
.football-stats .todays-matches-section .todays-matches-table tbody tr td:nth-of-type(9) {
	
	text-align:center;
}

.football-stats .todays-matches-section .todays-matches-table .table-odds span:nth-of-type(2) {
	
	margin:0 15px;
}

.football-stats .todays-matches-section .table-not-leagues thead tr th:nth-of-type(1) {
	
	width:20%;
}

.football-stats-clubs .the-club .club-title {
	
	font-size: 1.3rem;
	font-weight: 700;
	text-align: left;
}

.football-stats-match .club-title {
	
	font-size: 1.3rem;
	font-weight: 700;
	text-align: left;
}

.football-stats-clubs .the-club .club-logo {
	
	margin: auto;
	display: block;
}

.football-stats-clubs .the-club small {
	
	font-size: 1.1em;
	margin: 10px 0;
	display: block;
}

.football-stats-clubs .the-club .choose-league-form select {
	
	padding:6px;
	max-width:100%;
}

.mobile-icons-container {
	
	height: 49px;
}
 
.mobile-header-icons {
	
	font-size: 0px;
	border-bottom:1px solid #ccc;
	position: fixed;
	width: 100%;
	background: #f4f4f4;
	z-index: 99999;
	top:0;
	
}

.mobile-header-icons li {
	
	margin:0!important;
	width: 25%;
	text-align: center;
	position: relative;
}

.mobile-header-icons li a {
	
	padding: 12px;
	display: block;
}

.mobile-header-icons li:after {
	
	content:'';
	border-right: 1px solid #ccc;
	right:0.5px;
	height:48px;
	position: absolute;
	top:0;
}

.mobile-header-icons ul li:last-of-type:after {
	
	border-right:0!important;
}

.hidden {
	
	display:none!important;
}
 
.football-stats-clubs .the-club .club-box .bg-poor, .football-stats-clubs .the-club .club-box .bg-average, .football-stats-clubs .the-club .club-box .bg-good, .football-stats-clubs .the-club .club-box .bg-excellent {
	
	width:18px!important;
}

.football-stats-clubs .the-club .club-box {
	
	display: inline-block;
 }

.football-stats-clubs .the-club .box p {
	
	margin:0;
	text-align: center;
 }
 
.football-stats-clubs .the-club .box .the-badge {
	
	margin:0 auto 10px;
}

.football-stats-clubs .club-league-stats-table th {
	
	text-align: center;
}

.football-stats-clubs .club-league-stats-table tr td {
	
	text-align: center;
}

.football-stats-clubs .club-league-stats-table tr td:first-of-type {
	
	text-align: left;
}

.football-stats-clubs .club-league-performance-table tr th {
	
	text-align: center;
}

.football-stats-clubs .club-league-performance-table tr th:first-of-type {
	
	text-align: left;
}

.football-stats-clubs .club-league-performance-table tr td {
	
	border:4px solid #fff;
}

.football-stats-clubs .club-league-performance-table tr td:last-of-type {
	
	border-right:0;
}

.football-stats-clubs .club-league-performance-table tr td:first-of-type {
	
	border-right:0;
}

.football-stats-clubs .club-league-performance-table {
	
	border:none;
}

.football-stats-clubs .club-league-performance-table th {
	
	background: #f2f2f2;
}

.football-stats-clubs .club-league-performance-table tbody tr td:first-of-type {
	
	background: #f2f2f2;
	width:50%;
	text-align: left;
}

.league-table th {
	
	text-align: center;
}

.league-table tbody tr td {
	
	text-align: center;
}
 
.league-table tbody tr td:nth-of-type(2) {
	
	text-align: left;
}

.football-stats-match .box {
	
	padding: 30px 20px 25px;
	margin: 0 0 40px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dee2e6;
}

.football-stats-match .predictions-section .box {
	
	margin: 0 0 40px;
}

.football-stats-match .box p {
	
	margin:0;
}

.football-stats-match .box p span {
	
	font-weight: 700;
}

.football-stats-match .club-league-performance-table th {
	
	width:30%;
	text-align: center;
}

.football-stats-match .club-league-performance-table tbody td {
	
	text-align: center;
	border: 2px solid #fff;
}

.football-stats-match .club-league-performance-table tr td:first-of-type {
	
	text-align: left;
}

.football-stats-match .club-league-performance-table tr th:nth-of-type(2) {
	
	width:15%;
}

.football-stats-match .club-league-performance-table th:nth-of-type(3) {
	
	width:15%;
}

.football-stats-match .club-league-performance-table th:nth-of-type(4) {
	
	width:15%;
}

.football-stats-leagues .box {
	
	padding: 30px 20px 25px;
	margin: 0 0 40px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dee2e6;
}

.football-stats-leagues .stat-boxes .box .fa {
	
	font-size: 2.2rem;
	margin-bottom:.5rem;
}

.football-stats-leagues .stat-boxes .box p {
	
	margin: 0;
	line-height: 1.7;
}

.football-stats-leagues .goal-graphs-section table tbody td {
	
	background:#8bdd7c!important;
}

.football-stats-leagues .goal-graphs-section table tbody td span {
	
	width:100%;
	background:#fff;
}

.football-stats-leagues .goal-graphs-section table {
	
	height:300px;
	max-width:100%;
	margin:0 auto;--heading-size: 2rem;
}

.football-stats-leagues .goal-graphs-section table caption {
	
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.25rem;
	color: #000;
}

.football-stats-leagues .league-cards-corners-section img {
	
	width:150px;
}

.football-stats-leagues .league-cards-corners-section p {
	
	margin-bottom:0;	
}

.football-stats-leagues .league-cards-corners-section .box .col-md-6 p:nth-of-type(2) {
	
	margin-bottom:20px;
}

.football-stats-leagues .todays-matches-table a {

	color: #1F4F94;
	text-decoration: none;
}

.football-stats-leagues .todays-matches-table .fa {
	
	color: #1F4F94;
}

.football-stats-leagues .todays-matches-table a:hover {
	
	text-decoration: underline;
}

.football-stats-leagues .todays-matches-table tbody tr td:nth-of-type(2) {
	
	text-align: right;
}

.football-stats-leagues .todays-matches-table tbody tr td:nth-of-type(6) {
	
	text-align: left;
}

.football-stats-leagues .league-goals-table tbody tr td:first-of-type {
	
	text-align: left;
}

.football-stats-leagues .league-goals-table tbody tr td:last-of-type {
	
	text-align: right;
}

.football-stats-leagues .todays-league-stats-table tbody tr td:first-of-type {
	
	text-align:left;
}

.football-stats-leagues .todays-league-stats-table tbody tr td:last-of-type {
	
	text-align:right;
}

.football-stats-leagues  .league-player-stats .box h4 {
	
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}

.football-stats-leagues  .league-player-stats .progress {
	
	position: relative;
	margin:8px 0;
}

.football-stats-leagues  .league-player-stats .progress-bar .progress-text {
	
	position:absolute;
	left: 18px;
	top: 6.5px;
	font-size: .8rem;
}

.football-stats-leagues .league-player-stats .progress-bar .progress-text img {
	
	top: -1px;
	width: 15px;
}

.football-stats-leagues .upcoming-matches h3 {
	
	font-size: 1rem;
	text-align: left;
}

.football-stats-leagues .upcoming-matches .todays-matches-table tbody tr {
	
	cursor: pointer;
}

.football-stats-leagues .league-table .team-logo {
	
	width: 16px;
}

.football-stats-leagues .league-table tbody tr .team {
	
	text-align: left;
}

.football-stats-players .box {
	
	padding: 30px 20px 25px;
	margin: 0 0 40px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #dee2e6;
}

.football-stats-players .the-player .choose-league-form select {
	
	padding:.5rem;
	max-width:100%;
}

.football-stats-players .the-player .player-details p {
	
	margin-bottom: .2rem;
}

.football-stats-players .the-player .player-details h2 {
	
	font-weight:700;
	margin-top:20px;
}

.football-stats-players .player-season-data .overall-average-ppg {
	
	padding: 10px 4px;
	margin-right:10px;
	width:62px;
}

.football-stats-players .club-league-performance-table tbody tr td:first-of-type {
	
	background: #f2f2f2;
	width: 50%;
	text-align: left;
}

.football-stats-players .club-league-performance-table tr td {
	
  border: 4px solid #fff;
  background:#f2f2f2;
}

.football-stats-players .club-league-performance-table tr td:first-of-type {
	
  border-right: 0;
}

.football-stats-players .club-league-performance-table tr th:nth-of-type(2) {
	
	width:20%;
}

.football-stats-players .club-league-performance-table tr th:nth-of-type(3) {
	
	width:14%;
}

.football-stats-players .additional-players h4 {
	
	font-weight: 700;
}

.section-search-results h2 {
	
	margin: 1.8rem 0 .5rem;
	font-size: 1.2rem;
	padding: 1rem;
	background: #f2f2f2;
}

.section-search-results .tile {
	
	border: 1px solid #ccc;
	padding: 20px;
	margin: 8px 0;
}

.section-search-results .tile h6 {
	
	margin:0 0 3px 10px;
	font-size: 0.9rem;
}

.section-search-results .tile img {
	
	height:50px;
}

.table-title {
	
	margin-bottom: 0;
	padding: 16px 10px;
	font-size: 1.1rem;
	background: #f2f2f2;
	margin-bottom: 4px;
	margin-bottom:30px;
	text-align: left;
}

.football-stats-clubs .table {
	
	margin-bottom:2rem;
}

.joint-table {
	
	margin-bottom:0!important;
}

.bg-poor {
	
	background: #c85f46;
	padding:4px;
	font-weight:600;
	color:#fff;
	width: 42px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

.bg-average {
	
	background: #e5b05e;
	padding:4px;
	font-weight:600;
	color:#fff;
	width: 42px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

.bg-good {
	
	background: #91bc80;
	padding:4px;
	font-weight:600;
	color:#fff;
	width: 42px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

.bg-excellent {
	
	background: #239954;
	padding:4px;
	font-weight:600;
	color:#fff;
	width: 42px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

.bg-black {
	
	background: #000;
	padding:4px;
	font-weight:600;
	color:#fff;
	width: 42px;
	border-radius: 4px;
	display: block;
	text-align: center;
}

.poor {
	
	font-weight:600;
	color:#c85f46;
}

.average {
	
	font-weight:600;
	color:#e5b05e;
}

.good {
	
	font-weight:600;
	color:#91bc80;

}

.excellent {
	
	font-weight:600;
	color:#239954;
}

.football-stats .bg-poor, .football-stats .bg-average, .football-stats .bg-good, .football-stats .bg-excellent {
	
	width:30px;
}

.border-poor {
	
	border-bottom:6px solid #c85f46!important;
}

.border-average {
	
	border-bottom:6px solid #e5b05e!important;
}

.border-good {
	
	border-bottom:6px solid #91bc80!important;
}

.border-excellent {
	
	border-bottom:6px solid #239954!important;
}

.progress {
	
	height: 2rem;
	border-radius: 30px;	
}

.www-recent-form-home {
	
	margin-top:25px;
}

.www-recent-form-away {
	
	margin-bottom:25px;
}

.match-preview-section .team-logo {
	
	margin-bottom:15px;
}

.match-preview-section .box {
	
	margin-bottom:25px;
}

.section-quick-links ul {
	
	background: #f2f2f2;
	padding:0 25px;
	margin-bottom:25px;	
}

.section-quick-links ul li a {
	
	color:#000;
	display:block;	
}

.recent-form-box-top {
	
	text-align: center;
}

.head-to-head-section h5 {
	
	text-align: center;
	margin:20px 0 15px;
	font-weight: 400;
	font-size: 1.15rem;
}

.head-to-head-section .progress {
	
	margin-bottom:25px;
}

.head-to-head-section .team-logo {
	
	width: 100px;
	margin: auto;
	display: block;
}

.football-stats-match .image-box {
	
	padding:15px;
	margin:0;
}

.past-matches-section .box {
	
	text-align: left;
}

.past-matches-section .box span {
	
	max-width:90%;
	display: inline-block;
}

.past-matches-section .box .score {
	
	float: right;
	width:10%;
	display: inline-block;
	text-align: center;
	font-weight: 700;
}

.recent-form-stats-table th {
	
	text-align: center;
}

.recent-form-stats-table td {
	
	text-align: center;
}

.recent-form-stats-table tr th:first-of-type {
	
	text-align: left;
}

.recent-form-stats-table tr td:first-of-type {
	
	text-align: left;
}

.match-preview-teams {
	
	margin:30px 0;
}

.past-matches-section .box hr {
	
	margin: .5rem 0;
	border-color: #dee2e6;
	opacity: .4;
}

.recent-form-section .box .home-team-box {
	
	text-align: left;
}

.recent-form-section .box .home-team-box h6 {
	
	font-size:1rem;	
}

.recent-form-section .box .home-team-box p {
	
	font-size:.8rem;	
}

.recent-form-section .recent-results-table {
	
	margin: 30px 0;
}

.www-badge {
	
	display: block;
	margin:0 auto 10px;
}

.result-badge {
	
	width: 18px!important;
	text-align: center;
	font-size: .7rem;
	height: 18px;
	line-height: 18px;
	padding: 0;
	text-transform: uppercase;
}

.result-badge.ppg-badge {
	
	width:36px!important;
}

.progress-team-a {
	
	background: #b1e88c;
	color: #095414;
}

.progress-team-b {
	
	background: #ffb6ad;
	color: #c72106;
}

.progress-draw {
	
	background: #ffd28e;
	color: #ab6d11;
}

.progress-team-a {
	
	background: #b1e88c;
	color: #095414;
}

td.bg-poor {
	
	background: #ffe9e6!important;
	color: #cc2d13!important;
	font-weight:600;
	border-radius: 0;
	width:unset;
	text-align:center;
	display: table-cell;
}

td.bg-average {
	
	background: #f6f7cd!important;
	color: #696b15!important;
	font-weight:600;
	border-radius: 0;
	width:unset;
	text-align:center;
	display: table-cell;
}

td.bg-good {
	
	background: #72da233d!important;
	color: #147221!important;
	font-weight:600;
	border-radius: 0;
	width:unset;
	text-align:center;
	display: table-cell;
}

td.bg-excellent {
	
	background: #72da2373!important;
	color: #147221!important;
	font-weight:600;
	border-radius: 0;
	width:unset;
	text-align:center;
	display: table-cell;
}

td.bg-blue {
	
	background: #dbf2fd !important;
	color: #1b5673 !important;
	font-weight:600;
	border-radius: 0;
	width:unset;
	text-align:center;
	display: table-cell;
}

.team-info-section p {
	
	text-align: left;
	margin-bottom:1rem!important;
}

.football-stats-match .club-league-performance-table tbody tr td:first-of-type {
	
  background: #f2f2f2;
  width: 50%;
}

.footer {
	
	background: #f4f4f4;
	padding: 2rem 0 4rem;
	padding-bottom:220px;
	border-top:1px solid #dee2e6;
}

.footer h3 {
	
	font-weight: 700;
	margin-top:2rem;
}

.footer .gamble-aware img {
	
	width:220px;
}

.footer .footer-social img {
	
	height: 38px;
	margin: 0 8px;
}

.footer .footer-links a {
	
	color:#000;
	text-decoration: none;
}

.offer-strap {
	
	position: fixed;
	bottom: 66px;
	background: #f4f4f4;
	width: 100%;
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 12px 0;
	z-index:99999;
}

.contact-us-section {
	
	padding:3rem 0;
}

.contact-us-section .section-title {
	
	margin-bottom:1rem;
}

.contact-us-section .wpcf7-form label {
  
  display: block;
}

.contact-us-section .wpcf7-form input {
  
  max-width: 100%;
  border: 1px solid #ccc!important;
  height: 44px;
  padding: 15px;
  margin-top:5px;
}

.contact-us-section .wpcf7-form input:focus-visible{
	
	box-shadow:none!important;
	border:1px solid #8cd652!important;
	outline:none;
}

.contact-us-section .wpcf7-form textarea {
	
	max-width: 100%;
	border: 1px solid #ccc;
	height: 135px;
	padding: 15px;
	margin-top:5px;
	resize:none;
}

.contact-us-section .wpcf7-form .wpcf7-submit {
	
	margin-top: 5px;
	background: #8cd451;
	padding: 1.05rem 2.5rem;
	border: none;
	font-weight: 500;
	border-radius: 30px;
	color: #000;
	height:auto;
}

.contact-us-section address h5 {
	
	margin-top:1.8rem;
	font-weight: 700;
}

.contact-us-section .contact-social img {
	
	width:30px;
	margin:0 4px;
}

.contact-us-section .gamble-aware {
	
	width:160px;
}

.premium-section .premium-plans {
	
	padding:3rem 0;
}

.premium-section .premium-plans .tile {	
background: #f4f4f4;
border: 1px solid #dee2e6;
text-align: center;
position: relative;
border-radius: 10px;
margin: 0 10px;
position:relative;
}

.premium-section .premium-plans .tile h2 {
font-size: 2rem;
font-weight: 700;
padding:45px 15px 0;	
border-radius: 10px 10px 0 0;
margin:0;
line-height: 1.3;
}

.premium-section .premium-plans .tile h3 {
	
	font-size:.95rem;
	text-align: left;	
	margin-top:1.6rem;
}

.premium-section .premium-plans .tile ul {
	
	text-align: left;
	margin-bottom: 1.8rem;
}

.premium-section .premium-plans .tile ul li {
	
	font-size: .85rem;
	padding: .15rem 0;
}

.premium-section .premium-plans .tile .tile-bottom {
	
	margin: auto;
	padding: 0 15px 30px;
}

.premium-section .premium-plans .tile .fa {
	
	color: #8cd451;
	margin-right: 6px;
}

.premium-section .premium-plans .tile .sub-price {
font-size: 2.8rem;
font-weight: 700;
}

.premium-section .premium-plans .tile .sub-price-txt {
font-weight: 600;
position: relative;
margin-bottom: 0;
top: -18px;
}

.premium-section .premium-plans .section-title {
	
	margin-bottom: 1rem;
}

.premium-section .premium-plans .footy-stats-subscription .btn {
	
	background: #ffa500;
}

.premium-section .premium-plans .footy-stats-subscription .fa {
	
	color: #ffa500;
}

.premium-section .premium-plans .footy-stats-subscription h2 {
	
	background: #ffa500;
}

.premium-section .premium-plans .tile .fa-times-circle {
	
	color:red;
}

.premium-section .premium-benefits-section {
	
	padding: 4rem 0;
	background: #f4f4f4;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6; 
}

.premium-section .premium-benefits-section .section-title {
	
	text-align: left;
	margin-bottom:2.8rem;
}

.premium-section .premium-benefits-section .premium-benefits-section-left ul li h3 {
	
	font-weight: 600;
	font-size: 1.3rem;
}

.premium-section .premium-benefits-section .premium-benefits-section-left ul li {
	
	margin:30px 0;
}

.premium-section .premium-benefits-section .premium-benefits-section-right h3 {
	
	margin-bottom:1rem;
	font-size: 1.8rem;
	font-weight: 800;
}

.premium-section .premium-benefits-section .premium-benefits-section-right p {
	
  padding:.4rem 0;
}

.premium-section .premium-benefits-section .premium-benefits-section-right .btn {
	
  width: 186px;
}

.premium-section .premium-benefits-section .premium-benefits-section-right ul {
	
	text-align: left;
}

.premium-section .premium-benefits-section .premium-benefits-section-right ul li {
	
	font-size:1rem;
	margin: 0.6rem 0; 
}

.premium-section .premium-benefits-section .premium-benefits-section-right ul li .fa {
	
	color: #8cd451;
	margin-right: 8px;	
}

/* Set this live on 9th June for premium page */


.page-template-page-premium {
	
	overflow-x:hidden;
}

.premium-section .premium-plans .star-img {
	
	position: absolute;
	right: -28px;
	top: -50px;
	width: 110px;
}

.premium-section .premium-plans .btn-premium-plan {
	
	width:80%;
}

.premium-section .premium-plans .sign-up-bullets .list-img {
	
	width:60px;
	min-width:60px;
	margin-right:10px;
	text-align:center;
}

.premium-section .premium-plans .sign-up-bullets h6 {
	
	margin-bottom: .2rem;
	font-weight:700;
}

.premium-section .premium-plans .sign-up-bullets p {
	
	margin:0;
}

.premium-section .premium-plans .btn-view-more-subscription {
	
	width:80%;
	background:#fff;
	font-weight:500;
	border:1px solid #ccc;
	padding:20px 20px;
}

.premium-section .premium-plans .btn-view-more-subscription {
	
	box-shadow: none!important;
}

.premium-section .premium-plans .subscription-view-more-content {
	
	display:none;
}

.premium-section .premium-plans .btn-view-more-subscription .fa {

	color: #000;
	font-size: 1.2rem;
	position: relative;
	top: 2px;
	left: 2px;
}

.premium-section .premium-plans .which-plan select {
	
	background:#fff;
	padding:5px 15px;
	border:1px solid #bbb;
	border-radius:0px;
	color:#000!important;
	box-shadow:none!important;
	outline:none!important;
	height:36px!important;
}

.premium-section .premium-plans .subscription-alert-text {
	
	margin: 5px 0 27.4px;
}


.premium-section .premium-plans .sign-up-bullets .icon-horses {
	
	width:50px;
}

.premium-section .premium-plans .sign-up-bullets .icon-value {
	
	width:50px;
}

.premium-section .premium-plans .sign-up-bullets .icon-player {
	
	width:60px;
}

.premium-section .premium-plans .sign-up-bullets .icon-robot {
	
	width:48px;
}

.premium-section .premium-plans .sign-up-bullets .icon-channel {
	
	width:46px;
}

.premium-section .premium-plans .sign-up-bullets .icon-footystats {
	
	width:40px;
}

.premium-section .premium-plans .sign-up-bullets .icon-staking {
	
	width:44px;
}

.premium-section .premium-plans .sign-up-bullets .icon-acca {
	
	width:55px;
}

.premium-section .premium-plans .sign-up-bullets .icon-treble {
	
	width:46px;
}

.premium-section .premium-plans .sign-up-bullets .icon-nap {
	
	width:44px;
}

.premium-section .premium-plans .sign-up-bullets .icon-insights {
	
	width:42px;
}


/* End set live */

.page-template-default .site-main {
	
	padding :3rem 0;
}

.offer-strap .bookmaker-offer h3 {
	
	font-size: .65rem!important;
	line-height: 1.3;
	margin:0;
	font-weight:700!important;
	font-style: normal;	
}

.offer-strap .btn {
	
	background: transparent;
	padding: 0;
	border: none;
	font-weight: 600;
	color: green;
	font-size: 0.70rem;
	width:100%;
	font-style: normal;
	text-decoration: underline;
	text-decoration-color: green;
}

.offer-strap .btn:hover, .offer-strap .btn:focus {
  background: #6fbc2b !important;
  color: #000 !important;
  }

.one-month-free-box {
	
  background: #f4f4f4;
  border: 1px solid #dee2e6;
  text-align: center;
  position: relative;
  border-radius: 10px;
  padding: 40px;
  margin: 0 0 3rem;
}

.one-month-free-box h2 {
	
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.one-month-free-box .btn {
	
  margin-top: 25px;
  width:280px;
}

.bookies-section .col-lg-8 {
	
	max-height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.home-bookies .home-bookies-t-and-c {
	
	margin: 1rem 0 0;
	font-size: .65rem;
}

.page-template-page-bookies .bookies-section .btn {
	
	padding: 1.2rem 1.9rem;
}

.page-template-page-football-stats .alert-danger {
	
	margin-top:4rem;
}

.page-template-page-football-stats .alert-danger.alert-message {
	
	margin-top:2rem;
}

.page-template-page-football-stats .fa-trash {
	
	margin-top: 0;
}

.em-downsell-banner {
	
	background:url('./img/em-downsell-banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#0f0024;
}

.em-downsell-banner .banner-inner {
	
	padding:8rem 0;
}

.em-downsell-banner .banner-inner p {
	
	color:#fff;
	font-size:1.5rem;
	margin:0;
	font-weight: 700;
	
}

.em-downsell-banner .banner-inner p span {
	
	color:#8cd451;
	font-weight: 700
}

.em-downsell-banner .banner-inner .btn {
	
	display: inline-block;
	margin:1.5rem;
}

.em-downsell-banner .banner-inner small a {
	
	display: block;
	color: #ffffff;
	opacity: 0.7;
}

.em-downsell .winning-feeling-content {
	
	margin-top:2rem;
}

.em-downsell .winning-feeling-content img {
	
	width:500px;
}

.em-downsell .winning-feeling-content .section-title {
	
	margin-top:4rem;
}

.em-downsell-banner .banner-inner h1 {
	
	color:#fff;
	margin-bottom:2rem;
}

.em-downsell .winning-feeling-content .section-sub-title {
	
	color:#8cd451;
	font-weight: 700;
}

.em-downsell .content-section-1 .section-title {
	
	max-width:830px;
	margin:auto;
	text-align:center;
}

.em-downsell .content-section-1 .section-sub-title {
	
	max-width:830px;
	margin:auto;
	text-align: center;
	font-size: 1.3rem;
	margin-bottom:3rem;
}

.em-downsell .content-section-1 .tile {
	
	background: #fff;
	padding: 2rem;
	height: 440px;
	margin:20px 0;
}


.em-downsell .content-section-1 .tile h2 {
	
	font-weight: 700;
	font-size: 1.3rem;
}

.em-downsell .content-section-1 .tile img {
	
	width:100px;
	margin-bottom:30px;
}

.em-downsell .content-section-1 h3 {
	
font-size: 2.2rem;
margin-top: 2.5rem;
}


.em-downsell .save-on-membership {
	
	background:url('./img/save-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#0f0024;
}

.em-downsell .save-on-membership p {
	
	color:#fff;
}

.em-downsell .save-on-membership .section-title {
	
	color:#fff;
	margin-top:2.8rem;
}

.em-downsell .secure-place-section {
	
	text-align: center;
	padding:4rem 0;
}

.em-downsell .secure-place-section h2 span {
	
	color: #8cd451;
}

.em-downsell .secure-place-section .section-title {
	
	text-align: center;
}

.em-downsell .save-today-section {
	
	background:#f2f2f2;
	padding:3rem 0;
}

.em-downsell .save-today-section .section-title {
	
	text-align: center;
}

.em-downsell .save-today-section p {
	
	color:#000;
	font-size:1.5rem;
	margin:0;
	font-weight: 700;
	
}

.em-downsell .save-today-section p span {
	
	color:#8cd451;
	font-weight: 700
}

.em-downsell .save-today-section small a {
  display: block;
  color: grey;
}

.em-downsell-banner-top  {
	
	padding:3rem 0;
	text-align: center;
	background:#0f0024;
	color:#fff;
	
}

.em-downsell-banner-top h1  {
	
	font-weight: 700;
	color:#fff;
	
}

.em-downsell-banner-top p  {
	
	font-weight: 700;
	color:#fff;
	
}


.table-detailed .main-flag {
	
	margin:5px 7px 5px 0;
	position: static;
	display:inline-block;
}

.table-detailed > tbody > tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: #fff;
}

.table-detailed > tbody > tr:nth-of-type(2n+1) td {
  padding-bottom:0;
  border-bottom:0;
  max-width: min-content;
}

.table-detailed > tbody > tr:nth-of-type(2n+2) td {
  padding-top:0;
  max-width: min-content;
}

.table-detailed > tbody > tr:nth-child(4n+1), .table-detailed > tbody > tr:nth-child(4n+2) {
 background: #f2f2f2!important;
 --bs-table-accent-bg: #f2f2f2!important;
 
}

.table-detailed > tbody > tr:nth-child(4n+1) td {
	
	padding-bottom:0;
	border-bottom:0;
}

.table-detailed > tbody > tr:nth-child(4n+2) td {
	
	padding-top:0;
}

.table-detailed > tbody .second-row-detailed td:first-of-type {
	
	text-align: left;
}

.table-detailed > tbody .second-row-detailed span {
color: #1F4F94;
text-decoration: none;
}

.table-detailed tr th:first-of-type {
	
	display:none;
}

.table-detailed > tbody .first-row-detailed td:first-of-type {
	
	display: none;
}





.club-stats-area .nav-link {
	
	color:#000;
	font-size: 0.85rem;
}

.footer-sticky-menu {
	
	position: fixed;
	bottom: 0;
	background: #f4f4f4;
	width: 100%;
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 18px 15px 10px;
	text-align: center;
	font-size:0;
	z-index:99999;
}

.footer-sticky-menu li {
	
	width:20%;
	font-size:.6rem!important;
	margin:0!important;
}

.footer-sticky-menu li i {
	
	display: block;
	font-size: 1.0rem !important;
  margin-bottom: 3px;
}

.woocommerce #payment button#place_order, .woocommerce-page #payment #place_order button#place_order {

	float:none!important;
	width: auto!important;
	background: #8cd451!important;
	padding: 1.2rem 2.5rem!important;
	border: none!important;
	font-weight: 500!important;
	border-radius: 30px!important;
	color: #000!important;
	line-height: 1.5!important;
	font-size: 1rem!important;
	box-shadow:none!important;
	margin:1rem 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-sticky-menu.list-inline a {
	
	font-style: normal;
}



.horse-racing-event .banner-section #countdown {
	
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:0;
	margin-top:3rem;
}

.horse-racing-event .banner-section .section-title {
	
	margin-top:0;
	font-size:3rem;
}

.horse-racing-event .banner-section img {
	
	display:block;
	margin:auto;
	width:500px;
	margin-top:30px;
}

.horse-racing-event .what-you-get-section {
	
	padding:4rem 0 0;
}

.horse-racing-event .what-you-get-section .container > .section-title {
	
	margin:0 0 1.5rem;
}

.horse-racing-event .what-you-get-section .container .section-title-alt {
	
text-align:left;
font-size:2.2rem;
margin-bottom: 1.5rem;

}

.horse-racing-event .premium-section .premium-plans {
	
	padding:0 0 3rem!important;
}

.horse-racing-event .premium-section .premium-plans .tile {
	
	margin:0;
}

.horse-racing-event .premium-section .premium-plans .btn-premium-plan {
	
	width:100%;
}

.horse-racing-event .premium-section .premium-plans .btn-view-more-subscription {
		
		width:100%;
	}

.horse-racing-event .premium-section h2 {
	
	margin: 0 0 2rem!important;
	font-weight:800!important;
}

.horse-racing-event .content-section-1 {
	
	padding: 2.5rem 0!important;
}

.horse-racing-event .content-section-1 img {
	width:430px!important;
}

.horse-racing-event .cta-royal .section-title {
	
	margin-bottom: 2rem;
}





.season-ticket .banner-section #countdown {
	
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:0;
	margin-top:0rem;
}

.season-ticket .banner-section .section-title {
	
	margin-top:0;
	font-size:2.4rem;
}

.season-ticket .banner-section img {
	
	display:block;
	margin:auto;
	
	margin-top:40px;
}

.season-ticket .what-you-get-section {
	
	padding:4rem 0 0;
}

.season-ticket .what-you-get-section .container > .section-title {
	
	margin:0 0 1.5rem;
}

.season-ticket .what-you-get-section .container .section-title-alt {
	
text-align:left;
font-size:2.2rem;
margin-bottom: 1.5rem;

}

.season-ticket .premium-section .premium-plans {
	
	padding:0 0 3rem!important;
}

.season-ticket .premium-section .premium-plans .tile {
	
	margin:0;
}

.season-ticket .premium-section .premium-plans .btn-premium-plan {
	
	width:100%;
}

.season-ticket .premium-section .premium-plans .btn-view-more-subscription {
		
		width:100%;
	}

.season-ticket .premium-section h2 {
	
	margin: 0 0 2rem!important;
	font-weight:800!important;
}

.season-ticket .content-section-1 {
	
	padding: 2.5rem 0!important;
}

.season-ticket .content-section-1 img {
	width:430px!important;
	margin-top:2rem;
}

.season-ticket .cta-royal .section-title {
	
	margin-bottom: 2rem;
}

.season-ticket .cta-inplaybot {
	
	
	margin: auto;
	margin-bottom:30px;
	border-radius: 10px;
	display: block;
	border: 1px solid #dee2e6;
}

.season-ticket .what-you-get-section .section-title {
	
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	font-size: 2.4rem;
}

.page-template-page-season-ticket .site-header {
	
	border-bottom:none;
}

.season-ticket .which-plan select {
	
	background:#fff;
	padding:5px 15px;
	border:1px solid #bbb;
	border-radius:0px;
	color:#000!important;
	box-shadow:none!important;
	outline:none!important;
	height:36px!important;
	width:225px;
	text-align: center;
}

.season-ticket  .banner-section p {
	
	margin-bottom: 1rem;	
}

.season-ticket .banner-section .which-plan {
	
	text-align: center;
}

.season-ticket .banner-section .btn {
	
	width: 230px;
}

.match-stats-area .section-quick-links {

	text-align: center;
}

.match-stats-area .section-quick-links ul li a {

	font-size:1.1rem;
}

.team-players-section table {

	text-align: left;
}

.team-players-section table .main-flag {

	height:20px;

}

.who-will-be-booked .team-logo, .who-will-be-booked-90 .team-logo, .who-will-score .team-logo, .team-players-section .team-logo {

	height:36px;
	margin-right:8px;
}

.who-will-be-booked .progress, .who-will-be-booked-90 .progress, .who-will-score .progress {

	margin:6px 0;
	position:relative
}

.who-will-be-booked .progress a, .who-will-be-booked-90 .progress a, .who-will-score .progress a {

	position: absolute;

}

.who-will-be-booked .table-title, .who-will-be-booked-90 .table-title {

	font-size: 0.95rem;
}

.who-will-be-booked .table, .who-will-be-booked-90 .table {

	text-align: left;
}

.who-will-be-booked-90 table .main-flag, .who-will-be-booked .table .main-flag {

	height:20px;
}

.close-offer-strap {

position: absolute;
right:20px;
top:6px;
font-size: 18px;
}

.icon-horses-footer {

	width:17.33px;
}

.footer-sticky-menu .list-inline-item:nth-of-type(4) {

	background:transparent!important;
	color:#212529!important;
	padding:unset!important;
}

.footer-sticky-menu .list-inline-item:nth-of-type(5) {

	background-color: #8cd451;
	color:#fff;
	padding: 5px;
	border-radius: 4px;
}

.team-players-section .table td a, .who-will-score .progress a, .who-will-be-booked .progress a, .who-will-be-booked-90 .table td a {

	color:#000;
}

.who-will-score .progress a, .who-will-be-booked .progress a {
display: block;
  width: 100%;
  height: 100%;
}

.who-will-score .progress .progress-bar, .who-will-be-booked .progress .progress-bar {

	height:100%;
	padding: 18px 20px;
	text-align: left;

}

.who-will-score .progress .progress-bar span, .who-will-be-booked .progress .progress-bar span {

	position: absolute;
}


.horse-footer-img {

	width: 29px;
  display: block;
  margin: auto;
  position: relative;
  top: 4px;
}

.aside-nav {

	padding:30px 0;
	max-width: 100%;
  width: 310px;
  

}

.sidebar-nav li {

	border-bottom:1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar-nav .sub-menu {

	padding-left:1rem;
}

.sidebar-nav .sub-menu li {


	padding-left:3px;
	padding-right:0px;
}

.sidebar-nav .sub-menu li:first-of-type {

	border-top: 1px solid #ddd;

}

.sidebar-nav .sub-menu li:last-of-type {

	border-bottom:none;

}

.aside-nav ul li a{

padding:8px 0;
}

.sidebar-nav .menu-item-has-children {

	position: relative;
	padding-left:34px;
}

.sidebar-nav .menu-item-has-children:before {

	content:'\f0da';
	position: absolute;
	top:8.5px;
	left:21px;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size:15px;
}

.sidebar-nav .menu-item-has-children .sub-menu {

	display: none;
}



@media(min-width:576px) {
	
	.offer-strap .bookmaker-offer h3 {
		
		font-size: .7rem !important;
	}
	
	.offer-strap .btn {
		
		font-size: 0.7rem;
	}
	
	.premium-section .premium-plans .star-img {
			
			position: absolute;
			right: -44px;
			top: -60px;
			width: 120px;
		}
		
		.horse-racing-event .premium-section .premium-plans .btn-premium-plan {
				
				width:80%;
			}
			
			.horse-racing-event .premium-section .premium-plans .btn-view-more-subscription {
				
				width:80%;
			}
			
			.season-ticket .premium-section .premium-plans .btn-premium-plan {
										
										width:80%;
									}
									
									.season-ticket .premium-section .premium-plans .btn-view-more-subscription {
										
										width:80%;
									}
}


@media(min-width:768px) {
	
	.footer {
		
		padding-bottom:230px;
	}
	
	.football-stats th {
		
		font-size: 0.85em;
	}
	
	.football-stats .bg-poor, .football-stats .bg-average, .football-stats .bg-good, .football-stats .bg-excellent {
		
		width:42px;
	}

.football-stats td {
	
	font-size: 0.85em;

}

.football-stats td {
	
	padding: .5rem .5rem;
	
}

.www-recent-form-home {
	
	margin-top:0px;
}

.www-recent-form-away {
	
	margin-bottom:0px;
}



.bookies-section .btn {
	
  width: auto;
  padding: 1.2rem 1.9rem;
}

.bookies-section .bookmaker-offer h3 {
	
	text-align: left;
	font-size: 1rem;
	margin:0;
}

.bookies-section .bookmaker-terms p {
	
	margin:0;
}

.bookies-section .bookmaker-conditions {
	
	font-size: .75rem;
	margin: 1.2rem 0 0;
	text-align: left;
}

.offer-strap .bookmaker-offer h3 {
	
	font-size: 1rem!important;
}

.offer-strap .btn {
	
	padding: 0;
	font-size: .9rem;
}

.table-stat-head {
	
	min-width: 65px;
	text-align: center;
}

.table-detailed tr th:first-of-type {
	
	display:table-cell;
}

.table-detailed > tbody .first-row-detailed td:first-of-type {
	
	display: table-cell;
}

.table-detailed > tbody .second-row-detailed {
	
	display:none;
}

.table-detailed .main-flag {
	
	display:block;
}

.premium-section .premium-plans .tile .tile-bottom {
	
	max-width:80%;
	margin: auto;
	padding: 0 0 30px;
}

.horse-racing-event .what-you-get-section .container > .section-title {
  margin: 0 0 3.5rem;
}

.horse-racing-event .what-you-get-section .faq-section {
	
	padding-top:0;
	
}

.season-ticket .what-you-get-section .container > .section-title {
  margin: 0 auto 3.5rem;
}

.season-ticket .what-you-get-section .faq-section {
	
	padding-top:0;
	
}

.football-stats-players .the-player .player-details h2 {

	margin-top:0;
}

}

@media(min-width:992px) {
	
	.modal {
		
		top: 0;
	}
	
	.logo-area-left {
		
		display: flex !important;
	}
	
	.mobile-icons-container {
		
		display: none!important;
	}
	
	.nav-area {
		
		display: block!important;
	}
	
	.form-switch-alt {
		
		display:none!important;
	}
	
	.banner-section {
		
		padding:50px 0 0;
	}
	
	.banner-section h1 {
		
		margin-bottom:1.6rem;
		margin-top:3rem;
		text-align: left;
	}
	
	.banner-section p {
		
		text-align: left;
	}
	
	.banner-section .btn {
		
		margin: auto;
		display: inline-block;
		width: auto;
	}
	
	.banner-section small {
		
		text-align: left;
	}
	
	.how-it-works-section:before {
		
		content: '';
		position: absolute;
		left: 10px;
		top: 17px;
		z-index: 99;
		background: url('./img/horse-racing-2.png') no-repeat center center / cover;
		width: 250px;
		height: 361px;
	}
	
	.how-it-works-section:after {
		
		content: '';
		position: absolute;
		right: 0px;
		top: 20px;
		z-index: 99;
		background: url('./img/cricket.png') no-repeat center center / cover;
		width: 360px;
		height: 333px;
	}
	
	.how-it-works-section .tile {
		
		margin-bottom:0;	
	}
	
	.bookies-section .bookmaker-offer h3 {
		
		margin-left:1rem;
		text-align: left;
	}
	
	.bookies-section .btn {
		
		width: auto;
		margin: 0;
		font-size: 0.9rem;
		padding: 1.2rem 1.6rem;
		font-size: 0.9rem;
	}
	
	.offer-strap, .footer-sticky-menu {
		
		display: none!important;
	}
	
	.football-stats .stats-date-section .stats-days {
		
		background:#f4f4f4;
		border: 1px solid #dee2e6;
	}
	
	.football-stats .stats-date-section .stats-days .stat-day {
		
		position: relative;
		flex: 1 1 0;
		text-align:center
	}
	
	.football-stats .stats-date-section .stats-days .stat-day:after {
		
		border-left:1px solid #dee2e6;
		left:100%;
		height:16px;
		content:'';
		position: absolute;
		top: 20px;
	}
	
	.search-form input {
		
		border-top: 1px solid #ccc;
	}
	
	.football-stats .filter-dropdown-box {
		
		border-top: 1px solid #ccc;
	}
	
	.football-stats .stats-date-section .filter-dropdown-box {
		
		display: none;
		position: static;
	}
	
	.football-stats .stats-date-section .filter-dropdown-box-results {
		
		border:none;
		padding:0!important;
		display: block;
		position: static;
		margin-bottom:1.8rem;
	}
	
	.football-stats .stats-date-section .stats-days .stat-day a {
		
		font-size: 0.75rem;
		padding: 18px 6px;
	}
	
	.football-stats .sort-by-dropdown-box .filter-dropdown-box {
		
		display: none;
	}
	
	.football-stats .sort-by-dropdown-box .filter-dropdown-box-results {
		
		display: block;
		position: static;
		border: none;
		overflow: hidden;
		height: unset;
		max-height: unset;
	}
	
	.football-stats .todays-matches-section aside .list-group-flush li {
		
		padding: .2rem 0rem;
	}
	
	.footer {
		
		padding-bottom:2rem;
	}
	
	.one-month-free-box {
		
	  margin:0;
	}
	
	.table-detailed > tbody > tr:nth-of-type(2n+1) td {
			
			max-width: 100%;
			padding-bottom:.5rem;
		}
		
		.table-detailed > tbody > tr:nth-of-type(2n+2) td {
			
			max-width: 100%;
			padding-bottom:.5rem;
		}
		
		.premium-section .premium-plans .tile h2 {
						
						font-size: 1.7rem;
					}
					
					.premium-section .premium-plans .subscription-alert-text {
						
						font-size: 0.82rem;
					}
					
					.premium-section .premium-plans .star-img {
					  position: absolute;
					  right: -44px;
					  top: -45px;
					  width: 100px;
					}
					
					.season-ticket .banner-section p {
					  text-align: center;
					}
					
					.season-ticket .banner-section h1 {
						
						text-align: center;
					}
					
					.season-ticket .banner-section .btn {
						
						display: block;
					}
					
					.season-ticket .content-section-1 img {
					
					  margin-top: 0;
					}
}

@media(min-width:1200px) {
	
	.section-title {
		
		font-size: 2.2rem;
	}
	
	.content-section-2 {
		
		padding: 4rem 0 0;
	}
	
	.content-section-2 img {
		
		margin-top: -15px;
	}
	

	
	.bookies-section .bookmaker-offer h3 {
		
		font-size:1.2rem;
		text-align: left;
	}
	
	.table-detailed thead tr th:nth-of-type(2) {
			
			min-width:191px!important;
		}
		
		.table-detailed thead tr th:nth-of-type(6) {
			
			min-width:191px!important;
		}
		.table-detailed thead tr th:nth-of-type(1) {
			
			min-width:191px !important;
		}
		
		.premium-section .premium-plans .tile h2 {
					
					font-size: 2rem;
				}
				
				.premium-section .premium-plans .subscription-alert-text {
								
								font-size: 0.95rem;
							}
							
							.premium-section .premium-plans .star-img {
							  position: absolute;
							  right: -44px;
							  top: -50px;
							  width: 104px;
							}
							
							.horse-racing-event .banner-section #countdown {
											
											font-size:4.5rem;
											
										}
										
										.season-ticket .banner-section #countdown {
																															
															font-size:3.1rem;
															text-align:left;
															
														}
														
									.season-ticket .banner-section p {
										
										text-align: left;
									}
									.season-ticket .banner-section h1 {
									  text-align: left;
									}
									.season-ticket .banner-section .which-plan {
									  text-align: left;
									}
									.season-ticket .banner-section .btn {
									  margin:0;
									}
									.season-ticket .banner-section img {
									  
									  margin-top: 110px;
									}
									
									.season-ticket .cta-inplaybot {
										
										height: 917.3px;
										
									}
}


@media(min-width:1400px) {
	
	.section-title {
		
		font-size: 2.6rem;
	}
	
	.content-section-2 {
		
		padding: 4rem 0 0;
	}
	
	.content-section-2 img {
		
		margin-top: -30px;
	}
	
	.bookies-section .btn {
		
		width: auto;
		margin: 0;
		font-size: 0.9rem;
		padding: 1.2rem 2.5rem;
		font-size: 1rem;
	}
	
	.page-template-page-bookies .bookies-section .btn {
		
		padding: 1.2rem 2.1rem;
	}
	
	.how-it-works-section .tile p {
		
		padding: 0 40px 20px;
	}
	
	.how-it-works-section .tile h3 {
		
		padding: 100px 70px 20px;
	}
	
	.premium-section .premium-plans .star-img {
	  position: absolute;
	  right: -46px;
	  top: -50px;
	  width: 120px;
	}
	
	.season-ticket .banner-section img {
	  margin-top: 40px;
	}
	.season-ticket .cta-inplaybot {
																	
		height: 903.2px;
																	
	}
	
	

}

/* WooCommerce Checkout */

.checkout-title h3 {
	font-weight: normal !important;
}
.checkout-title i {
	color: #8CD652;
	padding-right: 10px;
}

.custom-checkout-wrapper {
	display: flex;
	flex-direction: row;
	column-gap: 50px;
}

.checkout-left-col {
	width: 70%;
}

.checkout-right-col {
	width: 30%;
	position: relative;
}

.custom-checkout-wrapper .woocommerce-checkout-review-order-table,
.woocommerce-form-login-toggle {
	display: none;
}

.custom-checkout-wrapper .checkout-section h3 {
	background: #E3E3E3;
	font-weight: normal !important;
	font-size: 18px !important;
	padding: 20px 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.custom-checkout-wrapper .checkout-section {
	background: #F4F4F4;
	border-radius: 10px;
}

.custom-checkout-wrapper .checkout-section-inner {
	padding: 80px 30px 30px 30px;
	position: relative;
}

.custom-checkout-wrapper .checkout-section-inner a {
	color: #8CD652;
	text-decoration: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
}

.custom-checkout-order-review {
	background: #F4F4F4;
	padding: 30px;
	border-radius: 10px;
}

.custom-checkout-order-review .order-review-header {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.order-review-header img {
	max-width: 120px;
}

.custom-checkout-order-review .product-title {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 10px 0;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

.text-center {
	text-align: center;

}

.order-review-product .product-pricing-with-coupons {
	/*display: none;*/
}

.order-review-product .product-pricing-with-coupons.active {
	display: flex;
}

.order-review-product .product-price {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.order-review-product .product-price .price-details span {
	font-size: 40px;
	color: #8CD652;
	font-weight: normal;
	line-height: 1;
}
.order-review-product .product-price span:last-child {
	font-weight: bold;
}

.order-review-product .product-note {
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
}
.order-review-product .product-note strong {
	font-size: 16px;
	padding-top: 5px;
	display: block;
}

.order-review-product .future-payments-label {
	border-top: 1px solid grey;
	width: 100%;
	text-align: center;
}
.order-review-product .subscription-fee-label {
	border-bottom: 1px solid grey;
	width: 100%;
	text-align: center;
}

.custom-checkout-order-review .order-review-footer {
	background: #E3E3E3;
	padding: 7px;
	border-radius: 5px;
	font-size: 12px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.custom-checkout-order-review .order-review-footer i {
	color: #8CD652;
	padding-right: 10px;
	font-size: 22px;
}

.custom-checkout-wrapper .woocommerce-info {
	margin-bottom: 0;
	padding: 10px 0 30px 0;
	border-top: 0;
}

.custom-checkout-wrapper .woocommerce-info:before {
	display: none;
}

.custom-checkout-wrapper .coupon-form p:first-child {
	display: none;
}
.custom-checkout-wrapper textarea {
	min-height: 70px;
	border-radius: 4px;
}
.custom-checkout-wrapper input {
	border-radius: 4px;
}
.custom-checkout-wrapper select {
	max-width: 100%;
	border: 1px solid #ccc !important;
	height: auto;
	padding: 10px 15px;
	margin-top: 5px;
	border-radius: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single {
	border-radius: 4px;
	border: 1px solid #ccc !important;
	height: 44px;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

ul.payment_methods {
	padding: 0 !important;
	border-bottom: 0 !important
}
ul.payment_methods li {
	display: none;
}
ul.payment_methods li label {
	display: none;
}
ul.payment_methods li.payment_method_stripe input[type=radio] {
	display: none;
}
.form-row.place-order {
	padding: 30px 0 0 0 !important;
}
#place_order {
	margin-top: 30px !important;
}
.custom-checkout-wrapper h5 {
	font-weight: normal;
	opacity: 0.4;
	font-size: 18px !important;
}
.custom-payments-debit-cards {
	display: none;
}
.list-custom-payments {
	display: flex;
	flex-direction: row;
	column-gap: 15px;
	list-style-type: none;
	padding: 0;
	margin: 20px 0 30px 0;
}
.list-custom-payments li  {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: white;
	padding: 15px 15px 10px 15px;
	min-width: 150px;
	min-height: 100px;
	border-radius: 8px;
	font-size: 12px;
	border: 1px solid #707070;
	cursor: pointer;
}
.list-custom-payments li.active {
	border: 3px solid #8CD652;
}
.list-custom-payments li div {
	height: 70px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-custom-payments li div img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	padding-bottom: 5px;
}

#wc-stripe-payment-request-button-separator {
	display: none !important;
}

li[data-payment-type="payment-google-apple-pay"] {
	display: none;
}

.hide-this {
	display: none !important;
}

.payment-google-apple-pay-wrapper {
	display: none;
}


@media (max-width: 1200px) {
	.custom-checkout-wrapper {
		flex-direction: column;
		row-gap: 30px;
	}
	.checkout-left-col {
		order: 2;
		width: 100%;
	}
	.checkout-right-col {
		order: 1;
		width: 100%;
	}
	.list-custom-payments {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 15px;
	}

	.list-custom-payments li {
		min-width: unset;
	}

	.woocommerce-checkout .footer-sticky-menu, .woocommerce-checkout .offer-strap {
		display: none;
	}
}

/* Pop up login/register on checkout */

.xoo-el-wrap {
	flex-direction: column;
}

.xoo-el-sidebar {
	height: 140px;
	background-size: contain;
}

.xoo-el-inmodal {
	max-height: unset;
	height: 100%;
}

.xoo-el-main {
	padding: 0;
	overflow: hidden;
}

.xoo-el-modal {
	position: relative !important;
}

.xoo-el-form-container {
	padding-bottom: 0;
}

.xoo-el-srcont {
	overflow: hidden;
}

.xoo-el-container {
	width: 100%;
	height: 100%;
	overflow: scroll;
	position: fixed;
	background: white;
	top: 0;
	left: 0;
	z-index: 10000;
}

@media only screen and (max-width: 769px) {
	.xoo-el-sidebar {
		display: block !important;
	}

	.xoo-el-container {
		padding-top: 70px;
	}
}


.navbar-nav .sub-menu{
	width: 150px;
	background-color: white;
	list-style: none;
	text-align: center;
	position: absolute;
	padding: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	display: none;
}

.navbar-nav .menu-item-has-children:hover .sub-menu{
	display: block;
}

.navbar-nav .menu-item-has-children:after{
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	width: .875em;
	content: url('./img/chevron-down-solid.svg');
	/* margin-right: .75rem; */
	margin-left: .5rem;
}

.navbar-nav .sub-menu li{
	padding: 1rem;
	border: solid 1px #eee;
	text-align: left;
}

/* acf page */
.page-acf .wysiwig__block h1{
	font-weight: 800;
	font-size: 2.6rem;
	margin-bottom: 1rem;
}

.page-acf .wysiwig__block h4{
	font-size: 1.2rem;
	display: block;
	max-width: 900px;
	margin: 0 auto 3rem;
}



.bookies-section{
	.bookie{
		display: grid;
		grid-template-columns: 200px auto auto;

		img{
			width: 200px;
			height: 100px;
		}

		.group{
			margin-left: 2rem;
		}

		.bookie-month-give{
			margin-left: 0;
		}

		.buttons{
			display: flex;
			align-items: center;
			justify-content: end;

			a{
				border-radius: 30px;
			}
		}

		.bookmaker-conditions{
			grid-column: span 3;
		}
	}
}

@media only screen and (max-width: 768px){
	/*.bookies-section{*/
	/*	.bookie{*/
	/*		justify-content: center;*/

	/*		img{*/
	/*			margin-bottom: 1rem;*/
	/*			border-radius: 0;*/
	/*		}*/

	/*		h3{*/
	/*			margin-bottom: 1rem;*/
	/*		}*/

	/*		.group{*/
	/*			width: 100%;*/
	/*			text-align: center;*/
	/*			margin-left: auto;*/
	/*			margin-right: auto;*/

	/*			.bookie-month-give{*/
	/*				margin-left: auto;*/
	/*				margin-right: auto;*/
	/*			}*/
	/*		}*/

	/*		.buttons{*/
	/*			a{*/
	/*				margin-bottom: 1rem;*/
	/*				margin-left: auto;*/
	/*				display: block;*/
	/*				margin-right: auto !important;*/
	/*			}*/
	/*		}*/
	/*	}*/
	/*}*/

	.bookies-section{
		.bookie{
			grid-template-columns: 1fr;

			>*{
				grid-column: 1/-1;
			}

			img{
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 1rem;
			}

			.group{
				margin-left: auto;
				margin-right: auto;
				text-align: center;

				h3{
					margin-bottom: 1rem;
				}
			}

			.bookie-month-give{
				margin-left: auto;
			}
		}
	}
}

.d-block{
	display: block !important;
}

.d-none{
	display: none !important;
}

.ion-page #tips .bet .right{
	width: 9.5rem;
}

.ion-page #tips .widget__card-body{
	min-height: auto;
}

.ion-page #tips .widget__card-body h2{
	margin-top: 0;
}

@media only screen and (min-width: 768px){
	.d-lg-block{
		display: block !important;
	}

	.d-lg-none{
		display: none !important;
	}
}

/* =========================================
   Search & Filter form (.searchandfilter)
   Mobile-first, CSS Grid layout
   ========================================= */

.searchandfilter {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
	padding: 1.25rem;
	margin-bottom: 2rem;
}

/* Grid container */
.searchandfilter div > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem;
	align-items: center;
}

.searchandfilter div > ul > li {
	position: relative;
	margin: 0;
	padding: 0;
}

/* Search icon on the text input li */
.searchandfilter div > ul > li:first-child::before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	left: .9rem;
	top: 50%;
	transform: translateY(-50%);
	color: #aaa;
	font-size: .85rem;
	pointer-events: none;
	z-index: 1;
}

/* ---- Text search input ---- */
.searchandfilter input[type="text"] {
	width: 100%;
	height: 48px;
	padding: 0 1rem 0 2.6rem;
	border: 1.5px solid #e0e0e0;
	border-radius: 8px;
	background: #f9f9f9;
	font-family: 'Poppins', sans-serif;
	font-size: .9rem;
	color: #212529;
	outline: none;
	box-sizing: border-box;
	transition: border-color .2s, background-color .2s;
}

.searchandfilter input[type="text"]::placeholder {
	color: #aaa;
	font-weight: 300;
}

.searchandfilter input[type="text"]:focus {
	border-color: #8CD652;
	background: #fff;
}

/* ---- Select dropdowns ---- */
.searchandfilter select {
	width: 100%;
	height: 48px;
	padding: 0 2.5rem 0 1rem;
	border: 1.5px solid #e0e0e0;
	border-radius: 8px;
	background-color: #f9f9f9;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .9rem center;
	background-size: 10px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Poppins', sans-serif;
	font-size: .9rem;
	color: #212529;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color .2s, background-color .2s;
}

.searchandfilter select:focus {
	border-color: #8CD652;
	background-color: #fff;
	outline: none;
}

/* Active filter state (toggled by JS) */
.searchandfilter select.has-value {
	border-color: #8CD652;
	background-color: #f4fce8;
	font-weight: 500;
}

/* ---- Submit button ---- */
.searchandfilter input[type="submit"] {
	width: 100%;
	height: 48px;
	padding: 0 2rem;
	background: #8CD652;
	border: none;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: .9rem;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	transition: opacity .2s, transform .1s;
	box-sizing: border-box;
	white-space: nowrap;
}

.searchandfilter input[type="submit"]:hover {
	opacity: .8;
}

.searchandfilter input[type="submit"]:active {
	transform: scale(.97);
}

/* ---- Clear filters button (injected by JS) ---- */
.sf-clear-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .35rem;
	background: none;
	border: 1.5px solid #e0e0e0;
	border-radius: 30px;
	padding: 0 1.1rem;
	height: 48px;
	font-family: 'Poppins', sans-serif;
	font-size: .85rem;
	color: #555;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .2s, color .2s;
	box-sizing: border-box;
}

.sf-clear-btn:hover {
	border-color: #aaa;
	color: #000;
}

/* Actions li: flex row so submit + clear sit side by side */
.searchandfilter div > ul > li:last-child {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.searchandfilter div > ul > li:last-child input[type="submit"] {
	flex: 1;
}

/* When clear button is present, let submit shrink to its content */
.searchandfilter div > ul > li:last-child.has-clear input[type="submit"] {
	flex: 0 0 auto;
	width: auto;
}

/* ---- Tablet: search full-width, filters 2-col ---- */
@media (min-width: 600px) {
	.searchandfilter div > ul {
		grid-template-columns: 1fr 1fr;
	}

	/* Search always spans full width (row 1) */
	.searchandfilter div > ul > li:first-child {
		grid-column: 1 / -1;
	}

	/* Submit right-aligned, spans remaining space */
	.searchandfilter div > ul > li:last-child {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.searchandfilter div > ul > li:last-child input[type="submit"],
	.searchandfilter div > ul > li:last-child.has-clear input[type="submit"] {
		flex: 0 0 auto;
		width: auto;
	}
}

/* ---- Desktop: search row 1, filters+submit row 2 ---- */
@media (min-width: 900px) {
	.searchandfilter div > ul {
		grid-template-columns: 1fr 1fr 1fr auto;
	}

	/* Search still spans full width */
	.searchandfilter div > ul > li:first-child {
		grid-column: 1 / -1;
	}

	/* Submit sits in the auto column on row 2 */
	.searchandfilter div > ul > li:last-child {
		grid-column: auto;
		justify-content: flex-start;
	}
}