/*!
Theme Name: winokpoker
Text Domain: winokpoker
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.main {
	padding: 0 30px;
	    max-width: 1200px;
    margin: 0 auto;
}

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body {
	color: #d1d1d1;
	font-family: serif;
	font-size: 18px;
	line-height: 1.6;
	background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 15px;
	font-weight: 700;
	color: #fff;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
p {
	margin: 0 0 15px;
}

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

blockquote {
	margin: 0 0 15px;
	font-size: 17px;
	font-style: italic;
	border: 1px dashed #933B3D;
	padding: 15px;
	color: #fff;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
table td,
table th {
	padding: 5px;
	border: 2px solid #933B3D;
}

@media (max-width: 767px) {
	.resizetable {
		width: 100%;
		box-sizing: border-box;
		margin: 20px 0;
	}

	.resizetable table {
		display: block;
		overflow: auto;
		white-space: nowrap;
	}
	
	.main {
	padding: 0 20px;
}
}
/* Links
--------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #933B3D;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border: 1px solid;

	color: #fff;

	padding: 10px;
}
.search-form input[type='submit'] {
	display: none;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	border: none;
	outline: 0;
}

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: none;
	outline: 0;
}

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: none;
	width: 75%;
	padding: 10px;
}
input[type='search'] {
	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;
	outline: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Small menu */
.menu-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: -10px;
	z-index: 9999;
	background: none;
	padding: 0;
	border: none;
	font-size: 30px;
}
button.menu-toggle {
	cursor: pointer;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation ul li {
	display: inline-block;
	margin-left: 20px;
}
.main-navigation ul li:first-child {
	margin-left: 0;
}
.main-navigation a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	font-weight: 700;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}

/* Post Navigation */

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

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

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

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

.post-navigation {
	padding: 2em 0 3em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

.post-navigation a {
	color: #2f2f2f;
	text-decoration: none;
	font-weight: 700;
	padding: 5px;
	border: 1px solid #e99ea6;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color: #000;
}

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

.post,
.type-page {
	margin: 0;
}

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

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

.alignright {
	/*rtl:ignore*/
	float: right;

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

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

/* 
Created on : Aug 22, 2020, 9:10:12 AM
Author     : Mr. Puneet Taylor
*/

html,
body {
	margin: 0;
	padding: 0;
}

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

.col-6 {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-5 {
	width: 41.666667%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-4 {
	width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-3 {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-2 {
	width: 16.666667%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.row:after {
	clear: both;
}
.row:after,
.row:before {
	display: table;
	content: ' ';
}

.row {
	/* 	margin-left: -15px; */
	/* 	margin-right: -15px; */
}

.site-header {
	padding: 15px;
}

.clearfix:after {
	display: table;
	clear: both;
	content: '';
}
.banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
    text-align: center;
/* 	max-width: 1200px; */
    margin: 0 auto;
}

.banner:after {
	content: '';
	background-image: url("/wp-content/uploads/2025/11/main-banner.jpg");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-position: center;
	background-size: cover;
	filter: brightness(0.6);
}

.desc {
	color: #ff9a01;
}

.bannerTitle {
	color: #fff;
	font-weight: 900;
	font-size: 40px;
	text-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}
.promocode {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 9;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.promocode span {
	position: relative;
	margin-right: 25px;
	cursor: pointer;
	display: inline-block;
	color: #06d3a7;
}

.promocode span:after {
	content: '';
	-webkit-mask-image: url(/wp-content/themes/win/images/copy.svg);
	mask: url(/wp-content/themes/win/images/copy.svg);
	-webkit-mask-position: 50%;
	background-color: #06d3a7;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	right: -22px;
}
@media (max-width: 767px) {
	.bannerTitle {
		font-size: 24px;
	}
}
.banner__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 50px auto;
}

.contentSection {
	width: 67%;
	float: left;
}

.contentSection.full {
	width: 100%;
}

img.custom-logo {
	min-width: 160px;
	width: 100%;
}

.error-404 {
	padding: 50px 0;
	text-align: center;
}

.comments-area {
	margin-top: 30px;
}

.imgArea {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 45%;
}

.leaveReply textarea {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	outline: none !important;
	resize: none;
	margin-bottom: 30px;
}

.sidebar {
	width: 33%;

	padding-left: 30px;
	float: left;
}

#secondary {
	background: #0c0c0c;
	height: 100%;
	padding: 20px;
}
#secondary .widget-title {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}
#secondary ul {
	margin: 0 0 30px;
	list-style: none;
}
#secondary ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}
#secondary ul li:last-child {
	margin-bottom: 0;
}
#secondary ul li a {
	display: block;
	line-height: 1.3;
	font-weight: 700;
}
#search-2 {
	margin-bottom: 30px;
}
ul.pagination {
	text-align: center;
	list-style: none;
}

.pagination-wrap {
	margin-top: 5px;
}

.nav-links a {
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	background: #0c0c0c;
}
.nav-links a:hover,
.nav-links span {
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	background: #fe4055;
}

.site-footer .widget-title {
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
}
.footerwidgets {
	padding: 40px 0 20px;
}
.footerwidgets ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
.footerwidgets ul li {
	margin-bottom: 10px;
}
.footerwidgets ul li:last-child {
	margin-bottom: 0;
}
.footerwidgets ul li a {
	color: #999;
	display: block;
	line-height: 1.3;
}
.footerwidgets ul li a:hover {
	color: #fff;
}
.footerwidgets .widget {
	margin-bottom: 30px;
}
.footer__btns {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
}

.sidebar__btns {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.home h2,
.home h1 {
	font-size: 20px;
}
.home h3 {
	font-size: 17px;
}
.lead {
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
	font-size: 18px;
}
#respond input[type='text'],
#respond input[type='email'],
#respond input[type='url'],
#respond textarea {
	width: 100%;
}


.header__wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.header__wrapper > .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__actions {
	display: flex;
	gap: 10px;
}

.btn,
.content a,
#comments input[type='submit'] {
	text-align: center;
/* 	border-radius: 28px; */
	border: 2px solid #933B3D;
	text-decoration: none;
	display: inline-block;
	max-width: 300px;
	min-width: 140px;
	width: 100%;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
	transition: all 0.3s 0s;
	background: transparent;
    padding: 0;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.btn_red,
.content a {
	background: #933B3D;
	background: linear-gradient(0deg, rgba(147, 59, 61, 1) 23%, rgba(204, 114, 116, 1) 100%);
	color: #fff;
}

.btn_red:hover,
.content a:hover {
	background: #933B3D;
	background: linear-gradient(0deg, rgba(147, 59, 61, 1) 23%, rgba(204, 114, 116, 1) 100%);
	text-decoration: none;
	border-color: #e03939;
	color: #fff;
	box-shadow: none;
}

.btn_transparent:hover,
#comments input[type='submit']:hover {
	background: #933B3D;
	background: linear-gradient(0deg, rgba(147, 59, 61, 1) 23%, rgba(204, 114, 116, 1) 100%);
	text-decoration: none;
	color: #fff;
}

.content a {
	margin: 0 auto;
	display: block;
}

@media (max-width: 767px) {
	.footer__btns {
		flex-direction: column;
	}
	.header__actions .btn_transparent {
		display: none;
	}
}

.footerButtons a.mainbtn {
	margin-right: 15px;
}
.footerImages {
	text-align: center;
	border-top: 1px solid rgba(89, 89, 115, 0.2);
	border-bottom: 1px solid rgba(89, 89, 115, 0.2);
	padding: 20px 0;
}
.footerImages img {
	margin: 10px 15px;
	vertical-align: middle;
}

.site-info {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding: 20px 0;
}
.site-info ul {
	margin: 0 0 10px;
	list-style: none;
}
.site-info ul li {
	display: inline-block;
	margin: 0 10px 5px;
}

.site-info p {
	margin: 0 0 5px;
}
.breadcrumb {
	font-size: 13px;
	padding: 15px 0;
}
.breadcrumb h1 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
}
.service-block {
/* 	border-radius: 28px; */
	background-color: #0c0c0d;
/* 	border: 1px solid #555; */
	display: flex;
	align-items: center;
	padding-right: 15px;
	margin-bottom: 30px;
	gap: 20px;
	height: 150px;
	overflow: hidden;
}
.block-img {
	height: 100%;
    filter: brightness(0.5);
    width: 200px;
	flex: 0 0 200px;
}
.block-img:hover {
	filter: none;
}
.block-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block-link a {
	display: block;
	font-weight: 700;
	line-height: 1.35;
}
.slot-wrap {
	background: #000;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.slot-wrap img {
	display: block;
	width: 100%;
}
.slot-wrap a.secbtn {
	display: block;
	padding: 7px;
	max-width: 170px;
	margin: 10px auto;
}
.slot-wrap span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.hidden-box {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	display: none;
}
.slot-wrap:hover img {
	opacity: 0.4;
}
.slot-wrap:hover .hidden-box {
	display: block;
}
a.text-link {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
a.text-link:hover {
	border-bottom: 1px solid #fff;
}
.headerButtons a.mainbtn {
	margin-right: 10px;
}
.headerButtons {
	text-align: right;
	padding-top: 2px;
}
#site-navigation {
	text-align: center;
	padding-top: 1px;
}
.single .entry-content a {
	font-weight: 700;
}
.entry-content a {
	color: #933B3D;
}
p.form-submit {
	margin: 0;
}
#footerArea {
	max-width: 1200px;
    margin: 0 auto;
}

#comments label {
	display: block;
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 7px;
}
#comments ol {
	margin: 0;
	list-style: none;
}
#comments ol ol {
	padding-left: 30px;
}
.comment-author img {
	float: left;
	margin-right: 15px;
}
.comment-date {
	font-size: 13px;
	opacity: 0.7;
}
.comment-content {
	padding-bottom: 20px;
}
.comment-edit a {
	font-size: 13px;
	color: #3daa45;
}
.comments-title,
.comment-reply-title {
	color: #fff;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
.entry-title a {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.3;
}
.taxonomy-description {
	padding-top: 20px;
}
.page-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.slotlist {
	padding: 30px 0;
}
.gamesCat ul {
	margin: 0;
	list-style: none;
}
.gamesCat ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 17px;
}
.gamesCat ul li:last-child {
	margin-right: 0;
}
.gamesCat ul li a {
	padding: 7px 15px;
	background: #302d28;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}
.gamesCat ul li a:hover {
	color: #f9b242;
}
.slotPlay {
	text-align: center;
	padding: 20px 0 30px;
}
.entry-content iframe {
	border: none;
	padding: 0;
	width: 100%;
	height: 450px;
}
.text-content {
	padding-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.headerButtons a.mainbtn {
		display: none;
	}
	.main-navigation ul li {
		margin-left: 10px;
	}
	.main-navigation a {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.entry-content iframe {
		height: 350px;
	}
	.postlist .entry-content {
		display: none;
	}
	.hidden-box {
		top: 13%;
	}
	.block-link a {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.hidden-box {
		top: 25%;
	}

	.block-link a {
		font-size: 16px;
	}
	#site-navigation ul {
		display: none;
	}
	#site-navigation.toggled ul,
	.postlist .entry-content {
		display: block;
	}
	.col-6,
	.col-5,
	.col-4,
	.col-3,
	.contentSection {
		width: 100%;
	}
	.main-navigation ul li {
		display: block;
		margin-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	}
	.main-navigation ul li:last-child {
		border: none;
	}
	.main-navigation ul li a {
		display: block;
		padding: 10px 0;
	}
	.main-navigation ul {
		background: #0c0c0c;
		padding: 5px 15px;
		margin: 5px 0 5px;
	}
	#site-navigation {
		text-align: left;
		padding-top: 0;
	}
	.headerButtons {
		text-align: center;
		padding-bottom: 25px;
		padding-top: 20px;
	}
	.mainMenus .col-3 {
		text-align: center;
	}
	.mainMenus .col-3 img {
		max-width: 150px;
	}
	.sidebar {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.footerwidgets .col-3 {
		width: 50%;
	}
	.slotlist .col-3,
	.slots .col-3 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.hidden-box {
		top: 18%;
	}
	#secondary {
		padding: 15px;
	}
	.imgArea {
		margin-right: 0;
		width: 100%;
	}
	.entry-content iframe {
		height: 250px;
	}
	.postlist .entry-content {
		margin-bottom: 25px;
	}
	#primary {
		padding: 15px;
	}
	.footerImages img {
		margin: 10px 10px;
		max-height: 30px;
	}
}
@media (max-width: 500px) {
	.footerwidgets .col-3 {
		width: 100%;
		min-height: auto;
	}
	.slotlist .col-3,
	.slots .col-3 {
		width: 100%;
	}
	.hidden-box {
		top: 30%;
	}
}
@media (max-width: 460px) {
	.entry-content iframe {
		height: 200px;
	}
}
@media (max-width: 360px) {
	.hidden-box {
		top: 25%;
	}
}
@media (max-width: 300px) {
	.hidden-box {
		top: 20%;
	}
}


.articles,
.content {
/* 	max-width: 1200px; */
	margin: 0 auto;
	padding: 0 50px;
}

.articles__title {
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 20px;
}

@media (max-width: 767px) {
	.articles,
	.content {
		padding: 0 10px;
	}

	.articles__title {
		font-size: 25px;
	}
}