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: #FFF5EA;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 10%;
	border-top: 2px solid #FF9900;
}

.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: #FC8B00;;
    border: 2px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px rgba(255, 153, 0, 0.2);
    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;
	}
}

/* New crypto casino toplist */
.crypto-item {
    background-color: #fff;
    padding-bottom: 1px;
    margin-bottom: 30px;
    display: block;
}

.crypto-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 10px;
}

.crypto-top .crypto-image {
    width: 100%;
    height: auto;
    margin-left: 10px;
    border-radius: 5px;
}

.crypto-stars .rate.reviewrate {
    float: none;
}

.crypto-stars .rate.reviewrate {
    float: left;
    margin-top: 1px;
}

.crypto-stars .star-row {
    display: block;
    margin-top: 8px;
}

.crypto-stars .star-row:first-child {
    margin-top: 0;
}

.crypto-stars .star-rating {
    height: 25px;
}

.crypto-stars .star-rating .star {
    font-size: 20px;
    height: 25px;
    line-height: 1;
    width: 27px;
}

.starstext {
    margin-left: 20px;
}

.crypto-block .paymenticons img {
    display: inline-block;
    margin-bottom: 8px;
    border: 1px solid #2b2b8b;
    border-radius: 3px;
}

.crypto-block .paymenticons {
    margin-top: 16px;
}

.crypto-block .paymenticons img {
    width: 55px;
    height: auto;
    box-sizing: border-box;
    margin: 0px 7px 0px 0;
    border-radius: 7px;
}

.crypto-buttons {
    width: 100%;
    display: block;
}

.crypto-buttons a.tlhomeaffbut {
    display: inline-block;
}

.crypto-buttons {
    width: 100%;
    margin: 8px 0;
}

.crypto-buttons a {
    width: 100%;
}

h1.altheading, h2.altheading, h3.altheading, h4.altheading {
    background: #2293d1;
    color: #000000;
    padding: 10px 12px;
    margin-bottom: 16px;
    font-weight: 600;
}

.crypto-block h2.altheading, h2.altheading.cryptosection {
    background-color: #000000 !important;
    color: #ffffff;
}

.crypto-block h3.altheading {
    background: transparent;
}

.crypto-block h4.altheading {
    background: #ffffff;
    border: none;
    border-left: 4px solid #FF9900;
    line-height: 1.4;
}

.cryptointro {
    padding: 0 10px;
}

.cryptointro a {
    text-decoration: underline;
    color: #000;
    display: block;
}

.crypto-block .affbutton {
    margin: 0 5px 15px;
}

.crypto-block .affbutton>i {
    padding: 16px 6px 16px 8px;
}

@media screen and (min-width:1px) and (max-width:1099px) {
    h2.altheading {
        line-height: 1.4;
    }

    .crypto-top {
        grid-template-columns: 1fr;
    }

    .crypto-buttons {
        grid-template-columns: 1fr;
        margin: 17px 0;
    }

    .crypto-top .crypto-image {
        margin-left: 0;
    }
}

/* Casino Mini Review */

.casino-minireview_header img {
    width: 100%;
    margin: 10px 0 15px;
}

.casino-minireview_buttons {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    margin: 0 0 25px;
}

.casino-minireview_btn {
    background: #505050;
    border-radius: 5px;
    padding: 16px 10px;
    max-width: 350px;
    width: 100%;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}


.casino-minireview_btn--oranje {
    background: linear-gradient(180deg, #FF9900 0%, #DD6A00 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
	color: #000;
}

.casino-minireview_btn:hover {
    opacity: .8;
    color: #fff;
}

.casino-minireview_btn--oranje:hover {
	color: #000;
}

.casino-minireview table td {
    width: 50%;
}

.casino-minireview table td:first-child {
    font-weight: 600;
}

.casino-minireview table ul {
    margin-bottom: 0;
}

.casino-minireview .payment-images {
    justify-content: flex-start;
}

.casino-minireview_testimonials .dma-column:before {
    width: 64px;
    height: 32px;
    border-radius: 50px 50px 0 0;
}


.casino-minireview_testimonials .authorblock {
    margin-left: 0;
}

.casino-minireview_testimonials .dma-row.dma-row-1 {
    grid-template-columns: 1fr;
}

.casino-minireview_testimonials .dma-row.dma-row-2 {
    grid-template-columns: 1fr 1fr;
}

.casino-minireview_testimonials .dma-row.dma-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.casino-minireview_testimonials .dma-row {
    gap: 45px;
}

.casino-minireview_testimonials .dma-right {
    padding-left: 20px;
    text-align: left !important;
}

.casino-minireview_testimonials .dma-heading {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
}

.casino-minireview_testimonials .dma-experience {
    color: #000;
}

.casino-minireview_testimonials .dma-heading a {
    color: #000;
    width: 100%;
}

.casino-minireview_testimonials .authorblock.onpage .dma-column img {
    width: 30% !important;
}

.mininews {
    margin: 10px 0;
}

.mininews-block {
    margin: 10px 0;
    padding: 10px;
    background: #FFF5EA;
    border: 2px solid #FF9900;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 15px;
}

.mininews-block_img {
	min-height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
    background-position: center;
}

.mininews-block_content h3 {
    border-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
}

.mininews-block_content p {
    font-weight: 500;
    font-size: 14px;
}

.mininews-block_btn {
    background: #fff;
    border: 1px solid #FF9900;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
    display: block;
    width: 100;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.mininews-block_btn:hover {
     color: #000;
    opacity: .8;
}

@media screen and (max-width: 768px) {
    .casino-minireview_buttons {
        flex-wrap: wrap;
    }

    .casino-minireview_btn {
        font-size: 14px;
    }

    .casino-minireview_testimonials .dma-right {
        padding-left: 0;
        padding-top: 0;
        text-align: center !important;
    }

    .casino-minireview_testimonials .authorblock {
        margin-top: 50px;
    }

    .casino-minireview_testimonials .dma-heading {
        display: block;
        margin-top: 20px !important;
    }

    .casino-minireview_testimonials .dma-heading .dmas {
        margin-bottom: 0;
    }

    .mininews-block {
        grid-template-columns: 1fr;
    }

    .mininews-block_img {
        min-height: 100px;
		background-size: contain;
		background-repeat: no-repeat;
		align-self: center;
		background-position: center;
    }
}

/* END Casino Mini Review */