/*!
Theme Name: Blackjack Expert
Theme URI: 
Author: PK
Author URI: 
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onlinecasinotheme
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 with others.

onlinecasinotheme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
  	z-index: 2;
	cursor: help;
	border-bottom: 1px dotted;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ffffff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

button:active, button: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;
	outline: none;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {

}

a:hover, a:focus, a:active {
	color: midnightblue;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    position: unset;
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	text-align: left;
    background: #fff;
    border: 2px solid #C1E6C1;
	padding-top: 15px;
}

.main-navigation ul ul li {
	margin: 5px;
}

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

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

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

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

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 5px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #5E875E;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding: 0 10px;
	margin-bottom: 2px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	border-bottom: 2px solid #C1E6C1;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-bottom: 2px solid #C1E6C1;
}

.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 4px;
    width: 50px;
    height: 2px;
    background: #C1E6C1;
}

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

.menu-toggle {
	background: none;
	border: none;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 10px 0;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.icon-bar {
	display: inline-block;
    background-color: #5E875E;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
	margin: 20px 0;
}

.icon-bar:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0;
    background-color: #5E875E;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.icon-bar:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #5E875E;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

.widget-title {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
ul.nav-anchors,
ul.nav-interlinking {
	margin: 20px 0;
    padding: 15px;
    list-style: none;
    background: #F5F9F6;
    -webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	border: 1px solid #447373;
}

ul.nav-anchors li.nav-anchor-item a,
ul.nav-interlinking li.nav-interlinking-item a {
    color: #588258;
}

ul.nav-anchors li.nav-anchor-item a::before,
ul.nav-interlinking li.nav-interlinking-item a::before {
	content: '♠';
	margin-right: 3px;
	color: #666;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-img {
	background: url(images/header2.png) no-repeat center;
	background-color: #8cb88d;
    padding: 10px 0;
    min-height: 315px;
   	text-align: center;
}

.header-img.inner-header-img {
	position: relative;
	padding: 0;
}

.header-img.inner-header-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8CB88D;
	opacity: 0.80;
}

.header-img .container {
	justify-content: center;
}

.header-img-content {
	display: inline-block;
}

.title-1 {
	font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    text-shadow: 2px 2px 0 #555;
}

.header-img.inner-header-img h1.title-1 {
	margin: 10px 0;
}

.title-2 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #555;
}

.header-img.inner-header-img .header-key-tc {
	margin: 10px 0;
	font-size: 12px;
    color: #fff;
    font-style: italic;
}

.header-img.inner-header-img .header-key-tc p {
	margin-bottom: 10px;
}

.custom-logo {
	width: 178px;
	height: auto;
}

a.main-btn, a.box-btn {
     display: inline-block;
    text-align: center;
    padding: 15px 5px;
    font-size: 18px;
    width: 170px;
    margin: 10px 0;
    max-width: 100%;
    color: #fff;
    background: #ff8282;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    transition: 0.3s ease;
}

.btns-header .main-btn:before {
	content: '';
	position: absolute;
	bottom: 4%;
	left: 2%;
	width: 96%;
	height: 70%;
	background: url(images/white-line-left.svg) no-repeat center/contain;
}

.btns-header .main-btn:after {
	content: '';
	position: absolute;
	top: 4%;
	right: 2%;
	width: 96%;
	height: 70%;
	background: url(images/white-line-right.svg) no-repeat center/contain;
}

a.main-btn:hover {
    background: #BC2C2C;
}

a.box-btn {
	background: #FF6053;
}

a.box-btn:hover {
    background: #FF3B2C;
}

.btns-header {
    margin-top: 10px;
}

.btns-header a.main-btn {
    margin: 10px;
    background: #fff;
    color: #5E875E;
}

.btns-header a.main-btn:hover {
    background: #5E875E;
    color: #FFFFFF;
}

.btns-header .main-btn:before {
	background: url(images/green-line-left.svg) no-repeat center/contain;
}

.btns-header .main-btn:after {
	background: url(images/green-line-right.svg) no-repeat center/contain;
}

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

.hentry {
	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;
}

.entry-content p {
	text-align: justify;
}

.top-casinos {
    background: #fff;
    padding: 0 15px;
    margin: 30px 0;
	border-radius: 8px;
	text-align: left;
	counter-reset: aff;
}

.top-casinos .row {
    padding: 15px 0;
    background: #f6f9f6;
}

.top-casinos .row:nth-child(2n) {
    background: #E4F4E4;
}

.top-casinos .row:last-child {
	border: none;
}

.top-casinos .info {
	font-size: 14px;
    color: #6f6f6f;
}

.casino-top {
    display: block;
    /*height: 70px;
    width: 160px;*/
    max-width: 100%;
    margin: 0 auto;
}

.casino-top-1 {
	background: url(images/casino-img-5.png) no-repeat center;
}

.casino-top-2 {
	background: url(images/casino-img-6.png) no-repeat center/ contain;
}

.casino-top-3 {
	background: url(images/casino-img-2.png) no-repeat center / contain;
}

.fullwidth-content {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    clear: both;
    overflow-x: hidden;
}

/* AFF table */
.brands-list-row {
	background: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.brands-list-row:nth-child(2n) {
    background: #e9f6fd;
}

.brands-list-img {
    margin: 0 10px;
}

.brands-list-content {
	text-align: center;
	line-height: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.brands-list-content span {
    display: block;
    font-size: 16px;
    color: #3b3b3b;
}

.brands-list-content a {
    color: #3b3b3b;
}

.brands-list-content .cash {
	font-size: 22px;
}

.brands-list-content .cash.green {
	color: #2daf0f;
}

.brands-list .text-s {
	font-size: 12px;
	color: #9a9797;
}

.hp-bookie-bonus-info {
	font-size: 12px;
	line-height: 1;
	padding: 5px;
	text-transform: none;
}

.star-bar {
    background: url(/wp-content/uploads/2020/01/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.star-bar-rating {
    background: url(/wp-content/uploads/2020/01/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

a.brands-list-btn {
    display: block;
    background: #ebc92f;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 6px;
    position: relative;
    max-width: 100%;
    margin: 5px 10px 5px 20px;
}

a.brands-list-btn:hover {
    opacity: 0.9;
}

.brands-list-btn:before {
	content: '';
	position: absolute;
	top: 0;
    right: 100%;
    margin-right: 2px;
	width: 17px;
	height: 100%;
	background: url(/wp-content/uploads/2020/01/top-casinos-chip.png) no-repeat;
	background-size: contain;
}

h1, h2, h3 {
	text-align: center;
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
	font-size: 24px;
	text-transform: uppercase;
}

.red {
	color: #ff2d2b;
}

.dark-red {
	color: #BC2C2C;
}

.color-box {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #84B584;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #ebffeb;
}

.color-box h2, .color-box h3 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.color-box .chrt-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box-item {
    background: #fff;
    padding: 15px;
    position: relative;
    height: 100%;
    color: #636363;
}

.item-margin {
	margin-bottom: 30px;
}

.box-item p {
	margin-bottom: 10px;
}

.box-item-title {
	display: block;
	text-align: center;
    color: #636363;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

a.read-more {
	display: inline-block;
    color: #5E875E;
    font-size: 14px;
    font-weight: bold;
}

a.read-more:hover {
    color: #323232;
}

.number-box {
    display: table;
    background: url(images/square.svg) no-repeat center/ contain;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
}

.number-box:before {
    display: table-cell;
    counter-increment: aff;
    content: counter(aff);
    vertical-align: middle;
}

.item-img {
    height: 120px;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
	border-top: 5px solid #f4f4f4;
}

.item-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 17px 0 17px;
    border-color: #eeeeee transparent transparent transparent;
}

.color-box .item-img {
    border-top: 5px solid #24a8b8;
}

.color-box .box-item:before {
    border-color: #dcf1f3 transparent transparent transparent;
}

.color-box .item-img:after {
    border-color: #dcf1f3 transparent transparent transparent;
}

.item-img {
	background: url(images/sprite-games.jpg) no-repeat;
	background-size: 400% 600%;
}

.item-img.eu {
	background-position: 0 0;
}

.item-img.us {
    background-position: 33.33% 0;
}

.item-img.fr {
    background-position: 66.66% 0;
}

.item-img.threed {
	background-position: 100% 0;
}

.item-img.eu-b {
	background-position: 0 20%;
}

.item-img.ac-b {
	background-position: 33.33% 20%;
}

.item-img.mh-b {
	background-position: 66.66% 20%;
}

.item-img.vs-b {
	background-position: 100% 20%;
}

.item-img.jackpot-s {
	background-position: 0 40%;
}

.item-img.video-s {
	background-position: 33.33% 40%;
}

.item-img.classic-s {
	background-position: 66.66% 40%;
}

.item-img.bonus-s {
	background-position: 100% 40%;
}

.item-img.jb-poker {
	background-position: 0 60%;
}

.item-img.dw-poker {
	background-position: 33.33% 60%;
}

.item-img.db-poker {
	background-position: 66.66% 60%;
}

.item-img.joker-poker {
	background-position: 100% 60%;
}

.item-img.live-roulette {
	background-position: 0 80%;
}

.item-img.live-blackjack {
	background-position: 33.33% 80%;
}

.item-img.live-holdem {
	background-position: 66.66% 80%;
}

.item-img.live-baccarat {
	background-position: 100% 80%;
}

.item-img.pscard {
	background-position: 0 100%;
}

.item-img.onlinebanking {
	background-position: 33.33% 100%;
}

.item-img.paypal {
	background-position: 66.66% 100%;
}

.item-img.idebit {
	background-position: 100% 100%;
}

.box {
    margin: 40px 0;
}

.flex-it {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.strategies {
	position: relative;
}

/*.strategies:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 15px;
    width: 330px;
    height: 346px;
    background: url(images/strategies-left.svg) no-repeat;
}

.strategies:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 15px;
    width: 373px;
    height: 334px;
    background: url(images/strategies-right.svg) no-repeat;
}*/


.software-providers .box-item {
    justify-content: center;
}

.software-providers .box-item img {
    margin-bottom: 30px;
}

/* FAQ */
.faq {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    counter-reset: a;
    margin: 15px 0;
    min-height: 262px;
    position: relative;
    padding-top: 30px;
}

.faq:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 409px;
    height: 100%;
    background: url(images/faq-left.svg) no-repeat center right/contain;
}

.faq:before {
    content: '';
    position: absolute;
    top: 0;
    left: 80%;
    width: 639px;
    height: 100%;
    background: url(images/faq-right.svg) no-repeat center/contain;
}

.faq-title {
	text-transform: uppercase;
    font-size: 26px;
    color: #636363;
    text-align: center;
    padding: 2px;
    line-height: normal;
    margin-bottom: 10px;
}

.faq h3 {
	color: #fff;
    font-size: 22px;
	font-weight: bold;
}

.faq .faq-text {
	margin: 20px 0;
    padding: 0 10px;
}

.faq .faq-text p {
    margin-bottom: 1.5em;
}

.faq .faq-text a{
	font-weight: bold;
}

.tab {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.tab:nth-child(2n) label {
    background: #c1e6c1;
}

.faq input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.faq label {
	position: relative;
	display: block;
	padding: 10px 2em 10px 1em;
	cursor: pointer;
	margin-bottom: 0;
	text-transform:  uppercase;
	font-size: 16px;
    font-weight: bold;
}

.tab-content {
	  max-height: 0;
	  overflow: hidden;
	  -webkit-transition: max-height .35s;
	  -o-transition: max-height .35s;
	  transition: max-height .35s;
}

.faq p {
	margin-bottom: 0;
}

.tab-content p {
  margin: 1em;
}

p.under-faq-title {
	margin-bottom: 10px;
	margin-top: 5px;
}

/* :checked */
.faq input:checked ~ .tab-content {
  max-height: 60em;
}

/* Icon */
.faq label:before {
    counter-increment: a;
    content: counter(a)".";
    display: inline-block;
    margin-right: 5px;
}

.faq label::after, .faq h3 label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #84B584;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 36px;
    font-weight: bold;
}

.faq input[type=checkbox] + label::after, .faq input[type=checkbox] ~ h3 label::after {
  content: "+";
}

.faq input[type=radio] + label::after {
  content: "\25BC";
}

.faq input[type=checkbox]:checked + label::after, .faq input[type=checkbox]:checked ~ h3 label::after {
  transform: rotate(315deg);
}

.faq input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.tblautolayout {
    table-layout: auto;
}

.tblguide {
    text-align: center;
}
.tblguide td {
    padding: 3px 0;
    background: #f4f4f4;
    color: #636363;
}

.tblguide tr:nth-child(2n+1) td {
    background: #FFFFFF;
}

.tblguide th {
    background: #84B584;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    text-shadow: 1px 1px #5B995B;
}

/* Blackjack Table */
.blackjack-table {
    table-layout: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.blackjack-table td {
    border: 1px solid #DADADA;
}

.blackjack-table tr:nth-child(2) {
    background: #c59436;
}

.blackjack-table tr.separator {
    border-top: 5px solid #B1D1B1;
}

table th,
.blackjack-table th {
    text-align: center;
    color: #5B995B;
    padding: 5px 0;
}

.blackjack-table tr td:first-child {
	color: #fff;
	background: #84B584;
	border-bottom: 1px solid #B1D1B1;
	border-right: 1px solid #B1D1B1;
	text-shadow: 1px 1px #5B995B;
	-webkit-text-shadow: 1px 1px #5B995B;
	-moz-text-shadow: 1px 1px #5B995B;
}

table tr td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

table tr:nth-child(2n) {
	background: #F5F9F6;
}

.blackjack-table tr:nth-child(2), .blackjack-table tr:nth-child(2) th {
	color: #fff;
	background: #84B584;
	text-shadow: 1px 1px #5B995B;
	-webkit-text-shadow: 1px 1px #5B995B;
	-moz-text-shadow: 1px 1px #5B995B;
}

.blackjack-table tr:nth-child(2) td {
    border-right: 1px solid #B1D1B1;
    border-bottom: 1px solid #B1D1B1;
}

.blackjack-table .hit {background: #638888;border: 1px solid #8AA3A3;text-shadow: 1px 1px #447373;-webkit-text-shadow: 1px 1px #447373;-moz-text-shadow: 1px 1px #447373;}

.blackjack-table .stand {background: #84B584;border: 1px solid #B1D1B1;text-shadow: 1px 1px #5B995B;-webkit-text-shadow: 1px 1px #5B995B;-moz-text-shadow: 1px 1px #5B995B;}

.blackjack-table .split {background: #5B995B;border: 1px solid #84B584;text-shadow: 1px 1px #638888;-webkit-text-shadow: 1px 1px #638888;-moz-text-shadow: 1px 1px #84B584;}

.blackjack-table .double-down {background: #B1D1B1;border: 1px solid #DAE8DA;text-shadow: 1px 1px #84B584;-webkit-text-shadow: 1px 1px #84B584;-moz-text-shadow: 1px 1px #84B584;}


/* Show More Content */
.panel-wrapper {
  position: relative;
}

.panel-wrapper p {
	margin-bottom: 0;
}

.btn-showm {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    max-width: 100%;
    font-size: 12px;
    border-bottom: 2px solid #C1E6C1;
}

.btn-showm:hover {
	color: #C1E6C1;
}

.btn-showm:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 4px;
    width: 50px;
    height: 2px;
    background: #C1E6C1;
}

.show, .hide {
  position: absolute;
  bottom: -1em;
  z-index: 100;
  text-align: center;
}

.hide {display: none;}
.show:target {display: none;}
.show:target ~ .hide {display: block;}
.show:target ~ .panel {
   max-height: 2000px; 
}
.show:target ~ .fade-more {
  display: none;
}

.panel {
  position: relative;
  max-height: 120px;
  overflow: hidden;
  transition: max-height .5s ease;
}

.panel p {
	margin-bottom: 1.5em;
}

.fade-more {
  background: linear-gradient(to bottom, rgba(100,100,100,0) 0%,rgb(131, 181, 132) 75%); 
  height: 100px;
  margin-top: -100px;
  position: relative;
}

a.btn-read-more {
    background: #ebc92f;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

a.btn-read-more:hover {
    background: #f3cc1a;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background: #84B584;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	font-size: 14px;
	position: relative;
}

.site-footer ul {
	padding: 0;
	margin-left: 0;
	list-style: none;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #2acce0;
}

.site-info {
	padding-top: 20px;
	padding-bottom: 20px;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: url(images/square.svg) no-repeat center/ 45px, rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
}

.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 768px) {
	.flex-it-end {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {

	.title-1 {
	    font-size: 24px;
	}

	.title-2 {
	    font-size: 14px;
	}

	a.main-btn, .btns-header a.main-btn { 
		font-size: 14px; 
		margin: 10px auto;
	}

	.casino-img {
		margin-bottom: 10px;
	}

	.casino-top {
		margin: 15px 0;
	}

	.top-casinos {
    	text-align: center;
	}

	.main-navigation ul {
		text-align: left;
	}

	.main-navigation li {
		float: none;
		display: block;
		margin: 10px;
	}

	.main-navigation a {
		position: relative;
	}

	.main-navigation ul ul {
		width: 100%;
		float: none;
	}

	.main-navigation li:hover ul, .main-navigation li.focus ul {
		position: relative;
	}

	.main-navigation ul ul a{
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.header-img .container {
		display: block;
	}

	.btns-header a.main-btn {
	    margin: 10px 0;
	    display: block;
    	width: 150px;
	    margin-left: auto;
	    margin-right: 50%;
	}

	.header-img .chrt-img {
		position: absolute;
	    right: 5%;
	    bottom: 0;
	    width: 120px;
	    height: auto;
	}

	.box-item {
    	max-width: 255px;
    	margin-left: auto;
    	margin-right: auto;
        padding: 10px;
	}

	.software-providers .box-item img {
    	margin-bottom: 15px;
	}

	a.btn-read-more {
    	font-size: 14px;
    	padding: 5px;
	}
}
