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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
img,
legend{
    border:0
}
    legend, td, th {
    padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0 16px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
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 {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    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-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}



/*--------------------------------------------------------------
 Theme Base
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}
html {
    font-size: 100%; /* Default browser 16px */
    font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    background: #00100e;
    overflow-x: hidden;

}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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


/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.layout-logo img {max-width:130px;}
.layout-header {
background: #00100e;
padding:15px 0 10px;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin:0 0 15px;

    line-height:1.3;
    font-weight: 700;
}


h1 {
  font-size: 30px;

}
h2 {
  font-size: 27px;

}
h3 {
  font-size: 24px;

}
h4 {
  font-size: 21px;
  line-height:1.3;
}
h5 {
  font-size: 19px;

}
h6 {
  font-size: 16px;

}


p {
    margin: 0 0 15px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-normal {
    text-transform:none;
}
.text-capitalize {
    text-transform: capitalize;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
cite {
    font-size: 0.75rem;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
code {
    padding: 3px 8px;
    font-size: 95%;
    color: #bd4147;
    background-color: #F5F5F5;
    border-radius: 4px;
}

kbd {
    padding: 1px 6px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

mark,
ins {
    background-color: #FBFBA4;

    padding: 0 5px;
}

big {
    font-size: 125%;
}
small {
  font-size: 80%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a, a:visited {
    color:#04CFAA;
    text-decoration:none;
}



a:focus,
a:hover {
  color:#000;
  border:none;

}

a:focus {
  outline: 0;

}

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


blockquote {
    margin: 0 0 15px;
    font-style:italic;
    padding-left:15px;
    border-left:4px solid #04CFAA;
}
blockquote p {

    margin-bottom: 0;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  margin: 0 0 15px 15px;padding:0;

}
ul {list-style:disc;}
ol {list-style:decimal;}
dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

/* tables */
table {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
    border-spacing: 0;

    border:1px solid rgba(255,255,255,0.2);
}

table td, table th {padding:10px 15px;border:1px solid rgba(255,255,255,0.2);}
@media screen and (max-width: 767px) {
    .vt {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.2);

        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .vt table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------------------------------------------------
Posts and Pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}


.wp-post-image {

  border-radius: 0px
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-title, .comment-reply-title {
    font-size: 20px;
    font-weight:700;
    margin:0 0 15px;
}
ol.comment-list {margin:0;list-style:none;}

ol.children {padding-left:30px;list-style:none;}
a.comment-reply-link {font-weight:700;}
.comment-content p {margin:0 0 10px;}
.comment-content {padding-bottom:20px;}
#respond textarea,
#respond input[type='text'] {
    position: relative;
    width:100%;
    margin: 0;
    padding: 10px;
    outline: 0;
    resize: none;

    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#respond textarea {
    padding: 10px;
}
#respond textarea {
    margin: 0;
}
p.form-submit {margin:0;}
.comment-form {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding:0;
}
.comment-form form p.form-submit,
.comment p.form-submit {
    margin: 0;
}
.comment-reply-login {
    margin-left: 10px;
}
.comment-form form p.form-submit .success p{
    margin: 10px 0 0;
}
.comment-form form p.logged-in-as{
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: 400
}
#cancel-comment-reply-link {
    margin: 0px;
    display: inline-block;
    width: 100%;
    font-size: 0.813rem;
    font-weight: 400;
}
.comment-head img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}

#respond input[type="submit"] {font-family: inherit;text-transform:none;font-size:15px;letter-spacing:0;background:#ff2400;border: none;font-weight:700;
padding: 9px 20px;color: #fff;border-radius: 12px;}
#respond input[type="submit"]:focus, #respond input[type="submit"]:active {outline:0;}
#respond input[type="submit"]:hover {color:#fff;}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin: 4px 60px 0 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 4px 0 0 60px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 4px auto 0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: left;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.figure {
    display: inline-block;
}

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

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

/*--------------------------------------------------------------
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;font-style:italic;opacity:0.8;
}




/*--------------------------------------------------------------
Form Styling
--------------------------------------------------------------*/
textarea {
    padding-left: 3px;
    width: 100%;
}
[role="button"] {
    cursor: pointer;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}
#comments label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size:14px;opacity:0.8;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px ;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
.form-control {
    display: inline-block;
    width: 100%;

    padding: 10px;
    font-size: 14px;

    color: #555555;
    background: #fff;
    background-image: none;
    border: 1px solid rgba(255,255,255,0.2);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
    background: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    outline: 0;
    box-shadow:none;
}
.search-form button {display:none;}
.search-form {border-radius:5px;overflow:hidden;margin-bottom:30px;}
.error-404 {padding:100px 0;text-align:center;}
textarea {
    height: auto;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-left: 1px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

/* buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    color: #505050;
    border: 1px solid #c4c4c4;
    white-space: nowrap;
    padding: 6px 18px 4px;
    font-size: 0.813rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:hover,
.btn:focus {
    background-color: #303030;
    color: #f3f3f3;
    text-decoration: none;
    border-color: transparent;
}

/* Button size */
.btn-lg {
    padding: 8px 24px 7px;
    font-size: 1.125rem;
    line-height: 1.3333333;
}
.btn-sm {
    padding: 3px 14px;
    font-size: 0.75rem;
    line-height: 1.5;
}
.btn-xs {
    padding: 0 12px;
    font-size: 0.688rem;
    line-height: 1.5;
}

/* Button colour */
button.dark,
input[type="button"].dark,
input[type="submit"].dark,
input[type="reset"].dark,
.btn.dark {
    background-color: #303030;
    color: #f3f3f3;
    border-color: transparent;
}
button.dark:hover,
input[type="button"].dark:hover,
input[type="submit"].dark:hover,
input[type="reset"].dark:hover,
.btn.dark:hover {
    background-color: #fff;
    color: #505050;
    border-color: #c4c4c4;
}



/*--------------------------------------------------------
Pagination
--------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  width: 35%;
  text-align: center;
}
.gallery-pagination {
    margin: 0 auto;
    width: 30%;
     text-align: center;
}

/* blog home navigation */
.post-nav-older,
.post-nav-newer {
font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.post-nav-older {
    float: right;
    margin-left: 10px;
}
.post-nav-newer {
    float: left;
    margin-right: 10px;
}
.post-nav-older:after,
.post-nav-newer:before {
    font-family: FontAwesome;
    font-size: 0.813rem;
    content: "\f101";
    margin-left: 5px;
}
.post-nav-newer:before {
    content: "\f100";
    margin: 0 5px 0 0;
}

/* single post navigation */
.post-navigation {
    display: table;
    clear: both;
    width: 100%;
    margin: 32px 0 28px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 50%;
}
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .meta-nav {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.688rem;
}
.post-navigation .post-title {
    font-size: 0.813rem;
}
.comment-navigation {
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/


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

    padding-top:10px;
    padding-bottom: 10px;
}


.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation a .menu-description{
    position: absolute;
    top: 3px;
    left: calc(100% - 40px);
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 1px 4px;
    line-height: 10px;
    z-index: 1;
}
.main-navigation a .menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    left: 3px;
    bottom: -4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.custom-header-block.toggled ul#primary-menu {
    display: block;
}
.menu-toggle{
    border: none;
}
.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span{
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    margin: 7px 0;
    transition: all .2s ease-in-out;
}
.toggled .menu-toggle:before {
    transform: translateY(10px) rotate(135deg);
}

.toggled .menu-toggle:after {
    transform: translateY(-10px) rotate(-135deg);
}

.toggled .menu-toggle span {
    transform: scale(0);
}

.main-navigation li a {

    color: #fff;
    padding:3px 15px 2px;
    font-weight:700;
}


.main-navigation li.current-menu-item a,
.main-navigation ul li a:hover {
    text-decoration: none;
   color:#04CFAA;
}

.ct-menu-search {
    position: absolute;
    right: 0;
    top: 0;
}

.ct-menu-search .search-icon-box {
    line-height: 1.7;
    padding: 15px;
    margin: 0;
    color: #fff;
}
.bannercontent {
background: url(/wp-content/uploads/2025/09/welcome.webp) 60% 20% no-repeat;
background-size: cover;
height:350px;
margin-bottom: 30px;
padding:50px 30px 0;
overflow: hidden;
position:relative;
}
.bannercontent a.sbutton {max-width:200px;display:block;margin:30px 0; padding:12px;}
.bannercontent a.mbutton {display:none;max-width:240px;margin:15px auto; padding:10px;}
.blink {position:absolute;left:0;top:0;width:100%;height:100%;}
.bannertitle {color:#fff;font-weight:900;font-size:36px;}
.bonus {position:relative;z-index:9;color:#fff;font-weight:700;max-width:400px;display:inline-block;}
img.bannerright {position:absolute;bottom:0;right:0;}
img.bannerimg {width:100%;max-width:450px;}
.bonus span {
position:relative;
margin-right:22px;
cursor:pointer;
color: #04CFAA;
display:inline-block;
}

.bonus span:after {
    content: '';
    -webkit-mask-image: url(/wp-content/themes/site/images/copy.svg);
    mask: url(/wp-content/themes/site/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #04CFAA;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
    right:-22px;
}

.pdl {display:none;text-align:center;background: linear-gradient(to left, #13011b 0%,#330253 100%);padding:15px;position:fixed;bottom:0;left:0;width:100%;}
.pdl img {width:200px;}
@media (max-width:1220px) {
.bannercontent {border:none;max-width:100%;border-radius:0;margin:0 0 30px;}
}
@media (max-width:991px) {
img.bannerright {width:340px;}
}
@media (max-width:767px) {
.bannercontent {height:auto;padding:30px 15px;text-align:center;background-position: 0 0;}
.bannercontent a.sbutton {max-width:240px;margin:15px auto; padding:10px;}
.bannertitle {font-size:21px;}
img.bannerright {display:none;}
.bannercontent a.mbutton {display:block;}
.blink, .home .main-navigation, .home .ts {display:none;}
.pdl {display: flex;
 justify-content: space-between;
align-items: center;}
}
@media (max-width:420px) {
.pdl img {width:150px;}
}
@media (max-width:360px) {
.pdl img {width:100px;}
}
a.brl-1 {text-transform:uppercase;padding:9px 30px;
color: #5e6a7f;
border-radius:4px;
border:1px solid #353d48;
text-align:center;
}
a.brl-2 {
text-align:center;
text-transform:uppercase;padding:10px 30px;
border-radius:4px;
background:#4986f5;
color: #fff;
}
a.brl-1:hover {background:#4986f5;border:1px solid #4986f5;color:#fff;}
a.brl-2:hover {background:#0069d9;}
.slotcontent article, .post-slots article {border-radius:15px;overflow:hidden;text-align:center;background: rgba(255,255,255,0.2);margin-bottom:30px;padding-bottom:10px;}
article a.sbutton {display:block;margin:10px auto;max-width:170px;padding:6px;font-size:14px;}
article a.demo {text-transform:uppercase;font-size:14px;font-weight:700;color:#fff;}

.slotcontent article span, .post-slots article span {font-size:14px;}
.slotcontent article img, .post-slots article img {margin-bottom:2px;}
.home .h2 {font-size:20px;font-weight:700;color:#fff;margin:0 0 15px;}
.home h1, .home h2 {font-size:20px;}
.home h3 {font-size:17px;}
.newscontent article {border-radius: 15px;overflow: hidden;position:relarive;min-height:135px;margin-bottom:30px;}
.newscontent .bigpost article {min-height:300px;}
.newscontent article p {margin:0;position:absolite;left:0;top:0;padding:15px;}
.newscontent .bigpost article p {padding:30px;}
.newscontent article p a {font-weight:700;color:#fff;display:block;line-height:1.3;font-size:16px;text-shadow: 2px 2px 2px rgba(0,0,0,1);}

.newscontent .bigpost article p a {line-height:1.2;font-size:25px;}
.bonuscontent {margin:30px 0;}
.bonusbox {padding:20px;display: flex;
 justify-content: space-between;
 align-items: center;margin:0 0 15px;border-radius:15px;background: rgba(255,255,255,0.2);
  }
.bonusbox b {display:block;}
.bonusbox img {max-width:80px;}
a.bonuslink {display:block;background:#ff2400;font-weight:700;color: #fff;padding:12px;border-radius:12px;max-width:240px;margin:0 auto;}
.box1 {width:11%;}
.box2 {width:59%;padding:0 15px;}
.box3 {width:30%;text-align:center;}
.mirrorcontent {margin:0 0 30px;}
.mirrorcontent table {text-align:center;border:none;border-radius:15px;overflow:hidden;}
.mirrorcontent table thead {background: rgba(255,255,255,0.2);text-align:center;}
.mirrorcontent table th, .mirrorcontent table td {border:none;text-align:center;}
.mirrorcontent table th {padding:10px 15px;}
.mirrorcontent table tbody tr {background: rgba(0,0,0,0.02);}
.mirrorcontent table tbody tr:nth-child(even) {background: rgba(255,255,255,0.2);}
.mirrorcontent table tr th:nth-child(1), .mirrorcontent table tr td:nth-child(1) {width:20%;}
.mirrorcontent table tr th:nth-child(2), .mirrorcontent table tr td:nth-child(2) {width:57%;}
.mirrorcontent table tr th:nth-child(3), .mirrorcontent table tr td:nth-child(3) {width:23%;}
.mirrorcontent table tr td:nth-child(1) {font-size:14px;}
.mirrorcontent table tr td:nth-child(2) {color:#00cc00;font-size:14px;}
a.mr {display:block;background: #ff2400;color:#ffffff;font-weight:700;padding:6px;border-radius:12px;margin:0 auto;}
.subscribecontent {border-radius:15px;background: rgba(255,255,255,0.2);padding:15px 15px 1px;margin:30px 0;}
.sbrt, .sbrd {text-align:center;}
.sbrt {font-size:19px;font-weight:700;}
.commentscontent {margin:0 0 30px;background: rgba(255,255,255,0.2);border-radius:15px;padding:20px;}
.supportcontent img {float:left;width:35px;margin-right:15px;}
.mct {font-weight:700;font-size:22px;margin:0 0 15px;}
.supportcontent span {text-decoration:underline;color:#04CFAA;}
.taxonomy-description {padding-top:15px;}
.rmore {text-align:center;padding:5px 0 25px;}
.rmore a {font-weight:700;color:#fff;border-radius:30px;padding:10px 30px;background: #3e355b;}
.footer-logos img {
    margin: 10px 15px;
    max-height: 40px;
    max-width:130px;
    filter: invert(1) opacity(.3);
}

.footer-logos--payments img {
    filter: brightness(0) invert(1) opacity(.3);
    max-height: 20px;
}

.layout-footer {
    background:#00100e;
    padding: 30px 0;
    margin-top:30px;
    text-align: center;
    clear: both;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.layout-footer .widget ul {list-style:none;margin:0 0 15px;}
.layout-footer .widget ul li {display:inline-block;margin:5px 10px;}
.layout-footer .widget ul li a {color: #fff;}
.layout-footer .widget ul li a:hover {color: #04CFAA;}
.layout-info {color: #999;}
.layout-info ul {list-style:none;margin:15px 0 10px;padding:0;}
.layout-info ul li {font-size:13px;display:inline-block;margin:5px 10px;}
.layout-info ul li a:hover {color:#fff;}
.layout-info p {font-size:13px;}
.footer-gamble {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}
.footer-gamble li:nth-child(2) {
    min-width: 120px;
}

.footer-gamble a {
    display: block;
}

.footer-gamble li:not(:nth-child(3)) img {
    filter: brightness(0) invert(1);
}

.footer-gamble li:nth-child(3) img {
    filter: grayscale(1);
}

.footer-gamble img {
    max-width: 130px;
    opacity: 0.3;
    max-height: 40px;
}

.footer-gamble a:hover img {
    opacity: 0.6;
}




.main-wrapper {background:rgba(255,255,255,0.2);padding:20px;border-radius:16px;margin-top:20px;}
.entry-header h1 {font-size:22px;margin:0 0 20px;}
#secondary {border-radius:10px;padding:20px;background:rgba(255,255,255,0.2);}
#secondary .widget-title {padding-bottom:10px;font-weight:700;font-size:18px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.2);}
#secondary .widget ul {list-style:none;margin:0;}
#secondary .widget ul li {border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:10px;margin-bottom:10px;}
#secondary .widget ul li a {font-weight:700;display:block;line-height:1.3;}

.post-image {float:left;width:45%;margin-right:20px;margin-bottom:15px;}
.post-image img {width:100%;}
.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 blockqiote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
a.mbutton {text-align:center;font-weight:700;background:#04CFAA;color:#fff;padding:15px 30px;border-radius:12px;}
a.sbutton {text-align:center;font-weight:700;background:#ff2400;color:#fff;padding:15px 30px;border-radius:12px;}

.ls {padding-top:30px;padding-bottom: 30px;}
.ls a {display:block!important;}
.ls a.mbutton {margin-bottom:15px;}
.ts {text-align:center;padding-top:10px;}
.ts a.mbutton {margin-right:10px;}
.bs a.mbutton {margin-right:10px;}
.bs {padding:15px 0 30px;}
.blog-content-div article {padding-bottom:15px;}
.blog-content-div article .entry-title a {display:block;font-weight:700;line-height:1.3;font-size:17px;margin-bottom:10px;}
.page-numbers.current {font-weight:700;margin-right:5px;}
a.page-numbers {font-weight:700;margin-right:5px;}
.breadcrumbs {font-size:13px;}

.archive-description {padding-top:20px;}
.ulli ul {list-style:none;margin:0 0 5px;}
.ulli ul li {display:inline-block;margin-right:10px;margin-bottom:15px;}
.ulli ul li a {padding:6px 15px;color: #4986f5;border-radius: 4px;border: 1px solid #353d48;}
.ulli ul li a:hover {color:#fff;}
.sb {text-align:center;padding:20px 0;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
.games-category ul {margin:0 0 5px;list-style:none;}
.games-category ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.games-category ul li a {font-weight:700;color:#fff;font-size:15px;padding:10px 20px;border-radius:12px;background:#354639;}
.firstcontent a {text-align: center;
font-weight: 700;
background: #ff2400;
color: #fff;margin:15px auto;display:block;max-width:240px;
padding: 10px;
border-radius: 12px;}
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}





/* Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) {

  .menu-header-menu-container {
    margin-right: 0.1rem;
  }

    #banner-overlay,
    #header-banner {
        height: 100px;
    }
    .layout-title {
        font-size: 1.750rem;
    }
    .layout-title:after {
        width: 30%;
    }
    .layout-description {
        font-size: 0.688rem;
    }
    .menu-toggle {
        margin: 8px auto 0;
    }



}






@media screen and (min-width: 992px) {
    .main-navigation li {
        display: inline-block;
    }
}


@media screen and (min-width: 992px) {
    .main-navigation.center-aligned {
        text-align: center;
    }

    .main-navigation ul {
        display: block;
            text-align: center;
    }
}
@media screen and (max-width: 1199px) {


.entry-content iframe {height:400px;}
}
@media screen and (max-width: 991px) {

.newscontent article {min-height:200px;}
.newscontent .bigpost article {min-height:200px;}
.newscontent .bigpost article p {padding:15px;}
.newscontent article p a {line-height:1.2;font-size:18px;}
.newscontent .bigpost article p a {line-height:1.2;font-size:18px;}
     .slotcontent .col-md-3, .post-slots .col-md-3 {
    width: 50%;float: left;
  }

  button.menu-toggle {
    position: absolute;
    right: 15px;
    background: none;
    top: -100px;
    color: #fff;
    padding: 0;
  }
button.menu-toggle:focus, button.menu-toggle:active {outline:0;}
    .main-navigation li {
        float: none;
        padding: 0;

    }

.layout-branding {text-align:center;}
.layout-logo img {margin:0 auto;}
.ts {padding-top:20px;padding-bottom:20px;}
 .main-navigation ul {background:rgba(255,255,255,0.2);margin:0;padding-top:0;}
 .main-navigation li a {padding:10px 15px;border-radius:0;font-weight:700;}
.main-navigation li {border-bottom:1px solid rgba(0,0,0,0.07);}

.main-navigation li.current-menu-item a,
.main-navigation ul li a:hover {
    text-decoration: none;
 color:#f7e436;
    background:none;


}
#secondary {margin-top:30px;}
.layout-logo {text-align:center;}
.slotcontent .col-md-3 img, .post-slots .col-md-3 img {width:100%;}
}
@media screen and (max-width: 767px) {
.footer-logos img {margin: 8px;
max-height: 30px;}
.slotcontent ul li {width:50%;}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 100%;float:left;text-align:left;
  margin-bottom:10px;
}
.entry-content iframe {height:350px;}
.post-image {width:100%;margin-right:0;}
.main-wrapper {padding: 15px;}
#secondary {padding: 15px;}
.blog-content-div article {padding-bottom: 30px;}
.entry-header h1 {font-size: 20px;}
}
@media screen and (max-width: 575px) {
.entry-content iframe {height:300px;}


}
@media screen and (max-width: 500px) {
.entry-content iframe {height:250px;}

.slotcontent .col-md-3, .post-slots .col-md-3 {width: 100%;}
}
@media screen and (max-width: 420px) {
.entry-content iframe {height:200px;}

.ts a {display:block;max-width:200px;margin:0 auto;}
.bs a {display:block;}
.bs a.mbutton {margin-right:0;margin-bottom:15px;}
.ts a.mbutton {margin:0 auto 15px;}
button.menu-toggle {top: -215px;}
}
@media screen and (max-width: 380px) {
.slotcontent ul li {width:100%;}
}

/*  Added from 27.08.2025  */
.panel-info {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.panel-info-item:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.panel-info-item-label {
    color: #ffffff;
    font-size: 14px;
}

.panel-info-item-data {
    font-size: 16px;
    font-weight: bold;
}

.last-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.last-reviews-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.last-reviews-item-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.last-reviews-item-pic {
    width: 60px;
}

.last-reviews-item-pic img {
    vertical-align: top;
}


.last-reviews-item-name {
    color: #ffffff;
}

.last-reviews-item-date {
    font-size: 12px;
    color: #7a7a7a;
}

.last-reviews-item-text {
    font-size: 14px;
    line-height: 1.4;
}