﻿﻿/*!
Theme Name: Casino Mondo New
Theme URI: #
Author: 
Author URI: #
Description: Casino Mondo Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casinomondo
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.

casinomondo is based on Underscores # (C) 2026-2017 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 #
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("../../../css.css");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/**
 * Vertical align
 */
.vertical-center {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Fira Sans', 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;
	text-align: justify;
}

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 # */
	box-sizing: inherit;
}

body {
	background: #e7f7f5;
	/* 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;
    width: 100%;
}

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

.search-form {
	display: table;
	clear: both;
    background: #088585;
    padding: 9px 5px;
    position: relative;
    width: 100%;
}

.search-form:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

form.search-form label {
    margin-bottom: 0;
    float: left;
    width: 86%;
}

.search-form input[type="search"] {
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    padding: 3px 3px 3px 6px;
    color: #088585;
}

input.search-submit {
    float: left;
    border: none;
    height: 30px;
    width: 14%;
    border-radius: 0;
    position: relative;
    z-index: 1;
	background: url("images/search-icon.png") no-repeat center;
    cursor: pointer;
}

.search-form ::-webkit-input-placeholder {
  color: #088585;
}
.search-form ::-moz-placeholder {
  color: #088585;
}
.search-form :-ms-input-placeholder {
  color: #088585;
}
.search-form :-moz-placeholder {
  color: #088585;
}

.comment-form button, .comment-form input[type="button"], .comment-form input[type="reset"], .comment-form input[type="submit"] {
	display: block;
	background: #00B567;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	width: 180px;
	max-width: 100%;
	border: 2px solid #fff;
	box-shadow: inset 0 0 1px #00B567, 0px 0 4px rgba(0, 181, 103, 0.5);
	transition: all 0.5s ease;
}
.comment-form button:hover, .comment-form input[type="button"]:hover, .comment-form input[type="reset"]:hover, .comment-form input[type="submit"]:hover {
	background: #fff;color: #00B567;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    background: #b50000;
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
}

.site-branding.flex-center {
	justify-content: flex-start;
	padding-top: 4px;
	padding-bottom: 4px;
}

.site-branding img {
    height: 74px;
}

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

a:visited {
	
}

a:hover, a:focus, a:active {
	color: #084A7D;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

:focus {
	outline: none;
}

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

.main-navigation ul ul {
	float: left;
	background: #920000;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation ul ul li {
	margin-right: 0;
    width: 25%;
}

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

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

.main-navigation ul ul a {
    padding: 8px;
    margin: 0 5px;
    font-size: 14px;
    text-transform: none;
    text-align: left;
}

.main-navigation ul ul li a:before, #footer-menu ul li a:before {
	content: none;
}

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

.main-navigation li {
	float: left;
    margin-right: 4px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
    padding: 8px 5px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 95px;
    max-width: 100%;
    text-align: center;
    line-height: normal;
}

.main-navigation a:before, #footer-menu a:before  {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 5px;
    background: url("images/sprite-icons.png") no-repeat;
    background-size: 300% 800%;
}

.main-navigation li.casino a:before, #footer-menu li.casino a:before {
    background-position: 0 -42px;
}

.main-navigation .casino.current-menu-item > a:before, .main-navigation li.casino:hover a:before, .main-navigation li.casino.focus a:before,
.main-navigation .casino.current-menu-ancestor > a:before {
    background-position: -42px -42px;
}

.main-navigation li.slot a:before, #footer-menu li.slot a:before {
    background-position: 0 -84px;
}

.main-navigation .slot.current-menu-item > a:before, .main-navigation li.slot:hover a:before, .main-navigation li.slot.focus a:before,
.main-navigation .slot.current-menu-ancestor > a:before {
    background-position: -42px -84px;
}

.main-navigation li.roulette a:before, #footer-menu li.roulette a:before {
    background-position: 0 -126px;
}

.main-navigation .current-menu-item.roulette > a:before, .main-navigation li.roulette:hover a:before, .main-navigation li.roulette.focus a:before,
.main-navigation .roulette.current-menu-ancestor > a:before {
    background-position: -42px -126px;
}

.main-navigation li.blackjack a:before, #footer-menu li.blackjack a:before {
    background-position: 0 -168px;
}

.main-navigation .current-menu-item.blackjack > a:before, .main-navigation li.blackjack:hover a:before, .main-navigation li.blackjack.focus a:before,
.main-navigation .blackjack.current-menu-ancestor > a:before {
    background-position: -42px -168px;
}

.main-navigation li.poker a:before, #footer-menu li.poker a:before {
    background-position: 0 -210px;
}

.main-navigation .current-menu-item.poker > a:before, .main-navigation li.poker:hover a:before, .main-navigation li.poker.focus a:before,
.main-navigation .poker.current-menu-ancestor > a:before {
    background-position: -42px -210px;
}

.main-navigation li.pagamenti a:before, #footer-menu li.pagamenti a:before {
    background-position: 0 -252px;
}

.main-navigation .current-menu-item.pagamenti > a:before, .main-navigation li.pagamenti:hover a:before, .main-navigation li.pagamenti.focus a:before,
.main-navigation .pagamenti.current-menu-ancestor > a:before {
    background-position: -42px -252px;
}

.main-navigation li.bonus a:before {
	background: url("images/casino-bonus.svg") no-repeat;
	background-size: contain;
}

.main-navigation li.blog a:before, #footer-menu li.blog a:before {
    background: url("images/sprite-icons3.png") no-repeat;
    background-size: 300%;
}

.main-navigation .current-menu-item.blog > a:before, .main-navigation li.blog:hover a:before, .main-navigation li.blog.focus a:before,
.main-navigation .blog.current-menu-ancestor > a:before {
    background-position: -42px 0px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {color: #b50000;background: #fff;}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {color: #b50000;background: #fff;}

.main-navigation li:hover > a:before,
.main-navigation li.focus > a:before,
.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 {background-position: -42px 0;}

.main-navigation li.bonus:hover a:before,
.main-navigation li.bonus.focus > a:before,
.main-navigation li.bonus.current_page_item > a:before,
.main-navigation li.bonus.current-menu-item > a:before,
.main-navigation li.bonus.current_page_ancestor > a:before,
.main-navigation li.bonus.current-menu-ancestor > a:before {
	background: url("images/casino-bonus-hover.svg") no-repeat;
	background-size: contain;
}

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

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

.menu-mobile {
	width: 30px;
	height: 30px;
	margin: 29px 0 27px 0;
	cursor: pointer;
}

.menu-mobile span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu-mobile span:before, .menu-mobile span:after {
   	position: absolute;
   	content: '';
}

.menu-mobile span, .menu-mobile span:before, .menu-mobile span:after {
	width: 30px;
	height: 4px;
	background-color: #fff;
	display: block;
	border-radius: 5px;
}

.menu-mobile span:before {
  	margin-top: -10px;
  	-webkit-transition-property: margin, -webkit-transform;
	 	transition-property: margin, transform;
	 	-webkit-transition-duration: 0.2s;
	 	transition-duration: 0.2s;
	 	-webkit-transition-delay: 0.2s, 0s;
	 	transition-delay: 0.2s, 0s;
}

.menu-mobile span:after {
    margin-top: 10px;
    -webkit-transition-property: margin, -webkit-transform;
	   transition-property: margin, transform;
	   -webkit-transition-duration: 0.2s;
	   transition-duration: 0.2s;
	   -webkit-transition-delay: 0.2s, 0s;
	   transition-delay: 0.2s, 0s;
}

.toggled .menu-mobile span {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.toggled .menu-mobile span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.toggled .menu-mobile span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

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

/*--------------------------------------------------------------
# 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; /* 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;
	clip-path: none;
	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: 1em;
}

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

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

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

.row:before,
.row:after {
	width:0px; height:0px;
}

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

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

.textwidget {
    background: #fff;
}

.sdbr {
	padding: 5px;
	 background: #F9F9F9;
	 margin-bottom: 1em;
}

.sdbr p {
	margin-bottom: 0;
}

.sdbr .btn-view {
    clear: both;
}

.widget-title {
	display: block;
	background: #088585;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 5px;
}

.widget-title:before {
    content:  '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.casinos-sdbr {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 1px;
	background: #f9f9f9;
	padding-top: 5px;
	padding-bottom: 5px;
}

.casinos-sdbr:nth-child(2n) {
	background: #fff;
}

.casinos-sdbr > div {
	padding-left: 5px;
	padding-right: 5px;
}

.casinos-sdbr img {
    transition: all 0.2s cubic-bezier(0.71, 1.99, 0.35, 2.07);
	width: 85px;
}

.casinos-sdbr img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    transform: scale(1.1);
}

.bonus-text-sdbr {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.bonus-text-sdbr span {
	font-size: 14px;
}

/* Games Sidebar */

.games-sdbr {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}

.games-sdbr p {
	margin-bottom: 0;
}

.games-sdbr .row {
    margin-left: -3px;
    margin-right: -3px;
}

.games-sdbr .row > div {
    padding-left: 3px;
    padding-right: 3px;
}

.games-sdbr input {
	display: none;
}

.games-sdbr label {
	display: block;
	text-align: center;
	cursor: pointer;
}

.games-sdbr label:after {
    content: "+";
    display: inline-block;
    width: 11px;
    line-height: 9px;
    border: 1px solid #00b567;
    border-radius: 50%;
    margin-left: 2px;
    font-size: 11px;
}

.games-sdbr label.slot:after {
	border-color: #ff9200;
}

.games-sdbr label.roulette:after {
	border-color: #ff4900;
}

.games-sdbr label.blackjack:after {
	border-color: #e60046;
}

.games-sdbr label.poker:after {
	border-color: #0b66ab;
}

.games-sdbr label.casino:after {
	border-color: #006f3f;
}

.hidden-game {
	display: none;
}

.title-game {
	color: #fff;
	text-align: center;
	font-size: 18px;
    margin: 10px 0;
}

/* :checked */
.games-sdbr input#game-slot:checked ~ .game-slot, .games-sdbr input#game-roulette:checked ~ .game-roulette,
.games-sdbr input#game-blackjack:checked ~ .game-blackjack, .games-sdbr input#game-poker:checked ~ .game-poker,
.games-sdbr input#game-casino:checked ~ .game-casino, .games-sdbr input#game-pagamenti:checked ~ .game-pagamenti {
  display: block;
}

.list-of-guides {
    margin: 0 10px;
    padding: 0 0 0 5px;
    list-style: none;
    border-left: 5px solid;
	font-weight: bold;
}

.list-of-guides li {
	margin-bottom: 4px;
}


.games-sdbr label:before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 5px;
    background: url("images/sprite-icons.png") no-repeat;
    background-size: 300% 800%;
    transition: all 0.2s cubic-bezier(0.71, 1.99, 0.35, 2.07);
}

.games-sdbr label:hover:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    transform: scale(1.1);
}

.games-sdbr label.slot:before {
	background-position: -84px -84px;
}

.games-sdbr label.roulette:before {
	background-position: -84px -126px;
}

.games-sdbr label.blackjack:before {
	background-position: -84px -168px;
}

.games-sdbr label.poker:before {
	background-position: -84px -210px;
}

.games-sdbr label.casino:before {
	background-position: -84px -42px;
}

.games-sdbr label.pagamenti:before {
	background-position: -84px -252px;
}

/*Info table sidebar*/
.info-table {
    margin-bottom: 0;
}

.info-table th {
    text-transform:  uppercase;
    color: #b50000;
    vertical-align: top;
    width: 37%;
    padding: 5px 0;
    font-size: 15px;
}

.info-table td {
    font-size: 14px;
    padding: 5px 0;
}

.info-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
    margin-right: 4px;
    background: url("images/sprite-icons.png") no-repeat;
}

.info-icon.it {
    background-position: -168px -64px;
    height: 10px;
}

.info-icon.uk {
    background-position: -184px -64px;
    height: 10px;
}

.info-icon.de {
    background-position: -168px -74px;
    height: 10px;
}

.info-icon.fr {
    background-position: -184px -74px;
    height: 10px;
}

.info-icon.iphone {
    background-position: -168px -16px;
}

.info-icon.android {
    background-position: -184px -16px;
}

.info-icon.windows {
    background-position: -168px -32px;
}

.info-icon.mac {
    background-position: -168px 0;
}

.info-icon.chat {
    background-position: -168px -48px;
}

.info-icon.phone {
    background-position: -184px -48px;
}

.info-icon.email {
    background-position: -184px -32px;
}

.slash:after {
    content: "/";
}
.slash:last-child:after {
    content: "";
}

.sdbr-top-games a {
    display: block;
    margin-bottom: 5px;
}

.sdbr-top-games img {
    transition: all 0.2s cubic-bezier(0.71, 1.99, 0.35, 2.07);
}

.sdbr-top-games img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
    transform: scale(1.03);
}

.playtech,.info-table td.playtech {
    color: #0f1b48;
    font-style: italic;
    font-size: 16px;
}

.playtech span {
    font-weight: bold;
}

.netent {
	text-transform: uppercase;
	font-weight: bold;
	color: #130f14;
}

.netent span {
	display: inline-block;
	position: relative;
	color: #79bd00;
	margin-left: 2px;
}

.netent span:before {
    content:  '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #79bd00;
}

.microgaming {
    color: #1ca7d4;
    display: inline-block;
    position: relative;
}

.microgaming:before {
    content: 'Microgaming';
    position:absolute;
    left: 0;
    width: 36%;
    height: 100%;
    color: #2dbb12;
    overflow: hidden;
}

.rtg {
    color: #000;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    transform: scale(1, .9);
    line-height: 15px;
    letter-spacing: 0.2px;
}

.rtg span {
    display: block;
    letter-spacing: 2.3px;
    font-weight: normal;
    border-top: 1px solid #b71b25;
}

.betsoft {
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 2px 0px 2px 2px;
    line-height: normal;
    position: relative;
    -webkit-text-shadow: -1px 0 0px #f9f9f9, 1px 0 0px #f9f9f9, 0 -1px 0px #f9f9f9, 0 1px 0px #f9f9f9;
    -moz-text-shadow: -1px 0 0px #f9f9f9, 1px 0 0px #f9f9f9, 0 -1px 0px #f9f9f9, 0 1px 0px #f9f9f9;
    text-shadow: -1px 0 0px #f9f9f9, 1px 0 0px #f9f9f9, 0 -1px 0px #f9f9f9, 0 1px 0px #f9f9f9;
    background: #f9f9f9;
    z-index: 1;
}

.betsoft span {
    color: #fae000;
    background: #000;
    letter-spacing: -1px;
    padding: 0 2px 0 7px;
    position:  relative;
    text-shadow: none;
    border-right: 2px solid #f9f9f9;
}

.betsoft span:before {
    content:  '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    border-color: transparent #fae000 transparent transparent;
    margin: auto;
}

.betsoft:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: -1;
}

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

.hentry {
	margin: 0 0 1.5em;
}

.entry-meta {
	font-size: 14px;
	margin-bottom: 10px;
}

.entry-meta img {
	width: 48px;
	border-radius: 4px;
	float: left;
	margin-right: 5px;
}

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

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

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

.primary-content {
    background: #fff;
    margin-bottom: 15px;
}

.review-content {
	background: #fff;
    padding-top: 15px;
}

.review-img {
	margin-bottom: 1.5em;
}

.review-content h1 {
	margin-top: 0;
}

.site-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("images/site-content-top.jpg") no-repeat top center;
}

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

.p-title {
	font-size: 24px;
    margin-bottom: 20px;
}

/* Table Recommended Casinos */
.rcmnd-casinos {
	margin-bottom: 1.5em;
}

.rcmnd-title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #088585;
    padding: 5px;
    position: relative;
}

.rcmnd-title:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e7f7f5;
    border-bottom: 1px solid #e7f7f5;
}

.rcmnd-title span {
    background: url("images/it.png") no-repeat left center/ 30px;
    display: inline-block;
    padding-left: 35px;
}

.rcmnd-casinos-clmn-title {
    color: #0b66ab;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rcmnd-row {
    padding: 7px 0;
    text-align: center;
}

.rcmnd-row:nth-child(2n) {
     background: #F9F9F9;
}

.rcmnd-row img {
    transition: all 0.2s cubic-bezier(0.71, 1.99, 0.35, 2.07);
}

.rcmnd-row img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    transform: scale(1.1);
}
.rcmnd-casinos ul {
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}

.rcmnd-casinos ul li {
    padding: 0 0 0 13px;
    margin: 0;
    font-size: 13px;
    position: relative;
    font-weight: bold;
    color: #088585;
}

.rcmnd-casinos ul li:before {
    position: absolute;
    content: "\2714";
    top: 0;
    left: 0;
    color: #0bb566;
}

.img-cup {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: auto;
	background: #e69748;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	position: relative;
	border: 4px solid #ffffff;
	box-sizing:content-box;
}

.rcmnd-row:nth-child(1) .img-cup {
	background: #ffb758;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(255, 188, 99, 0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(255, 188, 99, 0.5);
	box-shadow: 0px 1px 5px 0px rgba(255, 188, 99, 0.5);
}

.rcmnd-row:nth-child(2) .img-cup {
	background: #c2c7c7;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(195, 199, 199, 0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(195, 199, 199, 0.5);
	box-shadow: 0px 1px 5px 0px rgba(195, 199, 199, 0.5);
}

.rcmnd-row:nth-child(3) .img-cup {
	background: #e69748;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(204, 151, 82, 0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(204, 151, 82, 0.5);
	box-shadow: 0px 1px 5px 0px rgba(204, 151, 82, 0.5);
}

.rcmnd-casinos .feature {
    font-size: 30px;
	line-height: 33px;
    font-weight: bold;
    color: #00B567;
    line-height: 1;
}

.rcmnd-row span {
    display: block;
    color: #7e7d7d;
    font-size: 18px;
	font-weight: normal;
}

a.btn-play {
    display: inline-block;
    background: #fe0225;
    color: #fff;
    padding: 0 5px;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    max-width: 100%;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: inset 0 0 1px #fe0225, 0px 0 4px rgba(254, 2, 37, 0.5);
    transition: all 0.5s ease;
}

.btn-play:hover {
	background: #fff;
    color: #fe0225;
}

a.link-review {
    display: inline-block;
    font-size: 14px;
    color: #3079b1;
    font-weight: bold;
	text-decoration: underline;
}

a.link-review:hover {
	color: #084A7D;
}

.view-box {
    padding: 5px 0;
    text-align: center;
}

a.btn-view, .btn-view {
    display: block;
    background: #00B567;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px auto;
    text-align: center;
    width: 215px;
    max-width: 100%;
    border: 2px solid #fff;
    box-shadow: inset 0 0 1px #00B567, 0px 0 4px rgba(0, 181, 103, 0.5);
    transition: all 0.5s ease;
}

a.btn-view:hover {
    background: #fff;
    color: #00B567;
}

a.btn-review {
    display: inline-block;
	font-size: 12px;
    background: #fe0225;
    color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    max-width: 100%;
    text-align: center;
   	border: 2px solid #fff;
    box-shadow: inset 0 0 1px #fe0225, 0px 0 4px rgba(254, 2, 37, 0.5);
    transition: all 0.5s ease;
}

.btn-review:hover {
	background: #fff;
	color: #fe0225;
}

.section-brands-list .brand {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.section-brands-list .brand .brand-info {
	padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #E7F7F5;
}

.section-brands-list .brand .brand-info .brand-head {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.section-brands-list .brand .brand-info ul.features-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-brands-list .brand .brand-info ul.features-list li {
	position: relative;
	padding-left: 18px;
}

.section-brands-list .brand .brand-info ul.features-list li::before {
	position: absolute;
    content: "\2714";
    top: 0;
    left: 0;
    color: #0bb566;
}

.section-brands-list .brand .brand-info a.btn-play {
	padding: 5px 0;
}

.section-brands-list .brand .brand-info a.link-review {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #3079b1;
	padding: 5px 0;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: inset 0 0 1px #3079b1, 0px 0 4px rgba(48,121,177, 0.5);
    transition: all 0.5s ease;
}

.section-brands-list .brand .brand-info a.link-review:hover {
	background: #fff;
	color: #3079b1;
}

/* Sidebar quick links */
#sb-quick-links ul {
	margin: 0;
	padding: 15px 10px;
}

#sb-quick-links ul li {
	list-style: none;
	margin: 3px 0;
}

/* Sidebar related articles */
#sb-related-articles ul {
	margin: 0;
	padding: 15px 10px;
	border: none;
	font-weight: normal !important;
}

#sb-related-articles ul li {
	margin: 3px 0;
}

#sb-related-articles ul li.current {
	font-weight: bold;
}

#sb-related-articles ul li::before {
	content: '✅';
    position: relative;
    top: 2px;
}

/* Box Links */

.box-links {
    margin: 20px 0;
}

.box-links p {
    margin-bottom: 0;
}

.box-links-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
    padding: 10px 10px 10px 42px;
	margin-bottom: 10px;
}

.box-links-title a {
	display: block;
    color: inherit;
    position: relative;
    z-index: 1;
}

.box-links-title:after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e7f7f5;
    border-bottom: 1px solid #e7f7f5;
}

.box-links-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px;
    width: 28px;
    height: 28px;
    background: url("images/sprite-icons.png") no-repeat;
    background-size: 300% 800%;
}

.box-links.slot .box-links-title:before {
    background-position: 0 -56px;
}

.box-links.roulette .box-links-title:before {
    background-position: 0 -84px;
}

.box-links.blackjack .box-links-title:before {
    background-position: 0 -112px;
}

.box-links.video-poker .box-links-title:before {
    background-position: 0 -140px;
}

.box-links.pagamenti .box-links-title:before {
    background-position: 0 -168px;
}

/* Limit box */
.box-limit-list {
	max-height: 250px;
	overflow: hidden;
    position: relative;
}

.btn-expand-list-wrapper {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    line-height: 120px;
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 65%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(65%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 65%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 65%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 65%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.btn-expand-list {
	line-height: 1;
    width: 240px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.guide-title {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    margin: 0 auto;
    display: block;
    padding-top: 0;
}

.top-link {
    border-left: 5px solid #fff;
    padding-left: 5px;
    margin-bottom: 20px;
	display: inline-block;
}

.top-link img {
    float: left;
    margin-right: 8px;
	width: 200px;
    max-width: 100%;
}

a.top-link-title {
    color: #3079b1;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 18px;
}

a.top-link-title:after {
	content: "\27AF";
    position: absolute;
    padding-left: 4px;
    color: #3079B1;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}

a.top-link-title:hover {
    color: #0B66AB;
}

a.top-link-title:hover:after {
    color: #0B66AB;
}

.top-link p {
    margin-bottom: 0;
    font-size: 14px;
    color: #222;
}

.toc-links {
    list-style: none;
    text-align: left;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    border-left: 5px solid #FF9200;
    -webkit-padding-start: 7px;
}

.toc-links a {
    color: #3079b1;
}

a.box-links-read {
    display: block;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	transition: all 0.5s ease;
	width: 180px;
    padding: 5px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 100%;
    border: 2px solid #fff;
}

.table-scroll {
    overflow-x: auto;
}

/*--------------------------------------------------------------
#Guide Table
--------------------------------------------------------------*/
table.guideSummary th {
	color: #fff;
	background: #088585;
    padding: 5px;
    font-size: 14px;
}

table.guideSummary tr:nth-child(2n) {
    background: #F9F9F9;
}

/*--------------------------------------------------------------
#Summary Table
--------------------------------------------------------------*/
table.tableSummary th {
	color: #fff;
	background: #088585;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #088585;
}

table.tableSummary tr:nth-child(2n) {
    background: #F9F9F9;
}

table.tableSummary tr td:first-child {
	font-weight: bold;
}

/*--------------------------------------------------------------
#Payment Methods Table
--------------------------------------------------------------*/
table.payment-methods {
    text-align: center;
    font-size: 18px;
    table-layout: fixed;
}

table.payment-methods tbody {
 	display: block;
    overflow-x: auto;
}

table.payment-methods caption {
    background: #088585;
    caption-side: top;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 24px;
    padding: 5px;
    position: relative;
}

table.payment-methods caption:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e7f7f5;
    border-bottom: 1px solid #e7f7f5;
}

table.payment-methods caption a {
	color: #fff;
}

.label-casino {
    padding-right: 7px;
    margin-right: 5px;
    position:  relative;
    font-size: 15px;
    color: #088585;
}

.label-casino:after {
    content:  '';
    position:  absolute;
    top: -21px;
    right: 0;
    height: 55px;
    width: 1px;
    background: #088585;
    transform: rotate(-30deg);
}

.label-deposit {
    float:  right;
    font-size: 15px;
    color: #088585;
}

table.payment-methods a {
    color: inherit;
    display: inline-block;
    position: relative;
}

table.payment-methods .method {
	display: inline-block;
	position: relative;
}

table.payment-methods tr:nth-child(2n) {
    background: #F9F9F9;
}

table.payment-methods th {
    color: #404040;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #088585;
    width: 10%;
}

table.payment-methods th:first-child {
    text-align: left;
}

table.payment-methods th:first-child {
	width: 15%;
}

table.payment-methods td {
    padding: 5px;
    text-align: center;
    position: relative;
}

table.payment-methods2 td {
	font-size: 12px;
}

table.payment-methods td:first-child {
	text-align: left;
	font-weight: bold;
}

table.payment-methods .checked:before {
    content: "\2714";
    color: #00B567;
    font-size: 25px;
}

table.payment-methods .notchecked:before {
    content: "\2717";
    color: red;
    font-size: 25px;
}

table.payment-methods .bet365-table {
    color: #FFDE1A;
}

table.payment-methods .bet365-table span{
    color: green;   
}

table.payment-methods .william-hill-table {
    color: #09355c;
    font-weight: normal;
    font-style: italic;
    border-bottom: 1px solid #09355c;
    line-height: normal;
}

table.payment-methods .william-hill-table span{
    text-transform:  uppercase;
    font-weight: bold;
    font-style: normal;
}

table.payment-methods .casino-com-table {
    color: #F7921E;
    text-transform: lowercase;
    font-size: 20px;
}

table.payment-methods .casino-com-table span {
	color: #000;
	position:  relative;
	z-index: 1;
}

table.payment-methods .casino-com-table span:before {
	content: '';
	position:  absolute;
	top: 3px;
	bottom: 0;
	right: 1px;
	margin:  auto;
	width: 8px;
	height: 8px;
	background: #F7921E;
	border-radius: 50%;
	z-index: -1;
}

table.payment-methods .red32-table {
	color: #fe0d1c;
	position:  relative;
	line-height: 24px;
}

table.payment-methods .red32-table span {
	display: inline-block;
	border: 1px solid #fe0d1c;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align:  center;
	font-size: 19px;
    margin-right: -2px;
}

table.payment-methods .unibet-table {
    text-transform: uppercase;
    color: #fff;
    color: #39aa24;
    font-size: 14px;
}

table.payment-methods .unibet-table span {
    display: inline-block;
    background: #39aa24;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
}

table.payment-methods .mr-green-table {
    color: #197438;
    text-transform: lowercase;
    line-height: 11px;
}

table.payment-methods .mr-green-table span {
    display: block;
    margin-left: 5px;
}

table.payment-methods .netbet-table {
    font-weight: bold;
    color: #0a2944;
}

table.payment-methods .netbet-table span {
    color: #c71b24;
}

table.payment-methods .starvegas-table {
    color: #303030;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}

.starvegas-table:before {
    content: "\2605\FE0E";
    color: #ffc400;
    font-size: 20px;
}

table.payment-methods .starcasino-table {
	color: #009ab3;
    text-transform: lowercase;
}

table.payment-methods .starcasino-table span {
	color: #114560;
}

table.payment-methods .snai-table {
    color: #183C65;
    text-transform: uppercase;
    position: relative;
}

.snai-table:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    border: 3px solid #183C65;
    border-radius: 50%;
}

.snai-table:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
	background: #fe8534;
    border-radius: 50%;
    margin-right: 2px;
}

table.payment-methods td.betfair-table {
	padding-left: 55px;
}

table.payment-methods .betfair-table {
    position: relative;
    padding-left: 22px;
}

table.payment-methods .betfair-table:before {
	content: "\27A7";
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
	display: inline-block;
	font-size: 18px;
	position: absolute;
	left: 0;
}

table.payment-methods .betfair-table:after {
	content: "\27A7";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	font-size: 18px;
	position: absolute;
    left: 8px;
    bottom: 1px;
}

.method-visa, table.payment-methods a.method-visa {
	display: inline-block;
	color: #000760;
	border-top: 3px solid #00075d;
	border-bottom: 3px solid #f6ad01;
	font-style: italic;
	padding: 0 5px;
	line-height: 1.4;
}

.method-paypal, table.payment-methods a.method-paypal {
	color: #263c80;
}

.method-paypal, table.payment-methods a.method-paypal span {
	color: #1f9ed8;
}

.method-bank-transfer, table.payment-methods a.method-bank-transfer {
	color: #036f8f;
	text-transform: uppercase;
}

.method-bank-transfer:before, table.payment-methods a.method-bank-transfer:before {
	content:'';
	display: inline-block;
	margin-right: 2px;
	width: 10px;
	height: 6px;
	border-bottom: 2px solid #338114;
	border-top: 2px solid #338114;	
}

.method-bank-transfer:after, table.payment-methods a.method-bank-transfer:after {
	content:'';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 2px;
	background: #338114;	
}

.method-paysafecard, table.payment-methods a.method-paysafecard {
    color: #0389c9;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: lowercase;
}

.method-paysafecard span {
	font-weight: normal;
}

.method-paysafecard:before {
	content: '';
    display: inline-block;
    margin-right: 1px;
    width: 9px;
    height: 9px;
    background: #e3011b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.method-paysafecard:after {
	content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 9px;
    height: 9px;
    border: 2px solid #e3011b;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.method-maestro, table.payment-methods a.method-maestro {
	color: #fff;
	height: 30px;
	padding: 0 6px;
	font-size: 11px;
}

.method-maestro span {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 30px;
}

.method-maestro:before, table.payment-methods a.method-maestro:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	background: #0067cb;
	border-radius: 50%;
	z-index: 1;
}

.method-maestro:after, table.payment-methods a.method-maestro:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	background: #cc0007;
	border-radius: 50%;
}

.method-mastercard, table.payment-methods a.method-mastercard {
	color: #fff;
	height: 30px;
	padding: 0 2px;
    -webkit-text-shadow: -1px 1px 0 #121619;
    -moz-text-shadow: -1px 1px 0 #121619;
    text-shadow: -1px 1px 0 #121619;
}

.method-mastercard span {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 30px;
	font-size: 10px;
}

.method-mastercard:before, table.payment-methods a.method-mastercard:before {
	content: '';
	width: 32px;
	height: 30px;
	position: absolute;
	left: 0;
	background: #cd0008;
	border-radius: 50%;
	z-index: 1;
}

.method-mastercard:after, table.payment-methods a.method-mastercard:after {
	content: '';
	width: 32px;
	height: 30px;
	position: absolute;
	right: 0;
	background: #ff9900;
	border-radius: 50%;
}

.method-neteller, table.payment-methods a.method-neteller {
	color: #7eb539;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: bold;
}

.method-postepay, table.payment-methods a.method-postepay {
	color: #0047bb;	
	font-style: italic;
	font-weight: normal;
    text-transform: lowercase;
}

.method-postepay, table.payment-methods a.method-postepay span {
	font-weight: bold;
}

.method-skrill, table.payment-methods a.method-skrill {
	color: #761e64;	
}

table.payment-methods2 {
    font-size: 16px;
}

table.payment-methods2 th {
    font-size: 18px;
    background: #088585;
    border: none;
    color: #fff;
}

table.payment-methods2 td:first-child {
    font-size: 14px;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
  	z-index: 2;
	cursor: pointer;
	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;
}

/*--------------------------------------------------------------
#FAQ
--------------------------------------------------------------*/

.faq {
    clear: both;
    margin-bottom: 20px;
    counter-reset: faq;
}

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq label {
  position: relative;
  display: block;
  padding: 12px 2em 12px 63px;
  background: #40A3A3;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.faq label:before {
	counter-increment: faq;
	content: "D"counter(faq);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 53px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:  center;
	border: 4px solid #3fa4a4;
	-moz-box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
	box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255);
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  border: 2px solid #fff;
  color: #262D35;
}

.faq p {
  margin-bottom: 0;
}

.tab-content p {
  margin: 5px 0;
  padding: 10px 15px;
  border-left: 5px solid #088585;
  background: #E7F7F5;
}
/* :checked */
.faq input:checked ~ .tab-content {
  max-height: 30em;
}

.page-id-2546 .faq .tab-content {
	max-height: 30em !important;
}

/* Icon */
.faq label::after {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.faq input[type=checkbox] + label::after {
  content: "+";
}
.faq input[type=radio] + label::after {
  content: "\25BC";
  transform: rotate(-90deg);
  color: #fff;
}
.faq input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.faq input[type=radio]:checked + label::after {
  transform: rotateX(0deg);
}
.page-id-2546 .faq input[type=radio]:checked + label::after {
	transform: rotate(-90deg);
}

/* FAQ END */

/* Bonus Box */
.welcome-bonus-box {
	margin: auto;
}

.bonus-box {
	background: #ffd5d6;
	padding: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 4px solid #FD9AA8;
 	transition: background 0.5s ease;
}

.bonus-box:hover {
	background: #FEADAF;
}

.bonus-box-gray {
	background: #ffe0aa;
	border-color: #979A9F;
}

.bonus-box-gray:hover {
	background: #EAC789;
}

.bonus-box:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 8px;
    width: 20px;
    height: 80px;
    background: #fd9aa8;
    transform: rotate(45deg);
}

.bonus-box-gray:before {
	background: #979a9f;
}

.bonus-box:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 34px;
    background: url("images/sprite-icons.png") no-repeat;
    background-position: -212px 0px;
}

.bonus-box-gray:after {
    height: 40px;
    background: url("images/sprite-icons.png") no-repeat;
    background-position: -212px -34px;
}

.bonus-box p {
	margin-bottom: 5px;
}

.bonus-box-title {
    font-size: 26px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fe0225;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

.bonus-box-gray .bonus-box-title {
	color: #3b4046;
}

.bonus-box-title:before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 4px;
	height: 2px;
	background: #fe0225;
}

.bonus-box-title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 75%;
	height: 2px;
	background: #fe0225;
}

.bonus-box-gray .bonus-box-title:before, .bonus-box-gray .bonus-box-title:after {
	background: #3b4046;
}

.bonus-box table {
    text-align: left;
    max-width: 100%;
    margin: 10px auto 10px;
    font-size: 18px;
}

.bonus-box th {
    font-weight:  normal;
}

.bonus-box tr:last-child {
    font-weight: bold;
}

.bonus-box td {
	padding-left: 10px;
}

.bonus-box td span {
    font-weight: bold;
}

.bonus-box a.btn-play {
	display: block;
    width: 185px;
    margin: auto;
    font-size: 22px;
}

/**/
ul.feat-list {
    list-style:  none;
    padding:  0;
    margin: 0 0 1.5em;
}

ul.feat-list li {
    position:  relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

ul.feat-list li:before {
    content:  '\2714';
    position: absolute;
    text-align: center;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #088585;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(8, 133, 133, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(255, 188, 99, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(8, 133, 133, 0.5);
}

/* Lists */

ul.guide-list {
    list-style: none;
    padding: 0;
}

ul.guide-list li:before {
    content: '\2611';
    display: inline-block;
    color: #088585;
    margin-right: 5px;
}

/* Tables */

.guide-table caption {
    caption-side: top;
    text-align: center;
    color: #088585;
    font-weight: bold;
    padding: 5px 2px;
}

.guide-table th, .guide-table td {
    text-align: center;
}

.guide-table th {
    background: #088585;
    color: #fff;
    padding: 5px 2px;
}

.guide-table tr:nth-child(2n+1) {
    background: #F1F1F1;
}

/* Bonus Info */
.bonus-info {
    margin: 10px 0;
    color: #fff;
}

.bonus-info [class^="col"] {
	padding: 0;
}

.bonus-info p {
    border-left: 3px solid #fff;
    margin: 0;
    padding: 15px;
}

.bonus-info-title {
    display: block;
    text-align: center;
    font-size: 18px;
    border-bottom: 3px solid #fff;
    padding: 5px;
}

.bonus-info-img {
    display: block;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    margin: 10px auto;
    padding: 25px 0;
    position: relative;
}

.bonus-info-img:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    background: url("images/sprite-icons.png") no-repeat;
    margin: auto;
    background-size: 300% 800%;
}

.bonus-info-img.present1:before {
	background-position: -64px -448px;
}

.bonus-info-img.present2:before {
	background-position: -128px -448px
}

.bonus-info-img.slot:before {
	background-position: 0px -128px;
}

.bonus-info-img.roulette:before {
	background-position: 0px -192px;
}

.bonus-info-img.blackjack:before {
	background-position: 0px -256px;
}

.bonus-info-img.poker:before {
	background-position: 0px -320px;
}

.bonus-info-img.dealer:before {
	background-position: 0px -448px;
}

.bonus-info:nth-child(2n) {
    background: #00b567;
}

.bonus-info:nth-child(2n+1) {
    background: #088585;
}

.bonus-info:nth-child(2n) .bonus-info-img {
    background: #006f3f;
}

.bonus-info:nth-child(2n+1) .bonus-info-img {
    background: #005858;
}

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

.more-content-wrapper p {
	margin-bottom: 0;
    padding-bottom: 33px;
}

.more-content-wrapper input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.more-content-wrapper label {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    z-index: 100;
    text-align: center;
    max-width: 100px;
    cursor: pointer;
}

.more-content {
  position: relative;
  max-height: 174px;
  overflow: hidden;
  transition: max-height .5s ease;
}

/* :checked */
.more-content-wrapper input:checked ~ .more-content {
  max-height: 180em;
}

.more-content-wrapper input:checked ~ .fade-more {
    display: none;
}

.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;
    margin-left: 3px;
}

.bonus-info:nth-child(2n+1) .fade-more {
	background: linear-gradient(to bottom, rgba(100,100,100,0) 0%,rgb(8, 133, 133) 75%);
}

.bonus-info:nth-child(2n) .fade-more {
	background: linear-gradient(to bottom, rgba(100,100,100,0) 0%,rgb(11, 181, 102) 75%);
}

/* Interlinking */

.ic-interlinking {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
	column-width: 200px;
	margin-bottom: 15px;
	padding: 15px 10px;
	background: #E7F7F5;
	position: relative;
	margin-top: 40px;
}

.ic-interlinking:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.ic-interlinking:after {
	position: absolute;
	top: -39px;
	margin-top: 10px;
	display: block;
	left: 0;
	content: "Potrebbe anche interessarti:";
	color: #fff;
	background: #40A3A3;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	border-top: 2px solid #088585;
}

.ic-interlinking a {
    color: #3079b1;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.ic-interlinking a:hover {
    color: #020202;
}

.ic-interlinking a:before {
    content: "\27AF";
    color: #3079B1;
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}

/* Casino Bottom Bonus */
.casino-bottom-bonus {
    background: #d5bde4;
    padding: 10px 25px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    overflow: hidden;
}

.casino-bottom-bonus-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 230px;
    object-fit: cover;
}

.casino-bottom-bonus:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.casino-bottom-bonus-box {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    padding: 10px;
}

.casino-bottom-bonus ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.casino-bottom-bonus li span {
	color: #14b349;
}

.casino-bottom-bonus li:before {
    content: '\2714';
    display: inline-block;
    margin-right: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #088585;
    line-height: 22px;
}

.casino-bottom-bonus-box img {
	margin: 10px auto 15px;
    max-width: 185px;
    display: block;
}

.casino-bottom-bonus a.btn-play {
    display: block;
    width: 185px;
    margin: 0 auto;
    font-size: 22px;
}

.list-of-guides-box ul.list-of-guides {
	-webkit-column-count: 2;
	-moz-column-count: 2;
    column-count: 2;
	-webkit-column-rule: 5px solid #088585;
	-moz-column-rule: 5px solid #088585;
    column-rule: 5px solid #088585;
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
    column-width: 200px;
}

.list-of-guides-box.green-box ul.list-of-guides {
    -webkit-column-rule: 5px solid #00b567;
    -moz-column-rule: 5px solid #00b567;
    column-rule: 5px solid #00b567;
}

/* Slider Recommended Casinos */
.rcmnd-casino {
    display:  block;
    position: relative;
    padding: 10px 10px 5px;
    margin-bottom: 15px;
    min-height: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rcmnd-casino-page {
	min-height: auto;
}

.rcmnd-casino:before {
    content:  '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.rcmnd-casino img {
    margin: 5px auto 15px auto;
}

.rcmnd-casino .btn-view {
    padding: 2px 4px;
}

.rcmnd-casino:hover .btn-view {
    background: #fff;
    color: #00B567;
}

.betclic {
	background: #9b082c;
}

.casino888 {
	background: #000;
}

.red32 {
	background: #ff1419;
}

.betfair {
    background: #ffb80c;
}

.bet365 {
	background: #017A5B;
}

.betway {
    background: #000;
}

.casino-com {
    background: #FDE3C4;
}

.eurobet {
	background: #24639E;
}

.netbet {
    background: #122c46;
}

.paddy-power {
	background: #31953E;
}

.sisal {
	background: #01683D;
}

.snai {
	background: #2D3844;
}

.stanleybet {
	background: #B30013;
}

.starcasino {
	background: #E0E0E0;
}

.starvegas {
	background: #FDCC2A;
}

.titanbet {
	background: #040404;
}

.unibet {
	background: #000;
}

.voglia-di-vincere {
	background: #307BB5;
}

.william-hill {
	background: #01133B;
}

.slider-content {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.slider-content .row {
    margin-left: -7px;
    margin-right: -7px;
}

.slider-content .col-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.slide-this {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}

.prev-slide {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

.next-slide {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%); 
}

.next-transition {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

.current-slide {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

.rcmnd-casino-slider {
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
}

.prev, .next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	background: #088585;
	color: #fff;
	padding: 5px;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(8, 133, 133, 0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(255, 188, 99, 0.5);
	box-shadow: 0px 1px 5px 0px rgba(8, 133, 133, 0.5);
}

.prev {
	left: -5px;
}

.next {
	right: -5px;
}

.prev:hover, .next:hover {
	color: #088585;
	background: #fff;
}

.navigation.posts-navigation .prev, .navigation.posts-navigation .next {
	position: static;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.top-footer {
	background: #269090;
	padding: 10px 0;
	text-align:  center;
}

.top-footer img {
	height: 74px;
}

.top-footer span {
    font-size: 24px;
    color: #fff;
}

.top-footer .top-footer-title {
	font-size: 24px;
	display: block;
	color: #ffe0aa;
}

.bottom-footer {
	background: #088585;
	padding: 20px 0;
}

#footer-menu {
	list-style: none;
	padding: 0;
    margin: 20px 0;
	text-align: center;
}

#footer-menu li {
	display: inline-block;
    margin-right: 5%;
}

#footer-menu li:last-child {
	margin-right: 0;
}

#footer-menu li a {
	display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-transform: uppercase;
    min-width: 90px;
    max-width: 100%;
    text-align: center;
}

#footer-menu li:hover a {
	opacity: 0.6;
}

#footer-menu ul {
    float: left;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: -999em;
    margin: 0;
    padding: 0;
    background: #920000;
    z-index: 99999;
}

#footer-menu ul li {
	width: 25%;
	margin-right: 0;
    float: left;
}

#footer-menu ul li a {
    margin: 5px;
    text-align: left;
    font-size: 16px;
    text-transform: none;
}

#footer-menu ul li:hover a {
	background: #fff;
	color: #920000;
}

#footer-menu li:hover ul li a {
	opacity: 1;
}

#footer-menu li:hover > ul,
#footer-menu li.focus > ul {
	left: 0;
    width: 100%;
}

.site-info {
    font-size:  12px;
    color: #ffe0aa;
    text-align:  right;
}

.site-info a {
    color: #ffe0aa;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: rgba(8, 133, 133, 0.5);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.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(255, 255, 255, 0.5) transparent;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.box-shadow-light-orange {
	box-shadow: inset 0 0 1px #FF9200, 0px 0 4px rgba(255, 146, 0, 0.5);
}

.box-shadow-dark-orange {
	box-shadow: inset 0 0 1px #FF4900, 0px 0 4px rgba(255, 73, 0, 0.5);
}

.box-shadow-pink-red {
    box-shadow: inset 0 0 1px #E60046, 0px 0 4px rgba(230, 0, 70, 0.5);
}

.box-shadow-blue{
   	box-shadow: inset 0 0 1px #0B66AB, 0px 0 4px rgba(11, 102, 171, 0.5);
}

.box-shadow-green{
 	box-shadow: inset 0 0 1px #00b567, 0px 0 4px rgba(0, 181, 103, 0.5);
}

.box-shadow-blue-green {
 	box-shadow: inset 0 0 1px #088585, 0px 0 4px rgba(8, 133, 133, 0.5);
}

.green-text-color {
	color: #00b567;
}

.green-b {
	background: #00b567;
}

.green-button {
	background: #00b567;
}

.green-button:hover {
	color: #00b567;
	background: #fff;
}

.green-border, .green-box .list-of-guides, .green-box .top-link {
	border-color: #00b567;
}

/**/
.blue-green-text-color {
	color: #088585;
}

.blue-green-b {
	background: #088585;
}

.blue-green-button {
	background: #088585;
}

.blue-green-button:hover {
	color: #088585;
	background: #fff;
}

.blue-green-border, .blue-green-box .list-of-guides, .blue-green-box .top-link {
	border-color: #088585;
}

/**/
.dark-blue-green-b {
	background: #005858;
}
/**/

.dark-green-text-color {
	color: #006f3f;
}

.dark-green-b {
	background: #006f3f;
}

.dark-green-border, .dark-green-box .list-of-guides {
	border-color: #006f3f;
}

.light-orange-b {
	background: #ff9200;
}

.light-orange-text-color {
	color: #ff9200;
}

.light-orange-box-col {
	background: #fce9cf;
}

.light-orange-border, .light-orange-box .list-of-guides {
	border-color: #ff9200;
}

.light-orange-button {
	background: #FF9200;
}

.light-orange-button:hover {
	color: #FF9200;
	background: #fff;
}

.dark-orange-b {
	background: #ff4900;
}

.dark-orange-text-color {
	color: #ff4900;
}

.dark-orange-box-col {
	background: #ffddcf;
}

.dark-orange-border, .dark-orange-box .list-of-guides {
	border-color: #ff4900;
}

.dark-orange-button {
	background: #FF4900;
}

.dark-orange-button:hover {
	color: #FF4900;
	background: #fff;
}

.pink-red-b {
	background: #e60046;
}

.pink-red-text-color {
	color: #e60046;
}

.pink-red-box-col {
	background: #fbdae4;
}

.pink-red-border, .pink-red-box .list-of-guides {
	border-color: #e60046;
}

.pink-red-button {
	background: #E60046;
}

.pink-red-button:hover {
	color: #E60046;
	background: #fff;
}

.blue-b {
	background: #0b66ab;
}

.blue-text-color {
	color: #0b66ab;
}

.blue-box-col {
	background: #e1f1fd;
}

.blue-border, .blue-box .list-of-guides {
	border-color: #0b66ab;
}

.blue-button {
	background: #0B66AB;
}

.blue-button:hover {
	background: #fff;
	color: #0B66AB;
}

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

.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 Query
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.sub-menu:before {
	    content: '';
	    display: block;
	    background: #920000;
	    top: 0;
	    bottom: 0;
	    position: absolute;
	    width: 200px;
	    left: -999px;
	    width: 999px;
	}

	.sub-menu:after {
	    content: '';
	    display: block;
	    background: #920000;
	    top: 0;
	    bottom: 0;
	    position: absolute;
	    width: 200px;
	    right: -999px;
	    width: 999px;
	}
}

@media screen and (min-width: 768px) {
	.main-navigation > ul {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    justify-content: flex-end;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
	    /*border-top: 7px solid #fff;*/
	    margin-top: -5px;
	}
}

@media screen and (max-width: 1199px) {
	.container {
		width: 100%;
	}
}

@media screen and (max-width: 1140px) {
	table.payment-methods th:first-child {
	    width: 19%;
	}

	table.payment-methods th {
		width: 11%;
	}

	.main-navigation a {
	    font-size: 16px;
	    min-width: 65px;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation a {
    	padding: 9px 3px;
    	font-size: 14px;
	    min-width: auto;
	}

	.label-casino {
    	margin-right: 0;
    	font-size: 12px;
	}

	.label-deposit {
	    font-size: 12px;
	}

	table.payment-methods th:first-child {
	    width: 24%;
	    overflow: hidden;
	}

	table.payment-methods th {
		width: 10%;
	}
	.method-bank-transfer, table.payment-methods a.method-bank-transfer {
		font-size: 12px;
	}

	.method-bank-transfer:before, .method-bank-transfer:after,
	table.payment-methods a.method-bank-transfer:before, table.payment-methods a.method-bank-transfer:after {
		content: none;
	}

	.info-table {
    	width: 49%;
    	float: left;
	}
}

@media screen and (max-width: 767px) {	
	.site-branding.flex-center {
    	margin: 10px 0;
    	padding-top: 0;
    	padding-bottom: 0;
	}

	.site-branding img {
    	height: 65px;
	}

	.main-navigation li {
		width: 48.5%;
	}

	.main-navigation a {
		margin-right: 0;
	    margin-bottom: 5px;
	}

	.main-navigation ul ul, #footer-menu ul {
		width: 100%;
		float: none;
	}

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

	#footer-menu li:hover ul, #footer-menu li.focus ul {
		bottom: 100%;
		left: 0;
	}

	.main-navigation ul ul a, .main-navigation ul ul li,
	#footer-menu ul a {
		width: 100%;
	}

	.rcmnd-casinos ul {
	    margin: 10px auto;
	    text-align:  center;
	}

	.rcmnd-casinos ul li {
	    display:  inline-block;
	}

	a.btn-play {
    	margin-right: 8px;
	}

	.bonus-box-title {
    	font-size: 20px;
    	margin-left: 25px;
	}

	.bonus-info p {
		border-left: none;
	    padding-top: 0;
	}

	.bonus-box table {
		font-size: 16px;
	}

	.bonus-box td span {
    	font-size: 22px;
	}

	.casino-bottom-bonus ul {
		font-size: 20px;
	}

	.slider-content {
    	height: 496px;
	}

	#footer-menu li {
    	width: 45%;
    	margin: 0 2%;
	}

	#footer-menu li a {
		font-size: 14px;
	}

	.top-footer span, .top-footer .top-footer-title {
    	font-size: 18px;
	}

	.site-info {
		text-align: center;
	}

}

@media screen and (max-width: 575px) {	
	.info-table {
    	width: 100%;
    	float: none;
	}

	.alignleft, .alignright {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.rcmnd-casinos a.btn-play {
		display: block;
	    width: 100%;
	    padding: 10px 5px;
	}

	.rcmnd-casinos ul li {
		padding: 0 0 0 16px;
		margin: 0 3px;
	}
}

@media screen and (max-width: 420px) {	
	.top-link img {
		width: 150px;
	}
}

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

/*.site-main-inner { background-color: #fff; max-width: 845px; margin: auto; color: #333; }*/

/*--------------------------------------------------------------
# Casino List
--------------------------------------------------------------*/

ol.casino-listings { list-style: none; counter-reset: brand; padding: 0; margin: 0; }
ol.casino-listings li.list-item { counter-increment: brand; }
.casino-list { padding: 15px; border-radius: 6px; display: flex; justify-content: space-between; margin: 35px 0 10px; --webkit-box-shadow: 0px 0px 15px -2px rgba(194,194,194,1);
-moz-box-shadow: 0px 0px 15px -2px rgba(194,194,194,1);
box-shadow: 0px 0px 15px -2px rgba(194,194,194,1); }
.casino-list .casino__image { width: 170px; border-radius: 6px; overflow: hidden; display: flex; background: #000; }
.casino-list .casino__image a { display: block; margin: auto; height: 100%;	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.casino-list .casino_content { width: calc(100% - 185px); }
.casino-list .casino_content .col-features, .casino-list .casino_content .col-meta { float: left; width: 50%; color: #606060; height: 100%; }
.casino-list .casino_content .col-features { position: relative; padding-right: 7px; }
.casino-list .casino_content .col-features::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 2px; background: #e6e6e6; }
.casino-list .casino_content .col-features .casino-name::before { content: counter(brand)'.'; margin-right: 5px; }
.casino-list .casino_content .col-features ul { margin: 0; padding: 0; list-style: none; }
.casino-list .casino_content .col-features ul li { margin: 5px 0; }
.casino-list .casino_content .col-features ul li::before { content: '✔'; color: #088585; margin-right: 2px; }
.casino-list .casino_content .col-meta { padding-left: 5px; }
.casino-list .casino_content .col-meta ul { list-style: none; padding-left: 0; margin-left: 0; margin-bottom: 0; }
.casino-list .casino_content .col-meta ul li { font-style: italic; }
.casino-list .casino_content .col-meta ul li .meta { display: flex; align-items: center; font-weight: 700; font-size: 18px; color: #088585; letter-spacing: 0.7px; font-style: normal; margin-bottom: 5px; }
.casino-list .casino_content .col-meta ul li p { text-align: left; margin-bottom: 0; }
.casino-list .casino-name { display: block; font-weight: 700; font-size: 20px; }
.casino-list i.ico { display: inline-block; height: 27px; margin-right: 10px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.casino-list i.ico--software { width: 50px; background-image: url("images/software-icon.svg"); }
.casino-list i.ico--jurisdiction { width: 44px; background-image: url("images/jurisdictions-icon.svg"); }
.casino-list i.ico--cashout { width: 52px; background-image: url("images/cashout-icon.svg"); }

.casino-info-text pre { font-size: 18px; background: transparent; white-space: pre-line; font-family: inherit; padding: 0 15px; line-height: 1.4; text-align: justify; }
.casino-info-text pre ul,
.casino-info-text pre ol { line-height: 1; margin-bottom: 0; margin-left: 0; }

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

	.casino-list { flex-wrap: wrap; justify-content: center; margin: 35px 0 10px; }
	.casino-list .casino__image { width: 100%; }
	.casino-list .casino_content { width: 100%; }
	.casino-list .casino-name { text-align: center; }
	.casino-list .casino_content .col-features, .casino-list .casino_content .col-meta { float: none; width: 100%; padding: 0; height: auto; }
	.casino-list .casino_content .col-features::after { content: initial; }
	.casino-list .casino_content .col-meta ul li { width: 100%; border-top: 2px solid #e6e6e6; padding-top: 5px; margin-top: 5px; }

 }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.section-info { background-color: #088585; color: #fff; padding: 20px; margin: 0 -15px; }
.section-info ul { display: flex; flex-wrap: wrap; margin-left: 0; margin-bottom: 0; padding-left: 0; list-style: none; margin: 0 -15px; }
.section-info ul li { width: 33.33%; padding: 0 15px; }

.section-info ul li .list__content { position: relative; }
.section-info ul li:nth-child(3n - 1) .list__content:before { position: absolute; display: block; top: 0; bottom: 0; left: -15px; background-color: #ffe0aa; width: 2px; height: 100%; content: ''; }
.section-info ul li:nth-child(3n - 1) .list__content:after { position: absolute; display: block; top: 0; bottom: 0; right: -15px; background-color: #ffe0aa; width: 2px; height: 100%; content: ''; }
.section-info ul li figure { width: 55px; height: 55px; margin: auto auto 10px; }
.section-info ul li figure img { height: 100%; max-width: none; width: auto; }
.section-info ul li .list-title { display: block; font-size: 18px; color: #ffe0aa; text-align: center; }
.section-info ul li p { line-height: 1.1; font-style: italic; }

.section-info h2 { text-align: center; font-size: 26px; margin-bottom: 25px; }

.section-listing { padding: 30px 0; }
.section-listing .section__head { display: flex; justify-content: center; margin-bottom: 20px; }
.section-listing .section__title { text-align: center; margin-bottom: 20px; line-height: 1.3; }
.section-listing .section__title span { display: block; line-height: 1; }
.section-listing .custum-title { font-size: 66px; text-transform: uppercase; font-weight: 700; text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgba(0,0,0,0.15); color: #ebc37f; background: #fff; }
.section-listing .custum-number { position: relative; font-size: 98px; line-height: 1; font-weight: 700; text-shadow: 2px 2px 0px #fff, 5px 4px 0px rgba(0,0,0,0.15); color: #088585; background: #fff; margin-right: 10px; transform: rotate(-20deg); }
.section-listing .meta { color: #818181; font-size: 30px; }
.section-listing .section__content ol { margin: 0; padding: 0; list-style-type: none; margin: 0 -15px; }
.section-listing .section__content ol li { position: relative; counter-increment: step-counter; margin-bottom: 10px; padding-left: 100px; padding-right: 30px; border-bottom: 2px solid #e6e6e6; }
.section-listing .section__content ol li ul,
.section-listing .section__content ol li ol { line-height: 1; margin-left: 0; }
.section-listing .section__content ol li ul li,
.section-listing .section__content ol li ol li { padding-left: 0; border-bottom: 0; } 
.section-listing .section__content ol li ul li:before,
.section-listing .section__content ol li ol li:before { display: none; }
.section-listing .section__content ol li:last-child { border-bottom: 0; }
.section-listing .section__content ol li::before { position: absolute; left: 0; top: 0; content: counter(step-counter); margin-right: 5px; background-image: url("images/ico-label.png"); background-size: contain; background-repeat: no-repeat; background-position: center; color: #cca25a; font-size: 30px; font-weight: 700; padding: 12px 25px; width: 80px; height: 70px; }
.section-listing .section__content ol li h3 { font-size: 24px; }
.section-listing .section__content ol li p { line-height: 1.2; }
.section-listing .section__content ol li a { color: #cca25a; transition: .3s; }
.section-listing .section__content ol li a:hover { color: #088585; }

.section-faq { background-color: #f2f2f2; padding: 30px 0 40px; margin: 0 -15px; }
.section-faq .section__head { text-align: center; margin-bottom: 20px; }
.section-faq .section__head h2 { font-size: 28px; }

.section-recomendations { padding: 30px 0; }
.section-recomendations .section__head,
.section-recomendations ol li { display: flex; justify-content: space-between; padding: 10px 0; }
.section-recomendations ol { position: relative; margin-left: 0; padding-left: 0; }
.section-recomendations ol:before,
.section-recomendations ol:after { position: absolute; display: block; top: -12px; height: 80%; width: 2px; content: ''; }
.section-recomendations ol:before { left: calc(50% - 44px); border-left: 10px dashed #088585; }
.section-recomendations ol:after { left: calc(50% + 34px); border-left: 10px dashed #b50000; }
.section-recomendations .list-row { width: calc(50% - 40px); }
.section-recomendations ol li .list-title { display: none; }
.section-recomendations ol li > div { position: relative; }
.section-recomendations ol li > div:first-child { padding-right: 20px; }
.section-recomendations ol li > div:last-child { padding-left: 20px; }
.section-recomendations .list-title { display: block; padding: 5px 15px; font-size: 24px; color: #fff; }
.section-recomendations .section__head .list-row:first-child .list-title { background-color: #088585; border-top-left-radius: 6px; border-bottom-left-radius: 6px; text-align: right; }
.section-recomendations .section__head .list-row:last-child .list-title { background-color: #b50000; border-top-right-radius: 6px; border-bottom-right-radius: 6px; text-align: left; }
.section-recomendations .section__body .list-row p { position: relative; line-height: 1.3; margin-bottom: 10px; padding-right: 20px; }
.section-recomendations .section__body .list-row p:after { position: absolute; right: -33px; top: 7px; height: 30px; width: 30px; border-radius: 50%; border: 7px solid #088585; background-color: #fff; z-index: 1; content: ''; }
.section-recomendations .section__body .list-row:last-child p { padding-right: 0; padding-left: 20px; }
.section-recomendations .section__body .list-row:last-child p:after { right: auto; left: -33px; border: 7px solid #b50000; }

.section-recomendations .section__body { position: relative; }
.section-recomendations .section__body:after { position: absolute; top: -12px; bottom: 0; width: 80px; height: 100%; background-color: #fff; left: calc(50% - 40px); content: ''; }

.section-recomendations ol { margin: 0; padding: 0; list-style-type: none;}
.section-recomendations ol li { position: relative; counter-increment: step-counter; }
.section-recomendations ol li:last-child { border-bottom: 0; }
.section-recomendations ol li::before { position: absolute; left: calc(50% - 30px); top: 0; content: counter(step-counter); margin-right: 5px; background-size: contain; background-repeat: no-repeat; background-position: center; color: #333; font-size: 30px; font-weight: 700; padding: 12px 25px; z-index: 3; }
.section-recomendations ol li ul,
.section-recomendations ol li ol { list-style: circle; line-height: 1; }
.section-recomendations ol li ul li::before,
.section-recomendations ol li ol li::before { display: none; }

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

	.section-info ul li { width: 50%; }
	.section-info ul li:nth-child(3n - 1) .list__content:before,
	.section-info ul li:nth-child(3n - 1) .list__content:after { display: none; }
	.section-info ul li:nth-child(2n) .list__content:before { position: absolute; display: block; top: 0; bottom: 0; left: -15px; background-color: #ffe0aa; width: 2px; height: 100%; content: ''; }

	.section-listing .custum-title { font-size: 46px; }
	.section-listing .meta { font-size: 22px; }
	.section-listing .custum-number { font-size: 76px; }
	.section-listing .section__content ol li { padding-left: 60px; }
	.section-listing .section__content ol li::before { width: 50px; height: 50px; font-size: 20px; padding: 10px 17px; }
	.section-listing .section__content ol li h3 { font-size: 22px; }

	.section-recomendations { padding: 0 0 10px; }
	.section-recomendations ol li { flex-wrap: wrap; }
	.section-recomendations ol li > div:first-child { padding-right: 0; }
	.section-recomendations ol li > div:last-child { padding-left: 0; }
	.section-recomendations .list-row { width: 100%; }
	.section-recomendations .section__head .list-row,
	.section-recomendations ol:before,
	.section-recomendations ol:after,
	.section-recomendations .section__body .list-row p:after,
	.section-recomendations ol li::before { display: none; }
	.section-recomendations ol li .list-title { display: block; font-size: 18px; background-color: #088585; margin-bottom: 10px; border-top-left-radius: 5px; border-top-right-radius: 5px }
	.section-recomendations ol li .list-row:nth-child(2) .list-title { background-color: #b50000; }
	.section-recomendations .section__body:after { display: none; }
	.section-recomendations .section__body .list-row:last-child p { padding-left: 0; }

	.section-info h2,
	.section-faq h2 { font-size: 24px; }

 }

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

	.section-info ul li { width: 100%; }
	.section-info ul li:nth-child(2n) .list__content:before { display: none; }
	.section-info ul li figure { height: 30px; width: 30px; }

	.section-listing .section__head { padding-left: 15px; }
	.section-listing .section__title { margin-bottom: -20px; }
	.section-listing .custum-title { font-size: 30px; }
	.section-listing .meta { font-size: 18px; }
	.section-listing .custum-number { font-size: 52px; margin-right: 8px; }
	.section-listing .section__content ol li { padding: 60px 15px 0; }

  }

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-tabs { list-style: none; margin: 0; overflow: hidden; padding: 0 30px; }
.faq-tabs .faq-tab__head { position: relative; font-weight: 700; cursor: pointer; width: 100%; transition: .3s; background: #fff; border-radius: 6px; padding: 15px; text-align: left; }
.faq-tabs .faq-tab__head h4 { font-size: 20px; padding-right: 60px; font-weight: 500; margin-bottom: 0; }

.faq-tab { overflow: hidden; display: block; transition: .3s; padding: 15px 15px 0; }
.faq-tab:before { display: none; }
.faq-tab + .faq-tab { border-top: 2px solid #f1f1f1; }

.faq-tab .faq-tab__head:after { position: absolute; display: block; font-size: 34px; color: #fff; right: 15px; top: 0px; transition: .3s; font-family: "Font Awesome 5 Free"; color: #088585; visibility: visible; font-weight: 700; content: '\f107'; }
.faq-tab.current .faq-tab__head:after { transform: rotate(180deg); }
.faq-tab .faq-tab__body { height: 0; visibility: hidden; overflow: hidden; transition: .3s; }
.faq-tab.current .faq-tab__body { height: auto; visibility: visible; }
.faq-tab .faq-tab__head a { position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; outline: none; z-index: 3; content: ''; }
.faq-tab .faq-tab__content { padding: 20px 15px 0; }
.faq-tab .faq-tab__content p { margin-bottom: 0; }

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

	.faq-tabs { padding: 0; }
	.faq-tabs .faq-tab__head h4 { font-size: 20px; padding-right: 30px; }
	.faq-tab .faq-tab__head:after { top: 50%; transform: translateY(-50%); }
	.faq-tab.current .faq-tab__head:after { transform: translateY(-50%) rotate(180deg) ; }

}

/*--------------------------------------------------------------
## STyle fixes
--------------------------------------------------------------*/

h2 { font-size: 26px; }

@media (max-width: 768px) {

	h1 { font-size: 26px; text-align: center; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }

}

@media (max-width: 480px) {

	.section-articles-list .col-4 { width: 100%; max-width: 100%; flex: 100%; }	
	.top-footer .row > div { max-width: 50%; width: 50%; flex: 0 0 50%; }
	.top-footer .row > div:first-child { max-width: 100%; width: 100%; flex: 100%; margin-bottom: 5px; }
	.bottom-footer { padding-top: 5px; }

}
.clearfix::after{content:"";display:table;clear:both}
