img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.wp-block-audio figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-audio figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-audio {
	margin: 0 0 1em;
}

.wp-block-code {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: Menlo, Consolas, monaco, monospace;
	padding: 0.8em 1em;
}

.wp-block-embed figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-embed figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-embed {
	margin: 0 0 1em;
}

.blocks-gallery-caption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .blocks-gallery-caption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-image figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-image figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-image {
	margin: 0 0 1em;
}

.wp-block-pullquote {
	border-top: 4px solid;
	border-bottom: 4px solid;
	margin-bottom: 1.75em;
	color: currentColor;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: currentColor;
	text-transform: uppercase;
	font-size: 0.8125em;
	font-style: normal;
}

.wp-block-quote {
	border-left: 0.25em solid;
	margin: 0 0 1.75em;
	padding-left: 1em;
}

.wp-block-quote cite,
.wp-block-quote footer {
	color: currentColor;
	font-size: 0.8125em;
	position: relative;
	font-style: normal;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 0.25em solid;
	padding-left: 0;
	padding-right: 1em;
}

.wp-block-quote.has-text-align-center {
	border: none;
	padding-left: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
	border: none;
}

.wp-block-search .wp-block-search__label {
	font-weight: 700;
}

.wp-block-search__button {
	border: 1px solid #ccc;
	padding: 0.375em 0.625em;
}

:where(.wp-block-group.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-separator.has-css-opacity {
	opacity: 0.4;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator.has-alpha-channel-opacity {
	opacity: 1;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 100px;
}

.wp-block-separator.has-background:not(.is-style-dots) {
	border-bottom: none;
	height: 1px;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 2px;
}

.wp-block-table {
	margin: '0 0 1em 0';
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
	word-break: normal;
}

.wp-block-table figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-table figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-video figcaption {
	color: #555;
	font-size: 13px;
	text-align: center;
}

.is-dark-theme .wp-block-video figcaption {
	color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-video {
	margin: 0 0 1em;
}

.wp-block-template-part.has-background {
	padding: 1.25em 2.375em;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-create-block-ss-multy-table-gut {
	background-color: #21759b;
	color: #fff;
	padding: 2px;
}

body {
	--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--duotone--dark-grayscale: url('casino-en-ligne-payant.html#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('casino-en-ligne-payant.html#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('casino-en-ligne-payant.html#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('casino-en-ligne-payant.html#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('casino-en-ligne-payant.html#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('casino-en-ligne-payant.html#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('casino-en-ligne-payant.html#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('casino-en-ligne-payant.html#wp-duotone-blue-orange');
	--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;
}

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

body .is-layout-flow > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body
	.is-layout-constrained
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
	max-width: var(--wp--style--global--wide-size);
}

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

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

body .is-layout-flex > * {
	margin: 0;
}

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

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

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit;
}

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

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

.rll-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.rll-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.rll-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.rll-youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.rll-youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(../images/youtube.png) no-repeat;
	cursor: pointer;
}

.wp-has-aspect-ratio .rll-youtube-player {
	position: absolute;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (min-width: 992px) {
	.sticky .primary-navigation-wrap {
		position: initial;
	}
}

.top-header .top-social li > a:hover,
.copyright > p a,
.type-post .entry-cover .post-meta > span > a:hover,
.author.vcard a:hover,
.slider-section2
	.container
	.row
	.post-block
	.post-box
	.entry-content
	> span
	> a:hover,
.type-post .entry-header > span > a:hover,
.related-post .related-post-box > h3 > a:hover,
.entry-content .page-link,
.entry-content .page-link:hover,
.widget a:hover,
.search-box span i,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.widget_latestposts .latest-content span a:hover,
.footer-light .widget_latestposts .latest-content span a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.footer-light .widget_categories ul li a:hover,
.footer-light .widget_archive ul li a:hover {
	color: #a06c00;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #a06c00;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	content: '\e015';
	color: #a06c00;
}

.blog-paralle .type-post .entry-content > a:hover,
.type-post .entry-content > a:hover,
.wp-block-tag-cloud a.tag-cloud-link:hover,
article[class*='type-'] .entry-content .entry-footer .tags a:hover,
.error-block a:hover,
.footer-light .widget_social > ul li,
.footer-light .widget_social > ul li a,
.footer-dark .widget_social > ul li,
.footer-dark .widget_social > ul li a,
#search-form [type='submit'],
.widget_search input#submit,
.post-password-form [type='submit'],
.wp-block-quote,
.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-left,
blockquote,
q,
.scroll-top .back-to-top,
.section-header h3:before,
.woocommerce span.onsale,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #a06c00;
}

.type-post:not(.post-position) .entry-header .entry-title::before,
.related-post > h3::before,
.comments-title::before,
.comment-reply-title::before,
.widget-title::before,
.slider-section5 .post-item .carousel-caption > a:before,
.slider-section2
	.container
	.row
	.post-block
	.post-box
	.entry-content
	> a:before {
	background-color: #a06c00;
	content: '';
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #a06c00;
	}

	.site-navigation {
		background-color: #a06c00;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #a06c00;
	}
}

.header_s .top-header {
	padding-top: 10px;
}

.header_s .top-header {
	padding-bottom: 10px;
}

.site-navigation > ul > li > a {
	color: #333333;
}

.site-navigation > ul > li > a:hover {
	color: #fcb811;
}

.site-navigation ul li .sub-menu li a,
.site-navigation ul li .children li a {
	color: #333333;
}

.site-navigation ul li .sub-menu li a:hover,
.site-navigation ul li .children li a:hover {
	color: #fcb811;
}

.header_s .menu-block,
.menu-toggle {
	background-color: #fff;
}

@media (min-width: 992px) {
	.sticky .primary-navigation-wrap {
		background-color: #fff;
	}
}

.site-navigation ul li .sub-menu,
.site-navigation ul li .children {
	background: #fff;
}

.header_s .menu-block {
	border-top: 1px solid #eeeeee;
}

@media (min-width: 992px) {
	.sticky .primary-navigation-wrap {
		border-top: 1px solid #eeeeee;
	}
}

.site-navigation ul li .sub-menu li a,
.site-navigation ul li .children li a {
	border-bottom: 1px solid #ddd;
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.site-navigation {
		background-color: #fff;
	}
}

.site-title {
	font-family: Poppins;
	font-weight: 700;
	font-size: 38px;
}

body {
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
}

.page-content .type-post .entry-header .entry-title > a,
.page-search-content .type-post .entry-header .entry-title > a {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 24px;
}

.widget-title,
.trending-section .section-header h3 {
	font-family: Montserrat;
}

.widget-title {
	font-weight: 500;
	font-size: 18px;
}

.header-img .top-header:before {
	background: rgba(255, 255, 255, 0.8);
}

.news-letter-wrap h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-size: 30px;
}

.news-letter-wrap .input-field.input-submit #eclg-submit-btn {
	font-family: Ubuntu;
	font-weight: 400;
	font-size: 16px;
}

.news-letter-wrap {
	background-color: #fcb811;
}

.news-letter-wrap h2 {
	color: #fff;
}

.news-letter-wrap .input-field label {
	color: #444;
}

.news-letter-wrap .input-field.input-submit #eclg-submit-btn {
	color: #fff;
}

.news-letter-wrap .input-field.input-submit #eclg-submit-btn:hover {
	color: #fff;
}

.news-letter-wrap .input-field.input-submit #eclg-submit-btn {
	background-color: #d35400;
}

.news-letter-wrap .input-field.input-submit #eclg-submit-btn:hover {
	background-color: #333;
}

a.site-title,
.site-description {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

/* style */
#toc_container {
	background: #fff7f0;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 95%;
	width: 100%;
}

#toc_container p.toc_title {
	text-align: left;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#toc_container p.toc_title + ul.toc_list {
	margin-top: 1em;
}

#toc_container li,
#toc_container ul {
	margin: 0;
	padding: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	background: 0 0;
	list-style-type: none;
	list-style: none;
}

.casino-tables tbody td:first-child,
.casino-tables tfoot td:first-child {
	text-align: center;
}

ul > li:not(.menu-item)::before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 6px;
	color: #bf9a4c;
}

ul > li:not(.menu-item):not(:last-child) {
	margin-bottom: 10px;
}

article[class*='type-'] .entry-content > ul > li::before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 6px;
	color: #bf9a4c;
}

ol li ul {
	padding-left: 5px;
}

ol li:not(:last-child) {
	margin-bottom: 10px;
}

.strong-blue strong {
	color: #242842;
}

.casino-tables table {
	width: 100%;
}

.wp-block-table.casino-tables td,
.wp-block-table.casino-tables th {
	border: 1px solid #bf9a4c;
	padding: 8px 4px;
}

.wp-block-table.casino-tables thead {
	border-bottom: 3px solid #bf9a4c;
	color: #242842;
}

.bordered,
.rank-math-list-item {
	border: 1px solid #bf9a4c;
	padding: 16px;
	margin-bottom: 16px;
}

.bordered :last-child,
.rank-math-list-item :last-child {
	margin-bottom: 0;
}

.bordered h3,
.rank-math-question {
	color: #242842;
}

a,
a:visited {
	color: #9b6e11;
	text-decoration: underline !important;
}

.shadow-block .wp-block-column {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f2e9;
	border: 1px solid #cb7701;
	padding: 15px;
	box-shadow: 7px 7px 10px #f7f2e9;
}

article[class*='type-'] .entry-content .bordered.has-background ul {
	display: inline-block;
	margin: 10px 0 26px;
	padding-left: 0;
	padding-right: 0;
}

article[class*='type-']
	.entry-content
	.bordered.has-background
	ul
	> li::before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 6px;
	color: #bf9a4c;
}

@media (max-width: 992px) {
	.mob {
		flex-direction: column;
	}

	.mob-rev {
		flex-direction: column-reverse;
	}
}

.code-block-center {
	margin: 8px auto;
	text-align: center;
	display: block;
	clear: both;
}

.code-block- {
}

.code-block-default {
	margin: 8px 0;
	clear: both;
}

/* Multi-row tables */
@media (max-width: 650px) {
	.mtr-table tbody,
	.mtr-table {
		width: 100% !important;
		display: table !important;
	}

	.mtr-table tr,
	.mtr-table .mtr-th-tag,
	.mtr-table .mtr-td-tag {
		display: block !important;
		clear: both !important;
		height: auto !important;
	}

	.mtr-table .mtr-td-tag,
	.mtr-table .mtr-th-tag {
		text-align: right !important;
		width: auto !important;
		box-sizing: border-box !important;
		overflow: auto !important;
	}

	.mtr-table .mtr-cell-content {
		text-align: right !important;
	}

	.mtr-table tbody,
	.mtr-table tr,
	.mtr-table {
		border: none !important;
		padding: 0 !important;
	}

	.mtr-table .mtr-td-tag,
	.mtr-table .mtr-th-tag {
		border: none;
	}

	.mtr-table tr:nth-child(even) .mtr-td-tag,
	.mtr-table tr:nth-child(even) .mtr-th-tag {
		border-bottom: 1px solid #9c8e71 !important;
		border-left: 1px solid #9c8e71 !important;
		border-right: 1px solid #9c8e71 !important;
		border-top: none !important;
	}

	.mtr-table tr:nth-child(odd) .mtr-td-tag,
	.mtr-table tr:nth-child(odd) .mtr-th-tag {
		border-bottom: 1px solid #9c8e71 !important;
		border-left: 1px solid #9c8e71 !important;
		border-right: 1px solid #9c8e71 !important;
		border-top: none !important;
	}

	.mtr-table tr:first-of-type td:first-of-type,
	.mtr-table tr:first-of-type th:first-of-type {
		border-top: 1px solid #9c8e71 !important;
	}

	.mtr-table.mtr-thead-td tr:nth-of-type(2) td:first-child,
	.mtr-table.mtr-thead-td tr:nth-of-type(2) th:first-child,
	.mtr-table.mtr-tr-th tr:nth-of-type(2) td:first-child,
	.mtr-table.mtr-tr-th tr:nth-of-type(2) th:first-child,
	.mtr-table.mtr-tr-td tr:nth-of-type(2) td:first-child,
	.mtr-table.mtr-tr-td tr:nth-of-type(2) th:first-child {
		border-top: 1px solid #9c8e71 !important;
	}

	.mtr-table tr:nth-child(even),
	.mtr-table tr:nth-child(even) .mtr-td-tag,
	.mtr-table tr:nth-child(even) .mtr-th-tag {
		background: #ffffff !important;
	}

	.mtr-table tr:nth-child(odd),
	.mtr-table tr:nth-child(odd) .mtr-td-tag,
	.mtr-table tr:nth-child(odd) .mtr-th-tag {
		background: #f7f3ea !important;
	}

	.mtr-table .mtr-td-tag,
	.mtr-table .mtr-td-tag:first-child,
	.mtr-table .mtr-th-tag,
	.mtr-table .mtr-th-tag:first-child {
		padding: 5px 10px !important;
	}

	.mtr-table td[data-mtr-content]:before,
	.mtr-table th[data-mtr-content]:before {
		display: inline-block !important;
		content: attr(data-mtr-content) !important;
		float: left !important;
		text-align: left !important;
		white-space: pre-line !important;
	}

	.mtr-table thead,
	.mtr-table.mtr-tr-th tr:first-of-type,
	.mtr-table.mtr-tr-td tr:first-of-type,
	.mtr-table colgroup {
		display: none !important;
	}

	.mtr-cell-content {
		max-width: 49% !important;
		display: inline-block !important;
	}

	.mtr-table td[data-mtr-content]:before,
	.mtr-table th[data-mtr-content]:before {
		max-width: 49% !important;
	}
}

/* Single-row tables */
@media (max-width: 650px) {
	.mtr-one-row-table .mtr-td-tag,
	.mtr-one-row-table .mtr-th-tag {
		box-sizing: border-box !important;
	}

	.mtr-one-row-table colgroup {
		display: none !important;
	}

	.mtr-one-row-table tbody,
	.mtr-one-row-table tr,
	.mtr-one-row-table {
		border: none !important;
		padding: 0 !important;
		width: 100% !important;
		display: block;
	}

	.mtr-one-row-table .mtr-td-tag,
	.mtr-one-row-table .mtr-th-tag {
		border: none;
	}

	.mtr-one-row-table .mtr-td-tag,
	.mtr-one-row-table .mtr-th-tag {
		display: block !important;
		width: 50% !important;
	}

	.mtr-one-row-table tr {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.mtr-one-row-table td:nth-child(4n + 1),
	.mtr-one-row-table th:nth-child(4n + 1),
	.mtr-one-row-table td:nth-child(4n + 2),
	.mtr-one-row-table th:nth-child(4n + 2) {
		background: #dddddd !important;
	}

	.mtr-one-row-table th:nth-child(2n + 1),
	.mtr-one-row-table td:nth-child(2n + 1) {
		border-right: 1px solid #bbbbbb !important;
		border-left: 1px solid #bbbbbb !important;
	}

	.mtr-one-row-table td:nth-child(2n + 2),
	.mtr-one-row-table th:nth-child(2n + 2) {
		border-right: 1px solid #bbbbbb !important;
	}

	/* last two */
	.mtr-one-row-table td:nth-last-child(-n + 2),
	.mtr-one-row-table th:nth-last-child(-n + 2) {
		border-bottom: 1px solid #bbbbbb !important;
	}

	.mtr-one-row-table .mtr-td-tag,
	.mtr-one-row-table .mtr-th-tag {
		border-top: 1px solid #bbbbbb !important;
		padding: 5px 10px !important;
	}
}

.rll-youtube-player,
[data-lazy-src] {
	display: none !important;
}

.wp-block-columns.wp-container-15,
.wp-block-columns.wp-container-18,
.wp-block-columns.wp-container-20,
.wp-block-columns.wp-container-23,
.wp-block-columns.wp-container-26,
.wp-block-columns.wp-container-29,
.wp-block-columns.wp-container-32,
.wp-block-columns.wp-container-40,
.wp-block-columns.wp-container-43,
.wp-block-columns.wp-container-46,
.wp-block-columns.wp-container-49 {
	flex-wrap: nowrap;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.authorBlock {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
.authorBlock .img-cov {
	max-width: 150px;
	margin: 15px 0;
}

.footer__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.site-navigation.collapse {
	display: block;
}

@media (max-width: 768px) {
	.authorBlock {
		flex-direction: column;
		justify-content: center;
	}
	.site-navigation.collapse {
		display: none;
	}
}
