body {
	hyphens: none;
}

.breadcrumbs-wrapper {
	background-color: #2c3e50;
}

.breadcrumb-separator i::before,
.breadcrumbs-wrapper span,
.footer-section,
.footer-widgets .widget > h3,
.icon-btn,
.widget ul:not(.review-pros, .faq-list) a {
	color: #c8c8c8;
}

.general-content-header-btn {
	text-align: center;
	margin: 30px auto;
}

.header-top {
	padding: 0;
}

.header-top-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.review-logo:not(.review-logo--rounded) {
	background-color: #000;
	padding: 0 10px;
}

.review-box--narrow .review-box-meta {
	margin-bottom: 0;
	border-bottom: none;
}

.review-logo--rounded > img {
	border-radius: 2px;
}

.review-logo > img {
	width: 100%;
	height: auto;
}

.review-box-tags ul > li::before {
	display: none;
	color: #4a5b68;
}

.review-box-tags ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	margin: 0 0 5px;
	padding-left: 0;
}

.review-box-tags ul li,
span.badge-promo {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	position: relative;
	padding: 5px 8px;
	border-radius: 4px;
	height: 22px;
	margin: 2px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

span.badge-promo {
	background: #2c3e50;
	width: fit-content;
}

.review-box-tags ul li.badge-default {
	background: #809390;
}

.review-box-tags ul li.badge-verified {
	background: #27ae60;
}

.review-box-tags ul li.badge-recommended {
	background: #8e44ad;
}

.review-box-tags ul li.badge-visa-mastercard {
	background: #d35400;
}

.review-box-tags ul li.badge-bonus {
	background: #2980b9;
}

.review-box-tags ul li.badge-best-mystery-box,
.review-box-tags ul li.badge-top3 {
	background: #16a085;
}

.review-box-tags ul li.badge-checked {
	background: #8e44adce;
}

.review-box-tags .bonus__promo-code {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	text-align: right;
}

.review-box-tags .bonus__promo-code p {
	margin: 0 10px 0 0;
}

.review-box-tags .bonus__title {
	color: #fff;
	transition: .2s;
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}

.review-box-tags .bonus__title {
	color: #000;
	transition: .2s;
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.review-box-tags .promo-code {
	background: rgba(0, 0, 0, .1);
	border: 1px dashed rgba(0, 0, 0, .4);
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	color: #115d15;
	opacity: .8;
	padding: 3px;
	min-width: 120px;
	cursor: pointer;
	transition: .2s;
	margin: 3px 0;
	position: relative;
}

.review-box-tags .show__code {
	position: absolute;
	background: #5bb668;
	color: #fff;
	top: 0;
	left: 0;
	width: 85%;
	height: 20px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: .2s;
	font-size: 12px;
	border-top-right-radius: 4px;
}

.review-box-tags .show__code::after {
	content: "";
	display: block;
	background: #40924b;
	position: absolute;
	width: 26px;
	height: 20px;
	border-radius: 50%;
	top: -10px;
	right: -12px;
	transform: rotate(45deg);
}

.review-box-tags .promo-code-copied {
	display: none;
	padding: 5px 10px;
	background-color: #13171e;
	border: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	text-align: left;
	border-radius: 6px;
	z-index: -1;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 100%;
	top: -3px;
	font-size: 10px
}

.review-box-tags .promo-code-copied::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #2b2f35;
	top: 6px;
	left: -12px;
	transform: rotate(-90deg);
}

.review-box-affiliate-desc {
	font-size: 1.3rem;
	line-height: 1.125;
	text-align: center;
	margin: 35px 0 15px;
	font-weight: 600;
}

.review-box-actions .btn {
	cursor: pointer;
}

.review-box-info ul li.review-pro-item,
.review-box-info ul li.review-pro-item:before {
	color: green;
}

.review-box-info ul li.review-con-item {
	color: #be4444;
}

.review-box-bonus-code {
	display: inline-flex;
	align-items: center;
}

.review-box-bonus-code .badge-promo {
	margin-left: 15px;
	cursor: pointer;
}

.review-pros-cons ul li {
	font-size: 1rem;
}

.affiliate-more-info-block-hidden {
	max-height: 0;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}

.affiliate-more-info-block-show {
	/*max-height: 900px;*/
	transition: max-height 0.15s ease-in;
}

.affiliate-more-info-title {
	font-size: var(--h4-font-size);
	line-height: var(--headings-line-height);
	color: var(--boxes-text-color);
	font-weight: var(--headings-font-weight);
	margin: var(--h3-margin) 0;
	text-align: center;
}

.review-cta-wrapper--sticky {
	margin-top: 75px;
}

.review-box-wrap {
	background: #e8ecf2;
	overflow: hidden;
}
.review-box {
	box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
	background: #f0f3f7;
}
.review-box--narrow .review-box-actions {
	background-color: #e8ecf2;
	border-radius: 0;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
.review-box + .review-box {
	margin-top: 20px;
}

.article-btn-container,
.review-item-title {
	text-align: center;
}

.review-item-title h3 {
	font-size: 1.3125rem !important;
	color: var(--boxes-text-color) !important;
	margin: 0 0 10px !important;
	word-break: break-all;
}

.review-box-social-media li {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.55;
	font-weight: 400;
	color: var(--boxes-text-color);
	margin-bottom: 5px;
	word-break: break-all;
}

.review-box-social-media li a {
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 1.125;
	color: var(--text-color) !important;
	font-weight: 700;
	margin-top: 3px;
}

.review-box-social-media li:before {
	content: none !important;
}

ul.review-box-social-media {
	padding-left: 0;
}

.wp-block-poka-affiliate-table, .wp-block-poka-affiliate-single {
	margin-bottom: 20px;
}

.general-content-header {
	background-image: linear-gradient(#2c3e50, rgba(44, 62, 80, 0.5));
	background-position: center 100%;
	background-repeat: no-repeat;
	padding: 20px 0;
	color: #fff;
	font-size: 19px;
}

.text-background {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 20px;
}

.text-without-background {
	padding: 20px;
}

.general-content-header-text {
	margin-bottom: 40px;
}

#menu-item-3085 a {
	color: gold;
}

#menu-item-3085 a:hover {
	color: #0057b7;
}

.header-menu > li#menu-item-3085::before {
	display: none;
}

.header-top-flex-part--right {
	align-items: center;
}

img.header-logo {
	height: 45px;
	width: auto;
}

.footer-section--padding-alt {
	padding: 40px 0 15px;
}

@media screen and (max-width: 992px) {
	.mobile-reverse {
		flex-direction: column-reverse;
	}

	.section-review-content iframe {
		width: 100%;
		height: auto;
	}

	img.header-logo {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.cryptocasino-btn {
		display: none;
	}
}

@media screen and (min-width: 768.01px) and (max-width: 1210px) {
	.review-box-thumb {
		flex-basis: 17%;
		max-width: 17%;
	}
	.affiliate-more-info-block-show {
		max-height: 1500px;
	}
}
@media screen  and (max-width: 600px) {
	.review-box-thumb {
		flex-basis: unset;
		max-width: unset;
	}
}
