html, body {
	overflow-x: hidden !important;
}
.logged-in .wp-site-blocks {
	  margin-top: 90px !important;
}
  
.logged-in .site-header {
    margin-top: 32px !important;
}

/* Sections force full Width */
.overlay-sec, .casino-bonus {
	position: relative !important;
}

.overlay-sec h2, .overlay-sec h3, .overlay-sec p, .overlay-sec img {
	position: relative;
	z-index: 2;
}

.overlay-sec:after {
	content: ' ';
    position: absolute;
    top: 0;
    right: 0%;
    margin: 0;
    left: 0;
    bottom: 0;
    background: inherit;
    z-index: -1;
    margin-left: -50vw;
    margin-right: -50vw;
}

.custom-divider {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	z-index: 1;
    width: 100%;
}

.custom-divider:before {
	    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 150px 40px 380px;
    border-color: transparent transparent #00416F transparent;
    left: 50%;
    transform: translateX(-50%);
}

.custom-divider:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 148px 32px 375px;
    border-color: transparent transparent #ECF0F1 transparent;
   	left: 50%;
    transform: translateX(-50%);
}

.divider-white-lightblue:after {
	border-color: transparent transparent #ECF0F1 transparent;
}
.divider-white-darkblue:after {
	border-color: transparent transparent #d5e7fc transparent;
}

.divider-lightblue-white:after {
	border-color: transparent transparent #fff transparent;
}
.divider-lightblue-darkblue:after {
	border-color: transparent transparent #d5e7fc transparent;
}

.divider-darkblue-white:after {
	border-color: transparent transparent #fff transparent;
}
.divider-darkblue-lightblue:after {
	border-color: transparent transparent #ECF0F1 transparent;
}

.reviewbox p {
	padding: 0;
}


/* TOC custom style */

.toggle-toc {
	display: none;
}

.site-header {
	position: fixed;
	top: 0;
	z-index: 4;
	height: 90px;
	width: 100%;
}

.nav-up {
	top: -90px;
}

.hide {
	display: none;
}

/* Sticky CTA button */
.cta-sticker {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 10%;
	border-top: 3px solid;
	border-color: #8663ff;
	border-image-slice: 1;
}

.cta-wrap {
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	gap: 40px;
	align-items: center;
	width: 100%;
}

.cta-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-logo_bg {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 5px;
		max-width: 220px;
    max-height: 80px;
		padding: 15px;
    height: 80px;
}

.cta-logo img {
/*
	max-width: 150px;
	max-height: 80px;
	width: 100%;
*/
		max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.error404 button.wp-block-search__button.wp-element-button {
    background: linear-gradient(90deg,#b8861b 0%,#e4cf44 100%);
    font-weight: bold;
}
.cta-btn-wrap a {
    background: linear-gradient(90deg,#b8861b 0%,#e4cf44 100%);
    border: 2px solid #E9EEEF;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px rgb(160 139 29 / 77%);
    border-radius: 8px;
}

.cta-btn-wrap a span {
	display: block;
	font-weight: 500;
	text-transform: initial;
}

@media screen and (max-width: 781px) {
	.cta-sticker {
		padding: 10px;
	}
	.cta-wrap {
		grid-template-columns: .25fr 1fr;
		gap: 20px;
	}
	
	.cta-btn-wrap a {
		padding: 6px;
		font-size: 14px;
	}
	.cta-logo img {
		max-width: 100px;
		max-height: 55px;
		width: 100%;
	}
}

.stickycta .site-footer {
  padding-bottom: 100px;
}

/* End Sticky CTA button */

@media screen and (max-width: 781px) {
	.sidebar-mob {
		display: none;
		position: fixed;
		top: 0;
		left:0;
		right: 0;
		bottom: 0;
		height: 100vh;
		width: 100%;
		z-index: 100;
		background: #fff;
	}
	
	.sidebar-zindex {
		z-index: 100;
	}
	
	.toggle-toc {
		position: fixed;
		right: 10px;
		bottom: 15%;
		display: block;
		cursor: pointer;
		z-index: 3;
	}
	
	.breadcrumbs-mobile .wp-block-columns {
		gap: 0;
	}
	
	.logged-in .site-header {
		margin-top: 40px !important;
		height: auto;
	}
	.stickycta .site-footer {
		padding-bottom: 80px;
	}
}

/* PRO CONS MODULE */

.cpm-pros-cons-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}
.cpm-box {
	flex: 1 1 45%;
	background: #f9fafb;
	border-radius: 12px;
	padding: 20px;
}

@media screen and (max-width: 580px){
	.cpm-box {
		flex: 100%;
	}
}

.cpm-pros {
	background-color: #e0f5e8;
}
.cpm-cons {
	background-color: #fbe9e9;
}
.cpm-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.cpm-title .cpm-icon {
	font-size: 20px;
	margin-right: 8px;
}
.cpm-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cpm-box li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.cpm-check {
	color: green;
	margin-right: 8px;
}
.cpm-cross {
	color: red;
	margin-right: 8px;
}

/* END PRO CONS MODULE */

/* CUSTOM TABLE MODULE */

.casino-info-table {
	width: 100%;
	border-collapse: collapse;
	background:#fff;
}
.casino-info-table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.casino-info-table td:first-child {
	font-weight: 600;
	width: 50%;
}

/* END CUSTOM TABLE MODULE */

/* Other casinos Module */

.casino-random-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.casino-box-item {
	flex: 1 1 calc(33.333% - 20px);
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 10px;
    border: 2px solid #DADADA;
	padding: 15px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.casino-random-boxes .ratingbox {
	margin-top: 10px;
}

.casino-random-boxes  .ratingbox span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.casino-random-boxes span.rate {
    display: inline-block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -19px;
}
.casino-random-boxes span.ratetotal {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -2px;
}

.casinologo {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    min-width: 170px;
    height: 90px;
}
.casinologo img {
    width: 100%;
    height: auto;
    padding: 15px;
    max-width: 200px;
}
.reviewbox-title {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
}
.reviewbox-bonus {
	color: #333;
	margin: 5px 0;
}

.casino-random-boxes .reviewbox-btn {
	border: 2px solid #ffffff;
	background: linear-gradient(90deg,#b8861b 0%,#e4cf44 100%);
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
	padding: 10px;
	display: block;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgb(160 139 29 / 77%);
	font-style: italic;
}
.casino-random-boxes .reviewbox-btn img {
    margin-left: 6px;
    vertical-align: -1px;
}

.reviewbox-readmore a {
	color: #0073aa;
	text-decoration: none;
	font-weight: bold;
}
.reviewbox-readmore a:hover {
	text-decoration: underline;
}

.casino-random-boxes .box-btn {
	    margin-top: auto;
}

/* END Other casinos Module */