/* HEADING SIZES */

h1 {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
}

h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 13px !important;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: .5em;
}


h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: .5em;
}


@media screen and (max-width: 768px) {
	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}
	
	h4 {
		font-size: 14px;
	}

}

.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    padding-top: .618em;
	 margin-bottom: .5em;
}

h2,h3 {
    border-bottom: 5px solid #f90;
    border-radius: 2px;
}

h4 {
    border-left: 4px solid #f90;
    border-radius: 2px;
	padding-left: 5px;
}

table h4,.featuredpost h4 {
    border-left: 0;
    padding: 0;
}

.wp-site-blocks ol, .wp-site-blocks ul {
	margin-top: 0 ;
	margin-bottom: 1.618em;
}

/* Tables */

table {
    width: 100% !important;
    margin-bottom: 40px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
    line-height: 1;
    border-radius: 5px;
}

tbody {
    border-bottom: 1px solid #eceef1;
}

td,th {
    padding: .618em;
    border-top: 1px solid #eceef1;
    border-right: 1px solid #eceef1;
    text-align: left;
}

table {
    border-collapse: separate !important;
    border-spacing: 0;
}

table {
    border: solid #f90 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #f90;
    -moz-box-shadow: 0 1px 1px #f90;
    box-shadow: 0 1px 1px #f90;
}

table tr:first-child {    
	border-bottom: 3px solid #f90;
}

table tr:nth-child(even) {
    background-color: #F5F5F5;
}

table tr:first-child td {
    background: transparent !important;
}

table tr:first-child td span {
    color: #000 !important;
}

table td,table th {
    border-left: 1px solid #f90 !important;
    border-top: 1px solid #f90 !important;
    padding: 10px;
    text-align: left !important;
}

:root :where(.wp-block-table > table td) {
	border-color: inherit !important;
}

.wp-block-table thead {
	border-bottom: inherit!important;
}

table thead tr td {
    border-bottom: 1px solid #f90;
    font-weight: 600 !important;
    text-align: center !important;
    border-radius: 0 !important;
}

table td:first-child,table th:first-child {
    border-left: none;
}

table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.table-section-rev {
    margin: 0 auto;
}

.table-section-rev table tr td {
    width: 50%;
}

.table-section-rev table tr td:nth-child(2) {
    text-align: right !important;
}

.table-section-rev .star-rating {
    text-align: right;
    height: 26px;
}

.table-section-rev table td {
    line-height: 22px;
}

.table-section-rev .star-rating .star {
    font-size: 26px;
    width: 26px;
}

.table-section-rev .payment-images-img {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #f7931a;
    border-radius: 5px;
    padding: 0 5px 0 0;
}

.table-section-rev .payment-images-img.hide {
	display: none;
}

.table-section-rev .payment-images-show {
    height: 34px;
	    width: 45px;
}

.wp-site-blocks {
    margin-top: 90px;
}

.site-footer h3 {
	font-size: 14px;
	color: #fff;
}

.bg-overlay-search {
	position: relative;
}

.bg-overlay-search::before {
	content: '';
	position: absolute;
	top: 0;
	 bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
}

.bg-overlay-search h1 {
	position: relative;
	z-index: 2;
}

/* facebook icon footer */
.eb-socials {
    justify-content: unset !important;
}
.wp-block-essential-blocks-social {
    margin-top: 0;
}

.header-title h1 {
	color: #ffffff;
	font-style: italic;
}

@media screen and (max-width: 580px){
	.site-header .wp-block-group:first-child {
		padding-top:  5px!important;
		padding-bottom: 5px!important;
	}
	
	.site-header .custom-logo {
		max-width: 100px;
	}
	
	.header-title {
		margin-top: 48px !important;
	}
}

.no-height .wp-block-image a {
	display: flex;
}



/* Info table reviews */
.entry-content.wp-block-post-content .infotable-box {
	padding: 5px 15px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0px 2px 5px rgba(77, 113, 137, 0.20));
	margin-bottom: 10px;
}

.entry-content.wp-block-post-content .infotable-box li {
	display: flex;
    justify-content: space-between;
	font-weight: 900;
	color: #00416F;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;	
}

.entry-content.wp-block-post-content .infotable-box li:last-child {
	border-bottom: 0;
}

.casino-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.casino-header img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	height: auto;
}

.casino-header-btn {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 10px auto 25px;
}

.entry-content.wp-block-post-content .infotable-box li strong {
	font-weight: 400;
}

.entry-content p a {
	color: #A01D1D;
}

.bold {
     font-weight: 700;
}
/*  .casino-template-wp-custom-template-child-casino .cta-sticker {
     display: none!important;
}
 .casino-template-wp-custom-template-child-casino .site-footer {
     padding-bottom: 0 !important;
} */



/* Breadcrumbs */
.yoast-breadcrumbs * {
    color: #000;
	font-size: 14px;
	text-decoration: none;
}
.breadcrumb_last * {
    font-weight: bold !important;
}

.yoast-breadcrumbs img {
	vertical-align: -1px;
}

.yoast-breadcrumbs a span {
	vertical-align: middle;
}

/* Byline */ 
.byline {
	text-align: right;
}
.byline * {
	color: #000;
	font-size: 14px;
}
.bylines-review.sc {
	margin: 5px 0 10px 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.by-image {
    max-height: 40px;
}
.by-image img {
	/* border: 3px solid #FF422B;*/
	border-radius: 50%;
	/* box-shadow: 1px 1px 3px #000;*/
	/* padding: 3px;*/
	max-width: 40px;
	height: auto;
	margin-right: 10px;
}

/* Bullets / UL */
.wp-block-custom-bullets {
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(77, 113, 137, 0.20);
    border-left: 8px solid #00416F;
	border-radius: 0px 10px 10px 0px;
	margin: 0 0 16px 0;	
	padding: 7px 40px;
}
.wp-block-custom-bullets li::marker {
    color: #0081E7;
}
strong {
    font-weight: bold !important;
}

/* Inzet Block */
.wp-block-custom-inzet {
	border: solid #FF9900 1px;
	color: #2c3e50;
	border-radius: 10px;
	margin: 0 0 16px 0;	
	padding: 15px;
}

.wp-block-custom-inzet h2 {
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-block-custom-inzet ul {
    padding-inline-start: 14px;
}
.wp-block-custom-inzet li::marker {
    color: #2c3e50;
}

/* Text Highlight Block */
.wp-block-custom-text-highlight {
    background-color: #fff;
    color: #00416F;
    box-shadow: 0px 2px 5px 0px rgba(77, 113, 137, 0.20);
    border-radius: 10px;
    margin: 0 0 25px 0;
}
.wp-block-custom-text-highlight h3 {
    background-color: #00416F;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px;
	margin: 0;
}
.wp-block-custom-text-highlight p {
    padding: 15px;
}


/* Toplist Style */
.toplist-box {
	position: relative;
	align-items: center;
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 10px;
	border: 2px solid #DADADA;
	margin-bottom: 20px;
}
.toplist-box .inner-top {
	display: grid;
  grid-template-columns: 205px 1fr 1fr 1fr;
	gap: 15px;
	padding: 20px 25px;
}
.toplist-box .inner-bottom {
	border-top: 1px solid #DADADA;
	padding: 0px 25px;
	padding-bottom: 3px;
}
.toplist-box .inner-bottom span {
	color: #898888;
	font-size: 12px;
}
/* Toplist Ribbon */
.enable-badge:first-child::before {
    content: "1st";
    position: absolute;
    top: -10px;
    left: -15px;
		width: 49px;
    height: 33px;
    background-color: #FFC700;
    color: #000;
    padding: 5px 11px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
    clip-path: polygon(0 0, 100% 3px, 100% 100%, 3px 100%);
}
.enable-badge:first-child::after {
    content: "";
    position: absolute;
    top: 23px;
    left: -7px;
    width: 41px;
    height: 9px;
    background-color: #887221;
    z-index: 5;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.dark-fold {
	display: none;
}

.enable-badge .dark-fold {
    position: absolute;
    top: 31px;
	display: block;
    left: -7px;
    width: 5px;
    height: 7px;
    background-color: #483905;
    z-index: 4;
    clip-path: polygon(100% 0, 100% 100%, 0 1px);
}
.enable-badge:nth-child(2)::before {
		content: "2nd";
    position: absolute;
    top: -10px;
    left: -15px;
		width: 49px;
    height: 33px;
    background-color: #D1CFCF;
    color: #000;
    padding: 5px 11px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
    clip-path: polygon(0 0, 100% 3px, 100% 100%, 3px 100%);
}
.enable-badge:nth-child(2)::after {
		content: "";
    position: absolute;
    top: 23px;
    left: -7px;
    width: 41px;
    height: 9px;
    background-color: #626262;
    z-index: 5;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.enable-badge:nth-child(3)::before {
		content: "3rd";
    position: absolute;
    top: -10px;
    left: -15px;
		width: 49px;
    height: 33px;
    background-color: #E19A44;
    color: #000;
    padding: 5px 11px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
    clip-path: polygon(0 0, 100% 3px, 100% 100%, 3px 100%);
}
.enable-badge:nth-child(3)::after {
		content: "";
    position: absolute;
    top: 23px;
    left: -7px;
    width: 41px;
    height: 9px;
    background-color: #705028;
    z-index: 5;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.toplist-box:last-child {
		margin-bottom: 0;
}
.toplist-box-logo {
    display: flex;
    width: 195px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    height: 95px;
}
.toplist-box-logo img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.toplist-box-bonus, .toplist-box-rating {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.toplist-container .ratingbox {
    margin-top: auto;
    margin-bottom: -10px;
    padding: 0;
}
.toplist-box-bonus p {
     color: #00416F;
     font-size: 16px;
     line-height: 22px;
	 padding: 0;
}
.toplist-box-bonus div.bold {
	color: #5D5855;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}

.toplist-box-rating {
     color: #00416F;
     font-size: 12px;
}
.toplist-box-rating span.dashicons {
     width: 10px;
     height: 10px;
     font-size: 10px;
     color: #0081E7;
     margin-top: 4px;
}
.toplist-box-rating-text {
     display: flex;
     align-items: center;
     gap: 5px;
}
 .toplist-box-payment .toplist-box-payment-title {
     color: #00416F;
     font-size: 12px;
     font-weight: 500;
}

.toplist-box-rating-text p {
	color: #5D5855;
	font-size: 12px;
	padding: 0;
}

/* Rating stars */
.toplist-container .ratingbox span,
.crypto-block .ratingbox span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.toplist-container span.rate {
    display: inline-block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -19px;
}
.crypto-block span.rate {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -19px;
}
.toplist-container span.ratetotal {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -2px;
}
.crypto-block span.ratetotal {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -2px;
}
span.rating-suffix {
    display: inline-block;
    color: #804B32;
    text-transform: uppercase;
    vertical-align: 1px;
}
.crypto-block span.rate.ratecen {
    margin: 0 auto;
}
/* End Rating stars */

.cname {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333232;
    line-height: 19px;
}
.exbonus {
    font-size: 12px;
    color: #804B32;
    font-weight: bold;
    line-height: 20px;
}

/* Toplist payment icons */
.payment-method.toplist {
    display: flex;
    align-items: center;
    justify-content: space-between;
		margin-top: auto;
    margin-bottom: 0px;
}
.payment-method {
    font-size: 14px;
}
.payment-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}
.payment-method img {
    display: block;
    border-radius: 3px;
}
.payment-method.toplist .payment-images-img img {
		width: 34px;  
		height: 22px;
}
.reviewbox .payment-images-show {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    background: #efefef;
    cursor: pointer;
}

.toplist-box-rating .payment-images-show {
	width: 34px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    background: #D9D9D9;
    border-radius: 5px;
    cursor: pointer;
}

.toplist-box-rating .payment-images-show.hide {
	display: none;
}
/* End toplist payment icons */

 .toplist-box-buttons {
     text-align: center;
}
.toplist-box-buttons .casino-btn {
    color: #5D5855;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 0 10px 0;
    font-style: italic;
}
.toplist-box-buttons .reviewbox-btn {
    border: 2px solid #E9EEEF;
    background: #FC8B00;
    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 rgba(0, 97, 153, 0.2); */
		box-shadow: 0px 4px 4px 0px rgba(160, 29, 29, 0.3);
    font-style: italic;
}
.reviewbox-btn img {
    margin-left: 6px;
    vertical-align: -1px;
}
 @media screen and (max-width: 768px) {
	 .toplist-container-wrap {
		 gap: 20px;
	 }
	 .toplist-box .inner-top {
		 display: grid;
		 grid-template-columns: 1fr;
		 gap: 0;
		 margin-bottom: 0;
		 min-width: 290px !important;
	 }
	 .toplist-box-logo {
		 width: 100%;
	 }
	 .toplist-box-bonus {
		 margin-top: 10px;
	 }
	 .toplist-container .ratingbox {
		 margin-top: initial;
		 margin-bottom: -7px;
		 padding: 0;
	 }
	 .payment-method.toplist {
		 margin-bottom: 0px;
		 margin-top: 10px;
	 }
	 .toplist-box-buttons {
		 text-align: center;
		 margin-top: 13px;
	 } 
	 .toplist-box-rating-text p {
		 margin-bottom: 0 !important;
		 padding-bottom: 0 !important;
	 }
	 .cta-logo_bg {
		 height: 50px !important;
	 }
	 .toplist-box .inner-bottom span {
			line-height: 1.4 !important;
			display: block;
			margin: 5px 0;
	 }
	 .sidebar-move {
		padding-top: 0 !important;
	}
}
/* END Toplist Style */

/* HeroBOX*/


.herobox {
	padding: 15px;
	border-radius: 8px;
	border: 2px solid #DADADA;
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

.herobox .casinologo {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	min-width: 170px;
}

.herobox .casinologo img {
	width: 100%;
	height: auto;
	padding: 15px;
	max-width: 200px;
}

.herobox_wrap {
	display: grid;
	grid-template-columns: .3fr 1fr .5fr;
	gap: 20px;
}

.herobox_wrap-title {
	display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

.herobox-title {
	font-weight: 900;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;

}

.herobox .ratingbox {
    padding: 0;
	padding-top: 4px;
}

.herobox-bonus {
	font-weight: 800;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #043A63;
}

.herobox_wrap-specs {
	border: 1px solid #DADADA;
	padding: 10px;
	margin: 10px 0 0;
	border-radius: 8px;
}

.herobox_wrap-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-bottom: 10px;
}

.herobox_wrap-specs .payment-images-show {
	background: #D9D9D9;
    width: 32px;
    height: 22px;
    text-align: center;
    border-radius: 4px;
	cursor: pointer;
}

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

.herobox .reviewbox-btn {
    background: #FC8B00;
    color: #000000;
    padding: 10px;
    text-decoration: none;
    border-radius: 3px !important;
    box-shadow: 0px 4px 4px rgba(255, 153, 0, 0.2);
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #FFFFFF;
}
.herobox .reviewbox-btn img {
    margin-left: 2px;
    vertical-align: -1px;
}

.herobox-info {
	list-style-type: none;
    display: flex;
	flex-wrap: wrap;
    padding: 0;
    gap: 10px;
	margin-bottom: 0 !important;
	padding-top: 10px;
}

.box-btn .ratingbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
	    align-items: center;
}


.box-btn .ratingbox  .rating-suffix {
	text-transform: capitalize;
    font-size: 14px;
	color: #5D5855;
}

.herobox-info li { 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	gap: 5px;
}

.herobox-info li strong {
	color: #043A63;
}

@media screen and (max-width: 1180px) {
	.box-btn .ratingbox  .rating-suffix {
		 font-size: 12px;
	}
}

@media screen and (max-width: 980px) {
	.herobox_wrap {
		grid-template-columns: 1fr;
	}
	
	.herobox .casinologo {
		padding: 20px 0;
	}

}

@media screen and (max-width: 640px) {
	.herobox_wrap-features {
		grid-template-columns: 1fr;
	}
	
	.herobox-info {
		display: block;	
	}
	
	.herobox-info li {
		justify-content: space-between;
	}
	

    body.logged-in.single-casino .wp-site-blocks {
        margin-top: 50px !important;
    }
	
	.single-casino .wp-site-blocks  {
		margin-top: 55px !important;
	}


}

/* End HeroBOX*/

.entry-content .game-bonus {
    text-align: center;
    background-color: transparent;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.entry-content .game-bonus a.cta.oranje {
    width: 50%;
    margin: 20px auto 0 auto;
}

.game-bonus {
    background-color: rgba(255,255,255,.5);
    margin-top: 21px;
    padding: 20px 40px;
}

.toptext {
    font-size: 27px;
    margin-bottom: 10px;
}

a.cta.oranje {
    width: 40%;
    margin: 20px auto 0 auto;
}

/* Latest post shortcode */
 .latest-cw {
     margin: 20px 0;
     display: inline-block;
     width: 100%;
}
 .latest-cw-head {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     align-items: center;
}
 .latest-cw-head h2 {
     font-weight: 700;
     font-size: 24px;
     line-height: 40px;
     color: #000000;
}
 .latest-cw-head .view-more-posts {
     display: inline-block;
     text-align: right;
     width: auto;
     margin-left: auto;
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     color: #00416F;
     padding: 8px 16px;
     border: 1px solid #005793;
     border-radius: 10px;
     text-decoration: none;
}
 .latest-cw-head .view-more-posts:hover {
     background-color: #005793;
     color: #fff;
}
 .latest-cw-wrap {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 20px;
     margin: 15px 0;
}
 .latest-cw-wrap-4 {
     grid-template-columns: 1fr 1fr 1fr 1fr;
}
 .latest-cw-post {
     background: #fff;
     border-radius: 10px;
     display: flex;
     flex-direction: column;
     height: 100%;
}
.latest-cw-post img {
	width: 100%;
	height: auto;
	padding: 10px;
}

 .latest-cw-post h3 {
     font-weight: 700;
     font-size: 16px;
     line-height: 20px;
     color: #FFFFFF;
     margin: 0;
     background: #00416F;
     border-radius: 10px 10px 0px 0px;
     padding: 10px;
     position: relative;
}
 .latest-cw-post-content {
     background: #FFFFFF;
     border: 1px solid #EBF4FA;
     border-radius: 0px 0px 10px 10px;
     display: flex;
     flex-direction: column;
     padding: 10px;
     height: 100%;
}
 .latest-cw-post-content p {
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     letter-spacing: -0.408px;
     color: #000000;
     margin-bottom: 10px;
	 padding: 0;
}
 .latest-cw-btn {
     border-radius: 2px;
     background: #D5E7FC;
     color: #00416F;
     font-size: 14px;
     display: block;
     margin-top: auto;
     text-align: center;
     padding: 8px;
     text-decoration: none;
}
 .latest-cw-btn:hover {
     background: #00416F;
     color: #FFF;
}
 .latest-cw-post .latest-cw-post-img {
     margin-top: auto;
     width: 100%;
     height: 130px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 2px;
}
/* END Latest post shortcode */

/* Single game modal */

.single-game .game-in-text {
	margin-bottom: 40px;
}
.single-game .game-in-text .hidebox {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0;
	margin-bottom: 40px;
}
.single-game .game-in-text h2 {
    font-family: 'Verdana', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    text-shadow: 0px 1px 0px #b96500;
    padding: 10px 0 20px;
	border-bottom: none;
}

/* iframe hack */
.game-frame {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.game-frame iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* end iframe hack */

#age-verify {
    position: relative;
    margin: 0 auto;
}

.bonus-modal {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: rgba(255, 255, 255, .85);
    border: 2px solid #FF9900;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
    transition: 500ms;
    margin: 0 auto;
}

.bonus-modal .nextBox {
    display: none;
}

.bonus-modal .nextBox.show {
    display: block;
}

#age-verify.hidden, #age-verify .firstStep.hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
}

#age-verify .firstStep {
    max-width: 370px;
    margin: 0 auto;
    padding: 20px 0;
}

.hidden {
	display: none !important;
}

.bonus-modal .casinosBox h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.bonus-modal .casinosBox-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
}

.bonus-modal .casinosBox-img {
    position: relative;
}

.bonus-modal .casinosBox-img::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    background-image: url(/wp-content/themes/corporate-pro/assets/images/rank-one.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.bonus-modal .casinosBox-img.casinosBox-two::after {
    background-image: url(/wp-content/themes/corporate-pro/assets/images/rank-two.png);
}

.bonus-modal .casinosBox-img.casinosBox-three::after {
    background-image: url(/wp-content/themes/corporate-pro/assets/images/rank-three.png);
}

.bonus-modal .casinosBox-wrap img {
    width: 100%;
}

.bonus-modal .button-bonus {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 53px;
    color: #FFF;
    font-family: 'Verdana', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #505050;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.bonus-modal .button-bonus:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.bonus-modal .btn-orange {
    background: #FC8B00;
    margin-bottom: 15px;
    color: #000;
}

@media screen and (max-width: 768px) {
        /* SINGLE GAME */
        .single-game #hero-section {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
    
        .single-game a.cta.oranje {
            width: 100%;
        }
    
        .single-game ul.infoTable {
            width: 100%;
            margin-left: 0;
        }
    
        .single-game .entry-content .game-bonus a.cta.oranje {
            width: 100%;
            margin: 20px auto 0 auto;
        }
        .single-game .game-in-text .hidebox {
            padding: 40px 20px;
        }

        .mob-order-first {
            order: -1;
        }
    
        /* END SINGLE GAME */
}

/* End Single game modal */
 
/* INFO TABLE */

ul.infoTable {
    padding: 15px;
    margin: 0;
    color: #b40017;
    text-align: right;
    list-style: none;
    width: 100%;
    font-size: 13px;
    border: 1px solid #FF9900;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
}

ul.infoTable.summary {
    width: 240px;
}

ul.infoTable li {
    padding: 5px 2px;
    font-weight: bold;
    clear: both;
    list-style: none;
}

ul.infoTable li strong {
    float: left;
    color: #000;
    font-style: italic;
    font-weight: normal;
}

ul.infoTable li.title {
    border: none;
    text-align: left;
    color: #000000;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #FF9900;
}


/* Disclaimer */
.disclaimer {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #d3d3d3, 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
		overflow: hidden;
}
.disclaimer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 12px;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(360deg, rgb(255, 66, 43) 0%, rgb(255, 11, 133) 100%);
}
.disclaimer::after {
    content: "\f488";
    font-family: "Dashicons";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: var(--icon-size);
    color: #333;
    opacity: 0.1;
    transform: translateY(-50%) scaleX(-1);
    z-index: 0;
}
.disclaimer a {
    color: #A01D1D;
    text-decoration: none;
}
.disclaimer a:hover {
    text-decoration: underline;
}
/* END Disclaimer */

/* Icon Module */
.icon-module .wp-block-image {
    margin: 0 auto;
}
.icon-module a, .icon-module a:focus, .icon-module a:hover, .icon-module a:not(.wp-element-button) {
    text-decoration: none !important;
		border-radius: 15px;
}
/* General styling for the container */
.flexcolumns {
/*
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
*/
}

/* Adjust for smaller screens (mobile) */
@media (max-width: 768px) {
    .flexcolumns {
		display: grid !important;
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
        gap: 15px; /* Adjust spacing for mobile */
    }
	.flexcolumns .wp-block-column {
		display: flex;
		flex-direction: column;
		justify-content: stretch;
/*		align-items: center;*/
		text-align: center;
	}
	.icon-module a, .icon-module a:focus, .icon-module a:hover, .icon-module a:not(.wp-element-button) {
		margin-left: revert !important;
		margin-right: revert !important;
	}
	.flexcolumns .wp-block-column p {
		font-size: 80%;
	}
}
/* END Icon Module */

/* Contact page */
.grecaptcha-badge { 
    visibility: hidden !important;
}
.page-id-19278 .wp-block-columns {
    gap: 60px;
}
/* END Contact page*/

.mw-80 {
    max-width: 60%;
    margin: 0 auto;
}

/* Disclosure */
.disclosure-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
	margin-top: 0;
}
.how-we-rate-item,
.aff-disclosure-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
}
.how-we-rate-icon,
.aff-disclosure-icon {
    width: 18px;
    height: 18px;
}
.aff-disclosure-icon svg,
.how-we-rate-icon svg {
    vertical-align: 3px;
	fill: #5D5855;
}
.how-we-rate-title,
.aff-disclosure-title {
	font-size: 12px;
    font-weight: bold;
	color: #5D5855;
	margin: 10px 0;
}
.how-we-rate-box,
.aff-disclosure-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #DADADA;
	border-radius: 10px;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: none;
    z-index: 11;
}
.how-we-rate-box.active,
.aff-disclosure-box.active {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}
.how-we-rate-box p,
.aff-disclosure-box p {
    font-size: 12px;
    color: #5D5855;
	padding-bottom: 0;
}
.close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.close-icon svg {
    fill: #A01D1D;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
	/* hovers*/
	.how-we-rate:hover .how-we-rate-item h3,
	.how-we-rate:hover .how-we-rate-box h3 {
		color: #A01D1D; /* Change to desired text color */
	}

	.aff-disclosure:hover .aff-disclosure-item h3,
	.aff-disclosure:hover .aff-disclosure-box h3 {
		color: #A01D1D;
	}

	/* Specific styles for icons on hover */
	.how-we-rate:hover .how-we-rate-icon svg path,
	.aff-disclosure:hover .aff-disclosure-icon svg path {
		fill: #A01D1D;
	}
/* END Disclosure */ 

@media screen and (max-width: 520px) {
	body .is-layout-flow > .alignright {
		width: 100%;
		float: none;
	}
	body .is-layout-flow > .alignleft {
		width: 100%;
		float: none;
	}
	.latest-cw-head .view-more-posts {
		    font-size: 12px;
	}
	.latest-cw-head h2 {
		font-size: 20px;
	}
}

/* Mobile menu */

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #222323;
    color: #fff;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .current-menu-item a {
    border-bottom: 2px solid #ee4054 !important;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu li a {
    border-bottom: transparent !important;
}

.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
	font-weight: bold;
	color: #000000;
}
@media screen and (max-width: 580px) {
	.wp-site-blocks, body.logged-in .wp-site-blocks {
		margin-top: 47px !important;
	}
	
	body.logged-in .wp-site-blocks {
		margin-top: 42px !important;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-navigation ul, .wp-block-navigation ul li, .wp-block-navigation ul li a {
		width: 100%;
	}
	ul.wp-block-navigation {
		padding-top: 20px !important;
	}
	
	.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
		color: #ee4054;
	}
	.wp-block-navigation-item__content {
		padding: 6px 0 !important; 
	}
 header .wp-block-navigation .wp-block-navigation-item {
        justify-content: center;
    }

    header .wp-block-navigation ul li {
        width: 100%;
    }

    header .wp-block-navigation .wp-block-navigation__submenu-icon {
        height: auto;
        width: auto;
        position: absolute;
        border: 1px solid #ccc;
        padding: 3px;
        right: 0;
        top: 4px;
    }

    header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        display: none;
        width: 100%;
    }

    header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
        display: block;
    }

    /* Default style for the indicator */
    header .wp-block-navigation__submenu-icon svg {
        transition: transform 0.3s ease; /* Smooth rotation */
    }

    /* When the submenu is opened, apply the rotation */
    header .wp-block-navigation__submenu-icon.rotated svg {
        transform: rotate(180deg); /* Rotate the icon 180 degrees */
    }
}


/* toplist */
.home-toplist .article-row {
    background-color: #FAFAFA;
    margin-bottom: 25px;
    border-radius: 5px;
    width: 100%;
    border: 2px solid #DADADA;
    position: relative;
	padding: 19px 8px 10px 8px;
	filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.08));
}

.home-toplist .article-row-top {
    display: grid;
    grid-template-columns: 360px 330px 1fr;
    column-gap: 25px;
    width: 100%;
	grid-template-areas:
		"left middle right";
}

.columncollapser {
    display: flex;
    width: 100%;
    align-items: center;
}

.only-mobile {
    display: none;
}

.columncollapser .column-btn {
    width: 25%;
    padding: 15px 25px;
}

.columncollapser .column-icons {
    width: 75%;
    padding: 15px 25px;
}

.tl-thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	position: relative;
	margin-bottom: 10px;
}

.cta-img-wrap .tl-thumb {
    max-width: 220px;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(180deg, #FF9900 0%, #DD6A00 100%); */
    border-radius: 4px;
    margin: 10px auto;
}

.hbuttons a {
    border-radius: 5px !important;
}

.home-toplist .tl-thumb img {
    margin: 0;
	position: relative;
	width: 100%;
}
.bannertop {
    position: absolute;
    color: #ffffff;
    left: 18px;
    bottom: 37%;
    font-size: 87%;
}
.bannermiddle {
    position: absolute;
    color: #FF003D;
    font-weight: bold;
    left: 18px;
    bottom: 11%;
    font-size: 200%;
}
.bannermiddle span {
    font-size: 18px;
}
.bannerbottom {
    position: absolute;
    color: #fff;
    bottom: 2%;
    left: 18px;
    font-size: 65%;
}
.ribbon {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 85px;
    height: 85px;
    background: #FAFAFA;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background-image: url('/wp-content/uploads/2024/09/exclusive.svg');
    background-position: 45px 9px;
    background-size: 35px;
    background-repeat: no-repeat;
}

.article-row:first-child {
    margin-top: 30px;
}

.two.show-top3 .article-row:nth-child(1)::before {
	content: "1st";
	position: absolute;
	width: 59px;
	height: 59px;
	left: -11px;
	top: -19px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #FFD089 0%, #FF9900 100%);
	border: 4px solid #FAFAFA;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px #DE8A0C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 1;
}

.two.show-top3 .article-row:nth-child(2)::before {
	content: "2nd";
	position: absolute;
	width: 59px;
	height: 59px;
	left: -11px;
	top: -19px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #FAFAFA 0%, #9F9F9F 100%);
	border: 4px solid #FAFAFA;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px #8E8E8E;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 1;
}

.two.show-top3 .article-row:nth-child(3)::before {
	content: "3rd";
	position: absolute;
	width: 59px;
	height: 59px;
	left: -11px;
	top: -19px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #FFD089 0%, #904B25 100%);
	border: 4px solid #FAFAFA;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px #DE8A0C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 1;
}

.tl-thumb-bottom {
    display: grid;
    grid-template-columns: 1fr 125px;
	column-gap: 30px;
}
.col-l {
    padding-left: 14px;
}
.col-l span {
    display: block;
}
.casinoname {
    font-size: 16px;
    font-weight: bold;
}
.btext {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
    background-color: #ffc800;
    display: inline-block;
    max-width: max-content;
    padding: 2px 8px;
}
.ratingbox {
    text-align: center;
}
.ratingbox span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.home-toplist .star-rating {
    float: none;
    height: auto;
    border-radius: 20px;
    padding: 0px 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 10px auto;
    border: 1px solid #FF9900;
}

.ratingbehindstars {
    font-size: 14px;
}

a.oranje {
    background: #FC8B00;
    color: #000000;
    padding: 10px;
    text-decoration: none;
    border-radius: 3px !important;
    box-shadow: 0px 4px 4px rgba(255, 153, 0, 0.2);
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #FFFFFF;
}

a.oranje:hover {
    opacity: 0.8;
    color: #000000 !important;
}
.toplist_wrapper.two .hbuttons .casinohb2 img {
    display: inline-block;
	vertical-align: -1px;
}
.toplist_wrapper.two .hbuttons .casinohb2 img:first-child {
    margin-left: 10px;
}
a.grijs {
    background-color: #585858;
    color: #ffffff;
    padding: 11px 15px;
    text-decoration: none;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    display: block;
}

a.grijs:hover {
    opacity: 0.8;
    color: #ffffff;
}

.payment-method.toplist {
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.payment-method {
    font-size: 14px;
}

.payment-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

.payment-images-show {
	width: 36px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    background: #D9D9D9;
    border-radius: 5px;
    cursor: pointer;
}

.payment-images-show span {
    font-weight: bold;
    padding-bottom: 5px;
}

.payment-method img {
    display: block;
    border-radius: 3px;
}

.payment-title {
    min-width: 89px;
}

.column.left {
    grid-area: left;
}

.column.middle {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
	grid-area: middle;
}

.column.right {
    grid-area: right;
}

.people-liked, .bonusul {
    padding: 0;
}

.people-liked {
    padding-left: 10px !important;
}

.column-icons {
    margin-top: 10px;
	margin-bottom: 4px;
    padding: 0;
}

.terms {
    margin-top: 5px;
}

.smalltext {
    font-size: 14px;
    font-weight: bold;
}

span.tc {
    font-size: 9px;
    line-height: 1.4;
    display: block;
}

.people-liked ul {
    margin-left: 0 !important;
    margin-bottom: 0;
    padding:0;
}

.people-liked li {
    line-height: 20px;
    list-style-type: none !important;
    text-align: left;
    font-size: 14px;
}

.people-liked li:before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/09/checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: 0px;
}

.home-toplist .star-rating .star {
    font-size: 18px;
    width: 18px;
}

.termsbutton {
    display: block;
    max-width: 115px;
    margin-top: 15px;
}

.home-toplist .collapseomatic {
    background-position-y: 4px;
    background-size: 7%;
}

.home-toplist .collapseomatic_content {
    font-size: 14px;
}

.bonusul {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    margin: 0;
}

.bonusul li {
    list-style-type: none !important;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
	font-weight: bold;
    color: #000;
}

a.leftreview {
    font-size: 12px;
    display: block;
    text-decoration: none;
    width: 100%;
    background: #fff;
    color: #000;
    border: 2px solid #FF9900;
    box-shadow: 0px 4px 4px rgba(255, 153, 0, 0.2);
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.collapsebutton {
    display: none;
}

/* filter */
.filter-text {
    text-align: left;
    margin: 0 0 20px;
}

.toplist-filter {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
}

.toplist-filter ul {
    display: inline-block;
    margin-left: 26px;
    margin-bottom: 0;
}

.toplist-filter ul li {
    display: inline-block;
}

.filter {
    display: inline-block;
    margin-right: 100px;
    cursor: pointer;
}

.toplist-filter ul li:last-child .filter {
    margin-right: 0;
}

.filter-icon {
    display: inline-block;
}

.filter-icon {
    transition: transform .8s ease-in-out;
}

.filter-icon.exbonus img {
    margin-top: 5px;
}

.filter.active .filter-icon img {
    max-width: 43px;
}

.filter:hover .filter-icon {
    transform: rotate(360deg);
}

.filter span {
    display: block;
}

.filter-icon {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
}

.filter.active .filter-icon {
    background-size: 43px 43px;
    width: 43px;
    height: 43px;
}

.filter-icon.bonus {
    background: url(/wp-content/uploads/2019/01/bonus.svg);
}

.filter.active .filter-icon.bonus {
    background: url(/wp-content/uploads/2019/01/bonus-hover.svg);
}

.filter-icon.freespins {
    background: url(/wp-content/uploads/2019/01/freespins.svg);
}

.filter.active .filter-icon.freespins {
    background: url(/wp-content/uploads/2019/01/freespins-hover.svg);
}

.filter-icon.popular {
    background: url(/wp-content/uploads/2019/01/heart.svg);
}

.filter.active .filter-icon.popular {
    background: url(/wp-content/uploads/2019/01/heart-hover.svg);
}

.filter-icon.new {
    background: url(/wp-content/uploads/2019/01/newcasino.svg);
}

.filter.active .filter-icon.new {
    background: url(/wp-content/uploads/2019/01/newcasino-hover.svg);
}

.filter-icon.exbonus {
    background: url(/wp-content/uploads/2019/01/exclusive.svg);
}

.filter.active .filter-icon.exbonus {
    background: url(/wp-content/uploads/2019/01/exclusive-hover.svg);
}

/* end filter */
/* end toplist */

/* toplist if sidebar exists */
.content-sidebar .column.left {
    width: 46%;
    padding: 0;
    min-height: 210px;
}

.content-sidebar .columncollapser {
    width: 56%;
}

.content-sidebar .column.right {
    width: 66%;
}

.content-sidebar .column.middletwo {
    display: none;
}

.content-sidebar .column.middlethree {
    display: none;
}

.content-sidebar .column.middle {
    width: 100%;
}

.content-sidebar .bonusul li {
    list-style-type: none !important;
}

.content-sidebar .bonusul {
    margin-left: 13px !important;
}

/* end toplist if sidebar exists */

@media (min-width: 590px) and (max-width: 1170px) {
	.home-toplist .article-row-top {
        grid-template-columns: 378px 1fr; /* Two columns for the left and middle */
        grid-template-areas: 
            "left middle"
            "right right"; /* Move the right column (buttons) below the middle column */
    }
	.column.right {
        margin-top: 20px; /* Add some spacing for the buttons below the middle column */
    }
}

@media (max-width: 768px) {
     /* home toplist */
    /* filter */
    .toplist-filter ul {
        margin-left: 0;
    }

    .filter {
        margin-right: 16px;
    }

    .filter-title {
        font-size: 14px;
        font-weight: bold;
    }

    /* end filter */
    .columncollapser {
        display: none;
    }

    .collapsebutton {
        text-align: center;
        padding: 10px 0;
    }

    .payment-images {
        justify-content: center;
    }

    .arrow-down-toplist {
        vertical-align: -5px;
    }

    .collapsebutton.activecollapse .arrow-down-toplist svg{
        vertical-align: -5px;
        transform: rotate(180deg);
    }

    .collapsebutton {
        display: block;
        cursor: pointer;
    }

    .filter-text {
        max-width: none;
    }

    .home-toplist .article-row {
        display: block;
		padding: 3px 8px 19px 8px;
		/* below is to break div out of wrap to make toplist a bit wider on mobile */
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }

    .landing-page .site-inner {
        padding-top: 20px;
    }

    .home-toplist .article-row-top {
        flex-wrap: wrap;
		display: block;
    }

    .column.left {
        width: 100%;
        position: relative;
        padding-top: 5px;
    }
	
	.bannertop {
		left: 10px;
		bottom: 38%;
		font-size: 70%;
	}
	.bannermiddle {
		font-size: 200%;
		left: 10px;
		bottom: 9%;
	}
	.bannerbottom {
		bottom: 2%;
		left: 10px;
		font-size: 59%;
	}
	.tl-thumb-bottom {
		grid-template-columns: 1fr 107px;
		margin-bottom: 5px;
	}
	.btext {
		margin-bottom: 9px;
	}
	.col-l {
		padding-left: 0;
	}
	.ratingbox span {
		min-width: 100px;
	}
	.home-toplist .ratingbox {
		justify-content: flex-start;
	}
	.bonusul {
		margin-bottom: 15px !important;
		max-width: 100%;
	}
	.people-liked {
		margin-bottom: 18px;
	}
	.column-icons {
		margin-bottom: 18px;
	}
	.casino-header {
		min-height: auto;
		padding: 20px 0 0;
	}
    .casino-header-bonus p {
        font-size: 17px;
    }

    .column.middle, .column.middletwo, .column.middlethree, .column.right, .columncollapser .column-btn, .columncollapser .column-icons {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .only-mobile {
        display: block;
    }

   	.only-desktop {
        display: none !important;
    }
	
	.column-btn a.leftreview {
		background: transparent;
		box-shadow: none;
		border: 0;
	}

    .home-toplist .hbuttons {
/*
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
*/
		
    }

    /* end home toplist */

    /* toplist if sidebar exists */
    .content-sidebar .column.left {
        width: 100%;
    }

    .content-sidebar .column.right {
        width: 100%;
    }

    .content-sidebar .column.middletwo {
        display: block;
    }

    .content-sidebar .column.middlethree {
        display: block;
    }

    /* end toplist if sidebar exists */
}

.arrows-carousel {
		display: none;
	}

/* General Mobile Carousel*/
@media screen and (max-width: 768px) {
	.casinoname {
		font-size: 14px;
	}
	.people-liked li {
		font-size: 12px;
	}
	.mb_carousel {
		position: relative;
	}
	.mb_carousel_wrap {
	  width: 100%;
	  height: auto;
	  display: flex;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  overflow-y: hidden;
	  scroll-behavior: smooth;
	  -webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 10px;
		
	}
	.mb_carousel_item {
		min-width:310px;
		height: auto !important; 
		margin: 0 !important;
	}
    .mb_carousel_wrap::-webkit-scrollbar {
	  width: 2px;
	  height: 2px;
	  background-color: #969696;
	}

	.mb_carousel_wrap::-webkit-scrollbar-thumb {
	  background-color: #00416F;
	}
	
	.arrows-carousel {
		cursor: pointer;
		display: block;
		width: 100%;
		position: absolute;
    	top: 50%;
	}
	
	.arrows-carousel .left {
		position: absolute;
		top: 0;
		 bottom: 0;
		left: -10px;
	}
	
	.arrows-carousel .right {
		position: absolute;
		top: 0;
		 bottom: 0;
		right: -10px;
	}

}

.casino-header-btn {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 10px auto 25px;
}

@media screen and (max-width: 768px) {
    .casino-header-btn {
        flex-wrap:wrap;
        margin: 5px auto 0px;
	}
}

.content-sidebar-wrap.table-section-rev .casino-header-btn {
    margin: 10px auto 0px;
}

.content-sidebar-wrap.table-section-rev .casino-header-btn p {
    margin-bottom: 10px;
}

.casino-header-btn .casinohb {
    border-radius: 5px;
    min-width: 300px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #505050;
}

.casino-header-btn .casinohb-orange {
    background: linear-gradient(180deg,#f90 0%,#dd6a00 100%);
    border: 1px solid #fff;
    margin-top: 0;
    color: #000;
    padding: 0 7em !important;
}

.casino-header-bonus {
    padding: 15px;
    background: #fff5ea;
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 15px;
}


a.button.huge .reviewbonusses {
    color: #000;
    font-size: 20px;
}

a.button.huge {
    height: auto;
    width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 0px 1px 0px;
    text-align: center;
    line-height: 2.3;
    padding: 12px 40px;
    margin: 10px auto;
    display: table;
    border-radius: 3px;
    white-space: pre-wrap;
    text-align: center;
}

a.button.huge:hover {
    opacity: 0.8;
}

a.button.huge .reviewbonusses {
    color: #000;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	a.button.huge .reviewbonusses {
		font-size: 14px;
	}

}


a.button.huge .whitebutton {
    color: #000;
    padding: 10px;
    background: #FC8B00;
    border: 2px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(255, 153, 0, 0.2);
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
    max-width: 400px;
    width: 100%;

}

.whitebutton:hover {
    opacity: .8;
}


a.button.huge .whitebutton {
    color: #000;
    padding: 10px;
    background: #fc8b00;
    border: 2px solid #fff;
    box-shadow: 0px 4px 4px rgba(255,153,0,.2);
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.whitebutton:hover {
    opacity: .8;
}

.table-review-h {
    text-align: center;
    border: none;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.table-review-h:before,.table-review-h:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 2px;
    content: " ";
    background-color: #f90;
}

.table-review-h:before {
    margin-left: -50%;
    text-align: right;
}

.table-review-h:after {
    margin-left: 2%;
    text-align: left;
}

/*  Game mini review */

.game-minireview {
    margin: 15px 0;
}

.game-minireview_box {
    background: #FFF5EA;
    border: 2px solid #FF9900;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
    padding: 20px;
}

.game-minireview_img {
    width: 100%;
    height: 274px;
    background-size: cover;
    background-position: center center;
}

.game-minireview_btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.game-minireview_btn a {
    background: #FF9900;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}

.game-minireview_btn a:hover {
    opacity: .8;
}

.game-minireview_casinos h3 {
    border-bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.game-minireview_casinos h3:before, .game-minireview_casinos h3:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 2px;
    content: '\a0';
    background-color: #FF9900;
}

.game-minireview_casinos h3:before {
    margin-left: -50%;
    text-align: right;
}

.game-minireview_casinos h3:after {
    margin-left: 2%;
    text-align: left;
}

@media screen and (max-width: 768px) {
	.game-minireview_casinos h3:before {
		content: none;
	}
	.game-minireview_casinos h3 {
		margin-bottom: 15px;
	}
	.game-minireview_casinos h3:after {
		position: absolute;
		bottom: 0;
		left: 0;
		top: inherit;
		width: 100%;
	}
}

.game-minireview_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 680px;
    margin: 0 auto;
}

.game-minireview_casino {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
	border-radius:5px;
}

.game-minireview_casino img {
    width: 100%;
}

@media screen and (max-width: 480px) {
	.game-minireview_casino {
		padding: 5px;
	}
}

/* END Game mini review */

/*  Deposits minireview */
.deposit-minireview_box {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin: 20px 0 30px;
}

.deposit-minireview_desc {
	margin-top: -20px;
}

.deposit-minireview_desc ul {
    margin-bottom: 5px;
}

.deposit-minireview_desc ul li {
    font-size: 14px;
    line-height: 16px;
}

.deposit-minireview_desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.deposit-minireview_procons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.deposit-proscons {
    padding: 10px;
    border: 1px solid #FF9900;
    box-shadow: 0px 1px 0px #B96500;
    border-radius: 5px;
}

.deposit-proscons_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #0AA656;
    margin-bottom: 10px;
}

.deposit-minireview_img img {
    width: 100%;
    border-radius: 5px;
}

.deposit-cons .deposit-proscons_title {
    color: #C03D11;
}

.deposit-proscons ul {
    margin: 0;
    margin-left: 25px;
}

.deposit-proscons ul li {
    font-size: 12px;
    line-height: 14px;
}

@media screen and (max-width: 768px) {
    .deposit-minireview_box {
        display: flex;
        flex-wrap: wrap;
    }

    .deposit-minireview_box-left {
        width: 100%;
        order: 1;
    }

    .deposit-minireview_img {
        width: 100%;
        order: 0;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 480px) {
    .deposit-minireview_procons {
        grid-template-columns: 1fr;
    }
}

/* END Deposits minireview */