/* GENERAL */
html {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
	font-size: 1rem;
	position: relative;
	overflow-x: hidden;
	color: #222;
}
.radius-corners {
	border-radius: 4px;
}
.bg-cover {
	background-size: cover;
}
@media only screen and (min-width: 768px) {
	.wp-content-area img.float-left {
		max-width: 250px; 
		padding-right: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.wp-content-area img.float-left {
		float: none !important;
		width: 50%;
		height: auto;
		display: block;
		margin: 20px auto; 
	}
}
/* TYPOGRAPHY 
font-family: 'Poppins', sans-serif 700,700i;
font-family: 'Open Sans', sans-serif 400,400i,600;
*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
	font-family: 'Poppins', sans-serif;
}
h1,.h1 {
	font-size: 3.5rem;
	color: #222;
}
h2,.h2 {
	color: #222;
}
p,a {
	font-family: 'Open Sans', sans-serif;
}
ul, ol {
	padding-left: 15px;
}
a:hover,
a:active {
	text-decoration: none;
}
.lh-0 {
	line-height: 0;
}
small.x-small {
	font-size: 10px !important;
}
@media only screen and (max-width: 450px) {
	html {
		font-size: 14px;
	}
	h1,.h1 {
		font-size: 2.7rem;
	}
}
/* COLOURS */
.bg-grey {
	background-color: #8dc2ee;
}
.text-grey {
	color: #8dc2ee;
}
.bg-light-grey {
	background-color: #EEF2F5;
}
.bg-light-blue {
	background-color: #EEF2F5;
}
.bg-blue {
	background-color: #f6f7fc;
}
.text-white {
	color: #FFF;
}
.intro-content-area a,
.wp-content-area a {
	color: #8dc2ee !important;
}
a:hover,
.navlink:hover,
.active>.nav-link,
a:active {
	color: #FFF;
	opacity: 0.7;
}
.box-shadow {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.box-shadow:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.box-shadow-invert {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.box-shadow-invert:hover {
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.inner-shadow {
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
/* BUTTONS + CTAs */
button,
button:hover,
button:focus,
button:active {
	border: none;
	outline: none;
	box-shadow: none;
	color: transparent;
	background-color: transparent;
	padding: 0;
}
a.cta {
	padding-top: 10px;
	padding-bottom: 7px;
	border-radius: 50px;
	display: block;
	color: #FFF;
	transition: all 0.2s;
    font-weight: bold;
}
a.cta-dark {
	background-color: #3C5CEC;
	color: #FFF;
}
a.cta-light {
    background-color: #3C5CEC;
    color: #FFF !important;
}
a.cta-light:hover {
	color: #FFF !important;
}
a.cta-dark:hover {
	opacity: 0.8;
	color: #FFF !important;
}
a.tab-button {
	border-radius: 25px;
	background-color: #FFF;
	width: 24%;
	height: 40px;
	position: relative;
}
a.tab-button:hover {
    opacity: 1;
}
a.tab-button.tab-button-active {
	background-color: #3C5CEC;
    color: #FFF;
}
a.tab-button .h5 {
	margin: 0 auto;
	display: block;
	color: #333;
    font-size: 0.9rem;
}
a.tab-button.tab-button-active .h5 {
	color: #FFF;
}
a.tab-button .tab-button-counter {
	position: absolute;
	left: 5px;
	top: 5px;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	color: #FFF;
	font-weight: bold;
	padding-top: 2px;
	font-size: 0.7rem;
	background-color: #000;
}
a.tab-button.tab-button-active .tab-button-counter {
	background-color: #FFF;
	color: #000;
}
a.tab-button:hover .tab-button-counter {
	box-shadow: 0 0 4px rgba(0,0,0,0.8);
}
a.tab-button-active:hover .tab-button-counter {
	box-shadow: 0 0 4px rgba(200,200,200,1);
}
.filters a {
    font-size: 0.8rem;
    padding: 4px 10px 3px 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    border: 2px solid #000;
    border-radius: 50px;
	margin-bottom: 15px;
}
.filters a.active,
.filters a:hover {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 50px;
    color: #FFF !important;
    opacity: 1;
}
.rlaaf-load-more {
    color: #FFF !important;
}
.rlaaf-load-more:hover {
    cursor: pointer;
}
#back-to-top.rlaaf-to-top {
    display: none !important;
}
@media only screen and (max-width: 600px) {
	a.tab-button {
		height: 30px;
	}
	a.tab-button .h5 {
		font-size: 0.7rem;
		position: relative;
		top: 1px;
	}
}
/* UTILITIES */
.custom-breadcrumb,
.custom-breadcrumb a {
    color: #8dc2ee;
    font-weight: bold;
}
.affgen-hero .custom-breadcrumb,
.affgen-hero .custom-breadcrumb a {
    font-weight: bold;
    color: #FFF !important;
}
.featured-card {
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 15px;
	display: block;
}
.featured-card .featured-card-overlay {
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	border-radius: 15px;
}
.featured-card .featured-card-overlay:hover {
	background-color: rgba(0,0,0,0.3);
	transition: all 0.25s;
}
a.featured-card:hover {
	color: #FFF !important;
}
.featured-card-area-hero .featured-card {
	border-radius: 15px;
}
.casino-card img {
	border-radius: 5px;
	width: 150px;
	height: auto;
}
@media only screen and (min-width: 768px) {
	.featured-card-area-hero .featured-card {
		width: 32%;
		height: 120px;
	}
    .casino-card .cta-light {
        margin-right: 5px;
    }
    .casino-card img {
        height: 60px;
        width: auto;
    }
}
/* HEADER */
img#site-logo {
	height: 80px;
	width: auto;
}
.affgen-hero {
    background-image: linear-gradient(to bottom, rgba(0,0,0, 0.52), rgba(43, 0, 197, 0.73)),url(/wp-content/themes/affiliateGeneral/assets/img/affgen_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.affgen-hero h1,
.affgen-hero p,
.affgen-hero {
    color: #FFF !important;
}
#site-header {
    padding-top: 5px;
    position: absolute;
}
#site-header #navigation-icons img {
	width: auto;
}
.nav-link {
    color: #FFF;
    font-weight: bold;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
}
#header-nav img {
    height: 30px;
    width: auto;
}
.toggler-icon {
	background-image: url(../../assets/img/menu.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	content: "";
  }
.toggler-icon-black {
	filter: brightness(0) sepia(0) hue-rotate(0) saturate(0) !important;
}
.navbar-toggler {
	padding: 0;
}
@media only screen and (min-width: 767px) {
	.menu-font-black > a {
		color: #000 !important;
	}
	.menu-font-grey > a {
		color: #9e9e9e !important;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-collapse {
		background: #FFF;
		margin: -.5rem -1rem;
		padding: .5rem 1rem;
		z-index: 1000;
		}
	.nav-link {
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 1.2rem;
        color: #8dc2ee;
    }
	.nav-link:hover,
	.active>.nav-link {
        color: #8dc2ee;
		opacity: 0.7;
	}
	.dropdown-menu {
		color: #8dc2ee;
		border: unset;
		padding: 0;
	}
	.dropdown-item {
		color: #8dc2ee;
		padding: 0rem 1rem;
		font-weight: 700;
	}
    #slide-menu-nav-links a:last-child {
        margin-bottom: 0;
    }
	img#site-logo {
		height: 50px;
	}
	#site-header #navigation-icons a img {
		height: 25px;
	}
	#site-header {
		padding-top: 5px;
	}
	#site-header #navigation-icons a {
		margin-left: 22.5px;
	}
	#site-header {
		margin-bottom: 90px;
	}
}
/* PAGE */
.home-hero-card {
	background-color: #8dc2ee;
	background-image: linear-gradient(160deg, #8dc2ee 0%, #80D0C7 100%);
	position: absolute;
	z-index: 500;
	border-radius: 15px;
	border: 3px solid #FFF;
	overflow: hidden;
	
}
.home-hero-card .h2,.home-hero-card .h5 {
	color: #FFF !important;
}
.home-hero-card:hover {
	opacity: 1 !important;
	filter: contrast(1.75);
}
.hero-card-shape {
	position: absolute;
	width: 200px;
	height: auto;
	right: -60px;
	bottom: -100px;
	z-index:-1;
}
.footer-shape {
	display: block;
	position: absolute;
	bottom: -60px;
	left: -60px;
	width: 220px;
	height: auto;
	opacity: 0.7;
}
#footer {
	position: relative;
	overflow-y: hidden;
}
@media only screen and (min-width: 1200px) {
	.home-hero-card {
		height: 300px;
		top: -125px;
		width: 982px;
		left: calc(50% - 500px);
		padding: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.home-hero-card {
		height: 300px;
		top: -125px;
		width: 90%;
		left: 5%;
		padding: 30px;
	}
}
.intro-paragraph p:last-child {
    margin-bottom: 0;
}
.intro-content-area img.intro-content-img-left {
    height: 100px;
    margin-right: 0;
}
.intro-content-area img.intro-content-img-left {
	margin-right: 30px;
}
.article-box {
	display: block;
	padding: 10px;
	background-color: #f3f3f3;
	border-radius: 10px;
}
.article-box .article-preview-img {
	height: 270px;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.intro-content-area img.intro-content-img-left {
		height: 120px;
		margin-right: 0;
	}
	.footer-shape {
		display: none;
	}
}
/* CASINOS */
.casino-card-area {
	margin: auto;
    max-width: 1000px;
}
.render-container {
    min-height: 600px;
}
.casino-card {
	border-radius: 15px;
	height: 350px;
}
.casino-card.casino-table{
	height: unset;
}
.casino-card a.cta.cta-light {
	width: 100% !important;
	max-width: 120px !important;
}
.casino-card .casino-logo {
	width: 150px;
	height: auto;
}
.casino-card small {
	display: block;
}
.casino-card-buttons img {
	height: 50px;
	width: auto;
}
.cta-icon-desc img {
	height: 25px;
	width: auto;
}
.casino-card .casino-card-buttons a,
.cta-icon-desc {
	background-color: #000;
	border: 4px solid #000;
	border-radius: 100%;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px solid transparent;
	transition: 0.2s;
  	background-size: 200% auto;
}
.casino-card .casino-card-buttons a img,
.cta-icon-desc img {
	transition: 0.2s;
	filter: brightness(0) invert(1);
}
.casino-card .casino-card-buttons a:hover {
	border: 3px solid #000;
	background-color: transparent;
}
.casino-card .casino-card-buttons a:hover img {
	filter: brightness(0) invert(0);
}
.review-card {
    border: 5px solid #EEF2F5;
    border-radius: 15px;      
}
img.review-img {
    display: block;
    width: 150px;
    height: auto;
    border-radius: 15px;
    margin: auto;
}
.card-top {
    height: 90px;
}
.casino-card-buttons.casino-review-button a img {
	height: 80px;
	width: auto;
    transition: 0.2s;
	filter: brightness(0) invert(1);
}
.casino-card-buttons.casino-review-button a {
    background-color: #000;
	border: 4px solid #000;
	border-radius: 100%;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px solid transparent;
	transition: 0.2s;
  	background-size: 200% auto;
}
.casino-card-buttons.casino-review-button a:hover {
	border: 3px solid #000;
	background-color: transparent;
}
.casino-card-buttons.casino-review-button a:hover img {
	filter: brightness(0) invert(0);
}
.casino-column {
	width: 25%;
}
.casino-column-2 {
	width: 50%;
}
#review-page-cta-bar {
    background-color: #8dc2ee;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #FFF;
    transition: all 0.2s;
}
#review-page-cta-bar:hover {
    background-color: #222;
    color: #FFF !important;
}
#review-page-cta-bar img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
    border-radius: 100%;
    border: 2px solid #FFF;
    margin-left: 10px;
}
#card-emoji {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 20px;
}
#card-emoji:after {
    content: " ";
    position: absolute;
    top: 30px;
    height: 5px;
    width: 20px;
    background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    right: 4px;
    border-radius: 100%;
}
@media only screen and (max-width: 1199px) {
	.casino-card-area {
		width: 100%;
	}
	.casino-card-buttons img {
		height: 50px;
	}
	.casino-card .casino-logo {
		width: 120px;
		height: auto;
	}
}
/* SIDEBAR */
#sidebar {
	border: 5px solid #EEF2F5;
	border-radius: 15px;
}
ul.summary-links {
	padding-left: 15px;
}
ul.summary-links li {
	margin-bottom: 10px;
}
.sidebar-casino .sidebar-casino-col {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.sidebar-casino img {
	height: 50px;
	width: auto;
}
@media only screen and (max-width: 565px) {
	.sidebar-casino .sidebar-casino-col {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.sidebar-casino .cta {
		width: 100%;
		margin-left: 2%;
		margin-right: 2%;
	}
}
/* FOOTER */
.footer-logos img {
	height: 30px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 15px;
}
#footer .footer-links a {
	color: #5696cd;
}
img.plus-18-footer {
	height: 30px;
	width: auto;
    filter: brightness(0) invert(0.4);
}