/*!
Theme Name: bet88m
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bet88m
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bet88m is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- 
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color:#EAB600;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover, .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, .botton:active,
button:focus, .botton:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*
*
*
CUSTOM STYLE: BET88m
*
*
*/
/* reviewHead */
.reviewHead{
	position:relative;
	padding: 50px 0 40px;
	background-color: #10100E;
	background-repeat: repeat;
	background-size: auto 340px;
	background-position: center;
	background-image: url('images/bg-pattern.png');
}
.reviewHead::before{
	content:'';
	display:block;
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;

}
.reviewHead .container{
	z-index: 55;
}
.reviewHead .casID{
	text-align: center;
	z-index: 10;
}
.reviewHead .casID .casLogo{
	width:135px;
	height: 135px;
	border-radius: 50%;
	/*overflow: hidden;*/
	background-size: cover;
	background-position: center center;
	position:relative;
}
.reviewHead .casID .starRate{
	color: #EAB600;
	font-size: 20px;
	margin-top:20px;
}
.reviewHead .casID .rating{
	font-size: 18px;
    margin-top: 4px;
	display: inline-block;
	color: #EAB600;
	font-weight: 400;
	height: 22px;
	margin-bottom: 0;
}
.reviewHead .casIntro{
	max-width: 600px;
	margin-top:0;
	margin-left:30px;
	z-index: 10;
}
.reviewHead .casIntro h1 {
	color: #cecece;
	margin-top: 0;
}
.reviewHead .casIntro p {
	font-size: 16px;
	margin-bottom: 15px;
}
.reviewHead .casIntro .casInfo .pros {
	width: 100%;
    display: table;
	margin-bottom: 15px;
}
.reviewHead .casIntro .casInfo .pros div {
	width: 50%;
    float: left;
    clear: none;
	margin-bottom: 5px;
}
.reviewHead .casIntro .casInfo .pros div i, 
.reviewHead .casIntro .casInfo ul li i,
.reviewHead .casIntro .casInfo ul li i {
	color: #EAB600;
    margin-right: 5px;
}
.reviewHead .casIntro .casInfo ul {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.reviewHead .casIntro .casInfo ul li {
	width: auto;
	display: inline-block;
	margin-right: 20px;
}
.reviewHead .casIntro .casInfo ul li .addLine {
	margin-top: -15px;
    position: absolute !important;
}
.reviewHead .casLinks{
	z-index: 10;
}
.reviewHead .casLinks p,
.reviewHead .casLinks div{
	margin-bottom:9px;
}
.reviewHead .casLinks p {
	font-size: 16px;
	width: 235px;
    text-align: center;
    float: right;
}
.reviewHead .casLinks p span {
	font-weight: 600;
	color: #DAAE48;
}
.reviewHead .casLinks .button{
	padding: 7px 25px;
	margin-left:6px;
}
.reviewHead .casLinks .mainButton{
	width:235px;
	padding:18px 60px 18px 18px;
	margin: 0 auto 10px;
	font-size: 18px;
	border-radius: 32px;
	position: relative;
	color: #fff;
	background: #DAAE48;
	text-align: center;
}
.reviewHead .casLinks .mainButton::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background: #BF953F;
	border-radius: 20px;
	position: absolute;
	right: 50px;
	margin-top: -7px;
	font-size: 12px;
	padding: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 30px;
	height: 30px;
	text-align: center;
	transition: 0.3s all ease-in-out;
}
.reviewHead .casLinks .mainButton:hover::after {
	right: 40px;
}
.reviewHead .casLinks form {
	border-top: 1px solid #EAB600;
    margin-top: 15px;
	float: right;
}
.reviewHead .casLinks form label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #DAAE48;
	margin-top: 3px;
}
.reviewHead .casLinks form .form-control {
	border-radius: 24px;
	width: 125px;
	background: rgba(196, 196, 196, 0.2);
	border: 1px solid #EEEEEE;
	height: 30px;
	padding: 0.5rem 1rem;
	font-size: 14px;
	margin-top: 0;
}
.reviewHead .casLinks form .col-auto {
	padding: 0 5px;
}
.reviewHead .casLinks form button {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    padding: 0 0px;
    text-align: center;
    background: #bf953f;
    border-color: #111;
	transition: 0.3s all ease-in-out;
}
.reviewHead .casLinks form button:hover {
	margin-right: -5px;
	margin-left: 5px;
	position: relative;
}
 
/* navWrapper */
.sectionNav .container {
	float: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 30px 15px 15px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}
.navWrapper {
	margin:0;
     padding: 0;
     list-style: none;
}
.navWrapper li {
	margin-right: 1em;
  display:inline;
}
.navWrapper a {
	font-size: 16px;
	margin-right: 20px;
	color: #B1B1B1;
}
.navWrapper a.active {
	color: #DAAE48;
	font-weight: 600;
}
.navWrapper a span {
	position: relative;
}
.navWrapper a span::before {
	content: '';
	top: -20px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #DAAE48;
	left: calc(50% - 10px);
    position: absolute;
	display: none;
}
.navWrapper a:hover {
	color: #DAAE48;
}
.navWrapper a.active span::before {
	display: block;
}

/* pros-cons */
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs .nav-link {
	border: none;
	border-radius: 6px 6px 0 0;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 25px;
	color: #fff;
	background: #565555;
	position: relative;
	top: 6px;
}
.nav-tabs .nav-link i {
	margin-right: 7px;
}
.nav-tabs .nav-link.active {
	color: #fff;
    font-size: 18px;
    padding: 7px 40px;
	background: #DAAE48;
	top: 0;
}
.pros-cons .tab-content {
	font-size: 16px;
	background: #272727;
    border: 1px solid #2A2A2A;
    box-sizing: border-box;
    border-radius: 0px 6px 6px 6px;
    padding: 20px 25px;
    min-height: 220px;
}
.pros-cons .tab-content i {
	font-size: 18px;
	margin-right: 8px;
	position: relative;
	top: 2px;
} 
.pros-cons .tab-content .fa-check-circle {
	color: #EAB600;
}
.pros-cons .tab-content .fa-minus-circle {
	color: red;
}
.pros-cons .tab-content .tab-pane div {
	margin-bottom: 7px;
}


/* reviewInfo */
.reviewInfo {
	margin-top:30px;
}
.reviewInfo .information{
	background-color: #323232;
	padding:30px 30px;
	border-radius: 6px;
}
.reviewInfo .information .detail{
	padding: 6px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #e5e5e5;
}
.reviewInfo .information .detail:last-child {
	border: none;
}
.reviewInfo .information .detail .entity{
	width:130px;
	margin-right:20px;
	position: relative;
}
.reviewInfo .information .detail .entity::after{
	display:block;
	content: ':';
	position:absolute;
	right:0;
	font-weight: 700;
}
.reviewInfo .information .detail .entity i{
	font-size: 22px;
	line-height: 25px;
	margin-right:10px;
}
.reviewInfo .information .detail .entity span{
	font-weight: 600;
}
.reviewInfo .information .ads img{
	width:100%;
	max-width: 256px;
	height: auto;
	margin:0px auto;
}
.reviewInfo .information .detail a span {
	color: #EAB600;
	text-decoration: underline;
}
.reviewInfo .information .detail .arrayResult {
	width: 300px;
}
.reviewInfo .information .detail .arrayResult a::before{
	content: ', ';
	color:#fff;
}
.reviewInfo .information .detail .arrayResult a:first-child::before{
	content: '';
}

/* Review Footer */
.reviewBottom{
	background-color: #000;
	width:100%;
}
.bonusBottom{
	height:65px;
}
.bonusBottom .logo{
	position: relative;
	margin-top:-40px;
}
.bonusBottom .logo img{
	width:80px;
	height: 80px;
	border-radius: 50%;

}
.bonusBottom .heading{
	margin-left:25px;
}

ul.nav{
	margin:0;
}

/* Archive - Review */
.postWrap article{width:100%;}
.postWrap .reviewItem{
	background-color: #323232;
	border-radius: 6px;
	margin-bottom:20px;
	padding: 20px 20px 20px 0;
	width: 100%;
}
.postWrap .reviewItem.hide{
    display:none !important;
}
.postWrap .reviewItem .casOrder{
	padding: 23px 2px;
	height: 75px;
	background-color: #DAAE48;
	border-radius: 0 12px 12px 0;
	color: #fff;
	width: 35px;
	text-align: center;
}
.postWrap .reviewItem .casOrder p {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
    background: #BF953F;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
}
.postWrap .reviewItem.order-1 .casOrder {
	background-color: #C3A869;
}
.postWrap .reviewItem.first .casOrder,
.postWrap .reviewItem.nonTop .casOrder {
	background-color: #DAAE48;
}

.postWrap .reviewItem .casLogo{
	display: block;
	width:70px;
	height: 70px;
	border-radius: 50%;
	/*overflow: hidden;*/
	background-size: cover;
	background-position: center center;
	position:relative;
}
.postWrap .reviewItem .casBonus .casName {
	color: #d2d2d2;
	background: #202020;
	font-size: 14px;
	padding: 3px 15px;
	border-radius: 24px;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
}
.postWrap .reviewItem.topItem .casBonus .casName {
	display: none;
}
.postWrap .reviewItem .casBonus{
	width:200px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #B1B1B1;
}
.postWrap .reviewItem .casBonus .bonusPrice {
	font-size: 18px;
	line-height: 1.25;
	color: #DAAE48;
}
.postWrap .reviewItem.topItem .casBonus .bonusPrice {
	font-size: 22px;
}
.postWrap .reviewItem .casBonus .price {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #DAAE48;
}
.postWrap .reviewItem .casIntro{
	width: 360px;
	max-height: 55px;
	overflow: hidden;
}
.postWrap .reviewItem .casIntro h4 {
	font-weight: 600;
	color: #B1B1B1;
	margin-bottom: 5px;
}
.postWrap .reviewItem .casIntro p {
	margin-top: 10px;
	margin-bottom: 0px;	
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   text-align: center;
}
.postWrap .reviewItem.topItem .casIntro p {
	margin-bottom: 20px;
}
.postWrap .reviewItem.topNone .casDesc {
	width: 120px;
}
.postWrap .reviewItem .casLinks .mainButton{
	padding:12px 20px;
	margin-bottom:12px;
	color:#fff;
	font-weight: 500;
}
.postWrap .reviewItem .iconWrapper {
	float: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.postWrap .reviewItem .iconWrapper .iconWrap {
	margin: 10px 0 10px 0 !important;
	top: 0 !important;
	/* margin-bottom: 10px !important; */
	padding-left: 0 !important;
	text-align: center !important;
	list-style: none;
	padding: 0 20px !important;
}
.postWrap .reviewItem .iconWrapper .iconWrap li {
	display: inline-block;
}
.postWrap .reviewItem .iconWrapper .iconWrap img{
	display:inline-block;
	height: 22px;
	width: auto;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.postWrap .reviewItem .casLinks a:not(.button) {
	text-decoration: underline;
}
/* Top Review */
.postWrap .topItem{
	width:32%;
	padding: 0 25px 20px 25px;
	z-index: 345;
	position: relative;
}
.postWrap .topItem.first{
	border-top: 6px solid #DAAE48;
	border-bottom: 6px solid #DAAE48;
	margin-top:-50px;
	background: #262626;
}
.postWrap .topItem .casOrder{
	display:inline-block;
	padding:5px 15px;
	width: auto;
	height: auto;
	border-radius: 0 0 12px 12px;
	font-weight: 600;
}
.postWrap .topItem .casLogo{
	width:110px;
	height: 110px;
	margin: 20px auto;
}
.postWrap .topItem.first .casLogo{
	width:135px;
	height: 135px;
	margin: 20px auto;
}
.postWrap .topItem .casBonus {
	font-size: 18px;
	font-weight: 600;
	color: #B1B1B1;
	width:auto;
	position: relative;
	padding-top: 30px;
}
.postWrap .topItem .casBonus::before {
	content: '';
	width: 87px;
	height: 30px;
	position: absolute;
	margin-top: -35px;
	margin-left: -47px;
	content:url('images/bonus.svg');
}
.postWrap .topItem .casIntro{
	width: auto;
}
.postWrap .topItem .casIntro h4 {
	font-size: 28px;
	font-weight: 700;
	color: #C3A869;
	margin: 7px 0;
}
.postWrap .topItem .casIntro h4 {
	color: #DAAE48;
	display: none;
}
.postWrap .topItem .casDesc {
	border-top: 1px solid #434343;
	padding-top: 15px;
	margin-top: 15px;
}
.postWrap .topItem .casDesc .game span, 
.postWrap .topItem .casDesc .payment, 
.postWrap .nonTop .casDesc span {
	font-size: 16px;
	font-weight: 600;
}
.postWrap .topItem .casDesc .payment {
	margin: 7px 0 20px;
	text-align: left;
}
.postWrap .topItem .casDesc .payment i {
	font-size: 20px;
	margin-right: 6px;
}
.postWrap .topItem .casDesc .deposit {
	background: url(images/deposit.svg) no-repeat;
	background-size: 105px auto;
	background-position: center;
}
.postWrap .topItem .casDesc .developer {
	background: url(images/games.svg) no-repeat;
	background-size: 85px auto;
	background-position: center;
}
.postWrap .topItem .casLinks .mainButton{
	max-width:240px;
	padding:18px 40px 18px 18px;
	margin:20px auto 15px;
	font-size: 18px;
	border-radius: 32px;
	background: #C3A869;
	position: relative;
}
.postWrap .topItem.first .casLinks .mainButton {
	background: #DAAE48;
}
.postWrap .topItem .casLinks .mainButton::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background: #BF953F;
	border-radius: 20px;
	position: absolute;
	right: 50px;
	margin-top: -6px;
	font-size: 12px;
	padding: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 30px;
	height: 30px;
	text-align: center;
	transition: 0.3s all ease-in-out;
}
.postWrap .topItem .casLinks .mainButton:hover::after {
	right: 40px;
}
.postWrap .topItem .casLinks .d-block:not(.button) {
	color: #fff;
	text-decoration: underline;
}
.postWrap .nonTop .casLinks .mainButton {
	background: #DAAE48;
	padding: 14px 25px;
	border-radius: 20px;
}
.postWrap .nonTop .casLinks a:not(.button) {
	font-weight: 400;
	text-decoration: underline;
	color: #fff;
}
/* .postWrap .topItem .iconWrap{
	background-color: transparent;
	text-align: left;
	padding-left: 100px;
	position: relative;
	top: -44px;
	margin-bottom: -44px;
} */
.postWrap .topItem::before {
	content: '';
	width: 36.5px;
	height: 43px;
	position: absolute;
	background: url(images/rank-1.svg);
	background-size: cover;
	left: 30px;
    margin-top: -5px;
}
	.postWrap .topItem.first::before {
		left: 25px;
		margin-top: -1px;	
		width: 45px;
		height: 51px;
	}
	.postWrap .topItem.second::before {
		background: url(images/rank-2.svg);
	}
	.postWrap .topItem.third::before {
		background: url(images/rank-3.svg);
	}
	.postWrap .reviewItem.topNone .casOrder { width: 35px; }
	.postWrap .reviewItem.topNone .casLogo { margin: 0 40px; }
	.postWrap .reviewItem.topNone .casBonus { width: 280px; }
	.postWrap .reviewItem.topNone .casIntro { width: 400px; padding: 0 20px; }
	.postWrap .reviewItem.topNone .casDesc { width: 250px; }
	.postWrap .reviewItem.topNone .casLinks { width: 110px; }

.moreButton{
	padding:14px;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
	background: #C69931 !important;
	border-radius: 6px !important;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	font-size: 18px !important;
    height: 55px !important;
}
@media(max-width:767px){
	.postWrap .topItem{
		width:100%;
	}
}
/* Top None */
.postWrap .topNone .deposit, 
.postWrap .topNone .developer {
	display: none;
}
/* Game */
.gameWrapper{
	position: relative;
}
.gameFilter{
	display: block;
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	padding-top:240px;
}
.gameFilter .button {
	background: #BF953F;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
}
.gameFilter .button.freePlay {
	background: #323232;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 25px;
}
.gameInfo{
	background-color: #323232;
	padding:0 20px 20px;
	border-radius: 6px;
}
.gameInfo .head {
	text-align: center;
}
.gameInfo .head span {
	background: #DAAE48;
    border-radius: 0px 0px 12px 12px;
    padding: 7px 30px;
    width: auto;
    color: #ffff;
    font-weight: 500;
    font-size: 16px;
	margin-bottom: 10px;
}
.gameInfo a{
	color: #EAB600;
	text-decoration: underline;
	padding-left: 10px;
}
.gameInfo span{
	display: inline-block;
	width:100px;
	font-size: 16px;
	font-weight: 500;
	color: #e5e5e5;
	position: relative;
}
.gameInfo .gameLogo{
	position: relative;
	margin:15px auto;
	width:100px;
	height: 100px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}
.gameInfo .gameDev, 
.gameInfo .gameType {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}
.gameInfo .gameDev span::after, 
.gameInfo .gameType span::after {
	content: ':';
	position: absolute;
	right: 0;
}
.gameInfo .gameDev i,
.gameInfo .gameType i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.gameInfo .gameProp {
	padding-top: 15px;
	padding-bottom: 5px;
}
.gameInfo .gameProp span {
	width: 115px;
}
.realPlayButton .mainButton{
	width:100%;
	padding:18px 40px 18px 18px;
	margin: 20px auto 10px;
	font-size: 18px;
	border-radius: 32px;
	position: relative;
	color: #fff;
	background: #DAAE48;
	text-align: center;
}
.realPlayButton .mainButton::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background: #BF953F;
	border-radius: 20px;
	position: absolute;
	right: 50px;
	margin-top: -7px;
	font-size: 12px;
	padding: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 30px;
	height: 30px;
	text-align: center;
	transition: 0.3s all ease-in-out;
}
.realPlayButton .mainButton:hover::after {
	right: 40px;
}
.gameContent {
	margin:40px 0 0;
}

/* Archive - Game */
.postWrap .gameItem{
	width:32%;
	background-color: #555;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom:30px;
}
.postWrap .gameItem:hover{
	background-color: #BE9533;

}
.postWrap.gameQ,
.qPostWrap{
	margin:15px 0 70px 0;
}
.postWrap.gameQ .gameItem{
	width:18.4%;
}
.postWrap .gameItem .thumb{
	width:100%;
	height: 140px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.postWrap .gameItem:hover .thumb::after{
	display:block;
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	background-image: url('images/free-play.png');
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.7);
}
.postWrap .entry-detail{
	padding:12px 19px 0;
}
.postWrap .gameItem h4{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color:#fff;
	max-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
	margin-bottom: 10px;
}

/* Components */
.pageHead{
	position:relative;
	padding: 18px 0 125px 0;
	background-color: #10100E;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	margin-bottom:-155px;
	overflow: hidden;
}
.pageHead::after {
	content: '';
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 380px;
	position: absolute;
	z-index: 1;
	top: 0;
}
.pageHead .row {
	z-index: 2;
	position: relative;
}

.faqsWrapper{
	background-color: #323232;
	border-radius: 6px;
	padding:40px;
	margin-bottom:50px;
}
.faqsWrapper .faqToggle{
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	margin-top:14px;
}
.faqsWrapper .faqToggle:first-child{
	margin-top:0;
}
.faqsWrapper .faqToggle .question {
	display: block; 
	position:relative; 
	cursor: pointer; 
	transition: all 0.25s ease-out; 
	padding: 20px 0; 
	font-size: 18px; 
	font-weight: 600; 
	text-align: left; 
	color: #fff;
}           
.faqsWrapper .faqToggle .question:after {
	content: '+';
	font-family: 'Prompt';
	font-weight: 900;
	position: absolute;
	margin-top: -10px;
	right: 0;
	font-size: 30px;
}
.faqsWrapper .faqToggle .answer {
	height: 0; 
	max-height: 0px;
	overflow: hidden;
	transition: max-height .25s ease-in-out;
	padding-bottom:0;
}
.faqsWrapper .faqToggle .answer.opened {
	max-height: 600px;
	height: auto;
	padding-bottom:20px;
	color: #d2d2d2;
}
.faqsWrapper.twoCol .faqToggle.opened {
	border-color: #DAAE48;
}
.faqsWrapper.twoCol .faqToggle.opened .question {
	color: #DAAE48;
}

/* two column faq */
.faqsWrapper.twoCol{
	background-color: transparent;
	padding:0;
	border-radius: 0;
	gap:25px;
	margin-top: 20px;
}
.faqsWrapper.twoCol .faqToggle{
	max-width:475px;
	margin-top:0;
	padding: 0;
}
.bonusBlock{
	padding-top:23px;
	background-position: center top;
	background-size: cover;
}
.bonusItem{
	background-color:#fff;
	color:#000;
	padding:15px;
	margin:0 12px;
	border-radius: 6px;
}
.bonusQ .bonusItem{
	margin-bottom:12px;
}
.bonusItem .bonusWeb{
	width:100%;
	border-radius: 0 0 6px 6px;
	margin-bottom: 16px;
	font-weight: 600;
	margin-top:-15px;
}
.bonusItem .bonusLogo{
	width:60px;
	height: 60px;
	margin:0 auto;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	margin-bottom: 7px;
}
.bonusItem .bonusText {
	font-size: 16px;
	margin-top: 10px;
}
.bonusItem .bonusText span {
	font-weight: 600;
	color: #EAB600;
}
.bonusItem .bonusCut {
	text-align: left;
	margin: 12px 0;
	border-top: 0.5px dashed #B1B1B1;
}
.bonusItem .bonusCut i {
	color: #B5B5B5;
	background: #fff;
	position: absolute;
    margin-top: -8px;
	margin-left: -5px;
    padding: 0 3px;
}
.bonusItem .button {
	background: #DAAE48;   
    color: #fff;
    font-weight: 500; 
	padding: 10px 25px;
}
.bonusBlock .slick-dots li.slick-active button{
	background-color: #EAB600;
}
.slick-dots{
	margin:40px 0 30px 0;
	padding:0;
	text-align: center;
}
.slick-dots li{
	list-style: none;
	display:inline-block;
}
.slick-dots li button{
	content:'';
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	width:12px;
	height:12px;
	margin:0 6px;
	background-color:#B1B1B1;

}
.slick-dots li.slick-active button{
	background-color: #CF9818;
}

.cCardBlock{
	background: linear-gradient(180deg, #ADA996 0%, #F2F2F2 33.33%, #DBDBDB 66.67%, #D7D6D4 100%);
	box-shadow: 6px 13px 20px rgba(7, 7, 7, 0.1);
	color:#333;
	padding: 40px 0 20px 0;
}
.cCardBlock h2 {
	color: #333;
}
.slickCasino{
	margin-top:20px;
}
.slickCasino .slick-track{
	margin:0 -200px;
}
.casinoItem {
	background: rgba(254, 254, 254, 0.8);
	color:#000;
	border-radius: 6px;
	margin:0 12px;
	position: relative;
	overflow: hidden;
}

.casinoItem .left{
	width:30%;
	padding:38px;
	background: #C3A869;
	color:#fff;
	width:210px;
	height: 100%;
	text-align: center;
}
.casinoItem .left img {
	width: auto;
	height: 75px;
	margin: 0 auto 10px;
}
.casinoItem .right {
	width:70%;
	padding:12px 38px;
}
.casinoItem .right p {
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
  	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

.qPostWrap{
	gap: 25px;
}

.alm-reveal,
.alm-btn-wrap .alm-load-more-btn {width:100% !important;}

.home .compHeadWrapper { width: 100%; }
.home .compLink { display: none; }

/* Widget */
.widget_bet100m_top5_reviews_widget .postWrap{
	background-color: #323232;
	border-radius: 6px;
}
.widget_bet100m_top5_reviews_widget .postWrap::before{
	display:block; 
	background-color: #DAAE48;
	content: 'TOP 5 CASINO';
	color: #202020;
	padding:3px 20px;
	margin:0px auto;
	border-radius: 0px 0px 12px 12px;
	margin-bottom:15px;
	font-weight: 500;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem {
    background-color:transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 12px 10px 12px 0;
    width: 100%;
	border-top: 2px solid #202020;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem:first-child {
	border-top: none;
	padding-top: 0;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casLogo {
    display: block;
    width: 50px;
    height: 50px;
    max-width: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    position: relative;
	margin: 0 5px 0 10px;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casOrder {
    padding: 10px 2px;
	width: 32px;
	height:auto;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casOrder p {
	font-size: 12px;
	width: 25px;
	height: 25px; 
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casBonus{
	width:125px;
	padding: 0 10px;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casBonus .bonusPrice {
	font-size: 12px;
	font-weight: 500;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casLinks{
	width:auto;
}
.widget_bet100m_top5_reviews_widget .postWrap .reviewItem .casLinks a{
	display:block;
	padding:7px 13px;
	border-radius: 24px;
	font-size: 10px;
	margin-bottom: 0px;
}
#crumbs{padding-bottom:20px;}
