/*!
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: #595959;
	background: #fff;


	
}

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

/**
 * 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 #f1786b;
	padding-left:15px;
	font-size:17px;
	font-style:italic;
	
}

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(0,0,0,0.1);
	text-align:center;
	border-collapse: collapse;
}
table td, table th {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}

@media screen and (max-width: 767px) {
    .tablex {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(0,0,0,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: #3c3c5b;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:#3c3c5b;color:#fff;font-size:14px;font-weight:400;border:none;border-radius:0;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: #f1786b ;
	text-decoration: none;
}

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




a:hover,
a:active, a:focus {
	outline: 0!important;
}

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

.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:#595959;
	font-weight:700;
	text-transform:uppercase;
}
.main-navigation a:hover {color:#d45947;}
/* 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:#f6f6f6;padding:15px 0 8px;}




#colophon {background: #2c2c2c;padding:30px 0 15px;}
#colophon .widget ul {margin:0;padding:0;list-style:none;}
#colophon .widget ul li {margin:0 0 7px;}
#colophon .widget ul li a {color: #fff;font-size:15px;}
#colophon .widget ul li a:hover {color:#ff9a01;}
#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;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

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

h1, .h1 {font-size:27px;}
h2, .h2 {font-size:24px;}
h3, .h3 {font-size:21px;}
h4, .h4 {font-size:19px;}
h5, .h5 {font-size:17px;}
h6, .h6 {font-size:15px;}

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


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




#site-navigation {
	padding-top:10px;
	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: calc(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 0;position:relative;background:url(/wp-content/uploads/2021/12/win.jpg) no-repeat;background-size:cover;height:300px;}
@media (max-width:991px) {
#welcome {height:180px;}
}
@media (max-width:330px) {
#welcome {height:150px;}
}
.w_overlay {z-index:9;position:absolute;left:0;top:0;width:100%;height:100%;}


a.x-button-1 {
    
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
background: linear-gradient(90deg,#f12a4e,#ff9a01);
    
    
    text-align: center;
}

a.x-button-2  {
 text-align:center;
 text-transform:uppercase;
 padding:10px 30px;

 color:#fff;
background: linear-gradient(90deg,#1462ef,#27d2f2);
}
a.x-button-1:hover {}
a.x-button-2:hover {}

.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:16px;}
.site-top a {margin-right:10px;}
.site-info {font-size:13px;color:rgba(255,255,255,0.6);}
.site-info p {margin:0;}
.site-info a {color:#f1786b;}
.site-info a:hover {color:#fff;}
.slot-box {position:relative;overflow:hidden;text-align:center;margin-bottom:15px;}

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;}
#slots .inner, .category-template-category-slot-games-php .site-main .inner, #casino-news .inner {margin-left:-7px;margin-right:-7px;}

#slots .col-3, .category-template-category-slot-games-php .site-main .col-3, #casino-news .col-3 {padding-left:7px;padding-right:7px;}
.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:#f6f6f6;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: #2c2c4f;margin:0 0 15px;overflow:hidden;}
.archive-description {padding-top:15px;}

.breadcrumbs {font-size:13px;}
.developers {text-align:center;border-top: 1px solid #2f3542;margin-top:30px;padding:25px 0 20px;}
.developers img {margin:5px 15px;max-height:35px;max-width:140px;filter: invert(1) opacity(.3);}
.money {text-align:center;border-top: 1px solid #2f3542;border-bottom: 1px solid #2f3542;padding:25px 0 20px;}
.money img {margin:5px 15px;max-width:120px;max-height:25px;filter: invert(1) opacity(.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:#2c2c4f;text-transform:uppercase;padding:10px 20px;}
.dev-ul ul li a:hover, .dev-ul ul li.active a {color:#fff;background:#3c3c5b;}
.footer-logo img {width:120px;}
img.custom-logo {width:170px;display:block;}
.footer-links {padding:10px 0 10px;}
.footer-links a {display:block;margin:0 0 15px;}
.home-content {background:#2c2c4f;margin:0 0 15px;overflow:hidden;}
.home-content .entry-title {padding:5px 15px 15px;min-height:80px;}
#front-page {padding:30px 0 40px}

.right-text {text-align:right;}
.site-info ul {margin:0 0 15px;}
.site-info ul li {display:inline-block;margin-left: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;}


.wrap-inner {

margin: 30px 0;}


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

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

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background:#3c3c5b;
opacity:1;
color:#fff;
}
a.go, span.go {z-index: 1;background:#de6217;color:#fff;font-weight:700;padding:13px 40px;}

a.go::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.front-top-row {background:#f6f6f6;margin:0 0 5px;position:relative;display: flex;
 justify-content: space-between;
 align-items: center;
 color: #595959;
 text-decoration: none;}
 
.front-top-row img {display:block;max-width:150px;}
.front-top-row span {font-weight:700;font-size:18px;}
.rating {position:absolute;left:0;top:0;border: 30px solid transparent; border-left: 30px solid #637cce; border-top: 30px solid #637cce;}
.front-top-row .rating:before {content:"1";position:absolute;width:20px;height:20px;text-align:center;left:-25px;top:-25px;font-size:18px;color:#fff;font-weight:700;}
.front-top-row:nth-of-type(2) .rating:before {content:"2";}
.front-top-row:nth-of-type(3) .rating:before {content:"3";}
.front-top-row:nth-of-type(4) .rating:before {content:"4";}
.front-top-row:nth-of-type(5) .rating:before {content:"5";}
.front-top-row:nth-of-type(6) .rating:before {content:"6";}
.front-top-row:nth-of-type(7) .rating:before {content:"7";}
.front-top-row:nth-of-type(8) .rating:before {content:"8";}
.front-top-row:nth-of-type(9) .rating:before {content:"9";}
.front-top-row:nth-of-type(10) .rating:before {content:"10";}
.front-top-row:nth-of-type(11) .rating:before {content:"11";}
.front-top-row:nth-of-type(12) .rating:before {content:"12";}
.front-top-row:nth-of-type(13) .rating:before {content:"13";}
.front-top-row:nth-of-type(14) .rating:before {content:"14";}
.front-top-row:nth-of-type(15) .rating:before {content:"15";}
.front-top-row:nth-of-type(16) .rating:before {content:"16";}
.front-top-row:nth-of-type(17) .rating:before {content:"17";}
.front-top-row:nth-of-type(18) .rating:before {content:"18";}
.front-top-row:nth-of-type(19) .rating:before {content:"19";}
.front-top-row:nth-of-type(20) .rating:before {content:"20";}
.front-top-row:nth-of-type(21) .rating:before {content:"21";}
.front-top-row:nth-of-type(22) .rating:before {content:"22";}
.front-top-row:nth-of-type(23) .rating:before {content:"23";}
.front-top-row:nth-of-type(24) .rating:before {content:"24";}
.front-top-row:nth-of-type(25) .rating:before {content:"25";}
.front-column:nth-child(1) {width:20%;text-align:center;}
.front-column:nth-child(2) {width:20%;}
.front-column:nth-child(3) {width:43%;}
.front-column:nth-child(4) {width:17%;}
#about-casino {padding-top:25px;}
@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) {
a.go {padding:13px 30px;}
.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;}
.site-info ul li {margin-left:0px;margin-right:15px;}
}


@media screen and (max-width: 991px) {
.front-top-row {text-align:center;display: block;}
 
.front-top-row img {max-width:200px;margin:0 auto;}

.front-column:nth-child(1) {width:100%;padding:20px 0 15px;}
.front-column:nth-child(2) {width:100%;}
.front-column:nth-child(3) {width:100%;padding:20px 0 30px;}
.front-column:nth-child(4) {width:100%;padding:0 0 40px;}
.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:27px;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 (max-width:575px) {

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