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

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

main {
	display: block;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body {
	color: rgba(255, 255, 255, 0.7);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	background: #2c1a0f; /* Dark orange-brown */
}

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-left: 4px solid #f39c12; /* Orange */
	padding: 0 0 0 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: #ffdd99; /* Light orange */
	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: disc;
}

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

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(243, 156, 18, 0.1); /* Orange border */
}

table td,
table th {
	padding: 10px 15px;
	border: 1px solid rgba(243, 156, 18, 0.1);
}

@media screen and (max-width: 767px) {
	.resizetable {
		width: 100%;
		overflow: auto !important;
		border: 1px solid rgba(243, 156, 18, 0.1);
		box-sizing: border-box;
		margin: 20px 0 20px;
	}
	.resizetable table {
		margin: 0 0 0 0 !important;
		border: none !important;
		border-radius: 0 !important;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #f39c12; /* Orange */
	text-decoration: none;
}

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

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #e67e22; /* Dark orange */
	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: block;
	position: absolute;
	right: 15px;
	top: 0px;
	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;
	font-weight: 700;
	text-decoration: none;
	color: #999;
}

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

.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-text {
	text-align: center;
	padding: 6px 0 0;
	font-size: 14px;
	opacity: 0.8;
	font-style: italic;
}

/* 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	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 0 15px;
	background: #1f1208; /* Darker orange-brown */
}

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

.bannerSection {
	color: #fff;
	font-weight: 700;
	padding: 70px 30px 0;
	width: 100%;
	max-width: 1140px;
	background: url(/wp-content/uploads/2026/03/2.jpg) no-repeat center center;
	height: 305px;
	margin: 30px auto 30px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bannerTitle {
	font-size: 27px;
}

.code {
	position: relative;
	z-index: 9;
	display: inline-block;
}

.bannerSection a.secbtn {
	display: block;
	margin: 30px 0;
	padding: 10px;
	max-width: 200px;
}

.bannerSection a.mainbtn {
	display: none;
	margin: 15px auto;
	padding: 10px;
	max-width: 200px;
}

.code span {
	position: relative;
	margin-right: 22px;
	cursor: pointer;
	display: inline-block;
	color: #f39c12; /* Orange */
}

.code 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: #f39c12; /* Orange */
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	right: -22px;
}

.slot-cats ul {
	margin: 0;
	list-style: none;
}

.slot-cats ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 25px;
}

.slot-cats ul li a {
	border-radius: 10px;
	background: #f39c12; /* Orange */
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 1170px) {
	.bannerSection {
		border-radius: 0;
		max-width: 100%;
		margin: 0 0 30px;
	}
}

@media (max-width: 767px) {
	.bannerSection {
		text-align: center;
		padding: 30px 15px;
		height: auto;background-position:left center;
	}
	.overlay,
	.headerButtons,
	#site-navigation {
		display: none;
	}
	.bannerTitle {
		font-size: 22px;
	}
	.bannerSection a.secbtn {
		margin: 15px auto;
	}
	.bannerSection a.mainbtn {
		display: block;
	}
}

.innerwrap {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 576px) {
	.innerwrap {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.innerwrap {
		max-width: 730px;
	}
}

@media (min-width: 992px) {
	.innerwrap {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.innerwrap {
		max-width: 1170px;
	}
}

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

.contentSection.full {
	width: 100%;
}

img.custom-logo {
	width: 120px;
}

.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: #1f1208; /* Darker orange-brown */
	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(243, 156, 18, 0.1); /* Orange border */
	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: #4a2a1a; /* Dark orange-brown */
}

.nav-links a:hover,
.nav-links span {
	font-weight: 700;
	color: #000;
	padding: 5px 10px;
	background: #f39c12; /* Orange */
}

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

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

.footerButtons {
	text-align: center;
	padding: 10px 0 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%;
}

a.mainbtn {
	text-align: center;
	border-radius: 10px;
	background: #f39c12; /* Orange */
	padding: 10px 30px;
	color: #000;
	font-weight: 700;
}

a.secbtn {
	text-align: center;
	border-radius: 10px;
	background: #e67e22; /* Dark orange */
	font-weight: 700;
	padding: 10px 30px;
	color: #fff;
}

.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;
	margin: 0 auto;
	max-width: 700px;
	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;
	border-top: 1px solid rgba(243, 156, 18, 0.1); /* Orange border */
	padding: 15px 0 0;
}

.breadcrumb h1 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
}

#primary {
	margin: 30px 0;
}

.service-block {
	background: #1f1208; /* Darker orange-brown */
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}

.block-img {
	float: left;
	width: 35%;
	margin-right: 20px;
}

.block-img img {
	display: block;
	width: 100%;
}

.block-link a {
	display: block;
	font-weight: 700;
	line-height: 1.35;
}

.slot-wrap {
	background: #000;
	border-radius: 10px;
	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(243, 156, 18, 0.7); /* Orange with opacity */
}

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

#site-navigation {
	text-align: center;
	padding-top: 5px;
}

.single .entry-content a {
	font-weight: 700;
}

.rightButtons a {
	display: block;
	margin-top: 15px;
}

p.form-submit {
	margin: 0;
}

#footerArea {
	background: #1f1208; /* Darker orange-brown */
}

#comments input[type="submit"] {
	border: none;
	background: #f39c12; /* Orange */
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 20px;
	font-weight: 700;
}

#comments input[type="submit"]:hover {
	border: none;
}

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

.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: #5c3a1a; /* Dark orange-brown */
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}

.gamesCat ul li a:hover {
	color: #f39c12; /* Orange */
}

.slotPlay {
	text-align: center;
	padding: 20px 0 30px;
}

.entry-content iframe {
	border: none;
	padding: 0;
	width: 100%;
	height: 450px;
}

.text-content {
	padding-bottom: 30px;
}

.text-content a {
	text-align: center;
	border-radius: 10px;
	background: #f39c12; /* Orange */
	display: block;
	margin: 15px auto;
	max-width: 240px;
	font-weight: 700;
	padding: 10px;
	color: #000;
}
.text-content .bonus-section a {border-radius:0;background:none;margin:0;max-width:auto;}
@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(243, 156, 18, 0.03); /* Orange border */
	}
	.main-navigation ul li:last-child {
		border: none;
	}
	.main-navigation ul li a {
		display: block;
		padding: 10px 0;
	}
	.main-navigation ul {
		background: #4a2a1a; /* Dark orange-brown */
		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) {
	.block-img {
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.hidden-box {
		top: 18%;
	}
	#secondary {
		padding: 15px;
	}
	.imgArea {
		margin-right: 0;
		width: 100%;
	}
	.entry-content iframe {
		height: 250px;
	}
	.postlist .entry-content {
		margin-bottom: 25px;
	}
	.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) {
	.headerButtons a.mainbtn,
	.footerButtons a.mainbtn {
		margin-right: 0;
		margin-bottom: 15px;
		display: block;
	}
	.headerButtons a.secbtn,
	.footerButtons a.secbtn {
		display: block;
	}
	.hidden-box {
		top: 25%;
	}
}

@media (max-width: 300px) {
	.hidden-box {
		top: 20%;
	}
}

.panel-info-item {
	color: #fff;
	margin: 0 0 10px;
	padding: 15px;
	background: rgba(243, 156, 18, 0.07); /* Orange with low opacity */
	font-size: 14px;
}

.panel-info-item span {
	display: block;
	color: #f39c12; /* Orange */
	font-size: 20px;
	font-weight: 900;
}

.panel-info {
	margin: 0 0 30px;
}

.last-reviews {
	color: #fff;
	background: rgba(243, 156, 18, 0.07); /* Orange with low opacity */
	margin: 0 0 30px;
	padding: 15px;
}

.last-reviews .h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}

.review-date {
	font-size: 12px;
	opacity: 0.6;
	display: block;
}

.last-reviews b {
	color: #f39c12; /* Orange */
}

img.review-avatar {
	width: 50px !important;
	height: 50px !important;
}

.review-text {
	font-size: 14px;
	font-style: italic;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.bonus-section {
	margin: 0 0 30px;
}

.block-title {
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
	font-size: 20px;
}

.bonus-block {
	color: #fff;
	padding: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #1f1208; /* Darker orange-brown */
	margin: 0 0 10px;
}

.bonus-stick {
	border-radius: 5px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
	color:#000;
	background: #f39c12; /* Orange */
	margin: 0 0 8px;
}

.bonus-bonus b {
	display: block;
}

.bonus-block span {
	padding: 12px 30px;
	font-weight: 900;
	background: #e67e22; /* Dark orange */
	color: #fff;
	border-radius: 10px;
}

.homie {
	background: #1f1208 url(/wp-content/uploads/2026/02/bg.svg) no-repeat left center; /* Darker orange-brown */
	text-align: center;
	background-size: cover;
	margin: 0 0 15px;
	padding: 20px;
}

.homie b {
	font-size: 22px;
	font-weight: 900;
}

.homie span {
	padding: 10px;
	font-weight: 700;
	background: #f39c12; /* Orange */
	color: #000;
	max-width: 220px;
	border-radius: 10px;
	display: block;
	margin: 20px auto 0;
}

.mirrors strong {
	color: #f39c12; /* Orange */
}

.mirrors table tr td:nth-child(2) {
	color: #f39c12; /* Orange */
}

.mirrors table {
	text-align: center;
	border: none;
	color: #fff;
	border-radius: 0px;
	overflow: hidden;
	background: #1f1208; /* Darker orange-brown */
}

.mirrors table thead {
	background: #2c1a0f; /* Dark orange-brown */
}

.mirrors table tbody tr:nth-child(2n) {
	background: #2c1a0f; /* Dark orange-brown */
}

.mirrors table th,
.mirrors table td {
	border: none;
	text-align: center;
}

.text-content .mirrors a {
	background: #f39c12; /* Orange */
}

@media (max-width: 480px) {
	.bonus-block {
		display: block;
	}
	.bonus-block span {
		padding: 10px;
		display: block;
		text-align: center;
		margin: 20px 0 0;
	}
}