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

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

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

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

.img-fig {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.fig-img img {
	border-radius: 14px;
	margin: 30px auto;
}





.site-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.theme-header {
	background: #fff;
	position: relative;
	z-index: 999
}

.theme-header:after {
	content: "";
	display: table;
	clear: both
}

.theme-header.has-shadow {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.theme-header.top-nav-below .top-nav {
	z-index: 8
}

.logo-row {
	position: relative
}

#logo {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	float: left
}

#logo img {
	vertical-align: middle
}

#logo img[src*='.svg'] {
	width: 100%
}

@-moz-document url-prefix() {
	#logo img[src*='.svg'] {
		height: 100px
	}
}

#logo a {
	display: inline-block
}

#logo.text-logo a {
	color: #08f
}

#logo.text-logo a:hover {
	color: #006dcc;
	opacity: .8
}

.logo-text {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700
}

@media (max-width: 670px) {
	.logo-text {
		font-size: 30px
	}
}

.has-full-width-logo #logo {
	margin: 0
}

.has-full-width-logo #logo a, .has-full-width-logo #logo img {
	width: 100%;
	height: auto;
	display: block
}

.has-full-width-logo #logo, .header-layout-2 #logo {
	float: none;
	text-align: center
}

.has-full-width-logo #logo img, .header-layout-2 #logo img {
	margin-right: auto;
	margin-left: auto
}

.has-full-width-logo .logo-container, .header-layout-2 .logo-container {
	width: 100%;
	float: none
}

@media (max-width: 991px) {
	#theme-header.has-normal-width-logo #logo {
		margin: 14px 0;
		text-align: left;
		line-height: 1
	}

	#theme-header.has-normal-width-logo #logo img {
		width: auto;
		height: auto;
		max-width: 190px
	}
}

@media (max-width: 479px) {
	#theme-header.has-normal-width-logo #logo img {
		max-width: 160px;
		max-height: 60px
	}
}

@media (max-width: 991px) {
	#theme-header.mobile-header-default.header-layout-1 .header-layout-1-logo, #theme-header.mobile-header-default:not(.header-layout-1) #logo {
		-webkit-flex-grow: 10;
		-ms-flex-positive: 10;
		flex-grow: 10
	}
}

.components {
	float: right
}

.components > li {
	position: relative;
	float: right;
	list-style: none
}

.components > li.social-icons-item {
	margin: 0
}

.components > li > a {
	display: block;
	position: relative;
	width: 30px;
	text-align: center;
	line-height: inherit;
	font-size: 16px
}

.components > li:hover > a, .components > li > a:hover {
	z-index: 2
}

.header-layout-1 #menu-components-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width: 991px) {
	.header-layout-1 #main-nav [class*=tie-col-md] {
		float: left;
		width: auto
	}
}

.header-layout-1 .main-menu-wrapper {
	display: table;
	width: 100%
}

.header-layout-1 #logo {
	line-height: 1;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px
}

.header-layout-1 .header-layout-1-logo {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.header-layout-2 #menu-components-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-layout-4 #menu-components-wrap {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 25px
}

.header-layout-4 #menu-components-wrap .main-menu-wrap {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.rainbow-line {
	height: 3px;
	width: 100%;
	position: relative;
	z-index: 2;
	background-image: linear-gradient(to right, #f76570 0, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%)
}

@media (max-width: 991px) {
	.header-layout-1 .main-menu-wrapper, .logo-container {
		border-width: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.mobile-header-components {
	display: none;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.mobile-header-components .components {
	float: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.mobile-header-components .components li.custom-menu-link {
	display: inline-block;
	float: none
}

.mobile-header-components .components li.custom-menu-link > a {
	width: 20px;
	padding-bottom: 15px
}

.header-layout-1.main-nav-dark .mobile-header-components .components li.custom-menu-link > a {
	color: #fff
}

.mobile-header-components [class*=" tie-icon-"], .mobile-header-components [class^=tie-icon-] {
	font-size: 18px;
	width: 20px;
	height: 20px;
	vertical-align: middle
}

.mobile-header-components .tie-mobile-menu-icon {
	font-size: 20px
}

.mobile-header-components .nav-icon {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #2c2f34;
	position: relative;
	top: -4px;
	transition: background .4s ease
}

.mobile-header-components .nav-icon:after, .mobile-header-components .nav-icon:before {
	position: absolute;
	right: 0;
	background-color: #2c2f34;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transition: background .4s, right .2s ease, -webkit-transform .4s;
	transition: transform .4s, background .4s, right .2s ease;
	transition: transform .4s, background .4s, right .2s ease, -webkit-transform .4s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mobile-header-components .nav-icon:before {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px)
}

.mobile-header-components .nav-icon:after {
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px)
}

.mobile-header-components .nav-icon.is-layout-2:after, .mobile-header-components .nav-icon.is-layout-2:before {
	width: 70%;
	right: 15%
}

.mobile-header-components .nav-icon.is-layout-3:after {
	width: 60%
}

.mobile-header-components .nav-icon.is-layout-4:after {
	width: 60%;
	right: auto;
	left: 0
}

.dark-skin .mobile-header-components .nav-icon, .dark-skin .mobile-header-components .nav-icon:after, .dark-skin .mobile-header-components .nav-icon:before, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon:after, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon:before {
	background-color: #fff
}

.dark-skin .mobile-header-components .nav-icon .menu-text, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon .menu-text {
	color: #fff
}

.mobile-header-components .menu-text-wrapper {
	white-space: nowrap;
	width: auto
}

.mobile-header-components .menu-text {
	color: #2c2f34;
	line-height: 30px;
	font-size: 12px;
	padding: 0 0 0 5px;
	display: inline-block;
	transition: color .4s
}

.dark-skin .mobile-header-components .menu-text, .main-nav-dark.header-layout-1 .mobile-header-components .menu-text {
	color: #fff
}

#mobile-header-components-area_1 .components li.custom-menu-link > a {
	margin-right: 15px
}

#mobile-header-components-area_2 .components {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

#mobile-header-components-area_2 .components li.custom-menu-link > a {
	margin-left: 15px
}

#mobile-menu-icon:hover .nav-icon, #mobile-menu-icon:hover .nav-icon:after, #mobile-menu-icon:hover .nav-icon:before {
	background-color: #08f
}

@media (max-width: 991px) {
	.logo-container:after, .logo-container:before {
		height: 1px
	}

	.mobile-components-row .logo-wrapper {
		height: auto
	}

	.mobile-components-row .logo-container, .mobile-components-row.header-layout-1 .main-menu-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.mobile-components-row.header-layout-1 .header-layout-1-logo, .mobile-components-row:not(.header-layout-1) #logo {
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.mobile-components-row .mobile-header-components {
		padding: 5px 0;
		height: 45px
	}

	.mobile-components-row .mobile-header-components .components li.custom-menu-link > a {
		padding-bottom: 0
	}

	#tie-body #mobile-container, .mobile-header-components {
		display: block
	}
}

.top-nav {
	background-color: #fff;
	position: relative;
	z-index: 10;
	line-height: 35px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 1px 0;
	color: #2c2f34
}

.top-nav a:not(.button):not(:hover) {
	color: #2c2f34
}

.top-nav .components > li:hover > a {
	color: #08f
}

.top-nav .tie-alignleft {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

@media (min-width: 992px) {
	.header-layout-1.top-nav-below:not(.has-shadow) .top-nav {
		border-width: 0 0 1px
	}
}

.top-menu .menu a {
	padding: 0 10px
}

.top-menu .menu li:hover > a {
	color: #08f
}

.top-menu .menu ul {
	display: none;
	position: absolute;
	background: #fff
}

.top-menu .menu li:hover > ul {
	display: block
}

.top-menu .menu li {
	position: relative
}

.top-menu .menu ul.sub-menu a {
	width: 180px;
	line-height: 20px;
	padding: 7px 15px
}

.top-menu .menu .tie-current-menu > a {
	color: #08f
}

.top-nav .tie-alignleft .components, .top-nav .tie-alignleft .components > li {
	float: left
}

.top-nav-dark .top-nav {
	background-color: #2c2e32;
	color: #ccc
}

.top-nav-dark .top-nav * {
	border-color: rgba(255, 255, 255, .1)
}

.top-nav-dark .top-nav .components > li.social-icons-item .social-link:not(:hover) span, .top-nav-dark .top-nav .components > li > a {
	color: #ccc
}

.top-nav-dark .top-nav .components > li:hover > a {
	color: #fff
}

.top-nav-dark .top-nav .top-menu li a {
	color: #ccc;
	border-color: rgba(255, 255, 255, .04)
}

.top-nav-dark .top-menu ul {
	background: #2c2e32
}

.top-nav-dark .top-menu li:hover > a {
	background: rgba(0, 0, 0, .1);
	color: #08f
}

@media (max-width: 991px) {
	.theme-header .components, .top-menu, .top-nav:not(.has-breaking-news) {
		display: none
	}
}

.main-nav-wrapper {
	position: relative;
	z-index: 4
}

.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
	z-index: 9
}

.main-nav {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 1px 0
}

.main-menu-wrapper {
	border: 0 solid rgba(0, 0, 0, .1);
	position: relative
}

@media (min-width: 992px) {
	.header-menu {
		float: left
	}

	.header-menu .menu li {
		display: block;
		float: left
	}

	.header-menu .menu a {
		display: block;
		position: relative
	}

	.header-menu .menu .sub-menu a {
		padding: 8px 10px
	}

	.header-menu .menu a:hover, .header-menu .menu li:hover > a {
		z-index: 2
	}

	.header-menu .menu ul {
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
	}

	.header-menu .menu ul li {
		position: relative
	}

	.header-menu .menu ul a {
		border-width: 0 0 1px;
		transition: .15s
	}

	.header-menu .menu ul ul {
		top: 0;
		left: 100%
	}

	#main-nav {
		z-index: 9;
		line-height: 60px
	}

	.header-layout-1.top-nav-below #main-nav .main-menu > ul > li, .top-nav-below-main-nav #main-nav .main-menu > ul > li {
		border-bottom: 0;
		margin-bottom: 0
	}

	.main-menu .menu a {
		transition: .15s
	}

	.main-menu .menu > li > a {
		padding: 0 14px;
		font-size: 13px;
		font-weight: 600
	}

	.main-menu .menu > li > .menu-sub-content {
		border-top: 2px solid #08f
	}

	.main-menu .menu > li.tie-current-menu {
		border-bottom: 5px solid #08f;
		margin-bottom: -5px
	}

	.main-menu .menu > li.tie-current-menu > a:after {
		content: "";
		width: 20px;
		height: 2px;
		position: absolute;
		margin-top: 17px;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		background: #2c2f34;
		transition: .3s
	}

	.main-menu .menu ul {
		line-height: 20px;
		z-index: 1
	}

	.main-menu .menu .sub-menu .tie-menu-icon {
		width: 20px
	}

	.main-menu .menu-sub-content {
		display: none;
		padding: 15px;
		width: 230px;
		position: absolute;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
	}

	.main-menu .menu-sub-content a {
		width: 200px
	}

	.main-menu .menu-sub-content .menu-item-has-children > a:before {
		right: 5px
	}

	.main-menu ul li:hover > .menu-sub-content, .main-menu ul li[aria-expanded=true] > .mega-menu-block, .main-menu ul li[aria-expanded=true] > ul {
		display: block;
		z-index: 1
	}

	nav.main-nav .menu > li.tie-current-menu > a, nav.main-nav .menu > li:hover > a {
		background-color: #08f;
		color: #fff
	}

	.header-layout-1 .main-menu-wrap .menu > li:only-child:not(.mega-menu) {
		position: relative
	}

	.header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content {
		right: 0;
		left: auto
	}

	.header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content ul {
		left: auto;
		right: 100%
	}

	nav.main-nav .components > li:hover > a {
		color: #08f
	}

	.main-nav-dark .main-nav {
		background: #1f2024;
		border-width: 0
	}

	.main-nav-dark .main-nav .components > li > a {
		color: #fff
	}

	.main-nav-dark .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
		color: #fff
	}

	.main-nav-dark .main-nav.fixed-nav {
		background-color: rgba(31, 32, 36, .95)
	}

	.main-nav-dark .main-menu .menu > li a {
		color: #fff
	}

	.main-nav-dark .main-menu .menu ul li.current-menu-item:not(.mega-link-column) > a, .main-nav-dark .main-menu .menu ul li:hover > a {
		color: #08f
	}

	.main-nav-dark .main-menu .menu-sub-content {
		background: #1f2024;
		color: #fff
	}

	.main-nav-dark .main-menu .mega-cat-wrapper, .main-nav-dark .main-menu .menu ul a {
		border-color: rgba(255, 255, 255, .04)
	}

	.main-nav-light .main-nav {
		background-color: #fff;
		color: #2c2f34
	}

	.main-nav-light .main-nav .menu-sub-content {
		background: #fff
	}

	.main-nav-light .main-nav .components li a:hover, .main-nav-light .main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a, .main-nav-light .main-nav .menu ul li:hover > a {
		color: #08f
	}

	.main-nav-light .main-nav .components li a, .main-nav-light .main-nav .menu a {
		color: #2c2f34
	}

	.main-nav-light .main-nav .components li a.button:hover {
		color: #fff
	}

	.main-nav-light .main-nav.fixed-nav {
		background-color: rgba(255, 255, 255, .95)
	}

	.main-nav-light .mega-menu .post-meta, .main-nav-light .mega-menu .post-meta a:not(:hover) {
		color: rgba(0, 0, 0, .5)
	}
}

@media (min-width: 992px) {
	.mega-menu > a:before, .menu-item-has-children > a:before {
		content: '';
		position: absolute;
		right: 12px;
		margin-top: 2px;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top: 4px solid #fff;
		transition: border .15s
	}

	.mega-menu .menu-item-has-children > a:before, .menu-item-has-children .menu-item-has-children > a:before {
		border: 4px solid transparent;
		border-left-color: #fff
	}

	.menu .mega-menu:not(.is-icon-only) > a, .menu > .menu-item-has-children:not(.is-icon-only) > a {
		padding-right: 25px
	}

	.main-menu .menu > li.tie-current-menu > a:before, .main-menu .menu > li:hover > a:before {
		border-top-color: #fff
	}

	.main-nav-light .main-nav .menu-item-has-children > a:before, .main-nav-light .mega-menu > a:before {
		border-top-color: #2c2f34
	}

	.main-nav-light .main-nav .menu-item-has-children .menu-item-has-children > a:before, .main-nav-light .mega-menu .menu-item-has-children > a:before {
		border-top-color: transparent;
		border-left-color: #2c2f34
	}

	.main-nav-light .main-nav .menu-item-has-children li:hover > a:before, .main-nav-light .mega-menu li:hover > a:before {
		border-left-color: #08f
	}

	.top-nav-dark .top-menu .menu-item-has-children > a:before {
		border-top-color: #ccc
	}

	.top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children > a:before {
		border-left-color: #ccc;
		border-top-color: transparent
	}
}

@media (min-width: 992px) {
	.main-nav-below.top-nav-below #main-nav:not(.fixed-nav) {
		bottom: -1px
	}

	.dark-skin .main-nav-below.top-nav-below-main-nav #main-nav {
		border-top-width: 0
	}
}

.theme-header:not(.main-nav-boxed) .fixed-nav .main-menu-wrapper {
	background: 0 0
}

.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
	z-index: 9
}

.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
	margin-bottom: -1px;
	bottom: 0;
	border-top-width: 0
}

@media (min-width: 992px) {
	.header-layout-1.main-nav-below.top-nav-below-main-nav .top-nav {
		margin-top: -1px
	}
}

.header-layout-1.has-shadow:not(.top-nav-below) .main-nav {
	border-bottom: 0
}

#theme-header.header-layout-1 > div:only-child nav {
	border-width: 0
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
	.main-nav .menu > li:not(.is-icon-only) > a {
		padding-left: 7px;
		padding-right: 7px
	}

	.main-nav .menu > li:not(.is-icon-only) > a:before {
		display: none
	}
}

.theme-header .fixed-nav {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: auto;
	z-index: 100;
	will-change: transform;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
	border-width: 0;
	background-color: rgba(255, 255, 255, .95)
}

.theme-header .fixed-nav:not(.just-before-sticky) {
	line-height: 60px
}

@media (min-width: 992px) {
	.theme-header .fixed-nav:not(.just-before-sticky) .header-layout-1-logo {
		display: none
	}
}

.theme-header .fixed-nav .container {
	opacity: .95
}

.theme-header .fixed-nav .main-menu, .theme-header .fixed-nav .main-menu-wrapper {
	border-top: 0
}

.theme-header .fixed-nav:not(.fixed-unpinned):not(.fixed-pinned) .tie-current-menu {
	border: none
}

.theme-header .fixed-pinned {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media (max-width: 991px) {
	.theme-header .fixed-nav {
		transition: none
	}

	.fixed-nav.default-behavior-mode {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@media (max-width: 991px) {
	#tie-wrapper header#theme-header {
		box-shadow: none;
		background: 0 0
	}

	.header-layout-1 .main-nav, .logo-container {
		border-width: 0;
		box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1)
	}

	.header-layout-1.top-nav-below .main-nav:not(.fixed-nav) {
		box-shadow: none
	}

	.is-header-layout-1.has-header-ad .top-nav-below .main-nav {
		border-bottom-width: 1px
	}

	.header-layout-1 .main-nav, .logo-container {
		background-color: #fff
	}

	.dark-skin .logo-container, .main-nav-dark.header-layout-1 .main-nav {
		background-color: #1f2024
	}

	.dark-skin #theme-header .logo-container.fixed-nav {
		background-color: rgba(31, 32, 36, .95)
	}

	.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
		margin-bottom: 0
	}

	.header-layout-1 #menu-components-wrap, .header-layout-2 .main-nav-wrapper, .header-layout-3 .main-nav-wrapper {
		display: none
	}

	.main-menu-wrapper .tie-alignleft {
		width: 100%
	}
}

li, ul {
	list-style: none
}

h1 {
	font-size: 30px
}

button {
	border: 0;
	background: 0 0
}

.footer__league-item {
	width: 60px;
	height: 28px;
	display: block
}

.footer__comercial-item {
	padding: 0 1px;
	height: 28px;
	margin: 4px 0
}

.footer__league {
	width: 100%;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 10px 0
}

.bet-button {
	background: linear-gradient(0deg, #d60808, #ef0e0e);
	color: #fff;
	border: 2px solid #d60808
}

.bet-button:hover {
	background: linear-gradient(0deg, #d60808, #c41d1d);
	color: #fff;
	border: 2px solid #d60808
}

.casino-button {
	background: linear-gradient(0deg, #59b7ab, #46a094);
	color: #fff;
	border: 2px solid #46a094
}

.casino-button:hover {
	background: linear-gradient(0deg, #59b7ab, #3d968a);
	color: #fff;
	border: 2px solid #46a094
}

.bp-button {
	display: inline-block;
	position: relative;
	font-weight: 700;
	padding: 15px 35px;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 0 0 5px;
	background: #03c97a;
	color: #fff;
}

.header-layout-1 .main-menu-wrapper {
	display: flex
}

.header-layout-1 #menu-components-wrap {
	margin-left: auto
}

.main-menu-wrapper .stream-item-top {
	margin-left: 20px
}

.main-menu-wrapper .bp-button {
	line-height: 20px;
	padding: 5px 10px
}

.header-layout-1-logo {
	display: flex;
	align-items: center
}

.main-block {
	color: #fff
}

.main-block h1 {
	text-transform: uppercase;
	text-align: center
}

.main-block span {
	text-align: center
}

.header h3 {
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	text-transform: uppercase
}

.header h2 {
	font-size: 25px;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 15px;
	color: #d60808;
	text-transform: uppercase
}

img.in-content {
	margin: 0 auto 1.5em auto;
	max-width: 500px;
	display: block;
	border: 3px solid #f2f2f2;
	width: 100%;
	height: 300px;
	object-fit: cover
}

@media (max-width: 991px) {
	.theme-header .fixed-nav:not(.just-before-sticky) .header-layout-1-logo {
		display: flex;
		align-items: center
	}
}

@media (max-width: 400px) {
	.main-menu-wrapper .bp-button:first-child {
		display: none
	}
}

#content img {
	margin-bottom: 25px
}

#content ol, #content ul {
	margin-bottom: 20px;
	padding-left: 15px;
	margin-left: 20px
}

#content ol li, #content ul li {
	list-style: disc;
	list-style-image: none;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 26px
}

#content table {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0
}

#content tbody {
	border-color: #4e4e5b;
	list-style: none;
	border: 0;
	outline: 0
}

#content table tr {
	border-color: #4e4e5b
}

#content table tr td {
	border: 1px solid #4e4e5b;
	padding: 8px;
	font-size: 16px;
	line-height: 1.5
}

#content .table-is-responsive {
	overflow-x: auto;
	margin: 0 auto
}

#content .custom-navigation-bar ul {
	padding: 0;
	margin: 0
}

#content .custom-navigation-bar li {
	list-style: none
}

#content .custom-navigation-bar li a {
	color: #000
}

#content .custom-main-content {
	padding: 0;
	margin-bottom: 40px
}

#tie-body {
	background-color: #262634
}

#go-to-content:hover, #logo.text-logo a, #main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a, #main-nav .menu ul:not(.cats-horizontal) li:hover > a, #mobile-menu-icon:hover .menu-text, #story-index li .is-current, .dark-skin body .entry a, .entry .post-bottom-meta a:hover, .main-nav li.mega-menu .post-box-title a:hover, .main-nav li.mega-menu .post-meta a:hover, .site-footer a:hover, .site-info a:hover, .theme-header .header-nav .components li a:hover, .theme-header .header-nav .components > li:hover > a, .top-nav .menu li:hover > a, .top-nav .menu > .tie-current-menu > a, a:hover, body .entry a {
	color: #2e7a6b
}

#go-to-top, #mobile-menu-icon:hover .nav-icon, #mobile-menu-icon:hover .nav-icon:after, #mobile-menu-icon:hover .nav-icon:before, #story-index-icon, .button, .cat-counter a + span, .post-cat, [type=submit], nav.main-nav .menu > li.tie-current-menu > a, nav.main-nav .menu > li:hover > a {
	background-color: #2e7a6b;
	color: #fff
}

.main-menu .menu > li > .menu-sub-content, code {
	border-color: #2e7a6b
}

.main-menu .menu > li.tie-current-menu {
	border-bottom-color: #2e7a6b
}

.top-nav .menu li.menu-item-has-children:hover > a:before, .top-nav .menu li.tie-current-menu > a:before {
	border-top-color: #2e7a6b
}

.main-nav .main-menu .menu > li.tie-current-menu > a:before, .main-nav .main-menu .menu > li:hover > a:before {
	border-top-color: #fff
}

header.main-nav-light .main-nav .mega-menu li:hover > a:before, header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before {
	border-left-color: #2e7a6b
}

.top-nav ul.menu li .menu-item-has-children:hover > a:before {
	border-top-color: transparent;
	border-left-color: #2e7a6b
}

::-moz-selection {
	background-color: #2e7a6b;
	color: #fff
}

::selection {
	background-color: #2e7a6b;
	color: #fff
}

#logo.text-logo a:hover, .dark-skin body .entry a:hover, body .entry a:hover {
	color: #004839
}

.button:hover, .site-footer .button:hover, .site-footer [type=submit]:hover, a.post-cat:hover {
	background-color: #004839;
	color: #fff
}

body .entry a.button {
	color: #fff
}

#tie-body .has-block-head-4 {
	color: #fff
}

#tie-body .has-block-head-4:before {
	background-color: #2e7a6b
}

#tie-body .has-block-head-4:after {
	background-color: #2e7a6b
}

html #go-to-content:hover, html #logo.text-logo a, html #main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a, html #main-nav .menu ul:not(.cats-horizontal) li:hover > a, html #mobile-menu-icon:hover .menu-text, html #story-index li .is-current, html .dark-skin body .entry a, html .entry .post-bottom-meta a:hover, html .main-nav li.mega-menu .post-box-title a:hover, html .main-nav li.mega-menu .post-meta a:hover, html .site-footer a:hover, html .site-info a:hover, html .theme-header .header-nav .components li a:hover, html .theme-header .header-nav .components > li:hover > a, html .top-nav .menu li:hover > a, html .top-nav .menu > .tie-current-menu > a, html a:hover, html body .entry a {
	color: #2e7a6b
}

html #go-to-top, html #mobile-menu-icon:hover .nav-icon, html #mobile-menu-icon:hover .nav-icon:after, html #mobile-menu-icon:hover .nav-icon:before, html #story-index-icon, html .button, html .cat-counter a + span, html .post-cat, html [type=submit], html nav.main-nav .menu > li.tie-current-menu > a, html nav.main-nav .menu > li:hover > a {
	background-color: #2e7a6b;
	color: #fff
}

html .main-menu .menu > li > .menu-sub-content, html code {
	border-color: #2e7a6b
}

html .main-menu .menu > li.tie-current-menu {
	border-bottom-color: #2e7a6b
}

html .top-nav .menu li.menu-item-has-children:hover > a:before, html .top-nav .menu li.tie-current-menu > a:before {
	border-top-color: #2e7a6b
}

html .main-nav .main-menu .menu > li.tie-current-menu > a:before, html .main-nav .main-menu .menu > li:hover > a:before {
	border-top-color: #fff
}

html header.main-nav-light .main-nav .mega-menu li:hover > a:before, html header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before {
	border-left-color: #2e7a6b
}

html .top-nav ul.menu li .menu-item-has-children:hover > a:before {
	border-top-color: transparent;
	border-left-color: #2e7a6b
}

html ::-moz-selection {
	background-color: #2e7a6b;
	color: #fff
}

html ::selection {
	background-color: #2e7a6b;
	color: #fff
}

html #logo.text-logo a:hover, html .dark-skin body .entry a:hover, html body .entry a:hover {
	color: #004839
}

html .button:hover, html .site-footer .button:hover, html .site-footer [type=submit]:hover, html a.post-cat:hover {
	background-color: #004839;
	color: #fff
}

html body .entry a.button {
	color: #fff
}

html #tie-body .has-block-head-4 {
	color: #fff
}

html #tie-body .has-block-head-4:before {
	background-color: #2e7a6b
}

html #tie-body .has-block-head-4:after {
	background-color: #2e7a6b
}

html #main-nav, html #main-nav .menu-sub-content {
	background-color: #13131c
}

html #main-nav {
	border-width: 0
}

html #theme-header #main-nav:not(.fixed-nav) {
	bottom: 0
}

html #main-nav * {
	border-color: rgba(255, 255, 255, .07);
	background: #000;
}

html #main-nav .main-menu .mega-menu > a:before, html #main-nav .menu li.menu-item-has-children > a:before {
	border-top-color: #fff
}

html #main-nav .mega-menu .menu-item-has-children > a:before, html #main-nav .menu li .menu-item-has-children > a:before {
	border-top-color: transparent;
	border-left-color: #fff
}

html #main-nav a.social-link:not(:hover) span, html #main-nav a:not(:hover) {
	color: #fff
}

html #theme-header:not(.main-nav-boxed) #main-nav {
	border-bottom-color: #ff2400;
	border-bottom-width: 2px;
	border-right: 0 none;
	border-left: 0 none
}

html #main-nav {
	color: #fff
}

html #main-nav .mega-menu .post-meta, html #main-nav .mega-menu .post-meta a {
	color: rgba(255, 255, 255, .6)
}

html #tie-container #tie-wrapper, html .post-layout-8 #content {
	background-color: #f5f5f5
}

@media (min-width: 1200px) {
	html .container {
		width: auto
	}
}

@media (min-width: 1080px) {
	html .container {
		max-width: 1080px
	}
}

@media (max-width: 991px) {
	html #theme-header.has-normal-width-logo #logo img {
		width: 150px;
		max-width: 100%;
		height: auto;
		max-height: 200px
	}
}

.casino-review_wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}

.casino-review_item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	width: calc(25% - 20px);
	padding: 15px 20px;
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

.casino-review_item__title {
	color: #262626;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.casino-review_item__rating-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.casino-review_item__rating-value {
	display: inline-block;
	line-height: 0;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	position: absolute;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

#content .casino-review_item__rating-wrap img {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

.casino-review_item__description {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 10px;
}

.casino-review_item__specs_wrap {
	margin-bottom: 25px;
}

.casino-review_item__specs-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 7px;
}

.casino-review_item__specs-item:last-child {
	margin-bottom: 0;
}

.casino-review_item__specs-item div {
	font-size: 16px;
	font-weight: 400;
	color: #2f3244;
}

.casino-review_item__specs-item div:first-child {
	width: 40%;
}

.casino-review_item__specs-item div:last-child {
	width: 60%;
}

.casino-review_item__specs-item_name {
	text-align: left;
}

.casino-review_item__specs-item .casino-review_item__specs-item_value {
	text-align: right;
	font-weight: 500;
}

.casino-review_item__specs-item_value a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
}

.casino-review_item__link span {
	height: 46px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 0.8em;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #03c97a;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	.casino-review_item {
		width: calc(33.33333% - 20px);
	}
}

@media (max-width: 800px) {
	.casino-review_item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 650px) {
	.casino-review_item {
		width: calc(100% - 20px);
	}

	.casino-review_item__specs-item div {
		width: auto;
		font-size: 14px;
	}

	.casino-review_item__specs-item div:first-child {
		margin-right: 10px;
	}
}

.content-anchors-title {
	display: block;
	font-size: 22px;
	margin-bottom: 25px;
}

#main-nav .main-menu-wrapper .bp-button {
	background: #03c97a;
	padding: 9px 14px;
}

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

.custom-headline {
	margin-top: 30px;
}

.top-navigation {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	color: #fff;
	height: 70px;
	padding: 1em;
}

.top-navigation div.logo {
	font-size: 22px;
	color: #fff;
}

.hamburger-menu {
	position: absolute;
	top: 0;
	margin-top: 70px;
	left: 0;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.hamburger-menu > li {
	margin: 0 1rem;
	overflow: hidden;
	align-items: center;
}

#tie-container .hamburger-menu > li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.menu-button-container {
	display: flex;
	height: 100%;
	width: 30px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menu-toggle {
	display: none;
}

.menu-button, .menu-button::before, .menu-button::after {
	display: block;
	background-color: #fff;
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}

.menu-button::before {
	content: "";
	margin-top: -8px;
}

.menu-button::after {
	content: "";
	margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
	margin-top: 0px;
	transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
	background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
	margin-top: 0px;
	transform: rotate(-405deg);
}

@media (min-width: 100px) {
	.menu-button-container {
		display: flex;
	}

	.hamburger-menu {
		position: absolute;
		z-index: 9999;
		top: 0;
		margin-top: 70px;
		left: 0;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	#menu-toggle ~ .hamburger-menu li {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	#menu-toggle:checked ~ .hamburger-menu li {
		border: 1px solid #333;
		height: 2.5em;
		padding: 0;
		transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.hamburger-menu > li {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0.5em 0;
		width: 100%;
		color: #fff;
		background-color: #000;
	}

	.menu > li:not(:last-child) {
		border-bottom: 1px solid #444;
	}
}

.navigation-left-part {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.custom-logo {
	margin-left: 10px;
	height: 50px;
}

#tie-container .action-buttons {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#tie-container .action-buttons a {
	height: 46px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 0.8em;
	padding: 8px 16px;
	margin-left: 15px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #03c97a;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 500px) {
	#tie-container .action-buttons a:first-child {
		display: none;
	}

	#tie-container .action-buttons a {
		height: 40px;
		padding: 4px 8px;
		font-size: 13px;
	}
}

#site-info .footer-menu {
	margin: 25px 0;
}

#site-info .footer-menu a {
	color: #ccc;
}

.none-border {
	border: 0;
}

#site-info .menu > li:not(:last-child) {
	border: 0;
}

#site-info .menu > li {
	margin-bottom: 8px;
}

#site-info .menu > li:hover a {
	color: #ccc;
	text-decoration: underline;
}

.custom-html-widget {
	margin: 40px 0 25px;
}

#site-info .copyright-text {
	color: #ccc;
}

.promo-item_download-apk {
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-item_download-apk a {
	background-color: #000;
	color: #fff;
	width: 100px;
	height: 34px;
	border: #87c527 2px solid;
	border-radius: 11px;
	text-align: right;
	transition: all 0.6s ease;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-decoration: none;
	font-weight: bold;
	justify-content: space-around;
	padding: 4px;
}

.promo-item_download-apk .text {
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.2;
	color: #fff;
}

@media (max-width: 900px) {
	.promo-item_download-apk {
		margin-bottom: 25px;
	}
}


.ol-list {
	counter-reset: list-counter;
	list-style-type: none;
	padding-left: 20px;
}

.ol-list li {
	position: relative;
	margin: 10px 0;
	padding-left: 30px;
	font-size: 18px;
}

.ol-list li::before {
	content: counter(list-counter) ". ";
	counter-increment: list-counter;
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #2a9d8f;
	font-size: 20px;
}

.ol-list li:hover {
	color: #e76f51;
	transition: color 0.3s;
}

.ul-list {
	list-style-type: none;
	padding-left: 20px;
}

.ul-list li {
	margin: 10px 0;
	position: relative;
	padding-left: 25px;
	font-size: 18px;
}

.ul-list li::before {
	content: '✔';
	position: absolute;
	left: 0;
	color: #264653;
	font-size: 18px;
}

.ul-list li:hover::before {
	content: '✖';
	color: #e76f51;
	transition: color 0.3s, content 0.3s;
}