/*
 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;
}


.site-header {
 background-color: rgba(0,0,0,0.85);
	box-shadow: rgba(255, 255, 255, 0.1) 0px 10px 10px -10px;
}

.main-navigation li {
  margin-right: 10px;
  font-family: 'Fugaz One', sans-serif;
}

.main-navigation {
	background-color: none;
}

.main-navigation a {
	font-size: 18px;
}

.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);
}

.dark-container .fl-module{
	margin-left: 30px;
	margin-right: 30px;
}

.grey-container .fl-module{
	margin-left: 30px;
	margin-right: 30px;
}


h1 {
	font-family: 'Fugaz One', sans-serif;
}

h2{
  position: relative;
  z-index: 1;
  /* no inline-block, so width stays 100% of parent */
	padding-bottom: 5px;
}

h2::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 4px;
  background: linear-gradient(
    to right,
    #eddab8 0%,
    #eddab8 50%,
    rgba(255, 232, 216, 0) 100%
  );
  border-radius: 3px;
  z-index: -1;
}


h3{
  color: #006ebf;
  font-weight: bold;
	font-size: 1.3em;
}

i.fa-solid.fa-circle-check {
	color: green;
}

i.fa-solid.fa-circle-xmark {
	color: red;
}

.image-border {
	border: 1px solid #000;
	padding: 2px;
}

.faq-row{
	border-top: 1px dashed #f1f1f1;
}

.faq-row h3{
	font-size: 1.5em;
	background-color: #f1f1f1;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.faq-row h3 img{
	vertical-align: middle;
	margin-right: 40px;
}

.faq-row h4{
	font-size: 1.2em;
}

.faq-row h4, .faq-row p{
	margin-left: 30px;
	margin-right: 30px;
}

.faq-row h4::before{
  content: "\f059";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 10px;/* Your preferred color */              /* No extra spacing needed */
}


p.icon-point::before {
  content: "\f06a";                /* Unicode for fa-arrow-right (FA5 Free) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* 900 for solid icons in Font Awesome 5 Free */
  display: inline-block;
  font-size: 1.0rem;
  color:#fff; 
	margin-right: 10px;/* Your preferred color */              /* No extra spacing needed */
}

.responsive-table {
	overflow-x:auto;
}

.drop-shadow-box {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}

.btn-350 {
	max-width: 350px;
}

/* Lock the photo element in place */


.canada-ring {
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	margin-top: 10px;
	
}

.canada-ring img {
   background-position: center;
   background-repeat: no-repeat;
   animation: spin 240s linear infinite;
   opacity: 0.8;
}

.canada-ring.canada-ring-small {
	background-image:url("http://localhost/canadianonlinesportsbooks/wp-content/uploads/2025/06/canada-sm.png");
	width: 190px;
}

.canada-ring.canada-ring-large {
	background-image:url("http://localhost/canadianonlinesportsbooks/wp-content/uploads/2025/06/canada.png");
	width: 340px;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


@media only screen and (max-width: 992px) {

	.hide-med {
		display: none;
	}
	
	.review-callout-row {
		width: 95%;
	}
	
	.dark-container .fl-module{
		margin-left: 20px;
		margin-right: 20px;
	}

	
}

.sportsbook-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  font-family: 'Roboto', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.sportsbook-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.2) 2px 6px 12px;
}

p.sportsbook-card-logo {
	width: 178px;
    background: #f1f1f1;
	border-top-left-radius: 10px;
	border: 1px solid #f1f1f1;
}

p.sportsbook-card-ribbon {
	background-image: url("http://localhost/canadianonlinesportsbooks/wp-content/uploads/2025/06/card-ribbon.png");
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 3px;
	right: 3px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	transform: rotate(45deg);
	padding-top: 1px;
}

.sportsbook-card-logo img{
  padding: 20px 20px 15px;
  
}

.card-body {
	padding-left: 20px;
	padding-right: 20px;
}

.sportsbook-bonus {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: .8em;
  border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}

.sportsbook-tagline {
  color: #aa0523;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #aa0523;
	padding-bottom: 10px;
	font-weight: bold;
}

.card-body ul{
	font-size: .9em;
}

.sportsbook-bonus strong{
  font-weight: 600;
  color: #111;
  display: block;
  float: right;
}

.sportsbook-deposit {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: .8em;
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

p.sportsbook-deposit:nth-child(3){
  text-align: right;
}

.sportsbook-deposit strong{
  font-weight: 600;
  color: #111;
  display: block;
}

.card-body a.review-btn, .card-body a.review-btn:hover {
	background-image: linear-gradient(to bottom, #aa0523, #aa0523, #aa0523, #aa0523, #aa0523, #a60522, #a10420, #9d041f, #93031c, #8a031a, #800217, #770215);
	width: 100%;
	font-weight: 600;
	display: block;
	clear: both;
	padding: 10px 10px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-bottom: 15px;
	font-size: .9em;
}

a.goto-btn {
	background-image: linear-gradient(to top, #002f6e, #033e82, #054d96, #045daa, #006ebf);
	width: 100%;
	font-weight: 600;
	display: block;
	clear: both;
	padding: 10px 10px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-bottom: 15px;
	font-size: .9em;
}

.card-body a.review-btn::after, a.goto-btn::after {
	content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #fff; 
  margin-left: 25px;
  text-shadow: none;
	font-size: 18px;
}

/* 1. Apply this class to the container whose background you want to scroll */
.scrolling-background {
  /* Ensure your Beaver Builder background-image is overridden or moved here */
  background-image: url('images/brick.jpg');
  background-repeat: repeat-x;      /* repeat-y for vertical scroll */
  background-position: 0 0;
  /* Make sure it fills the container */
  background-size: auto 100%;       /* or cover, contain, etc. */
  /* Animate it */
  animation: scrollBg 120s linear infinite;
}


.image-navs {
	position: relative;
	margin: 10px 20px;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-color: #fff;
}

.image-navs p {
	margin: 0px;
	padding: 0px;
}

.image-navs p.text-highlight {
	position: absolute;
	bottom: 5px;
	background-color: rgba(204,8,11,0.85);
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 7px;
}

.image-navs a:link {
	color: #fff;
}

table.first-col-bold tr td:nth-of-type(1){
	font-weight: bold;
	white-space: nowrap;
	background-color: #f1f1f1;
	color: #aa0523;
}

table.text-table tr th, table.sportsbooks-table tr th{
	background-color: #aa0523;
	color: #fff;
}

table.center-table tr td, table.center-table tr th{
	text-align: center;
}

table.first-col-left tr td:nth-of-type(1), table.first-col-left tr th:nth-of-type(1) {
	text-align: left;
}

td.align-left , th.align-left {
	text-align: left !important;
}

a.claim-now-btn {
	background-image: linear-gradient(to top, #002f6e, #033e82, #054d96, #045daa, #006ebf);
	max-width: 250px;
	width: 100%;
	margin: auto;
	font-weight: 600;
	display: block;
	clear: both;
	padding: 5px 5px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8);
	font-size: .9em;
}

table.align-left tr td, table.align-left tr th {
	text-align:left;
}

table img.sportsbook-logo {
	width: 140px;
	margin-top: 5px;
}