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-image: linear-gradient(90deg, rgb(255, 66, 43) 0%, rgb(255, 11, 133) 100%);
	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-color: #A01D1D;
}
.cta-btn-wrap a {
    background: #A01D1D;
    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 rgba(160, 29, 29, 0.3);
    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: 802px) {
	.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;
	}
}