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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

.nav_menu {
  width: 90%;
  margin: 10px auto;
}

.nav_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.nav_menu li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

.nav_menu a {
  text-decoration: none;
  font-size: 18px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

		/*! This file is auto-generated */
		.wp-block-button__link {
			color: #fff;
			background-color: #32373c;
			border-radius: 9999px;
			box-shadow: none;
			text-decoration: none;
			padding: calc(.667em + 2px) calc(1.333em + 2px);
			font-size: 1.125em
		}

		.wp-block-file__button {
			background: #32373c;
			color: #fff;
			text-decoration: none
		}

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:root :where(.wp-block-pullquote) {
			font-size: 1.5em;
			line-height: 1.6;
		}

		div#ez-toc-container .ez-toc-title {
			font-size: 120%;
		}

		div#ez-toc-container .ez-toc-title {
			font-weight: 700;
		}

		div#ez-toc-container ul li,
		div#ez-toc-container ul li a {
			font-size: 95%;
		}

		div#ez-toc-container ul li,
		div#ez-toc-container ul li a {
			font-weight: 500;
		}

		div#ez-toc-container nav ul ul li {
			font-size: 90%;
		}

		div#ez-toc-container {
			background: #f6f6f6;
			border: 1px solid #ffffff;
			width: 100%;
		}

		div#ez-toc-container p.ez-toc-title,
		#ez-toc-container .ez_toc_custom_title_icon,
		#ez-toc-container .ez_toc_custom_toc_icon {
			color: #595959;
		}

		div#ez-toc-container ul.ez-toc-list a {
			color: #428bca;
		}

		div#ez-toc-container ul.ez-toc-list a:hover {
			color: #2a6496;
		}

		div#ez-toc-container ul.ez-toc-list a:visited {
			color: #428bca;
		}

		.ez-toc-container-direction {
			direction: ltr;
		}

		.ez-toc-counter ul {
			counter-reset: item;
		}

		.ez-toc-counter nav ul li a::before {
			content: counters(item, '.', decimal) '. ';
			display: inline-block;
			counter-increment: item;
			flex-grow: 0;
			flex-shrink: 0;
			margin-right: .2em;
			float: left;
		}

		.ez-toc-widget-direction {
			direction: ltr;
		}

		.ez-toc-widget-container ul {
			counter-reset: item;
		}

		.ez-toc-widget-container nav ul li a::before {
			content: counters(item, '.', decimal) '. ';
			display: inline-block;
			counter-increment: item;
			flex-grow: 0;
			flex-shrink: 0;
			margin-right: .2em;
			float: left;
		}


		.a-stats {
			--akismet-color-mid-green: #357b49;
			--akismet-color-white: #fff;
			--akismet-color-light-grey: #f6f7f7;

			max-width: 350px;
			width: auto;
		}

		.a-stats * {
			all: unset;
			box-sizing: border-box;
		}

		.a-stats strong {
			font-weight: 600;
		}

		.a-stats a.a-stats__link,
		.a-stats a.a-stats__link:visited,
		.a-stats a.a-stats__link:active {
			background: var(--akismet-color-mid-green);
			border: none;
			box-shadow: none;
			border-radius: 8px;
			color: var(--akismet-color-white);
			cursor: pointer;
			display: block;
			font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
			font-weight: 500;
			padding: 12px;
			text-align: center;
			text-decoration: none;
			transition: all 0.2s ease;
		}

		/* Extra specificity to deal with TwentyTwentyOne focus style */
		.widget .a-stats a.a-stats__link:focus {
			background: var(--akismet-color-mid-green);
			color: var(--akismet-color-white);
			text-decoration: none;
		}

		.a-stats a.a-stats__link:hover {
			filter: brightness(110%);
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
		}

		.a-stats .count {
			color: var(--akismet-color-white);
			display: block;
			font-size: 1.5em;
			line-height: 1.4;
			padding: 0 13px;
			white-space: nowrap;
		}

		.g_position {
			color: #fff;
			padding: .5rem;
			position: absolute;
			top: -7px;
			left: -43px;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			text-align: center;
			line-height: 13px;
			font-weight: 600;
			font-size: 11px;
			background: #20adff
		}

		a.broken_link {
			box-shadow: 0 0 20px 4px red !important;
			background: red !important;
			color: #fff !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.outer_link {
			box-shadow: 0 0 20px 4px #ffeb00 !important;
			background: #ffeb00 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.inner_link {
			box-shadow: 0 0 20px 4px #a2d626 !important;
			background: #a2d626 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em;
		}

		a.outer_link.broken_link {
			box-shadow: 0 0 20px 4px #ffeb00 !important;
			background: #ffeb00 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em !important;
			border: solid 2px red !important;
		}

		a.inner_link.broken_link {
			box-shadow: 0 0 20px 4px #a2d626 !important;
			background: #a2d626 !important;
			color: #222 !important;
			padding: .3em !important;
			border-radius: .25em !important;
			border-radius: .25em !important;
			border: solid 2px red !important;
		}
	
		.SEbear-header-target {
			border-bottom: dashed 3px #c90000 !important;
		}


pre {
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

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
}

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, .2);
    border-collapse: collapse
}

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

@media screen and (max-width:767px) {
    .cct {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(255, 255, 255, .2);
        box-sizing: border-box;
        margin: 20px 0 20px
    }

    .cct {
        margin: 0 0 0 0 !important;
        border: none !important;
        border-radius: 0 !important
    }
}

a {
    color: #fef105
}

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

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, .8);
    padding: .6em 1em .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, .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, .2);
    outline: 0;
    box-shadow: none
}

select {
    border: 1px solid #ccc
}

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

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

.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: .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
}

#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, .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, .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
}

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

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

.custom-logo-link {
    display: inline-block
}

.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: .8075em 0
}

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

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

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.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, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .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
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    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, .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, .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, .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: .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: .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
}
.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%
    }
}