/*
Theme Name: pf
Text Domain: pf
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Sections
	## Introduction Section
# Footer
# Responsive

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	font-size: 15px;
	line-height: 1.6;
	background: #0a0a0a;
	overflow-x: hidden;
}

#content {
    position: relative;
}

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

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

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #ffffff;
	margin: 0 0 15px;
	line-height: 1.2;
	font-weight: 700;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 19px;
	line-height: 1.4;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
mark {
	background: #ff0;
	color: #333;
}
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;
}
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;
	width: 100%;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    word-wrap: break-word;
}
p {
	margin: 0 0 15px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 0 15px;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #1a1a1a;
	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;
	color: #ffffff;
}
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;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

blockquote {
   position: relative;
   padding-left: 40px;
   font-size: 17px;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}
blockquote:before {
    position: absolute;
	left: 0;
	top: -7px;
	font-size: 30px;
	font-family: 'FontAwesome';
    color: #ff2a7f;
	content: '\e804';
}
blockquote p {
    margin: 0;
}
hr {
	background-color: #333333;
	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: bold;
    margin-bottom: 1em;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 15px;
	width: 100%;
    display: table;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
table td, table th {
	padding: 10px 15px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
    .playtable {
        width: 100%;
        overflow: auto!important;
        border: 2px solid #1a1a1a;
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .playtable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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: #ffffff;
	background: #1a1a1a;
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 10px;
}
select {
	border: 1px solid #333333;
	background: #1a1a1a;
	color: #ffffff;
}
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 {
	outline: 0;
	border-color: #ff2a7f;
	box-shadow: 0 0 0 3px rgba(255, 42, 127, 0.2);
}
#respond textarea {
    height: 150px;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    margin-bottom: 7px;
    display: block;
    color: #ffffff;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 10px 0 0;
}
p.comment-form-cookies-consent {margin: 10px 0 15px;}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
    color: #ffffff;
}
.miniature {width: 45%; float: left; margin-right: 20px; margin-bottom: 15px;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff2a7f;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #ff6b9d;
}
a:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background: #0a0a0a;
    color: #ffffff;
    border-bottom: 1px solid #1a1a1a;
}

#navigation-menu {
    background-color: #0a0a0a;
    position: relative;
    z-index: 3;
    min-height: 70px;
}
#masthead .social-icons {
    margin: 10px 0 0;
}
.site-logo img {
    width: 100px;
}
.site-description {
    margin: 4px 0 0;
    line-height: 1.3;
    color: #ff2a7f;
    font-weight: bold;
}
.main-navigation {
	display: block;
    position: relative;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	position: relative;
	margin-right: 15px;
}
.main-navigation ul.nav-menu li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}
.main-navigation ul.nav-menu li a:hover {
	color: #ff2a7f;
}
.main-navigation a {
    display: block;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
input.search-field {
    height: auto;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
}
.site-menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
button.menu-toggle {
    position: absolute;
	right: 0;
	padding: 0;
	border: none;
	background: none;
}
button.menu-toggle:focus {
	outline: 0;
}
.menu-label {
	display: none;
}
.menu-toggle i {
   color: #ffffff;
   font-size: 20px;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 57px;
    line-height: 62px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    margin-top: 20px;
    background-color: #1a1a1a;
    padding: 23px 20px;
}
.post-navigation a, 
.posts-navigation a {
    color: #ff2a7f;
    display: block;
}
.post-navigation a:hover, 
.posts-navigation a:hover {
	color: #ff6b9d;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover {
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
    background-color: #1a1a1a;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #ffffff;
    background-color: #ff2a7f;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}
.pagination .next.page-numbers svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
    fill: #ffffff;
}
.nav-previous span {
    padding-left: 38px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 38px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: 5px;
    left: 0;
}
.navigation .nav-next svg {
    position: absolute;
    top: 5px;
    right: 0;
}
.post-navigation span,
.posts-navigation span {
    display: table;
    font-size: 22px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[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,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.post-archive:before,
.post-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.post-archive:before,
.post-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
}
#secondary {
	height: 100%;
	background: #1a1a1a;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	padding: 15px;
	border-radius: 10px;
}
#secondary .widget ul {
	list-style: none;
	margin: 0;
}
#secondary .widget ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#secondary .widget ul li a {
	font-weight: 700;
	display: block;
	line-height: 1.3;
	color: #ff2a7f;
}
#secondary .widget ul li a:hover {
	color: #ff6b9d;
}
.widget select {
	max-width: 100%;
    background-color: #1a1a1a;
    padding: 10px;
    border: 1px solid #333333;
    width: 100%;
    max-width: 300px;
    color: #ffffff;
}
form.search-form button.search-submit {
    position: absolute;
    right: 0;
    top: 7px;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
	color: #ffffff;
}
form.search-form {
    position: relative;
	overflow: hidden;
}
form.search-form input {
    width: 100%;
}
#secondary .widget-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
	color: #ffffff;
}
.footer-widgets-area .widget ul {
	list-style: none;
	margin: 0;
}
.footer-widgets-area .widget ul li {
	display: inline-block;
	padding: 10px 15px;
}
.footer-widgets-area .widget ul li a {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
}
.footer-widgets-area .widget ul li a:hover {
	color: #ff2a7f;
}
input[type="submit"] {
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    text-align: center;
	font-weight: 700;
	font-size: 14px;
    background-color: #ff2a7f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {
    background-color: #d61f6b;
    color: #ffffff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a.green-btn {
	text-decoration: none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content p, .entry-content blockquote {
	clear: both;
}
.entry-content p:first-of-type {
	clear: none;
}
.entry-content {
	color: #cccccc;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #ffffff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content {
	clear: both;
	padding-bottom: 30px;
	color: #cccccc;
}
#reply-title,
.comments-title {
	font-size: 22px;
	font-weight: 700;
    margin: 0 0 15px;
	color: #ffffff;
}
.comment-meta {
	font-size: 14px;
}
.comment-date {
	font-size: 13px;
	color: #666666;
}
#comments ol {
    list-style: none;
    margin: 0;
}
#comments ol.children {
    padding-left: 30px;
}
.says {
    display: none;
}
a.comment-reply-link {
	font-weight: 700;
	color: #ff2a7f;
}
#comments {
    margin-top: 30px;
}
.comment-author img {
	margin-top: 5px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.comment-author {
	color: #ffffff;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.page-section {
	padding: 60px 0;
}
.no-padding-top {
    padding-top: 0;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
.wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
.wrapper {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
.wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
.wrapper {
    max-width: 1200px;
  }
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-title {
    font-size: 18px;
    margin: 0 0 10px;
    word-wrap: break-word;
    font-weight: 700;
}
.entry-title a,
.section-title a {
	text-decoration: none;
	display: block;
	color: #ffffff;
}
.entry-title a:hover,
.section-title a:hover {
	color: #ff2a7f;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
#infinite-handle {
    text-align: center;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 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 {
	padding: 6px 0 0;
	font-size: 14px;
	font-style: italic;
	opacity: 0.8;
	color: #999999;
}
.wp-caption-text {
	text-align: center;
	color: #999999;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
.breadcrumbs {
	font-size: 13px;
	color: #999999;
}
.breadcrumbs a {
	color: #ff2a7f;
}
.breadcrumbs a:hover {
	color: #ff6b9d;
}

/*--------------------------------------------------------------
#  Featured slider
--------------------------------------------------------------*/
#featured-slider {
background: url(/wp-content/uploads/2026/09/2.jpg) no-repeat left center;
height: 400px;
width: 100%;
border-radius: 10px;
overflow: hidden;
max-width: 1170px;
margin: 30px auto;
position: relative;
padding: 70px 40px 0;
font-weight: 700;
color: #ffffff;
}
.featured-link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#featured-slider a.green-btn {
	display: block;
	margin: 30px 0;
	padding: 10px;
	max-width: 200px;
	background: #ff2a7f;
	color: #ffffff;
	border-radius: 30px;
}
#featured-slider a.green-btn:hover {
	background: #d61f6b;
}
#featured-slider a.yellow-btn {
	display: none;
	margin: 15px auto;
	padding: 10px;
	max-width: 260px;
	background: #ff2a7f;
	color: #ffffff;
	border-radius: 30px;
}
#featured-slider a.yellow-btn:hover {
	background: #d61f6b;
}
.slide-title {
	font-size: 36px;
	font-weight: 900;
    max-width: 450px;
}
.slide-promo {
	position: relative;
	z-index: 9;
}
.slide-promo span { 
	position: relative;
	margin-right: 22px;
	cursor: pointer;
	display: inline-block;
	color: #ff2a7f;
}
.slide-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pf/images/copy.svg);
    mask: url(/wp-content/themes/pf/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff2a7f;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
	right: -22px;
}
.fixed-bottom {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background: #0a0a0a;
	border-top: 1px solid #1a1a1a;
}
.fixed-bottom img {
	width: 170px;
}
@media (max-width: 1224px) {
#featured-slider {margin: 0 0 30px; max-width: 100%; border-radius: 0;}	
}
@media (max-width: 767px) {
#featured-slider {height: auto; padding: 30px 15px; text-align: center;}	
.slide-title {font-size: 25px; max-width: 100%;}
#featured-slider a.green-btn {margin: 15px auto; max-width: 260px;}
#featured-slider a.yellow-btn {display: block;}
.playtop, .featured-link, .main-navigation {display: none;}
.fixed-bottom {display: flex; justify-content: space-between; align-items: center;}
}
@media (max-width: 400px) {
.fixed-bottom img {width: 120px;}	
}
@media (max-width: 350px) {
.fixed-bottom img {display: none;}
.fixed-bottom, .fixed-bottom a {display: block;}
}
.not-found-title {
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 15px;
	color: #ffffff;
}
.error404.left-sidebar #primary, 
.error404.right-sidebar #primary {
    width: 100%;
    padding: 0;
}
.error-404.not-found {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.error-404 h1 {font-size: 40px;}
.error-404.not-found .page-content {
    margin: 15px 0;
}

/*--------------------------------------------------------------
#  							Top bar
--------------------------------------------------------------*/
#top-bar {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 0;
    min-height: 50px;
    z-index: 3;
    border-bottom: 1px solid #1a1a1a;
}
ul.contact-info {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
#top-bar .contact-info a {
    color: #ffffff;
    font-size: 16px;
}
#top-bar .contact-info a:hover {
	opacity: 0.8;
	color: #ff2a7f;
}
#top-bar svg.icon-up, 
#top-bar svg.icon-down {
    margin: auto;
    display: block;
    cursor: pointer;
    fill: #ffffff;
}
#top-bar svg.icon-up, 
#top-bar.top-menu-active svg.icon-down {
    display: none;
}
#top-bar.top-menu-active svg.icon-up {
    display: block;
}
#top-bar .contact-info svg {
    fill: #ffffff;
    margin-right: 10px;
    display: inline-block;
}
#top-bar .secondary-menu ul {
    padding: 10px 0;
}
#top-bar .social-icons svg {
    fill: #ffffff;
}
.secondary-menu .apply-now {
    background-color: #ff2a7f;
    color: #ffffff;
    padding: 11px 29px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.secondary-menu .apply-now:hover {
    background-color: #ffffff;
    color: #0a0a0a;
}

.site-info {
    text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.site-info p {
	font-size: 13px;
	line-height: 2;
	color: #888888;
}
.site-info ul li a {
	font-size: 14px;
	color: #ffffff;
}
.site-info ul li a:hover {
	color: #ff2a7f;
}
.site-info ul {
	list-style: none;
	margin: 0 0 15px;
}
.site-info ul li {
	display: inline-block;
	margin: 5px 15px;
}
.custom-menu {
	margin-bottom: 15px;
}
#colophon {
	background: #0a0a0a;
	margin: 30px 0 0;
	padding: 0 0 20px;
	color: #ffffff;
	border-top: 1px solid #1a1a1a;
}
.footer-widgets-area {
	text-align: center;
	padding: 30px 0 0;
}
.entry-content iframe {
	width: 100%;
	height: 500px;
	border: none;
	padding: 0;
}
.single-btn {
	text-align: center;
	padding: 30px 0;
}
#inner-content-wrapper {
	padding: 40px 0 0;
}
#page-site-header {
	background: #1a1a1a;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#page-site-header h1 {
	font-size: 25px;
	margin: 0;
	color: #ffffff;
}
.payments_img {
	text-align: center;
	padding: 20px 0;
}
.payments_img img {
	margin: 10px 30px;
	filter: brightness(0.8);
}
.dev_img {
	text-align: center;
	padding: 30px 0;
}
.dev_img img {
	margin: 10px 30px;
	filter: grayscale(100%) opacity(40%);
}
a.yellow-btn {
	text-align: center;
	border-radius: 30px;
	background: #ff2a7f;
	padding: 10px 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
a.yellow-btn:hover {
	background: #d61f6b;
	color: #ffffff;
}
a.green-btn {
	text-align: center;
	border-radius: 30px;
	background: #ff2a7f;
	padding: 10px 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
a.green-btn:hover {
	background: #d61f6b;
	color: #ffffff;
}
#secondary a.green-btn, #secondary a.yellow-btn {
	display: block;
}
#secondary a.yellow-btn {
	margin-bottom: 15px;
}
.playtop a.yellow-btn {
	margin-right: 15px;
}

.news-content {
	padding: 15px;
	background: #1a1a1a;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin-bottom: 30px;
}
.news-content img {
	border-radius: 5px;
	margin-bottom: 10px;
	width: 100%;
}
.news-content-title a {
	display: block;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
}
.news-content-title a:hover {
	color: #ff2a7f;
}
.play-box {
	background: #000000;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 30px;
}
.play-box img {
	width: 100%;
}
.play-box span {
	display: block;
	font-size: 13px;
	color: rgba(255,255,255,0.7);
}
.play-box-button {
	position: absolute;
	top: 16%;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	text-align: center;
}
.play-box:hover .play-box-button {
	display: block;
}
.play-box:hover img {
	opacity: 0.2;
}
a.play-link {
	color: #ffffff;
	width: 48px;
	height: 48px;
	padding-left: 5px;
	display: block;
	padding-top: 8px;
	font-size: 20px;
	margin: 10px auto;
	border-radius: 50%;
	border: 1px solid #ff2a7f;
	background: #ff2a7f;
	text-align: center;
}
a.play-link:hover {
	background: rgba(0,0,0,0.8);
	color: #ff2a7f;
}
a.demo-link {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
}
.play-box a.green-btn {
	padding: 10px;
	display: block;
	max-width: 180px;
	margin: 15px auto;
}
.dev_category ul {
	list-style: none;
	margin: 0 0 10px;
}
.dev_category ul li {
	display: inline-block;
	margin: 0 0 20px;
	margin-right: 10px;
}
.dev_category ul li a {
	font-weight: 700;
	border-radius: 30px;
	color: #ffffff;
	background: #ff2a7f;
	padding: 10px 20px;
}
.dev_category ul li a:hover {
	background: #d61f6b;
}
.wp-pagenavi {
	clear: both;
	padding: 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background: #1a1a1a;
	padding: 7px 12px;
	margin-right: 5px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #ff2a7f;
	color: #ffffff;
}
.archive-description {
	padding-top: 20px;
}
.featured-image {
	border-radius: 10px;
	overflow: hidden;
}
.post-item-wrapper {
	margin-bottom: 30px;
}
.home .pfr span {
	display: block;
	margin: 0 0 5px;
}
.home h1, .home h2, .home .h2 {
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 15px;
	font-size: 22px;
}
.home h3 {
	font-size: 18px;
}
.play-promocode {
	font-weight: 700;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	margin: 0 0 15px;
	border: 1px dashed #ff2a7f;
	color: #ffffff;
	background: #1a1a1a;
}
.play-promocode-top, .playpromocodetop {
	font-weight: 700;
	text-align: center;
	padding: 15px;
	color: #ffffff;
	background: -moz-linear-gradient(left, #0a0a0a 0%, #1a1a1a 30%, #ff2a7f 76%, #d61f6b 100%);
	background: -webkit-linear-gradient(left, #0a0a0a 0%, #1a1a1a 30%, #ff2a7f 76%, #d61f6b 100%);
	background: linear-gradient(to right, #0a0a0a 0%, #1a1a1a 30%, #ff2a7f 76%, #d61f6b 100%);
}
.playpromocodetop {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
a.pfcode { 
	position: relative;
	margin-right: 25px;
	text-decoration: none!important;
	color: #ff2a7f;
}
a.pfcode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pf/images/copy.svg);
    mask: url(/wp-content/themes/pf/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff2a7f;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -1px;
	right: -22px;
}
.play-promocode-top a.pfcode, .playpromocodetop a.pfcode {
	color: #ffffff;
}
.play-promocode-top a.pfcode:after, .playpromocodetop a.pfcode:after {
	background-color: #ffffff;
}
.pfr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.pf-1, .pf-2, .pf-3, .pf-4, .pf-5, .pf-6, .pf-7, .pf-8, .pf-9, .pf-10, .pf-11, .pf-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.read-link {
	text-align: center;
	padding: 15px 0;
}
#home-text a {
	text-align: center;
	border-radius: 30px;
	background: #ff2a7f;
	padding: 10px;
	display: block;
	margin: 15px auto;
	max-width: 250px;
	color: #ffffff;
	font-weight: 700;
}
#home-text a:hover {
	background: #d61f6b;
}
.bottom-go a.yellow-btn {
	margin-right: 15px;
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media (min-width: 992px) {
.pf-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
.pf-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
.pf-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.pf-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.pf-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.pf-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.pf-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.pf-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.pf-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.pf-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.pf-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.pf-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 567px) {
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-child(2n+1),
	.col-3 article:nth-child(2n+1),
	.col-4 article:nth-child(2n+1) {
		clear: left;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.col-1 .hentry {
        width: 100%;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
    .col-3 article {
		width: 33.33%;
	}
    .col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.archive-blog-wrapper article.has-post-thumbnail {
	    position: relative;
	    display: table;
	    width: 100%;
	}
	.archive-blog-wrapper article.has-post-thumbnail .featured-image {
		width: 42.6%;
		float: left;
	}
	.archive-blog-wrapper article.has-post-thumbnail .entry-container {
		width: 57.4%;
		float: left;
	}
	.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
	    width: 50%;
	    float: left;
	}
	.no-sidebar .second-design .archive-blog-wrapper article.has-post-thumbnail .featured-image,
	.no-sidebar .second-design .archive-blog-wrapper article.has-post-thumbnail .entry-container {
	    width: 50%;
	}
	.left-sidebar #primary .archive-blog-wrapper .entry-container,
	.right-sidebar #primary .archive-blog-wrapper .entry-container {
	    padding-left: 30px;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-4 article:nth-child(2n+1) {
		clear: none;
	}
	.col-4 article:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	.grid-item:nth-child(2n),
	.grid-item:nth-child(3n),
	.grid-item:nth-child(5n) {
	    width: 25%;
	}
	.grid-item:nth-child(2n) .featured-image {
	    padding: 333px 0;
	}
	.grid-item:nth-child(3n) .featured-image,
	.grid-item:nth-child(4n) .featured-image,
	.grid-item:nth-child(5n) .featured-image {
	    padding: 168px 0;
	}
	.grid-item:nth-child(6n) .featured-image {
		padding: 155px 0;
	}
	.site-info {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    justify-content: center;
	}
	.site-info.col-3 span, 
	.site-info.col-3 .social-icons {
	    width: 20%;
	}
	.site-info.col-3 .custom-menu {
	    width: 60%;
        margin-top: 18px;
	}
	.site-info.col-3 span {
		text-align: left;
		padding-right: 25px;
	}
	.site-info.col-3 .social-icons {
		text-align: right;
	}
}
@media screen and (min-width: 1024px) {
	.menu-overlay.active {
		display: none;
	}
	button.dropdown-toggle,
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
	    padding-right: 30px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: left;
    }
	.left-sidebar #primary {
		padding-left: 30px;
		padding-right: 0;
		float: right;
	}
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
}

@media (max-width: 1229px) {
#featured-news .pf-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.news-content-title {min-height: 50px;}
.play-box-button {top: 8%;}
}
@media screen and (max-width: 1023px) {
.site-branding {text-align: center; width: 100%;}
.site-menu {
display: block; text-align: center;
}
.playtop {padding: 30px 0 20px;}
.main-navigation {position: static;}
	#masthead.site-header .main-navigation ul.nav-menu {
	    margin-top: 15px;
	    position: absolute;
	    z-index: 3;
	    background: #0a0a0a;
	    top: 100%;
	    left: 0;
	    right: 0;
	    width: 100%;
		text-align: left;
	    display: none;
	    border-bottom: 1px solid #1a1a1a;
	}
#secondary {margin: 40px auto 0; max-width: 500px;}
.main-navigation ul.nav-menu li a {
    padding: 10px 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid transparent;
}
.main-navigation ul.nav-menu li {border-bottom: 1px solid #1a1a1a;}
.main-navigation ul.nav-menu li:last-child {border: none;}
.main-navigation ul.nav-menu li a:hover {background: none; color: #ff2a7f;}
}
@media screen and (max-width: 991px) {
#featured-race .wrapper {background: none; padding-top: 40px; padding-bottom: 40px;}
#featured-slots .pf-3, .category-template-category-sloty-php .site-main .pf-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.play-box-button {top: 15%;}
}
@media screen and (max-width: 767px) {
.entry-content iframe {height: 400px;}
.miniature {width: 100%; margin-right: 0;}
.featured-image {margin-bottom: 15px;}
.dev_img img {margin: 8px; max-width: 100px;}
.payments_img img {margin: 10px 15px; max-height: 30px;}
#featured-news .pf-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.news-content-title {min-height: auto;}
.play-box-button {top: 15%;}
}
@media screen and (max-width: 530px) {
.play-box-button {top: 25%;}
.entry-content iframe {height: 300px;}
}
@media screen and (max-width: 500px) {
#featured-slots .pf-3, .category-template-category-sloty-php .site-main .pf-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
.entry-content iframe {height: 250px;}
.playtop a.yellow-btn {width: 80%; margin: 0 auto 15px; display: block;}
.playtop a.green-btn {width: 80%; display: block; margin: 0 auto;}
#fortunas .jssocials-share-logo {font-size: 16px;}
#fortunas .jssocials-share-link {padding: 5px;}
.bottom-go a {display: block; margin: 15px 0!important;}
}
@media screen and (max-width: 350px) {
.play-box-button {top: 20%;}
}

/*--------------------------------------------------------------
Casino Table Styles – черный и розовый
--------------------------------------------------------------*/
.casino-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0 30px;
    background: #1a1a1a;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.casino-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #1a1a1a;
    margin: 0;
}

.casino-table thead {
    background: linear-gradient(135deg, #0a0a0a 0%, #ff2a7f 100%);
}

.casino-table thead th {
    padding: 15px 20px;
    text-align: left;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.casino-table tbody tr {
    transition: background 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.casino-table tbody tr:last-child {
    border-bottom: none;
}

.casino-table tbody tr:hover {
    background: rgba(255, 42, 127, 0.05);
}

.casino-table tbody td {
    padding: 14px 20px;
    color: #ffffff;
    border: none;
    vertical-align: middle;
}

.casino-table tbody td:first-child {
    font-weight: 600;
    color: #ffffff;
}

/* Статус – черный */
.status {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 12px;
}

.status.online {
    color: #00e676;
}

.status.online::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00e676;
    margin-right: 8px;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Кнопка в таблице – розовая */
.casino-table .mr {
    display: block;
    padding: 10px;
    background: #ff2a7f;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 80px;
    border-radius: 30px;
}

.casino-table .mr:hover {
    background: #d61f6b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 42, 127, 0.3);
}

.casino-table .mr:active {
    transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 630px) {
    .casino-table-wrapper {
        border: none;
        background: transparent;
        box-shadow: none;
        margin: 15px 0 20px;
    }
    .casino-table {
        min-width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.06);
        background: #1a1a1a;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    }
    .casino-table thead {
        display: none;
    }
    .casino-table tbody tr {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .casino-table tbody tr:last-child {
        border-bottom: none;
    }
    .casino-table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        border: none;
        font-size: 14px;
    }
    .casino-table tbody td:before {
        content: attr(data-label);
        font-weight: 700;
        color: #ffffff;
        min-width: 80px;
        flex-shrink: 0;
    }
    .casino-table tbody td:first-child {
        font-weight: 700;
        padding-top: 0;
    }
    .casino-table tbody td:first-child:before {
        content: 'Зеркало';
    }
    .casino-table tbody td:nth-child(2):before {
        content: 'Статус';
    }
    .casino-table tbody td:nth-child(3):before {
        content: 'Ссылка';
    }
    .casino-table tbody td:last-child {
        padding-bottom: 0;
    }
    .casino-table a.mr {
        padding: 6px 20px;
        margin: 0;
        min-width: 70px;
        width: auto;
    }
    .status {
        padding: 2px 10px;
    }
    .status.online::before {
        width: 6px;
        height: 6px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 480px) {
    .casino-table tbody tr {
        padding: 12px 15px;
    }
    .casino-table tbody td {
        padding: 6px 0;
    }
    .casino-table tbody td:before {
        min-width: 60px;
    }
    .casino-table .mr {
        padding: 5px 16px;
        min-width: 60px;
    }
}

@media screen and (max-width: 380px) {
    .casino-table tbody tr {
        padding: 10px 12px;
    }
    .casino-table tbody td {
        padding: 5px 0;
        flex-wrap: wrap;
    }
    .casino-table tbody td:before {
        min-width: 50px;
        font-size: 12px;
    }
    .casino-table a.mr {
        padding: 8px;
        width: 100%;
        min-width: 50px;
        max-width: 100%;
    }
}

/* For very small screens */
@media screen and (max-width: 380px) {
    .casino-table tbody td {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .casino-table tbody td:before {
        min-width: 100%;
        font-size: 12px;
        color: #ff2a7f;
    }
    .casino-table .mr {
        width: 100%;
        padding: 6px 12px;
        min-width: 100%;
    }
}

/*--------------------------------------------------------------
Bonus Boxes Styles – черный и розовый
--------------------------------------------------------------*/
.bonusbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a1a;
    padding: 16px 24px;
    margin-bottom: 12px;
    border-left: 4px solid #ff2a7f;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    gap: 15px;
}

.bonusbox:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 24px rgba(255, 42, 127, 0.15);
}

.bonusbox .box2 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bonusbox .box2 b {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
}

/* Базовый бейдж – градиент черный → розовый */
.bonusbox .badge {
    display: inline-block;
    padding: 3px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(135deg, #0a0a0a, #ff2a7f);
    white-space: nowrap;
    flex-shrink: 0;
}

/* Варианты бейджей – оттенки розового */
.bonusbox .badge.bonus-nodeposit {
    background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
}

.bonusbox .badge.bonus-welcome {
    background: linear-gradient(135deg, #ff2a7f, #d61f6b);
    color: #ffffff;
}

.bonusbox .badge.bonus-freespins {
    background: linear-gradient(135deg, #d946ef, #7c3aed);
}

.bonusbox .badge.bonus-reload {
    background: linear-gradient(135deg, #f43f5e, #ff2a7f);
}

.bonusbox .badge.bonus-cashback {
    background: linear-gradient(135deg, #fb7185, #ff2a7f);
}

.bonusbox .badge.bonus-deposit {
    background: linear-gradient(135deg, #8b5cf6, #0a0a0a);
}

.bonusbox .box3 {
    flex-shrink: 0;
}

.bonusbox a.bonuslink {
    display: inline-block;
    padding: 8px 28px;
    background: #ff2a7f;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px;
}

.bonusbox a.bonuslink:hover {
    background: #d61f6b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 42, 127, 0.3);
}

.bonusbox a.bonuslink:active {
    transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 992px) {
    .bonusbox {
        padding: 14px 20px;
        margin-bottom: 10px;
    }
    .bonusbox .box2 b {
        font-size: 15px;
    }
    .bonusbox a.bonuslink {
        padding: 7px 22px;
        font-size: 13px;
    }
}

@media screen and (max-width: 630px) {
    .bonusbox {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 18px;
        border-left-width: 3px;
        gap: 12px;
    }
    .bonusbox .box2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }
    .bonusbox .box2 b {
        font-size: 15px;
        width: 100%;
    }
    .bonusbox .badge {
        padding: 2px 12px;
    }
    .bonusbox .box3 {
        width: 100%;
    }
    .bonusbox a.bonuslink {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
        white-space: normal;
    }
    .bonusbox:hover {
        transform: translateX(0);
        transform: translateY(-2px);
    }
}

@media screen and (max-width: 480px) {
    .bonusbox {
        padding: 14px 14px;
        margin-bottom: 8px;
        gap: 10px;
    }
    .bonusbox .badge {
        padding: 2px 10px;
    }
    .bonusbox a.bonuslink {
        padding: 8px 16px;
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .bonusbox {
        padding: 12px 12px;
        gap: 8px;
    }
    .bonusbox .box2 b {
        font-size: 13px;
    }
    .bonusbox .badge {
        padding: 2px 8px;
        letter-spacing: 0;
    }
    .bonusbox a.bonuslink {
        padding: 7px 12px;
        max-width: 100%;
    }
}