/*!
Theme Name: bonus
Text Domain: bonus
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  background: #00100e;
}

input,
textarea {
  background: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow-x: auto;
  scrollbar-width: thin;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
}

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0t;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 15px;
  border-left: 4px solid #e8bc62;
  padding-left: 15px;
  font-size: 17px;
  font-style: italic;
  color: #fff;
}

address {
  margin: 0 0 15px;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

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

big {
  font-size: 125%;
}

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

ul,
ol {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

figcaption {
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  margin: 5px;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  border-collapse: collapse;
}

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

@media screen and (max-width: 767px) {
  .tablex {
    width: 100%;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    margin: 20px 0 20px;
  }
  .tablex table {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 15px;
  border: none;
  background: #3a3a3a;
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  font-weight: 700;
  text-transform: uppercase;
}

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: #9a9a9a;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 15px;
}

input:hover, input:focus, input:active {
  outline: none;
  box-shadow: none;
}

.search-form input[type=search] {
  width: 75%;
  float: left;
  border: none;
}

.search-form input[type=search]:focus {
  color: #6c6c6c;
}

.search-form input[type=submit] {
  font-weight: 400;
  background: #0045a1;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  width: 25%;
  float: left;
}

select {
  border: 1px solid #ccc;
}

p.form-submit {
  margin: 0;
}

#comments {
  padding: 0;
}

#comments label {
  padding-bottom: 10px;
  opacity: 0.7;
  display: block;
}

#comments input[type=submit] {
  background: #0045a1;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
}

textarea {
  width: 100%;
}

#comments textarea {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

#comments textarea:focus {
  color: #6c6c6c;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#comments input:focus, #comments textarea:focus, #comments input:active, #comments textarea:active {
  box-shadow: none !important;
  outline: 0 !important;
}

.comments-title {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 23px;
}

.comment-head img {
  float: left;
  margin-right: 15px;
  border-radius: 3px;
}

.comment-date {
  font-size: 13px;
  opacity: 0.5;
}

.comment-meta {
  float: right;
}

.comment-content {
  clear: both;
}

ol.children {
  padding-left: 15px;
  padding-top: 30px;
}

ol.comment-list li {
  padding-bottom: 15px;
}

a.comment-reply-link {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e3b75e;
  text-decoration: none;
}

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

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

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

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

.main-navigation li {
  position: relative;
  margin-left: 25px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #999;
  font-weight: 700;
}

.main-navigation a:hover {
  color: #fff;
}

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

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-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%;
}

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

.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
--------------------------------------------------------------*/
.custom-header {
  background: #031717;
  padding: 15px 0 12px;
  margin-bottom: 15px;
}

.home .custom-header {
  margin-bottom: 0;
}

#colophon {
  margin: 30px 0 0;
  background: #031717;
  padding: 40px 0 30px;
}

#colophon .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#colophon .widget ul li {
  margin: 0 0 7px;
}

#colophon .widget ul li a {
  font-size: 15px;
}

#colophon .widget-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 400;
}

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

.entry-content p img {
  margin-top: 15px;
}

.entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {
  clear: both;
}

.entry-content p:first-of-type {
  clear: none;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.columns-8 .blocks-gallery-grid {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  clear: both;
  margin: 0 0 15px;
  font-weight: 700;
  color: #fff;
}

h1, .h1 {
  font-size: 25px;
}

h2, .h2 {
  font-size: 23px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 16px;
}

p, pre {
  margin: 0 0 15px;
}

.bb-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#site-navigation {
  background: transparent !important;
}

.single .bb-center-image {
  width: 45%;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}

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

/* Prelaoder */
#bb-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#bb-preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: calc(50% - 62px);
  border: 6px solid #000;
  border-top: 6px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bb-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 10px;
}

.bb-scroll-down {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 10px;
}

.top-padding {
  margin: 280px;
}

.top-padding-media-to-background {
  margin: 4000px;
}

.bb-nudge {
  margin: 75px;
}

#bb-feature-image,
#bb-feature-image img {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  width: auto;
  height: auto;
  min-width: 100vw; /*mins are mandatory*/
  min-height: 100vh;
  max-width: 100vw; /*when both maxes are cut off video fills screen, but is cut off on smaller screens*/
  max-height: 100vh; /*makes video and image big for large screen and video small for small sceens*/
}

#bb-back-image,
#bb-back-image img {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  width: auto;
  height: auto;
  min-width: 100vw; /*mins are mandatory*/
  min-height: 100vh;
  max-width: 100vw; /*when both maxes are cut off video fills screen, but is cut off on smaller screens*/
  max-height: 100vh; /*makes video and image big for large screen and video small for small sceens*/
}

.post-template-default .bb-fv,
.page-template-default .bb-fv {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}

.home .bb-fv {
  position: static;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
}

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

.bb-negative {
  clear: left;
  clear: right;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-sizing: border-box;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

#welcome {
  margin: 15px auto 30px;
  width: 100%;
  max-width: 1160px;
  padding: 50px 30px 0;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  position: relative;
  background: url(/wp-content/uploads/2024/12/bonus.jpg) no-repeat left center;
  background-size: cover;
  height: 330px;
}

.bonus-text {
  font-size: 27px;
}

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

#welcome a.x-button-2 {
  display: block;
  padding: 10px;
  max-width: 200px;
  margin: 30px 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 36, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 36, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 36, 0, 0);
  }
}
#welcome a.x-button-1 {
  display: none;
  padding: 10px;
  max-width: 200px;
  margin: 15px auto;
}

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

.bonus-promo span {
  position: relative;
  margin-right: 22px;
  cursor: pointer;
  color: #ec292b;
}

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

@media (max-width: 1190px) {
  #welcome {
    max-width: 100%;
    border-radius: 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  #welcome {
    height: auto;
    padding: 30px 15px;
    text-align: center;
  }
  #welcome a.x-button-2 {
    margin: 15px auto;
  }
  #welcome a.x-button-1 {
    display: block;
  }
  .w_overlay, .home .site-top, .home #site-navigation {
    display: none;
  }
  .bonus-text {
    font-size: 24px;
  }
}
a.x-button-1 {
  position: relative;
  font-weight: 700;
  padding: 10px 30px;
  color: #fff;
  background: #04cfaa;
  border-radius: 5px;
  text-align: center;
}
a.x-button-1:hover {
  animation: shake 1.5s infinite;
}

@keyframes shake {
  0% {
    left: 0;
  }
  10% {
    left: -2px;
  }
  20% {
    left: 2px;
  }
  30% {
    left: -6px;
  }
  40% {
    left: 6px;
  }
  50% {
    left: -4px;
  }
  60% {
    left: 2px;
  }
  70% {
    left: 0;
  }
}
a.x-button-2,
span.x-button-2 {
  text-align: center;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  background: #ff2400;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 36, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 36, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 36, 0, 0);
  }
}
.winner {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 12px;
}
.winner__wrapper {
  display: flex;
  align-items: center;
}
.winner__label {
  flex: none;
  width: 90px;
  color: #80858f;
  border-right: 1px solid;
  line-height: 1.3;
}
.winner__section {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.winner__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-column-gap: 10px;
  align-items: center;
  padding: 0 20px;
  flex-shrink: 0;
  line-height: 1;
}
.winner__item-image {
  grid-row: span 2;
}
.winner__item-value {
  color: #ffffff;
}
.winner__item-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 16, 14, 0.7);
  opacity: 0;
}
.winner__item-btn:hover {
  opacity: 1;
}
.winner__item-btn .x-button-2 {
  padding: 10px 20px;
}

.type-section {
  margin-bottom: 30px;
  color: #fff;
}
.type-section__title {
  margin-bottom: 15px;
}
.type-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .type-section__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
.type-section__list li a {
  display: block;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  border-radius: 10px;
  border: 1px solid #13171f;
  background-color: #13171f;
}
@media screen and (min-width: 992px) {
  .type-section__list li a {
    font-size: 24px;
  }
}
.type-section__list li a:hover {
  border-color: #ccc;
}

.sidebar a.x-button-1, .sidebar a.x-button-2 {
  display: block;
}

.sidebar a.x-button-1 {
  margin-bottom: 15px;
}

.site-top {
  text-align: center;
  padding-top: 7px;
}

.site-top a {
  margin-right: 10px;
}

.site-info {
  font-size: 13px;
  padding-top: 30px;
}

.site-info p {
  margin: 0 0 5px;
}

@media screen and (min-width: 992px) {
  .site-info [class^=col-] {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .site-info [class^=col-]:first-child {
    text-align: left;
  }
}
.site-info .icons-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .site-info .icons-list {
    justify-content: flex-end;
  }
}
.site-info .icons-list img {
  filter: brightness(0) invert(1) opacity(0.3);
  border-radius: 5px;
  border: 1px solid #232834;
}

.slot-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}

a.x-free {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

a.x-free:hover {
  text-decoration: underline;
}

.slot-button {
  position: absolute;
  top: 25%;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.slot-button span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.slot-button a.x-button-2 {
  display: block;
  margin: 10px auto;
  max-width: 170px;
  font-size: 14px;
  padding: 6px 10px 4px;
}

.slot-box:hover .slot-button {
  display: block;
}

.slot-box:hover .slot-pic {
  background: rgba(0, 0, 0, 0.9);
}

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

.slot-box:hover .slot-pic img {
  opacity: 0.3;
}

#casino a {
  font-weight: 700;
  padding: 10px;
  color: #fff;
  display: block;
  margin: 15px auto;
  max-width: 240px;
  background: #0045a1;
  border-radius: 5px;
  text-align: center;
}

.entry-header h1, .page-header h1 {
  font-size: 22px;
}

.archive .entry-title, .search .entry-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.archive .col-8, .search .col-8 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sidebar {
  background: #031717;
  padding: 15px;
}

.sidebar .widget {
  margin: 0 0 30px;
}

.sidebar .widget:after {
  display: block;
  clear: both;
  content: "";
}

.post-box-content {
  padding-right: 15px;
}

.bl {
  padding-top: 5px;
}

.sidebar .widget-title {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar .widget ul {
  margin: 0;
  list-style: none;
}

.sidebar .widget ul li {
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 10px;
}

.extend {
  display: none;
}

.sidebar .widget ul li a {
  display: block;
  line-height: 1.3;
}

.archive #primary article, .search #primary article {
  background: #031717;
  margin: 0 0 15px;
  overflow: hidden;
  border-radius: 10px;
}

.archive-description {
  padding-top: 15px;
}

.breadcrumbs {
  font-size: 13px;
}

.developers {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 30px;
  padding: 25px 0 20px;
}

.developers img {
  margin: 5px 15px;
  max-height: 35px;
  max-width: 140px;
  filter: invert(1) opacity(0.3);
}

.money {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 25px 0 20px;
}

.money img {
  margin: 5px 15px;
  max-width: 120px;
  max-height: 25px;
  filter: invert(1) opacity(0.3);
}

.slot-x {
  text-align: center;
  padding: 20px 0;
}

.dev-ul ul {
  margin: 20px 0 5px;
}

.dev-ul ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 23px;
}

.dev-ul ul li a {
  color: #fff;
  background: #04cfaa;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
}

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

.footer-links {
  padding: 10px 0 10px;
}

.footer-links a {
  display: block;
  margin: 0 0 15px;
}

.home-content {
  background: #031717;
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 10px;
}

.home-content .entry-title {
  padding: 5px 15px 15px;
}

#front-page .home-content .entry-title a {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.right-text {
  text-align: right;
}

.site-info ul {
  margin: 0 0 15px;
}

.site-info ul li {
  display: inline-block;
  margin-right: 15px;
}

.entry-content .ddsg-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.entry-content .ddsg-wrapper li > ul {
  margin-left: 15px;
}

.not-found {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0 160px;
}

.more-link {
  text-align: center;
}

.more-link a {
  text-decoration: none !important;
  color: #46433f !important;
}

.wp-pagenavi {
  clear: both;
  padding: 10px 0 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  background: #232629;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #e5b95f;
  opacity: 1;
  color: #000;
}

@media (min-width: 992px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media screen and (min-width: 992px) {
  #bb-toggle {
    display: none !important;
  }
  .nav-menu {
    float: right;
  }
  #bb-popout {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .site-top a.x-button-1, .site-top a.x-button-2 {
    padding: 5px 20px;
  }
  .sidebar .search-form input[type=search] {
    width: 70%;
  }
  .sidebar .search-form input[type=submit] {
    width: 30%;
  }
  .archive .col-8, .search .col-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1229px) {
  .entry-content iframe {
    height: 400px;
  }
  .slot-button {
    top: 18%;
  }
  .site-info ul {
    padding-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
  }
  .site-top {
    padding: 20px 0 10px;
  }
  .custom-header {
    padding: 15px 0 0;
  }
  #casino-news .col-3, #slots .col-3, .category-template-category-slot-games-php .site-main .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .site-info ul li {
    margin: 0 8px 5px;
  }
  #casino-news img {
    width: 100%;
  }
  #colophon .site-info .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-info, .col-9.right-text {
    text-align: center;
  }
  #colophon .col-3, #colophon .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #colophon .site-info .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #colophon .col-3 {
    padding-bottom: 20px;
  }
  .archive .col-8, .search .col-8 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .archive .entry-title, .search .entry-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .archive .col-8 .entry-content, .search .col-8 .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-navigation {
    padding-top: 15px;
    text-align: center;
  }
  .custom-header .col-3, .custom-header .col-4 {
    text-align: center;
  }
  .site-top a {
    margin-right: 0;
  }
  .site-top a.x-button-1 {
    margin-right: 10px;
  }
  .main-navigation ul {
    padding: 0;
    margin: 10px 0 20px;
  }
  .main-navigation li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }
  #bb-popout {
    position: fixed;
    height: 100%;
    width: 250px;
    background: #842edf;
    color: white;
    top: 0px;
    left: -250px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    z-index: 9999;
  }
  #bb-popout li {
    width: 250px;
  }
  #bb-popout ul ul {
    position: relative;
    left: 0;
    box-shadow: none;
    float: none;
    top: 0;
    z-index: 99999;
    background: transparent;
  }
  .bb-toggle-no-descrip-no-logo {
    top: 39px;
  }
  #bb-toggle {
    float: right;
    position: fixed;
    top: 50px;
    right: 15px;
    width: 28px;
    height: 24px;
    background: rgba(202, 183, 183, 0.8) !important;
    padding-left: 1.5px;
    transition: 1200ms ease;
    box-shadow: 3px 3px #000000;
    display: block !important;
  }
  #bb-close-icon {
    display: none;
  }
  #bb-toggle:hover {
    cursor: pointer;
  }
  #bb-toggle:focus img {
    border: 5px solid #900;
  }
  .nav-menu, .bb-no-descrip-no-logo {
    padding-top: 0px !important;
  }
  .slot-button {
    top: 28%;
  }
}
@media screen and (max-width: 600px) {
  #bb-toggle {
    transition: 1200ms ease;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .developers img {
    margin: 5px 7px;
  }
  .money img {
    margin: 5px 7px;
  }
  .slot-button {
    top: 20%;
  }
  #casino-news .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-content .entry-title {
    min-height: auto;
  }
  .entry-content iframe {
    height: 320px;
  }
  .single .bb-center-image {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  #payment ul li {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #colophon .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #payment ul li {
    width: 100%;
  }
}
@media screen and (max-width: 490px) {
  .entry-content iframe {
    height: 250px;
  }
  #slots .col-3, .category-template-category-slot-games-php .site-main .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #slots img, .category-template-category-slot-games-php .site-main .col-3 img {
    width: 100%;
  }
  .slot-button {
    top: 30%;
  }
  #slots ol li {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .search-form input[type=search] {
    width: 65%;
  }
  .search-form input[type=submit] {
    width: 35%;
  }
  .slot-button {
    top: 25%;
  }
  .footer-links a {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .site-top a {
    display: block;
  }
  .site-top a.x-button-1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main-navigation li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .main-navigation li a {
    background: #232447;
    padding: 7px;
  }
  #comments input[type=submit] {
    padding: 10px 20px;
    font-size: 14px;
  }
  .entry-content iframe {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .slot-button {
    top: 20%;
  }
}

/*# sourceMappingURL=style.css.map */
