/*!
Theme Name: bpoker
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bpoker
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.

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

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

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
	background: #fff;
	/* 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;
	padding: 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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

.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. */
#bpoker[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

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

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

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

.post {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

/*--------------------------------------------------------------
## Custom Rules CSS
--------------------------------------------------------------*/

.dark_title {
	color: #1d1d1b;
}

.white_title {
	color: #fff;
}

.main_title {
	position: relative;
	font-family: 'Condensed_Extra_Bold';
	font-size: 44px;
    text-transform: uppercase;
	margin: 0;
	text-align: center;
	z-index: 100;
}

.title_separator {
	margin: 0px 0 50px;
}

.title_ontop {
	position: absolute;
	top: 15px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 100;
}

.title_separator::after {
	content: '';
	position: absolute;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
	height: 2px;
	width: 130px;
    background-image: linear-gradient(#f7c048, #f19f00);
}

.separator_top::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(#f19f00, #f7c048);
}

.separator_bottom::after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(#f19f00, #f7c048);
}

.not_draggable {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}


/*--------------------------------------------------------------
## Header CSS
--------------------------------------------------------------*/

@font-face {
	font-family: 'Condensed';
	src: url('/wp-content/themes/bpoker/fonts/GsFuturaCondensedLight.ttf');
}

@font-face {
	font-family: 'Condensed_Bold';
	src: url('/wp-content/themes/bpoker/fonts/GsFuturaCondensedBold.ttf');
}

@font-face {
	font-family: 'Condensed_Extra_Bold';
	src: url('/wp-content/themes/bpoker/fonts/GsFuturaCondExtraBold.ttf');
}

@font-face {
	font-family: 'Bold';
	src: url('/wp-content/themes/bpoker/fonts/GsFuturaBold.ttf');
}

@font-face {
	font-family: 'Regular';
	src: url('/wp-content/themes/bpoker/fonts/GsFutura.ttf');
}

#masthead {
	position: relative;
    height: 105px;
    z-index: 100;
    margin-bottom: -3px;
    display: flex;
    background-image: linear-gradient(#f9c04e, #ef9d0c);
    border-bottom: 3px solid #dc9700;
}

.site_branding {
	position: absolute;
	left: 0;
}

.site_logo {
	width: 170px;
    margin: 20px 20px 13px 20px;
}

.site_navigation_wrapper {
    position: absolute;
    right: 0;
	padding: 0 30px 0 0;
}

#site-navigation {
	font-family: 'Condensed_Extra_Bold';
	text-transform: uppercase;
    font-size: 18px;
}

#site-navigation a {
	color: #1d1d1b;
	transition: 0.2s ease;
}

#site-navigation a:hover {
	color: #FFF;
}

#site-navigation li:nth-child(odd)::after {
	position: absolute;
    content: url(/wp-content/themes/bpoker/media/treff.png);
    right: -2.4vw;
    top: 0;
}

#site-navigation li:nth-child(even)::after {
	position: absolute;
    content: url(/wp-content/themes/bpoker/media/pikk.png);
    right: -2.4vw;
    top: 0;
}

#site-navigation li:last-child::after {
	display: none;
}

.social_wrapper {
	display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 13px 0 9px 0;
    border-bottom: 1.5px solid #dc9700;
	font-family: 'Bold';
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.social_wrapper li {
	position: relative;
	margin-left: 3vw;
}

.social_wrapper li a {
	color: #fff;
    transition: 0.2s ease;
	display: block;
    text-decoration: none;
}

.social_wrapper li a:hover {
	color: #1d1d1b;
}

.social_wrapper li::after {
	position: absolute;
    left: -23px;
    top: 0;
}

.social_wrapper li:nth-child(1)::after {
    content: url(/wp-content/themes/bpoker/media/udvozoljuk.png);
}

.social_wrapper li:nth-child(2)::after {
    content: url(/wp-content/themes/bpoker/media/kerdes.png);
}

.social_wrapper li:nth-child(3)::after {
    content: url(/wp-content/themes/bpoker/media/facebook.png);
}

.social_wrapper li:nth-child(4)::after {
    content: url(/wp-content/themes/bpoker/media/instagram.png);
}

.menu-toggle {
	margin: auto;
    background: none;
    width: 100%;
    border: none;
    padding: 12px 20px 6px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Condensed_Extra_Bold';
    cursor: pointer;
}

@media screen and (min-width: 1122px) {
.main-navigation ul {
    justify-content: flex-end;
}
}

@media screen and (max-width: 1121px) {
#masthead {
    height: inherit;
	flex-direction: column;
}

.site_branding {
    position: relative;
    left: 0;
	text-align: center;
}

.site_navigation_wrapper {
    position: relative;
    right: 0;
	padding: 0;
}
	
.social_wrapper {
    justify-content: center;
}
	
.main-navigation ul {
    justify-content: center;
    padding: 20px 0 15px 0;
}

}

@media screen and (min-width: 882px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
    	padding: 20px 0 15px 0;
	}
	#site-navigation li {
	margin-left: 3.6vw;
}
	#site-navigation li:first-child {
	margin-left: 0;
	}
	#primary-menu {
		text-align: center;
	}
}


@media screen and (max-width: 881px) {
.social_wrapper {
    padding: 0 0 9px 0;
    font-size: 12px;
}
	
.social_wrapper li {
    margin-left: 4vw;
}
	
.social_wrapper li:nth-child(1) {
    display: none;
}
.main-navigation li {
    text-align: center;
	margin-bottom: 25px;
}
.main-navigation li:last-child {
	margin-bottom: 0;
}
.main-navigation ul {
    padding: 20px 0 15px 0;
}
#site-navigation li:nth-child(odd)::after {
    position: absolute;
    content: url(/wp-content/themes/bpoker/media/treff.png);
    right: inherit;
    transform: translateX(-50%);
    top: 25px;
}
#site-navigation li:nth-child(even)::after {
    position: absolute;
    content: url(/wp-content/themes/bpoker/media/pikk.png);
    right: inherit;
	transform: translateX(-50%);
    top: 25px;
}
}

@media screen and (max-width: 680px) {
.social_wrapper li:nth-child(2) {
    display: none;
}
.social_wrapper li {
    margin: 0 10px 0 30px;
}
}

/*--------------------------------------------------------------
## Slider CSS
--------------------------------------------------------------*/

.forcefullwidth_wrapper_tp_banner{
	background-color: #032d15;
}

/*--------------------------------------------------------------
## Jackpot CSS
--------------------------------------------------------------*/

.jackpot {
	position: relative;
	padding: 20px 6vw 50px;
	background-color: #032d15;
}

.jackpot_title {
	position: relative;
    font-family: 'Condensed_Extra_Bold';
    font-size: 44px;
	letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 100;
	color: #f19f00;
	margin: 0;
	text-align: center;
}

.jackpot_separator {
	margin: 0 0 30px;
}

.jackpot_separator::after {
	content: '';
	position: absolute;
	bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
	height: 2px;
	width: 130px;
    background-color: #fff;
}

.jackpot_text {
	position: relative;
    font-family: 'Bold';
    font-size: 2.6vw;
	letter-spacing: 0.1vw;
    z-index: 100;
	color: #fff;
	margin: 0;
	text-align: center;
}

.jackpot_text strong {
	color: #f19f00;
	letter-spacing: 0.5vw;
}

@media screen and (max-width: 881px) {
.jackpot_text {
    font-size: 3.6vw;
}
}

@media screen and (max-width: 620px) {
.jackpot_text {
    font-size: 4.6vw;
}
.jackpot_text strong {
	display: block;
}
}

@media screen and (max-width: 520px) {
.jackpot_text {
    font-size: 5.8vw;
}
}

/*--------------------------------------------------------------
## Cash Gamek CSS
--------------------------------------------------------------*/

.cash_games {
	position: relative;
	padding: 40px 30px 30px;
	background-image: url(/wp-content/themes/bpoker/media/hexa_bg_grey.png);
	background-size: cover;
}

.cash_games ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cash_game_box {
	position: relative;
    display: flex;
    background-color: #1d1d1b;
    box-shadow: 0px 20px 80px -15px #000;
    min-height: 190px;
	width: 270px;
	margin: 40px 1.2vw 2.2vw;
	transition: 0.2s ease;
}

.cash_game_box:hover {
    box-shadow: 0px 20px 80px -25px #000;
	transform: perspective(1000px) translateZ(50px);
	z-index: 100;
}

.asztal_szam {
	position: absolute;
	top: -30px;
	left: 50%;
    transform: translateX(-50%);
	color: #e41024;
	font-family: 'Condensed_Extra_Bold';
	text-transform: uppercase;
	font-size: 20px;
	white-space: nowrap;
}

.cash_game_label {
	width: 70px;
    background-image: linear-gradient(#f19f00, #f7c048);
}

.cash_game_felirat {
    position: absolute;
    left: -35px;
    top: 90px;
	width: 145px;
	font-family: 'Bold';
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1d1d1b;
	margin: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.cash_game_adatok {
	color: #fff;
	text-align: center;
	width: calc(100% - 70px);
}

.adatok {
    padding: 10px 0;
}

.tetek {
	font-family: 'Condensed_Extra_Bold';
    margin: 0 0 5px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 40px;
}

.jatek_limit {
	font-family: 'Condensed';
    margin: 0;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
}

.jatek {
	font-family: 'Condensed';
    margin: 5px 0;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.min_max {
	display: flex;
	font-family: 'Condensed';
	border-top: 2px solid #f19f00;
}

.minimum_wrapper, .maximum_wrapper {
	width: 50%;
}

.minimum_wrapper {
	border-right: 2px solid #f19f00;
}

.maximum_text, .minimum_text {
	margin: 8px 0 4px;
    font-size: 21px;
    line-height: 21px;
}

.min_max .minimum, .min_max .maximum {
	font-family: 'Condensed_Extra_Bold';
    font-size: 23px;
    line-height: 23px;
    margin: 5px 0 6px;
}

/*--------------------------------------------------------------
## VIP Cash Gamek CSS
--------------------------------------------------------------*/

.vip_cash_games {
    position: relative;
	padding: 80px 0 50px;
    min-height: 520px;
	background-color: #050505;
}

.vip_game_bg {
	position: absolute;
	top: 10px;
	left: 0;
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 500px;
}

.vip_main_title {
    position: relative;
    font-family: 'Condensed_Extra_Bold';
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    z-index: 100;
}

.vip_main_title strong {
    color: #f19f00;
}

.vip_cash_games ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.vip_cash_game_box {
    position: relative;
    display: flex;
    box-shadow: 0px 20px 80px -15px #000;
    min-height: 190px;
    width: 540px;
    margin: 40px 1.2vw 2.2vw;
    transition: 0.2s ease;
}

.vip_cash_game_box:hover {
    box-shadow: 0px 20px 80px -25px #000;
	transform: perspective(1000px) translateZ(50px);
	z-index: 100;
}

.vip_cash_game_felirat {
    position: absolute;
    left: -35px;
    top: 50px;
    width: 145px;
    font-family: 'Bold';
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1d1d1b;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.vip_cash_game_adatok {
    color: #fff;
    text-align: center;
    width: calc(100% - 70px);
    border: 2px solid #f19f00;
}

.vip_tetek {
    font-family: 'Condensed_Extra_Bold';
    margin: 5px 0 5px;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 48px;
	color: #f19f00;
}

.vip_jatek_limit {
    font-family: 'Condensed';
    margin: 0;
    font-size: 34px;
    line-height: 36px;
    text-transform: uppercase;
}

.vip_jatek {
    font-family: 'Condensed';
    margin: 5px 0 0;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
}

.vip_asztal_szam {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #e41024;
    font-family: 'Condensed_Extra_Bold';
    text-transform: uppercase;
    font-size: 20px;
    white-space: nowrap;
}

@media screen and (max-width: 881px) {
.vip_cash_games {
	padding: 50px 20px 60px;
}
	
.vip_game_bg {
    height: 400px;
}
}

/*--------------------------------------------------------------
## Versenyek CSS
--------------------------------------------------------------*/

.our_tournaments {
	padding: 30px 50px 80px;
	background-image: url(/wp-content/themes/bpoker/media/hexa_bg_grey.png);
	background-size: cover;
	margin-bottom: -50px;
}

.verseny_box {
	position: relative;
	display: flex;
	background-color: #1d1d1b;
	box-shadow: 0px 20px 80px -15px #000;
	margin: 0 auto 50px;
	min-height: 209px;
	width: 90%;
	max-width: 1200px;
	transition: 0.2s ease;
}

.verseny_box:hover {
	box-shadow: 0px 20px 80px -25px #000;
	transform: perspective(1000px) translateZ(20px);
	z-index: 100;
}


.verseny_label {
	width: 70px;
    background-image: linear-gradient(#f19f00, #f7c048);
}

.verseny_felirat {
    position: absolute;
    left: -35px;
    top: 95px;
	width: 145px;
	font-family: 'Bold';
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1d1d1b;
	margin: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.verseny_adatok {
	color: #fff;
	padding: 20px 35px;
	width: calc(100% - 70px);
}

.verseny_adatok p {
	font-family: 'Regular';
	margin: 5px 0;
	font-size: 24px;
}

.verseny_adatok h2 {
	font-family: 'Bold';
	margin: 5px 0;
	font-size: 24px;
	text-transform: uppercase;
}

.verseny_adatok .tet {
	background: -webkit-linear-gradient(#f19f00, #f7c048);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.verseny_adatok .nap {
	text-transform: uppercase;
	font-size: 20px;
}

@media screen and (max-width: 881px) {
.our_tournaments {
	padding: 20px 0 20px;
}
	
.verseny_adatok p {
	font-size: 22px;
}
}

/*--------------------------------------------------------------
## About Us CSS
--------------------------------------------------------------*/

.about_us {
	position: relative;
	background-color: #032d15;
	padding: 50px 0 10px;
	display: flex;
    background-image: url(/wp-content/themes/bpoker/media/hexa_bg.png);
	background-size: cover;
	margin-top: -40px;
}

.about_us_image_wrapper {
	width: 40%;
    text-align: center;
	padding: 80px 2vw 80px 9vw;
}

.about_us_image {
	max-width: 400px;
	width: 100%;
}

.about_us_title {
	position: relative;
    font-family: 'Condensed_Extra_Bold';
    font-size: 44px;
    text-transform: uppercase;
    margin: 0;
}

.about_us_title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0%;
    height: 2px;
    width: 130px;
    background-image: linear-gradient(#f7c048, #f19f00);
}

.about_us_text_wrapper {
	width: 60%;
    padding: 50px 9vw 60px 4vw;
}

.about_us_text_container {
	position: relative;
}

.about_us_text p {
	color: #fff;
    font-family: 'Condensed';
    font-size: 28px;
    margin: 25px 0 25px;
    text-align: justify;
}

.about_us_button {
    border: none;
    border-radius: 2px;
    background-color: #f19f00;
    color: #fff;
    padding: 12px 45px 8px;
    font-family: 'Condensed_Extra_Bold';
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    transition: 0.2s ease;
    text-decoration: none;
	display: inline-block;
	box-shadow: 0px 20px 80px -15px #000;
}

.about_us_button:hover {
	box-shadow: 0px 20px 80px -25px #000;
	transform: perspective(800px) translateZ(50px);
}

.about_us_logo {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
}


@media screen and (max-width: 881px) {
.about_us_text p {
    font-size: 24px;
}

.about_us_button {
	padding: 10px 40px 5px;
    font-size: 22px;
}
	
.about_us_logo {
	position: relative;
    width: 140px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 520px) {
.about_us {
	padding: 60px 30px 20px;
	display: block;
}
	
.about_us_image_wrapper {
	width: 100%;
	padding: 0;
}
	
.about_us_image {
	width: 250px;
}
	
.about_us_title::after {
    left: 50%;
	transform: translateX(-50%);
}
	
.about_us_text_wrapper {
	width: 100%;
    padding: 20px 0 30px;
	text-align: center;
}
	
.about_us_text p {
    text-align: center;
}
}

@media screen and (max-width: 420px) {
.about_us_image {
	width: 200px;
}
}

/*--------------------------------------------------------------
## Gallery CSS
--------------------------------------------------------------*/

.gallery {
	position: relative;
	z-index: 100;
}

/*--------------------------------------------------------------
## Contact Us CSS
--------------------------------------------------------------*/

.contact_section {
	position: relative;
	background-color: #1d1d1b;
    padding: 40px 20px 60px;
}

.contact_details {
    margin: 0;
    font-family: 'Condensed';
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_details strong {
	font-family: 'Condensed_Bold';
	font-weight: 100;
}

.contact_details li {
	position: relative;
	margin-bottom: 0;
    font-size: 28px;
}

.contact_details li a {
	color: #fff;
	text-decoration: none;
	transition: 0.2s ease;
}

.contact_details li a:hover {
	color: #f7c048;
}

.contact_details li::after {
	position: absolute;
    top: 0;
}

.contact_details li:nth-child(1)::after {
    content: url(/wp-content/themes/bpoker/media/cim.png);
	left: -35px;
}

.contact_details li:nth-child(2)::after {
    content: url(/wp-content/themes/bpoker/media/telefon.png);
	left: -45px;
}

.contact_details li:nth-child(3)::after {
    content: url(/wp-content/themes/bpoker/media/uzenet.png);
	left: -50px;
}

.contact_section .wpcf7 {
	width: 45vw;
    margin: auto;
}

.wpcf7-form p {
	margin: 0 0 5px;
	text-align: center;
}

.wpcf7-text, .wpcf7-email {
	width: 100%;
    height: 60px;
    padding: 0 25px;
    font-family: 'Condensed';
    font-size: 26px;
    font-weight: 600;
    border-radius: 2px;
    border: none;
}

.wpcf7-textarea {
	width: 100%;
    height: 120px;
    padding: 15px 25px 20px;
    font-family: 'Condensed';
    font-size: 26px;
    font-weight: 600;
    border-radius: 2px 2px 40px 40px;
    border: none;
}

.wpcf7-submit {
	border: none;
    border-radius: 2px;
    background-image: linear-gradient(#f7c048, #f19f00);
    color: #fff;
    padding: 12px 55px 8px;
    font-family: 'Condensed_Extra_Bold';
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
	transition: 0.2s ease;
	box-shadow: 0px 20px 80px -15px #000;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
}

.wpcf7-submit:hover {
    box-shadow: 0px 20px 80px -25px #000;
	transform: perspective(800px) translateZ(50px);
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #1d1d1b !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #1d1d1b !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #1d1d1b !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #1d1d1b !important;
opacity: 1;
}

.contact_money_left {
	position: absolute;
    left: 0;
    bottom: -50px;
    width: 30vw;
    z-index: 100;
}

.contact_money_right {
	position: absolute;
    right: 0;
    bottom: -50px;
    width: 30vw;
    z-index: 100;
}

.google_maps {
	height: 450px;
	position: relative;
}

@media screen and (max-width: 881px) {
.contact_money_right, .contact_money_left {
    width: 35vw;
}

.contact_details li {
    font-size: 26px;
}
}

@media screen and (max-width: 620px) {
.contact_section .wpcf7 {
	width: 80%;
}
	
.wpcf7-submit {
    padding: 10px 40px 5px;
    font-size: 22px;
}

.contact_money_right, .contact_money_left {
    bottom: -20px;
}
}

@media screen and (max-width: 520px) {
.contact_details strong {
	display: block;
	text-align: center;
}

.contact_details li {
    font-size: 24px;
	text-align: center;
	margin-top: 65px;
}
	
.contact_details li:nth-child(1)::after {
    content: url(/wp-content/themes/bpoker/media/cim.png);
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
}

.contact_details li:nth-child(2)::after {
    content: url(/wp-content/themes/bpoker/media/telefon.png);
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
}

.contact_details li:nth-child(3)::after {
    content: url(/wp-content/themes/bpoker/media/uzenet.png);
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
}

}

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

.footer_top {
	position: relative;
    background-color: #032d15;
    padding: 50px 16vw;
    text-align: center;
    background-image: url(/wp-content/themes/bpoker/media/hexa_bg.png);
	background-size: cover;
}

.jatekosvedelem {
	margin: 0;
	font-family: 'Regular';
	list-style: none;
}

.jatekosvedelem li {
	margin-bottom: 12px;
    font-size: 20px;
	letter-spacing: 1px;
}

.jatekosvedelem li a {
	color: #fff;
	text-decoration: none;
	transition: 0.2s ease;
}

.jatekosvedelem li a:hover {
	color: #f7c048;
}

.footer_bottom {
	background-color: #fff;
    text-align: center;
    padding: 40px 22vw;
	position: relative;
	font-family: 'Regular';
	font-size: 18px;
    font-weight: 600;
}

.footer_left_card {
	position: absolute;
    left: 4vw;
    top: -80px;
    height: 160px;
}

.footer_right_card {
	position: absolute;
    right: 4vw;
    top: -80px;
    height: 160px;
}


@media screen and (max-width: 881px) {
.footer_top {
    padding: 50px 16vw 70px;
}
	
.footer_bottom {
    padding: 60px 50px 30px;
}
	
.jatekosvedelem li {
    margin-bottom: 30px;
    font-size: 18px;
}
	
.footer_left_card {
	display: none;
}

.footer_right_card {
    right: 50%;
    transform: translateX(50%);
    top: -80px;
    height: 130px;
}
}

@media screen and (max-width: 520px) {
.footer_top .footer_title {
    font-size: 32px;
}
.footer_top {
    padding: 50px 40px 70px;
}
}