/*!
Theme Name: CasinoVincita
Theme URI: http://www.casinovincita.it
Author: PS
Author URI: http://www.casinovincita.it
Description: CustomVincita
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casinotheme
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# General classes
# Clearings
# Tabs
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #2f2f2f;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

body {
	font-family: 'Nunito', sans-serif;
	text-align: justify;
	font-size: 18px;
	background: #f2f2f2;
	color: #2f2f2f;
	/* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

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

ul, ol {
	margin: 15px 0;
}

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

ol.list-steps {
	margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: cnt;
}

ol.list-steps li {
	position: relative;
    counter-increment: cnt;
    margin-bottom: 15px;
    padding-top: 10px;
}

ol.list-steps li::before {
	content: counter(cnt);
	font-size: 20px;
    color: #333;
    background: #c6c6c6;
    font-weight: bold;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin: 0 5px 0 0;
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
	padding: 10px;
}

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

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: 5px;
	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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: none;
}

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

a:hover {
	opacity: 0.9;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
}

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

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

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

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

.main-navigation ul ul li, .footer-menu ul ul li {
	margin-right: 0;
}

.main-navigation ul ul a, .footer-menu ul ul a {
	width: 200px;
	padding: 5px;
    font-size: 14px;
}

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

.main-navigation li, .footer-menu li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

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

.main-navigation li.menu-item-has-children::after {
	content: '⌄';
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -18px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 15px 0;
	position: relative;
}

.main-navigation li:hover > a:before,
.main-navigation li.focus > a:before {border-color: #8d8d8d transparent transparent transparent;}

.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 {border-color: #8d8d8d transparent transparent transparent;}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {background: #8d8d8d;}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {background: #8d8d8d;}

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

.menu-toggle {
    width: 100%;
    background: #ed5c5c !important;
    border: none !important;
	border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

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

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

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

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

.footer-menu ul {
    text-align: center;
}

.footer-menu li a {
	display: inline-block;
	position: relative;
    padding: 15px 5px;
}

.footer-menu li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 12px 20px;
    border-color: transparent transparent #8d8d8d transparent;
}

.footer-menu li a:hover:before {
    border-color: transparent transparent #2f2f2f transparent;
}

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

.footer-menu ul ul li:hover > a,
.footer-menu ul ul li.focus > a {background: #2f2f2f;}

.footer-menu ul ul .current_page_item > a,
.footer-menu ul ul .current-menu-item > a,
.footer-menu ul ul .current_page_ancestor > a,
.footer-menu ul ul .current-menu-ancestor > a {background: #2f2f2f;}

.footer-menu ul ul li a:before {
    content: none;
}

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
    margin-bottom: 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;
}

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

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

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

/*--------------------------------------------------------------
# General classes
--------------------------------------------------------------*/
.fade {
	height: 0;
}

.fade.show {
	height: auto;
}

.v-center {
	display: flex;
    align-items: center;
}

.v-center {
	display: flex;
    align-items: center;
    justify-content: center;
}

.section.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.main-c2a {
	padding: 10px 0;
	font-size: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	display: block;
	text-transform: uppercase;
	/*background: #f92c32;
	border: 1px solid #fea2a3;*/
	background: #4dc768;
	border: 1px solid #45b35e;
}

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

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
ul.nav-tabs {
	margin: 0;
	border: none;
	padding-top: 10px;
}

ul.nav-tabs li.nav-item {
	margin-right: 2px;
}

ul.nav-tabs li.nav-item:last-child {
	margin: 0;
}

ul.nav-tabs li.nav-item a {
	margin-bottom: -2px;
}

.home .nav-tabs-wrapper {
	background: rgba(0, 0, 0, 0.3);
}

#tabHomeGuidesTabs {
	margin-top: -50px;
}

#tabHomeGuidesTabs li.nav-item a {
	color: #fff;
}

#tabHomeGuidesTabs li.nav-item a.active {
	color: #333;
	background: #f2f2f2;
	border: none;
}

#tabHomeGuidesContent .item {
	text-align: justify;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 8px 0;
	background: #fff;
}

#tabHomeGuidesContent .item a:hover {
	opacity: 0.9l
}

#tabHomeGuidesContent .item a.item-thumbnail {
	color: #2f2f2f;
	border-bottom: 3px solid #f1f1f1;
	margin-bottom: 10px;
}

#tabHomeGuidesContent .item .item-content a {
	color: #4dc768;
}

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

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

.widget-title {
	display: block;
    font-size: 2rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    overflow: hidden;
}

.widget-title span {
    display: inline-block;
    position: relative;
}

.widget-title span:after {
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    top: -4px;
    bottom: 0;
    width: 700%;
    left: 100%;
    margin: auto 0 auto 15px;
    border-bottom: 1px solid #8d8d8d;
    /*border-top: 1px solid #8d8d8d;*/
}

#secondary {
	margin-top: 1em;
}

#secondary ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#secondary ul li a {
    position: relative;
    display: block;
    color: #333;
    background: #fff;
    text-align: left;
    font-size: 17px;
    line-height: 1.3;
    padding: 5px 10px 5px 20px;
    border-radius: 10px;
    box-shadow: 4px 5px 7px -2px rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
}

#secondary ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    margin: auto;
    left: 7px;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #489e5a;
}

#secondary ul li a:hover {
    opacity: 0.9;
    background-color: #e2ffe9;
}

#secondary ul li a:hover:before {
	border-color: transparent transparent transparent #ed5b5c;
}

#secondary .widget {
	background: #ed5b5c;
	padding: 15px; border-radius: 15px;
	-webkit-box-shadow: 5px 5px 11px -3px #983b3d;
	box-shadow: 5px 5px 11px -3px #983b3d;
}

#secondary .widget .widget-title span {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

#secondary .widget .widget-title span:after {
	border-bottom: 1px solid #ffffff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.home .section-brands {
	background: #4ec768;
	color: #fff;
	padding: 20px 0;
}

.home .section-brands h2 {
	text-align: center;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	
}

.site-header .site-logo {
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-header .site-logo img {
	max-height: 70px;
}

.entry-header {
	background: url(images/header-bg.webp) no-repeat center / cover;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 #fafafa;
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.entry-header h1 {
	margin-bottom: 0;
	text-align: center;
}

.entry-header a {
	color: #fff;
}

.entry-header .search-form {
	position: relative;
	max-width: 320px;
    margin: 20px auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.entry-header .search-form label {
	display: block;
	margin-bottom: 0;
}

.entry-header .search-form input[type="search"] {
	border: none !important;
	padding: 5px 15px;
}

.entry-header .search-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/header-search-icon.svg) no-repeat center / contain;
	padding: 0;
    width: 28px;
    height: 28px;
    margin: 3px;
    text-indent: -9999px;
}

.top-casinos {
	text-align: center;
    margin-top: -160px;
    padding-bottom: 20px;
    position: relative;
	border-bottom: 10px solid #2f2f2f;
}

.top-casinos:after{
    content:"";
    position:absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom:0;
    background: url(images/dots.jpg);
    z-index: -1;
}

.top-casinos .row > div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.casino-box {
    background: #ebebeb;
    height: 100%;
	text-align: center;
}

.casino-logo {
	display: block;
	height: 100px;
}

.logo-1, .logo-888casino {
	background: url(images/888.jpg) no-repeat center/contain;
	background-color: #000;
}

.logo-2, .logo-williamhillcasino {
	background: url(images/william.jpg) no-repeat center/contain;
	background-color: #01133f;
}

.logo-3, .logo-starcasino {
	background: url(images/starcasino.jpg) no-repeat center/contain;
	background-color: #dbf5f9;
}

.logo-4, .logo-titanbet {
	background: url(images/titanbet.jpg) no-repeat center/contain;
	background-color: #d7e2e8;
}

.logo-5, .logo-betfair {
	background: url(images/betfair.jpg) no-repeat center/contain;
	background-color: #fcb711;
}

.logo-6, .logo-betway {
	background: url(images/betway.jpg) no-repeat center/contain;
	background-color: #000000;
}

.logo-7, .logo-netbet {
	background: url(images/netbet.jpg) no-repeat center/contain;
	background-color: #000000;
}

.logo-8, .logo-vogliadivincere {
	background: url(images/voglia.jpg) no-repeat center/contain;
	background-color: #252525;
}

.logo-9, .logo-unibet {
	background: url(images/unibet.jpg) no-repeat center/contain;
	background-color: #2d8141;
}

.logo-10, .logo-paddypower {
	background: url(images/paddy.jpg) no-repeat center/contain;
	background-color: #125641;
}

.logo-11, .logo-bet365 {
	background: url(images/bet365.jpg) no-repeat center/contain;
	background-color: #333;
}

.logo-12, .logo-casinocom {
	background: url(images/casino-com.jpg) no-repeat center/contain;
	background-color: #252525;
}

.logo-13, .logo-leovegas {
	background: url(images/leovegas.jpg) no-repeat center/contain;
	background-color: #f87244;
}

.logo-14, .logo-sisal {
	background: url(images/sisal.jpg) no-repeat center/contain;
	background-color: #fff;
}

.logo-15, .logo-snai {
	background: url(images/snai.jpg) no-repeat center/contain;
	background-color: #08090b;
}

.logo-16, .logo-starvegas {
	background: url(images/starvegas.jpg) no-repeat center/contain;
	background-color: #000;
}

.logo-17, .logo-merkur-win {
	background: url(images/merkur-win.jpg) no-repeat center/contain;
	background-color: #731013;
}

.casino-name {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

a.read-rvw {
	display: inline-block;
	color: #9e0b0f;
	font-size: 14px;
}

a.read-rvw:hover {
	color: #2e2e2e;
}

.bonus-cash {
	color: #007814;
	font-weight: bold;
	font-size: 22px;
	border-top: 2px dotted #acacac;
    margin: 10px 10px 0;
}

.bonus-cash span {
	display: block;
	font-size: 14px;
	color: #7b7a7a;
}

a.btn-join {
	display: inline-block;
	background: #f92c32;
	padding: 5px;
	color: #fff;
	min-width: 100px;
	margin: 10px auto;
	border-bottom: 3px solid #f92c32;
}

a.btn-join:hover {
	background: #ce2328;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.casino-games:nth-child(2n+1) {
    background: #f5f7f7;
}

.latest-title.articles {
    background: url(images/article-circle.png) no-repeat 15px center/ 35px;
    background-color: #2f2f2f;
}

.latest-title.games {
    background: url(images/game-circle.png) no-repeat 15px center/ 35px;
    background-color: #2f2f2f;
}

.latest-title {
    background-color: #2f2f2f;
    color: #fff;
    margin: 0 -15px 20px -15px;
    padding: 15px;
    padding-left: 55px;
}

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

ul.subpages li {
    margin-bottom: 20px;
}

ul.subpages p {
    margin-bottom: 0;
	font-size: 13px;
}

ul.subpages-sidebar p {
	font-size: 12px;
}

ul.subpages a:hover {
    color: #2f2f2f;
}

.sp-title, .sp-title:visited {
	color: #d4af38;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

ul.subpages-sidebar .sp-title {
    font-size: 16px;
    margin-bottom: 10px;
}

a.sp-rm {
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: table;
    text-align: center;
    border: 2px solid #d4af38;
}

.thmb {
    display: block;
    height: 194px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #cacaca;
}

.thmb img {
    border-radius: 50%;
    height: 180px;
    object-fit: cover;
}

.sp-rm span {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    background: #2f2f2f;
    border-radius: 50%;
}

.sp-rm:hover span {
	background: #d4af38;
}

ul.subpages-sidebar a.sp-rm {
	font-size: 12px;
}

.casino-rvw-box {
	text-align: center;
    margin-bottom: 20px;
    background: url(images/dots.jpg);
}

a.btn-play {
	display: block;
	font-size: 22px;
	background: #007814;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
    border: 1px solid #02520e;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgb(5, 156, 27);
	-moz-box-shadow: inset 0px 0px 0px 1px rgb(5, 156, 27);
	box-shadow: inset 0px 0px 0px 1px rgb(5, 156, 27);
}

a.btn-play:hover {
    background: #02520e;
}

a.btn-rvw {
	display: block;
	font-size: 22px;
	background: #9e0b0f;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
    border: 1px solid #7b080b;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgb(202, 38, 37);
	-moz-box-shadow: inset 0px 0px 0px 1px rgb(202, 38, 37);
	box-shadow: inset 0px 0px 0px 1px rgb(202, 38, 37);
}

a.btn-rvw:hover {
    background: #7b080b;
}

.bonus-cash2 {
	color: #007814;
	font-weight: bold;
	font-size: 26px;
	border: 2px dotted #acacac;
	padding: 10px;
	margin-bottom: 10px;
}

.bonus-cash2 span {
	display: block;
	font-size: 16px;
	color: #7b7a7a;
}

.gallery-casino .psgal {
	padding-bottom: 0;
}

.all-casinos-box a.btn-rvw, .all-casinos-box a.btn-play {
	margin-bottom: 10px;
	font-size: 16px;
}

.casino-rvw-slider {
	margin-bottom: 10px;
}

.all-casinos-box p {
	font-size: 13px;
}

.highlighted {
    background: #f7f7f6;
    border: 1px solid #eb675b;
    padding: 5px;
	margin-bottom: 1em;
}

.brands-listing .brand {
	text-align: justify;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 8px 0;
	background: #fff;
}

.brands-listing .brand a {
	color: #333;
}

.brands-listing .brand a:hover {
	opacity: 0.9;
}

.brands-listing .brand a.info .row {
	display: flex;
    flex-direction: row;
}

.brands-listing .brand a.info .row .brand-name {
	display: flex;
    align-items: center;
    justify-content: left;
    font-size: 24px;
    text-align: left;
}

.brands-listing .brand .brand-logo {
	text-align: right;
}

.brands-listing .brand .brand-logo img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f2f2f2;
}

.brands-listing .brand .rating {
	margin: 5px 0;
	border-bottom: 3px solid #f2f2f2;
	padding-bottom: 5px;
}

.brands-listing .brand .description {
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brands-listing .brand a.read-more {
	color: #4dc768;
}

table.tablestrategy {
    text-align: center;
}

table.tablestrategy caption {
    caption-side: top;
    text-align: center;
    background: #2f2f2f;
    color: #fff;
}

table.tablestrategy th {
    background: #9e0b0f;
    color: #fff;
    text-align: center;
    padding: 5px;
}

table.tablestrategy td {
    padding: 5px;
}

table.tablestrategy td.hit {
    background: #5cb85c;
    border: 1px solid #fff;
}

table.tablestrategy td.stand {
    background: #d9534f;
    border: 1px solid #fff;
}

table.tablestrategy td.double {
    background: #337ab7;
    border: 1px solid #fff;
}

table.tablestrategy td.split {
    background: #5bc0de;
    border: 1px solid #fff;
}

.tablestrategy tr:nth-child(2n) {
    background: #ebebeb;
}

table.tablestrategy th:first-child {
    width: 20%;
}

/* AFF Table */
.cvcasinos-casinos {
	margin-bottom: 1.5em;
}

.cvcasinos-title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    /*background: #199993;*/
    background: #777;
    border-radius: 12px;
    padding: 5px;
    position: relative;
}

.home .cvcasinos-title {
	display: none;
}

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

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

.cvcasinos-row {
	padding: 7px 0;
    text-align: center;
    background: #FFF;
    margin: 8px -15px;
    border-radius: 12px;
    box-shadow: 1px 1px 1px #f6f6f6;
}

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

.cvcasinos-row img {
    transition: all 0.2s cubic-bezier(0.71, 1.99, 0.35, 2.07);
    border-radius: 12px;
}

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

.cvcasinos-casinos ul li {
    padding: 0 0 0 13px;
    margin: 0;
    font-size: 13px;
    position: relative;
    font-weight: bold;
    /*color: #199993;*/
    color: #555;
}

.cvcasinos-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;
}

.cvcasinos-row .rank {
    background: #c5c5c6;
    color: #333;
    max-width: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.cvcasinos-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);
}

.cvcasinos-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);
}

.cvcasinos-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);
}

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

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

.cvcasinos-row .desc {
	color:  #555;
	font-size: 12px;
	text-align: justify;
}

.cvcasinos-row .tc {
	color: #555;
    font-size: 10px;
    text-align: justify;
    margin-top: 5px;
    font-style: italic;
}

a.link-review {
    display: inline-block;
    font-size: 14px;
    /*color: #0bb566;*/
    color: #555;
    font-weight: bold;
	text-decoration: underline;
}

a.more-brands {
	display: block;
    max-width: 200px;
    text-align: center;
    margin: 10px auto 0 auto;
    border-radius: 12px;
    background: #c5c5c5;
    color: #333;
    padding: 10px 0;
    font-weight: bold;
}

a.link-review:hover {
	opacity: 0.8;
}

/* FAQ */
.faq-title {
	text-align: center;
	margin: 20px 0;
}

.faq {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    counter-reset: a;
    border: 1px solid #ccc;
    padding: 0 15px;
	background: #fff;
}

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

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

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

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

.tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #f2f2f2;
}

.tab:last-child {
    border-bottom: none;
}

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

.faq label {
	position: relative;
	display: block;
	padding: 0 2em 0 20px;
	line-height: 2.5;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 16px;
    font-weight: normal;
}

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

.faq p {
	margin-bottom: 0;
}

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

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

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

/* Icon */
.faq label:before {
	counter-increment: a;
    content: counter(a)".";
    font-size: 16px;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.faq label::after, .faq h3 label::after {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #2f2f2f;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.faq input[type=checkbox] + label::after, .faq input[type=checkbox] ~ h3 label::after, .faq input[type=radio] + label::after {
  	content: url(/wp-content/themes/casinovincita/images/faq-open.svg);
}

.faq input[type=checkbox]:checked + label::after, .faq input[type=checkbox]:checked ~ h3 label::after, .faq input[type=radio]:checked + label::after {
	content: url(/wp-content/themes/casinovincita/images/faq-close.svg);
	top: -1px;
}

.faq.two-col-faq ul {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.top-section-review {
	margin-bottom: 1.5em;
}

.top-section-review .casino-name {
	margin-top: 15px;
}

.top-section-review .bonus-cash {
	border: none;
}

.casino-box p {
    text-align: center;
    margin-bottom: 0;
}

.top-section-review ul {
    margin:  0;
    padding: 15px 0;
    list-style: none;
    text-align:  left;
}

.top-section-review ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    position:  relative;
}

.top-section-review ul li:before {
    content:  '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fefefe;
    margin: auto;
}

.top-section-review ul li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #2f2f2f;
    margin: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
    background: #e55f5e;
    color: #fff;
    padding: 20px 0;
}

.site-footer a {
	color: inherit;
}

.site-footer .title {
	font-size: 20px;
	text-transform: uppercase;
}

.site-footer .fact {
	font-size: 20px;
}

.site-footer .fact strong {
	font-size: 30px;
	display: block;
	text-align: center;
	text-shadow: 2px 2px 0 #974036;
}

.footer-menu {
	background: #8d8d8d;
}

.site-info {
    margin-top: 20px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

@media screen and (min-width: 992px) {
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}

	.latest-title.articles, .latest-title.games {
		background-position: 50px center;
	}

	.latest-title {
    	margin: 0 -50px 20px -50px;
    	padding-left: 90px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.top-casinos .col-md-2 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.top-section-review .top-section-left {
		padding-right: 7px;
	}

	.top-section-review .top-section-right {
		padding-left: 7px;
	}
}

@media screen and (max-width: 767px) {
	ul.subpages {
	    text-align: center;
	}
	.main-navigation li {
    	display: block;
    	margin-right: 0;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		border-top: 1px solid #8d8d8d;
	}

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

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

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

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

	.top-casinos .row > div:nth-child(2n) {
    	padding-left: 7px;
    	padding-right: 15px;
	}

	.top-casinos .row > div:nth-child(2n+1) {
    	padding-left: 15px;
    	padding-right: 7px;
	}
	
	.top-section-review-img {
    	margin-bottom: 15px;
	}
}

@media screen and (max-width: 575px) {
	.hide-on-mobile {
		display: none;
	}
	
	.top-section-review .bonus-cash.nmbr {
    	border-top: 2px dotted #acacac;
    	margin-top: 0;
	}
}