/* Site custom styles (moved from Customizer) */

/* --- Table of contents --- */
.custom-toc {
	margin-bottom: 25px;
	width: 300px;
	float: right;
	margin-left: 20px;
}

.custom-toc h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

.custom-toc ul {
	list-style: none;
	margin: 0 !important;
	padding: 10px 20px 10px 10px !important;
	border-radius: 10px 10px 0 0 !important;
}

.custom-toc li {
	margin-bottom: 5px;
	font-size: 13px;
	list-style: none;
}

.custom-toc li a {
	color: #606060;
}

.custom-toc ul > li::marker {
	content: none !important;
}

.custom-toc li::before {
	content: "●";
	margin-right: 10px;
	color: #606060;
	font-size: 12px;
}

.custom-toc .toc-hidden-item {
	display: none;
}

.custom-toc.expanded .toc-hidden-item {
	display: list-item;
}

.toc-expand-button {
	background: #fafafa !important;
	border: none;
	color: #333;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: auto;
	padding: 5px 0 !important;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 0 0 10px 10px;
}

/* --- Layout & global --- */
body {
	background: #f2f2f2;
}

#content {
	background: #fff;
}

.wrapper {
	padding: 1.5rem 0;
	margin: 0 0.75rem;
}

h1 {
	margin-top: 1rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1020px;
	padding-right: var(--bs-gutter-x, 1.25rem);
	padding-left: var(--bs-gutter-x, 1.25rem);
}

.visit-link {
	display: block;
	font-size: 18pt;
	text-align: center;
	text-decoration: underline;
}

/* --- Navbar --- */
#wrapper-navbar {
	background: #000;
}

.navbar-brand {
	padding: 0.3125rem 0 !important;
	padding-top: 0;
}

.navbar-brand img,
.img-fluid {
	max-width: 160px;
}

.navbar-brand img,
.navbar-brand .img-fluid {
	width: auto;
	height: 40px;
	max-width: 160px;
	min-width: 0;
}

.navbar-toggler {
	border: none !important;
	padding: 0 !important;
}

.bg-primary {
	background: #000 !important;
}

#main-nav {
	border-bottom: 2px solid #d21034;
}

.dropdown-menu {
	background: none !important;
	border: none !important;
}

.dropdown-menu .menu-item {
	background: #333 !important;
}

.dropdown-menu .menu-item:hover,
.dropdown-menu .menu-item a:hover {
	background: #333 !important;
}

.dropdown-menu .menu-item:hover {
	color: #ccc;
}

.dropdown-menu .menu-item a {
	color: #ccc;
	border-top: 1px solid #e82a2c;
	padding: 7px !important;
}

.dropdown-menu .menu-item a:hover {
	color: #fff !important;
}

/* --- Pros / cons --- */
.pros-cons-box.pros-cons-casino {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.casino-pros,
.casino-cons {
	width: 50%;
}

.casino-pros {
	background: #00a6120d;
}

.casino-cons {
	background: #ff00000a;
}

.casino-pros ul,
.casino-cons ul {
	padding: 1em 2em 0.1em 2em;
}

.casino-pros ul li,
.casino-cons ul li {
	padding: 0.2em;
}

.pros-name {
	background-color: #b2f2ac;
	color: #000;
	text-align: center;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 600;
}

.cons-name {
	background-color: #f2acac;
	color: #000;
	text-align: center;
	padding: 8px 0;
	font-size: 18px;
	font-weight: 600;
}

/* --- Entry content lists --- */
.entry-content ul {
	background: #f2f2f2;
	padding: 10px 30px;
	margin-top: 20px;
	border-radius: 10px;
}

.entry-content ul li {
	margin: 10px;
}

.entry-content ul > li::marker {
	color: #007a3d;
	content: "◉  ";
	font-size: 1.2em;
}

/* --- Footer --- */
#wrapper-footer {
	background: #006633;
	margin: auto;
}

.site-footer {
	font-weight: 100;
	font-size: 14px;
	color: #f2f2f278;
}

.site-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content: initial;
	gap: 10px;
}

.foot-links img {
	border-radius: 50px;
	margin: 0 5px;
	outline: 3px solid #00000024;
	outline-offset: 0;
}

.footer-info span img {
	margin-left: 10px;
}

.contenet_menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
	background: #fbfbfb;
	padding: 20px;
	box-shadow: 0 0 0 1px #dfdfdf;
}

.contenet_menu a {
	color: #089e49;
	text-decoration: none;
}

.content_header {
	text-align: center;
	background: #dfdfdf;
	padding: 5px;
	margin: 15px 0 0;
	box-shadow: 0 0 0 1px #dfdfdf;
	text-transform: uppercase;
}

/* --- Language switcher --- */
.langs-holder {
	position: relative;
	float: right;
}

.langs-holder img {
	width: 30px;
}

.langs-holder > span {
	cursor: pointer;
}

.langs-holder > span::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	transform: rotate(180deg);
}

.langs-list {
	border-radius: 0;
	padding: 2px 5px 2px 40px;
	background: #595959;
	list-style: none;
	margin: 0 auto;
	display: block;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.4s;
}

.langs-list li {
	display: inline-block;
	margin: 5px;
	border-radius: 7px;
	padding: 0;
}

.langs-list li:not(:last-child) {
	display: none;
}

.langs-list li.close-list {
	display: none;
}

.langs-list li a {
	display: inline-block;
	color: #323232;
	text-decoration: none;
}

.langs-list li a img {
	border-radius: 3px;
}

.langs-list::after {
	cursor: pointer;
	color: #fff;
	content: "\276F";
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 14px;
	background: #4a4a4a;
	text-align: right;
	line-height: 16px;
	padding: 3px 6px 4px 7px;
	transition: 0.4s;
	transform: rotate(180deg);
}

.langs-list.active::after {
	transform: rotate(0deg);
}

.langs-list.active li {
	display: inline-block;
}

/* --- Casino list --- */
.casino-list {
	padding-top: 10px;
}

.casino-row {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 1.7fr 1fr 1fr;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	background-color: #f0eff8;
	border: 1px solid #cecece;
}

.casino-row .counter {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 2px 6px;
	font-size: 10px;
	color: #000;
	background: #fff;
}

.casino-row .name {
	display: flex;
	align-items: center;
	width: 250px;
}

.casino-row .name a {
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #0f2b3c;
	text-align: center;
	text-decoration: none;
}

.casino-row .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 100px;
	overflow: hidden;
}

.casino-row .logo img {
	max-height: 60px;
	padding: 15px;
}

.casino-row .bonus span {
	font-size: 10px;
	color: grey;
}

.casino-row .bonus h4 {
	margin: 5px auto;
	font-size: 18px;
	line-height: 15px;
	font-weight: 700;
	color: #063;
	text-transform: uppercase;
}

.casino-row .bonus a {
	font-size: 15px;
	line-height: 10px;
	color: #1db954;
	font-weight: 600;
	text-decoration: none;
}

.casino-row .btn-holder {
	text-align: center;
}

.casino-row .btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #d21034;
	border-radius: 2px;
}

.casino-row .read-review {
	display: block;
	color: #606060;
	font-size: 16px;
}

.btn_link {
	display: block;
	color: grey;
	font-size: 12px;
}

.casino-row .rating-holder {
	display: flex;
	align-items: center;
}

.casino-row .rating-text {
	display: inline-block;
	margin-right: 12px;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #b7b7b7;
	border-radius: 50px;
}

.casino-row .rating {
	position: relative;
	display: inline-block;
	width: 122px;
	height: 22px;
}

.casino-row .rating .empty-icon,
.casino-row .rating .rated-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='%23FFCC00' opacity='0.3' d='M11.5.3l2.6 6.3 6.7.6c.5 0 .7.6.3.9L16 12.7l1.5 6.7c.1.5-.4.8-.8.6L11 16.4l-5.7 3.5c-.4.2-.9-.1-.8-.6L6 12.7.9 8.2c-.3-.3-.1-.9.3-1l6.7-.6 2.6-6.3c.2-.4.8-.4 1 0z'/%3E%3C/svg%3E") 0 / 24px 100%;
}

.casino-row .rating .rated-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='%23FFCC00' d='M11.5.3l2.6 6.3 6.7.6c.5 0 .7.6.3.9L16 12.7l1.5 6.7c.1.5-.4.8-.8.6L11 16.4l-5.7 3.5c-.4.2-.9-.1-.8-.6L6 12.7.9 8.2c-.3-.3-.1-.9.3-1l6.7-.6 2.6-6.3c.2-.4.8-.4 1 0z'/%3E%3C/svg%3E");
}

.casino-row .rating .empty-icon {
	filter: grayscale(100%) invert(20%) saturate(10%);
}

.casino-row .stars {
	position: relative;
}

.casino-row .stars span,
.casino-row .mobile-rating span {
	position: absolute;
	top: 4px;
	z-index: 1;
	height: 20px;
	background: #ffdd6d;
}

.casino-row .stars img,
.casino-row .rating img {
	position: relative;
	z-index: 2;
	width: 20px;
	height: 20px;
}

/* --- FAQ / casino section --- */
.casino-section {
	padding-bottom: 10px;
}

.casino-section h2 {
	margin-bottom: 15px;
}

.casino-section .accordion {
	padding: 0;
	font-weight: 700;
	color: #9b5151;
	text-transform: uppercase;
	background: none;
	border: none;
}

.questioncontainer {
	margin: 15px 0;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 0 10px #d7d7d7;
}

.panel {
	padding-top: 5px;
}

.panel p {
	margin: 0;
}

/* --- Desktop --- */
@media (min-width: 768px) {
	.footer-info {
		display: flex;
		justify-content: space-between;
	}

	#navbarNavDropdown.navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		font-size: 15px;
	}

	.dropdown-item {
		font-size: 14px;
	}

	.casino-row .rating img {
		display: none;
	}

	.casino-row .mobile-rating > span {
		display: none;
	}
}

/* --- Mobile --- */
@media (max-width: 768px) {
	.custom-toc {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.img-fluid {
		max-width: 120px;
	}

	.site-info img {
		max-height: 30px;
		max-width: 85px;
	}

	.footer-info {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}

	.contenet_menu {
		display: block;
		padding: 10px;
	}

	.pros-cons-box.pros-cons-casino {
		display: block;
		margin-bottom: 20px;
	}

	.casino-cons,
	.casino-pros {
		width: 100%;
	}

	.langs-list {
		height: auto;
	}

	.langs-list.active li:last-child {
		display: none;
	}

	.langs-holder {
		display: inline-block;
		float: none;
		margin-top: 20px;
	}

	.web-langs {
		text-align: center;
	}

	.casino-list {
		margin: -10px 0 30px;
	}

	.casino-row {
		display: block;
		margin: 20px 0 35px;
		padding: 10px;
	}

	.casino-row .name {
		padding-bottom: 15px;
		box-shadow: 0 1px 0 #f0f0f0;
	}

	.casino-row .bonus {
		padding: 10px 0;
		text-align: center;
	}

	.casino-row .bonus h4 {
		margin: 5px auto;
		font-size: 16px;
	}

	.casino-row .rating-holder {
		position: absolute;
		top: 6px;
		right: 10px;
		padding-right: 8px;
		background: #fff;
		border-radius: 7px;
	}

	.casino-row .rating {
		width: 26px;
		height: 18px;
	}

	.casino-row .rating-text {
		margin: 0;
		padding: 5px 7px 5px 10px;
		font-size: 16px;
		color: #292929;
		background: transparent;
	}

	.casino-row .mobile-rating {
		position: relative;
		margin-left: 7px;
	}

	.casino-row .mobile-rating span {
		top: 2px;
	}

	.casino-row .stars {
		display: none;
	}

	.casino-row .btn {
		display: block;
	}

	.dropdown-menu {
		display: block !important;
	}

	.contenet_menu li {
		padding: 5px 0;
	}

	#main-menu li {
		border-top: 1px solid #707070 !important;
	}

	.navbar-brand .img-fluid {
		height: 30px !important;
	}

	body .navbar-dark .navbar-toggler,
	body .navbar-dark .navbar-toggler-icon {
		border: none !important;
		box-shadow: none;
	}

	.submenu {
		background-image: none;
	}

	body .nav-link {
		background: #333;
	}

	body .dropdown-menu .menu-item,
	body .dropdown-menu .menu-item a:hover,
	body .dropdown-menu .menu-item:hover,
	body div #navbarNavDropdown li a:focus,
	body div #navbarNavDropdown li a:active {
		background: #333 !important;
	}

	body .dropdown-menu .menu-item a {
		margin-left: 10px !important;
		color: #a3a3a3;
	}

	body .dropdown-menu .menu-item a:hover,
	body .dropdown-menu .menu-item:hover,
	body div #navbarNavDropdown li a:focus,
	body div #navbarNavDropdown li a:active {
		color: #5f5f5f !important;
	}

	body .navbar-nav .dropdown-menu {
		position: relative;
		margin: 0;
		padding: 0;
		background-color: #464646 !important;
		border-radius: 0;
	}

	body .navbar-nav .dropdown-menu li {
		padding-top: 0;
	}

	body .navbar-nav .dropdown-menu li:last-child {
		border-bottom: none;
	}

	body #navbarNavDropdown li a {
		padding-left: 10px !important;
	}

	body #navbarNavDropdown li a.dropdown-toggle {
		width: 80%;
	}

	body #navbarNavDropdown li a:focus,
	body #navbarNavDropdown li a:active {
		background: #464646 !important;
	}

	.dropdown,
	.dropend,
	.dropstart,
	.dropup {
		position: inherit;
	}

	body li.dropdown {
		position: relative;
		border-top: 1px solid #707070;
	}

	body li.dropdown a {
		border-top: none !important;
	}

	.dropdown-toggle::after {
		display: none;
	}
}
