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

/*--------------------------------------------------------------
>>> 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

}


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



/* 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-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration:none;
}

/**
 * 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-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;
	font-size: 100%;
	line-height: 1.15;
	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: 1px dotted ButtonText;
}

/**
 * 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;
	outline-offset: -2px;
}

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body {
	
	font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 15px;
	line-height: 1.6;
	padding:0;
	color: #fff;
  background-color: #000036;
	margin:0;
	
}

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

}
h1 {font-size:25px;}
h2 {font-size:23px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}

p {
	margin: 0 0 15px;padding:0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;

	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}



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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


hr {
	background-color: #f6f6f6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	border-collapse: collapse;
}
th, td {padding:10px 15px;border: 1px solid rgba(255,255,255,0.2);}
@media screen and (max-width: 767px) {
    .cct {
        width: 100%;
        overflow: auto!important;
      border: 1px solid rgba(255,255,255,0.2);
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .cct {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #fef105;
}


a:hover,
a:focus,
a:active {
	color: #fff;
	outline: 0;
}


/* Forms
--------------------------------------------- */

input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	
	padding: 0.6em 1em 0.4em;
}


input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	cursor: pointer;
}


input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid rgba(0,0,0,0.1);
	
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border: 1px solid rgba(0,0,0,0.2);
	outline:0;
	box-shadow:none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	max-height:150px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu-toggle {
    background-color: #a05252;
    border: 1px solid transparent;
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0;
    padding: 7px 20px 5px;
    text-transform: uppercase;
}

.no-js .menu-toggle {
	display: none;
}

/* create a submenu toggle button when has children */
.dropdown-toggle {
	background-color: #464646;
	content: "";
	width: 38px;
	height: 38px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;	
}
.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #7d7c7c;
    font-size: 24px;
    right: 0;
    position: relative;
    width: 34px;
    border: none;
    margin: 0 auto;
    vertical-align: middle;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	opacity: 0.9;
	color: #546f90;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
}
.menu-toggle:hover,
.menu-toggle:focus,
.dropdown-toggle:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #464646;
	outline: 0;
}

/* basic menu styling */
#masthead {background-color: #0f1241;text-align:center;
  border-bottom: 2px solid #06073a;padding:13px 0 10px;}
.site-title a {font-weight:700;font-size:25px;color:#fff;}
#site-navigation {
	height: auto;
	display: block;
	padding: 0;
	}


.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align:right;

}

.main-navigation li {display:inline-block;margin-right:30px;}
.main-navigation li a {font-size:16px;color:#d6d6d6;font-weight:700;}
.main-navigation li a:hover {color:#fff;}

ul.sub-menu {text-align:left;display:none;position:absolute;width:260px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.main-navigation li:hover ul.sub-menu {display:block;}
.main-navigation ul.sub-menu li {display:block;margin-right:0;border-bottom:1px solid rgba(0,0,0,0.07);} 
.main-navigation ul.sub-menu li:last-child {border:none;}
.main-navigation ul.sub-menu li a {display:block;color:#000;padding:5px 15px;}
.main-navigation ul.sub-menu li a:hover {color:#481fbe;}
.main-navigation ul .toggled-on {
	display: block;
}



/* Medium devices (tablets, 1024px and up) */
@media  (min-width: 768px) {
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}	
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.site-header-menu {
		display: block;
		padding-top:7px;
	}


}


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



.updated:not(.published) {
	display: none;
}



.bypostauthor {
	display: block;
}



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

/* 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);
}

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


 
blockquote {
 padding: 30px 15px 30px 25px;
    font-size: 18px;
margin: 15px 0;
  background-color: #0f1241;
}
blockquote::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23FEF105' d='M3.191 27.86c-.278.189-.976.355-1.384-.1l-.754-.95c-.364-.619.077-1.192.363-1.43 1.358-1.13 2.346-2.005 2.962-2.623 1.209-1.275 2.102-2.552 2.692-3.824.135-.291-.21-.476-.388-.535C2.228 16.934 0 14.352 0 10.654c0-2.18.721-3.95 2.164-5.311C3.606 3.98 5.414 3.3 7.585 3.3c1.935 0 3.649.885 5.142 2.656 1.46 1.667 2.188 3.472 2.188 5.413 0 5.687-3.907 11.184-11.724 16.49Zm16.952 0c-.278.189-.976.355-1.385-.1l-.753-.95c-.364-.619.077-1.192.363-1.43 1.358-1.13 2.346-2.005 2.962-2.623 1.209-1.275 2.102-2.552 2.692-3.824.135-.291-.21-.476-.388-.535-4.454-1.464-6.682-4.046-6.682-7.744 0-2.18.721-3.95 2.164-5.311C20.559 3.98 22.366 3.3 24.537 3.3c1.935 0 3.649.885 5.142 2.656 1.46 1.667 2.189 3.472 2.189 5.413 0 5.687-3.908 11.184-11.725 16.49Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: auto;
  background-size: contain;
  width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.site-branding {position:relative;padding:0;margin:0;}
.site-header-links {padding:9px 15px 0;float:left;width:70%;text-align:right;}
.post__date {display: block;
  font-size: 14px;
  line-height: 24px;
  color: #D3D3DA;
  text-transform: uppercase;}
.site-branding-section-wrap img {padding:0;width:200px;display:block;}
.home-welcome {border-radius: 10px;overflow:hidden;margin:30px 0;background:url(/wp-content/uploads/2021/12/big.png) no-repeat;background-size:cover;background-position:center center;height:300px;}
@media (max-width:1199px) {
.home-welcome {height:250px;}
}
@media (max-width:991px) {
.home-welcome {height:200px;}
}
@media (max-width:500px) {
.home-welcome {height:150px;}
}

.logo-text {position:absolute;left:105px;top:10px;}
.logo-text span {line-height:1;font-size:14px;text-transform:uppercase;font-weight:700;color:#ffb400;}
.logo-title {font-weight:700;font-size:25px;line-height:1;}
.site-line {height: 7px;width:100%;background-color: #ddeaf1;box-shadow: inset 0 1px 0 0 #ddeaf1, inset 0 4px 0 0 #fff;}
.bottom-footer-img {padding:0 0 20px;}
.bottom-footer-img img {margin:8px 15px;}
#bottom-footer {padding-top:30px;margin-top:30px;text-align:center;background: #1e2150;}
.bottom-footer-menu {padding:30px 0 15px;}
.bottom-footer-menu ul {list-style:none;margin:0;}
.bottom-footer-menu ul li {margin:5px 10px;display:inline-block;}
.bottom-footer-menu ul li a {font-weight:700;color:#000;}
.bottom-footer-menu ul li a:hover {color:#2f2fde;}
.site-info {color:rgba(255,255,255,0.55);padding:0 0 15px;font-size:13px;}
.site-info ul {margin:0 0 10px;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px 5px;}
.site-info ul li a {color:#d6d6d6;}
.site-info ul li a:hover {color:#fff;}
a.go_red {border-radius:10px;padding:10px 30px;color:#fff;font-weight:700;text-align:center;background:#c700cb;}
a.go_green {border-radius:10px;padding:10px 30px;color:#000;font-weight:700;text-align:center;background:#ffc400;}
a.go_red:hover {background:#dc00e0;}
a.go_green:hover {background:#ecb601;}
.site-header-links a.go_red {margin-right:5px;}
.bottom-footer-links a.go_red {margin-right:15px;}
.bottom-footer-links {padding:15px 0 30px;}
.blaze-main-content {float:left;padding:0 15px;width:70%;}
.blaze-sidebar-content {float:left;padding:0 15px;width:30%;}
.site-main {margin:30px 0 0;}
#secondary {padding:15px;background:#f7f7f7;}
#secondary ul {margin:0;list-style:none;}
#secondary ul li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid rgba(0,0,0,0.1);}
#secondary ul li a {display:block;line-height:1.3;font-weight:700;}
.widget-title {font-size:20px;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid rgba(0,0,0,0.1);font-weight:700;}
.page-header {padding:0 0 15px;}
.page-header h1 {margin:0;font-size:23px;}
.site-bar-links {padding-top:15px;}
.site-bar-links a {display:block;}
.site-bar-links a.go_red {margin-bottom:15px;}

.home-slots article, .home-news article, .blaze-slots-content article {float:left;width:25%;padding:0 15px;display:inline-block;}
.home-news article{width:33.3333%;}
.slot-box {background:#fff;position:relative;margin-bottom:30px;text-align:center;box-shadow: 0 .25rem 2rem rgba(0,0,0,.09);border-radius: 10px;overflow:hidden;}
.slot-button {position:absolute;left:0;top:20%;width:100%;display:none;}
.slot-box:hover .slot-button {display:block;}
.slot-box img {width:100%;display:block;}
.slot-box:hover img {opacity:0.3;}
.slot-top {background:#000;}
.slot-box a.go_red {display:block;margin:0 auto 12px;max-width:170px;padding:6px;}
.slot-box a.go_green{display:block;margin:0 auto;max-width:170px;padding:6px;}
.slot-box span {font-weight:700;font-size:14px;display:block;padding:15px 10px;}


.news-box {background:#fff;position:relative;margin-bottom:30px;box-shadow: 0 .25rem 2rem rgba(0,0,0,.09);border-radius: 10px;overflow:hidden;}
.news-box img {width:100%;display:block;}

.news-title a {font-size:16px;color:#2f2fde;display:block;font-weight:700;line-height:1.3;}
.news-title a:hover {color:#000;}
.news-title {padding:15px 15px;}


.bmm-post-thumb {float:left;width:45%;margin-bottom:15px;margin-right:20px;}
.bmm-post-thumb img {width:100%;display:block;}
.entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.single .entry-content a {font-weight:700;}
ol.comment-list {margin:0 0 15px;list-style:none;}
ol.comment-list ol {margin:0 0 15px;list-style:none;padding-left:30px;}
.comment-head img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin:0 0 15px;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding:0 0 20px;}
#comments input[type="submit"] {border:none;border-radius:4px;background:#2f2fde;color:#fff;font-weight:700;padding:10px 20px;}
#comments input[type="submit"]:hover {border:none;background:#2f2fde;}
.search-form input {width:100%;}
p.form-submit {margin:0;}
.search-form {margin:0 0 20px;}
.breadcrumbs {font-size:13px;}
.entry-title a {font-weight:700;display:block;line-height:1.3;font-size:18px;margin:0 0 10px;}
article.bmm-post {padding-bottom:15px;}
.bmm-pagination-links a, .bmm-pagination-links span {font-weight:700;margin-right:5px;}
.bmm-pagination-links span {color:#000;}
.error-404.not-found {text-align:center;padding:100px 0;}
.play-game {text-align:center;padding:30px 0;}
.entry-content iframe {width:100%;height:450px;border:none;padding:0;}
.home-center {text-align:center;padding:10px 0 20px;} 
.home-center a {font-weight:700;padding:10px 25px;border: 2px solid #0083c3;color:#0083c3;border-radius:30px;}
.bottom-svg {margin-top:30px;border-radius:10px;padding:15px 5px;background:#f3f5fc;}
.bottom-svg img {max-width:120px;max-height:40px;margin:10px 15px;}
.offer-content {padding:30px 0 15px;text-align:left;}
.blaze-home-content {padding:30px 0 0;text-align:center;margin:0 auto;max-width:960px;}
.home-content {text-align:left;}
.home-content a {display: block;
  text-align: center;
  color: #fff;
  margin: 15px auto;
  max-width: 230px;
  padding: 10px;
  font-weight: 700;
  background: #5724d8;}
.casino-box {background: linear-gradient(93.69deg,#000036 -1.43%,#1e2150 100.67%,#1e2150 100.67%);margin:0 0 10px;display: flex;
 justify-content: space-between;
 align-items: center;
position: relative;}
.casino-box:hover{background:#1e2150;}
.casino-box img {display:block;max-width:150px;border-radius:5px;}
.casino-box b {color:#3ff;}
.casino-box span {font-weight:700;}
span.btngo {display:block;text-align:center;color:#fff;margin:0 auto;border-radius:5px;max-width:230px;padding:12px;font-weight:700;background: linear-gradient(180deg,#F72A2A 0,#F00 50.52%,#D60000 100%),#FFC530;}
a.btngo {display:block;text-align:center;color:#fff;margin:0 auto;border-radius:5px;max-width:230px;padding:12px;font-weight:700;background: linear-gradient(180deg,#F72A2A 0,#F00 50.52%,#D60000 100%),#FFC530;}
a.btngo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.casino-box .cols {padding:10px 15px;}
.casino-box .cols:nth-child(1) {width:15%;}
.casino-box .cols:nth-child(2) {width:20%;}
.casino-box .cols:nth-child(3) {width:45%;}
.casino-box .cols:nth-child(4) {width:20%;}

.container
	{
	 
	  width: 100%;
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
	}

	.row {
	
	
	  margin-right: -15px;
	  margin-left: -15px;
	}
	
@media (min-width: 576px) {
	  .container {
	    max-width: 540px;
	  }
	}



	@media (min-width: 768px) {
	 .container {
	    max-width: 720px;
	  }
	}



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


	@media (min-width: 1200px) {
 .container {
	    max-width: 1140px;
	  }
	}
@media (max-width:1199px) {
.home-slots article, .blaze-slots-content article {width:50%;}
.entry-content iframe {height:400px;}
.slot-button {top:30%;}
}
@media (max-width:991px) {
.casino-box {display:block;padding:15px 0;text-align:center;}
.casino-box img {margin:0 auto;}
.casino-box .cols:nth-child(1) {width:100%;padding:10px;}
.casino-box .cols:nth-child(2) {width:100%;padding:10px;}
.casino-box .cols:nth-child(3) {width:100%;padding:10px;}
.casino-box .cols:nth-child(4) {width:100%;padding:10px;}
.main-navigation ul {
padding:10px 0 10px;
  text-align: center;
}
.main-navigation li {

  margin: 0 10px;
}
.site-branding {width:100%;text-align:center;}
.site-header-links {padding:15px 15px;width:100%;text-align:center;}
.blaze-main-content {width:100%;}
.blaze-sidebar-content {width:100%;}
#secondary {margin-top:30px;}
.home-news article {width:100%;}
.logo-text {display:none;}
.slot-button {top:25%;}
}

@media (max-width:767px) {
.slot-button {top:17%;}
.bmm-post-thumb {width:100%;margin-right:0;}
.bottom-footer-img img {max-width:100px;margin:5px 10px;}

.entry-content iframe {height:300px;}

.news-title a {font-size:20px;}
.slot-box span {
   
    font-size: 14px;
 
    padding: 15px 10px;
}
.bottom-svg img {
    max-width: 100px;
    max-height: 35px;
    margin: 7px;
}
}

@media (max-width:500px) {
.home-slots article, .home-news article, .blaze-slots-content article {width:100%;}
.news-title {min-height:auto;}
.entry-content iframe {height:250px;}
.slot-button {top:30%;}
}
@media (max-width:360px) {
.site-header-links a.go_red, .site-header-links a.go_green, .bottom-footer-links a.go_red, .bottom-footer-links a.go_green {display:block;}
.entry-content iframe {height:200px;}
.site-header-links a.go_red, .bottom-footer-links a.go_red {margin-right:0;margin-bottom:15px;}
.slot-button {top:20%;}
}